.header__top-selectcity{
    width: auto;
}
.introhp__sliderwrapper .slick-slide img {
    opacity: 0.5;
}
.section__tabs2 .tab-btn{
    max-width: 160px;
    min-width: 176px;
}
.specials_page img{
    border-radius: 12px;
}
.specials_page img:hover{
    opacity: 0.7;
}
.delivery_price_notice{
    background: #f3f5fb;
    font-size: 14px;
    padding: 10px;
    border-radius: 12px;
}
.product-notice{
    font-size: 12px;
    color: #5a5a5a;
    padding: 10px;
}
.mr6,
#price-opt,
.price-Otrez.price_true{
    margin-right: 6px;
}

.client__itemslider .client__item img {
    display: block;
    filter: grayscale(1);
    background: white;
    padding: 20px;
    border-radius: 12px;
}

.client__itemslider .client__item img:hover{
    filter: grayscale(0);
}

.section__page_category{
    padding-top: 10px;
    /* padding-bottom: 0px !important; */
}
.catalog__page-section {
    padding-top: 27px;
}

.page_list{}
.page_list .popup-search{}
.page_list .popup-search input{
    background: #e9edf8;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #000000;
    height: 52px;
    padding: 2px 16px 2px 17px;
    margin-bottom: 20px;
    font-weight: 600;
}
.page_list .list-contain{}
.page_list .list-contain .list-sity{}
.page_list .list-contain .list-sity .char{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.page_list .list-contain .list-sity a{
    background: #f3f5fb;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
}
.page_list .list-contain .list-sity a:hover{
    background-color: #20836d;
    color: white;
}
.justify-content-center{
    justify-content: center;
}

.section__page.pd--b30 {
    padding-bottom: 30px;
}
.section__page.pd--b20 {
    padding-bottom: 20px;
}
.section__page.pd--b10 {
    padding-bottom: 10px;
}

.dash a{
    display: block;
    width: 100%;
    background: #14604f;
    text-align: center;
    padding: 10px;
    color: white;
    font-weight: 500;
}
.dash a:hover{
    background-color: #074134;
}

.w100i{
    width: 100% !important;
}

.disabled{
    pointer-events: none;
    opacity: 0.4;
}

.sale_price{
    pointer-events: none;
    width: auto !important;
}

.sale_switcher{
    width: 100%;
    justify-content: left;    
}
.sale_switcher .old_price{
    color: red;
    text-decoration: line-through;
    margin-right: 10px;
    display: block;
    width: 100%;
}
.sale_switcher .old_price sup{
    color: red;
}
.sale_switcher .new_price{
    margin-right: 4px;
    font-weight: bold;
    font-size: 17px;
}
.sale_switcher .sale_price .radiotabs-btn{
    padding-left: 20px;
}

.footer__top-ul .special,
.header__menu .special{
    padding: 7px;
    background: #fff0c2;
    border-radius: 7px;
    border: 1px solid #ffdc72;
    color: #957000;
     animation: blink 1s infinite;
}
.footer__top-ul .special:hover,
.header__menu .special:hover{
    background: #ffde79;
    color: #b64400;
}

.product__item-addbtn .old_price{
    text-decoration: line-through;
    font-size: 13px;
    margin-bottom: -5px;
    color: #d8d8d8;
}

.notice_empty_product{
    font-size: 13px;
    margin: 10px 0 0;
    background: #f3f5fb;
    padding: 10px;
    font-weight: bold;
    border-radius: 12px;
}


.product__item.animate {
    animation: borderBlink 1.5s ease-in-out infinite;
}

@keyframes borderBlink {
    0% {
        border-color: rgba(44, 158, 133, .2);
        box-shadow: 0 0 0 rgba(44, 158, 133, 0);
    }
    50% {
        border-color: rgba(44, 158, 133, 1);
        box-shadow: 0 0 8px rgba(44, 158, 133, .35);
        outline: 2px;
    }
    100% {
        border-color: rgba(44, 158, 133, .2);
        box-shadow: 0 0 0 rgba(44, 158, 133, 0);
        outline: 3px;
    }
}

@keyframes blink {
    0%, 100% {
        background: #fff0c2;
        border-color: #ffdc72;
        color: #957000;
    }
    50% {
        background: #ffe78a;
        border-color: #ffcc33;
        color: #805a00;
    }
}

@media (max-width: 1359.9px) {
    .header__menu li {
        margin-right: 8px;
    }
}

@media (min-width: 768px) {
    .mb-md-10 {
        margin-bottom: 10px;
    }
}


@media (max-width: 576.9px) {
    .catalog__select {
        margin-right: 0;
        width: 50%;
        border: 1px solid #f3f5fb;
    }
    .category__itemslider .slickslider-btn{
        display: none !important;
    }
    .catalog__tabs.scrolly-hidden-mobile {
        margin-bottom: 0px;
    }
    .mmb5{
        margin-bottom: 5px;
    }
    .product__item-propslist_td{
        height: 17px;
        overflow: hidden;
    }
}







.star_notice{
    display: inline-block;
    position: absolute;
    margin: -10px 0 0 1px;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;	
    -moz-transition-duration: 0s;
    pointer-events: all;
    right: 6px;
    top: -5px;
}
.product__detail-priceswitcher .radiotabs-btn small{
    opacity: 1;
}
.star_notice span{
    font-size: 15px;
    background: #8bc34a;
    border-radius: 120px;
    font-weight: bold;
    color: #000000;
    width: 24px;
    text-align: center;
    display: block;
    height: 24px;
    padding: 0;
    position: relative;
}
.star_notice .description{
    display: none;
    background: #6ca22c;
    width: 153px;
    z-index: 999999999999999;
    position: absolute;
    margin-left: -145px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    border-radius: 7px;
    color: #ffffff;
    top: 15px;
}
.star_notice:hover .description{
    display: block;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;	
    -moz-transition-duration: 0s;
}
.header__search-result .star_notice .description {
    margin-left: -120px;
    margin-top: -17px;
}

.footer__fixedmessenger-whatsapp, .footer__fixedmessenger-whatsapp span {
    background: #229ad5;
    -webkit-box-shadow: 0 4px 10px rgb(48 132 193 / 40%);
    box-shadow: 0 4px 10px rgb(48 115 193 / 40%);
}

.contacts__social .icon-telegram{
    background: #229ad5;
    color: white;
    padding: 7px 9px 7px 5px;
    font-size: 24px;
    border-radius: 62px;
}

.holyday_message{
    background: #156856;
    text-align: center;
    color: #fff;
    padding: 10px;
}

@media(max-width: 576px){
    .holyday_message {
        font-size: 12px;
        line-height: 17px;
    }
}