.main_product_pagination {
    display: none !important;
}

.checkout-upsells__hint {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 5;
}

.checkout-upsells__hint svg {
    display: block;
    flex-shrink: 0;
}

.checkout-upsells__hint-popup {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-80%) translateY(0px);

    width: 280px;
    max-width: calc(100vw - 30px);
    padding: 12px 14px;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;

    color: #1e1e1e;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.checkout-upsells__hint-popup::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 100%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    transform: translateX(-50%) rotate(45deg);
    margin-top: -5px;
}

.checkout-upsells__hint.is-active .checkout-upsells__hint-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-90%) translateY(0);
}

@media (max-width: 767px) {
    .checkout-upsells__hint-popup {
        left: auto;
        right: -10px;
        transform: translateY(6px);
        width: 260px;
    }

    .checkout-upsells__hint-popup::after {
        left: auto;
        right: 17px;
        transform: rotate(45deg);
    }

    .checkout-upsells__hint.is-active .checkout-upsells__hint-popup {
    transform: translateY(0);
}
}

section.main-product {
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 44px;
    }

    .left_product_side {
        padding-right: 20px;
    }

    @media (max-width: 920px) {
        .left_product_side {
            padding-right: 0;
            width: 100%;
        }

        .left_product_side > .d-flex {
            display: block !important;
        }
    }

    .main_product_pagination .slick-dots {
        display: none;
    }

    @media (max-width: 920px) {
        .slick-slider.slider-nav {
            display: none;
        }
        
        .slick-list {
            width: 100% !important;
        }

        .list-main-image {
            width: 100% !important;
            margin: 0 !important;
        }

        
        .main_product_pagination .slick-dots {
            display: flex;
            align-items: center;
            width: 96px;
            background-color: #E4E4E4;
            height: 2px;
            bottom: 11px !important;
            z-index: 2;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .main_product_pagination .slick-dots li {
            display: block;
            width: 100%;
            margin: 0;
            height: 4px;
        }
        
        .main_product_pagination .slick-dots li button {
            width: 100%;
            background-color: transparent;
            padding: 0;
            height: 4px;
        }
        
        
        .main_product_pagination .slick-dots li.slick-active button {
            background-color: #F1223D;
            border-radius: 10px;
        }
        
        .main_product_pagination .slick-dots li button::before {
            display: none;
        }

    }



    .main-slide{
        position: relative;
        margin-right: 20px;
    }

    @media (max-width: 920px) {
        .main-slide{
            margin-right: 0px !important;
        }
    }

    .slider-nav{
        width: 90px;
        margin-right: 10px;
    }

    .tabs_wrapp {
        margin-top: 50px;
    }

    @media (max-width: 920px) {
        .tabs_wrapp {
            margin-top: 30px;
        }
    }

    .arrow-main-slide svg {
        cursor: pointer;
        margin-right: 5px;
        margin-left: 5px;
    }
    .image-thumb, .big-img {
        border: 1px solid #CFCFCF;
        background: #FBFBFB;
        display: block;
        transition: 0.5s;
        overflow: hidden;
    }

    @media (max-width: 920px) {
        .image-thumb, .big-img {
            border: none;
        }
    }

    .image-thumb {
        margin-top: 5px;
        margin-bottom: 4px;
    }
    .image-thumb:hover, .big-img:hover, .slick-active.slick-center .image-thumb{
        border: 1px solid #ED1C24;
        transition: 0.5s;
    }
    .image-thumb img, .big-img img {
        border-radius: 10px;
    }
    .main-product .image-thumb img{
        width: 100%;
        padding: 5px;
    }
    .slider-nav {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .slick-slide img{
        /*width: 100%;*/
        max-width: 100%;
        max-height: 99%;
        margin: 0 auto;
    }
    .arrow-main-slide {
        position: absolute;
        bottom: 16px;
        right: 18px;
        z-index: 999;
    }
    .points {
        margin-top: 16px;
    }
    /* quantity */
    .product_buttons label {
        margin-right: 31px;
        margin-bottom: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .number-spinner {
        background-color: #fff;
        display: flex;
        align-items: center;
        border: 1px solid #ececec;
        border-radius: 3px;
        overflow: hidden;
    }
    .number-spinner button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33px;
        height: 33px;
        border: none;
        background: #fff;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        color: #000;
        transition: 0.2s;
    }
    .number-spinner button:hover{
        background: #ED1C24;
        color: #fff;
    }
    .number-spinner button:hover svg path{
        fill: #fff;
    }
    .number-spinner input {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-width: 33px;
        max-width: 40px;
        height: 33px;
        background: #fff;
        border-radius: 0;
        font-size: 16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: none;
        box-shadow: none;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: #000;
    }

    #product h1 {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        line-height: 125%;
        letter-spacing: -0.04em;
        color: #000;
        margin: 5px 0 15px;
    }

    #product .info_wrapp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    #product .info_wrapp .raiting_wrapp {
        display: flex;
        gap: 7px;
    }

    #product .info_wrapp .raiting_wrapp .text_reviews {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        color: #878787;
    }

    #product .price_wrapp {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .list-price {
        display: flex;
        align-items: end;
    }

    .new-price {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 32px;
        letter-spacing: -0.04em;
        color: #ed1c24;
    }

    .new-price span {
        display: block;
        height: 100%;
        line-height: 100%;
    }
    .old-price {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        text-decoration: line-through;
        text-align: center;
        color: #878787;
        margin-left: 5px;
    }

    .section-other {
        display: flex;
        flex-wrap: wrap;
        line-height: 30px;
    }
    .section-other .col {
        min-width: 170px;
    }
    .reward .red {
        font-weight: 700;
    }
    .stock{
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
    }
    .stock.green {
        color: #197b00;
    }
    .stock.red {
        color: darkred;
    }

    .model {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        line-height: 250%;
        text-align: right;
        color: #1e1e1e;
    }

    .manufacturer {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        color: #1e1e1e;
        margin: 4px 0;
    }

    @media (max-width: 920px) {
        .manufacturer {
            margin: 15px 0;
        }
    }

    .manufacturer a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        color: #1e1e1e;
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }
    .group-btn-buy{
        display: flex;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #button-cart {
        border-radius: 5px;
        background: #ED1C24;
        border: 1px solid #ED1C24;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        display: flex;
        width: calc(100% - 50px) !important;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        max-width: 390px;
    }

    .btn_wishlist {
        border-radius: 5px;
        margin-left: 5px;
        width: 45px;
        height: 45px;
        background: #f6f6f6;
        border: none;
        transition: 0.2s;
    }
    
    .btn_wishlist:hover {
        background: #ED1C24;
    }
    
    .btn_wishlist:hover svg path {
        fill: #fff;
    }


        /* button.btn-buy-one {
            color: #ED1C24;
            font-size: 16px;
            font-style: normal;
            line-height: normal;
            background: #fff;
            display: flex;
            width: 170px;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            border-radius: 10px;
            border: 1px solid #CDCDCD;
        } */
    button.btn-buy-one svg {
        width: 29px;
        height: 28px;
        margin-right: 10px;
    }
    .description-product {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

    .product_view_slide, .product_to_category_slide{
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 65px;
    }
    .carousel_slider_prev_view, .carousel_slider_prev_to_category {
        position: absolute;
        top: calc(50% - 26px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
        padding: 0;
    }
    .carousel_slider_next_view, .carousel_slider_next_to_category {
        position: absolute;
        top: calc(50% - 26px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: 0;
        padding: 0;
    }
    @media(max-width: 1439px){
        .main-slide{
           /* width: 442px;*/
            margin-right: 12px;
        }
        .data-product {
            max-width: 537px;
        }
        .list-main-image {
            width: 490px;
            flex-shrink: 0;
        }
        .search {
            margin-right: 15px;
            margin-left: 15px;
        }
    }
    @media(max-width: 1200px){

    }
    @media(max-width: 1024px){
        .main-slide, .section-advantages.horizontally .item-advantage {
            width: 100%;
        }
        .data-product {
            max-width: 100%;
        }

        .section-other{
            font-size: 12px;
            line-height: 28px;
        }
        .section-other, .section-other .col {
            align-items: center;
        }
        .section-advantages.horizontally .item-advantage{
            margin-bottom: 13px;
        }
        .main-slide {
            width: 100%;
        }
        section.main-product {
            margin-left: 10px;
            margin-right: 10px;
        }
        .image-thumb, .big-img {
            border-radius: 10px;
        }
    }

    @media(min-width: 1440px){
        .main-slide{
            width: 590px;
            flex-shrink: 0;
            /*height: 444px;*/
        }
        .list-main-image {
            width: 490px;
        }
        .data-product{
            max-width: 537px;
            background: url('image/template/logo_why.png') no-repeat;
            background-position-y: top;
            background-position-x: 100%;
        }

    }
    @media(min-width: 1024px){
        .image-thumb, .big-img {
            border-radius: 10px;
        }
        #button-cart, button.btn-buy-one {
            height: 45px;
        }
        .list-price > div {
            text-align: left;
        }
    }

    .user-discount__icon{
	width: 28px;
	height: 28px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
    margin-right: 20px;
    font-size: 12px;
}
.user-discount__icon svg{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}
.user-discount__text,
.user-discount__text a{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	text-decoration-skip-ink: none;
	color: #1e1e1e;
}
.user-discount__text a{
	text-decoration: underline;
}
.user-discount{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.section-advantages .item-advantage {
	display: flex;
	align-items: center;
	padding: 10px 16px;
    background: #fbfbfb;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.section-advantages .item-advantage:not(:last-child) {
margin-bottom: 5px;
}

.section-advantages .item-advantage .ico-advantage {
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

.section-advantages .item-advantage .ico-advantage img {
	width: 100%;
}

.section-advantages .item-advantage .description-advantage {
	width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #1e1e1e;
}

.read-more__text {
    position: relative;
    max-height: 126px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 300;
}
.read-more__text::after {
    content: "";
    height: 100px;
    width: 100%;
    background-image: linear-gradient( to top, white 0%, rgba(255, 255, 255, 0) 100% );
    position: absolute;
    left: 0;
    bottom: 0;
}

.read-more__text.expanded {
    max-height: 100%;
    transition: max-height 0.5s ease-out;
}
.read-more__text.expanded::after {
    background-image: none;
}
.read-more {
    margin-bottom: 58px;
}

@media (max-width: 920px) {
    .read-more {
        margin-bottom: 0;
    }

    .read-more__btn {
        text-align: center;
        margin-top: 20px;
    }
}

.read-more__btn {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1e1e1e;
    cursor: pointer;
}

 .upsell-products {
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 0;
    width: 370px;
}
.title-section-upsell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.05em;
    color: #000;
    margin: 0 15px 15px;
    padding: 15px 0px 12px;
    border-bottom: 1px solid #ececec;
}
.item-product-sale {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.item-product-sale:not(:last-child) {
    margin-bottom: 10px;
}

.item-product-sale .image {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    margin-right: 15px;
}

.list-upsell-product {
    max-height: 535px;
    padding: 15px;
    overflow: auto;
}

@media (max-width: 920px) {
    .list-upsell-product {
        max-height: none;
        overflow: visible;
    }
}

.list-upsell-product .caption {
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: auto;
}

.list-upsell-product .caption h4 {
    margin: 0;
}

.list-upsell-product .caption a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #1e1e1e;
    max-width: 150px;
}

.list-upsell-product .caption .btn_sale {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    gap: 8px;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -0.04em;
    color: #1e1e1e;
}

.list-upsell-product .caption .btn_sale:hover {
    background-color: transparent !important;
}

.price-item-product-sale {
    text-align: end;
}

.list-upsell-product .price_wrapp {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 5px;
}

.list-upsell-product .price_wrapp .price_new {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #ed1c24;
}

.list-upsell-product .price_wrapp .price-old {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    text-align: center;
    color: #878787;
}

.list-upsell-product .price-item-product-sale .upsell-discount {
    padding: 3px 5px;
    border-radius: 3px;
    background: #ed1c24;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #fff;
}


.section-info-upsell {
    background: #fbfbfb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 17px 25px;
    margin-top: 15px;
}

.section-info-upsell svg {
    flex-shrink: 0;
    margin-right: 25px;
}

.section-info-upsell span {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #1e1e1e;
}

#upsell-mobile-place {
    margin-bottom: 15px;
}