.sort-asc,
.sort-desc{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 3px;
    font-style: normal;
}

@media (max-width: 359px){
    .sort-asc,
    .sort-desc{
        margin-left: 0;
    }
}

.sort-asc:after {
    content: "\2191";
}

.sort-desc:after {
    content: "\2193";
}

.category__name-subcategories{
    margin: 0 0 10px;
}

.category__name-subcategories .category-name{
    margin-bottom: 20px;
}

@media (min-width: 1025px){
    .category__name-subcategories{
        display: flex;
        flex-wrap: wrap;
    }

    .category__name-subcategories .category-name{
        margin-right: 35px;
        flex: 0 0 auto;
    }
}

.category-subcategories{
    margin-top: 10px;
    flex: 1 1 auto;
}

.category-description{
    margin: 0 0 30px;
}

.category-description:last-child{
    margin-bottom: 0;
}

.category-reviews{
    padding-top: 20px;
}

.category-banner{
    margin: 0 0 30px;
    flex: 1 0 100%;
}

.category-banner__img{
    border-radius: 25px;
}

@media (max-width: 480px){
    .category-banner__img{
        border-radius: 15px;
    }
}

.category-add-menu{
    margin: -5px 0 25px;
    padding: 5px 0;
}

.category-add-menu__item{
    display: inline-block;
    margin: 0 15px 10px 0;
    padding: 7px 15px;
    background: #FFF;
    background: var(--wrap-bg-color);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width: 750px){
    .category-add-menu__item{
        padding: 3px 7px;
        border-radius: 5px;
        margin: 0 10px 10px 0;
    }
}

.filter-item{
    margin: 0 0 30px;
}

.filter-item:last-child{
    margin-bottom: 0;
}

.filter-item__head{
    padding: 0 20px 0 0;
    position: relative;
    line-height: 1.1;
}

.filter-item__body{
    padding: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.filter-item__title{
    font-weight: bold;
    margin: 0 5px 0 0;
    line-height: 1.1;
    cursor: pointer;
}

.dark-theme .filter-item__title{
    font-weight: 500;
}

.filter-item__count{
    display: inline-block;
    font-size: 11px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background: #efefef;
    margin: 0 5px 0 0;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
}

.filter-item__clear,
.filter-item__count{
    display: none;
}

.filter-item.selected .filter-item__clear,
.filter-item.selected .filter-item__count{
    display: inline-block;
}

.filter-item__caret{
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    cursor: pointer;
}

.filter-item__caret:before{
    transition: .2s;
    display: inline-block;
}

.filter-item.sk-close .filter-item__caret:before {
    transform: rotate(180deg);
}

.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;
}

.dark-theme .filter-units__item{
    background: rgba(255,255,255, 0.1);
}

.filter-units__item.selected{
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
}

.filter-item.sk-close .filter-price-title__separator,
.filter-item.sk-close .filter-price-title__unit,
.filter-item.sk-close .filter-units__item{
    display: none;
}

.filter-range {
    display: flex;
}

