/* .product__detail-calc_tabswrapper .counter-value {
    font-size: 14px;
    width: 40px;
} */
.dash a{
    background: #f6aa1c;
    text-align: center;
    padding: 10px;
    color: #000000;
    display: block;
    border-bottom: 1px solid #c07d00;
}
.dash a:hover{
    background: #621708;
    color: #ffffff;
}
.edit__product{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #737373;
    text-decoration: underline;
    margin: 10px 0 0;
}
.edit__product:hover{
    color: #941b0c;
    text-decoration: none;
}
.category_id{
    background: #eaeaea;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 12px;
    color: #858585;
}
.stock__item:before,
.about__hpslide:after{
    display: none;
}
.product__item-img{
    overflow: hidden;
}
.fix_otrez{
    width: 100% !important;
}
.fix_otrez .radiotabs-btn{
    width: calc(100% / 3 - 10px);
}
.old_price .bold{
    color: red;
    text-decoration: line-through;
}
.old_price_item{
    color: red;
    text-decoration: line-through;
}
.product__imagedetail-slider{
    border-left: 0px;
}

.about__bnrblock .elements{
    bottom: 50px;
    max-width: 37%;
    position: absolute;
    right: 50px;
    width: 200px;
    height: 220px;
}

.about__bnrblock .elements img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
  width: 200px;
  height: auto;
  border-radius: 8px;
-webkit-box-shadow:rgba(0, 0, 0, 0.59) 0px 4px 20px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.59) 0px 4px 20px 0px;
box-shadow:rgba(0, 0, 0, 0.59) 0px 4px 20px 0px;

}

/* Левая карта */
.about__bnrblock .elements img:nth-child(1) {
    transform: translateX(-50%) rotate(-15deg);
    z-index: 1;
    left: 20%;
    width: 85%;
    margin-top: 20px;
}

/* Центральная карта */
.about__bnrblock .elements img:nth-child(2) {
  transform: translateX(-50%) rotate(0deg);
  z-index: 2;
  left: 50%;
}

/* Правая карта */
.about__bnrblock .elements img:nth-child(3) {
    transform: translateX(-50%) rotate(15deg);
    z-index: 1;
    left: 80%;
    width: 85%;
    margin-top: 20px;
}

.collection_banner{
    background-size: cover !important;
    background-position: center center !important;
    box-shadow: none !important;
}
.overlay_coll{
    /* background: #ffffff; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    background-image: -webkit-linear-gradient(0deg, rgb(54, 7, 7) 0%, rgba(255, 255, 255, 0) 100%);
}

.pt0{
    padding-top: 0px;
}
.pb20{
    padding-bottom: 20px;
}

.product__item-title{
    height: 62px;
}

.product__detail-priceswitcher .radiotabs-label{
    width: 146px;
}

@media(min-width: 992px){
    .product__item-img:hover .product__widths .wp_item {
        transition: transform 0.2s ease, opacity 0.2s ease; /* Уменьшено время анимации до 0.2 секунд */
        transform: translateX(-20px); /* Смещение влево */
        opacity: 0; /* Исчезновение */
    }

    .product__item-img .product__widths .wp_item {
        transition: transform 0.2s ease, opacity 0.2s ease; /* Плавный переход для возврата */
        transform: translateX(0); /* Исходное положение */
        opacity: 1; /* Исходная непрозрачность */
    }

    /* Задержки для каждого элемента в зависимости от их ширины */
    .product__item-img:hover .product__widths .wp_item:nth-child(1) {
        transition-delay: 0s; /* Без задержки для первого элемента */
    }

    .product__item-img:hover .product__widths .wp_item:nth-child(2) {
        transition-delay: 0.1s; /* Задержка для второго элемента */
    }

    .product__item-img:hover .product__widths .wp_item:nth-child(3) {
        transition-delay: 0.2s; /* Задержка для третьего элемента */
    }

    .product__item-img:hover .product__widths .wp_item:nth-child(4) {
        transition-delay: 0.3s; /* Задержка для четвертого элемента */
    }
}

.mt80i{
    margin-top: 80px !important;
}

@media(max-width: 992px){
    .about__hpslide, .about__hpslider,
    .about__hpslide-img{
        height: auto;
    }
    .section_collection{
        padding-left: 0;
        padding-right: 0;
    }
    .collection_banner{
        overflow: visible;
    }
    .collection_banner .section__pmd{
        max-width: 60%;
    }
}

@media(max-width: 700px){
    .collection_banner .section__pmd {
        max-width: 100%;
    }
    .about__bnrblock .elements {
        bottom: 50px;
        max-width: 100%;
        position: relative;
        right: auto;
        width: 200px;
        height: 220px;
        margin: 90px auto 0;
    }
}

