/*--------------------- Страница товара ----------------------*/

.woocommerce-product-gallery {
    margin-bottom: 30px;
}

.main-slider {

}


.thumbnail-slider-out {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.thumbnail-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    aspect-ratio: 1 / 1;
}

.thumbnail-slider .swiper-slide-thumb-active {
    border-color: #ADC7D2;
}

.thumbnail-slider-next,
.thumbnail-slider-prev {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
}

.thumbnail-slider-prev {
    left: 0px;
} 

.thumbnail-slider-next {
    right: 0px;
} 


.main-slider .swiper-vid {
    height: auto;
    display: flex;
    align-items: center;
}

.thumbnail-slider video {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none; /* Отключаем взаимодействие */
    cursor: not-allowed;  /* Запрещенный курсор */
    opacity: 0.7;         /* Делаем немного прозрачным */
    transition: opacity 0.3s ease;
}

.thumbnail-slider video:hover {
    opacity: 1; /* При наведении делаем менее прозрачным */
}


.single_add_to_cart_button.loading {
    opacity: 0.5;
    pointer-events: none;
}



.productop-tech-title {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #252525;
}

.productop-tech ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.productop-tech ul li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #252525;
    box-sizing: border-box;
}

.productop-tech ul li::after {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 1px;
    top: 13px;
    left: 0;
    background: #252525;
}

.add-to-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.productop .add-to-cart-btn {
    height: 50px;
    line-height: 50px;
}

.productop .add-to-cart-btn .svg {
    margin-left: 0;
    margin-right: 15px;
}

.productop .add-to-cart-btn:hover .svg path {
    /*fill: #FF123D;*/
    stroke: #FF123D;
}




