.icon32.loading, .icon24.loading, .icon16.loading { background: url('img/svg/spinner-solid.svg?v2') no-repeat 100% 100%; background-size: contain;width: 24px;height: 24px; -webkit-animation: rotating 1s linear infinite; animation: rotating 1s linear infinite; }
.s-loading-content .icon16.loading, .icon32.loading { width: 48px; height: 48px; }
span.loading { position: relative; top: 4px; left: 10px; }
.checkout span.loading { position: relative; top: 4px; left: 10px; }

/* Product badges
----------------- */

.badge {
    display: inline-block;
    padding: 2px 5px 3px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;

}

.badge {
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
}

/* filters */
.filter-item{
    margin: 0 0 30px;
}

.filter-item:last-child{
    margin-bottom: 0;
}

.filter-item__head{
    padding: 0 20px 0 0;
    position: relative;
    cursor: pointer;
    line-height: 1.1px;
}

.filter-item__body{
    padding: 15px 0 0;
}

.filter-item__title{
    font-weight: bold;
    margin: 0 5px 0 0;
    line-height: 1.1;
}

.filter-item__clear{
    display: none;
}

.filter-item.selected .filter-item__clear{
    display: inline;
}

.filter-item__caret{
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
}

.filter-item__caret:before{
    transition: .2s;
    display: inline-block;
}

.filter-units__title{
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    display: block;
}

.filter-price-title__currency,
.filter-price-units,
.filter-price-title__unit{
    font-size: 13px;
}

.filter-price-units{
    display: inline-block;
    font-weight: bold;
    margin: 0 0 10px;
}

.sidebar-filters .filter-price-units{
    margin: 10px 0 0;
}

.filter-param.close .filter-price-units{
    display: none;
}

.filter-price-title__separator{
    margin: 0 3px;
    font-size: 12px;
}

.filter-units__item{
    display: inline-block;
    font-weight: normal;
    padding: 2px 5px 4px;
    background: #f3f3f3;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    line-height: 1;
}

.filter-units__item.selected{
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
}

.filter-range {
    display: flex;
    margin: 0 0 25px;
}

.filter-range__item{
    flex: 0 0 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2% 0 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 1;
    padding: 8px 12px 2px;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 12px;
    color: #b2b0b0;
}

.filter-range__item + .filter-range__item{
    margin: 0 0 0 2%;
}

.filter-range__item input {
    border: none !important;
    outline: none;
    padding: 0;
    background: 0;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    display: block;
    border-radius: 0;
}

.filter-item__variant{
    line-height: 1.2;
    margin: 0 8px 10px 0;
    display: flex;
}

.filter-item__variant.sk-hide{
    display: none;
}

.filter-item__variant:last-child{
    margin-bottom: 0;
}

.filter-item__variant .checkbox-styler{
    margin-top: 1px;
}


.filter-item__boolean {
    display: inline-block;
    margin: 0 16px 8px 0;
}

.filter-item__boolean:last-child{
    margin-right: 0;
}

.filter-item__variant.sf-label-disabled .checkbox-styler:before {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    z-index: 1;
    content: "\f00c";
    font-size: 12px;
    color: inherit;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    line-height: 12px;
}

.filter-item__variant.sf-label-disabled .checkbox-styler:before,
.horizontal-filter__variant.sf-label-disabled .checkbox-styler:before,
.filter-item__color.sf-label-disabled .checkbox-styler:before{
    content: "\f00d";
    text-align: center;
}

.filter-item__color.sf-label-disabled .checkbox-styler:before{
    font-size: 20px;
}

.filter-item__color.sf-label-disabled{
    color: inherit !important;
}

.sf-label-disabled{
    cursor: default;
}

.sf-label-disabled .checkbox-styler{
    opacity: .3;
    cursor: default;
}

.filter-item__button.sf-label-disabled{
    opacity: .4;
}

.filter-item__color.sf-label-disabled{
    opacity: .5;
    box-shadow: none;
}

.filter-buttons{
    display: flex;
    margin: 25px -8px 0 0;
}

.filter-slider{
    margin: 0 8px 0 0;
}

.filter-buttons .button ,
.filter-buttons .button-action{
    padding: 0 5px;
    margin: 0 10px 0 0;
    flex: 1 1 50%;
}

.filter-slider.ui-widget.ui-widget-content {
    background: #e9e9e9;
    height: 2px;
    margin: 8px 3px 18px;
}

.filter-slider .ui-widget-header {
    border-top: 4px solid;
    position: absolute;
    height: 0;
    margin-top: -1px;
    color: var(--bs-color);
}

.filter-slider.ui-slider {
    position: relative;
}

.filter-slider.ui-slider .ui-slider-handle {
    position: absolute;
    margin: -5px 0 0 -4px;
}

.filter-slider .ui-state-default,
.filter-slider .ui-state-hover,
.filter-slider .ui-widget-content .ui-state-default,
.filter-slider .ui-widget-content .ui-state-hover {
    width: 7px;
    height: 12px;
    border-radius: 3px;
    outline: none;
}


.filter-slider.ui-widget-content .ui-state-default,
.filter-slider.ui-widget-content .ui-state-hover{
    box-sizing: border-box;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
}

.filters-selected{
    margin: 0 0 10px 0;
    font-size: 13px;
}

.products-panel ~ .filters-selected{
    margin-top: -10px;
}

.filters-selected.sk-loading{
    opacity: 0.5;
}

.filters-selected__item{
    display: inline-block;
    margin: 0 15px 0 0;
    white-space: nowrap;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #888;
}

.filters-selected__item .icon16.color{
    margin-right: 4px;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    margin-bottom: 1px;
}

/* Checkout
----------- */