.btn-dark-grey{
	background-color: #e7eaf3 !important;
}
.btn.btn-dark-grey:hover {
    background: #f6aa1c !important;
    border-color: #f6aa1c !important;
    color: #fff !important;
}

.mt36i{
    padding-top: 36px !important;
}
.mb36i{
    padding-bottom: 36px !important;
}

.cont_desc{
    background: #f3f5fb;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
}

.btn.btn-primary {
    color: #2e2300;
}

.get_contacts{
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.get_contacts img{
    width: 16px;
    opacity: 0.5;
}
.get_contacts img:hover{
    opacity: 1;
}
.popup__alert-addfavorite, .popup__alert-addtocart{
    color: #2e2300;
}

.kover_price .product__price-tab{
    width: auto;
}
.kover_price .price_true .bold{
    margin-right: 6px;
}

.product__table-tooltip_text{
    color: #2e2300;
    font-weight: 500;
}

.product__item_catid_9 .product__item-pricetype{
    width: 100%;
}

.notice_message{
    background: #951b0c;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.product__price-tab.opt span.bold{
    font-size: 22px;
    margin-right: 4px;
}

.nav-cat-color{
    margin-left: -7px;
    border-radius: 120px;
    width: 12px;
    height: 12px;
    min-width: 12px;
    border: none;
}

@media(min-width: 991.9px){
    .notice_message.hide-mobile{
        display: block !important;
    }
}
@media(min-width: 576px){
    .header__top-phone .btn{
        height: 40px;
    }
}


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


@media (max-width: 991.9px) {
    .stock__item {
        min-height: 0;
        border: 0;
    }
    .notice_message.show-mobile{
        display: block !important;
    }
    .notice_message.hide-mobile{
        display: none !important;
    }
}

@media (max-width: 576px) {
    .notice_message{
        font-size: 12px;
    }
}


.description.content ul{
    background: white;
    padding: 20px;
    border-radius: 14px;
}
.description.content img{
    margin-bottom: 20px;
}

.big_price_card{}
.product__item-priceblock{
    height: 50px;
}
.old_price_item{
    margin-bottom: 2px;
}


.delivery__price-item{
    background: #f3f5fb;
    padding: 20px;
    border-radius: 8px;
}
.delivery__price-item .delivery__price-title{
    font-size: 24px;
    font-weight: bold;
}
.delivery__price-item .delivery__price-lcolmn,
.delivery__price-item .delivery__price-lrow{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 10px;
}
.delivery__price-item .ylw-block{}
.delivery__price-item .ylw-block .bold{}
.delivery__price-item .grey-block{}
.delivery__price-item .delivery__price-lcolmn{}

.disabled{
    pointer-events: none;
}

.product__detail-priceswitcher_info{
    width: 100%;
}

.old_price sup{
    color: red;;
}

.old_price .icon-angle-right{
    position: absolute;
    right: 0;
}

.special_list{
    position: relative;
}
.special_list .push{
    width: 17px;
    height: 17px;
    position: absolute;
    top: -8px;
    background-color: red;
    color: white;
    font-style: normal;
    text-align: center;
    border-radius: 120px;
    line-height: 18px;
    font-size: 12px;
    right: -8px;
    z-index: 1;
}


.special_list .push::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: red;
  opacity: 0.5;
  z-index: -1; /* позади .push */
  transform: scale(1);
  animation: pulsed 1.5s ease-out infinite;
}

/* Анимация пульсации */
@keyframes pulsed {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}



.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;
}
.product__detail-priceswitcher .radiotabs-btn small{
    opacity: 1;
}
.star_notice span{
    font-size: 32px;
    margin-top: -7px;
    color: #d01700;
}
.star_notice .description{
    display: none;
    background: #941c0d;
    width: 153px;
    z-index: 999999999999999;
    position: relative;
    margin-left: -60%;
    font-size: 12px;
    padding: 10px;
    border-radius: 7px;
    color: white;
    top: -20px;
}
.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: -101%;
    margin-top: -26px;
}


.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%);
}

.filter__item-props.type--colors .checkbox-inputcustom:before{
    color: #a4a4a4;
}




.product__itemline .product__item-img,
.product__itemline .product__item-img_slider {
    height: 308px;
}

.product__itemline-priceswitcher{
    justify-content: left;
}


.product__itemline .product__detail-sizeswitcher .btn{
    font-size: 12px;
    padding: 0 7px;
}

@media(max-width: 576px){
    .product__itemline .product__item-img,
    .product__itemline .product__item-img_slider {
        height: 180px;
    }
    .product__itemline .product__item-addbtn.btn.btn-grey2{
        display: none;
    }
    .product__itemline-priceswitcher {
        justify-content: left;
    }
}