.filter-range__item{
    flex: 0 0 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2% 0 0;
    background: var(--input-bg-color);
    border: 1px solid var(--input-border-color);
    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,
.dark-theme .filter-range__item input{
    border: none;
    outline: none;
    padding: 0;
    background: 0;
    height: 30px;
    line-height: 30px;
    color: var(--body-text-color);
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    display: block;
    border-radius: 0;
}

.filter-item__body.sk-margin{
    margin: 0 -8px 0 0;
}

.filter-item.sk-close .filter-item__body{
    display: none;
}

.filter-item__body-scroll{
    max-height: var(--filters-varinas-scroll-height);
    position: relative;
    overflow: hidden !important;
    display: flex;
    order: 10;
    width: 100%;
    flex-wrap: wrap;
}

.filter-item__body-scroll.sk-color{
    max-height: var(--filters-varinas-colors-scroll-height);
}

.filter-item__body-scroll.scroll-wrapper{
    padding: 0 !important;
    position: relative;
}

.filter-item__body-scroll .scroll-element.scroll-x{
    display: none !important;
}

.filter-item__variant{
    line-height: 1.2;
    margin: 5px 8px 5px 0;
    display: flex;
    order: 10;
    width: 100%;
}

.filter-item__variant.checked{
    order: 5;
}

.filter-item__variant.sk-hide{
    display: none;
}

.filter-item__variant .checkbox-styler{
    margin-top: 2px;
}

.filter-item__button{
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 7px;
    padding: 6px 12px;
    background: #f3f3f3;
    line-height: 20px;
    order: 10;
}

.filter-item__button.checked{
    background: var(--button-color-bg);
    color: var(--button-color-font);
    box-shadow: var(--button-box-shadow);
    order: 5;
}

.filter-item__button.sk-hide{
    display: none;
}

.filter-item__button .checkbox-styler{
    display: none;
}

.filter-spoiler{
    order: 15;
    width: 100%;
}

.filter-spoiler.sk-hide{
    display: none;
}

.filter-spoiler__button{
    cursor: pointer;
}

.filter-spoiler__button:after{
    content: "\f309";
    margin: 0 0 0 5px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 12px;
}

.filter-spoiler__button.sk-open:after{
    content: "\f30c";
}

.filter-item__boolean {
    display: inline-block;
    margin: 0 16px 8px 0;
}

.filter-item__boolean:last-child{
    margin-right: 0;
}

.filter-item__color{
    width: 33px;
    height: 33px;
    border-radius: 10px;
    margin: 0 7px 7px 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 3px 5px rgba(0,0,0,0.07);
}

.filter-item__color[style*="background-color:#FFFFFF"] {
    border: 1px solid #ececec;
}

.filter-item__color.sk-hide{
    display: none;
}

.filter-item__color .checkbox-styler {
    width: 34px;
    height: 34px;
    margin: 0;
    border: none;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: none!important;
    box-shadow: none !important;
}

.filter-item__color .checkbox-styler.checked:before,
.filter-item__color .checkbox-styler.disabled:before,
.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 {
    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;
}

.filter-item__color-title{
    display: none;
}

.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: 40px -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(--ac-bg-color);
    color: var(--ac-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;
}

.filters-selected__clear{
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 4px 1px 0;
    vertical-align: middle;
    text-transform: lowercase;
}

.filters-selected__clear-all{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.popup-mobile .filters-selected{
    margin: 0 0 25px 0;
}

.horizontal-filter .filters-selected__item,
.horizontal-filter .filters-selected__clear{
    height: 40px;
    line-height: 40px;
}

.filter-item-search{
    margin: 0 0 15px;
    position: relative;
    order: 1;
    width: 100%;
}

.filter-item-search__input{
    width: 100%;
    padding-right: 40px;
}

.filter-item.sk-close .filter-item-search,
.filter-item-search.sk-hide{
    display: none;
}

.filter-item-search__reset{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    display: none;
    color: #959595;
}

.filter-item-search.sk-active .filter-item-search__reset{
    display: block;
}

/* product card content */

.product-content{
    margin: 0 0 60px;
}

.product-section{
    margin: 30px 0 60px;
}

@media (min-width: 800px){
    .product-description-features.-sk-cols{
        display: flex;
    }

    .product-description.-sk-col{
        flex: 0 0 50%;
        padding: 0 80px 0 0;
        box-sizing: border-box;
    }

    .product-features.-sk-col{
        flex: 0 0 40%;
    }
}

.product-description ~ .product-features:not(.-sk-col){
    margin-top: 60px;
}

.product-content__body.spoiler-outer,
.product-content__body.spoiler-outer .spoiler-more-wrap{
    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;
}

.reviews-content.sk-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;
}

.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: var(--body-text-color);
    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 {
    background: #eee;
    width: 200px;
    height: 11px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
}

.dark-theme .rating-distribution__bar{
    background: rgba(255,255,255,0.1);
}

.rating-distribution__filling {
    height: 13px;
    border-radius: 100px;
    margin-top: -1px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.rating-distribution__filling:not(.bg-bs-color){
    background: rgba(80,80,80, 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;
}

.product-tags{
    margin: 0 0 50px;
}

.product-tags__title{
    font-weight: bold;
}

.product-tags__title,
.product-tags__item{
    display: inline-block;
    margin: 0 10px 0 0;
}

.product-filters-links{
    margin: 0 0 50px;
}

.product-filters-link{
    display: inline-block;
    margin: 0 10px 10px 0;
}

.products-panel{
    display: flex;
    position: relative;
    align-items: flex-start;
    margin: 0 0 22px;
}

.products-clear{
    align-self: center;
}

.views-switch-m{
    margin-left: auto;
    flex: 0 0 40px;
}

.views-switch-m__item{
    width: 40px;
    height: 41px;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    display: none;
    color: var(--ac-bg-color-font);
    background: var(--ac-bg-color);
}

.views-switch-m__item rect{
    fill: var(--ac-bg-color-font);
}


.views-switch-m__item.selected{
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.07);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.views-switch-m__item:not(.selected){
    background: none;
}

.filter-button-m{
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    margin: 0 20px 0 0;
    position: relative;
}

.filter-button-m.selected:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--filter-mobile-button-counter-color);
    border-radius: 50%;
    top: 7px;
    right: -3px;
}

.sorting-wrap-mobile{
    display: flex;
    flex: 1 1 auto;
    margin: 0 20px 0 0;
}

.category-sorting-m{
    position: relative;
    z-index: 5;
}

.category-sorting-m ~ .category-sorting-m{
    margin: 0 0 0 10px;
}

.category-sorting-m.sk-loading{
    opacity: 0.5;
}

.category-sorting-m__caret{
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    height: 15px;
    line-height: 15px;
    margin: auto;
}

.category-sorting-m__head{
    height: 40px;
    padding: 5px 35px 5px 17px;
    line-height: 15px;
    border-radius: 8px;
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.dark-theme .category-sorting-m__head{
    background: rgba(255,255,255,0.1);
}

.category-sorting-m.open:after {
    position: absolute;
    top: 100%;
    color: #fff;
    content: "\f0d8";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -6px;
    margin-top: 6px;
    font-size: 20px;
    text-shadow: 0 -3px 5px rgb(0, 0, 0, 0.06);
}

.dark-theme .category-sorting-m.open:after{
    color: var(--popup-bg-color);
}

.category-sorting-m__head a{
    text-decoration: none;

}

.category-sorting-m__list{
    position: absolute;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    background: var(--popup-bg-color);
    color: var(--body-text-color);
    box-sizing: border-box;
    line-height: 16px;
    left: 0;
    top: 100%;
    margin-top: 10px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    transition: all .2s ease-out;
    min-width: 100%;
    width: 180px;
}

.category-sorting-m__list.__unit{
    right: 0;
    left:auto;
}

.category-sorting-m.open .category-sorting-m__list{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.category-sorting-m__caret{
    transition: .2s;
}

.category-sorting-m.open .category-sorting-m__caret{
    transform: rotate(180deg);
}

.category-sorting-m__list a{
    text-decoration: none;
    padding: 10px 17px;
    display: block;
}

.category-sorting-m__list a:hover {
    background: #f8f7f7;
}

.dark-theme .category-sorting-m__list a:hover{
    background: rgba(255,255,255,0.1);
}


@media (min-width: 1025px){
    .filter-button-m:not(.-sk-show),
    .sorting-wrap-mobile:not(.-sk-show),
    .views-switch-m:not(.-sk-show){
        display: none;
    }
}

@media (max-width: 450px){
    .category-sorting-m{
        flex: 1 1 auto;
    }

    .filter-button-m,
    .sorting-wrap-mobile{
        margin-right: 15px;
    }
}

@media (max-width: 380px){
    .filter-button-m,
    .sorting-wrap-mobile{
        margin-right: 10px;
    }

    .category-sorting-m__head{
        padding: 5px 25px 5px 10px;
    }

    .category-sorting-m__caret{
        right: 10px;
    }

}

.sorting-wrap-mobile:last-child{
    margin-right: 0;
}

/* фильтр в мобильной */

.filters-m{
    padding-bottom: 70px;
}

.filters-m .filter-item__title{
    font-size: 14px;
}

.filters-m .filter-buttons{
    position: fixed;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
    padding: 10px 30px;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.05);
    z-index: 15;
}

.dark-theme .filters-m .filter-buttons {
    background: #000;
}

@media (max-width: 359px){
    .filters-m .filter-buttons{
        padding: 10px 20px;
    }
}

.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;
}

.bonus {
    background: #ceb;
    padding: 2px 4px 1px;
    border-radius: 5px;
    color: #000;

}

.plugin {
    margin-bottom: 20px;
}

.out-of-stock strong {
    color: #aaa;
    font-size: 0.9em;
}

.disabled {
    color: #777;
}

.error {
    color: red;
}

input.error,
textarea.error {
    border: 1px solid red;
}

.errormsg {
    color: red;
    display: block;
}

.review-form .service-agreement-wrapper {
    width:100%;
    margin-bottom:14px;
}

/* order list page */

.orders-item{
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    background: var(--wrap-bg-color);
    padding: 20px 25px;
    margin: 0 0 20px;
    display: flex;
}

@media (max-width: 1024px){
    .orders-item{
        box-shadow: 0 3px 17px rgba(0,0,0,0.06);
    }
}

.orders-item__meta{
    margin: 0 25px 0 0;
    flex: 0 0 150px;
}

.orders-item__date{
    color: #939393;
    display: block;
    margin: 0 0 5px 0;
}

.order-status{
    border-radius: 5px;
    color: #FFF;
    padding: 2px 5px;
}


.orders-item__status{
    margin: 0 10px 0 0;
}

.orders-item__num{
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.orders-item__products{
    font-size: 14px;
    margin: 3px 25px 0 0;
    flex: 1 1 auto;
    line-height: 1.2;
}


.orders-item__product{
    margin: 0 0 10px;
}

.orders-item__product.-sk-hide{
    display: none;
}

.orders-item__product.-sk-else{
    margin: 12px 0 0;
}

.orders-item__right{
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.orders-item__shipping{
    margin: 0 0 10px;
    flex: 1 0 auto;
    line-height: 1.2;
    font-weight: bold;
}

.orders-item__link{
    margin: 0 0 10px;
}

@media (max-width: 750px){
    .orders-item__meta{
        margin: 0 15px 0 0;
        flex: 0 0 130px;
    }

    .orders-item__right{
        flex: 0 0 150px;
    }
}

@media (max-width: 600px){
    .orders-item{
        display: block;
    }

    .orders-item__meta{
        margin: 0 0 20px
    }

    .orders-item__date{
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .orders-item__products{
        margin: 0 0 20px
    }

    .orders-item__link{
        margin: 0;
    }


    .orders-item__shipping{
        margin: 0 0 20px;
    }
}

@media (max-width: 339px){
    .orders-item{
        padding: 13px 17px;
    }
}

/* 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: 1px solid #eeeeee;
    border-radius: 25px;
}

.dark-theme .order-cols__left{
    border-color: rgba(255,255,255,0.1)
}

.order-cols__right{
    flex: 0 0 30%;
}

.order-data{
    display: flex;
    padding: 30px 40px;
}

.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: 30px;
    height: 30px;
    padding: 0 15px;
    margin: 5px 10px 5px 0;
}

.order-products{
    background: var(--wrap-bg-color);
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
    padding: 30px 40px;
    border-radius: 25px;
    margin: 0 -1px -1px;
}

.order-products__title{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}

.order-product{
    display: flex;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #f3f3f3;
    align-items: start;
}

.dark-theme .order-product{
    border-color: rgba(255,255,255,0.1);
}

.order-product:last-child {
    margin: 0;
    border-bottom: none;
    padding: 0;
}

.order-product__image {
    width: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    flex: 0 0 30px;
    line-height: 0;
}

.dark-theme .order-product__image.-white-wrap{
    padding: 5px;
    border-radius: 5px;
    background: #FFF;
}

.order-product__image img {
    max-height: 30px;
}

.order-product__content {
    display: flex;
    flex: 1 1 auto;
}

.order-product__title {
    flex: 1 1 auto;
    margin: 0 15px 0 0;
    line-height: 1.3;
}

.order-product__name a{
    text-decoration: none;
}

.order-product__name.m-r {
    margin: 0 10px 0 0;
}

.orders-product__sku-text {
    color: #b9b9b9;
}

.orders-product__sku {
    font-size: 13px;
    display: inline-block;
}

.order-product__price {
    flex: 0 0 115px;
    text-align: right;
    white-space: nowrap;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

.order-product__total {
    text-align: right;
    flex: 0 0 80px;
    white-space: nowrap;
}

.order-summary{
    background: #f3f3f3;
    border-radius: 25px;
    padding: 30px 40px;
    position: sticky;
    top: 110px;
}

.dark-theme .order-summary{
    background: var(--wrap-bg-color);
}

.order-summary__item {
    display: flex;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.dark-theme .order-summary__item{
    border-color: rgba(255,255,255,0.1);
}

.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: 1100px) and (min-width: 1023px){
    .order-summary,
    .order-data,
    .order-products{
        padding: 15px 20px;
    }
}


@media (max-width: 799px){
    .order-cols {
        display: block;
    }

    .order-cols__left{
        margin: 0 0 20px;
    }

    .order-cols__right{
        display: flex;
        justify-content: end;
    }

    .order-summary{
        width: 280px;
    }
}

@media (max-width: 600px){
    .order-product__content {
        flex-wrap: wrap;
    }

    .order-product__title {
        flex: 1 0 100%;
        margin: 0 0 5px;
    }

    .order-product__price {
        text-align: left;
    }

    .order-product__price,
    .order-product__total {
        flex: 1 1 auto;
    }

    .order-summary{
        width: 100%;
    }
}

@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;
    }
}

@media (max-width: 380px){
    .order-products,
    .order-data{
        padding: 20px 30px;
    }
}

/* 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;
}

.dark-theme .affiliate-item{
    border-color: rgba(255,255,255,0.1);
}

@media (max-width: 1024px){
    .dark-theme .affiliate-item:last-child{
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

}

.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;
    }


}


/* compare page */

.compare-page.wrap-loading{
    opacity: 0.5;
}

.compares-products__outer{
    position: relative;
    margin: 0 0 50px;
}

@media (max-width: 800px){
    .compares-products__outer{
        margin-bottom: 0;
    }
}

.compares-products__outer.sk-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--body-bg-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    z-index: 40;
    border-radius: 0 0 30px 30px;
}

.dark-theme .compares-products__outer.sk-fixed{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.compares-products{
    display: flex;
    overflow: hidden;
    position: relative;
    margin: 30px 15px;
}


.compares-products::-webkit-scrollbar {
   display: none;
}

.compares-products__outer:not(.sk-fixed) .l-wrapper{
    max-width: none;
    min-width: 0;
    padding: 0;
}

.compares-products__inner{
    position: relative;
}


.compare-item{
    display: flex;
}

.compare-feature,
.compare-item{
    flex: 0 0 20%;
    padding: 0 15px;
    position: relative;
    width: 20%;
    box-sizing: border-box;
}

@media (max-width: 1199px){
    .compare-feature,
    .compare-item{
        flex: 0 0 25%;
        width: 25%;
    }
}

@media (max-width: 999px){
    .compare-feature,
    .compare-item{
        flex: 0 0 33.33%;
        width: 33.33%;
    }
}

.compare-product__delete{
    color: red;
    cursor: pointer;
    font-size: 13px;
}

.compare-product__delete .sk-icon{
    font-size: 11px;
    margin: 0 3px 0 0;
}

.compare-product__img{
    display: flex;
    font-size: 0;
    flex: 0 0 70px;
    margin-right: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.dark-theme .compare-product__img{
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px;
    background: #FFF;
}

.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: 48px;
}

.compare-product__title{
    font-size: 13px;
    line-height: 1.2;
    display: inline-block;
    word-break: break-word;
}

.compares-products__left,
.compares-products__right{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #faf9fe;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    cursor: pointer;
    z-index: 5;
    padding: 0;
    color: var(--body-text-color);
    box-shadow: none;
}

.dark-theme .compares-products__left,
.dark-theme .compares-products__right{
    background: rgba(255,255,255,0.1);
}

button.compares-products__left:active,
button.compares-products__right:active{
    box-shadow: none;
}

.compares-products__right{
    left: auto;
    right: 5px;
}

.compares-products__left.sk-disabled,
.compares-products__right.sk-disabled{
    opacity: .3 !important;
    cursor: default;
}

.dark-theme .compares-products__left.sk-disabled,
.dark-theme .compares-products__right.sk-disabled{
    opacity: .1 !important;
}

.compares-products__counter{
    font-size: 13px;
    color: #383838;
    display: none;
}

.dark-theme .compares-products__counter{
    color: #5c5c5c;
}

.compare-features{
    font-size: 14px;
    padding: 0 15px;
}

.compare-features__row{
    display: flex;
    padding: 0 0 30px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.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;
}

.dark-theme .compare-features__row.-divider{
    border-color: rgba(255,255,255,0.1);
}

.compare-features__row.sk-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: var(--body-text-color);
}

.compares-diff__outer{
    padding: 0 30px 30px;
    font-weight: 800;
}

.compares-categories.sk-scroll{
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
}

.compares-categories__item{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background: #f3f3f3;
    border-radius: 7px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    white-space: nowrap;
}

.dark-theme .compares-categories__item{
    background: var(--wrap-bg-color);
}

.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(--button-color-bg);
    color: var(--button-color-font);
    box-shadow: var(--button-box-shadow);
}

.compare-navs{
    display: none;
    padding: 15px 0;
}

.compare-navs.sk-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
    background: var(--body-bg-color);
    padding: 10px 0;
}

.dark-theme .compare-navs.sk-fixed{
    border-top: 1px solid rgba(255,255,255,0.1);
}

.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;
}

