.form-error {
    border: 1px solid red !important;
}
.hide {
    display: none!important;
}
.alertify-notifier {
    z-index: 9000;
}
body {
    /*background-color:#fafafa !important;*/
}

.pod_bot {
    font-size:16px;
    margin-bottom:7px;
    margin-top:30px;
}

.msg {
    background: #1e88e5;
    color: white;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
}

.dashboard-admin {
    width: 200px;
    position: fixed;
    background: #27ae60;
    color: #FFFFFF;
    padding: 10px;
    z-index: 999;
    top: 0;
    text-align: center;
}

.dashboard-admin .dashboard-title {
    text-align: center;
}

.dashboard-admin .dashboard-title a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.dashboard-edit-link, .dashboard-edit-link:hover {
    color: #FFFFFF;
}
.inf h1 {
    margin-bottom: 23px;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}

.iSearchResults {
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.4), 0 0 20px rgba(51, 51, 51, 0.1);
    top:100%;
    z-index: 200;
    padding:33px;
    box-sizing:border-box;
}

.iSearchResults:before{
    content: "";
    border-bottom: 15px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 15px;
    top: -6px;
}

.iSearchResults .result {
    padding: 5px;
    border-bottom: 1px solid #e7e7e7;
}

.iSearchResults .result:hover{
    background: #eff3f4;
}

.iSearchResults .result:last-child {
    border: none;
}

.iSearchResults .group {
    border-bottom: 1px solid #ccc;
}

.iSearchResults .group:last-child {
    border: none;
}

.iSearchResults .group-title {
    padding: 5px;
    font-weight: bold;
}

.iSearchResults .group-items table{
    width: 100%;
}

.iSearchResults a {
    color: #d1ac92;
}

.iSearchResults .highlight {
    font-weight: bold;
}

.iSearchResults .table .row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: space-between;
    border-bottom: 1px solid #ccc;

}

.iSearchResults .table .td {
    padding: 5px;

}

.iSearchResults .table .td.text {
    width: 80%;
    line-height: 17px;
}

.iSearchResults .result:hover {
    background: transparent!important;
}




.product-item {
    padding-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
    .hide-mobile {
        display: none !important;
    }
}











#sync1 .item {

}

#sync2 {
    margin-top:30px;
}

#sync2 .item {

    margin: 2px;
    padding: 0px;
    /* background: #C9C9C9;
	 padding: 10px 0px;
	 margin: 5px;
	 color: #FFF;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 text-align: center;
	 cursor: pointer;*/
    border: 1px solid #eee;
}


#sync2 .current .item {
    border: 1px solid #042567;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}
/*
.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}
*/

.itemCode {
    color: #E8204F !important;
    font-weight: bold;
    font-size: 16px;
}

.hone {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 42px;
}

.bgwhite {
    background-color: #FFF;
    padding: 30px;
}

.hit_flag {
    display: inline !important; width: auto !important;
}

.brand-letters  {
    margin-top: 10px;
}
.brand-letters li {
    display: inline-block;
    background-color: #FFF;
    margin-top: 5px;

}
.brand-letters li a {
    padding: 8px;
    font-size: 18px;
    display: block;
    width: 30px;

}

.catalog_wrapper {
    display: flex;
    /*background-color: #FFF;*/
    width: 100%;
}
.catalog_wrapper_inner {
    margin: 10px;
    padding: 10px;
    width: 30%;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.08);
}

.catalog_wrapper_inner .heading {
    font-size: 22px;
    margin-bottom: 10px;
}

.catalog_wrapper_inner a {
    display: block;
    margin: 15px;
}

.catalog_wrapper_inner .sub {
    margin-left: 20px;
}
.item-specification {
    padding: 15px !important;
    min-height: 130px;
}

.item-header {
    font-size: 16px;
}

.table-like1  {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.table-like1 div {
    display: flex;
    margin: 10px;
    flex-wrap: wrap;
}

.table-like1 div:nth-last-child(1) {
    margin-left: auto;
}
.table-like1 div:nth-last-child(2) {
    margin-left: auto;
}

.table-like1 div:nth-last-child(3) {
    margin-left: auto;
}


.tlname {
    font-size: 16px;
}

.tlhname {
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
}

.mbt {
    margin-bottom: 20px;
    margin-top:20px;
}
.msg--cookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10%;
    bottom: 30px;
}

.dots_en {
    display: flex;
    justify-content:space-between;
  /*  min-width: 400px;*/
    margin-bottom:5px;
}

.dots_en .e1 {
    min-width:130px;
}

.dots_en.first {
    margin-bottom:10px;
}

.e2 {

	text-align:left;
}

.e1 {
    width:40%;
}

.e2 {
    width:60%;
}

.countryList {
    font-weight:bold;
    font-size:13px;
}

.label-sale-listing {
    background-color: #ec0000 !important;
    color:#FFF;
    font-size: 13px !important;
    padding: 0 5px !important;
}
.filtercat {
    margin-bottom: 20px;
}
.filtercat a {
    display:block;
    color:#34394F;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
}
.filter__title_cat {
    font-weight:bold;
    display: block;
    margin-bottom: 15px;
}

.filtercat .is-active {
    color:#078AFF;
}

.tags-icons__item.is-active {
    color:#078AFF !important;
}
.filter__lt-item.is-active {
    color:#078AFF !important;
    text-decoration: none !important;
}
.filter__lt-item.is-active span {
    color:#078AFF !important;
}

.filter__lt-item.is-active img {
    filter: grayscale(0) !important;
}
.h1header {
    display:flex;
    align-items:end;
    margin-bottom:32px;
}
.h1header span {
    margin-left:10px;
    padding-bottom:5px;
}

.tb12 td {
    padding-bottom: 5px !important;
}

.sublogtext {
    margin-top:5px;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: -0.5px;
}

.eheader {
    font-weight:normal !important;
    font-size:33px !important;
}
.eheader_padding {
    padding-top:0px !important;
}
.card__title:hover {
    color:#078AFF;
    text-decoration:none;
}
.delivery-table {
    width: 100%;
}

.delivery-table td {
    padding:10px;
    border:none;
}

.delivery-table th {
    padding:10px;
    border:none;
}
.heading-h3 {
    font-size: 26px;
    line-height: 1.33;
    font-weight: 600;
}

.product__table tr:not(.table-details__pd):nth-child(odd) {
    background: #F3F7FF;
}
.product__table td {
    padding-left:10px;
    font-size:14px;
    padding-bottom:6px !important;
}
.product__table td:first-child {
    color:#333 !important;
}

.recall a {
    border-bottom: 1px dotted;
    cursor: pointer;
    font-size: 13px;
    margin-left:3px;
}

.recall a:hover {
    color:#078AFF !important;
}


.r-header {
    font-size: 36px;
    line-height: 1.33;
    font-weight: 600;
}
.strong {
    font-weight: bold;
}
/*
#sync2 .owl-nav {
    width: 100%;
}


#sync2 .owl-next {
    right: -50px;
    top:55px;
    display: block;
    position: absolute;
}

#sync2 .owl-prev {
    left: -50px;
    top:55px;
    display: block;
    position: absolute;
}*/

.list-group {
    width: 100%;
    column-width: 180px;
    column-count: auto;
    column-gap: 20px;
}

.list-group li {
    list-style-type:none;
}

.card__deliv.em2:before {
    background-image:none;
}
.h3_st {
    font-size:24px;
    margin-bottom:10px;
    margin-top:10px
}