.productop-banner {
    position: relative;
    width: 100%;
    height: 130px;
    background: linear-gradient(269.32deg, #D7E6FB 0.55%, #F1F1FF 99.45%);
    color: #252525;
    border-radius: 20px;
    padding-left: 25px;
    margin-top: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.productop-banner-info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
}

.productop-banner-title {
    margin-bottom: 20px;
}

.productop-banner img {
    position: absolute;
    display: block;
    object-fit: contain;
    object-position: right;
    top: 0;
    right: 0;
    z-index: 0;
}

.productop-banner .btn {
    max-width: 210px;
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    border-radius: 10px;
    color: #252525;
}

.productop-banner .btn:hover {
    background: #252525;
    color: #fff;
}


.proprice {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.proprice .btn {
    max-width: 185px;
}

.urlixo {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #252525;
    text-decoration: underline;
}

.urlixo:hover {
    color: #252525;
}

.urlixo img,
.urlixo .svg {
    margin-left: 10px;
}

.zapros {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #FF123D;
}

.zapros:hover {
    color: #FF123D;
}

.zapros img,
.zapros .svg {
    position: relative;
    margin-top: -3px;
    margin-left: 10px;
}

.zapros .svg line {
    stroke: #FF123D;
}


@media screen and (min-width: 768px) {
    .productop-banner {
        max-width: 396px;
    }

    .woocommerce-product-gallery {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .productop {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .productop-info {
        width: 50%;
    }

    .productop-banner {
        width: 50%;
        margin-top: 0;
    }

    .zapros {
        font-size: 16px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    body.single-product .product .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }

    body.single-product .product .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }
}

@media screen and (min-width: 1200px) {
    .productop-banner-info {
        font-size: 16px;
    }

    .zapros {
        font-size: 18px;
    }
}

@media screen and (min-width: 1400px) {
    .woocommerce-product-gallery {
        padding-right: 110px;
        padding-left: 70px;
        box-sizing: border-box;
    }

    .productop {
        display: flex;
        justify-content: space-between;
    }

    .proprice {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .urlixo {
        margin-left: 20px;
        margin-top: 0;
        text-decoration: none;
    }
}





/*--------------------- Страница товара вкладки ----------------------*/

#tabs {
    margin-top: 95px;
}

.tabs-top {
    position: relative;
}

.tabs-top-inner {
    position: relative;
    display: flex;
    align-items: center;
}


.tabs-top::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* Или другое нужное положение */
    width: 100vw; /* 100% ширины окна просмотра */
    height: 1px; /* Толщина полоски */
    background: #E8E8E8; /* Цвет полоски */
    z-index: 0;
}

.tab-name {
    position: relative;
    padding: 0 25px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
}

.tab-name:hover::after,
.tab-name.tab-active::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #FF123D;
    z-index: 5;
}


.tab-content {
    display: flex;
    flex-wrap: wrap;
}

.tab-content.tab-content-active {
    
}

.tab-content:nth-of-type(4) {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tab-content-left {
    padding: 29px 25px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.tab-content-left ul {
    margin: 20px 0;
    padding: 0 0 0 25px;
    list-style: disc;
}

.tab-chars p {
    font-weight: 400;
}

.tab-chars ul {
    margin: 20px 0;
    padding: 0;
}

.tab-chars li {
    display: flex;
}

.tab-chars li span {
    width: 40%;
    font-weight: 300;
    color: #666;
}

.tab-chars li span:last-child {
    width: 60%;
    color: #252525;
}

.tab-content-right {
    padding: 29px 0px 29px 30px;
    box-sizing: border-box;
}

.tab-content-right-titler {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-content-right-title {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.tab-content-nav {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.assors-items {
    width: 100%;
}


.assor {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.assor-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.assor-mid {
    width: calc(100% - 144px);

}

.assor-title {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #252525;
}

.assor-title a,
.assor-title a:hover {
    color: #252525;
}

.assor-price {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #252525;
}

.assor-price del {
    margin-left: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #B0B0B0;
}

.assor-btn {
    width: 44px;
    height: 40px;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    box-sizing: border-box;
}

.assor-btn img,
.assor-btn .svg {
    margin-left: 0;
    margin-right: 0;
}

.assor-btn span {
    display: none;
}


.assors-items .swiper-slide {
    display: flex;
    flex-direction: column;
}



@media screen and (min-width: 768px) {
    .tab-content-left {
        width: 66%;
        border-right: 1px solid #E8E8E8;
    }

    .tab-content-left.full {
        width: 100%;
        border: 0;
    }

    .tab-content-right {
        width: 34%;
    }

    .assor-thumb {
        width: 100px;
        height: 100px;
        margin-right: 30px;
    }

    .assor-mid {
        width: calc(100% - 277px);
    }

    .woo-reco .assor-mid {
        width: calc(100% - 260px);
    }

    .assor-title {
        font-size: 16px;
    }

    .assor-price {
        font-size: 20px;
    }

    .assor-price del {
        font-size: 18px;
    }

    .assor-btn {
        width: 147px;
        height: 50px;
    }

    .woo-reco .assor-btn {
        width: 130px;
    }

    .assor-btn span {
        display: inline-block;
    }

    .assor-btn img,
    .assor-btn .svg {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1023px) {
    #tabs {
        margin-top: 60px;
    }
    
    .tabs-top {
        position: relative;
        overflow-x: hidden;
        margin-right: -15px;
    }
    
    .tabs-top-inner {
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
        overflow-x: auto;
    }

    .tab-content-left {
        width: 100%;
        padding: 25px 0;
        border: 0;
    }

    .tab-content-right {
        width: 100%;
        padding: 0 0 25px;
    }

    .tab-name {
        white-space: nowrap;
        padding: 0 15px 20px;
    }

    .tab-content-right-title {
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .tab-content-left {
        width: 65%;
    }

    .tab-content-right {
        width: 35%;
    }

    .tab-content-right .tab-content-right-title {
        font-size: 22px;
    }

    .tab-content .tab-content-right .assor-thumb {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }

    .assor-mid {
        width: calc(100% - 144px);
    }

    .tab-content .tab-content-right .assor-title {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
    }

    .tab-content .tab-content-right .assor-price {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
    }

    .tab-content .tab-content-right .assor-price del {
        margin-left: 15px;
        font-size: 14px;
        line-height: 30px;
    }

    .tab-content .tab-content-right .assor-btn {
        width: 44px;
        height: 40px;
        margin: 0;
        margin-left: 15px;
        padding: 0;
        box-sizing: border-box;
    }

    .tab-content .tab-content-right .assor-btn span {
        display: none;
    }

    .tab-content .tab-content-right .assor-btn img,
    .tab-content .tab-content-right .assor-btn .svg {
        margin-right: 0;
    }

    

}

@media screen and (min-width: 1550px) {
    .assor-thumb {
        margin-right: 30px;
    }
}






/*--------------------- Страница корзины ----------------------*/

.cart-section.col-lg-8 .woocommerce {
    margin-bottom: 30px;
}

.cart-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
}

.cart-form-top-left {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #252525;
}

.cart-form-top-qty {
    margin-right: 6px;
}

.cart-form-top-right {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #252525;
}

.cart-form-top-right a {
    display: flex;
    align-items: flex-end;
    color: #252525;
}

.cart-form-top-right img,
.cart-form-top-right .svg {
    position: relative;
    top: -1px;
    margin-right: 10px;
    transform: scaleX(-1);
}

.cart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #E8E8E8;
}

.product-thumbnail {
    width: 100%;
    margin-bottom: 15px;
}

.product-thumbnail img {
    max-width: 150px;
    margin: 0 auto;
}

.product-name {
    width: 100%;
    margin-bottom: 15px;
}

.product-name-title {
    display: block;
    margin-bottom: 15px;
    line-height: 22.5px;
    font-size: 18px;
    font-weight: 300;
    color: #252525;
}

.product-righter {
    display: flex;
    align-items: center;
    width: 100%;
}

.quantity-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-quantity {

}

.quantity-wrapper .qty {
    width: 50px;
    height: 38px;
    background: transparent;
    border: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.quantity-wrapper .qty {
    -moz-appearance: textfield; /* Убирает стрелки в Firefox */
}

.quantity-wrapper .qty::-webkit-inner-spin-button,
.quantity-wrapper .qty::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    margin: 0; /* Убирает влияние margin */
}

.qty-decrease,
.qty-increase {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1px solid #000;
    line-height: 38px;
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    cursor: pointer;
}

.qty-decrease {
    border-radius: 10px 0 0 10px;
}

.qty-increase {
    border-radius: 0 10px 10px 0;
}

.product-subtotal {
    min-width: 100px;
    margin-right: 25px;
    margin-left: auto;
    text-align: right;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #252525;
}


@media screen and (min-width: 768px) {
    .cart-section.col-lg-8 .woocommerce {
        margin-bottom: 40px;
    }

    .cart_item {
        flex-wrap: nowrap;
    }

    .cart-form-top-left,
    .cart-form-top-right {
        font-size: 16px;
    }

    .product-thumbnail {
        max-width: 110px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .product-thumbnail img {
        max-width: 100%;
        margin: 0;
    }

    .product-name {
        width: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .product-righter {
        width: auto;
    }

    .product-quantity {
        margin-right: 26px;
    }

    .product-subtotal {
        min-width: 130px;
        margin-right: 20px;
        margin-left: 0;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .woo-reco {
        margin-bottom: 50px;
    }

    .product-subtotal {
        min-width: 110px;
        margin-right: 10px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .cart-section.col-lg-8 .woocommerce,
    .woo-reco {
        margin-right: 20px;
    }

    .woo-reco {
        margin-bottom: 70px;
    }

    .cart-form-top-right {
        padding-right: 25px;
    }

    .product-thumbnail {
        max-width: 132px;
        margin-right: 30px;
    }

    .product-subtotal {
        min-width: 160px;
        margin-right: 20px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1400px) {
    .cart-section.col-lg-8 .woocommerce,
    .woo-reco {
        margin-right: 30px;
    }
}

@media screen and (min-width: 1550px) {
    .cart-section.col-lg-8 .woocommerce,
    .woo-reco {
        margin-right: 56px;
    }

    .woo-reco {
        margin-bottom: 90px;
    }
}



/*--------------------- Форма заказа ----------------------*/

.checkout-outer {
    padding: 15px;
    background: #F1F1FF;
    border-radius: 10px;
    box-sizing: border-box;
}

.checkout-outer h2 {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}


.order-summary {
    padding-bottom: 25px;
    margin-bottom: 23px;
    border-bottom: 1px solid #B9D0E4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.cartio-nums {
    display: flex;
    align-items: center;
}

.cartio-nums .cartio-count {
    margin-right: 6px;
}

.order-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.order-summary-total {
    font-weight: 600;
}


.company-field-hidden {
    display: none;
}

.hidden {
    display: none;
}

.woocommerce-checkout-review-order .cart_totals {
    display: none;
}


#customer_details .col-12 {
    padding: 0;
}

.woocommerce-billing-fields h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
}




.shipping-method-wrapper {
    margin-bottom: 20px;
}

.shipping-method-wrapper h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
}

.shipping-method-wrapper p {
    margin-bottom: 10px;
}

.shipping-method-wrapper p:last-child {
    margin-bottom: 0px;
}

.shipping-method-wrapper label {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 0 10px 0 70px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;
}

.shipping-method-wrapper label span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.5px;
    text-align: left;
}

.shipping-method-wrapper label:hover,
.shipping-method-wrapper input:checked + label {
    border-color: #FF3B30;
}

.shipping-method-wrapper input[type="radio"] {
    display: none;
}

.shipping-method-wrapper label::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 21px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.shipping-method-wrapper input[value="Самовывоз"] + label::before {
    width: 27.03px;
    height: 33px;
    margin-top: -16.5px;
    background-image: url(../../images/sam.svg);
}

.shipping-method-wrapper input[value="Доставка транспортной компанией"] + label::before {
    width: 36px;
    height: 28.26px;
    margin-top: -14.13px;
    background-image: url(../../images/transport.svg);
}

.shipping-method-wrapper label::after {
    position: absolute;
    display: block;
    content: "";
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../images/ship-label.svg);
}

.shipping-method-wrapper input:checked + label::after {
    background-image: url(../../images/ship-label-active.svg);
}


#transport_companies {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

#transport_companies h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    margin-bottom: 15px;
    color: #252525;
}

#transport_companies p {
    width: 50%;
    margin-bottom: 12px;
}

#transport_companies input[type=radio] {
	display: none;
}

#transport_companies label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 26px;
	margin-right: 0;
	line-height: 20px;
	user-select: none;
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 16px;
}

#transport_companies label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url(../../images/radio-1.svg) 0 0 no-repeat;
    background-size: contain;
}
 
/* Checked */
#transport_companies input[type=radio]:checked + label:before {
	background: url(../../images/radio-2.svg) 0 0 no-repeat;
}
 