.dark-theme .compare-navs__right,
.dark-theme .compare-navs__left{
    background: rgba(255,255,255,0.1);
}

.compare-navs__right.sk-disabled,
.compare-navs__left.sk-disabled{
    opacity: .3;
    cursor: default;
}

.compare-navs.sk-fixed .compare-navs__right,
.compare-navs.sk-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;
    }

    .sk-mobile .compares-products__inner:not(.sk-hide),
    .sk-mobile .compare-features:not(.sk-hide){
        display: block !important;
    }

    .sk-mobile .compares-products__outer .l-wrapper,
    .sk-mobile .compare-features__outer:not(.sk-hide){
        display: flex;
    }

    .sk-mobile .compares-products__inner,
    .sk-mobile .compare-features{
        flex: 0 0 50%;
        width: 50%;
        box-sizing: border-box;
    }

    .sk-mobile .compares-products{
        margin-left: 0;
        margin-right: 0;
    }

    .sk-mobile .compare-features{
        padding-left: 0;
        padding-right: 0;
    }

    .sk-mobile .compare-feature,
    .sk-mobile .compare-item{
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .sk-mobile .compares-diff__outer{
        padding-left: 10px;
        padding-right: 10px;
    }

    .sk-mobile .compares-products__navs{
        position: absolute;
        left: 80px;
        top: 20px;
        text-align: center;
    }

    .sk-mobile .compares-products__left,
    .sk-mobile .compares-products__right{
        position: static;
        height: 20px;
        line-height: 20px;
        border-radius: 5px;
        width: 20px;
        margin: 0 5px;
        background: none;
    }

    .sk-mobile .compares-products__left.sk-hide,
    .sk-mobile .compares-products__right.sk-hide{
        opacity: 0.3;
        display: inline-block;
    }

    .sk-mobile .compares-products__counter{
        display: block;
    }

    .compares-products__outer.sk-fixed .compares-products{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .compares-products__outer.sk-fixed .compares-products__navs {
        bottom: 10px;
    }

    .compares-products__outer.sk-fixed .compare-product__price{
        display: none;
    }

    .compares-products__outer.sk-fixed .compare-product__title-outer{
        height: 32px;
    }

    .compares-products__outer.sk-fixed .compare-product__delete{
        display: none;
    }

    .compares-products__outer.sk-fixed .compares-products__navs{
        top: 10px;
        right: 0;
        left: auto;
        bottom: auto;
    }


    .compare-item{
        display: inline-block;
    }

    .compare-product__img{
        height: 50px;
        line-height: 50px;
        margin: 0 0 5px;
        width: 60px;
    }
}



/* cart page */
.cart-summary-page{
    display: flex;
    align-items: start;
}

.cart-content{
    flex: 1 1 auto;
    margin: 0 30px 0 0;
}

.cart-result{
    flex: 0 0 25%;
    padding: 30px 50px;
    border-radius: 35px;
    background: #f5f5f5;
    position: sticky;
    top: 110px;
}

.dark-theme .cart-result{
    background: var(--wrap-bg-color);
}


.cart-item{
    display: flex;
    padding: 30px 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    border-radius: 25px;
    align-items: center;
    margin: 0 0 20px;
    background: var(--wrap-bg-color);
}


@media (max-width: 1024px){
    .cart-item{
        box-shadow: 0 3px 17px rgba(0,0,0,0.06);
    }
}

.cart-item__image{
    flex: 0 0 60px;
    margin: 0 15px 0 0;
    font-size: 0;
    box-sizing: border-box;
}

.dark-theme .cart-item__image.-white-wrap{
    padding: 5px;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
}

.cart-item__content{
    padding: 0 10px 0 0;
    flex: 1 1 auto;
    box-sizing: border-box;
}

.cart-item__title{
    margin: 0 0 8px;
}

.cart-item__sku{
    font-size: 13px;
    background: #f5f5f5;
    padding: 3px 7px;
    border-radius: 5px;
    white-space: nowrap;
}

.dark-theme .cart-item__sku{
    background: rgba(255,255,255,0.1);
}

.cart-item__qty{
    flex: 0 0 20%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.cart-item__total{
    flex: 0 0 20%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.cart-item_compare-total{
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

.cart-item__remove{
    flex: 0 0 3%;
    text-align: right;
    color: #aaaaaa;
    cursor: pointer;
    font-size: 16px;
}

.cart-item__remove:hover{
    color: red;
}

.cart-item__qty .product-quantity,
.cart-item__base-unit-total{
    max-width: 130px;
}

.cart-item__base-unit-total{
    text-align: center;
    display: block;
    color: #9c9c9c;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    margin: 5px 0 0;
}

.cart-item__base-unit-total span{
    white-space: nowrap;
}

.cart-discount__outer{
    display: flex;
    margin: 30px 0 0;
    align-items: center;
}

.cart-discount__form {
    flex: 1 1 auto;

}

.cart-discount__use-btn{
    margin: 4px 0;
}

.cart-discount__title{
    flex: 0 0 calc(20% - 40px);
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.cart-discount__sum{
    flex: 0 0 22%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    margin: 0 30px 0 0;
}

.cart-discount__field-title{
    display: inline-block;
    margin: 0 10px 0 0;
}

.cart-discount__field{
    display: inline-block;
    position: relative;
}

.cart-discount__error{
    position: absolute;
    left: 0;
    bottom: -18px;
}

.cart-discount__submit{
    position: absolute;
    right: 0;
    padding: 0;
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 13px;
}

.cart-affiliate__outer {
    display: flex;
    margin: 30px 0 0;
    align-items: center;
    font-size: 14px;
}

.cart-affiliate {
    flex: 1 1 auto;
    padding: 0 50px 0 0;
}

.cart-affiliate__sum {
    flex: 0 0 22%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    margin: 0 30px 0 0;
}

input[type=submit].cart-affiliate__submit{
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    border-radius: 5px;
}

.cart-result__total{
    margin: 0 0 20px;
    display: flex;
}

.cart-result__sum{
    flex: 1 1 auto;
    text-align: right;
    line-height: 1;
    font-size: 25px;
}

.cart-result__affiliate,
.cart-result__wholesale{
    margin: 0 0 20px;
    font-size: 14px;
}

.cart-result__wholesale{
    color: #ec0000;
}

.cart-result__btns{
    display: flex;
    margin: 0 -5px;
}

.cart-result__btns button,
.cart-result__btns .button,
.cart-result__btns input[type=text],
.cart-result__btns .button-fastorder__sk-oneclick,
.cart-result__btns .buy1click-button,
.cart-result__btns .quickorder-button-cart,
.cart-result__btns .storequickorder-button{
    margin: 5px;
    flex: 1 1 50%;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 15px !important;
    border-radius: 12px !important;
    padding: 0 15px !important;
    box-sizing: border-box;
}

.cart-result__btns .button-fastorder__sk-oneclick,
.cart-result__btns .buy1click-button,
.cart-result__btns .quickorder-button-cart,
.cart-result__btns .storequickorder-button{
    line-height: 48px !important;
}


@media (max-width: 1200px){
    .cart-item{
        padding: 15px 20px;
    }

    .cart-result{
        padding: 20px 25px;
        border-radius: 25px;
    }
}

@media (max-width: 1100px){
    .cart-item{
        flex-wrap: wrap;
    }

    .cart-item__content{
        flex: 0 0 calc(72% - 70px);
    }

    .cart-item__qty{
        padding: 0;
    }


    .cart-item__total{
        flex: 0 0 90%;
        text-align: right;
    }
}

@media (max-width: 999px){
    .cart-item__content{
        flex: 0 0 calc(100% - 80px);
        padding-right: 0;
        margin: 0 0 10px;
    }

    .cart-item__image{
        margin: 0 0 10px;
    }

    .cart-item__qty{
        flex: 0 0 40%;
    }

    .cart-item__total{
        flex: 0 0 55%;
    }

    .cart-affiliate__sum,
    .cart-discount__sum{
        margin-right: 0;
        text-align: right;
    }
}

@media (max-width: 999px) and (min-width: 740px), (max-width: 399px){
    .cart-content{
        margin-right: 20px;
    }

    .cart-result__btns{
        flex-wrap: wrap;
        align-items: center;
    }

    .cart-result__sum{
        font-size: 21px;
    }
}

@media (max-width: 999px) and (min-width: 740px){
    .cart-result__total,
    .cart-result__title{
        display: block;
    }
}

@media (max-width: 739px){
    .cart-summary-page{
        display: block;
    }

    .cart-content{
        margin-right: 0;
    }

    .cart-result{
        margin-top: 30px;
    }
}

@media (max-width: 500px){
    .cart-affiliate__outer{
        display: block;
    }

    .cart-affiliate__sum{
        margin-top: 20px;
    }

    .cart-discount__outer{
        flex-wrap: wrap;
    }

    .cart-discount__form{
        flex: 1 0 100%;
        margin: 0 0 20px;
    }

    .cart-discount__sum{
        flex: 1 0 auto;
    }

    .cart-discount__title{
        flex: 0 1 auto;
    }
}

@media (max-width: 399px){
    .cart-item__qty {
        flex: 0 0 140px;
    }

    .cart-item__remove{
        flex: 0 0 15px;
    }

    .cart-item__total{
        flex: 1 1 auto;
        text-align: center;
        padding-left: 10px;
    }

    .cart-item__image{
        flex: 0 0 55px;
        padding-right: 10px;
    }

    .cart-item__content{
        flex: 0 0 calc(100% - 60px);
    }

    .cart-item__total .price{
        font-size: 16px;
    }

    .cart-item__qty{
        flex: 0 0 100px;
    }

    .cart-item__qty .product-quantity,
    .cart-item__base-unit-total{
        max-width: 100px;
    }

    .cart-item__services select{
        max-width: 180px;
    }
}

/* steps order */
.checkout-head{
    display: flex;
    border-radius: 25px 25px 0 0;
    margin: 0 0 -30px;
    background: #f5f5f5;
    padding: 0 20px;
}

.dark-theme .checkout-head{
    background: var(--wrap-bg-color);
}

.step-header{
    flex: 0 0 25%;
    padding: 30px 30px 60px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-radius: 25px 25px 0 0;
    display: flex;
    align-items: center;
}

.step-header.current{
    font-weight: bold;
}

.step-header.upcoming{
    opacity: 0.5;
}

.step-header.is-done{
    cursor: pointer;
}

.step-header.is-done .step-header__title{
    text-decoration: underline;
}

.step-header.is-done .step-header__title:hover{
    text-decoration: none;
}

.checkout-step__outer{
    border-radius: 35px;
    padding: 50px 60px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
    background: var(--wrap-bg-color);
    position: relative;
}

.dark-theme .checkout-step__outer{
    background: #313131;
}

.checkout-step.wrap-loading{
    opacity: .5;
}

.checkout-auth-check{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.checkout-auth-check__item{
    margin: 0 0 10px;
}

.step-header__title{
    line-height: 1.2;
    text-align: left;
}

.step-header__check{
    display: inline-block;
    margin: 0 5px 0 0;
}

.step-header__icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: var(--button-color-bg);
    color: var(--button-color-font);
    box-shadow: var(--button-box-shadow);
    font-size: 14px;
    flex: 0 0 auto;
}

.step-header:not(.upcoming) .step-header__icon{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.step-header .step-header__icon:before{
    content: "\f00c";
}

.step-header.upcoming .step-header__icon:before{
    content: attr(data-count);
}

.step-header.current .step-header__icon.--contactinfo:before {
    content: "\f007";
}

.step-header.current .step-header__icon.--shipping:before {
    content: "\f0d1";
}

.step-header.current .step-header__icon.--payment:before {
    content: "\f555";
}

.step-header.current .step-header__icon.--confirmation:before {
    content: "\f467";
}

@media (max-width: 1000px){
    .step-header{
        flex: 0 0 200px;
    }
}

@media (max-width: 900px){
    .step-header{
        flex: 0 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 200px;
    }
}

@media (max-width: 800px){
    .checkout-head{
        overflow-x: auto;
    }

    .step-header{
        position: relative;
    }

    .step-header:after{
        content: "\f105";
        position: absolute;
        right: 0;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        margin-top: 3px;
    }

    .step-header:last-child:after{
        display: none;
    }
}

.checkout-step-content--user{
    margin-bottom: 30px;
}

@media (min-width: 991px){
    .checkout-step-content--user {
        float: right;
        width: calc(100% - 500px);
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        padding: 30px 0 0 50px;
    }
}

.checkout-user__image {
    float: left;
    border-radius: 50%;
    max-width: 40px;
}

.checkout-user__description{
    margin-left: 60px;
}

.checkout-user__description a{
    font-weight: bold;
}


@media (max-width: 1090px) and (min-width: 991px), (max-width: 549px){
    .checkout-user__description{
        margin-left: 0;
        font-size: 14px;
    }

    .checkout-user__image{
        margin: 0 15px 0 0;
    }
}

@media (max-width: 490px) {
    .checkout-step__outer{
        padding: 30px;
    }

    .checkout-head{
        padding: 0 10px;
    }

    .step-header{
        padding: 20px 20px 50px;
    }
}


.checkout-auth-check__item{
    line-height: 1.3;
}

.checkout-options{
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout-options__item {
    list-style: none;
    position: relative;
    padding: 35px 0 35px 30px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}

.dark-theme .checkout-options__item{
    border-color: rgba(255,255,255,0.1);
}

.checkout-options__item:first-child {
    padding-top: 0;
}

.checkout-options__item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}


.checkout-options__item > * {
    width: 63%;
}

.checkout-options__item .rate {
    float: right;
    width: 33%;
    margin: -51px 0 0 20px;
}

.checkout-options__description{
    margin-bottom: 0;
}

@media (max-width: 1000px){
    .checkout-options__item > * {
        width: 70%;
    }

    .checkout-options .rate {
        width: 30%;
    }
}


.checkout-options__item h3 {
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 18px;
    position: relative;
}

.checkout-options__item h3 select{
    font-size: 15px;
    height: 25px;
    border-radius: 5px;
    padding: 0 5px;
}

.checkout-options__title-radio{
    position: absolute;
    top: 10px;
    left: -30px;
    cursor: pointer;
}

.checkout-options__logo{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

.checkout-options__item .rate .price{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 29px;
    display: inline-block;
}

.checkout-options__item .rate .comment{
    padding: 0;
    display: block;
    line-height: 18px;
}

.checkout-options__item .rate .comment br:first-child{
    display: none;
}

.checkout-options__item .wa-form {
    margin: 0 0 30px;
}

.checkout-options__item .wa-form input[type="radio"] {
    position: static;
}

.checkout-options__item .rate .hint {
    font-size: 13px;
    color: #2b2b2b;
}

.dark-theme .checkout-options__item .rate .hint{
    color: #bababa;
}

@media (max-width: 800px) {
    .checkout-options__item > * {
        width: 100%;
    }

    .checkout-options__item .rate {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .checkout-options__item .rate .hint br {
        display: none;
    }

    .checkout-options__item .rate .price {
        margin: 0 10px 0 0;
    }

    .checkout-options__item h3{
        margin: 0 0 10px;
    }
}

@media (max-width: 449px) {
    .checkout-options__title-radio{
        position: static;
    }

    .checkout-options__logo{
        width: 40px;
    }

    .checkout-options__item{
        padding-left: 0;
    }
}

@media (max-width: 360px) {
    .checkout-options__item{
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .checkout-options__description {
        line-height: 20px;
    }
}

.est_delivery{
    display: inline-block;
}

.checkout .checkout-result {
    padding: 35px;
    background: var(--wrap-bg-color);
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border-radius: 25px;
}


.checkout .checkout-result .s-header {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: bold;
}

.checkout .checkout-result .s-header__icon{
    font-size: 16px;
    margin: 0 5px 0 0;
}

.checkout .checkout-result .s-description,
.checkout .checkout-result .s-plugin-wrapper{
    margin: 0 0 20px;
}

.checkout .checkout-result .welcome { margin-top: -80px; padding-top: 280px; }
.checkout .checkout-result.error h1 { color: 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: #000; }
.checkout h2 a:hover { color: #a00 !important; }
.checkout h2.upcoming a:hover { color: #000 !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 #login-form h1 {
    display: none;
}

.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: #000;
}


.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 input[type="radio"]{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.checkout-buttons{
    margin: 60px -7px 0;
}

@media (max-width: 490px) {
    .checkout-buttons{
        margin-top: 40px;
    }
}

.checkout-loading{
    animation: spin 1s linear infinite;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.checkout-buttons__one{
    margin: 5px 7px;
}

.checkout-loading:before {
    content: "\f110";
    font-style: normal;
}

.checkout-buttons__back{
    background: none !important;
    border: 1px solid var(--bs-color) !important;
    color: var(--body-text-color) !important;
    box-sizing: border-box;
}

@media (max-width: 380px) {
    .checkout-buttons__one{
        margin: 5px;
        padding:  0 20px !important;
    }
}



.checkout-confirmation-cols{
    display: flex;
}

.checkout-confirmation__left{
    flex: 1 1 auto;
    padding: 0 50px 0 0;
    box-sizing: border-box;
}

.checkout-confirmation__right{
    flex: 0 0 30%;
}

.checkout-confirmation-head{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}

.checkout-confirmation-products{
    margin: 0 0 50px;
}

.checkout-contacts{
    display: flex;
    margin: 0 0 50px;
}

.checkout-contacts_item{
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 0 5% 0 0;
}

@media (max-width: 699px) {
    .checkout-contacts{
        display: block;
    }

    .checkout-contacts_item{
        padding: 0;
        margin: 0 0 20px;
    }
}

.checkout-product {
    display: flex;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #f3f3f3;
}

.dark-theme .checkout-product{
    border-color: rgba(255,255,255,0.1);
}

.checkout-product__image {
    width: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    flex: 0 0 30px;
    line-height: 0;
}

.dark-theme .checkout-product__image img{
    border-radius: 5px;
}

.checkout-product__content {
    display: flex;
    flex: 1 1 auto;
}

.checkout-product__title {
    flex: 1 1 auto;
    margin: 0 15px 0 0;
    line-height: 1.3;
}

.checkout-product__price {
    flex: 0 0 115px;
    text-align: right;
    white-space: nowrap;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

.checkout-product__tax{
    flex: 0 0 80px;
    text-align: right;
    white-space: nowrap;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

.checkout-product__total {
    text-align: right;
    flex: 0 0 80px;
    white-space: nowrap;
    font-weight: bold;
}

.checkout-confirmation__terms{
    margin: 30px 0;
}

.checkout-confirmation__terms:last-child{
    margin-bottom: 0;
}

.checkout-confirmation__comment{
    width: 100%;
}

.checkout-summary {
    background: #f3f3f3;
    border-radius: 25px;
    padding: 30px 40px;
    position: sticky;
    top: 110px;
}

.dark-theme .checkout-summary{
    background: none;
    border: 1px solid rgba(255,255,255,0.1);
}

.checkout-summary__item {
    display: flex;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.dark-theme .checkout-summary__item{
    border-color: rgba(255,255,255,0.1);
}

.checkout-summary__title {
    flex: 0 0 50%;
}

.checkout-summary__cost {
    flex: 0 0 50%;
    text-align: right;
}

.checkout-summary__delivery{
    font-size: 12px;
    display: block;
    line-height: 1;
}

.checkout-summary__total {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}


@media (max-width: 1100px) {
    .checkout-confirmation-cols{
        display: block;
    }

    .checkout-confirmation__left{
        padding: 0 0 50px;
    }
}

@media (max-width: 699px) {
    .checkout-product__content {
        flex-wrap: wrap;
    }

    .checkout-product__title {
        flex: 1 0 100%;
        margin: 0 0 5px;
    }

    .checkout-product__price,
    .checkout-product__total,
    .checkout-product__tax{
        flex: 1 1 auto;
    }

    .checkout-product__price{
        text-align: left;
    }
}

@media (max-width: 359px) {
    .checkout-summary{
        padding: 20px;
    }
}

/* productbrands plugin */
.brands-page__outer {
    overflow: hidden
}

.brands-page {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 25px 3%;
}

.brands-page__item {
    display: inline-flex;
    text-align: center;
    align-items: center;
}

@media (min-width: 1025px) {
    .content-cols--sidebar .brands-page {
        grid-template-columns: repeat(7, 1fr);
        gap: 25px 5%;
    }
}

@media (max-width: 1100px) and (min-width:1025px) {
    .content-cols--sidebar .brands-page {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px 6%;
    }
}

@media (max-width: 1250px) {
    .brands-page {
        grid-template-columns: repeat(7, 1fr);
        gap: 25px 7%;
    }
}

@media (max-width: 1024px) {
    .brands-page {
        grid-template-columns: repeat(6, 1fr);
        gap: 25px 8%;
    }
}

@media (max-width: 800px) {
    .brands-page {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px 9%;
    }
}

@media (max-width: 650px) {
    .brands-page {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 10%;
    }
}

@media (max-width: 550px) {
    .brands-page {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 9%;
    }
}

@media (max-width: 359px) {
    .brands-page {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 12%;
    }
}

.brands-cols {
    display: flex;
    flex-wrap: wrap;
}

.brands-cols__item {
    display: inline-block;
    width: 16.66667%;
    box-sizing: border-box;
    margin: 0 0 10px;
    vertical-align: top;
    padding: 0 10px 0 0;
}

@media (min-width: 1001px) {
    .cols-2 .brands-cols__item {
        width:20%;
    }

    .cols-3 .brands-cols__item {
        width: 25%;
    }
}

@media (max-width: 1200px) and (min-width:1001px) {
    .cols-2 .brands-cols__item {
        width:25%;
    }
}

@media (max-width: 1150px) {
    .brands-cols__item {
        width:20%;
    }
}

@media (max-width: 950px) {
    .brands-cols__item {
        width:25%;
    }
}

@media (max-width: 700px) {
    .brands-cols__item {
        width:33.33333%;
    }
}

@media (max-width: 500px) {
    .brands-cols__item {
        width:50%;
    }
}

.brand-page__description {
    overflow: hidden;
    margin: 0 0 30px;
}

.brand-page__description p:last-child {
    margin: 0;
}

.brand-page__logo {
    float: left;
    margin: 10px 20px 10px 0;
    max-width: 150px;
}

@media (max-width: 500px) {
    .brand-page__logo {
        max-width:150px;
    }
}

@media (max-width: 380px) {
    .brand-page__logo {
        max-width:100px;
    }
}

.sidebar_subcategories__item{
    margin: 0 0 12px;
    line-height: 1.4;
}

.sidebar_subcategories__item:last-child{
    margin-bottom: 0;
}

.sidebar_subcategories__item.-sk-subcat{
    margin-left: 18px;
}

.sidebar_subcategories__item.-sk-hide{
    display: none;
}

.sidebar_subcategories__title{
    text-decoration: none;
    line-height: 1.2;
}

.sidebar_subcategories__title.selected{
    font-weight: bold;
}



.sidebar_subcategories__count{
    font-size: 12px;
    padding: 0 0 0 5px;
    color: #858585;
}

.sidebar_subcategories__back{
    font-size: 12px;
    margin: -2px 1px 0 0;
    background: #FFF;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 6px;
    vertical-align: middle;
    border: 1px solid #ececec;
    flex: 0 0 auto;
}

.product-fixed-cart{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 150;
    background: var(--body-bg-color);;
    color: var(--body-text-color);
    padding: 10px 0;
    display: none;
    top: -80px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: top 3s ease 0s;
}

.dark-theme .product-fixed-cart{
    background: #000;
}

.product-fixed-cart.sk-fixed{
    display: block;
    top: 0;
}

.product-fixed-cart.sk-bottom{
    box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
    transition: bottom 3s ease 0s;
    bottom: -80px;
    top: auto;
}

.product-fixed-cart.sk-bottom.sk-fixed{
    bottom: 0;
}

.product-fixed-cart__inner{
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1420px;
    min-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-fixed-cart__image{
    flex: 0 0 50px;
    margin: 0 20px 0 0;
    font-size: 0;
    text-align: center;
}

.dark-theme .product-fixed-cart__image.-white-wrap{
    padding: 5px;
    border-radius: 10px;
    background: #FFF;
    min-height: 40px;
}


.product-fixed-cart__image img{
    max-height: 50px;
}

.product-fixed-cart__content{
    flex: 1 1 auto;
    margin: 0 30px 0 0;
}

.product-fixed-cart__title{
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    margin: 0 0 3px;
}

.product-fixed-cart__btns{
    flex: 0 0 300px;
    display: flex;
}

.product-fixed-cart__addtocart{
    flex: 1 1 auto;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
}

.product-fixed-cart__prices{
    flex: 0 0 12%;
    margin: 0 20px 0 0;
}

.product-fixed__button-added{
    height: 50px;
    border-radius: 10px;
    padding: 10px 8px;
    flex: 1 1 auto;
    display: inline-block;
}

.product-fixed__favorite,
.product-fixed__compare{
    margin: 0 0 0 10px;
}

.product-fixed-cart__price,
.product-fixed-cart__price-compare{
    line-height: 1;
}


@media (max-width: 800px) {
    .product-fixed-cart{
        border-radius: 0 0 20px 20px;
    }

    .product-fixed-cart.sk-bottom{
        border-radius: 20px 20px 0 0;
    }

    .m-fixed-bottom-nav.-sk-m-hide{
        display: none;
        bottom: 0;
    }

    .product-fixed__button-added{
        height: 40px;
        border-radius: 8px;
        padding: 5px 8px;
    }

    .product-fixed-cart__addtocart{
        height: 40px;
        line-height: 40px;
    }

    .product-fixed__favorite,
    .product-fixed__compare,
    .product-fixed-cart__content,
    .product-fixed-cart__image{
        display: none;
    }

    .product-fixed-cart__prices{
        flex: 1 1 auto;
    }
}


@media (max-width: 600px) {
    .product-fixed-cart__btns {
        flex: 0 0 150px;
    }

    .product-fixed-cart__prices{
        margin-right: 10px;
    }
}

/* product reviews */
.last-reviews__outer{
    margin: 0 0 75px;
    display: flex;
}

@media (max-width: 1024px){
    .last-reviews__outer{
        margin: 0 0 70px;
    }
}

.last-reviews__outer .owl-dots{
    position: static;
}

@media (min-width: 801px){
    .last-reviews__outer .owl-dots{
        display: none;
    }
}

.last-reviews__head{
    width: 250px;
    margin: 5px 30px 25px 0;
    display: flex;
    flex-direction: column;
}

.last-reviews__head-title{
    margin: 0 0 15px;
    flex: 1 1 auto;
}

.last-reviews__direction{
    flex: 0 0 auto;
}

.last-reviews{
    position: relative;
    padding: 10px;
    margin: -20px;
    overflow: hidden;
}

.last-reviews__items {
    display: flex;
    flex-wrap: wrap;
}

.last-reviews__items.reviews-carousel{
    flex-wrap: nowrap;
}

@media (max-width: 1024px){
    .last-reviews {
        margin: -15px;
    }
}

@media (max-width: 359px){
    .last-reviews {
        margin: -10px;
    }
}

.last-reviews__outer.-carousel .last-reviews{
    margin-right: 0;
    padding-right: 0;
}

@media (min-width: 801px){
    .last-reviews__outer.-carousel .last-reviews:after{
        content: "";
        right: 0;
        top: 40px;
        bottom: 40px;
        position: absolute;
        width: 1px;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.04);
        z-index: 10;
    }
}

@media (max-width: 800px){
    .last-reviews__outer.-carousel .last-reviews {
        margin-right: -15px;
    }
}

@media (max-width: 359px){
    .last-reviews__outer.-carousel .last-reviews {
        margin-right: -10px;
    }
}

.last-reviews__items.reviews-carousel {
    flex-wrap: nowrap;
}

.last-reviews__outer.carousel-init .owl-stage-outer{
    overflow: visible;
}

.last-reviews__outer.carousel-init .owl-stage{
    display: flex;
}

.last-reviews__item-outer{
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}

.last-reviews__item{
    background: var(--wrap-bg-color);
    padding: 35px 45px;
    box-shadow: 0 5px 17px rgba(0,0,0,0.03);
    border-radius: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 1 100%;
    text-decoration: none;
}

@media (max-width: 1024px){
    .last-reviews__item{
        box-shadow: 0 3px 17px rgba(0,0,0,0.06);
    }
}

.last-reviews__item:hover{
    color: inherit;
}

@media (max-width: 1024px){
    .last-reviews__item-outer{
        padding: 7.5px;
    }
}

@media (max-width: 359px){
    .last-reviews__item-outer{
        padding: 5px;
    }
}

.last-reviews__items.reviews-carousel .owl-item{
    display: flex;
    flex-direction: column;
}

.owl-item .last-reviews__item-outer{
    flex: 1 0 auto;
}

.last-reviews__outer.-carousel .last-reviews__item:nth-child(n+3),
.owl-item:not(.active) .last-reviews__item {
    box-shadow: none;
    background: none;
}

.last-reviews__top{
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.last-reviews__image{
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    display: flex;
    box-sizing: border-box;
    font-size: 0;
    align-items: center;
    justify-content: center;
}

.last-reviews__image img{
    max-height: 100%;
}

.dark-theme .last-reviews__image{
    padding: 3px;
    border-radius: 5px;
    background: #FFF;
}

.last-reviews__title{
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}

.last-reviews__name{
    text-decoration: none;
    font-weight: bold;
    margin: 0;
}

.last-reviews__rating{
    margin: 0 10px 4px 0;
}


.last-reviews__text{
    line-height: 22px;
    padding: 0 0 20px 0;
    flex: 1 1 auto;
}

.last-reviews__author{
    color: #626161;
    margin: 0 10px 0 0;
    display: inline-block;
}

.last-reviews__date{
    color: #a3a3a3;
    white-space: nowrap;
}

.last-reviews__item-outer {
    flex: 1 0 45%;
}

@media (max-width: 1150px){
    .last-reviews__item-outer {
        flex: 1 0 70%;
    }
}

@media (max-width: 800px){
    .last-reviews__item-outer {
        flex: 1 0 90%;
    }
}


@media (max-width: 550px){
    .last-reviews__date{
        display: block;
    }

    .last-reviews__rating{
        margin: 0 0 10px;
    }

    .last-reviews__title{
        margin: 0 0 10px;
        line-height: 1.3;
    }

    .last-reviews__author{
        margin: 10px 0 0;
        display: block;
    }
}


@media (min-width: 1025px){
    .content-cols--sidebar .last-reviews__outer{
        display: block;
    }

    .content-cols--sidebar .last-reviews__head{
        width: auto;
        margin: 0 0 15px;
        flex-direction: row;
    }

    .content-cols--sidebar .last-reviews__head-title{
        flex: 1 1 auto;
        margin-right: 15px;
    }
}

@media (min-width: 1151px){
    .content-cols--sidebar .last-reviews__item{
        padding: 25px 35px;
    }
}

@media (max-width: 1250px) and  (min-width: 1151px){
    .last-reviews__item{
        padding: 25px;
    }
}

@media (max-width: 1024px){
    .last-reviews__outer{
        display: block;
    }

    .last-reviews__head{
        width: auto;
        margin: 0 0 15px;
        flex-direction: row;
    }

    .last-reviews__head-title{
        flex: 1 1 auto;
        margin-right: 15px;
    }
}

@media (max-width: 950px) and (min-width: 801px), (max-width: 650px){
    .last-reviews__item{
        padding: 25px 35px;
    }
}

@media (max-width: 799px){
    .last-reviews__direction{
        display: none;
    }

    .last-reviews__head-title{
        margin-right: 0;
    }
}

@media (max-width: 400px){
    .last-reviews__item{
        padding: 25px 30px;
    }

    .last-reviews__text{
        font-size: 14px;
        line-height: 20px;
    }

    .last-reviews__item {
        padding: 20px 25px;
    }
}

/* бренды про */
.sk-brands-page .row{
    border-top: 0;
    padding: 0;
}

.brand-plugin-pages{
    padding: 0 0 30px !important;
    margin: 0;
    list-style: none;
}

.brand-plugin-pages__item_current,
.brand-plugin-pages__item_current:hover,
.brand-plugin-pages__item_current:link,
.brand-plugin-pages__item_current:visited{
    background: none !important;
}

.shop-brand-brands__brand-link {
    border: none !important;
    margin: 0 !important;
    padding: 20px !important;
}

.brand-plugin-pages__item{
    display: inline-block;
    vertical-align: middle !important;
    margin: 0 20px 0 0;
    line-height: normal;
    border-radius: 0 !important;
}

.brand-plugin-pages__item:hover {
    background: none !important;
    border-bottom: none;
}

.brand-plugin-pages__item_current{
    border: none !important;

}

.shop-brand-brands__brand-image-box{
    margin-bottom: 15px !important;
}

.dark-theme .shop-brand-brands__brand-image-box{
    background: #FFF;
    padding: 10px;
    border-radius: 15px;
}

.dark-theme .shop-brand-brands__brand-image-box:hover{
    opacity: 0.8;
}

.shop-brand-brands__brand-name{
    font-size: 15px !important;
    line-height: 1.2 !important;
}

.brand-plugin-pages-item{
    padding: 0 !important;
    text-decoration: underline !important;
    color: var(--body-text-color) !important;
}

.brand-plugin-pages-item_current{
    text-decoration: none !important;
    color: var(--link-hover-color) !important;
}


.brand-plugin-catalog-header__brand{
    margin: 0 0 30px;
    overflow: hidden;
}

.brand-plugin-catalog-header-brand__image-column{
    width: 150px;
    padding: 0 !important;
    margin: 0 20px 10px 0;
}

.brand-plugin-catalog-brand-categories__list{
    list-style: none;
    margin: 5px 0 15px;
    padding: 0 !important;
}

.brand-plugin__one-review{
    background: #FFF !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    padding: 30px !important;
    border-radius: 20px;
    margin: 0 0 20px;
}

.shop-brand-brands__brand-wrap{
    width: calc(100%/8);
}

@media (min-width: 1025px){
    .content-cols.content-cols--sidebar .shop-brand-brands__brand-wrap{
        width: calc(100%/6);
    }
}

@media (max-width: 1300px) and (min-width: 1025px){
    .content-cols.content-cols--sidebar .shop-brand-brands__brand-wrap{
        width: calc(100%/5);
    }
}

@media (max-width: 1150px) and (min-width: 1025px){
    .content-cols.content-cols--sidebar .shop-brand-brands__brand-wrap{
        width: calc(100%/4);
    }
}

@media (max-width: 1350px){
    .shop-brand-brands__brand-wrap{
        width: calc(100%/7);
    }
}

@media (max-width: 1200px){
    .shop-brand-brands__brand-wrap{
        width: calc(100%/6);
    }
}

@media (max-width: 1024px){
    .shop-brand-brands__brand-wrap{
        width: calc(100%/5);
    }
}

@media (max-width: 850px){
    .shop-brand-brands__brand-wrap{
        width: calc(100%/4);
    }
}

@media (max-width: 600px){
    .shop-brand-brands__brand-wrap{
        width: calc(100%/3);
    }
}

@media (max-width: 450px){
    .shop-brand-brands__brand-wrap{
        width: calc(100%/2);
    }
}

/* *** SEARCH PRO plugin */

.dark-theme .searchpro__field .searchpro__field-container{
    background: var(--input-bg-color) !important;
    color: var(--body-text-color) !important;
    border: none !important;
}

.dark-theme .searchpro__field .searchpro__field-input-container .searchpro__field-input{
    color: var(--body-text-color) !important;
}

.dark-theme .searchpro__field .searchpro__field-button-container .searchpro__field-button{
    background: #4b4b4b !important;
}

.dark-theme .searchpro__field-container .searchpro__field-clear-button:hover{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E") !important;
}

.dark-theme .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:hover{
    background-color: #353535 !important;
}

.dark-theme .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:before{
    background-color: #353535 !important;
}


.searchpro__page-container .searchpro__page-sidebar{
    width: 256px !important;
    padding-left: 40px !important;
}

.searchpro__page-container .searchpro__page-content{
    flex: 1 1 auto;
}

.searchpro__page-filters{
    background: var(--popup-bg-color) !important;
    color: var(--body-text-color) !important;
    border: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    padding: 20px 25px !important;
}


.searchpro__page-filters .searchpro__page-filters_buttons .searchpro__page-filters_button{
    font-size: 11px !important;
}

.searchpro__page-filters .searchpro__page-filters_helper{
    z-index: 10;
    color: #000;
}

.searchpro__page-mobile{
    margin: 0 0 10px;
}

.searchpro__page-mobile-filters_window,
.searchpro__page-mobile-filters_window-header{
    background: var(--popup-bg-color) !important;
    color: var(--body-text-color) !important;
}

.dark-theme .searchpro__page-mobile-filters_window-header{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.searchpro__page-mobile .searchpro__page-mobile-filters_button{
    width: auto !important;
}

.searchpro__page-mobile .jq-selectbox{
    z-index: 9 !important;
}

.searchpro__page-sort .searchpro__page-sort_list .searchpro__page-sort_item i.sort-desc,
.searchpro__page-sort .searchpro__page-sort_list .searchpro__page-sort_item i.sort-asc{
    margin: 0 5px 0 0 !important;
}

.searchpro__page-sort{
    padding: 0 !important;
    border: none !important;
}

.dark-theme .searchpro__page-categories--inline .searchpro__page-category,
.dark-theme .searchpro__page-categories--inline .searchpro__page-category:link,
.dark-theme .searchpro__page-categories--inline .searchpro__page-category:visited{
    background: var(--wrap-bg-color);
    color: var(--body-text-color);
    border-color: rgba(255,255,255,0.1)
}

.searchpro__page-categories--inline .searchpro__page-category:hover,
.searchpro__page-categories--inline .searchpro__page-category:hover .searchpro__page-category_hint{
    color: var(--bs-color) !important;
    border-color: var(--bs-color) !important;
}

@media (max-width: 1000px){
    .searchpro__page-filters {
        display: none;
    }

    .searchpro__page-container{
        flex-direction: column-reverse !important;
    }
}

@media (min-width: 751px){
    .searchpro__page-mobile-sort{
        display: none;
    }
}

@media (max-width: 1000px){
    .searchpro__page .searchpro__page-content {
        width: auto !important;
    }

    .searchpro__page-mobile .searchpro__page-mobile-filters_button{
        width: auto !important;
        padding: 0 15px;
        height: 38px;
        line-height: normal;
        background-color: #f2994a;
        border: none;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-shadow: none;
        outline: none;
        padding: 0 15px;
    }


    .searchpro__page-mobile.searchpro__page-mobile--filters-only .searchpro__page-mobile-filters_button{
        width: 100% !important;
    }

    .searchpro__page-mobile .searchpro__page-mobile-filters_button:before {
        content: "";
        display: inline-block;
        background-image: url(/wa-apps/shop/plugins/searchpro/img/filters-button.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 17px;
    }

    .searchpro__page-mobile {
        display: flex !important;
    }

    .searchpro__page-mobile ~ .searchpro__page-container .m-filters-open{
        display: none;
    }
}

.searchpro__page-mobile .searchpro__page-mobile-filters_button:before{
    background-image: url(/wa-apps/shop/plugins/searchpro/img/filters-button.svg);
}

.searchpro__page-mobile-filters_button{
    display: inline-block !important;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    line-height: 38px;
}

.searchpro__page-mobile-filters_button:before{
    vertical-align: middle;
}

.searchpro__page-mobile .jq-selectbox__select-text{
    border-bottom: none!important;
}

.searchpro__page-mobile .searchpro__page-mobile-sort{
    z-index: 10;
}

.searchpro__page-mobile .jq-selectbox__trigger-arrow{
    display: none;
}


.searchpro__page-sort .sort-desc,
.searchpro__page-sort .sort-asc{
    display: inline-block;
    float: none;
}

.searchpro__page-sort .sort-desc:after,
.searchpro__page-sort .sort-asc:after{
    content: "";
}

.searchpro__page-filter_range .searchpro__page-filter_range-item{
    background: var(--input-bg-color) !important;
    border-color: var(--input-border-color) !important;
}

.searchpro__page-filter_range .searchpro__page-filter_range-item input{
    background: none !important;
}

.searchpro__page-filter_range-item input{
    height: 20px;
    line-height: 20px;
}

.searchpro__page-mobile .searchpro__page-mobile-sort_select .jq-selectbox__select{
    height: 40px !important;
    border-radius: 8px;
    background: rgba(255,255,255,0.1) !important;
    border: none !important;;
}

.searchpro__page-mobile .searchpro__page-mobile-sort_select{
    height: 40px !important;
    border-radius: 8px;
}

.searchpro__page-mobile .searchpro__page-mobile-filters_button{
    border-radius: 8px;
}

.searchpro__page-mobile~.searchpro__page-container .filter-button-m {
    display: none;
}

.dark-theme .searchpro__page-sort .searchpro__page-sort_list .searchpro__page-sort_item.searchpro__page-sort_item--selected a,
.dark-theme .searchpro__page-sort .searchpro__page-sort_list .searchpro__page-sort_item.searchpro__page-sort_item--selected a:link,
.dark-theme .searchpro__page-sort .searchpro__page-sort_list .searchpro__page-sort_item.searchpro__page-sort_item--selected a:visited{
    background: rgba(255,255,255,0.1) ;
}

.dark-theme .searchpro__page-sort .searchpro__page-sort_list .searchpro__page-sort_item a:hover{
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
    color: var(--body-text-color);
}

/* *** SEARCH PRO plugin *** */

/* search page */
.search-plugin.sk-mb{
    margin: 0 0 30px;
}

/* плагин categoryReviews (Каталог отзывов) - страница с отзывами */
.custom-categoryReviews .maincontent .filters.leadbox{
    display: none;
}

.catalogreviews-block.wrap-loading{
    opacity: 0.5;
    position: relative;
}

.catalogreviews-list.reviews-branch .reviews-branch{
    padding: 40px 0 0 85px;
}

li.catalogreviews-list__item{
    font-size: 14px;
    border-bottom: none;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    background: var(--wrap-bg-color);
}

.catalogreviews-review__bottom{
    flex-wrap: nowrap !important;
}

.catalogreviews-review__product-img-wrap{
    flex: 0 0 70px;
    margin: 0 15px 0 0 !important;
}

.catalogreviews-review__product-image img{
    max-height: 70px;
}

.catalogreviews-review__content{
    flex: 1 1 auto;
}

.catalogreviews-review__title{
    align-items: start !important;
}

h6.catalogreviews-review__title{
    font-size: 15px;
    font-weight: normal;
}

.catalogreviews-review__top{
    font-size: 12px;
    margin: 0 0 5px;
}

.catalogreviews-review__product-url{
    order: 5;
    font-weight: bold !important;
    margin-right: 0 !important;
    flex: 1 1 auto !important;
}

.catalogreviews-review__title > span{
    margin: 0 10px 2px 0;
}

.catalogreviews-block .paging-nav{
    margin: 20px 0;
    font-size: 15px;
}

@media screen and (max-width: 450px) {
    .catalogreviews-review__bottom{
        flex-direction: column;
    }

    .catalogreviews-review__product-img-wrap{
        flex: 1 1 auto;
        margin: 0 0 15px !important;
    }
}