.checkout select { max-width: 264px; }
.checkout-header { margin: 0; color: #999; background: var(--white); padding: 20px; }
.checkout-header h3 { margin-bottom: 0; }
.checkout-header h3 a { text-decoration: none; color: #777; font-weight: normal; }
.checkout-header h3 a:hover { color: var(--red) !important; }
.checkout-header strong { color: #666; }
.checkout ul.checkout-options { padding-left: 25px; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; clear: both; }
.checkout ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
.checkout ul.checkout-options li h3 label { margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; width: 250px; }
.checkout ul.checkout-options li p { width: 70%; font-size: 0.85em; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }
.checkout ul.checkout-options li label input[type="radio"] { top: 7px; }
.checkout ul.checkout-options li img.method-logo { position: relative; float: left; margin-right: 10px; top: -6px; left: 0px; /* adjusted for default 60x32-px logos */ }
.checkout ul.checkout-options li .wa-form { margin-top: 0px; margin-bottom: 30px; }
.checkout ul.checkout-options li .wa-form label input[type="radio"] { position: static; }

.checkout .checkout-result { padding: 30px 35px; background: var(--white); text-align: center; border-radius: 20px;}
.checkout .checkout-result .welcome { margin-top: -80px; padding-top: 280px; }
.checkout .checkout-result.error h1 { color: var(--red); }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.checkout .checkout-result .back { margin-top: 50px; }
.checkout { padding: 0; }
.checkout h2 { padding: 15px 20px 18px; font-weight: normal; margin: 0; background: #f3f3f3; margin-top: 10px; }
.checkout h2 a { text-decoration: none; color: var(--black); }
.checkout h2 a:hover { color: var(--red) !important; }
.checkout h2.upcoming a:hover { color: var(--black) !important; cursor: default; }
.checkout h2 a.hint { font-size: 0.6em; color: #aaa; text-decoration: none; margin-top: 2px; }
.checkout h2 a.hint strong { text-decoration: underline; }

.checkout .checkout-step.is-done .step-header { position: relative; }
.checkout .checkout-step.is-done .step-header:after { content: ""; position: absolute; top: 0; right: 0; width: 60px; height: 100%; background: transparent url("img/checkout-done.png") 50% no-repeat; background-size: 30px; }

.checkout .checkout-step-content { padding: 20px; background: var(--white); }
.checkout ul { list-style: none; padding-left: 0; margin-top: 0; }
.checkout ul li { font-size: 1.1em; margin-bottom: 5px; }
.checkout ul li input[type="radio"] { margin-right: 3px; }
.checkout #login-form h1 { display: none; }
.checkout input.large { font-size: 1.4em; }
.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; }
.checkout blockquote img { margin-right: 20px; float: left; border-radius: 50%; }
.checkout blockquote p { margin-bottom: 10px; margin-left: 70px; }
.checkout blockquote p span { color: var(--black); }

.checkout .errormsg.inline { display: inline; margin-left: 10px; }

.checkout table.table { width: 100%; }
.checkout table.table td { border: none; }

.checkout .last span.loading {left: -10px}

.checkout .wa-form .wa-field input,
.checkout .wa-form .wa-field select { font-size: 1.2em; }
.checkout .wa-form .wa-field .wa-name { padding-top: 0.3em; }
.checkout .wa-form .wa-field.wa-field-email .wa-value input { min-width: 300px; }
.checkout .wa-form .wa-field.wa-field-birthday .wa-value select { margin-right: 5px; }
.checkout .wa-form .wa-field.wa-field-address p { margin: 0; }
.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input { min-width: 100px; width: 20%; }

#checkout-contact-form input[type="checkbox"] { margin: 0 3px 3px 0; }

.wa-order-form-wrapper .wa-login-link { color: var(--link-color); }

.checkout-result {
    text-align: center;

}

.checkout-result a {
    text-decoration: none;
}

.checkout-result .s-image-wrapper {
    margin: 0 0 20px;
    display: inline-flex;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #e3e3e3;
    align-items: center;
    justify-content: center;
}

.checkout-result .s-image-wrapper svg {
    max-height: 105px;
    color: #fff;
}

.checkout-result .s-header {
    margin: 0;
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
}

.checkout-result .s-description {
    margin: 20px 0 0;
}

.checkout-result .s-order-number{
    font-weight: bold;
}

.checkout-result .s-plugin-wrapper {
    margin: 30px 0 0;
}

.checkout-result .s-actions-wrapper {
    margin: 30px 0 0;
    color: #006bd8;
}

@media (max-width: 1024px) {
    .checkout-result .s-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .checkout-result .s-image-wrapper svg {
        max-height: 50px;
    }
}

@media (max-width: 430px) {
    .checkout-result .s-header {
        margin: 0;
        font-size: 24px;
        line-height: 1.2;
    }
}

/* Customer account
------------------- */

.order-status { padding: 2px 5px; color: var(--white); }
h1 .order-status { font-size: 0.75em; margin-left: 10px; }

/* Swipebox
----------- */

#swipebox-caption { display: none; }
#swipebox-overlay { background: var(--white) !important; }
#swipebox-action { background: rgba(255, 255, 255, 0.42) !important; opacity: 0.8 !important; border-top: none !important; bottom: 0 !important; }
#swipebox-action.visible-bars { transform: none !important; -webkit-transform: none !important; -o-transform: none !important; }
#swipebox-close,
#swipebox-prev,
#swipebox-next { background-size: 120px 24px; }


.wa-quantity-cart-section .wa-button-wrapper .wa-button:hover::after {
    display: none;
}

/* Skeleton UI */
.skeleton { --background-color-skeleton: rgba(0, 20, 80, 0.05); color: #777; animation: animation-skeleton-flickering 1.5s ease-in-out .5s infinite; }
.skeleton .skeleton-line { background: var(--background-color-skeleton); height: 1.25rem; display: block; border-radius: 0.5rem; margin-bottom: 0.75rem; }

/* Datepicker UI */
.s-ui-datepicker.ui-datepicker table {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0
}
.s-ui-datepicker.ui-datepicker th {
    font-weight: 500;
}

.s-ui-datepicker .ui-datepicker-prev span {
    background: transparent url("../../img/frontend/order/svg/sprite.background.svg#arrow-left") 50% no-repeat;
    -webkit-background-size: 6.34px 11px;
    -moz-background-size: 6.34px 11px;
    background-size: 6.34px 11px
}
.s-ui-datepicker .ui-datepicker-next span {
    background: transparent url("../../img/frontend/order/svg/sprite.background.svg#arrow-right") 50% no-repeat;
    -webkit-background-size: 6.34px 11px;
    -moz-background-size: 6.34px 11px;
    background-size: 6.34px 11px
}

.s-ui-datepicker .ui-widget-header {
    border: solid #efefef;
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
}

.s-ui-datepicker .ui-state-default,
.s-ui-datepicker.ui-widget-content .ui-state-default,
.s-ui-datepicker .ui-widget-header .ui-state-default,
.s-ui-datepicker .ui-button,
.s-ui-datepicker .ui-button.ui-state-disabled:hover,
.s-ui-datepicker .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #333;
    text-align: center
}
.s-ui-datepicker .ui-state-active,
.s-ui-datepicker.ui-widget-content .ui-state-active,
.s-ui-datepicker .ui-widget-header .ui-state-active,
.s-ui-datepicker a.ui-button:active,
.s-ui-datepicker .ui-button:active,
.s-ui-datepicker .ui-button.ui-state-active:hover {
    border: 1px solid transparent;
    background: transparent;
    font-weight: bold;
    color: #000
}

.s-ui-datepicker select { padding: 0.275em 1.5em 0.275em 0.5em; }
.s-ui-datepicker .ui-datepicker-title { display: flex; gap: 0.25rem; }

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animation-skeleton-flickering {
    0% { opacity: 1;}
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.sort-desc,
.sort-asc{
    float: left;
    margin: 1px 5px 0 0;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
}
/*
.sort-desc:after {
    content: "\f175";
}

.sort-asc:after{
    content: "\f176";
}*/

.category-description__outer{
    margin: 0 0 20px;
}

.category-text{
    margin: 0 0 20px;
    display: inline-flex;
    width: 100%;
}

.category-image{
    float: left;
    margin: 0 15px 0 10px;
    background: #FFF;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    font-size: 0;
}

.category-subcat{
    margin: 0 0 30px;
    font-size: 14px;
}

.category-subcat_item{
    display: inline-flex;
    align-items: center;
    height: 33px;
    border-radius: 10px;
    padding: 0 25px;
    background: #FFF;
    border: 1px solid #DFDBDB;
    color: #000;
    text-decoration: none;
    margin: 0 5px 8px 0;
    box-sizing: border-box;
    font-weight: 500;
}

.category-subcat_item:last-child{
    margin-right: 0;
}

@media (max-width: 1024px){
    .category-subcat {
        white-space: nowrap;
        overflow-x: auto;
        position: relative;
        padding: 0 0 10px;
        flex: 1 1 100%;
    }

    .category-subcat_item {
        margin-bottom: 0;
        padding: 0 15px;
    }
}

.category-subcat_item a{
    text-decoration: none;
    color: inherit;
}

.category-subcat_item:hover{
    border: none;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    padding: 0 26px;
}

.category-controls{
    margin: 0 0 20px;
    display: flex;
    align-items: start;
}

.category-control{
    margin: 0 20px 0 0;
}

.category-control__title{
    margin: 0 10px 0 0;
}
@media (max-width: 500px) {
    .category-control__title {
        display: none;
    }
}
@media (max-width: 1024px){
    .category-controls{
        padding: 0 0 20px;
        border-top: none;
    }
}

@media (max-width: 600px){
    .category-control.-per-page{
        display: none;
    }
}

.category-controls__page{
    flex: 1 1 auto;
    text-align: right;
    color: #929292;
}

.product-page{
    margin: 0 0 90px;
}

@media (max-width: 1024px){
    .product-page{
        margin: 0 0 70px;
    }
}

@media (max-width: 600px){
    .product-page{
        margin: 0 0 55px;
    }
}

@media (max-width: 600px){
    .product-page{
        margin: 0 0 40px;
    }
}

.product-page:last-child{
    margin: 0;
}

.product-main{
    margin: 0 0 50px;
}

@media (max-width: 400px){
    .product-main{
        margin: 0 0 40px;
    }
}

.product-main h1{
    word-break: break-word;
}

.product-head{
    margin: 0 0 30px;
}

@media (max-width: 1023px){
    .product-head{
        margin: 0 0 25px;
    }
}

@media (max-width: 359px){
    .product-head{
        margin: 0 0 20px;
    }
}

.product-head h1{
    word-break: break-word;
    margin: 0;
}

.product-head__rating{
    margin: 8px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-rating__reviews{
    cursor: pointer;
    color: #929292;
    border-bottom: 1px dashed;
    line-height: 1.1;
}

.product-main__cols{
    display: flex;
}

.product-main__left{
    flex: 0 0 auto;
    width: 50%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.product-main__right{
    flex: 0 0 auto;
    width: 50%;
    box-sizing: border-box;
}

.product-main__sku-outer{
    display: flex;
    align-items: center;
    justify-content: end;
}
@media (max-width: 500px) {
    .product-main__sku-outer{
        flex-wrap: wrap;
    }
}
.product-main__sku{
    flex: 1 1 auto;
    margin: 0 20px 10px 0;
}

.product-main__favorites,
.product-main__compare{
    flex: 0 0 auto;
    margin: 0 10px 10px 0;
    z-index: 5;
}


.product-main__cart{
    background: #F6F6F6;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.product-main__prices{
    flex: 1 1 auto;
    line-height: 1.2;
}

.product-main__cartWaitlist{
    background: #F6F6F6;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    flex-direction: row ;
    justify-content: space-between;

}
@media (max-width: 500px) {
    .product-main__cartWaitlist {
        flex-direction: column;
        align-items: flex-start;
    }
}
.cartWaitlist_product-quantity {
    margin: 8px;
    position: relative;
    display: inline-flex;
    border-radius: 12px;
    height: 48px;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    width: 120px;
    padding: 0;
    vertical-align: middle;
}

input[type="text"].Waitlist_quantity_input {
    border: none;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    height: 46px;
    vertical-align: top;
    background: none;
    position: relative;
    z-index: 2;
    width: 100%;
    order: 2;
    flex: 1 1 auto;
}

.product-main__waitListHint{

}

.product-main__waitList {
    display: inline-flex;
}



.product-main__price{
    display: block;
    font-weight: 600;
    font-size: 24px;
}

.product-main__price-compare{
    font-size: 16px;
}

.product-main__prices,
.product-main__add2cart,
.product-main__quantity{
    margin: 8px;
}

.product-main__stock{
    margin: 0 0 20px;
}

.stocks-item{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
}

.stocks-item:last-child{
    border-bottom: none;
}

.stocks-item__title{
    margin: 0 20px 0 0;
    flex: 1 1 auto
}

.stocks-item__value{
    text-align: right;
    flex: 0 0 auto;
    width: 150px;
    white-space: normal;
}
.product-summary {
    margin-bottom: 20px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-summary__get-full-btn {
    color: var(--bs-bg-color);
    border: 2px solid var(--bs-bg-color);
    display: inline-flex;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 11px;
    margin-top: 5px;
    cursor: pointer;
    line-height: 1;
    font-size: 13px;
    font-weight: 600;
}
.product-summary__get-full-btn:hover {
    color: #fff;
    background: var(--bs-bg-color);
}
.product-summary__get-full-btn .Graphic-Style{
    fill:none;
    stroke: var(--bs-bg-color);
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:2px;
}
.product-summary__get-full-btn:hover .Graphic-Style{
    fill:none;
    stroke: #fff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:2px;
}

.product-summary__get-full-btn svg {
    width: 14px;
    margin-left: 3px;
}
@media (max-width: 1024px) and (min-width: 701px), (max-width: 550px){
    .product-main__cart{
        flex-wrap: wrap;
    }

    .product-main__prices{
        width: 100%;
    }

    .product-main__price{
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 850px) and (min-width: 701px), (max-width: 500px){
    .stocks-item{
        display: block;
    }

    .stocks-item__title{
        margin-right: 10px;
    }

    .stocks-item__value{
        white-space: nowrap;
    }
}

@media (max-width: 700px){
    .product-main__cols{
        display: block;
    }

    .product-main__left,
    .product-main__right{
        width: 100%;
    }

    .product-main__left{
        margin: 0 0 30px;
        padding: 0;
    }
}

@media (max-width: 500px){
    .product-main__quantity,
    .product-main__add2cart{
        box-sizing: border-box;
    }
    .product-main__quantity{
        margin-left: 0;
    }
    .product-tile__bottom .product-main__quantity {
        margin-left: 8px;
        margin-right: 0;
    }

    .product-main__add2cart{
        margin-right: 0;
    }
    .product-tile__bottom .product-main__add2cart{
        margin-left:0;
    }
}

.product-skus-radio{
    margin: 0 0 30px;
}

.product-popup-options .product-skus-radio{
    margin-top: 0;
}

.product-skus-radio__title{
    font-size: 16px;
    margin: 0 0 10px;
}

.product-popup-options .product-skus-radio__title{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.product-skus-radio__list,
.product-skus-radio__item{
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-skus-radio__item.hide{
    display: none;
}

.product-skus-radio__item{
    margin: 0 0 5px;
}

.product-skus-radio__item label.disabled{
    opacity: 0.5;
}

.skus__name,
.skus__sku{
    margin: 0 10px 0 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.skus__sku{
    color: #aaaaaa;
}

.skus__price{
    font-size: 13px;
    display: inline-block;
}

.product-services:not(:last-child){
    margin: 0 0 30px;
}

.service-variants{
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border-radius: 5px;
}

.product-services__item{
    margin: 0 0 5px;
}

.option-buttons__head{
    font-size: 13px;
    color: #9b9b9b;
    margin: 0 0 10px;
}

.option-buttons:not(:last-child){
    position: relative;
    margin: 0 0 20px;
}

.option-buttons{
    box-sizing: border-box;
    z-index: 3;
    position: relative;
    flex: 1 0 100%;
    max-width: 100%;
}

.option-buttons__item{
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 7px 10px;
    line-height: 16px;
    border-radius: 7px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    background: #FFF;
    color: #000;
    font-weight: 500;
}

.option-buttons__color-icon{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 5px 2px 0;
    border-radius: 3px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}

.option-buttons__item.selected{
    border-color: var(--bs-color);
}

.option-buttons__item:not(.selected) .option-buttons__color-icon[style*="background-color:#FFFFFF"] {
    border-color: #ececec;
}

.option-buttons__item .option-buttons__color-icon[style*="background-color:#FFFFFF"],
.option-buttons__item.selected .option-buttons__color-icon{
    width: 12px;
    height: 12px;
    border-width: 1px;
    border-style: solid;
}

.option-buttons__item.selected .option-buttons__color-icon{
    background: none !important;
    box-shadow: none;
    position: relative;
    color: inherit !important;
}

.option-buttons__item.selected .option-buttons__color-icon:after{
    font-size: 9px;
    content: "\f00c";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 12px;
}


.product-section{
    margin: 0 0 60px;
}

.product-section:last-child{
    margin-bottom: 0;
}

.product-section .fa-file{
    color: var(--bs-color);
    margin: 0 5px 0 0;
}

.product-description .spoiler-outer:last-child{
    margin-bottom: 0;
}

/* order list page */

.orders-item{
    padding: 25px 30px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 0 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.06);
}

.orders-item__date-status{
    margin: 0 0 10px;
}

.orders-item__total{
    font-weight: bold;
    white-space: nowrap;
    font-size: 18px;
}

.orders-item__date{
    color: #000;
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.orders-item__status{
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
}

.orders-item__count{
    color: #CCC;
    white-space: nowrap;
}

.orders-item__num-shipping{
    margin: 0 0 20px;
}

.orders-item__num{
    font-weight: bold;
    display: inline-block;
    margin: 0 15px 0 0;
}

.orders-item__content{
    display: flex;
}

.orders-item__content-right{
    flex: 0 0 200px;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.orders-item__products{
    font-size: 14px;
    margin: 3px 25px 0 0;
    flex: 1 1 auto;
    line-height: 1.4;
}

.orders-item__product{
    margin: 0 0 10px;
}

.orders-item__product.-sk-hide{
    display: none;
}

.orders-item__buttons{
    margin: 7px -5px 0;
}

.orders-item__button-one{
    margin: 5px;
}

.orders-item__shipping{
    margin: 0 0 10px;
    flex: 1 0 auto;
    line-height: 1.2;
    font-weight: bold;
}


@media (max-width: 699px){
    .orders-item__content{
        display: block;
    }

    .orders-item__products{
        margin: 0 0 20px;
    }

    .orders-item__content-right{
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
        margin: 0 -5px;
        flex-wrap: wrap;
    }
}




/* order page */

.order-pin__field,
.order-pin__btn{
    margin: 0 0 10px;
}

@media (max-width: 450px){
    .order-pin__field,
    .order-pin__btn{
        width: 100%;
        box-sizing: border-box;
    }
}

.order-meta{
    margin: 0 0 20px 0;
}

.order-status{
    margin: 0 15px 0 0;
}

.order-date{
    color: #787878;
}

.order-cols{
    display: flex;
}

.order-cols__left{
    flex: 1 1 auto;
    margin: 0 20px 0 0;
    border-radius: 25px;
}

.order-cols__right{
    flex: 0 0 30%;
}

.order-data{
    display: flex;
}

.order-data__item{
    flex: 0 0 50%;
    box-sizing: border-box;
    margin: 0 15px 0 0;
}

.order-data__head{
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 18px;
}

.order-data__item .plugin button,
.order-data__item .plugin input[type="button"],
.order-data__item .plugin input[type="submit"]{
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
    border-radius: 7px;
}

.order-summary{
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 25px;
    position: sticky;
    top: 100px;
}

.order-summary__item {
    display: flex;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.order-summary__title {
    flex: 0 0 50%;
}

.order-summary__cost {
    flex: 0 0 50%;
    text-align: right;
}

.order-total {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
}

.order-total__title {
    font-size: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
}



@media (max-width: 1249px){
    .order-cols {
        display: block;
    }

    .order-cols__left{
        margin: 0 0 20px;
    }

    .order-cols__right{
        display: flex;
        justify-content: end;
    }

    .order-summary{
        width: 280px;
        margin: auto;
    }
}

@media (max-width: 600px){
    .order-summary{
        width: 100%;
        border: none;
        padding: 0;
        margin: 15px 0 0;
    }
}

@media (max-width: 550px){
    .order-data{
        display: block;
    }

    .order-data__item{
        margin: 0 0 30px;
    }

    .order-data__item:last-child{
        margin: 0;
    }

    .order-data__head{
        margin-bottom: 10px;
    }
}


/* affiliate page */

.affiliate-total{
    margin: 0 0 20px;
}

.affiliate-item{
    display: flex;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f3f3f3;
}

.affiliate-item__head{
    font-weight: bold;
}

.affiliate-item__order{
    display: inline-block;
    margin: 0 10px 0 0;
}

.affiliate-item__date{
    flex: 0 0 180px;
    padding: 0 20px 0 0;
    color: #8b8b8b;
}

.affiliate-item__desc{
    flex: 1 1 auto;
    padding: 0 20px 0 0;
}

.affiliate-item__count{
    flex: 0 0 80px;
    padding: 0 10px 0 0;
    text-align: right;
}

.affiliate-item__coming{
    color: green;
}

.affiliate-item__consumption{
    color: red;
}

@media (max-width: 799px){
    .affiliate-item{
        display: block;
    }

    .affiliate-item__date,
    .affiliate-item__desc{
        padding: 0 0 10px;
    }

    .affiliate-item__count{
        display: inline-block;
    }
}

.flexdiscount-my-content > div{
    padding: 0 !important;
}

/* galleryplus plugin */
.galleryplus-button{
    border-radius: 7px;
}

.galleryplus-content .galleryplus-button:hover {
    background: none !important;
}

.galleryplus-content.galleryplus-red{
    background: none !important;
    color: #a7a7a7 !important;
}

.galleryplus-content .galleryplus-hover-red:hover{
    color: #000 !important;
}

.galleryplus-content .galleryplus-hover-text-white:hover,
.galleryplus-content .galleryplus-text-white{
    color: #a7a7a7 !important;
    font-size: 20px !important;
}

.galleryplus-text-shadow{
    text-shadow: none !important;
}

.galleryplus-content .galleryplus-xxlarge{
    font-size: 20px !important;
}

.galleryplus-content .galleryplus-button:hover {
    text-shadow: none;
}

.galleryplus-thumbnail-active,
.galleryplus-modal-thumbnail-active{
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0 0 2px rgba(0,0,0,0.5)  !important;
}

.galleryplus-modal-content{
    border-radius: 20px;
}

.galleryplus-video iframe{
    border: 1px solid #e2e2e2;
}

.galleryplus-video-play.galleryplus-button{
    padding: 0;
    border-radius: 7px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}



.galleryplus-modal-video-play.galleryplus-button,
.galleryplus-modal-video-play.galleryplus-button:hover,
.galleryplus-video-play.galleryplus-button,
.galleryplus-video-play.galleryplus-button:hover{
    color: #FFF !important;
    background: var(--bs-color) !important;
}

.galleryplus-modal-video-play.galleryplus-button .galleryplus-xxxlarge,
.galleryplus-video-play.galleryplus-button .galleryplus-xxxlarge{
    font-size: 24px !important;
}

.galleryplus-thumbnails-video-play .galleryplusicon-play{
    color: var(--bs-color) !important;
}

.galleryplus-hover-opacity:hover,
.galleryplus-opacity {
    opacity: 1 !important;
}

.galleryplus-display-container.height-auto{
    height: auto !important;
}
/*
.galleryplusicon-zoom-in{
    display: none;
}*/

.product-links__section{
    margin: 0 0 10px;
}

.product-links__title{
    font-weight: bold;
    display: inline-block;
    margin: 0 5px 8px 0;
}

.product-links__item{
    display: inline-flex;
    align-items: center;
    height: 24px;
    border-radius: 5px;
    padding: 0 10px;
    background: #FFF;
    border: 1px solid #DFDBDB;
    color: #a8a8a8;
    text-decoration: none;
    margin: 0 5px 8px 0;
    box-sizing: border-box;
}

.product-links__item:hover {
    border: none;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    padding: 0 11px;
}

@media (max-width: 1024px){
    .product-links__section {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0 0 3px;
        flex: 1 1 100%;
    }

    .product-links__item {
        margin-bottom: 0;
    }
}

/* Product reviews
------------------ */

.all-reviews-images{
    margin: 0 0 40px;
}

.all-reviews-images__head{
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 16px;
}

@media (max-width: 600px){
    .all-reviews-images{
        margin: 0 0 25px;
    }

    .all-reviews-images__head{
        margin: 0 0 10px;
    }
}

.all-reviews-images__list{
    margin: 0 -5px;
}

.all-reviews-images__item{
    display: inline-block;
    height: 120px;
    max-width: 200px;
    line-height: 120px;
    text-align: center;
    margin: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;
}

.all-reviews-images__item:nth-child(7) ~ .all-reviews-images__item:not(.-else){
    display: none;
}

.all-reviews-images__image{
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
    border-radius: 10px;
}

.all-reviews-images__item.-else{
    width: 80px;
    padding: 40px 17px;
    cursor: pointer;
    line-height: normal;
    font-size: 14px;
    height: 121px;
    border-radius: 10px;
    font-weight: bold;
    background: #f3f3f3;
}

@media (max-width: 900px){
    .all-reviews-images__item{
        height: 50px;
        max-width: 100px;
        line-height: 50px;
        margin: 2px;
    }

    .all-reviews-images__item.-else{
        font-size: 12px;
        padding: 9px;
        width: 50px;
        height: 51px;
    }
}

.product-reviews{
    display: flex;
}

.reviews-content{
    flex: 1 1 auto;
    order: 1;
    position: relative;
    min-height: 35px;
}

.reviews-content.re-loading > *{
    opacity: 0.4;
}

.product-reviews__summary{
    order: 5;
    flex: 0 0 30%;
    margin: 0 0 0 5%;
}

@media (max-width: 1000px){
    .product-reviews{
        display: block;
    }

    .product-reviews__summary{
        margin: 0;
    }
}

.reviews-title{
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

h4.reviews-count-text,
.reviews-count-text{
    font-size: 16px;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
    flex: 1 1 auto;
}

.btn-write-review{
    margin: 10px 0;
    display: inline-block;
    width: 250px;
}

@media (max-width: 599px){
    .reviews-title{
        display: block;
    }

    h4.reviews-count-text,
    .reviews-count-text{
        margin-right: 0;
    }

    .btn-write-review,
    .reviews-auth{
        width: 100%;
    }

}

.product-rating-total{
    color: #c2c2c2;
    font-size: 14px;
}

.product-rating-total__stars{
    margin: 0 0 10px;
    display: block;
}

.product-rating-total__stars .icon16,
.product-rating-total__stars .fa-star,
.product-rating-total__stars .fa-star-half-alt{
    font-size: 20px;
    margin: 0.2em 0.25em 0 0;
}

.product-rating-total_count{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.rating-distribution {
    margin: 0 0 25px;
    font-size: 14px;
}

.rating-distribution td {
    padding: 3px 10px 3px 0;
    border: none;
}


.rating-distribution__bar {
    width: 200px;
    height: 11px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    background: #f3f3f3;
}

.rating-distribution__filling {
    height: 13px;
    border-radius: 100px;
    margin-top: -1px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.rating-distribution__stars .rating{
    margin-bottom: 2px;
}

.rating-distribution__count,
td.rating-distribution__count{
    color: #aaa;
    font-size: 13px;
    padding-top: 5px;
    padding-right: 0;
}

@media (max-width: 599px){
    .rating-distribution__filling{
        height: 8px;
    }

    .rating-distribution__bar{
        height: 8px;
    }

    .rating-distribution td {
        padding: 0 10px 0 0;
    }

    .rating-distribution__stars .rating {
        margin-bottom: 3px;
    }
}

.reviews-loading-icon{
    animation: spin 1s infinite linear;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-size: 32px;
    position: absolute;
    top: 5px;
    left: 50%;
}

.reviews-loading-icon:before{
    content: "\f110";
}

.product-reviews__count{
    background: var(--header-counters-bg-color);
    color: var(--header-counters-font-color);
    width: 24px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    border-radius: 100px;
    display: inline-block;
}

.s-review-images-section {
    padding: 15px 20px;
    border: 1px dashed #bfbfbf;
    border-radius: 12px;
    -webkit-transition: 200ms background linear;
    -moz-transition: 200ms background linear;
    -o-transition: 200ms background linear;
    -ms-transition: 200ms background linear;
    transition: 200ms background linear;
}
.s-review-images-section.is-highlighted {
    background: #fafadf;
}
.s-review-images-section .s-image-form-section {
    position: relative;
}
.s-review-images-section .s-image-form-section .s-description .s-icon {
    position: relative;
    display: inline-block;
    vertical-align: -3px;
    width: 22px;
    height: 19px;
    margin-right: 10px;
}
.s-review-images-section .s-image-form-section .s-description .s-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s-review-images-section .s-image-form-section .s-file-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    text-indent: -100%;
    font-size: 0;
}
.s-review-images-section .s-attached-files-section:not(:empty) {
    margin: -20px 0 0;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 40px 40px 0 0;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-image-wrapper {
    width: 200px;
    height: 200px;
    background: #f7f7f7 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.153846153846154em;
    min-height: 55px;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper.is-extended .s-visible {
    display: none;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper:not(.is-extended) .s-hidden {
    display: none;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper .s-visible {
    padding: 5px;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper .s-textarea {
    display: block;
    border: solid 1px rgba(0,0,0,0.1);
    padding: 4px 6px;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    height: 55px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
    min-height: auto;
    border-radius: 0;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -10px);
    -moz-transform: translate(50%, -10px);
    -o-transform: translate(50%, -10px);
    -ms-transform: translate(50%, -10px);
    transform: translate(50%, -10px);
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action {
    position: relative;
    width: 30px;
    height: 30px;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action:not(:first-child) {
    margin-top: 10px;
}

.s-review-images-section .s-errors-section:not(:empty) {
    margin: 20px 0 0;
}

.s-review-images-section .s-errors-section .s-error {
    font-size: 12px;
    line-height: 1.166666666666667em;
    color: #f00;
}

.s-review-images-section .s-errors-section .s-error:not(:first-child) {
    margin-top: 5px;
}

.s-review-images-section,
.s-review-notice-section {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .s-review-images-section,
    .s-review-notice-section {
        width: 100%;
    }
}

.s-review-wrapper .s-images-list {
    margin: 15px 0 0;
}

.s-review-wrapper .s-images-list .s-image-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.s-review-wrapper .s-images-list .s-image-wrapper .s-image {
    height: 80px;
    vertical-align: top;
    border-radius: 10px;
}

.product-nav{
    padding: 0;
    margin: 0 0 30px;
}

.product-nav li {
    padding-right: 20px;
    display: inline-block;
}

.product-nav .selected a {
    font-weight: 500;
    text-decoration: none;
}

.compare-table{
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 0 20px;
}

table.compare {
    width: 100%;
    margin: 0 0 15px;
    font-size: 13px;
    background: #FFF;
}

table.compare thead td {
    border: none; vertical-align: bottom;
}

table.compare td,
table.compare th{
    text-align: left;
    line-height: 1em;
    padding: 6px 2px;
    border: none;
    vertical-align: top;
}

table.compare tr {
    border-bottom: 1px solid #ebebeb;
}

table.compare td a {
    text-decoration: none;
}

table.compare td a.compare-remove {
    position: relative;
    top: -0.2em;
    left: 0.2em;
}

table.compare th {
    text-align: left;
}

table.compare td img {
    display: block;
    margin: 0 0 10px;
    max-width: 70px
}

table.compare .price{
    font-size: 16px;
    font-weight: bold;
}

table.compare thead .name-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
}
table.compare thead .name-wrapper .name-link {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.compare thead .name-wrapper .compare-remove {
    position: absolute;
    top: 0;
    right: 6px;
    left: auto;
    width: 16px;
    height: 16px;
}

table.compare thead .name-wrapper .compare-remove i {
    margin: 0;
}

.compare-type-item{
    margin: 0 0 15px;
}

.compare-page.wrap-loading{
    opacity: 0.5;
}

.compares-products__outer{
    position: relative;
    margin: 0 0 30px;
}

.compares-products__outer.-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    z-index: 40;
}

.compares-products{
    display: flex;
    overflow: hidden;
    position: relative;
    margin: 0 15px;
}

.compares-products::-webkit-scrollbar {
    display: none;
}

.compares-products__outer:not(.-fixed) .l-wrapper{
    max-width: none;
    min-width: 0;
    padding: 0;
}

.compares-products__inner{
    position: relative;
}

.compare-feature,
.compare-item{
    flex: 0 0 auto;
    width: 20%;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}

.compare-page:not(.-mobile) .compare-feature:not(:last-child),
.compare-page:not(.-mobile) .compare-item:not(:last-child),
.compare-page.-mobile .compares-products__inner:first-child,
.compare-page.-mobile .compare-features:first-child{
    border-right: 1px dashed #CCC;
}

.compares-products__outer.-fixed .compare-item{
    padding-top: 10px;
    padding-bottom: 10px;
}

.compare-feature:last-child,
.compare-item:last-child{
    border-right: none;
}

.compare-feature{
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1199px){
    .compare-feature,
    .compare-item{
        width: 25%;
    }
}

@media (max-width: 999px){
    .compare-feature,
    .compare-item{
        width: 33.33%;
    }
}

.compare-product__img{
    font-size: 0;
    position: relative;
    margin: 0 0 10px;
    height: 70px;
    display: flex;
    align-items: center;
}

.compare-product__delete{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    cursor: pointer;
}

.compare-product__prices{
    margin: 3px 0 0;
    line-height: 1.3;
}

.compare-product__prices .price,
.compare-product__prices .currency{
    font-size: 14px;
}

.compare-product__img img{
    display: inline-block;
    max-height: 100%;
}

.compare-product__title-outer{
    overflow: hidden;
    height: 44px;
}

.compare-product__title{
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    word-break: break-word;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.compares-products__left,
.compares-products__right{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #eaeaea;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    cursor: pointer;
    z-index: 5;
    padding: 0;
    color: #000;
    box-shadow: none;
}

button.compares-products__left:hover,
button.compares-products__right:hover{
    color: #000;
}

button.compares-products__left:active,
button.compares-products__right:active{
    box-shadow: none;
}

.compares-products__right{
    left: auto;
    right: 5px;
}

.compares-products__left.-disabled,
.compares-products__right.-disabled{
    opacity: .3 !important;
    cursor: default;
    background: #eaeaea;
    color: #000;
}


.compares-products__counter{
    font-size: 13px;
    color: #383838;
    display: none;
}

.compare-features__outer{
    margin: 0 0 20px;
}

.compare-features{
    font-size: 14px;
    padding: 0 15px;
}

.compare-features__row{
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.compare-features__row:nth-child(odd) .compare-feature{
    background: #F7F7F7;

}

.compare-page:not(.-mobile) .compare-features__row:nth-child(odd) .compare-feature:first-child,
.compare-page.-mobile .compare-features:first-child .compare-feature{
    border-radius: 10px 0 0 10px;
}

.compare-page:not(.-mobile) .compare-features__row:nth-child(odd) .compare-feature:last-child,
.compare-page.-mobile .compare-features:last-child .compare-feature{
    border-radius: 0 10px 10px 0;
}


.compare-features__row::-webkit-scrollbar {
    display: none;
}

.compare-features__row.-divider{
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}

.compare-features__row.-hide{
    display: none;
}

.compare-feature.-divider ~ .compare-feature.-divider{
    display: none;
}

.compare-feature__title{
    font-size: 12px;
    color: #a8a8a8;
    line-height: 1.2;
    margin: 0 0 5px;
}

.compare-feature__title.-divider{
    font-size: 14px;
    font-weight: bold;
    color: #000
}


.compares-diff__outer{
    padding: 0 30px 30px;
    font-weight: 800;
}

.compares-categories{
    margin: 0 0 20px;
}

.compares-categories.-scroll{
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 0 20px;
}

.compares-categories__item{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    height: 33px;
    border-radius: 10px;
    padding: 0 25px;
    background: #FFF;
    border: 1px solid #DFDBDB;
    color: #000;
    margin: 0 8px 8px 0;
}

.compares-categories__item:last-child{
    margin-right: 0;
}

.compares-categories__count{
    font-weight: 400;
    margin: 0 0 0 5px;
    opacity: .6;
    font-size: 13px;
}

.compares-categories__item.selected{
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    border: none;
}

.compare-navs{
    display: none;
    padding: 15px 0;
}

.compare-navs.-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
    background: #FFF;
    padding: 0;
}

.compare-navs__col{
    flex: 0 0 50%;
    text-align: center;
}

.compare-navs__right,
.compare-navs__left{
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: none;
    background: none;
    font-size: 16px;
    margin: 5px;
    box-shadow: none;
    background: #faf9fe;
    padding: 0;
}

.compare-navs__right:hover,
.compare-navs__left:hover{
    background: #faf9fe;
}

.compare-navs__right.-disabled,
.compare-navs__left.-disabled{
    opacity: .3;
    cursor: default;
}

.compare-navs.-fixed .compare-navs__right,
.compare-navs.-fixed .compare-navs__left{
    height: 30px;
    line-height: 30px;
}

@media (max-width: 950px){
    .compares-categories__item{
        height: 28px;
        line-height: 28px;
        padding: 0 14px;
    }
}

.compares-products__inner[data-col="2"],
.compare-features[data-col="2"]{
    display: none;
}
@media (max-width: 600px){
    .compares-categories{
        margin: 30px 10px 10px;
    }

    .compare-navs{
        display: flex;
    }

    .compare-page.-mobile .compares-products__inner:not(.-hide),
    .compare-page.-mobile .compare-features:not(.-hide){
        display: block !important;
    }

    .compare-page.-mobile .compares-products__outer .l-wrapper,
    .compare-page.-mobile .compare-features__outer:not(.-hide){
        display: flex;
    }

    .compare-page.-mobile .compares-products__inner,
    .compare-page.-mobile .compare-features{
        flex: 0 0 50%;
        width: 50%;
        box-sizing: border-box;
    }

    .compare-page.-mobile .compares-products{
        margin-left: 0;
        margin-right: 0;
    }

    .compare-page.-mobile .compare-features{
        padding-left: 0;
        padding-right: 0;
    }

    .compare-page.-mobile .compare-feature,
    .compare-page.-mobile .compare-item{
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .compare-page.-mobile .compares-diff__outer{
        padding-left: 10px;
        padding-right: 10px;
    }

    .compare-page.-mobile .compares-products__navs{
        position: absolute;
        right: 30px;
        top: 0;
        text-align: center;
    }

    .compare-product__delete{
        right: 0;
    }

    .compare-page.-mobile .compares-products__left,
    .compare-page.-mobile .compares-products__right{
        position: static;
        height: 20px;
        line-height: 20px;
        border-radius: 5px;
        width: 20px;
        margin: 0 5px;
        background: none;
    }

    .compare-page.-mobile .compares-products__left.-hide,
    .compare-page.-mobile .compares-products__right.-hide{
        opacity: 0.3;
        display: inline-block;
    }

    .compare-page.-mobile .compares-products__counter{
        display: block;
    }

    .compares-products__outer.-fixed .compare-product__price{
        display: none;
    }

    .compare-item{
        display: inline-block;
    }

    .compare-product__img{
        height: 50px;
        line-height: 50px;
        margin: 0 0 5px;
        display: block;
        width: 50px;
    }
}

/* START страница схемы */
/* START Выбор фабрики */
.drawings{
    margin: 0 0 50px;
}

.drawings-product{
    display: grid;
    gap: 20px;
    grid-template-columns: auto 20% 300px;
    grid-template-rows: max-content auto;
    grid-template-areas:
        "head image button"
        "factories image button";
}

.drawings-product__head{
    grid-area: head;
}

.drawings-product__head h1:last-child{
    margin-bottom: 0;
}

.drawings-product__image{
    grid-area: image;
}

.drawings-product__button-outer{
    grid-area: button;
}

.drawings-factories{
    grid-area: factories;
    font-size: 16px;
}

.drawings-factories__title{
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.drawings-factories__instruction{
    color: var(--bs-bg-color-font);
    background: var(--bs-bg-color);
    border-radius: 7px;
    padding: 0 8px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}

.drawings-factories-tabs__list{
    background: #F5F5F5;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0 20px;
    list-style: none;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.drawings-factories-tabs__list::-webkit-scrollbar {
    width: 0;
}

.drawings-factories-tabs__item{
    height: 37px;
    padding: 5px 20px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.drawings-factories-tabs__item._active{
    color: var(--bs-bg-color-font);
    background: var(--bs-bg-color);
    border-radius: 5px;
    font-weight: 500;
}

.drawings-product__image{
    display: flex;
    align-items: center;
    justify-content: end;
}

.drawings-product__button-outer{
    display: flex;
    align-items: center;
    justify-content: end;

}

.drawings-product__button{
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1250px){
    .drawings-product{
        grid-template-columns: auto 18% 221px;
    }
}

@media (max-width: 1024px){
    .drawings-product{
        grid-template-columns: 160px auto;
        grid-template-rows: auto auto auto;
        grid-template-areas:
        "head head"
        "image button"
        "factories factories";
    }

    .drawings-product__image{
        display: block;
        height: 160px;
    }

    .drawings-product__image img{
        max-height: 100%;
    }

    .drawings-product__button-outer{
        justify-content: start;
    }
}

@media (max-width: 550px){
    .drawings-product__head h1{
        font-size: 24px;
    }

    .drawings-factories{
        font-size: 14px;
    }

    .drawings-factories__title{
        margin: 0 5px 0 0;
    }

    .drawings-factories__instruction{
        margin: 0;
    }

    .drawings-factories__instruction{
        padding: 0;
        border-radius: 0;
        background: none;
        color: var(--bs-color);
        font-weight: 600;
        margin: 0;
    }

    .drawings-schemes__outer{
        margin: 0;
    }
}

@media (max-width: 450px){
    .drawings-product{
        display: block;
    }

    .drawings-product__head h1{
        font-size: 22px;
    }

    .drawings-product__content{
        margin: 0 0 20px;
    }

    .drawings-product__image{
        display: flex;
        margin: 0 0 10px;
        height: 200px;
        align-items: center;
        justify-content: center;
    }

    .drawings-product__button-outer{
        margin: 0 0 40px;
        justify-content: center;
    }
}

.drawings-factories-tabs__tooltipe{
    position: absolute;
    right: -35px;
    top: calc(50% - 9px);
    cursor: pointer;
    z-index: 4;
}
.drawings-factories-tabs__icon{
    pointer-events: all;
    opacity: 1;
    transition: .3s all;
    display: flex;
    align-items: center;
}
.drawings-factories-tabs__tooltipe._open .drawings-factories-tabs__icon{
    opacity: 0;
    pointer-events: none;
}
.drawings-factories-tabs__svg-open{
    width: 37px;
    height: 18px;
    transition: .3s all;
}
.drawings-factories-tabs__icon-close{
    position: absolute;
    top: -4px;
    right: 0;
    width: 31px;
    height: 24px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drawings-factories-tabs__tooltipe._open .drawings-factories-tabs__icon-close{
    opacity: 1;
    pointer-events: all;
}
.drawings-factories-tabs__svg-close{
    width: 20px;
    height: 20px;
}
.drawings-factories-tabs__image{
    position: absolute;
    width: 286px;
    height: 243px;
    z-index: 3;
    right: -20px;
    top: 20px;
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
    cursor: default;
}
@media(max-width: 480px){
    .drawings-factories-tabs__image{
        right: -1px;
    }
}
/* END Выбор фабрики */

/* START Выбор схемы */
.drawings-schemes__outer{
    font-size: 16px;
}

.drawings-schemes__title{
    margin: 0 0 10px;
}

.drawings-schemes{
    border-radius: 10px;
    background: #F9F9F9;
    padding: 15px 30px 40px;
}

.drawings-schemes-tabs{
    margin: 0 0 10px;
}

.drawings-schemes-tabs._hide{
    display: none;
}

.drawings-schemes-tabs__list{
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1024px){
    .drawings-schemes-tabs__list{
        overflow-x: auto;
        white-space: nowrap;
    }
}

.drawings-schemes-tabs__item{
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    margin: 0 25px 10px 0;
    display: inline-block;
}

.drawings-schemes-tabs__item._active{
    text-decoration: underline;
    color: var(--bs-color);
}

.drawings-schemes-tabs__item._hide{
    display: none;
}
.drawings-schemes-tabs__item:last-child{
    margin-right: 0;
}

.drawing__outer{
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

@media (max-width: 1024px){

    .drawings-schemes-tabs__item{
        font-size: 16px;
    }
}

@media (max-width: 600px){
    .drawings-schemes{
        background: none;
        padding: 0;
        margin: 20px 0 0;
    }

    .drawing__outer{
        padding: 0;
    }
}


/* END Выбор схемы */

/* START Картинка схемы */
.drawings__load{
    justify-content: center;
    padding: 25px 0;
    display: none;
}
.drawings__load._show{
    display: flex;
}
.drawings__load svg{
    animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.drawings-block{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    /*overflow: hidden;*/
    width: 100%;
}
@media(max-width: 1200px){
    .drawings-block{
        flex-direction: column;
    }
}
.drawings-block-image{
    width: 100%;
}

@media(max-width: 1000px){
    .drawings-block-image{

        overflow: scroll;
        border: 1px solid #000000;
        margin: 0 0 30px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}
.drawings-block-image__scale{
    display: none;
}
@media(max-width: 1000px){
    .drawings-block-image__scale{
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 1px;
        top: 1px;
        z-index: 3;
        background-color: rgba(256, 256, 256, 0.94);
        align-items: center;
    }
    .dl-zoom__plus, .dl-zoom__minus{
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .dl-zoom__plus svg{
        width: 30px;
        height: 31px;
    }
    .dl-zoom__minus svg{
        width: 28px;
        height: 29px;
    }
}
/* END Картинка схемы */

/* START список запчастей */

.drawings-parts-item{
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    padding: 30px;
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: 60px 180px auto 25%;
    grid-template-rows: max-content min-content;
    gap: 10px 30px;
    grid-template-areas:
        "number image content right"
        "number image sku right";
}

.drawings-parts-item__number-outer{
    grid-area: number;
    display: flex;
    align-items: center;
}

.drawings-parts-item__number{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    font-size: 20px;
    color: #393737;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    box-sizing: border-box;
}

.drawings-parts-item__number.-disabled{
    opacity: 0.4;
    cursor: default;
}

.drawings-parts-item__number:not(.-disabled):hover{
    background: #fdfdfd;
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.drawings-parts-item._active .drawings-parts-item__number:not(.-disabled){
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    border: none;
}

.drawings-parts-item__image{
    grid-area: image;
    height: 165px;
    display: flex;
    align-items: center;
}

.drawings-parts-item__image img{
    max-height: 100%;
}

.drawings-parts-item__content{
    grid-area: content;
}

.drawings-parts-item__title{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    word-break: break-word;
}

.drawings-parts-item__title a{
    text-decoration: none;
    color: inherit;
}

.drawings-parts-item__title a:hover{
    color: var(--bs-color)
}

.drawings-parts-item__stock{
    font-weight: 500;
    font-size: 16px;
}

.drawings-parts-item__sku{
    grid-area: sku;
    display: flex;
    align-items: end;
}

.drawings-parts-item__right{
    grid-area: right;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.drawings-parts-item__right .pnotice__buttonView{
    display: inline-flex;
    align-items: center;
}

.drawings-parts-item__prices{
    flex: 1 1 auto;
    margin: 0 0 15px;
}

.drawings-parts-item__price{
    display: block;
}

.drawings-parts-item__quantity{
    margin: 0 15px 0 0;
    width: 110px;
}

.drawings-parts-item__cart{
    position: relative;
}

.drawings-parts-item__soon{
    font-size: 16px;
    color: #18C139;
    font-weight: 500;
}

.drawings-parts-item__cart-count{
    position: absolute;
    top: 0;
    right: -5px;
    background: #FFF;
    border: 1px solid red;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: #000;
    display: none;
}

.drawings-parts-item__cart.re-added .drawings-parts-item__cart-count{
    display: block;
}

@media (max-width: 950px){
    .drawings-parts-item{
        padding: 20px;
        gap: 10px;
        grid-template-columns: 50px 180px auto 25%;
    }

    .drawings-parts-item__number{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 800px){
    .drawings-parts-item{
        grid-template-columns: 50px 150px auto;
        grid-template-rows: auto auto auto;
        grid-template-areas:
        "number image content"
        "number image sku"
        "number image right";
    }

    .drawings-parts-item__image{
        height: auto;
    }

    .drawings-parts-item__right{
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;

    }

    .drawings-parts-item__prices{
        margin: 5px 15px 5px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 1 auto;
    }

    .drawings-parts-item__add2cart{
        margin: 5px 0;
    }

    .drawings-parts-item__title{
        font-size: 16px;
    }

    .drawings-parts-item__stock{
        font-size: 14px;
    }
}

@media (max-width: 550px){
    .drawings-parts-item{
        grid-template-columns: 50px auto;
        grid-template-rows: auto auto auto auto;
        grid-template-areas:
        "number image "
        "content content"
        "sku sku"
        "right right";
    }

    .drawings-parts-item__image{
        height: 120px;
    }
}


/* END список запчастей
.darwings-alert {
    border: 1px solid #d1d1d1;
    box-shadow: 0px 13px 32px rgb(0 0 0 / 25%);
    padding: 5px 10px;
    position: absolute;
    left: 40px;
    z-index: 999;
    background: white;
    opacity: 1;
    width: calc(98% - 50px);
    height: 750px;
} */

.darwings-alert-btn {
    left: calc(92% - 50px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawings-alert-img {
    transform: scale(1.8);
    border: 1px solid red;
    margin-top: 100px;
    background-color:aquamarine;
}

.drawings-parts-item .pnotice__buttonView{
    width: auto;
}

.drawings-parts-item .pnotice__buttonView svg{
    width: 20px;
    height: 14px;
    stroke: #FFF;;
}
/* END страница схемы */

/* БОКС загрузки, График оплат */
.my-loading-box {
    background-image: url("img/svg/infinite-spinner.svg");
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height: Calc(100% - 15px);
    min-height: 50px;
    width: 100%;
    background-size: contain;
}
/* END БОКС загрузки */

/** Вывод информации о МРЦ **/
.mrc-badge-tile {
    color: #7b7b7b;
    padding-bottom: 5px;
}
.mrc-badge-tile span {
    text-align: left;
}
/**/

/* Наличие на других складах в кт*/
.other-stock__title {
    margin-bottom: 5px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #f6f6f6;
    width: 100%;
    font-weight: 600;
    margin-top: 20px;
}

#changeStockModalStockName {
    font-weight: 600;
}

.stocks-item__title_pointer {
    cursor: pointer;
    text-decoration: underline dashed;
}

.other-stock__modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.other-stock__modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 320px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.other-stock__modal-buttons {
    margin-top: 20px;
}

.other-stock__modal-buttons button {
    margin: 0 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.other-stock__btn-primary {
    background-color: var(--bs-bg-color);
    color: white;
}

.other-stock__btn-secondary {
    background-color: #6c757d;
    color: white;
}
/**/

.category-name--wrap{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.category-name--wrap .category-name {
    margin-top: 0;
    margin-bottom: 0;
}
.category-name--wrap .button {
    margin-right: 15px;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

/* Стили для режима отображения "tbl" */
.products-tile__list {
    &.-tbl:not(.-carousel) {
        flex-direction: column;

        .product-tile__outer {
            width: 100%;
            padding: 5px 10px;
        }

        .product-tile {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 5px;
            border-radius: 5px;
            border: 1px solid #eaeaea;
            background-color: #fff;

            @media (max-width: 767px) {
                flex-wrap: wrap;
            }
        }

        .product-tile__top {
            height: auto;
            margin: 0;
        }

        .product-tile__image {
            width: 54px;
            height: 54px;
            margin: 0 20px 0 0;
            padding: 0;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-tile__image img {
            max-width: 100%;
            max-height: 100%;
        }

        .product-tile__content {
            display: flex;
            flex-grow: 1;
            align-items: center;
            flex-direction: row;

            @media (max-width: 767px) {
                flex-wrap: wrap;
                width: calc(100% - 100px);
            }
        }

        .product-tile__title {
            flex: 1 1 30%;
            font-weight: 500;
            margin: 0 20px 0 0;
            font-size: 14px;
            text-align: left;

            @media (max-width: 767px) {
                flex: 1 1 100%;
                margin-bottom: 10px;
            }
        }

        .product-tile__stock {
            flex: 0 0 15%;
            margin: 0 20px 0 0;
            font-size: 14px;

            @media (max-width: 767px) {
                flex: 1 1 auto;
            }
        }

        .mrc-badge-tile {
            flex: 0 0 15%;
            margin: 0 20px 0 0;

            @media (max-width: 767px) {
                flex: 1 1 auto;
            }
        }

        .product-tile__bottom {
            display: flex;
            align-items: center;
            width: auto;
            margin-top: 0;
            margin-left: auto;
            flex: 0 0 18%;

            @media (max-width: 767px) {
                margin-top: 15px;
                width: 100%;
                justify-content: space-between;
            }
        }

        .product-tile__prices {
            margin-right: 20px;
            flex: 0;
        }

        .product-tile__cart {
            width: 100%;
            text-align: right;
        }

        .product-main__add2cart {

        }

        .product-main__add2cart span {

        }

        /* Скрываем ненужные элементы в режиме tbl */
        .product-tile__summary,
        .product-tile__features,
        .product-tile__spoiler {
            display: none;
        }
    }
}


/* Стили подтверждения заказа в лк */
.order-confirmation-btn {
    display: inline-flex;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    padding: 5px 8px;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    border-radius: 10px;
    font-weight: 500;
}