/* Disabled */
#transport_companies input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}


#place_order {
    width: 100%;
    height: 48px;
    margin-top: 15px;
    padding: 0;
    background: #FF123D;
    border: 1px solid #FF123D;
    line-height: 48px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
}

#place_order:hover {
    background: #fff;
    border: 1px solid #FF123D;
    color: #FF123D;
}


.woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 10px;
}



.woocommerce-billing-fields__field-wrapper > .woocommerce-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tiplica input[type=radio] {
	display: none;
}

.tiplica label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 26px;
	margin-right: 0;
	line-height: 20px;
	user-select: none;
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 16px;
}

.tiplica label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url(../../images/radio-1.svg) 0 0 no-repeat;
    background-size: contain;
}
 
/* Checked */
.tiplica input[type=radio]:checked + label:before {
	background: url(../../images/radio-2.svg) 0 0 no-repeat;
}


.woocommerce-billing-fields {
    margin-bottom: 20px;
}

.checkout-inline-error-message {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #FF123D;
}


@media screen and (max-width: 767px) {
    .checkout-outer {
        padding: 25px 15px;
        margin: 30px -15px 40px;
    }

    .woocommerce-billing-fields__field-wrapper > .woocommerce-input-wrapper {
        margin-bottom: 20px;
    }

    .tiplica label {
        font-size: 14px;
    }

    .shipping-method-wrapper label {
        height: 80px;
        font-size: 16px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .order-summary {
        font-size: 16px;
    }

    .checkout-outer {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 25px 15px;
    }

    .shipping-method-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shipping-method-wrapper h3 {
        width: 100%;
    }

    .shipping-method-wrapper p {
        width: 49%;
    }

    .shipping-method-wrapper label {
        height: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .checkout-outer {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 15px;
        border-radius: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .checkout-outer {
        margin-bottom: 70px;
        padding: 20px;
        border-radius: 20px;
    }
}

@media screen and (min-width: 1550px) {
    .checkout-outer {
        margin-bottom: 90px;
        padding: 27px 33px 33px;
        border-radius: 20px;
    }
}



/*--------------------- Страница товара ----------------------*/

.add-to-cart-btn .ok-icon {
    margin-right: 10px;
    width: 15px;
    height: auto;
}

.productop .add-to-cart-btn .ok-icon {
    margin-right: 19px;
}

.prodtop-item .add-to-cart-btn .ok-icon {
    margin-right: 20px;
}

.assor-btn.add-to-cart-btn .ok-icon {
    margin-right: 0px;
}

.add-to-cart-btn:hover .ok-icon path {
    fill: #FF123D;
}

.assor-btn.add-to-cart-btn:hover .ok-icon path,
.prodtop-item .add-to-cart-btn:hover .ok-icon path {
    fill: #fff;
}

.productop .add-to-cart-btn .ok-icon path {
    fill: #fff;
}

.productop .add-to-cart-btn:hover .ok-icon path {
    fill: #FF123D;
}


.cart-notification {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    z-index: 99999;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease-in-out;
}

.cart-notification.visible {
    opacity: 1;
}

.hbot-cart {
    position: relative;
}

.cart-count {
    position: absolute;
    bottom: -1px;
    right: -20px;
    width: 25px;
    height: 18px;
    border-radius: 9px;
    background: #F1F1FF;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    font-weight: 400;
    color: #252525;
}

.hbot-cart.active .cart-count {
    background: #FF123D;
    color: #fff;
}


.woocommerce-breadcrumb {
    margin-bottom: 27px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.5px;
}

.woocommerce-breadcrumb a,
.breadcrumb-separator {
    color: #B0B0B0;
}

.breadcrumb-separator {
    margin: 0 6px;  
}


@media print {
    header,
    footer,
    .sidebar,
    .navigation  {
        display: none !important;
    }
}


@media screen and (min-width: 768px) {
    .assor-btn.add-to-cart-btn .ok-icon {
        margin-right: 10px;
    }

    .cart-notification {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .tab-content .assor-btn .ok-icon {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {

}





.woocommerce-order-received h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
}

.woocommerce-order-received ul.order_details {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.woocommerce-order-received .shop_table {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse: collapse;
    margin-bottom: 30px;
    table-layout:fixed;
}

.woocommerce-order-received .shop_table th,
.woocommerce-order-received .shop_table td {
    border: 1px solid #aaa;
    border-collapse: collapse;
    padding: 7px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
}

.woocommerce-order-received .shop_table th:nth-of-type(1),
.woocommerce-order-received .shop_table td:nth-of-type(1) {
    width: 58%;
}

.woocommerce-order-received .shop_table th:nth-of-type(2),
.woocommerce-order-received .shop_table td:nth-of-type(2) {
    width: 15%;
}

.woocommerce-order-received .shop_table th:nth-of-type(3),
.woocommerce-order-received .shop_table td:nth-of-type(3) {
    width: 27%;
}

.woocommerce-order-received .shop_table th {
    font-weight: 400;
}

.woocommerce-order-received .woocommerce-customer-details {
    margin-bottom: 25px;
}

.woocommerce-order-received .woocommerce-customer-details p {
    margin-bottom: 5px;
}

.woocommerce-order-received .print-order-button {
    margin-bottom: 50px;
}

@media print {
    .woocommerce-order-received .print-order-button  {
        display: none !important;
    }

    body {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Убираем лишние отступы */
    * {
        page-break-inside: avoid;
    }

    /* Избегаем разрывов страниц перед и после блоков */
    h1, h2, h3, p {
        page-break-before: auto;
        page-break-after: auto;
    }
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
    .woocommerce-order-received .shop_table {
        width: 100%;
        max-width: 768px;
    }

    .woocommerce-order-received .shop_table th,
    .woocommerce-order-received .shop_table td {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {

}


.cart-section .woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.cart-section .woocommerce-notices-wrapper .woocommerce-message {
    padding: 10px 5px;
    border-radius: 6px;
    border-color: #fff;
    border-width: 1px;
}


.woocommerce-invalid input {
    border: 1px solid #FF123D;
}


#ship-to-different-address {
	display: none !important;
}