@charset "UTF-8";
.filters-checked__clear-all {
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px dashed;
}
.checked-list {
    position: relative;
}
.checked-list__items {
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
}
.checked-list__items,
ul.select-options {
    white-space: nowrap;
    overflow: hidden;
    display: none;
    position: absolute;
    background: #fff;
    top: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}
.checked-list__items li,
.select-options li {
    line-height: 25px;
    height: 25px;
}
.checked-list__items li:not(:last-child),
.select-options li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.checked-list__items li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}
.checked-list a {
    text-decoration: none;
}
.sort-asc,
.sort-desc {
    font-family: "free-font";
    font-style: normal;
    margin-left: 0rem;
    position: relative;
    font-size: 1rem;
    top: 2px;
    right: 0px;
}
.sort-desc:after {
    content: "\e920";
}
.sort-asc:after {
    content: "\e923";
}
.checked-list .checked-list_toggle a {
    display: inline-block;
    padding-right: 0.1rem;
    font-size: 1rem;
}
@media (max-width: 640px) {
    .checked-list .checked-list_toggle a {
        font-size: 0.9rem;
    }
}
.filter-option-color .radio-styler,
.filter-option-color .style-check {
    width: 28px;
    height: 28px;
    background: none;
    margin: 0 0.357rem 0 0;
    border: none !important;
    background-color: transparent !important;
}
.filter-option-color {
    width: 29px;
    height: 29px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.filter-option-color input[type="checkbox"] {
    opacity: 0;
}
.filter-option-color .radio-styler.checked:after,
.filter-option-color .style-check.checked:after {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}
.filter-option-color[style*="background-color:#FFFFFF;"] {
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.filter-option-color {
    border: 1px solid transparent;
}
.Nav__Primary .df-block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.small-price {
    font-size: 1.2rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-price__dots {
    margin: 0 3px;
    font-weight: 400;
}
.owl-carousel {
    gap: 20px;
}
.owl-carousel .small-price {
    font-size: 1.143rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.outer-content-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.addtocart {
    min-width: 75px;
    text-align: center;
}
.product_one-click__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media (max-width: 650px) {
    .addtocart {
        min-width: initial;
    }
}
.product-total {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 600;
}
.product-total .product-total__text {
    font-weight: 400;
}
.product_action-dialog-right .button-one-click__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product_action-dialog-right .button-one-click__wrap .addtocart {
    margin-bottom: 10px;
}
.button-one-click__wrap {
    margin-top: 1.1rem;
}
.button-one-click__wrap [data-quickorder-pb] {
    margin: 0;
}
.product_add2cart .addtocart {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0.4rem 0rem 0;
    padding: 0 1.2rem;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
}
.product_add2cart .addtocart.button.added {
    background: transparent;
}
.product_add2cart .addtocart .fi-rr-shopping-cart {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.product_add2cart .addtocart:hover {
    opacity: 0.8;
}
.fixed-add2cart-panel {
    position: fixed;
    z-index: 111;
    background: #fff;
    bottom: 70px;
    width: 100vw;
    padding: 20px 10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixed-add2cart-panel .added {
    background: transparent;
}
.fixed-add2cart-panel .complex-bottom-text {
    display: none;
}
.fixed-add2cart-panel .df-block {
    display: none;
}
.fixed-add2cart-panel .Cart__Qty {
    display: none;
}
.fixed-add2cart-panel .button-one-click__wrap .product_one-click__wrap {
    display: none;
}
.fixed-add2cart-panel .product_prices .product__price {
    font-size: 20px;
}
.fixed-add2cart-panel .addtocart {
    margin: 0 !important;
}
.fixed-add2cart-panel .button-one-click__wrap {
    margin-top: 0;
}
.fixed-add2cart-panel .old-price {
    font-size: 14px;
    margin-right: auto;
}
.fixed-add2cart-panel .product_prices {
    margin: 0;
    margin-right: auto;
}
.fixed-add2cart-panel .product-card_discounts {
    display: none;
}
.product_page .product_add2cart .addtocart {
    height: 39px;
    line-height: 39px;
    position: relative;
    border: none;
}
.product_page .product_add2cart .addtocart.added {
    height: 37px;
    line-height: 37px;
}
@media (max-width: 912px) {
    .product_add2cart .addtocart {
        margin: 0 0.714rem 0.714rem 0;
    }
}
.addtocart--mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.products-list-outer .addtocart--mini {
    font-size: 1rem;
}
.products-tbl-outer .addtocart--mini {
    font-size: 1rem;
}
.modal__wrap {
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
}
.modal__wrap .modal {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
}
.modal__wrap .modal__closed {
    position: absolute;
    right: 10px;
    top: 10px;
    color: red;
    font-weight: 600;
    cursor: pointer;
}
.cart-loading {
    opacity: 0.4;
}
.home-slider-photos {
    padding: 0;
    list-style: none;
    white-space: nowrap;
}
.home-slider-photos .owl-carousel {
    margin-top: 0 !important;
}
.home-slider-photos_el {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-slider-photos_el-content {
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    font-size: 0;
    white-space: normal;
    word-spacing: normal;
    max-height: none !important;
    text-align: center;
}
.home-slider-photos__text {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-slider-photos__text--left {
    left: 0;
    width: 55%;
    text-align: left;
    padding: 20px 0 20px 60px;
}
.home-slider-photos__text--right {
    right: 0;
    width: 55%;
    text-align: right;
    padding: 20px 60px 20px 0;
}
.home-slider-photos__text .home-slider-photos__title {
    font-size: 2.9rem;
    margin-bottom: 1rem;
}
.home-slider-photos__text .home-slider-photos__body {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
.home-slider-photos__text .home-slider-photos__countdown {
    margin-top: 1rem;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-slider-photos__text .home-slider-photos__countdown > div {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-right: 5px;
    border-radius: 9px;
}
.home-slider-photos__text .home-slider-photos__countdown__title {
    font-size: 14px;
    background: #5e6c63;
    color: #fff !important;
    padding: 3px 5px;
    border-radius: 4px;
}
.partners > .container {
    overflow: hidden;
    padding: 20px 0;
}
.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.partners__list .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
}
.partners__item:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.partners__name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
@media (max-width: 1025px) {
    .home-slider-photos__text .home-slider-photos__countdown {
        display: none;
    }
    .home-slider-photos__text .home-slider-photos__title {
        font-size: 40px;
    }
    .home-slider-photos__text .home-slider-photos__body {
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .home-slider-photos__text {
        padding: 0 0 5px 20px;
    }
    .home-slider-photos__text .home-slider-photos__title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .home-slider-photos__text .home-slider-photos__body {
        font-size: 13px;
        display: none;
    }
}
.home-slider-photos_el-img,
.owl-carousel .owl-item img.home-slider-photos_el-img {
    width: 100%;
    vertical-align: top;
}
.home-slider-photos_el-text {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 1.071rem;
    max-width: 400px;
    border-radius: 5px;
}
.home-slider-photos_el-ttl {
    font-size: 1.429rem;
    margin: 0 0 0.714rem;
}
.home-slider-photos_el-countdown {
    padding: 1.071rem 0 0;
}
.slider-outer {
    font-size: 0;
    white-space: nowrap;
    word-spacing: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.slider-outer--photos {
    position: relative;
    background: none;
}
.slider-outer--photos .bx-next,
.slider-outer--photos .bx-prev {
    color: #fff;
}
.slider-outer--photos .bx-pager-item > a {
    background: none;
    border: 1px solid #fff;
}
.slider-outer--photos .bx-pager-item > a.active {
    background: #fff;
}
.with-sidebar .slider-outer {
    margin-top: 0.643rem;
}
.slider-outer--products {
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.16);
    border: 0;
}
.main-slider {
    overflow: hidden;
}
.main-slider_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    white-space: normal;
    word-spacing: normal;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 0 3%;
    position: relative;
}
.main-slider_item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-slider_item .badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: initial !important;
    margin-left: 10px;
}
.main-slider_item-img {
    max-width: 25%;
    text-align: center;
    display: block;
    position: relative;
    padding: 2rem 0;
    margin-right: 2rem;
    font-size: 0;
}
.main-slider_item-img > img {
    max-height: 320px;
    max-width: 100%;
}
.main-slider_item-content {
    padding: 2rem 0 5rem;
}
.main-slider_item_discounts {
    margin: 0 0 1.071rem;
}
.main-slider_item-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.714rem;
}
@media (max-width: 640px) {
    .main-slider_item-title {
        font-size: 1.2rem;
    }
}
@media (max-width: 550px) {
    .main-slider_item-title {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
}
.main-slider_item-title a {
    text-decoration: none;
}
.main-slider_item-desc {
    margin-bottom: 0.714rem;
    font-size: 1.143rem;
}
.main-slider_item-pr {
    font-size: 1.714rem;
    color: #000;
    float: left;
    margin: 0 2% 0 0;
    margin-bottom: 10px;
}
.main-slider_item-oldpr {
    float: left;
    font-size: 1.286rem;
}
.main-slider_item-price-zero {
    font-size: 1.286rem;
    font-weight: 700;
}
.main-slider_item-btn {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-slider_item-btn i {
    margin-right: 5px;
}
.main-slider_item-cart .main-slider_item-btn {
    border: 1px solid transparent;
}
.main-slider_item-cart .main-slider_item-btn.added {
    background: transparent;
}
@media (max-width: 640px) {
    .main-slider_item-pr .product__price {
        font-size: 1.6rem;
    }
}
.main-slider_item-prs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main-slider_item .product-card_discounts .product-discount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
}
@media (max-width: 1025px) {
    .main-slider_item {
        padding-bottom: 2.857rem;
        height: auto !important;
    }
    .main-slider_item-content {
        margin: 0;
        width: 100%;
        padding: 1.429rem 0;
    }
    .main-slider_item-prs {
        text-align: center;
    }
    .main-slider_item-img {
        margin: 0 1.429rem 0 0;
        padding: 1.429rem 0;
    }
    .main-slider_item-desc {
        font-size: 1rem;
    }
}
@media (max-width: 640px) {
    .main-slider_item-content {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .product-custom_content {
        display: none;
    }
    .fixed-panel .product-added-msg:after {
        left: 20px;
    }
}
@media (max-width: 550px) {
    .main-slider_item-btn {
        float: none;
        margin: 0.714rem auto 0;
        display: none;
    }
    .main-slider_item-oldpr,
    .main-slider_item-pr {
        margin: 0;
    }
    .main-slider_item-prs {
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }
    .main-slider_item {
        padding: 1rem 0.7rem;
    }
    .slider-outer .owl-dots {
        height: 19px;
        display: block;
    }
    .main-slider_item .badge {
        margin-left: 0;
    }
    .main-slider_item-img {
        width: 100%;
        margin: 0 0.714rem 0 0;
        padding: 0;
        max-width: 34%;
    }
    .main-slider_item-img img {
        max-height: 130px;
    }
    .main-slider_item-content .Product__features {
        text-align: left;
    }
    .slider-outer--photos .bx-pager {
        display: none;
    }
    .main-slider_item-desc {
        display: none;
    }
    .home-slider-photos_el-text {
        width: auto;
        right: 24px;
        padding: 0.714rem;
        top: 10px;
    }
    .home-slider-photos_el-ttl {
        font-size: 1.286rem;
        margin: 0 0 0.357rem;
    }
    .main-slider_item-cart {
        display: none;
    }
}
.homepage-text {
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 1025px) {
    .homepage-text {
        width: auto;
    }
}
.promo {
    margin-top: 1.5rem;
}
.brands,
.home-products,
.homepage-categories,
.homepage-news-outer,
.homepage-text-outer,
.promo {
    margin-bottom: 2.5rem;
}
.homepage-news-outer,
.homepage-reviews-outer {
    padding: 2.5rem 0;
}
.homepage-news-outer {
    background-color: #f7f7f7;
    padding: 2.5rem 0;
}
@media (max-width: 550px) {
    .brands,
    .home-products,
    .homepage-categories,
    .homepage-news-outer,
    .homepage-text-outer,
    .promo {
        margin-bottom: 1.3rem;
    }
}
.home-news__title {
    margin-bottom: 1rem;
}
.slider-promo--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-promo--box .slider-outer {
    width: 80%;
}
@media (max-width: 1025px) {
    .slider-promo--box .slider-outer {
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .slider-promo--box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .slider-promo--box .slider-outer {
        width: 100%;
    }
}
.promo-product {
    margin-left: 1rem;
    padding: 0.8rem 0.5rem;
    width: 20%;
    margin-top: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.promo-product .owl-next,
.promo-product .owl-prev {
    top: calc(50% - 37px);
}
.promo-product .container {
    padding: 0;
    min-width: initial;
}
.promo-product .home-products_head-outer {
    padding: 0;
}
.promo-product .home-products .products-grid-outer {
    margin: 0;
}
.promo-product .js-owl-carousel-product .products-grid-outer {
    width: 100%;
}
.promo-product .products-tile .owl-carousel {
    padding-top: 0;
    margin-top: 0;
}
.promo-product .owl-carousel .Product-grid {
    min-width: 100% !important;
    width: 100% !important;
}
.promo-product .Product-grid_stock-sku-box {
    display: none;
}
.promo-product .rating {
    display: none;
}
.promo-product .Product-grid_bottom {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.promo-product .Product-grid {
    margin-bottom: 0;
}
.promo-product .Product-grid.hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.promo-product .home-products__title {
    font-size: 1.3rem;
    font-weight: 700;
}
.promo-product .owl-carousel {
    width: 99.9%;
}
.promo-product .title {
    margin-bottom: 0;
}
.promo-product .home-products {
    margin-bottom: 0;
}
@media (max-width: 1025px) {
    .promo-product {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .promo-product {
        margin-left: 0;
        width: 100%;
        margin-top: 2rem;
    }
    .promo-product .products-tile .owl-carousel .owl-item {
        width: 100% !important;
    }
}
.slider-promocards--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slider-promocards--vertical .promo-cards {
    width: 100%;
    margin-top: 1.2rem;
}
.slider-promocards--vertical .promo-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slider-promocards--vertical .promo-cards__item {
    width: 32%;
    height: 200px;
}
.slider-promocards--vertical .promo-cards__item--outer {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slider-promocards--vertical .promo-cards__item--outer {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-promocards--vertical .promo-cards__text {
    position: absolute;
    bottom: 24px;
    left: 28px;
    max-width: 15rem;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
}
.slider-promocards--horizontal .slider-outer {
    width: 70%;
}
.slider-promocards--horizontal .promo-cards {
    width: 30%;
    padding-left: 1.2rem;
}
.slider-promocards--horizontal .promo-cards__list {
    height: 100%;
}
.slider-promocards--horizontal .promo-cards__item {
    height: 50%;
}
.slider-promocards--horizontal .promo-cards__item:first-child {
    padding-bottom: 0.6rem;
}
.slider-promocards--horizontal .promo-cards__item:last-child {
    padding-top: 0.6rem;
}
.slider-promocards--horizontal .promo-cards__item--outer {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-promocards--horizontal .promo-cards__text {
    position: absolute;
    bottom: 24px;
    left: 28px;
    max-width: 15rem;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
}
@media (max-width: 1025px) {
    .slider-promocards--vertical .promo-cards__item {
        width: 32%;
        height: 150px;
    }
    .slider-promocards--horizontal .slider-outer {
        width: 100%;
    }
    .slider-promocards--horizontal .promo-cards {
        width: 100%;
        padding-left: 0rem;
        padding-top: 1.2rem;
    }
    .slider-promocards--horizontal .promo-cards__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .slider-promocards--horizontal .promo-cards__item {
        height: 180px;
        width: 50%;
    }
    .slider-promocards--horizontal .promo-cards__item:first-child {
        padding-right: 0.6rem;
        padding-bottom: 0rem;
    }
    .slider-promocards--horizontal .promo-cards__item:last-child {
        padding-left: 0.6rem;
        padding-top: 0rem;
    }
}
@media (max-width: 768px) {
    .slider-promocards--vertical .promo-cards__item {
        height: 120px;
    }
}
@media (max-width: 640px) {
    .slider-promocards--horizontal .promo-cards__item {
        height: 140px;
    }
    .slider-promocards--horizontal .promo-cards__text {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .slider-promocards--vertical .promo-cards__item {
        height: 100px;
    }
    .slider-promocards--vertical .promo-cards__text {
        font-size: 14px;
        bottom: 12px;
        left: 14px;
    }
    .slider-promocards--horizontal .promo-cards__text {
        font-size: 13px;
        bottom: 12px;
        left: 14px;
    }
}
@media (max-width: 420px) {
    .slider-promocards--vertical .promo-cards__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .slider-promocards--vertical .promo-cards__item {
        width: 100%;
        height: 150px;
        margin-bottom: 1.2rem;
    }
    .slider-promocards--vertical .promo-cards__text {
        font-size: 13px;
    }
    .slider-promocards--horizontal .promo-cards__item {
        height: 100px;
    }
    .slider-promocards--horizontal .promo-cards__text {
        font-size: 13px;
    }
}
.homepage-text-outer {
    margin-bottom: 2.857rem;
}
.home-prev-news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.428rem 1fr 1.428rem 1fr 1.428rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.428rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-prev-news_item__wrap {
    padding: 0;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.home-prev-news_item:hover {
    -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
}
.home-prev-news_item-text {
    color: #8b8b8b;
}
.home-prev-news_item-date {
    margin: 0.429rem 0 0.286rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-prev-news_item-image {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-prev-news_item-more {
    margin-top: 1rem;
    background-color: #f5f5f6;
    max-width: 126px;
    padding: 0.5rem 0.6rem;
    font-weight: 700;
    display: none;
}
.home-prev-news_item-name a {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0.8rem;
    height: 40px;
    line-height: 1.2;
    overflow: hidden;
}
.home-prev-news_item-info {
    padding: 0.3rem 1.3rem 1rem 1.4rem;
}
.home-prev-news .homepage-news-outer {
    background-color: #f7f7f7;
    padding: 2.5rem 0;
    margin-bottom: 8rem;
}
@media (max-width: 768px) {
    .home-prev-news {
        -ms-grid-columns: 1fr 1.428rem 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .home-prev-news {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home-prev-news_item__wrap {
        width: 100%;
    }
    .home-prev-news_item__wrap .home-prev-news_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.product-discount {
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-card_discounts.badge {
    padding: 0;
}
.product-card_discounts span {
    background-color: #f91155;
    padding: 0.2rem 0.6rem;
    border-radius: 25px;
}
.product-card_discounts span.-Close {
    display: none !important;
}
.product-card_discounts .product-discount {
    border-radius: 25px;
    max-width: 100%;
    overflow: hidden;
    padding: 0.2rem 0.6rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f91155;
    margin: 0 0.7rem 0 0;
    font-size: 0.95rem;
}
@media (max-width: 1025px) {
    .product-card_discounts .product-discount {
        display: inline;
    }
}
.badge {
    font-size: 0.95rem;
    line-height: 16px;
    padding: 0.2rem 0.6rem;
    margin: 0 0.7rem 0 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 25px;
    text-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1025px) {
    .badge {
        display: inline;
        position: relative;
    }
}
.Product__Item .badge,
.products-tile .badge,
.slider-outer .badge {
    position: absolute;
}
.badge span {
    color: #fff !important;
    top: 17px;
    font-size: 0.95rem;
    text-align: center;
    overflow: visible;
}
@media (max-width: 640px) {
    .badge span {
        font-size: 12px;
    }
}
.badge.new {
    background-color: #0cb477;
}
.badge.low-price {
    background-color: #f91155;
}
.badge.bestseller {
    background-color: #ff8970;
}
.Product-stock_item {
    margin: 0 0 0.214rem;
    color: #2b9e46;
}
.Product-stock_item-high i {
    margin-right: 3px;
}
.Product-stock_item .icon {
    margin: 0 0.214rem 0 0;
    vertical-align: middle;
}
.product-action {
    color: #8e8e8e;
    cursor: pointer;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-action-text {
    margin: 0 0 0 0.4rem;
}
.Product-grid_action .product-action {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8e8e8e;
    background: transparent;
}
.Product-grid_dialog {
    position: absolute;
    width: 108px;
    height: 35px;
    top: calc(50% - 17.5px);
    left: 50%;
    margin: 0 0 0 -3.857rem;
    display: none;
    z-index: 10;
}
@media (max-width: 1025px) {
    .Product-grid_dialog {
        display: none !important;
    }
}
.Product-grid_dialog .product-action {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    padding: 0.3rem 1.1rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    width: 100%;
    color: #979797;
    font-size: 0.86rem;
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
}
.Product-grid_dialog .product-action:hover {
    color: #000;
}
.touch .Product-grid_dialog {
    display: block;
    top: 219px;
    left: auto;
    margin: 0;
    right: 10px;
}
.Product-stock-out {
    display: inline-block;
    font-size: 1rem;
}
.product_prices .price {
    font-size: 1.9rem;
    margin: 0 0.5rem 0 0;
    line-height: 1;
}
.product__yedinitsa-izmereniya {
    line-height: 1;
    font-weight: 600;
}
.-hasComparePrice .price {
    color: #f91155;
}
@media (max-width: 1400px) and (min-width: 1251px) {
    .cols-3 .Product-grid .price {
        font-size: 1.429rem;
    }
    .cols-3 .Product-grid .Product-stock-out {
        padding: 0 0.5rem;
        height: 25px;
        line-height: 25px;
        border-radius: 3px;
    }
}
@media (max-width: 1050px) and (min-width: 1001px) {
    .Product-grid .price {
        font-size: 1.429rem;
    }
    .Product-grid .Product-stock-out {
        padding: 0 0.5rem;
        height: 25px;
        line-height: 25px;
        border-radius: 3px;
    }
}
@media (max-width: 750px) and (min-width: 701px) {
    .Product-grid .price {
        font-size: 1.429rem;
    }
    .Product-grid .Product-stock-out {
        padding: 0 0.5rem;
        height: 25px;
        line-height: 25px;
        border-radius: 3px;
    }
}
@media (max-width: 520px) and (min-width: 451px) {
    .Product-grid .price {
        font-size: 1.429rem;
    }
    .Product-grid .Product-stock-out {
        padding: 0 0.5rem;
        height: 25px;
        line-height: 25px;
        border-radius: 3px;
    }
}
@media (max-width: 470px) and (min-width: 451px) {
    .Product-grid .Product-stock-out {
        padding: 0;
        background: none;
    }
}
.Product-grid.hover {
    -webkit-box-shadow: 0 0 1.429rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.429rem rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.product__box--image {
    position: relative;
    overflow: hidden;
}
/*.Product-grid .product__box--image {
    padding: 0.5rem 0.5rem 0 0.5rem;
}*/
.products-list-outer .product__box--image:hover .Product-grid_dialog {
    display: block;
}
@media (max-width: 640px) {
    .Product-grid .product__box--image {
        padding: 0.3rem 0.3rem 0 0.3rem;
    }
}
.list-thumb-image {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.list-thumb-image_wrap {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.list-thumb-image_wrap img {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
}
.list-thumb-image.-Top {
    line-height: 0;
}
.list-thumb-image.-Top img {
    bottom: auto;
    left: 50%;
    margin: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list-thumb-image.auto {
    padding-bottom: 100%;
}
.list-thumb-image.xs {
    padding-bottom: 50%;
}
.list-thumb-image.s {
    padding-bottom: 67%;
}
.list-thumb-image.m {
    padding-bottom: 100%;
}
.list-thumb-image.l {
    padding-bottom: 120%;
}
.list-thumb-image.xl {
    padding-bottom: 150%;
}
.list-thumb-image.xxl {
    padding-bottom: 177%;
}
.list-thumb-image.-Contain img {
    max-height: 100%;
    width: 100%;
    height: auto;
}
.list-thumb-image > img {
    max-width: 100%;
    vertical-align: middle;
}
.grid-gallery .Product-grid_img {
    margin: 0 0 0.357rem;
}
.grid-gallery__list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
span.grid-gallery__el.js-grid-gallery-item {
    z-index: 2;
}
._tile-active .grid-gallery__el {
    position: relative;
}
.Product-grid .badge {
    left: 1.2rem;
    top: 1.2rem;
    z-index: 10;
}
.Product-grid .badge.product-card_discounts {
    position: initial;
    background: center center/cover no-repeat;
    min-width: 50px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    padding-left: 10px;
}
.Product-grid .badge.product-card_discounts span {
    background: initial;
    color: #989898 !important;
    padding: 0;
    border-radius: 0;
    font-weight: 300;
}
.product-actions .badge.product-card_discounts {
    position: initial;
    background: center center/cover no-repeat;
    min-width: 50px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    padding-left: 10px;
}
.product-actions .badge.product-card_discounts span {
    background: initial;
    color: #989898 !important;
    padding: 0;
    border-radius: 0;
    font-weight: 300;
}
.product-day .Product-grid.hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none;
}
.product-day .Product-grid.hover .Product-grid_content {
    padding-left: 0.643rem;
}
.product-day .Product-grid.hover .Product-grid_bottom {
    margin-left: 0.643rem;
}
.product-day .Product-grid.hover .badge {
    left: 0;
}
.Product-grid_stock-sku-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.3rem;
}
.Product-grid_stock-sku-box--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1200px) {
    .Product-grid_stock-sku-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.Product-grid_stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Product-grid_stock .Product-stock {
    min-height: 19px;
}
.Product-grid .rating {
    display: inline-block;
    margin: 0 0 0.214rem;
}
span.rating__total {
    position: relative;
    top: 2px;
    font-size: 1.1rem;
    margin-left: 0.3rem;
}
.Product-grid_stock .Product-stock {
    display: inline-block;
    margin: 0 0.714rem 0 0;
    width: 100%;
}
.Product-grid_discounts {
    position: absolute;
    left: 10px;
    bottom: 10px;
    white-space: nowrap;
    text-align: right;
}
.Product-grid_content {
    padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 640px) {
    .Product-grid_content {
        padding: 0 0.3rem 0 0.3rem;
    }
}
.Product__video-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
.Product-table .Product__video-icon {
    top: 0;
}
.Product-list_features {
    margin: 0.357rem 0 0;
    font-size: 0.929rem;
}
.Product-list__features__item {
    white-space: initial !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.Product-list__features__title {
    margin: 0 0.357rem 0 0;
}
.Product-list__features__title,
.Product-list__features__value {
    display: inline-block;
    vertical-align: middle;
}
.Product-list__features__value {
    font-weight: 700;
}
.Product-list__features__value--wrap {
    white-space: initial;
}
.Product-list__features__value--wrap span {
    white-space: initial !important;
}
.Product-list__features__value .Product__features__colors-short {
    display: inline-block;
    vertical-align: middle;
}
.Product__features__colors-short .icon16.color {
    margin-right: 0;
}
.Product__features__colors-short span {
    margin: 0 0.5rem 0 0;
}
.Product-grid_sku {
    font-size: 0.95rem;
    min-height: 18px;
}
.product-day .Product-grid_name {
    margin: 1.071rem 0 0;
}
.products-tile-outer .product_short-desc {
    font-size: 0.929rem;
    height: 50px;
    overflow: hidden;
    display: block;
}
.Product-grid_prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
}
.Product-grid_prices .price {
    margin-right: 0.6rem;
}
.Product-grid_zero-price {
    font-weight: 700;
}
.with-sidebar .home-products_head-outer {
    padding: 0;
    border: 1px solid #ebebeb;
}
.home-products .products-grid-outer {
    margin: 0 -0.071rem 0 0;
    padding: 0 5px;
}
.with-sidebar .home-products__outer {
    border: 1px solid #ebebeb;
}
@media (max-width: 768px) {
    .home-products_head-outer {
        padding: 0;
    }
}
.with-sidebar .home-products_head-outer {
    padding-top: 0;
}
.promo-product .home-products--carousel .home-products_head {
    text-align: left;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
.with-sidebar .home-products--carousel .home-products_head {
    padding-left: 1.714rem;
    padding-right: 1.714rem;
}
.home-products__direction .owl-next,
.home-products__direction .owl-prev {
    cursor: pointer;
}
.with-sidebar .home-products_head {
    border-bottom: none;
    padding: 0.714rem 0;
    font-size: 1.714rem;
}
.tabs {
    border-bottom: 1px solid #ebebeb;
    font-size: 0;
}
.tabs * {
    font-size: 1rem;
}
.tabs_item,
li.tabs_item {
    font-size: 1.143rem;
    padding: 0 1.071rem 1.071rem 1.071rem;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs_item:first-child,
li.tabs_item:first-child {
    padding-left: 0;
}
.tabs_item.selected,
li.tabs_item.selected {
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.tabs_item-fb,
.tabs_item-vk {
    margin: 0 0 0 0.357rem;
    color: rgba(85, 102, 89, 0.46);
}
.tab-content_el {
    padding: 1rem 0;
    display: none;
}
.tab-content_el.selected {
    display: block;
}
.tab-contents p:last-child {
    margin: 0;
}
@media print {
    .tabs {
        display: none;
    }
    .tab-content_el {
        display: block;
    }
}
.acc-tabs-el {
    padding: 1.071rem 1.071rem 1.071rem 0;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-size: 1.143rem;
}
.acc-tabs-el.selected {
    border-bottom: none;
    padding-bottom: 0;
}
.acc-tab-content_item {
    padding: 1.786rem 1.071rem;
    display: none;
}
@media (max-width: 825px) {
    .acc-tab-content_item {
        padding: 1rem 0;
    }
}
.acc-tab-content_item.selected {
    border-bottom: 1px solid #ebebeb;
    display: block;
}
.acc-tabs-title {
    margin-right: 3.214rem;
}
.acc-tabs-caret {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.acc-tabs-caret__icon {
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.acc-tabs-el.selected .acc-tabs-caret__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.acc-tabs-caret__icon:before {
    font: normal normal normal 14px/1 "free-font";
    content: "\e915";
    font-weight: 400;
    font-size: 1.429rem;
}
.product-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
}
.product-categories__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}
.product-categories__item {
    color: #666;
    background: #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 16px;
    margin: 0rem 0.5rem 0.6rem 0;
    display: inline-block;
}
.product-categories__item:hover {
    color: #4f4f4f;
    background: #ebebeb;
}
.tag.-contained {
    color: #666;
    background: #f3f3f3;
}
.group_staff {
    padding: 0.143rem 0.214rem;
    border-radius: 3px;
}
.sidebar-cats {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-cats_el:last-child,
li.sidebar-cats_el:last-child {
    border-bottom: none;
}
.sidebar-cats_el {
    position: relative;
    margin-bottom: 1.071rem;
}
.sidebar-cats__link-badge--box {
    margin-bottom: 10px;
}
.sidebar-cats_link {
    text-decoration: none;
    font-size: 1rem;
}
.sidebar-cats_link.selected {
    font-weight: 700;
}
.sidebar-cats_el-open {
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 8px;
}
.sidebar-cats_el-open.selected {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar-cats ul {
    margin: 0;
    list-style: none;
    padding: 0 0 1.071rem;
}
.sidebar-cats ul ul {
    padding: 0.3rem 0 0;
}
.sidebar-subcategories_el > a,
ul.menu-v > li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.sidebar-subcategories_el,
li.sidebar-subcategories_el {
    margin-left: 0.9rem;
    position: relative;
}
.sidebar-subcategories_el.selected > a {
    font-weight: 700;
}
.sidebar-subcategories_el-open {
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 1.286rem;
}
.sidebar-subcategories_el-open:after {
    content: "+";
}
.sidebar-subcategories_el-open.selected:after {
    content: "-";
}
.sidebar-subcategories ul {
    font-size: 0.929rem;
    margin-left: 1.071rem;
    margin-left: 0;
}
.sidebar-subcategories ul.hide,
.sidebar-subcategories.hide {
    display: none;
}
.sidebar-subcategories li {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}
.sidebar-subcategories li:last-child {
    margin-bottom: 0;
}
.sidebar-subcategories li > a {
    font-size: 1rem;
    margin-bottom: 0rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}
.sb-product_remove {
    color: #8e8e8e;
    margin: 0.714rem 0 0 1.071rem;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted;
    cursor: pointer;
}
.sb-product_remove:before {
    content: "\f00d";
    font-size: 1.143rem;
    position: absolute;
    left: -15px;
}
.sb-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 0 1.071rem;
    text-align: left;
}
.sb-product:last-child {
    margin: 0;
}
.sb-product_img {
    width: 60px;
    float: left;
    text-align: center;
}
.sb-product_img img {
    max-width: 80%;
}
.sb-product_content {
    font-size: 0.929rem;
}
.sb-product_content .rating {
    margin: 0 0 0 0.214rem;
}
.sb-product_price {
    padding: 0.714rem 0 0;
}
.sb-product_price .price {
    font-size: 1rem;
}
.sb-product_price .old-price {
    font-size: 0.786rem;
    display: inline-block;
    margin: 0 0 0 0.357rem;
}
.filter-reset {
    cursor: pointer;
}
.sb-wrap--plugin .menu-v li.show {
    display: inline-block !important;
}
.grid-gallery._tile-active .grid-gallery__list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.bonus {
    padding: 0.143rem 0.286rem 0.071rem;
}
.plugin {
    margin-bottom: 1.714rem;
}
.checkout span.loading,
span.loading {
    position: relative;
    top: 4px;
    left: 10px;
}
#compare-leash {
    position: fixed;
    bottom: 0;
    font-size: 1.1em;
    right: 30px;
    z-index: 9999;
}
#compare-leash a {
    color: #fff;
    display: block;
    padding: 0.714rem 1.071rem;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
#compare-leash a:hover {
    background: #f91155;
    color: #fff !important;
}
#compare-leash a.just-added {
    background: #f91155;
}
.purchase {
    margin-bottom: 1.429rem;
    padding: 0;
}
.services {
    margin-bottom: 1.071rem;
}
.skus,
ul.skus {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0.5rem;
}
.skus li,
ul.skus li {
    margin-bottom: 8px;
}
ul.skus.horizontal_articles label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul.skus.horizontal_articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}
ul.skus.horizontal_articles .sku-int {
    display: none;
}
ul.skus.horizontal_articles .price {
    display: none;
}
ul.skus.horizontal_articles .style-check {
    width: initial;
    height: initial;
    padding: 6px 9px 6px;
}
ul.skus.horizontal_articles .style-check.checked:before,
ul.skus.horizontal_articles .style-check:hover:before {
    display: none;
}
ul.skus.horizontal_articles input[type="checkbox"],
ul.skus.horizontal_articles input[type="radio"] {
    display: none;
}
ul.skus.horizontal_articles .hint {
    margin-left: 0;
}
ul.skus.horizontal_articles .checked .name {
    color: #fff;
}
.skus select {
    width: auto;
}
.sku-image {
    position: absolute;
    width: 96px;
    height: 96px;
    -webkit-box-shadow:
        rgba(0, 0, 0, 0.12) 0px 1px 3px,
        rgba(0, 0, 0, 0.24) 0px 1px 2px;
    box-shadow:
        rgba(0, 0, 0, 0.12) 0px 1px 3px,
        rgba(0, 0, 0, 0.24) 0px 1px 2px;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    background: #fff;
    top: -100px;
    left: calc(50% - 48px);
}
.select-v-inline a:hover .sku-image {
    display: block;
}
span.rating {
    white-space: nowrap;
}
.listSwitch-resetBtn--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}
@media print {
    table.rating-result {
        display: none;
    }
}
table.rating-result td {
    padding: 0 1.071rem 0 0;
    border: none;
}
table.rating-result td .bar {
    width: 200px;
    height: 13px;
}
@media (max-width: 600px) {
    table.rating-result td .bar {
        width: 140px;
    }
}
table.rating-result td .bar .filling {
    height: 13px;
}
input.error,
textarea.error {
    border: 1px solid #f91155;
}
.errormsg {
    display: block;
    font-size: 0.857rem;
    font-style: normal;
    line-height: 14px;
}
.cart .row {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-el_image {
    text-align: center;
    width: 15%;
}
.cart-el_image a {
    text-decoration: none;
}
.cart-el_image img {
    max-width: 100%;
}
.cart-el_info {
    width: 40%;
    margin: 0 5% 0 0;
    font-size: 0.929rem;
}
.cart-el_info a {
    display: inline-block;
    margin: 0 0.714rem 0 0;
}
.cart-el_code {
    padding: 0 0.357rem 0.071rem;
    color: #fff;
    white-space: nowrap;
    margin: 0 0.714rem 0 0;
}
.cart-el_right {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-el_services {
    margin: 0 0.714rem 0 0;
}
.cart-el_remove {
    width: 15%;
    text-align: right;
}
.cart-el_remove .icon {
    cursor: pointer;
}
.cart-el_price {
    width: 50%;
    text-align: right;
    color: #000;
}
.cart-el_price,
.cart-el_price .ruble {
    font-size: 1.357rem;
}
.cart-el_qty {
    width: 30%;
    text-align: center;
}
@media (max-width: 700px) {
    .cart .row {
        display: inline-block;
        width: 100%;
    }
    .cart-el_image {
        width: 50px;
        margin: 0 0.714rem 0 0;
        text-align: center;
        float: left;
    }
    .cart-el_image img {
        max-height: 70px;
    }
    .cart-el_info,
    .cart-el_right {
        width: auto;
        margin: 0;
    }
    .cart-el_right {
        margin-top: 0.714rem;
        line-height: 37px;
    }
    .cart-el_qty {
        text-align: left;
    }
}
.cart .col.total {
    font-size: 1.8em;
    font-weight: 700;
}
.cart .col.services {
    margin-top: 0.357rem;
}
.cart .col.cart-coupon {
    min-height: 1px;
}
.cart .col.cart-coupon .errormsg {
    display: inline-block;
    margin: 0;
}
.cart .related {
    padding: 1.071rem;
    border-top: 0;
    margin-bottom: 0.714rem;
    margin-top: 0;
}
.cart .related h4 {
    font-weight: 400;
    color: #777;
}
.cart .affiliate {
    text-align: center;
    padding: 1.429rem;
}
.cart .affiliate .icon {
    font-size: 1.571rem;
    margin: 0 0.714rem 0 0;
}
.cart-checkout {
    margin-top: -0.714rem;
}
.cart #coupon-in-stock {
    margin-left: 0.357rem;
    white-space: nowrap;
}
.cart-el_coupon {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-el_coupon strong {
    margin: 0 3px;
}
@media (max-width: 700px) {
    .cart-el_coupon {
        width: 100%;
    }
}
.cart-el_coupon .coupon-form,
.cart-el_coupon .link-style {
    vertical-align: top;
}
.coupon-form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.coupon-form p {
    margin-bottom: 0;
}
.coupon-form input {
    margin-left: 10px;
    width: auto;
}
.cart-coupon-add-button_active {
    display: none !important;
}
.cart-coupon__remove-btn {
    position: absolute;
    right: -30px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 5px;
    cursor: pointer;
}
.cart-coupon-add-button {
    padding: 0.2rem 0.6rem;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    margin-left: 10px;
}
.cart-price-total-btn input[type="button"],
.cart-price-total-btn input[type="submit"] {
    margin: 0.357rem 0.714rem 0;
}
.featu#F91155-shipping-and-payment {
    text-align: center;
    margin: 1.071rem 0 0;
}
.checkout-options li {
    margin: 0 0 1.429rem;
    padding: 0.9rem 1.2rem;
}
.checkout-options input {
    max-width: 400px;
}
.checkout-options li h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}
.checkout-option_title {
    font-size: 1.143rem;
    font-weight: 700;
    margin: 0 0.714rem 0 0;
}
.checkout-option_text {
    font-size: 0.929rem;
    color: #777;
}
.checkout ul.checkout-options li .rate {
    float: right;
    text-align: center;
    width: 250px;
}
.checkout ul.checkout-options li .price,
.est_delivery {
    display: block;
}
@media (max-width: 1025px) {
    .checkout ul.checkout-options li .rate {
        float: none;
        margin: 0.714rem 0;
        width: auto;
        text-align: left;
    }
    .checkout ul.checkout-options li .price {
        display: inline-block;
        margin: 0 0.714rem 0 0;
        font-size: 1.143rem;
        font-weight: 700;
    }
    .est_delivery {
        display: inline-block;
    }
}
.checkout ul.checkout-options li img.method-logo {
    position: relative;
    float: left;
    margin-right: 0.714rem;
    left: 0;
}
.checkout ul.checkout-options li .wa-form {
    margin: 0 0 2.143rem;
    max-width: 100%;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
    position: static;
}
.checkout ul.checkout-options li .checkout .checkout-result {
    text-align: center;
}
.checkout .checkout-result h1 {
    font-size: 4em;
    margin-bottom: 3.571rem;
    font-weight: 700;
}
.checkout .checkout-result .wa-form {
    margin: 0.714rem auto 1.429rem;
    width: 400px;
    float: none;
    text-align: left;
}
.checkout .checkout-result .back {
    margin-top: 3.571rem;
}
.checkout {
    padding: 0;
}
.checkout-step-content a {
    text-decoration: underline;
}
.checkout-submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.checkout-submit-btn .button {
    line-height: initial;
}
.checkout-submit-btn.blocked input[type="submit"] {
    display: none !important;
}
.checkout-header {
    font-size: 0;
    text-align: justify;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 1.3rem;
}
@media (max-width: 640px) {
    .checkout-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .checkout-header a {
        width: 100% !important;
    }
}
.step-item {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 16px;
    padding: 12px;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.step-item:after,
.step-item:before {
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 2;
}
.step-item:after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    margin-top: -20px;
}
.step-item:before {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    margin-top: -21px;
}
.step-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.step-item:last-child {
    border-right: 1px solid #fc0;
}
.step-item:last-child:after {
    display: none;
}
.step-item:last-child:before {
    display: none;
}
.step-item_title {
    font-size: 1rem;
}
.step-item.upcoming {
    cursor: default;
    background-color: #f3f4f7;
}
.step-item.upcoming:after {
    border-left: 20px solid #f3f4f7;
}
.step-item.current {
    font-weight: 700;
}
.step-item.disabled {
    opacity: 0.5;
}
.step-item.is-completed,
.step-item.is-completed:hover {
    color: #001a34;
    background: #fff;
    text-decoration: underline;
}
.checkout ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
.checkout ul li {
    margin-bottom: 1.3rem;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wa-auth-adapters ul li {
    display: inline-block;
    width: auto;
}
.wa-auth-adapters ul li:not(:last-child) {
    margin-right: 10px;
}
.checkout ul li.disabled {
    opacity: 0.6;
}
.checkout ul li.disabled label {
    cursor: default;
}
.checkout ul li input[type="radio"] {
    margin-right: 0.214rem;
}
.checkout #login-form h1 {
    display: none;
}
.checkout input.large {
    font-size: 1.4em;
}
.checkout .comment {
    width: 100%;
    height: 100px;
    margin-bottom: 1.429rem;
}
.checkout blockquote {
    border: 0;
    line-height: 1.3;
    margin: 1rem 0 1.4rem 0;
    font-size: 1rem;
    font-style: normal;
    padding: 1rem 1rem;
    position: relative;
    background: #f2f3f5;
    color: #001a34;
    font-weight: 400;
}
.checkout blockquote img {
    margin-right: 1.429rem;
    float: left;
    border-radius: 50%;
}
.checkout blockquote p {
    margin-bottom: 0rem;
    margin-left: 5rem;
}
table.data-order {
    margin-bottom: 1rem;
    width: 100%;
}
@media (max-width: 550px) {
    .checkout blockquote p {
        margin-left: 0;
    }
    .data-order td,
    data-order th {
        padding: 0.214rem;
    }
    .data-order .non-mobile-only {
        display: none;
    }
    .data-order .large {
        font-size: 1em;
    }
}
.checkout blockquote p span {
    color: #000;
}
.checkout .errormsg.inline {
    display: inline;
    margin-left: 0.714rem;
}
.checkout .last span.loading {
    left: -10px;
}
.homepage-brands .owl-stage {
    border-left: none;
}
.homepage-brands .owl-next {
    border-radius: 0;
}
.homepage-brands .owl-prev {
    border-radius: 0;
}
.homepage-brands {
    padding: 0 10%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
}
.homepage-brands .owl-carousel {
    padding-top: 0;
    overflow: hidden;
}
.homepage-brands_el {
    height: 100px;
    min-width: 12.5%;
    line-height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .homepage-brands_el {
        min-width: 25%;
    }
}
@media (max-width: 1025px) {
    .homepage-brands_el {
        min-width: 33.33%;
    }
}
@media (max-width: 800px) {
    .homepage-brands_el {
        min-width: 50%;
    }
}
@media (max-width: 400px) {
    .homepage-brands .owl-carousel .owl-item img {
        width: 100%;
    }
    .homepage-brands_el {
        min-width: 100%;
    }
}
.owl-item .homepage-brands_el {
    width: 100%;
}
.homepage-brands_el img {
    max-width: 100px !important;
    max-height: 100%;
    vertical-align: middle;
}
.homepage-brands-head__inner {
    width: 260px;
    margin: 0 auto;
    position: relative;
}
.homepage-brands .owl-next,
.homepage-brands .owl-prev {
    height: 100%;
    width: 10%;
    background: none;
}
.homepage-brands .owl-prev {
    text-align: center;
    cursor: pointer;
}
.homepage-brands .owl-next {
    text-align: center;
    cursor: pointer;
}
.homepage-brands .owl-next:hover,
.homepage-brands .owl-prev:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
.all_brands {
    font-size: 1rem;
    position: absolute;
    top: calc(50% - 6px);
    left: 100%;
    width: 120px;
    text-align: left;
}
.homepage-brands .owl-next {
    top: initial;
}
.homepage-brands .owl-prev {
    top: initial;
}
@media (max-width: 800px) {
    .homepage-brands-head {
        text-align: left;
    }
    .homepage-brands-head__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .homepage-brands-head__inner .title {
        margin-bottom: 5px;
    }
    .all_brands {
        position: initial;
        text-align: center;
    }
}
@media (max-width: 400px) {
    .homepage-brands-head {
        font-size: 1.286rem;
        font-weight: 700;
    }
    .all_brands {
        font-weight: 400;
    }
}
ul.menu-v.brands li {
    border-bottom: none;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0.286rem 0;
}
ul.menu-v.brands li img {
    max-width: 100%;
    max-height: 50px;
    margin: 0.714rem auto;
    display: block;
}
ul.menu-v.brands li a {
    padding: 0;
}
.filter-el {
    padding-bottom: 0.8rem;
}
.filter-el.hasSearch .filter-el_opts {
    overflow: auto;
    max-height: 200px;
}
.filter-el.hasSearch .filter-el_opts::-webkit-scrollbar {
    width: 7px;
}
.filter-el.hasSearch .filter-el_opts::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
    border-radius: 7px;
}
.filter-el.hasSearch .filter-el_opts::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.filter-el.hasSearch.close .filter__search {
    display: none;
}
.filter-el:last-child {
    border-bottom: none;
}
.filter-el_title {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    padding: 0 1.4rem 0 0;
    font-weight: 700;
}
.filter-el_title:before {
    position: absolute;
    right: 0;
}
.filter-el .fi-rr-angle-small-down {
    position: absolute;
    right: 0;
}
.filter-el .fi-rr-angle-small-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-el.close .fi-rr-angle-small-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.filter-el_opts {
    margin: 0.6rem 0 0;
}
.label-flex label,
label.label-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter-el_opts-el {
    margin-bottom: 0.357rem;
}
.filter-opt_el:not(.hide) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter-el_opts-el.sf-label-disabled,
.filter-el_opts-el.sf-label-disabled .jq-checkbox,
.option-color_outer.sf-label-disabled,
.option-color_outer.sf-label-disabled .jq-checkbox {
    cursor: default;
}
.option-color_outer.sf-label-disabled {
    opacity: 0.5;
}
.filter-el_opts-el input[type="checkbox"],
.filter-el_opts-el input[type="radio"] {
    opacity: 0;
    margin: 0 0.857rem 0.071rem 0;
}
.close .filter-el_opts {
    display: none;
}
.filters-body .ui-widget.ui-widget-content {
    margin: 0 0.714rem 0.714rem 0.714rem;
    height: 1px;
}
.filters-body .ui-widget-header {
    height: 1px;
    top: 2px;
    position: absolute;
}
.filters-body .ui-slider {
    position: relative;
}
.filters-body .ui-slider .ui-slider-handle {
    position: absolute;
    margin: -0.429rem 0 0 -0.571rem;
}
.filters-body .ui-state-default,
.filters-body .ui-state-hover,
.filters-body .ui-widget-content .ui-state-default,
.filters-body .ui-widget-content .ui-state-hover {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
}
input.filter-range_el {
    border-radius: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.4rem 0.8rem 0.4rem 3.3rem;
    font-size: 1rem;
    line-height: 1rem;
    background-image: none;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f3f4f7;
}
input.filter-range_el:focus {
    outline: none;
}
.filter-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0 0 1.071rem;
}
.filter-range__max,
.filter-range__min {
    position: relative;
}
.filter-range__max__text,
.filter-range__min__text {
    position: absolute;
    z-index: 1;
    left: 24px;
    height: 100%;
    line-height: 1;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-range .filter-range__min {
    margin-right: 0.6rem;
}
.filter-range .filter-range__max {
    margin-left: 0.6rem;
}
.filter-el--btns input {
    font-size: 1rem;
}
@media (max-width: 1025px) {
    .filter-el--btns {
        display: none;
    }
}
.filter-reset {
    text-decoration: none;
    border-bottom: 1px dotted;
    display: inline-block;
    margin: 0 0 0 2.143rem;
    position: relative;
    font-size: 0.95rem;
}
.filter-reset:before {
    font-size: 0.929rem;
    position: absolute;
    left: -1.214rem;
    top: 0.086rem;
}
.mobile-filter {
    margin-bottom: 0 !important;
    border-bottom: none;
}
.filter_warehouse--box {
    border: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter_warehouse--box .filter-el {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-bottom: 0;
}
.filter_warehouse--box .filter-el_opts {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    padding: 5px;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
}
.filter_warehouse--box .filter-el_opts.close {
    display: none;
}
.filter_warehouse--box .filter-el_title {
    font-weight: 300;
    font-size: 0.9rem;
    padding: 0 5px 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 429px) {
    .filter_warehouse--box {
        margin-top: 5px;
        margin-right: 5px;
    }
}
.category-heder {
    margin-bottom: 10px;
}
.category-name {
    display: inline;
}
.cartegory-product-count {
    color: #8e8e8e;
    font-size: 1rem;
    margin-left: 1rem;
}
@media (min-width: 1026px) {
    .cartegory-product-count {
        margin-left: 10px;
    }
}
.category-desc {
    margin: 0 0 1rem;
}
.category-desc-outer {
    margin: 0 0 1rem 0.7rem;
}
@media (max-width: 640px) {
    .category-desc-outer {
        margin-left: 0;
    }
}
.category-desc {
    font-size: 1rem;
}
.category-desc figure {
    margin: 0 0 1.429rem;
}
.category-desc-wrap {
    overflow: hidden;
    position: relative;
}
.category-desc-more-wrap {
    text-align: right;
    margin-top: 0.3rem;
}
.category-desc-more-wrap .link-half {
    font-size: 0.95rem;
}
.cat-content {
    padding: 0;
    margin: 0 0 1.071rem;
}
.category-subcat {
    font-size: 1.1rem;
    line-height: 1.4;
}
@media (max-width: 640px) {
    .category-subcat {
        font-size: 1rem;
    }
}
.category-subcat_item,
li.category-subcat_item {
    display: inline-block;
    background-color: #f3f4f7;
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.7rem 0.9rem;
    border-radius: 4px;
    position: relative;
}
.category-subcat_item:last-child:after,
li.category-subcat_item:last-child:after {
    display: none;
}
.cat-onpage ~ .cat-views,
.cat-sort ~ .cat-views {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filters-checked {
    padding: 0 0 0 0.5rem;
    margin: 1.3rem 0;
}
@media (max-width: 640px) {
    .filters-checked {
        padding: 0;
    }
    .category-subcat_item,
    li.category-subcat_item {
        padding: 0.4rem 0.7rem;
    }
}
.cat-panel {
    padding: 0 0 0.4rem 0;
    margin-left: 0.4rem;
}
.cat-panel .df-block {
    margin-top: 0;
}
.cat-panel-ml {
    margin-left: 0;
}
.cat-onpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0.3rem 1.2rem;
    border: 1px solid #b3bcc5;
    border-radius: 4px;
    font-size: 0.95rem;
}
.cat-onpage-title {
    padding-right: 2.8rem;
}
.cat-onpage .select-styled {
    position: absolute;
    top: -2px;
    right: 0;
    cursor: pointer;
    width: calc(100% - 15px);
    text-align: right;
    padding-right: 15px;
    line-height: 1;
}
.cat-onpage .select-styled:after {
    content: "\e913";
    font-family: free-font;
    position: relative;
    top: 4px;
    left: 11px;
    font-size: 20px;
    line-height: 20px;
}
.cat-onpage .select-styled.active:after {
    content: "\e916";
}
.cat-sort {
    display: inline-block;
    margin-right: 1.5rem;
}
#set-per-page {
    border: 0;
}
.cat-views__el {
    margin: 0 0.5rem 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    color: #ebebeb;
    font-size: 1.2rem;
}
@media (max-width: 1025px) {
    .cat-views__el {
        font-size: 2rem;
    }
}
@media (max-width: 640px) {
    .cat-views__el {
        margin: 0;
        font-size: 1.5rem;
        padding: 5px;
    }
}
.cat-onpage_select,
.cat-sort_select {
    width: auto;
    height: 32px;
    line-height: 29px;
    font-size: 1rem;
}
@media (max-width: 640px) {
    .cat-sort-title,
    .cat-views-title {
        display: none;
    }
    .cat-views-title + .cat-views__el,
    .cat-views__el:first-child {
        margin-left: 0;
    }
    .cat-panel {
        padding-bottom: 0.714rem;
        margin: 0;
    }
    .cat-onpage,
    .cat-sort {
        margin-right: 1.5rem;
    }
    .cat-sort_select {
        margin-left: 0;
    }
}
.cat-sort .checked-list {
    width: auto;
    border: 1px solid #e8e8e8;
}
.filters-checked__clear-all {
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px dashed;
}
.filters-checked__remove.fi-rr-cross {
    cursor: pointer;
    margin: 0 0 0.071rem 0.429rem;
    font-size: 12px;
    color: #333;
}
.filters-checked__item {
    background-color: #f2f2f2;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    margin: 0 0.8rem 0 0;
    padding: 0.4rem 0.7rem;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.4;
}
.products-pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.Products-list {
    border-top: 1px solid #ebebeb;
}
.Product__Item {
    border-bottom: 1px solid #ebebeb;
}
.Product__Item-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.Product__Item:hover {
    z-index: 5;
}
.Product__Item-left {
    width: 250px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 1rem 2.5rem 1rem;
    position: relative;
}
.Product__Item-img {
    display: block;
    position: relative;
}
.Product__Item-img img {
    max-width: 100%;
}
.grid-gallery:hover .Product__Item-img img {
    max-height: 100%;
}
.Product__Item-preview {
    margin-top: 1.071rem;
}
.Product__Item-center {
    display: table-cell;
    vertical-align: top;
    padding: 1rem 1rem 2.5rem 1rem;
}
.Product__Item-bottom .Product__Item-center {
    padding-bottom: 1.071rem;
}
.Product__Item-name {
    font-size: 1.143rem;
}
.Product__Item-discounts {
    margin: 0 0.714rem 0 0;
    padding: 0.357rem 0;
}
.Product__Item-discounts,
.Product__Item-rating {
    display: inline-block;
    vertical-align: middle;
}
.Product__Item-video {
    margin: 0 0 0 0.714rem;
    cursor: pointer;
}
.Product__Item-sku {
    margin: 0.5rem 0 0;
}
.Product__Item-desc {
    margin: 0.714rem 0 0;
}
.Product__Item-right {
    display: table-cell;
    width: 250px;
    padding: 1rem 1rem 2.5rem 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Product__Item-price {
    margin: 0 0 0.714rem;
}
.Product__Item-price .price {
    font-size: 1.286rem;
    font-weight: 700;
    margin: 0 0.714rem 0 0;
}
.Product__Item-price .old-price {
    font-size: 1.1rem;
    font-weight: 700;
}
.Product__Item-cart {
    margin: 0 0 0.714rem;
}
@media (max-width: 640px) {
    .Product__Item-cart {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 0rem;
    }
}
.Product__Item-cart .Cart__Qty,
.Product__Item-cart .addtocart {
    margin: 0 0.714rem 0.714rem 0;
}
@media (max-width: 640px) {
    .Product__Item-cart .Cart__Qty {
        margin: 0 0.714rem 0 0;
    }
}
@media (max-width: 485px) {
    .products-list .Product__Item-cart {
        width: 100%;
        margin-bottom: 10px;
    }
}
.Products-list_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.Product__features-item.divider .Product__features-title {
    color: #8e8e8e;
}
.Product__features-item.divider .Product__features-title:before {
    content: none;
}
.Products-list_actions .product-action {
    margin: 0 4.5rem 0 0;
}
.Products-list_actions .product-action:last-child {
    margin: 0;
}
.Products-list_dialog {
    cursor: pointer;
}
.Products-list_dialog:before {
    font-family: "free-font";
    margin-right: 3px;
    content: "\ea64";
}
.Products-features {
    margin: 0.714rem 0 0;
}
@media (max-width: 700px) {
    .Product__Item {
        padding: 0.7rem 0rem 0.7rem 0;
    }
    .Product__Item-bottom .Product__Item-center,
    .Product__Item-center,
    .Product__Item-left {
        display: block;
        width: auto;
        padding: 0;
        border-right: none;
    }
    .Product__Item-left {
        float: left;
        width: 150px;
        margin: 0 1.071rem 0 0;
    }
    .Product__Item .product-line-stock,
    .Product__Item-price {
        display: inline-block;
        margin: 0 0.714rem;
    }
    .Products-features.Product__features {
        width: auto;
        min-width: 250px;
        max-width: 500px;
    }
    .Products-features.Product__features td {
        padding: 0;
    }
    .Products-features .Product__features-title:before {
        top: 13px;
    }
}
@media (max-width: 640px) {
    .Product__Item-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0rem 2.5rem 0rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .Products-list_actions {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .Products-list_actions .product-action {
        margin-right: 0;
    }
    .Products-list_actions .add-to-favorite {
        margin-right: 20px;
    }
    .products-list .Product__Item-price {
        margin-left: 0;
    }
}
@media (max-width: 450px) {
    .Product__Item-top .Product__Item-left {
        width: 120px;
    }
    .Product__Item-bottom .Product__Item-left {
        float: none;
        width: 100%;
    }
    .Product__Item-bottom .Product__Item-center {
        text-align: center;
        margin: 0.357rem 0 0;
    }
    .products-list .Product__Item-price {
        margin-bottom: 10px;
    }
}
.products-tbl {
    border-top: 1px solid #ebebeb;
}
.Product-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.Product-table .addtocart {
    min-width: initial;
    padding: 0.5rem 1rem;
}
.Product-table-img {
    width: 50px;
    padding: 0.714rem;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
}
.Product-table-img img {
    max-width: 100%;
}
.Product-table-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.714rem;
    vertical-align: middle;
}
.Product-table-rate {
    display: inline-block;
    width: 100%;
}
.review-rate {
    margin: 0 0.357rem 0 0;
}
.Product-table-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.714rem;
    width: 280px;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Product-table-buy .button {
    border: 1px solid transparent;
}
.Product-table-buy .button.added {
    background: transparent;
}
.Product-table-badge {
    display: inline-block;
}
.Product-table-badge .badge {
    position: static;
    display: inline-block;
    border-radius: 100px;
    padding: 0 0.714rem;
}
.Product-table-name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.Product-table-name a {
    margin: 0 0.714rem 0 0;
}
.products-tbl-outer .Product-table-price .bold {
    font-size: 0.929rem;
}
.Product-table-price {
    font-size: 1.143rem;
    font-weight: 700;
    width: 100px;
    display: inline-block;
}
@media (min-width: 701px) {
    .Product-table-buy.width-large {
        width: 345px;
    }
    .Product-table-buy.width-large .Product-table-price {
        width: 165px;
    }
}
.Product-table-oldprice {
    width: 100px;
    font-size: 1rem;
    display: block;
    font-weight: 400;
}
.Product-table-cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: right;
}
.Product-table-cart .Cart__Qty {
    margin: 0 0.714rem 0 0;
    vertical-align: top;
}
.product-tpl-stock {
    margin-left: auto;
}
@media (max-width: 700px) {
    .Product-table-buy,
    .Product-table-img,
    .Product-table-info {
        display: block;
    }
    .Product-table-img {
        float: left;
        border-right: none;
    }
    .Product-table-name {
        display: inline;
    }
    .product-tpl-stock {
        margin: 0 0.714rem 0 0;
    }
    .Product-table-buy {
        overflow: hidden;
        padding-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .Product-table-cart,
    .Product-table-oldprice,
    .Product-table-price {
        width: auto;
    }
    .Product-table-price {
        margin: 0 1.429rem 0 0;
    }
    .Product-table-cart,
    .Product-table-oldprice {
        text-align: center;
    }
    .Product-table-cart {
        float: right;
    }
}
.category-pag-offset,
.lazy-paging-loader {
    text-align: center;
}
.category-pag-offset ul.pagination,
.lazy-paging-loader {
    padding: 1.071rem 0;
}
.product_name {
    margin: 0 1.3rem 0 0;
}
.product-top-actions {
    margin: 0 0 1.3rem 0;
    padding: 0.6rem 0 0.8rem 0;
    border-bottom: 1px solid #ebebeb;
}
.product-top-actions .product-action-text {
    font-size: 0.95rem;
}
.product__title-badge__wrap {
    margin-bottom: 0.5rem;
}
@media (max-width: 1025px) {
    .product_name {
        width: 100%;
        display: inline;
    }
}
@media (max-width: 640px) {
    .product-top-actions {
        margin: 0.8rem 0 1.1rem 0;
        padding: 0rem 0 0rem 0;
    }
}
.product_nav {
    float: left;
}
.product_nav li {
    display: inline-block;
    margin: 0 0.714rem 0 0;
}
@media (max-width: 640px) {
    .product-action-text {
        display: none;
    }
}
@media (max-width: 400px) {
    .product__old-price,
    .product_price {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.product_action-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product_action {
    margin-bottom: 1rem;
}
@media print {
    .product_action-desc {
        display: none;
    }
    .product_action {
        padding: 0;
    }
}
.product_video {
    padding: 0 0 2.857rem;
}
.product_gallery-images-main {
    overflow: hidden;
    white-space: nowrap;
}
.product_gallery-images-main.owl-carousel .owl-item {
    background: #fff;
}
.product_gallery-images-main--align-center.owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_gallery-images-main-el-outer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    min-width: 100%;
    white-space: normal;
    line-height: normal;
}
.product_gallery-images-main-el {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 0;
}
.product_gallery-images-main-el img {
    max-height: 100%;
}
.zooming .product_gallery-images-main-img {
    visibility: hidden;
}
.product_gallery-images-main-el iframe {
    max-width: 100%;
}
.product_gallery-images-title {
    font-size: 0.929rem;
    margin: 0.714rem 0 0;
}
img.pswp__img {
    max-width: none;
}
@media (max-width: 820px) {
    .image-preview-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .image-preview-list > * {
        margin: 0 10px;
    }
}
.product_action-dialog .image-preview {
    margin-bottom: 10px;
}
.modal-content--dialog-options .product_add2cart .addtocart {
    margin: 0 0.714rem 0.714rem 0;
    border: 1px solid transparent;
}
.modal-content--dialog-options .product_add-services {
    min-width: initial;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-content--dialog-options .product_action-dialog {
    font-size: 1rem;
}
.modal-content--dialog-options.modal-content--dialog {
    padding: 2rem;
}
.product_action-dialog * {
    white-space: normal;
}
.product_action-dialog .product_gallery-images {
    width: calc(100% - 69px);
}
.product_action-dialog .previews_gallery {
    width: 69px;
    padding-right: 15px;
}
.product_action-dialog .previews_gallery .bx-wrapper {
    position: relative;
    padding: 30px 0;
}
.product_action-dialog .owl-carousel {
    padding-top: 0;
}
.product_action-dialog-right {
    display: inline-block;
    width: 40%;
    padding: 0 0 2rem 2rem;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
}
@media (max-width: 1025px) {
    .product_action-dialog-right {
        width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.dialog_discounts {
    margin: -0.714rem 0 1.071rem;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product_action-dialog .product_name {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.modal-content--dialog-options .product_name {
    font-size: 1.5rem;
}
.product_action-dialog-link {
    padding: 1rem 1.8rem;
    font-size: 1.1rem;
    border-radius: 8px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem auto 0 auto;
    background-color: #eff3f6;
    border: 0;
}
.product_action-dialog-link:hover {
    color: #fff;
}
@media print {
    .previews_gallery {
        display: none;
    }
}
.image-preview.image-preview--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.image-preview.image-preview--video img.prewiev {
    width: 45px;
}
@media (max-width: 800px) {
    .product_action-dialog-link {
        font-size: 0.9rem;
    }
    .product_action-dialog {
        padding-top: 1.071rem;
    }
    .product_action-dialog-right {
        display: block;
        width: 100%;
    }
    .product_action-dialog .badge.bestseller {
        top: 40px;
    }
    .product_action-dialog .product_name {
        margin-top: 0;
    }
    .bx-wrapper .image-preview {
        width: 40px !important;
        display: inline-block !important;
        margin: 0.143rem !important;
    }
    .bx-wrapper .image-preview.bx-clone {
        display: none !important;
    }
    .product_action-dialog .product_name {
        font-size: 1.571rem;
        margin: 1.071rem 0;
    }
}
@media (max-width: 600px) {
    .product_gallery-images-main.owl-carousel .owl-item {
        line-height: 200px;
    }
}
.pd_option_select-title {
    margin: 0 0 0.214rem;
}
.pd_option_select {
    margin: 0 0 2rem;
}
.pd_option_select .jq-selectbox,
.pd_option_select select {
    width: auto;
    min-width: 190px;
    border: solid 1px #ebebeb;
}
.product_prices {
    margin: 0 0 0.714rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.product_nul-price {
    font-size: 1.286rem;
    font-weight: 700;
}
.product__price {
    font-size: 2.571rem;
    margin: 0 1.071rem 0 0;
}
.Cart__Qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap !important;
    border: 1px solid #cdcdcd;
}
.Product-grid_bottom .Cart__Qty__wrap {
    width: 100%;
    margin-bottom: 10px;
    min-height: 34px;
}
@media print {
    .Cart__Qty {
        display: none;
    }
}
.Cart__Qty * {
    font-size: 1.429rem;
}
.Cart__Qty input {
    width: 32px;
    border: none;
    font-size: 1rem;
    border-radius: 0;
    border-color: #e2e2e2;
    height: 32px;
    line-height: 32px;
}
.product_page .Cart__Qty input {
    height: 37px;
    line-height: 37px;
}
.Cart__Qty input,
.Cart__Qty_act {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.Cart__Qty_act {
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px 0 0 4px;
    width: 32px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Cart__Qty_act:hover > span {
    background: #f3f3f3;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    width: 22px;
}
.product_page .Cart__Qty_act {
    line-height: 37px;
}
@media (max-width: 500px) {
    .category .Cart__Qty_act {
        width: 20px;
    }
    .category .Cart__Qty input {
        width: 35px;
    }
}
.cart-page {
    background: #fff;
    padding: 1rem;
}
.cart-page .Cart__Qty input {
    width: 35px;
}
.cart-page .Cart__Qty_act {
    width: 25px;
}
.stocks {
    margin: 0 0 1.071rem;
}
.Product-stock_item {
    color: #2b9e46;
    font-size: 1rem;
    font-weight: 400;
}
.stocks_title {
    display: inline-block;
    font-size: 0.95rem;
}
.skus .price {
    font-size: 1rem;
    border-radius: 5px;
    padding: 0.143rem 0.286rem;
    margin: 0 0 0 0.714rem;
}
.skus .hint {
    margin: 0 0 0 0.357rem;
}
.product_options .select-v-inline {
    margin-bottom: 1.071rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_options .select-v-inline.color {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, 32px);
}
.product_options .select-v-inline.color .select-v-inline_title {
    grid-column: 1/-1;
}
.product_options .select-v-inline a {
    margin: 0 0.6rem 0.3rem 0;
    display: inline-block;
    background: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-size: 1rem;
    padding: 6px 9px 6px;
    border: 1px solid #e8e8e8;
}
.product_options .select-v-inline a .fi-rr-check {
    display: none;
}
.product_options .select-v-inline.color a {
    width: 30px;
    height: 30px;
    min-width: 25px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_options .select-v-inline.color a.white {
    border: 1px solid #e8e8e8;
}
.product_options .select-v-inline a .color_checkmark {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    padding: 0.286rem;
    font-size: 0.857rem;
}
.product_options .select-v-inline a.selected {
    color: #212121 !important;
}
.product_options .select-v-inline a.selected .fi-rr-check {
    display: inline-block;
}
.product_options .select-v-inline a.selected .color_checkmark,
.product_options .select-v-inline a.selected .color_name {
    display: block;
}
.select-v-inline_title {
    display: inline-block;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
}
.product_short-desc {
    margin: 0 0 1.5rem;
    display: inline-block;
    padding-right: 5px;
    white-space: normal;
}
.product_short-desc p {
    font-size: 1.1rem;
    margin: 0 0 0.2rem;
}
.product_action .product_short-desc {
    width: 100%;
}
.product_link-full {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1.6rem;
    margin-top: 0.5rem;
}
.product_link-full a {
    border-bottom: 1px dotted;
    font-size: 0.95rem;
}
.product_bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.6rem;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_bonus i {
    width: 15px;
    margin-right: 5px;
}
.bonus_accrual_important {
    font-size: 20px;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    cursor: default;
}
.bonus_accrual_important_text {
    position: absolute;
    max-width: 100%;
    bottom: 100%;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow:
        0 0 3px rgba(0, 0, 0, 0.12),
        0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow:
        0 0 3px rgba(0, 0, 0, 0.12),
        0 2px 4px rgba(0, 0, 0, 0.12);
    display: none;
}
.bonus_accrual_important:hover + .bonus_accrual_important_text {
    display: block;
}
.product_stocks {
    margin-bottom: 0.8rem;
    position: relative;
    cursor: default;
}
.product_stocks .stock__popap-box {
    display: none;
    padding: 10px;
    border: 1px solid #e0e0e0;
    position: absolute;
    background: #fff;
    bottom: 100%;
    width: 300px;
}
.product_stocks:hover .stock__popap-box {
    display: block !important;
}
@media (max-width: 640px) {
    .product_stocks:hover .stock__popap-box {
        display: none;
    }
}
.stock-none {
    line-height: 16px;
    display: inline-block;
}
.stock__list .stock-none.Product-stock_item.Product-stock_item-out {
    font-size: 0.95rem;
}
.Product__features {
    width: 100%;
    line-height: 19px;
    font-size: 1rem;
    max-width: 400px;
}
.product_action-desc .Product__features {
    margin: 0;
}
.Product__features td {
    padding: 0.286rem 0;
    border: 0;
    vertical-align: top;
    word-wrap: break-word;
}
.Product__features-value {
    padding-left: 5%;
    max-width: 130px;
}
.Product__features-value i.color {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
    height: 1rem;
    margin-right: 0.5rem;
    position: relative;
    top: 0.2rem;
    width: 1rem;
}
.Product__features-value span {
    white-space: normal !important;
}
.seo-filter-links {
    margin: 1rem 0 3rem;
}
.seo-filter-links a.productfilters-feature-value-link {
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border-radius: 8px;
}
.seo-filter-links a.productfilters-feature-value-link:hover {
    color: #fff;
}
.seo-filter-links span.seo-filter-links__title {
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
}
.Product__features-title {
    position: relative;
}
.Product__features-title:before {
    border-bottom: 1px dotted #ebebeb;
    left: 0;
    top: 17px;
    right: 5px;
    content: "";
    position: absolute;
}
.Product__features-title span {
    background: #fff;
    display: inline-block;
    position: relative;
}
.brand_product {
    font-size: 1.1rem;
    float: left;
    margin-right: 0.714rem;
    margin-bottom: 1rem;
}
.brand_product img {
    max-width: 100px;
    max-height: 100px;
}
.product_tags {
    margin: 0.714rem 0 0;
}
.product_tags__title.title {
    text-align: left;
    margin-bottom: 0;
}
@media (max-width: 550px) {
    .title {
        margin-bottom: 1.1rem;
        font-size: 1.5rem;
    }
}
.tab-acc-wrap ~ .product_tags-cats {
    border-top: none;
}
.product_tags .tags {
    display: inline-block;
    margin: 1rem 0 0 0;
}
.product_categories ~ .product_tags {
    margin: 0.714rem 0 0;
}
.product_categories a {
    display: inline-block;
    margin: 0 0 0 0.714rem;
}
.product_page .content {
    margin-bottom: 1.714rem;
}
.product_cross {
    margin: 1.714rem 0 0;
}
.product_cross-compare {
    font-size: 0.929rem;
    margin: 0 0 0 0.714rem;
    white-space: nowrap;
}
.product_cross-title {
    padding: 1.071rem 0 0 0;
}
@media (max-width: 600px) {
    .product_cross-title,
    h3.product_cross-title {
        font-size: 1.429rem;
    }
}
.product_cross__direction ~ .product_cross-title {
    margin: 0 5rem 0 0;
}
@media (max-width: 1025px) {
    .home-products__direction,
    .product_cross__direction {
        display: none;
    }
}
.product-tab_title {
    margin: 0 0 1.429rem;
}
.content.product_cross-products {
    border-bottom: none;
}
@media print {
    .product_cross-products {
        display: none;
    }
}
.service-price {
    font-weight: 700;
}
.homepage-reviews .container {
    position: relative;
}
.reviews__list {
    padding: 10px;
    overflow: hidden;
}
.reviews__item {
    width: 400px;
    background-color: #fff;
    overflow: hidden;
}
@media (max-width: 500px) {
    .reviews__item {
        width: initial;
    }
}
.review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.review__header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    padding-left: 20px;
}
.review__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 350px) {
    .review__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}
.review__info > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.review__header__left {
    width: 129px;
    font-size: 0;
}
.review__header__right {
    width: calc(100% - 85px);
}
.review__product__image {
    font-size: 0;
}
.review__bottom {
    position: relative;
}
.review__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
}
.review__text {
    height: 115px;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
}
.review__text:after {
    content: "";
    width: 0px;
    height: 0;
    border-top: 40px solid #f2f2f2;
    border-right: 40px solid transparent;
    position: absolute;
    bottom: -39px;
    left: 0;
}
@media (max-width: 480px) {
    .review__text {
        font-size: 14px;
        height: 85px;
    }
}
.review__user-name {
    font-weight: 600;
    white-space: normal;
}
.review__user-name i {
    font-size: 20px;
    margin-right: 10px;
}
.review__date {
    font-size: 0.857rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #c7c7c7;
    font-size: 14px;
}
.review__value__num span {
    font-size: 30px;
    font-weight: 600;
    margin-right: 5px;
}
.review__product__title {
    height: 36px;
    overflow: hidden;
}
.reviews-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.reviews-list > li .review {
    margin: 1.786rem 0;
}
.reviews-list .reviews-list {
    margin: 0 0 0 1.786rem;
    position: relative;
}
.reviews-list .reviews-list .review:before {
    content: "\f112";
    position: absolute;
    left: -5px;
    top: -15px;
    opacity: 0.5;
}
.review_title {
    display: inline-block;
    font-weight: 700;
}
.review .reviewRating {
    margin: 0 0.357rem 0 0;
}
.review_date {
    font-size: 0.857rem;
}
.review_text {
    color: #000;
    font-size: 1.071rem;
}
.add-review-form {
    display: none;
}
.add-review-form-fields {
    padding: 1.071rem;
    margin: 0 0 1.071rem;
}
.comment__content .add-review-form-fields {
    margin: 0 0 1.071rem 0;
}
.add-review-form-user {
    display: inline-block;
    margin: 0 0.571rem;
}
.add-review-form-user img {
    margin: 0 0.286rem 0 0;
}
.add-review-form ul.menu-h.auth-type {
    padding-bottom: 1.429rem;
}
.add-review-form ul.menu-h.auth-type li {
    vertical-align: middle;
}
.add-review-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 0.214rem;
    position: relative;
    top: 2px;
}
.review-add-submit {
    margin: 1.429rem 0 0;
}
.review-add-submit .save {
    margin: 0 0.357rem 0 0;
}
.review-add-submit .terms-use-wrapper {
    margin: 0 0 1.429rem;
    display: block;
}
.product-actions {
    min-width: 340px;
    max-width: 100%;
    padding: 1.5rem 1.4rem 1.5rem 1.4rem;
    -webkit-box-shadow:
        0 9px 16px 0 rgba(34, 34, 34, 0.06),
        0 1px 7px 0 rgba(34, 34, 34, 0.06);
    box-shadow:
        0 9px 16px 0 rgba(34, 34, 34, 0.06),
        0 1px 7px 0 rgba(34, 34, 34, 0.06);
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-actions .Product-stock_item-out {
    font-size: 1.2rem;
}
.product-actions .cart_plugin {
    margin-top: 5px;
}
@media (max-width: 640px) {
    .product-actions {
        min-width: initial;
        width: 100%;
    }
}
.cart_aux {
    margin-top: 1rem;
}
@media print {
    .product-actions {
        padding: 0;
    }
}
.product_reviews {
    margin: 1.429rem 0 0;
}
.review-write {
    font-size: 1.286rem;
    margin: 2rem 0;
}
.add-review-form-fields {
    max-width: 500px;
    margin: 1.071rem 0;
}
.add-review-field {
    margin: 0 0 0.357rem;
}
.add-review-field .rate {
    margin: 0 0.357rem;
}
.rate-clear {
    cursor: pointer;
}
.review .group_staff,
.review .username {
    margin-right: 0.357rem;
}
.review-images-box {
    padding: 1.071rem 0;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.review-images-box .review-form-image-box {
    position: relative;
}
.review-images-box .review-form-image-box .description--uniq .s-icon {
    position: relative;
    display: inline-block;
    vertical-align: -3px;
    width: 22px;
    height: 19px;
    margin-right: 0.714rem;
}
.review-images-box .review-form-image-box .description--uniq .s-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-images-box .review-form-image-box .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;
}
.review-images-box .attached-files-box:not(:empty) {
    margin: -1.429rem 0 0;
}
.review-images-box .attached-files-box .input-file-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 2.857rem 2.857rem 0 0;
}
.review-images-box .attached-files-box .input-file-wrap .review_image-wrap {
    width: 200px;
    height: 200px;
    background-size: contain;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-images-box .attached-files-box .input-file-wrap .review-desc-wrap {
    margin-top: 0.714rem;
    font-size: 0.929rem;
    line-height: 1.1538461538em;
    min-height: 55px;
}
.review-images-box .attached-files-box .input-file-wrap .review-desc-wrap.is-extended .desc-visible,
.review-images-box .attached-files-box .input-file-wrap .review-desc-wrap:not(.is-extended) .desc-hidden {
    display: none;
}
.review-images-box .attached-files-box .input-file-wrap .review-desc-wrap .desc-visible {
    padding: 0.357rem;
}
.review-images-box .attached-files-box .input-file-wrap .review-desc-wrap .s-textarea {
    display: block;
    padding: 0.286rem 0.429rem;
    font-size: 0.929rem;
    line-height: 15px;
    width: 100%;
    height: 55px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
    min-height: auto;
}
.review-images-box .attached-files-box .input-file-wrap .btn-actions {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -10px);
    transform: translate(50%, -10px);
}
.review-images-box .attached-files-box .input-file-wrap .btn-actions .btn-actions {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.review-images-box .attached-files-box .input-file-wrap .btn-actions .btn-actions:not(:first-child) {
    margin-top: 0.714rem;
}
.review-images-box .attached-files-box .input-file-wrap .btn-actions .btn-actions .s-icon {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.review-images-box .attached-files-box .input-file-wrap .btn-actions .btn-actions .s-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-images-box .errors-section:not(:empty) {
    margin: 1.429rem 0 0;
}
.review-images-box .errors-section .s-error {
    font-size: 0.857rem;
    line-height: 1.1666666667em;
}
.review-images-box .errors-section .s-error:not(:first-child) {
    margin-top: 0.357rem;
}
@media (max-width: 760px) {
    .review-images-box,
    .s-review-notice-section {
        width: 100%;
    }
}
.product_reviews .review_images_list {
    margin: 0.357rem 0 0;
    max-width: 450px;
}
@media (max-width: 768px) {
    .product_reviews .review_images_list {
        max-width: 300px;
    }
}
.product_reviews .owl-carousel {
    padding-top: 0;
}
.product_reviews .owl-carousel.owl-drag .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_reviews .review_images_list .owl-next,
.product_reviews .review_images_list .owl-prev {
    color: #000;
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    -webkit-box-shadow:
        0 1px 8px rgba(0, 0, 0, 0.06),
        0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow:
        0 1px 8px rgba(0, 0, 0, 0.06),
        0 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}
.product_reviews .review_images_list .owl-next {
    right: 22px;
}
.product_reviews .review_images_list .review_image-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.071rem 0.357rem 0;
}
.product_reviews .review_images_list .review_image-wrap .review-image {
    vertical-align: top;
}
@media (max-width: 640px) {
    .product_reviews h2 {
        font-size: 1.6rem;
        line-height: 1.1;
        margin-bottom: 0.2rem;
    }
}
.search-list-clear {
    float: right;
    margin: 0.571rem 0 0;
    color: #8e8e8e;
}
.search-list-clear .link {
    color: #8e8e8e;
    margin: 0 0 0 0.214rem;
}
.search-title-list {
    overflow: hidden;
}
.search-title-list h1 {
    margin-bottom: 0;
}
.modal-content--dialog {
    padding: 3rem;
}
@media (max-width: 1025px) {
    .modal-content--dialog {
        padding: 1rem;
    }
}
.modal-content--dialog {
    max-width: 1025px;
}
.modal-content--dialog-options {
    max-width: 392px;
}
@media (max-width: 400px) {
    .modal-content--dialog-options {
        padding: 0.714rem;
    }
}
.mfp-bg {
    z-index: 120;
}
.product_description {
    overflow: hidden;
}
.product-content__el {
    padding: 1.786rem 0;
}
.product-content__el:last-child {
    border-bottom: none;
}
.product-content__el .product_rating-total {
    margin-left: 3px;
    white-space: nowrap;
}
.product-content__el span.star-box {
    position: relative;
    top: -3px;
}
.product-content__el .rating__text {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}
.reviews__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1250px) {
    .reviews__info {
        padding-right: 4rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 64.5rem;
    }
}
.reviews__circle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .reviews__circle {
        position: relative;
        width: 120px;
        height: 120px;
    }
}
.comment__av img,
.reviews__svg svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .circle-progress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 95%;
        height: 95%;
        position: absolute;
        top: 4px;
        left: 2px;
        border-radius: 50%;
        border: 7px solid #d8d8d8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 0 2.5rem;
    }
}
@media (min-width: 768px) {
    .circle-progress__rate {
        font-size: 35px;
        line-height: 1.2;
    }
}
@media (max-width: 768px) {
    .circle-progress__rate {
        font-size: 25px;
        line-height: 1;
    }
}
@media (min-width: 768px) {
    .circle-progress__text {
        font-size: 12px;
        color: #777;
    }
}
@media (max-width: 768px) {
    .circle-progress__text {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .reviews__info {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .circle-progress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media (max-width: 767px) {
    .reviews__circle {
        margin-bottom: 1.5rem;
    }
}
.reviews__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .reviews__svg {
        display: none;
    }
}
.reviews__svg svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.reviews__svg svg circle {
    fill: transparent;
    stroke-width: 10;
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0, 1, 0.5, 1);
    transition: stroke-dashoffset 1s cubic-bezier(0, 1, 0.5, 1);
    stroke-linecap: round;
}
@media (min-width: 1250px) {
    .reviews__stats {
        margin-left: 35px;
    }
}
.reviews__main-info {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews__rating {
    margin-right: 23px;
}
.js-file-field {
    margin-top: 1rem;
}
.stars__count,
.stars__list {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.stars__list {
    font-size: 0;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews__rating-row:not(:last-child) {
    margin-bottom: 5px;
}
.reviews__rating-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews__rating-row > * {
    margin-right: 10px;
}
.reviews__rating-bar {
    width: 130px;
    height: 7px;
    overflow: hidden;
    position: relative;
}
.reviews__rating-rail {
    width: 100%;
    background-color: #f0f0f0;
    z-index: 1;
}
.reviews__rating-bar > * {
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.reviews__rating-fill {
    width: 0%;
    z-index: 2;
}
.review-write .review-write__btn {
    font-size: 1rem;
    padding: 0.6rem 1.4rem;
}
.reviews__stat-title {
    font-size: 1.2rem;
    font-weight: 700;
}
.comment__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comment__details,
.comment__text,
.comment__title {
    margin-bottom: 20px;
}
.comment__details > * {
    margin-right: 20px;
    padding: 10px 0;
}
.comment__av {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid rgba(48, 107, 201, 0.2);
    padding: 0 !important;
}
.comment__author {
    color: inherit;
}
.comment__label {
    border-radius: 3px;
    font-size: 13px;
    padding: 1px 5px;
}
.comment__rating > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment__date {
    color: #777;
    font-size: 12px;
}
.stars__count,
.stars__count a {
    font-size: 12px;
    color: #aaa !important;
    line-height: 12px;
    font-weight: 400;
}
.comment__title {
    font-weight: 700;
    font-size: 16px;
}
.comment__details,
.comment__text,
.comment__title {
    margin-bottom: 20px;
}
.comment__btn {
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: inset 0 0 0 1px #e7e7e7;
    box-shadow: inset 0 0 0 1px #e7e7e7;
}
@media (max-width: 825px) {
    .product-content__el {
        padding: 0;
    }
}
.product_share-code--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 640px) {
    .df-block .product_share-code--box {
        margin-bottom: 0.2rem;
    }
}
.product_share {
    margin-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.product_share .ya-share2__link_more .ya-share2__title {
    font-size: 0.95rem;
    color: #8e8e8e;
    line-height: 1.3;
    margin-top: 0;
}
.product_share .ya-share2__link_more .ya-share2__title:hover {
    color: #242424;
}
.product_share .ya-share2__link_more .ya-share2__title:after {
    margin-left: 5px;
    font-family: "free-font";
    content: "\e9fb";
}
.product_share .ya-share2__item {
    margin: 0 !important;
}
.product_share .ya-share2__badge_more {
    display: none;
}
.product_share
    .ya-share2__container_size_m
    .ya-share2__item_more.ya-share2__item_has-pretty-view
    .ya-share2__link_more {
    padding: 0;
}
.product_share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    background: transparent;
    border: 0;
}
@media (max-width: 675px) {
    .product_share-code--box {
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    .product_share {
        margin-left: 0;
    }
    .product_page .product_action-btn {
        margin-left: auto;
    }
}
.order-status-marker {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    vertical-align: middle;
}
.option-color_outer {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.option-color_outer .option-color_text {
    position: absolute;
    text-align: center;
    background: #fff;
    z-index: 1;
    border-radius: 5px;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow:
        rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    top: -30px;
    left: -50%;
    display: none;
}
.option-color_outer:hover .option-color_text {
    display: block;
}
.option-color_outer.hide {
    display: none;
}
.option-color_outer--card._without-text {
    width: initial;
}
.option-color_outer .filter-option-color {
    display: none;
}
.option-color_outer._only-text {
    padding: 3px 10px;
    margin: 0 0.571rem 0.571rem 0;
    border: 2px solid #f2f3f5;
}
.option-color_outer._without-text {
    margin: 0 0.5rem 0.571rem 0;
    border: 2px solid transparent;
}
.option-color_outer._without-text .filter-option-color {
    display: inline-block;
}
.option-color_outer._without-text.checked {
    border-radius: 50%;
    background-color: transparent;
}
.option-color_text {
    display: block;
    font-size: 0.95rem;
}
._without-text .option-color_text {
    display: none;
}
.category-subcat-icon_item,
li.category-subcat-icon_item {
    display: inline-block;
    margin: 1.071rem 2% 1.071rem 0;
    vertical-align: top;
    width: 30%;
}
.category-subcat-icon_img {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 0.714rem 0 0;
    width: 50px;
}
.category-subcat-icon_item img {
    max-height: 100%;
    vertical-align: middle;
}
@media (max-width: 700px) {
    .category-subcat-icon_item,
    li.category-subcat-icon_item {
        width: 47%;
    }
}
@media (max-width: 500px) {
    .category-subcat-icon_item,
    li.category-subcat-icon_item {
        width: 100%;
        margin-right: 0;
    }
}
.category-subcat-icon_name {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}
.categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories-el {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 2.143rem 0;
    width: 31%;
}
.categories-el_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.7rem;
}
.categories-el_title a {
    text-decoration: none;
}
.categories-el-image {
    float: left;
    width: 100px;
}
.categories-el-image img {
    max-width: 100%;
}
.categories-el-content {
    margin: 0 0 0 8.214rem;
}
.categories-el_subs {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories-el_more {
    margin: 0.3rem 0 0;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.1rem;
    color: #666;
    background: #f3f3f3 !important;
    padding: 4px 12px;
    border: 0;
}
.categories-el_subs li {
    position: relative;
    margin: 0 0 0.571rem 1.286rem;
}
.categories-el_subs li a {
    color: #666;
}
.categories-el_subs li:before {
    content: "•";
    position: absolute;
    left: -15px;
    top: 9px;
    font-size: 1.571rem;
    line-height: 0;
    display: none;
}
@media (max-width: 1025px) {
    .categories-el {
        width: 47%;
    }
}
@media (max-width: 700px) {
    .categories-el {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    .categories-el-image {
        margin: 0 auto;
        width: 80px;
        float: none;
    }
    .categories-el {
        padding: 1.071rem;
        border-bottom: 1px solid #ebebeb;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
    .categories-el:last-child {
        border-bottom: none;
    }
    .categories-el-content {
        margin: 0;
    }
    .categories-el_title {
        text-align: center;
    }
    .categories-el_subs li {
        position: relative;
        margin: 0 0 0.5rem 0;
        font-size: 1.1rem;
    }
}
.cat-tile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.homepage-categories .cat-tile-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.categories-tile {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
@media (min-width: 769px) {
    .homepage-categories .cat-tile-list.-five .categories-tile {
        width: 292px;
    }
    .homepage-categories .cat-tile-list.-six .categories-tile {
        width: 243px;
    }
    .homepage-categories .cat-tile-list.-seven .categories-tile {
        width: 208px;
    }
    .homepage-categories .cat-tile-list.-eight .categories-tile {
        width: 182px;
    }
}
@media (min-width: 769px) {
    .subcategory-box .cat-tile-list.-four .categories-tile {
        width: 290px;
    }
    .subcategory-box .cat-tile-list.-five .categories-tile {
        width: 232px;
    }
    .subcategory-box .cat-tile-list.-six .categories-tile {
        width: 193px;
    }
    .subcategory-box .cat-tile-list.-seven .categories-tile {
        width: 165px;
    }
}
@media (max-width: 768px) {
    .subcategory-box .cat-tile-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        width: 100%;
        margin-left: 0;
    }
    .subcategory-box .cat-tile-list .categories-tile {
        padding: 0;
    }
}
@media (max-width: 640px) {
    .subcategory-box .cat-tile-list {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
}
@media (max-width: 425px) {
    .subcategory-box .cat-tile-list {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.subcategory-box {
    margin: 0 0 1rem 0.7rem;
}
@media (max-width: 1025px) {
    .subcategory-box {
        margin-left: 0;
    }
}
@media (max-width: 640px) {
    .subcategory-box {
        margin-left: 0;
    }
}
.cat-tile_image {
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 12px;
}
.cat-tile_image:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.03;
}
.cat-tile_image:hover:after {
    opacity: 0;
}
.cat-tile_image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.cat-tile_name {
    padding: 0.7rem 0;
    margin: 0 0.4rem;
    font-size: 1rem;
}
.categories-tile a {
    text-decoration: none;
}
@media (max-width: 768px) {
    .homepage-categories .cat-tile-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        width: 100%;
        margin-left: 0;
    }
    .homepage-categories .cat-tile-list .categories-tile {
        padding: 0;
    }
    .cols-2 .categories-tile {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .homepage-categories .cat-tile-list {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .categories-tile {
        margin: 0;
    }
}
@media (max-width: 425px) {
    .homepage-categories .cat-tile-list {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}
.category-image {
    float: left;
    margin: 0 0.714rem 0 0;
}
.category-desc {
    display: table;
    width: 100%;
}
.compare_table {
    overflow-x: auto;
    margin: 0 0 1.429rem;
}
.services label {
    margin-right: 0.357rem;
}
.cart-el_services select,
.services select {
    width: auto;
    max-width: 100%;
    padding: 0 0.2rem;
    margin: 0.6rem 0;
    white-space: nowrap;
    font-size: 0.9rem;
}
.service__item {
    margin: 0 0 0.357rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service__item:last-child {
    margin: 0;
}
.pd-code__box {
    margin-left: auto;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pd-code {
    display: block;
}
.error-box {
    padding: 0.2rem;
}
.affiliate-discount-available {
    margin: 0 0.357rem 0 0;
}
.wa-order-dialog {
    z-index: 20000;
}
.wa-field-wrapper .wa-select {
    height: 37px !important;
    line-height: 37px !important;
}
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-submit-button {
    height: 37px !important;
    line-height: 37px !important;
    padding: 0 0.714rem !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    font-size: 1rem !important;
}
.wa-step-confirm-section .wa-section-body {
    padding: 0 !important;
}
.wa-dropdown > .wa-dropdown-toggle,
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input {
    padding: 0.5rem 1rem !important;
    font-size: 1.1rem !important;
}
.order-wrap .wa-cart-details .wa-inactive-state > * {
    min-height: 30px;
    line-height: 30px;
}
.order-page .wa-dropdown-toggle,
.order-page .wa-select,
.order-page select {
    padding: 0rem 0.4rem !important;
    font-size: 1rem !important;
    border-radius: 4px;
}
.order-page select.js-variant-field {
    padding: 0 0.1rem !important;
    font-size: 0.95rem !important;
}
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    padding: 0.7rem 0.7rem !important;
}
.wa-affiliate-section .wa-active-state .wa-button {
    font-size: 0.857rem;
    border-radius: 0;
    padding: 0;
    margin: 0 0 0 0.714rem;
}
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section button.wa-button.transparent,
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section input.wa-button.transparent {
    border-bottom: 1px dashed !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
}
.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-discount {
    font-weight: 700;
}
.wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total {
    margin-top: 0.714rem !important;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
}
#themeOverride .wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
}
#themeOverride .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-contact-name {
    font-size: 1.1rem;
    line-height: 1.2;
}
#themeOverride .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header a.wa-tooltip {
    border-bottom: 1px solid;
}
#themeOverride
    .wa-order-form-wrapper
    .wa-step-shipping-section
    .wa-delivery-types-section
    .wa-types-list
    .wa-type-wrapper {
    padding: 0.6rem 0.9rem;
    border: 1px solid #dcdcdc;
    background: #fff;
}
#themeOverride
    .wa-order-form-wrapper
    .wa-step-shipping-section
    .wa-delivery-types-section
    .wa-types-list
    .wa-type-wrapper
    .wa-date {
    color: #8b8b8b;
}
#themeOverride .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
    padding: 1rem 1rem;
    background: #fff;
    margin-bottom: 1rem;
    border: 1px solid #ededed;
}
#themeOverride
    .wa-order-form-wrapper
    .wa-step-shipping-section
    .wa-delivery-types-section
    .wa-types-list
    .wa-type-wrapper.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}
#themeOverride .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#themeOverride .wa-field-wrapper .wa-textarea {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1428571429em;
    line-height: 1.4;
    min-height: 1.75em;
    height: 6.5rem;
    resize: vertical;
    font-family: inherit;
}
#themeOverride
    .wa-order-form-wrapper
    .wa-step-shipping-section
    .wa-delivery-types-section
    .wa-types-list
    .wa-type-wrapper
    .wa-name {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
}
#themeOverride .wa-link {
    color: #2d2d2d;
}
#themeOverride .wa-dropdown.is-locked > .wa-dropdown-toggle {
    background: #f3f4f7;
    color: #2d2d2d;
    cursor: default;
    font-size: 1.1rem !important;
    font-weight: 700;
    border: 1px solid #dcdcdc;
}
#themeOverride
    .wa-order-form-wrapper
    .wa-step-confirm-section
    .wa-section-body
    .wa-total-section
    .wa-item.wa-item-total
    .wa-value
    .wa-price {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
}
.wa-order-form-wrapper .wa-step-details-section .wa-plugin-fields-wrapper > .wa-body input[type="text"]:not(.wa-input) {
    max-width: 100%;
    line-height: 1.2 !important;
    padding: 0.7rem 0.7rem !important;
    font-size: 1rem !important;
    border: 1px solid #ededed !important;
    border-radius: 4px !important;
    outline: 0;
    height: unset !important;
}
.wa-order-form-wrapper .wa-step-details-section .wa-plugin-fields-wrapper > .wa-body select:not(.wa-select) {
    min-height: 2.8rem !important;
}
.wa-signup-form-wrapper input {
    border: 0;
    width: 100%;
}
@media screen and (min-width: 761px) {
    .wa-delivery-types-section .wa-types-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 1rem;
    }
    #themeOverride
        .wa-order-form-wrapper.with-adaptive
        .wa-step-shipping-section
        .wa-delivery-types-section
        .wa-types-list
        > * {
        display: inline-block;
        vertical-align: top;
        width: 29%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media (max-width: 760px) {
    .wa-delivery-types-section .wa-types-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}
.wa-sku-wrapper .wa-name {
    display: inline-block;
}
@media screen and (max-width: 760px) {
    .wa-signup-form-wrapper .wa-field.wa-field-birthday .wa-value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.section-footer {
    margin: 1.429rem 0;
}
.wa-order-cross_selling-wrapper .wa-cross_selling-body {
    padding: 0 !important;
}
.wa-order-cross_selling-wrapper .wa-slider-outerper .wa-slider-list {
    padding-bottom: 0 !important;
}
.wa-order-cross_selling-wrapper .wa-slider-outerper .wa-slider-list .wa-slide-wrapper {
    padding: 1.429rem !important;
}
.wa-order-cross_selling-wrapper .wa-image-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.wa-order-cross_selling-wrapper .wa-details-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.714rem !important;
    width: calc(100% - 65px);
}
.wa-order-cross_selling-wrapper .wa-slider-outerper .wa-slider-actions .wa-action > * {
    top: 50px !important;
    width: 23px !important;
    height: 23px !important;
}
.order-box > .section-head > .uniq-header {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}
.order-box > .section-head .delete-button {
    display: inline-block;
}
.order-box > .section-head .delete-button:hover .s-delete-icon {
    fill: #f91155;
}
.order-box > .section-head .delete-button .s-delete-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0.429rem 0 0;
}
.wa-order-cart-wrapper p:first-child,
.wa-order-form-wrapper p:first-child {
    margin-top: 0;
}
.wa-order-cart-wrapper p:last-child,
.wa-order-form-wrapper p:last-child {
    margin-bottom: 0;
}
.wa-order-cart-wrapper > .wa-cart-body,
.wa-order-cart-wrapper > .wa-form-body,
.wa-order-form-wrapper > .wa-cart-body,
.wa-order-form-wrapper > .wa-form-body {
    background: #fff;
}
@media (max-width: 420px) {
    .order-wrap .wa-product {
        padding: 1.071rem !important;
    }
    .wa-order-form-wrapper
        .wa-step-details-section
        .wa-details-rates-section
        .wa-table
        > .wa-row
        > .wa-cell.wa-cell-name {
        width: 50% !important;
    }
}
.wa-order-cart-wrapper .wa-cart-details {
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1.4rem !important;
    padding-top: 1.6rem;
    border-top: 1px solid #f2f2f2;
}
.wa-order-cart-wrapper > .wa-cart-footer,
.wa-order-cart-wrapper > .wa-form-footer,
.wa-order-form-wrapper > .wa-cart-footer,
.wa-order-form-wrapper > .wa-form-footer {
    padding: 1.071rem 1.429rem;
}
.order-wrap .order-box > .section-head > .uniq-header {
    display: inline-block;
}
.order-wrap .order-box > .section-head .delete-button {
    float: right;
    margin-top: 1.4rem;
    color: #8e8e8e;
}
@media screen and (min-width: 1025px) {
    .order-wrap > .order-col:first-of-type {
        padding-left: 0;
    }
    .order-wrap > .order-col:last-of-type {
        padding-right: 0;
    }
    .wa-order-form-wrapper .wa-form-footer {
        font-size: 1rem;
        text-align: right;
    }
}
.wa-column-details {
    max-width: 100%;
}
@media screen and (max-width: 1025px) {
    .order-wrap > .order-col:first-child {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1025px) and (min-width: 851px) {
    .wa-order-cart-wrapper.with-adaptive .wa-product-body > .wa-column-details {
        display: table-cell !important;
        vertical-align: top !important;
        padding-right: 1.071rem !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }
}
.wa-field-wrapper .wa-input {
    padding: 0 0.714rem !important;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name,
.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-sku {
    font-size: 1rem !important;
}
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper .wa-variants-list .wa-variant {
    border-radius: 100px !important;
    padding: 0.429rem 0.714rem !important;
    text-shadow: none !important;
    background-image: none !important;
    overflow: visible !important;
}
.wa-product-edit-dialog
    .wa-cart-section
    .wa-features-wrapper
    .wa-feature-wrapper:not(.color)
    .wa-variants-list
    .wa-variant:not(.selected) {
    background: none !important;
}
.wa-product-edit-dialog
    .wa-cart-section
    .wa-features-wrapper
    .wa-feature-wrapper:not(.color)
    .wa-variants-list
    .wa-variant.selected {
    color: #fff !important;
}
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper.color .wa-variants-list .wa-variant {
    position: relative;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wa-product-edit-dialog
    .wa-cart-section
    .wa-features-wrapper
    .wa-feature-wrapper.color
    .wa-variants-list
    .wa-variant
    .wa-variant-name {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 80px;
    margin-left: -2.857rem;
    text-align: center;
    display: none;
}
.wa-product-edit-dialog
    .wa-cart-section
    .wa-features-wrapper
    .wa-feature-wrapper.color
    .wa-variants-list
    .wa-variant.selected:after {
    content: "\f00c";
    font: normal normal normal 14px/1 "free-font";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
}
.wa-product-edit-dialog
    .wa-cart-section
    .wa-features-wrapper
    .wa-feature-wrapper.color
    .wa-variants-list
    .wa-variant:hover
    .wa-variant-name {
    display: block;
}
.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large {
    font-size: 1rem !important;
    border-radius: 100px !important;
    padding: 0.714rem 1.786rem !important;
}
.wa-product-edit-dialog .wa-dialog-footer .wa-actions {
    float: right;
}
.wa-product-edit-dialog .wa-dialog-footer .wa-prices-wrapper .wa-price-compare {
    font-size: 1.143rem !important;
    display: block !important;
}
.wa-product-edit-dialog .wa-dialog-footer .wa-prices-wrapper .wa-price {
    font-size: 2rem !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.brand-list .row {
    border-top: none;
    padding: 0;
}
.brand-list .row h1 {
    border-top: none;
    font-size: 2.571rem;
}
.shop-brand-brands__brand-name {
    font-size: 1rem !important;
}
.product_action-dialog {
    padding: 0.714rem;
    white-space: nowrap;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product_action-dialog .product-page_main-left {
    width: 60%;
}
.product_action-dialog .product-page_main-left.-productMiniGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product_action-dialog .product_short-desc {
    margin-bottom: 1rem;
}
.product_action-dialog .image-preview {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.714rem;
    width: 54px;
    height: 54px;
    border: 2px solid transparent;
}
.product_action-dialog .image-preview--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_action-dialog .image-preview--video a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ebebeb;
    text-decoration: none;
    position: relative;
}
.product_action-dialog .image-preview a img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product_action-dialog .video-icon {
    position: absolute;
    width: 25px;
    opacity: 0.7;
}
@media (max-width: 1025px) {
    .product_action-dialog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product_action-dialog .product-page_main-right {
        padding: 30px 0 0 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    .product_action-dialog .product-page_main-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .product_action-dialog .product-page_main-left .-productMiniGallery {
        width: 100%;
    }
    .product_action-dialog .product-page_main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_action-dialog .previews_gallery {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .product_action-dialog .product_add-services {
        min-width: initial;
        width: 100%;
    }
    .product_action-dialog .product_action-dialog-link {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .product_action-dialog .bx-wrapper .bx-viewport {
        height: initial !important;
    }
    .product_action-dialog .bx-wrapper .image-preview {
        width: initial !important;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 5px;
    }
    .product_action-dialog .bx-wrapper .bx-controls {
        display: none !important;
    }
}
.product_page .product_rating {
    margin-left: 0;
    margin-right: 0.4rem;
    position: relative;
    top: -2px;
    cursor: pointer;
}
.product_page .product_name {
    font-size: 2.2rem;
}
.product_page .-productMiniGallery .product_gallery-images {
    width: calc(100% - 69px);
}
.product_page .product_gallery-images {
    width: 100%;
}
.product_page .product_short-desc {
    margin: 0 0 0.5rem;
}
.product_page .product_rating__total-text {
    margin-left: 0.357rem;
    margin-right: 1.5rem;
    color: #8e8e8e;
    border-bottom: 1px solid;
}
.product_page .product_rating__total-text:hover {
    color: #242424;
    border-color: #8b8b8b;
}
.product_page .product_action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_page .product_action-btn .product-action:not(:first-child) {
    margin: 0 0 0 1.5rem;
}
.product_page .product_action-btn .product-action .fi-rr-zoom-in {
    line-height: 0;
}
.product_page .product_action-btn .product-action:hover {
    color: #242424;
}
.product_page .product-page_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_page .product-page_main .owl-carousel {
    padding: 0;
}
.product_page .previews_gallery {
    width: 69px;
    padding-right: 15px;
    position: relative;
}
.product_page .previews_gallery .bx-wrapper {
    position: relative;
    padding: 30px 0;
}
.product_page .image-preview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product_page .product-page_main-left {
    width: 45%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product_page .product-page_main-right {
    width: 55%;
    padding: 0 0 0 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product_page .product-page_main-right.-productMiniGallery {
    width: 55%;
}
.product_page .image-preview {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.714rem;
    width: 54px;
    height: 54px;
    border: 2px solid transparent;
    margin-right: 0.3rem;
}
.product_page .image-preview a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.product_page .image-preview a img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product_page .image-preview--video {
    width: 100%;
}
.product_page .image-preview--video a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ebebeb;
    text-decoration: none;
    position: relative;
}
.product_page .image-preview--video a:after {
    content: "";
    padding-top: 100%;
    display: block;
}
.product_page .video-icon {
    position: absolute;
    width: 25px;
    opacity: 0.7;
}
@media print {
    .product_action-btn {
        display: none;
    }
}
@media (max-width: 1025px) {
    .product_page .-productMiniGallery .product_gallery-images {
        width: 100%;
        margin-bottom: 10px;
    }
    .product_page .product-page_main-right {
        padding: 30px 0 0 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    .product_page .product-page_main-left {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product_page .product-page_main-right.-productMiniGallery {
        width: 100%;
    }
    .product_page .product-page_main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_page .previews_gallery {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 0;
    }
    .product_page .image-preview-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        width: calc(100% + 10px);
        margin: -5px;
    }
    .product_page .bx-wrapper .bx-viewport {
        height: initial !important;
    }
    .product_page .bx-wrapper .image-preview {
        width: initial !important;
    }
    .product_page .bx-wrapper .bx-controls {
        display: none !important;
    }
    .product_page .image-preview {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 5px;
        width: calc(12.5% - 10px);
        height: initial;
    }
}
@media (max-width: 825px) {
    .product_page .product-page_main-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .product_page .product-page_main-right {
        padding: 30px 0 0 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 100%;
    }
    .product_page .product_action {
        padding: 0 0 0 0;
    }
}
@media (max-width: 750px) {
    .product_page .image-preview {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 5px;
        width: calc(14.27% - 10px);
    }
}
@media (max-width: 640px) {
    .product_page .image-preview {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 5px;
        width: calc(16.6666% - 10px);
    }
    .product_page .product_rating__total-text {
        margin-right: 0;
    }
    .product_action-btn {
        margin: 0 0 0.5rem auto !important;
    }
    .product_page .product_name {
        font-size: 1.6rem;
        line-height: 1.1;
        margin-bottom: 0.2rem;
    }
    .df-block .product_rating__total-text {
        margin-bottom: 0.3rem;
    }
}
@media (max-width: 600px) {
    .product_page .product_rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product_share {
        margin-left: 0;
        width: 100%;
    }
    .content-box .df-block > * {
        margin-bottom: 0;
    }
    .ya-share2__title {
        margin-left: 0 !important;
    }
}
@media (max-width: 488px) {
    .product_page .image-preview {
        width: calc(20% - 10px);
    }
}
.product-page_main--three-columns .product-cart--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}
.product-page_main--three-columns .product-cart__left {
    width: 50%;
}
.product-page_main--three-columns .product-cart__right {
    width: 50%;
}
.product-page_main--three-columns .product-page_main-left {
    width: 36.6%;
}
.product-page_main--three-columns .product-page_main-right,
.product-page_main--three-columns .product-page_main-right.-productMiniGallery {
    width: 63.4%;
}
.product-page_main--three-columns .product_add-services {
    width: 100%;
}
.product-page_main-left.-horizontalMiniature .previews_gallery {
    margin-top: 0.6rem;
}
@media (min-width: 1025px) {
    .product-page_main-left.-horizontalMiniature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .product-page_main-left.-horizontalMiniature.-productMiniGallery .product_gallery-images {
        width: 100%;
    }
    .product-page_main-left.-horizontalMiniature .previews_gallery {
        width: 100%;
        padding-right: 0;
    }
    .product-page_main-left.-horizontalMiniature .image-preview-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .product-page_main-left.-horizontalMiniature .image-preview {
        margin-bottom: 0;
        width: 54px;
        height: 54px;
    }
    .product-page_main-left.-horizontalMiniature .image-preview.image-preview--video {
        width: 54px;
        height: 54px;
    }
}
@media (max-width: 1100px) {
    .product-page_main--three-columns .product-cart--box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-page_main--three-columns .product-cart__left {
        width: 100%;
    }
    .product-page_main--three-columns .product-cart__right {
        width: 100%;
    }
    .product-page_main--three-columns .product-cart__right .product_add-services {
        width: 100%;
        max-width: initial;
    }
    .product-page_main--three-columns .product-page_main-left {
        width: 100%;
    }
    .product-page_main--three-columns .product-page_main-right.-productMiniGallery {
        width: 100%;
    }
}
@media (max-width: 1025px) {
    .product-page_main--three-columns .product-page_main-right,
    .product-page_main--three-columns .product-page_main-right.-productMiniGallery {
        width: 100%;
    }
    .product-page_main-left.-horizontalMiniature .previews_gallery {
        margin-top: 0;
    }
}
.owl-stage-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.owl-stage {
    margin: 0 auto;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
}
.products-tile .owl-stage {
    margin: 0;
}
.owl-next,
.owl-prev {
    position: absolute;
    left: 10px;
    font-size: 2.857rem;
    bottom: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    cursor: pointer;
    top: calc(50% - 40px);
    z-index: 2;
}
.owl-next {
    left: auto;
    right: 10px;
}
.owl-prev:after {
    content: "\e931";
}
.owl-next:after {
    content: "\e92c";
}
.owl-next.disabled,
.owl-next.disabled:hover,
.owl-prev.disabled,
.owl-prev.disabled:hover {
    cursor: default !important;
    color: #c7c7c7 !important;
}
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: block;
}
.bx-next,
.bx-prev {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 3%;
    margin: -1.786rem 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.143rem;
}
.bx-next {
    left: auto;
    right: 3%;
}
.slider-outer button {
    background: 0 0;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}
.slider-outer .bx-prev {
    left: 10px;
}
.slider-outer .bx-next {
    right: 10px;
}
.bx-next:after {
    content: "\f054";
}
.bx-next:after,
.bx-prev:after {
    font: normal normal normal 16px/1 "free-font";
}
.bx-prev:after {
    content: "\f053";
}
.carousel-vertical .bx-next,
.carousel-vertical .bx-prev {
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
}
.carousel-vertical .bx-prev {
    top: 0;
    bottom: auto;
}
.carousel-vertical .bx-next {
    color: #000;
    bottom: 0;
    top: auto;
}
.carousel-vertical .bx-prev:after {
    content: "\e917";
    line-height: 30px;
    font-size: 1.2rem;
}
.carousel-vertical .bx-next:after {
    content: "\e910";
    line-height: 30px;
    font-size: 1.2rem;
}
.carousel-vertical .bx-next.disabled:after,
.carousel-vertical .bx-prev.disabled:after {
    color: #ebebeb;
}
.bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%;
    right: 0;
    left: 0;
}
.bx-pager,
.owl-dots {
    text-align: center;
}
.bx-pager-item,
.bx-pager-item > a,
.owl-dot,
.owl-dot > span {
    display: inline-block;
}
button.owl-dot:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.owl-dot {
    height: auto;
    z-index: 2;
}
.bx-pager-item > a,
.owl-dot > span {
    background: #fff;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    margin: 0 0.714rem;
    outline: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}
.slider-outer .owl-next,
.slider-outer .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    top: calc(50% - 25px);
}
.slider-outer--photos .owl-next,
.slider-outer--photos .owl-prev {
    color: #fff !important;
}
.slider-outer--photos .owl-dot > span {
    background: none;
}
.slider-outer--photos .owl-dot.active > span {
    background: #fff;
}
.slider-outer .owl-next {
    right: 10px;
}
.slider-outer .owl-prev {
    left: 10px;
}
.slider-outer .owl-dots {
    position: absolute;
    height: 26px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
@media (max-width: 800px) {
    .slider-outer .owl-next,
    .slider-outer .owl-prev {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .slider-outer .owl-prev {
        left: 10px;
    }
    .slider-outer .owl-next {
        right: 10px;
    }
}
@media (max-width: 600px) {
    .slider-outer .bx-next,
    .slider-outer .bx-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .slider-outer .bx-prev {
        left: 0;
    }
    .slider-outer .bx-next {
        right: 0;
    }
    .main-slider_el-title {
        font-size: 1.429rem;
    }
}
.owl-carousel.main-slider {
    display: block;
    border-radius: 3px;
}
.product_cross-products .product_cross-title__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.071rem 0 0 0;
}
.product_cross-products .product_cross__carousel .products-grid-outer {
    white-space: nowrap;
    overflow: hidden;
}
.product_cross-products .owl-carousel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 15px;
    margin-top: -15px;
}
@media (min-width: 1500px) {
    .product_cross-products .owl-carousel {
        width: 1440px;
        overflow: hidden;
        margin: 0 auto;
    }
}
.home-products__direction .owl-next,
.home-products__direction .owl-prev,
.product_cross__direction .owl-next,
.product_cross__direction .owl-prev,
.slider-outer--products .owl-next,
.slider-outer--products .owl-prev {
    cursor: pointer;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow:
        0 1px 8px rgba(0, 0, 0, 0.06),
        0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow:
        0 1px 8px rgba(0, 0, 0, 0.06),
        0 2px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 550px) {
    .slider-outer--products .owl-next,
    .slider-outer--products .owl-prev {
        display: none;
    }
}
.owl-next:after,
.owl-prev:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 14px;
}
.slider-outer--home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-outer--home--pb {
}
.slider-outer--home .owl-next:after,
.slider-outer--home .owl-prev:after {
    font-size: 25px;
    height: 25px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translateZ(0);
}
.product-action.add-to-compare i,
.product-action.add-to-favorite i {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.product-top-actions .product-action.add-to-compare i,
.product-top-actions .product-action.add-to-favorite i {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-tile .owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 640px) {
    .products-tile .owl-carousel .owl-item {
        width: 173px !important;
    }
}
.owl-carousel .owl-item .Product-grid {
    width: 100% !important;
    margin-right: 0;
}
.owl-carousel .Product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    min-width: initial !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*.owl-carousel .Product-grid > a,
.owl-carousel .Product-grid > form {
    width: 200px !important;
}*/
.owl-carousel .Product-grid form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 100%;
}
@media (max-width: 1249px) {
    .owl-carousel .Product-grid {
        min-width: 25%;
    }
}
@media (max-width: 999px) {
    .owl-carousel .Product-grid {
        min-width: 33.33333333%;
    }
}
@media (max-width: 699px) {
    .owl-carousel .Product-grid {
        min-width: 50%;
    }
}
@media (max-width: 640px) {
    .owl-carousel .Product-grid {
        width: 173px !important;
    }
}
@media (max-width: 449px) {
    .owl-carousel .Product-grid {
        min-width: 100%;
    }
}
.products-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.products-tile .owl-carousel {
    padding-top: 1rem;
    margin-top: -1rem;
    padding: 0 10px;
}
.products-tile form.js-add-to-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 640px) {
    .products-tile {
        margin: 0 -0.3rem;
    }
}
.Product-grid_bottom {
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Product-grid_bottom .button {
    padding: 0;
    height: 34px;
    line-height: 34px;
    width: 100px;
}
.Product-grid_bottom .button.added {
    height: 32px;
    line-height: 32px;
    width: 98px;
}
@media (max-width: 640px) {
    .Product-grid_bottom .button {
        height: 30px;
        line-height: 30px;
        width: 90px;
    }
    .Product-grid_bottom .button.added {
        height: 28px;
        line-height: 28px;
        width: 88px;
    }
}
.button.disabled {
    background: #d5d5d5 !important;
    color: #000;
    border: 1px solid #d5d5d5;
}
@media (max-width: 640px) {
    .Product-grid_bottom {
        padding: 0.3rem;
    }
}
.products-list-outer .Product-grid_bottom {
    padding: 0;
}
.products-list-outer .Product-grid_bottom .button {
    margin-bottom: 0;
}
.Product-grid_bottom .Product-grid_action {
    margin: 0 0 0 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 366px) {
    .Product-grid_bottom .Product-grid_action {
        margin: 0;
    }
}
.dotted-img {
    padding-bottom: 0.357rem;
    min-height: 0.929rem;
}
.grid-gallery__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dotted-img__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dotted-img__list li.dotted-img__item {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.214rem;
}
.grid-gallery__list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
span.grid-gallery__el.js-grid-gallery-item {
    z-index: 2;
}
._tile-active .grid-gallery__el {
    position: relative;
}
@media (max-width: 1025px) {
    .owl-carousel .dotted-img__list {
        display: none;
    }
}
.Product-grid {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
}
.Product-grid_prices {
    margin-bottom: 0.5rem;
}
.Product-grid_img {
    display: block;
    position: relative;
}
.rating.-zero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration: none;
}
.rating.-zero .icon10.star {
    color: #e8e8e8;
}
.touch .Product-grid_img {
    padding: 1.429rem 0;
}
.products-grid-outer .Product-grid.-three,
.products-tile-outer .Product-grid.-three {
    width: 32.3333333333%;
}
.products-grid-outer .Product-grid.-four,
.products-tile-outer .Product-grid.-four {
    width: 25%;
}
.products-grid-outer .Product-grid.-five,
.products-tile-outer .Product-grid.-five {
    width: 20%;
}
.touch .Product-grid_img > img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1025px) {
    .products-grid-outer .Product-grid.-five,
    .products-grid-outer .Product-grid.-four,
    .products-grid-outer .Product-grid.-three,
    .products-tile-outer .Product-grid.-five,
    .products-tile-outer .Product-grid.-four,
    .products-tile-outer .Product-grid.-three {
        width: 33.3333333333%;
    }
}
@media (max-width: 640px) {
    .products-grid-outer .Product-grid.-five,
    .products-grid-outer .Product-grid.-four,
    .products-grid-outer .Product-grid.-three,
    .products-tile-outer .Product-grid.-five,
    .products-tile-outer .Product-grid.-four,
    .products-tile-outer .Product-grid.-three {
        width: 50%;
    }
}
@media (max-width: 320px) {
    .products-grid-outer .Product-grid.-five,
    .products-grid-outer .Product-grid.-four,
    .products-grid-outer .Product-grid.-three,
    .products-tile-outer .Product-grid.-five,
    .products-tile-outer .Product-grid.-four,
    .products-tile-outer .Product-grid.-three {
        width: 100%;
    }
}
.Product-grid_name {
    position: relative;
    line-height: 1.3;
    white-space: normal;
    font-size: 1rem;
    overflow: hidden;
}
.header__cart-icon .icon {
    font-size: 2.214rem;
}
.homepage-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 780px) {
    .homepage-categories {
        width: 100%;
        margin-left: 0;
    }
}
.Product-grid_bottom .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    border: none;
}
.Product-grid_bottom .button.added {
    background: transparent;
}
.Product-grid_bottom .button:hover {
    opacity: 0.8;
}
@media (max-width: 334px) {
    .Product-grid_bottom .button {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .Product-grid_bottom .button {
        font-size: 14px;
    }
}
.order-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order-wrap > .order-col {
    width: 100%;
}
.order-wrap .section-head {
    padding: 0.7rem 0px;
}
.order-wrap .wa-product {
    padding: 1.071rem 0 !important;
    border: 0 !important;
}
@media (min-width: 1025px) {
    .order-wrap > .order-col {
        width: calc(50% - 1rem);
    }
    .order-wrap .order-col--right {
        margin-left: 1rem;
    }
    .order-wrap .order-col--left {
        margin-right: 1rem;
    }
}
.wa-slide-wrapper {
    border: 0 !important;
}
i.wa-icon.arrow-left {
    top: 40px;
}
.wa-order-cart-wrapper .wa-product .wa-service > * {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.jq-checkbox,
.radio-styler,
.style-check {
    width: 10px;
    height: 10px;
    padding: 3px;
    border: 2px solid rgb(242, 243, 245);
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 4px;
}
.jq-radio {
    width: 20px;
    height: 20px;
    padding: 3px;
    border: 2px solid rgb(242, 243, 245);
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 4px;
}
.jq-radio.checked:before {
    content: "\e946";
    color: #fff;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services .wa-service .wa-label .wa-field {
    position: static !important;
    margin-right: 0.357rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active .wa-name,
.wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active .wa-payment-name {
    font-weight: 700;
}
.wa-cart-body input,
.wa-cart-body select {
    width: auto;
}
.wa-order-form-wrapper .wa-field-date {
    margin-right: 0.714rem;
}
.wa-order-form-wrapper .wa-plugin-fields-wrapper > .wa-body input[type="text"]:not(.wa-input) {
    padding: 0 0.357rem !important;
    font-size: 0.857rem !important;
    margin-right: 0 !important;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wa-order-form-wrapper .wa-step-confirm-section {
    padding: 2.143rem 0 !important;
}
.cart-price-total-text {
    margin: 0 0.714rem 0 0;
}
.cart-price-total-btn {
    margin: 0.714rem 0 0;
}
.cart-el_services > div:not(:last-child) {
    margin-bottom: 0.357rem;
}
.checked-list_toggle {
    position: relative;
    padding: 0 0 0 1rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.checked-list_toggle a {
    font-size: 0.857rem;
}
.checked-list_toggle .jq-checked__arrow-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checked-list_toggle .jq-checked__arrow-trigger i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inp-search i.fi-rr-search {
    cursor: pointer;
}
.inp-search .btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.357rem;
    cursor: pointer;
}
.cart-price-total-box {
    padding: 1.071rem 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-price-total-btn {
    margin: 0.714rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 700px) {
    .cart-price-total-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart-price-total-box .quickorder-button-cart {
    padding: 0 1.071rem;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    margin: 0.357rem 0.714rem 0;
}
.MobileMenu-btn {
    font-size: 1.714rem;
    height: 24px;
}
.filter__submit,
.filters-body__title {
    display: none;
}
.filter__search {
    margin-top: 1.071rem;
    margin-bottom: 1.429rem;
}
.filter__search input {
    padding: 0 10px;
    background-color: #f3f4f7 !important;
    border: 1px solid transparent;
}
@media (min-width: 1025px) {
    .category > .sidear-mobile {
        display: none;
    }
}
@media (max-width: 1025px) {
    .sidear-mobile form#filter-body {
        margin: 0;
        border-top: 1px solid #ebebeb;
        position: fixed;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        left: -100%;
        top: 0;
        width: 100%;
        height: calc(100% - 73px);
        z-index: 111;
        padding: 1rem 1rem 5.5rem 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sidear-mobile form#filter-body.show {
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sidear-mobile form#filter-body.show .filter__submit {
        position: fixed;
        bottom: 70px;
        left: 0;
        width: 100%;
        padding: 16px;
        display: block;
    }
    .sidear-mobile form#filter-body.show .filter__submit input[type="submit"] {
        width: 100%;
        height: initial;
        font-size: 18px;
        padding: 10px 0;
    }
    .sidear-mobile .filters-body__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px;
    }
    .sidear-mobile .filter-reset {
        margin-left: 0;
        font-size: 16px;
        cursor: pointer;
    }
    .sidear-mobile .filters-body__title__text {
        font-size: 22px;
        line-height: 1;
        font-weight: 700;
    }
    .sidear-mobile .close-filter {
        font-size: 20px;
        margin-left: 10px;
        position: relative;
        top: 3px;
        cursor: pointer;
    }
}
.category .out_sidebars.-mr,
.info-page .out_sidebars.-mr,
.tag-page .out_sidebars.-mr {
    margin-right: 2.857rem;
}
@media (max-width: 1025px) {
    .category .out_sidebars.-mr,
    .info-page .out_sidebars.-mr,
    .tag-page .out_sidebars.-mr {
        margin-right: 0;
    }
}
@media (max-width: 1025px) {
    .out_sidebars {
        display: none;
    }
    .step-item_title {
        font-size: 0.86rem;
        text-align: center;
    }
}
.out_sidebars--fixed {
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 110;
    padding: 10px 0 10px 20px;
    height: 100vh;
    overflow: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow:
        rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.out_sidebars--fixed.-mr {
    margin-right: 0 !important;
}
.out_sidebars--fixed .sidebar-cats_link {
    margin-right: 0;
    padding-right: 1rem;
}
.out_sidebars--fixed::-webkit-scrollbar {
    width: 5px;
}
.out_sidebars--fixed::-webkit-scrollbar-track {
}
.out_sidebars--fixed::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.out_sidebars--fixed.out_sidebars--hidden {
    right: -100%;
}
.category,
.info-page,
.tag-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.category .content,
.info-page .content,
.tag-page .content {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tag-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.filters-bar + .subcategory-box {
    margin-left: 0;
}
@media (max-width: 1026px) {
    .filters-bar {
        display: none !important;
    }
}
@media (max-width: 1025px) {
    .category,
    .info-page,
    .tag-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.filters-bar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.filters-bar__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-right: 15px;
    cursor: pointer;
}
.filters-bar__item i {
    margin-right: 5px;
}
#themeOverride > #main-content,
#themeOverride > main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.brand-page .ajax-list--box,
.search-page .ajax-list--box {
    width: calc(100% + 20px);
}
.brand-page .ajax-list--box .cat-panel,
.search-page .ajax-list--box .cat-panel {
    margin-left: 0;
}
.brand-page .ajax-list--box .products-list-outer,
.brand-page .ajax-list--box .products-tbl-outer,
.brand-page .ajax-list--box .products-tile-outer,
.search-page .ajax-list--box .products-list-outer,
.search-page .ajax-list--box .products-tbl-outer,
.search-page .ajax-list--box .products-tile-outer {
    margin-left: -10px;
    padding-right: 10px;
}
@media (max-width: 640px) {
    .brand-page .ajax-list--box,
    .search-page .ajax-list--box {
        width: 100%;
    }
    .brand-page .ajax-list--box .products-list-outer,
    .brand-page .ajax-list--box .products-tbl-outer,
    .brand-page .ajax-list--box .products-tile-outer,
    .search-page .ajax-list--box .products-list-outer,
    .search-page .ajax-list--box .products-tbl-outer,
    .search-page .ajax-list--box .products-tile-outer {
        margin-left: 0px;
        padding-right: 0px;
    }
}
.Orders__Badge {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #bfbfbf;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    padding: 0.3rem 1rem 0.2rem;
    position: relative;
    top: 0rem;
    vertical-align: middle;
}
.Orders__Header--Order {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0.2rem #e6e6e6;
    box-shadow: 0 0.2rem #e6e6e6;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-bottom: 2.2rem;
    padding: 1.6rem;
}
.Orders__Box--Info {
    margin-bottom: 1rem;
}
.My__Title--History {
    font-size: 1.3rem;
    margin-top: 2rem;
}
.Orders__Text--Method {
    font-size: 1.1rem;
}
.checkout-order-table {
    border: 1px solid #e6e6e6;
    border-radius: 0.2rem;
    margin: 1.5rem 0;
    padding: 1rem 0;
}
@media (min-width: 375px) {
    .checkout-order-table {
        padding: 1rem 0 2rem;
    }
}
.checkout-order-heading {
    border-bottom: 1px solid #e6e6e6;
    display: none;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 375px) {
    .checkout-order-heading {
        display: block;
    }
}
.checkout-order-heading-name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.checkout-order-heading-quantity {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.checkout-order-heading-total {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.checkout-order-heading:after {
    clear: both;
    content: "";
    display: block;
}
.checkout-order-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.checkout-order-list-item {
    font-size: 0.8em;
    padding: 1rem 0;
}
@media (min-width: 375px) {
    .checkout-order-list-item {
        padding: 0.5rem 0;
    }
}
.checkout-order-list-item:nth-child(2n) {
    background-color: #f5f5f5;
}
.checkout-order-list-name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0.5rem;
}
@media (min-width: 375px) {
    .checkout-order-list-name {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        margin-bottom: 0;
    }
}
.checkout-order-list-quantity {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0.3rem;
}
@media (min-width: 375px) {
    .checkout-order-list-quantity {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        margin-bottom: 0;
    }
}
.checkout-order-list-total {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-weight: 700;
}
@media (min-width: 375px) {
    .checkout-order-list-total {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
}
.checkout-order-total-name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
@media (min-width: 375px) {
    .checkout-order-total-name {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%;
        float: left;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        font-weight: 400;
        margin-bottom: 0;
        text-align: right;
    }
}
.checkout-order-total-total {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-weight: 700;
}
@media (min-width: 375px) {
    .checkout-order-total-total {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
}
.checkout-order-list-item:after {
    clear: both;
    content: "";
    display: block;
}
.wa-cart-content,
.wa-cross_selling-content,
.wa-form-content {
    padding: 1rem 1.5rem;
}
.wa-cart-content .wa-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wa-cart-content .wa-service .wa-variant {
    margin: 0 0 0 5px !important;
}
.Compare__List--Switch {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.Compare__Item--Switch {
    float: left;
    white-space: nowrap;
    margin-right: 1.6rem;
}
.Compare__Item--Switch__clear-list {
    margin-left: auto;
}
.Compare__Item--Switch__clear-list i {
    margin-right: 5px;
}
@media (max-width: 504px) {
    .Compare__Item--Switch {
        float: left;
        white-space: nowrap;
        margin-right: 1.6rem;
        margin-bottom: 0.8rem;
    }
    .Compare__Item--Switch__clear-list {
        margin-left: 0;
    }
}
.Compare__Button {
    display: block;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-appearance: none;
}
.Compare__Item--Switch.selected .Compare__Button {
    border-bottom: 0;
}
.Compare__Item--Switch .Compare__Button.Compare__Button--Clear {
    border-bottom: 0;
    color: #8e8e8e;
}
.Compare__Item--Switch .Compare__Button {
    border-bottom: 1px dashed;
}
.Compare__Window {
    overflow-y: auto;
}
.Compare__Table {
    border-collapse: collapse;
    font-size: 0.95rem;
}
.Compare__Table th {
    border-right: 1px solid #ebebeb;
    border-top: 0;
    font-weight: 400;
    min-width: auto;
    text-align: left;
}
.Compare__Table td,
.Compare__Table th {
    padding: 0.8rem 0.6rem;
}
.Compare__Table tr:first-of-type td {
    vertical-align: top;
}
.Compare__Table td {
    border-right: 1px solid #ebebeb;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    position: relative;
    border-top: 0;
}
.Compare__Link--Remove {
    color: #bfbfbf;
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.Compare__Box--Name {
    margin: 0.4rem 0.3rem;
}
.Compare__Link--Name {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #404040;
    text-decoration: underline;
}
.Compare__Table .price {
    font-size: 1.1rem;
}
.Product__Price--Old {
    min-height: 1.9rem;
    white-space: nowrap;
}
.Compare__Table td span {
    white-space: normal !important;
}
.Product__Price--Old > .Product__Price--Inline,
.Product__Price--Old > .Product__Price--Unit {
    color: #bfbfbf;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.Product__Price--Old > .Product__Price--Inline:after,
.Product__Price--Old > .Product__Price--Unit:after {
    content: "";
    background-color: #ee1c24;
    height: 0.1rem;
    left: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
    width: 100%;
}
.wa-dropdown > .wa-dropdown-toggle,
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input {
    padding: 0 10px !important;
    line-height: 37px !important;
    font-size: 14px !important;
}
#themeOverride .wa-product-body .wa-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#themeOverride .wa-product-body .wa-column-details {
    padding-top: 0;
}
#themeOverride .wa-product-body .wa-details .wa-name {
    margin-top: 0;
    line-height: 1;
}
#themeOverride .wa-quantity-box .wa-input {
    text-align: center;
}
.Brands__Item--Categories {
    background-color: #f2f2f2;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    margin: 0 1rem 1rem 0;
    padding: 0.4rem 0.7rem;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.4;
}
.Brands__Link--Categories {
    background: none;
}
#s-plugin-syrattach-filelist {
    margin: 1rem 0;
    max-width: 400px;
}
#s-plugin-syrattach-filelist a {
    color: #2e88c4;
    border-color: rgba(46, 136, 196, 0.3);
    text-decoration: none;
    border-bottom: 1px solid;
}
#s-plugin-syrattach-filelist h2 {
    font-size: 1.3rem;
}
.dp-container__product {
    margin: 1rem 0;
    max-width: 400px;
}
#themeOverride .product_one-click__wrap [data-quickorder-pb] {
    background-color: #eff3f6;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 2rem;
    margin: 0;
    line-height: 32px;
    height: 32px;
    letter-spacing: 1px;
}
#themeOverride .product_page .product_one-click__wrap [data-quickorder-pb] {
    line-height: 37px;
    height: 37px;
}
#themeOverride .product_one-click__wrap [data-quickorder-pb]:hover {
    background-color: #fff;
}
#themeOverride .product_action > .quickorder-button {
    margin: 1rem 0 0 0;
}
.quickorder-form [data-quickorder-pfh] {
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    padding: 1rem 1.3rem 0 1.3rem;
}
.quickorder-form [data-quickorder-pfb] {
    background: rgb(243, 243, 243);
    font-family: inherit;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0.54rem 1.3rem;
}
.product__title-badge__wrap .-b-,
.product__title-badge__wrap .badge_ {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.product__title-badge__wrap .-b- span,
.product__title-badge__wrap .badge_ span {
    display: inline;
    border-radius: 5px;
}
.product__title-badge__wrap .-b- span:not(:last-child),
.product__title-badge__wrap .badge_ span:not(:last-child) {
    margin-right: 5px;
}
.product__title-badge__wrap .-b- i,
.product__title-badge__wrap .badge_ i {
    display: none;
}
.plugin_arrived-button a {
    border-bottom-width: 0px !important;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    padding: 0.7rem 0.9rem;
    border-bottom: 0;
    border-radius: 4px;
    color: #fff;
}
.product_add-services--box .plugin_arrived-button a {
    letter-spacing: 1px;
    margin: 1.1rem 0.7rem 0.7rem 0;
}
.Product-grid_bottom .plugin_arrived-button a {
    padding: 0.5rem 0.8rem;
}
#themeOverride .fiwex-tooltip-content {
    background: #fff;
    -webkit-box-shadow: 0 0 1.429rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.429rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 420px) {
    .Product-grid_bottom .plugin_arrived-button a {
        padding: 0.4rem 0.8rem;
    }
}
@media (max-width: 768px) {
    #themeOverride .featurestips_wrapper {
        position: initial;
    }
    #themeOverride .featurestips_wrapper .featurestips_view {
        left: 10px;
        margin-left: 0;
    }
    #themeOverride .featurestips_wrapper .tip_view_in {
        width: calc(100% - 20px);
    }
}
#themeOverride input.wa-input {
    max-width: 100%;
    line-height: 1.2 !important;
    padding: 0.7rem 0.7rem !important;
    font-size: 1rem !important;
    border: 1px solid #ededed !important;
    border-radius: 4px !important;
    outline: 0;
    height: unset !important;
}
.cat-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    padding: 3px 5px;
    margin: 0 3px;
    border-radius: 3px;
    font-size: 13px;
    font-style: italic;
}
.cat-badge--discount {
    background: #f91155;
}
.cat-badge--new {
    background: #2b9e46;
}
.cat-badge--hot {
    background: #f6512e;
}
