:root {
    --globalnav-background: rgba(22, 22, 23, .8);
    --r-globalnav-color: #fff;
    --font-weight-bold: 700;
    --font-color-black: #1d1d1f;
    --font-color-black-hover: #575757;
    --r-globalnav-flyout-height: 476px;
    --r-globalnav-flyout-rate: 240ms;
    --r-globalnav-scrollbar-width: 15px;
    --mobile-padding: 10px;
    --mobile-margin-left: -5px;
    --border-color: #fafafa;
    --max-width: 1340px;
    --swiper-theme-color: #575757;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    list-style: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .2s, background-color .2s;
}

body {
    background: #f5f5f5;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: var(--max-width);
    padding-left: 15px;
    padding-right: 15px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
    height: 40px;
}

a {
    transition: color .32s cubic-bezier(.4, 0, .6, 1);
    color: #191919;
}

.alink,
a:visited,
.alink:visited {
    color: inherit;
}

.container-full {
    width: 100%;
    margin: 0 auto;
}

.breadcrumbs a:active {
    color: #000;
}

.breadcrumbs a:visited {
    color: inherit;
}

.breadcrumbs a {
    color: inherit;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
        --bs-gutter-x: 1.5rem;
    }
}

@media (min-width: 768px) {
    .container {
        --bs-gutter-x: 1.5rem;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: var(--max-width);
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}


@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }


}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }


}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }


}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}

.pd-0 {
    padding: 0;
}

.mg-0 {
    margin: 0;
}

.action.primary:hover,
.action-primary:hover {
    background: var(--font-color-black-hover);
    border: 1px solid var(--font-color-black-hover);
    color: #fff;
}

#maincontent {
    background: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
}

.minicart-items-wrapper {
    border: 1px solid #efefef;
    border-left: none;
    border-right: none;
}

.minicart-wrapper .block-minicart {
    border: 1px solid var(--border-color);
}

.toolbar select {
    background-color: transparent;
    box-shadow: none;
}

.toolbar select {
    background-color: transparent;
    box-shadow: none;
}

a.action.towishlist span {
    display: none;
}

.toolbar.toolbar-products:last-child {
    background: transparent;
}

.toolbar.toolbar-products:last-child .field.limiter {
    display: none;
}


.catalog-product-view #maincontent {
    margin-bottom: unset;
}


.modal-popup._show .modal-inner-wrap {
    border-radius: 10px;
}

.modal-popup .modal-footer {
    text-align: right;
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
    background: #22a510;
    border: 1px solid #22a510;
    color: #fff;
}

.action.primary,
.action-primary {
    background-image: none;
    background: #29bb15;
    border: #29bb15;
    padding: 11px 15px;
}


.home4banner {
    display: flex;
    flex-wrap: wrap;
}

.home4banner .item {
    padding: 10px;
}

.banner-copy-wrapper .headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 53px;
}

.banner-copy-wrapper .subhead {
    font-size: 21px;
    line-height: 1.2381;
    font-weight: 400;
    letter-spacing: .016em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 4px;
}

.banner-copy-wrapper .cta-links {
    position: relative;
    z-index: 4;
    text-decoration: none;
}

.banner-copy-wrapper .cta-links a:not(:only-child):first-child {
    margin-left: -3px;
}

.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.product-item-info {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.product-item .tocart {
    width: 100%;
    border-radius: 3px;
}

.product-item-actions .actions-primary {
    width: 100%;
}

.product-item .tocart.action.primary:hover,
.product-item .tocart.action-primary:hover {
    background: #3fc22d;
    border: none;
}

.abs-product-link>a,
.product-item-name>a,
.product.name a>a {
    color: var(--font-color-black);
}

.product-item-name {
    font-weight: var(--font-weight-bold);
    height: 40px;
    overflow: hidden;
}

.product-item .price-box .price {
    font-weight: normal;
}

.products-grid .product-item {
    margin-bottom: 2%;
}

.page-products .products-grid .product-item-inner:before {
    content: unset;
}

.header.content {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.header.content:before,
.header.content:after {
    content: unset;
}

ul.compare.wrapper {
    display: none;
}

.minicart-wrapper {
    margin: 0;
}

.header-right-wpt .customer-welcome {
    margin: 0 20px;
}



.header-right-wpt {
    display: flex;
    order: 3;
    align-items: center;
}

.header-right-wpt {
    display: flex;
    order: 3;
    align-items: center;
    justify-content: space-between;
    min-width: 70px;
}

svg.icon.icon-account {
    width: 21px;
    height: auto;
    font-weight: bold;
}

li.greet.welcome {
    display: none;
}

.page-header .header.panel a,
.header.panel>.header.links>li>a {
    color: #777 !important;
    text-decoration: none;
}

.header.panel>.header.links>li.welcome,
.header.panel>.header.links>li>a {
    line-height: unset;
}

.page-header .panel.wrapper {
    border: none;
    height: 30px;
    line-height: 27px;
    background-color: #f5f5f5;
    color: #777;
}

.page-header {
    background: var(--r-globalnav-color);
}

.customer-welcome .action.switch {
    display: none
}

span.customer-name:after {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 25px;
    color: #fff;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    width: auto;
    content: unset;
}

.page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: unset;
}

.customer-welcome ul {
    min-width: 130px;
    border: none;
    z-index: 128;
}

.customer-welcome ul:after,
.customer-welcome ul:before {
    border: none;
}

svg.icon.icon-cart {
    width: 40px;
    color: #000;
    margin-top: 6px;
}

span.customer-name svg {
    width: 20px;
    color: #000;
    margin-top: 5px;
}

.ac-gf-directory-column-section img {
    max-width: 120px;
}

.page-products .columns {
    display: flex;
    padding: 0;
}

.page-products .columns .sidebar-main {
    padding: 0;
}

.panel.header a {
    color: #fff;
}

.page-footer {
    background: #fff;
}

.page-products .columns .column.main {
    padding: 0;
}

.toolbar-products {
    background-color: transparent;
    background: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
}

.sidebar.sidebar-additional {
    display: none;
}

dl#narrow-by-list {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

li.link.wishlist a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
}

.filter-options-contents ol.items {
    display: flex;
}

.filter-content .item {
    margin: 0;
    padding: 0 10px;
}

.breadcrumbs {
    margin-top: 10px;
}

.filter.block {
    margin-bottom: 20px;
}

dd.filter-options-contents {
    margin: 0;
}

dt.filter-options-titles {
    margin: 0;
}

.block-content.filter-content {
    background: #fff;
    border-radius: 5px;
}

.minicart-wrapper .action.showcart {
    white-space: nowrap;
    cursor: pointer;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.minicart-wrapper .action.showcart svg {
    font-size: 25px;
}

.minicart-wrapper .action.showcart.active {
    display: flex;
}

.amreview-submit-form .review-form .action.submit.primary {
    background: var(--font-color-black);
    border: 1px solid var(--font-color-black);
    border-radius: 2px;
}

.block-search .action.search {
    background: #07c160;
}

.block-search input {
    border: 2px solid #07c160;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    color: #000;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    left: 7px;
    top: 10px;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    color: #fff;
    text-align: center;
    background-color: #07c160;
    border-radius: 8px;
    height: 16px;
    width: 24px;
    padding: 0 7px;
}


.product-item .price-box .price-label {
    display: none;
}

.product-item .old-price {
    text-decoration: line-through;
    color: #ccc;
}

.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
    text-decoration: line-through;
}

span.price-label {
    display: none !important;
}

.columnxx.mainxx.row {
    margin-top: 40px;
}

h3.SectionHeader__Heading.Heading.u-h3 {
    margin: 0;
    padding: 10px;
}

.block-content.Heading {
    background: transparent;
    padding: 10px;
}

.c-service {
    background-image: url(../images/sprites-hash-c9975078.png);
    background-position: 0 0;
    width: 304px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.PageContent.PageContent--fitScreen.PageContent--extraNarrow {
    background: #fff;
    padding: 25px;
}

ul.header.links li.greet.welcome {
    display: none !important;
}

.slick-prev,
.slick-next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    color: #fff;
    font-size: 15px;
    opacity: 1;
}

.products.wrapper~.toolbar .pages {
    float: none;
}

.toolbar .pages .item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    justify-content: center;
    background: #fff;
}

.pages a.page {
    font-weight: 600;
    color: #000;
}

.toolbar .pages .items {
    display: flex;
    justify-content: center;
}

.toolbar .pages a.page:active {
    color: #000;
    font-weight: 600;
}

.toolbar .pages strong.page {
    background: none;
}

.toolbar .pages .action {
    box-shadow: none;
    border: none;
    background: transparent;
    text-align: center;
    margin: 0 !important;
    padding: 0;
}

.toolbar li.item.current {
    background: #e64b4b;
}

.toolbar .pages strong.page {
    color: #fff;
}

.toolbar .pages .action:active {
    background: transparent;
}

.cart-summary {
    background: #fff;
}

.cart.table-wrapper {
    background: #fff;
    padding: 0 10px 10px;
}

.goods-extend-intro {
    float: left;
    padding-left: 15px;
    margin-right: 10px;
    font-size: 12px;
    color: #9e9e9e;
    background: url(../images/intro_check_icon3x_c04a33.webp) no-repeat 0;
    background-size: 12px 12px;
    line-height: 1.4;
    cursor: pointer;
}

@media (min-width:768px) {


    .hide-mobile {
        display: none;
    }

    .page-products .products-grid .product-item {
        padding: 0;
    }

    .block-search input {
        position: unset;
        padding: 0;
        font-size: 12px;
        padding-left: 10px;
        height: 40px;
    }

    .block-search .action.search:before {
        color: #fff;
    }

    .block-search {
        width: 40%;
    }

    .field.search {
        width: calc(100% - 60px);
    }

    form#search_mini_form {
        display: flex;
    }

    .block-search .action.search {
        position: unset;
        width: 60px;
        border-radius: 0;
        height: 40px;
        opacity: 1 !important;
        border-left: 0;
    }



    .logo {
        margin: 0;
    }

    .block-content.Heading {
        background: transparent;
        padding: 20px 0;
    }

    #amrelated-block-1.block.widget.block-products-list.grid {
        padding-left: 10%;
        padding-right: 0;
    }

    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {

        padding-bottom: 0;
    }

    .product.data.items>.item.title {
        margin: 0;
    }

    .main-menu-wrap {
        position: sticky;
        top: 0;
        z-index: 12;
        background: #fff;
    }

    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        border: none;
        border-top: 2px solid #ea4141;
        border-right: 2px solid #efefef;
    }

    .product.data.items>.item.content {
        border: none;
    }

    .product.data.items>.item.title>.switch {
        border: none;
        background: transparent;
        border-right: 2px solid #efefef;
    }

    .product.data.items.mage-tabs-disabled {
        background: #fafafa;
    }

    .catalog-product-view #maincontent .column.main {
        display: flex;
        background: #fff;
        border-radius: 5px;
        padding: 20px;
    }

    .page-layout-1column .product-info-main {
        order: 2;
        width: 60%;
        padding-left: 20px;
    }

    .page-layout-1column .product.media {
        width: 40%;
    }

    .page-main>.page-title-wrapper .page-title {
        margin-bottom: 20px;
    }

    strong.block-subtitle.filter-subtitle {
        display: none;
    }

    .cms-index-index .widget .block-title strong {
        font-size: 3rem;
        font-weight: 600;
        vertical-align: middle;
    }

    .cms-index-index .page-main .widget.block {
        margin-bottom: 20px;
    }

    figure.banner-image img {
        min-height: 600px;
        width: auto;
        position: relative;
        clip: rect(0px 50px 200px 0px);
        border-radius: 5px;
    }

    .product-info-main .product-info-price {
        padding-top: 30px;
    }

    /*pc*/
    .home-slider img {
        width: 100%;
    }

    .drop-menu {
        position: relative;
    }

    .drop-menu .nav-sections {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e7e7e7;
        visibility: hidden;
        opacity: 0;
    }

    .drop-menu .nav-sections.visible {
        visibility: visible;
        opacity: 1;
    }

    .drop-menu:hover .nav-sections {
        visibility: visible;
        opacity: 1;
    }

    /*
    .nav-sections {
        margin-bottom: 0;
    }

    .navigation .level0 .submenu {
        border: none;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        padding-left: 0;
        padding-right: 0;
    }

    .sw-megamenu.navigation li.level0.fullwidth>.submenu,
    .sw-megamenu.navigation li.level0.staticwidth>.submenu {
        padding: 0;
    }

    .sw-megamenu.navigation li.level0 .submenu>.container {
        padding: 10px;
    }

    .sw-megamenu.navigation .subchildmenu.mega-columns>li {
        padding: 0;
    }

    .sw-megamenu.navigation .level0:hover:after,
    .sw-megamenu.navigation .level0 .submenu:before {
        content: unset;
    }

    .sw-megamenu.navigation .level0 .submenu {
        background: #fff;
        transition: height var(--r-globalnav-flyout-rate) cubic-bezier(.4, 0, .6, 1), visibility var(--r-globalnav-flyout-rate) step-start, background var(--r-globalnav-flyout-rate) cubic-bezier(.4, 0, .6, 1);
    }
    
    .sw-megamenu.navigation li.level0.fullwidth,
    .sw-megamenu.navigation>ul {
        position: unset;
    }
*/
    ul.ac-gf-footer-legal-links {
        margin: 0;
        display: inline-flex;
    }

    .navigation ul {
        padding: 0;
    }

    .sw-megamenu.navigation.side-megamenu li.level0.parent>a:after {
        display: inline-block;
        margin-right: -15px;
        line-height: inherit;
        content: '\e608';
        font-family: 'luma-icons';
    }

    ul.subchildmenu.col-md-12>li {
        display: flex;
        flex-direction: row;
        width: 25% !important;
        align-items: center;
        border-bottom: 1px solid #f5f2f2;
    }

    ul.subchildmenu {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 0;
    }


    ul.subchildmenu.col-md-12>li>a {
        min-width: 120px;
    }

    .sw-megamenu.navigation.side-megamenu li.level0.fullwidth>.submenu {
        border: none;
    }

    .sw-megamenu.navigation.side-megamenu li.level0>.submenu::before {
        content: unset;
    }

    .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,
    .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a {
        text-decoration: unset;
        text-transform: unset;
    }

    .sw-megamenu.navigation.side-megamenu li.level0:hover>a {
        color: inherit;
        border-top-color: #e7e7e7;
    }

    .sw-megamenu.navigation.side-megamenu li.level0 {
        position: unset;
    }

    ul#J_main_nav_link>li {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        padding: 0 15px;
    }

    ul#J_main_nav_link {
        display: flex;
        margin: 0;
    }

    ul#J_main_nav_link>li:first-child {
        color: #07c160;
    }

    .all-cat {
        padding: 15px 0;
        width: 100%;
        height: 100%;
        display: inline-flex;
        background: #07c160;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff !important;
        text-decoration: none !important;
    }

    .sw-megamenu.navigation .subchildmenu.mega-columns>li {
        padding: 0;
    }

    .sw-megamenu.navigation.side-megamenu li.level0:hover {
        background-color: #fff;
    }

    .menu-wrap {
        align-items: center;
    }

    ul.ac-gf-footer-legal-links li {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .cms-index-index .page-main {
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-sections {
        position: sticky;
        top: 0;
        z-index: 123;
    }

    .navigation {
        background: transparent;
        position: unset;
        font-weight: normal;
    }


    .nav-sections {
        background: var(--font-color-black)
    }

    .navigation .level0>.level-top {
        color: var(--r-globalnav-color);
    }

    .bottom-copy-wrapper {
        position: relative;
    }

    .banner-copy-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        top: 50%;
        z-index: 11;
    }



    .header.content {
        padding: 15px 5px;
    }

    .navigation {
        padding: 0;
    }

    .banner-copy-wrapper.top-center {
        top: 0;
    }

    .banner-copy-wrapper.color-fff {
        color: #fff;
    }

    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: #fff;
    }

    .product-item-info:hover {
        box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
        transform: scale3d(1.01, 1.01, 1.01);
    }

    .section-item-contents:not(:first-child) {
        display: none;
    }

    ul.subchildmenu {
        padding-left: 0;
    }

    .banner-img-item img {
        width: 100%;
        display: block;
    }

    .banner-img-item-inner {
        padding: 0 10px;
        overflow: hidden;
    }

    .image-wpt {
        overflow: hidden;
    }

    .image-wpt:hover img {
        transform: scale(1.1);
        transition: transform 2s cubic-bezier(.25, .46, .45, .94);
    }

    .cms-index-index .block.container.widget.block-products-list.grid {
        padding-left: 15px;
        padding-right: 15px;
    }


}
.toolbar .modes {
    display: none;
}
.toolbar:before {
    display: none;
}

.toolbar:after {
    display: none;
}

.toolbar.toolbar-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-products .toolbar .limiter {
    display: block;
}

.brand-channelb-item a:active,
.brand-channelb-item .alink:active,
.brand-channelb-item a:hover,
.brand-channelb-item .alink:hover {
    text-decoration: unset;
}

.brand-channelb-item {
    padding: 10px;
}

.brand-name .brand-str-discount {
    margin-right: 10px;
}

.brand-name {
    margin-top: 18px;
    cursor: pointer;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 700;
    display: block;
}

.brand-name .brand-num-discount {
    font-size: 26px;
    color: #f03867;
}

.home4banner {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-title img {
    margin: 0 auto;
    text-align: center;
    float: none;
}

.banner-title {
    text-align: center;
}

li.ui-menu-item.level1.parent>a {
    font-size: 16px !important;
    color: #000;
    font-weight: 600;
}

ul.slick-dots {
    margin-top: -50px;
}

.product-add-form .box-tocart .actions {
    display: flex;
    align-items: center;
}

.product-addto-links .action {
    margin: 0;
}

.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    z-index: 11;
}

.product-social-links {
    text-align: left;
    margin: 0;
}

.product-info-main .page-title-wrapper h1 {
    font-size: 26px;
    font-weight: bold;
}

.product-info-main .product-info-stock-sku {
    display: inline-block;
    float: left;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
}

.product-info-main .product-reviews-summary {
    display: none;
}

.product-info-main .product-info-price {
    border-bottom: 1px solid #f2f0f0;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 26px;
    color: #ee1414;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    text-decoration: line-through;
    text-decoration-color: #ccc;
    color: #ccc;
}

.product-info-main .product-info-price .price-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-info-main .product-info-price span.special-price {
    margin-right: 20px;
}

.product-info-main .field.qty {
    display: flex;
    align-items: center;
}

.product-info-main .field.qty label.label {
    margin-right: 15px;
}

li.link.wishlist a:before {

    font-size: 20px;

}

li.link.wishlist>a:hover {
    text-decoration: unset;
}

li.link.wishlist>a {
    font-size: 0;
}

span.btn-count {
    width: 30px;
    border: 1px solid #ccc;
    height: 30px;
    text-align: center;
    align-content: center;
    align-items: center;
    line-height: 30px;
    font-size: 25px;
}

.product-info-main .field.qty .control {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.product-info-main .box-tocart .input-text.qty {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    height: 30px;
}

.page-header .header.panel {
    --bs-gutter-x: 5px;
    display: flex;
    justify-content: end;
    padding: 0 var(--bs-gutter-x);
}

.copyright-links .row>* {
    width: auto;
}

.copyright-links .row>.c-links {
    display: flex;
    list-style: none;
}

.copyright-links .row>.c-links ul.ac-gf-footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    list-style: none;
}

.topbarbanner {
    display: block;
    max-width: 80%;
    width: auto;
    overflow: hidden;
    height: 30px;
}

.copyright-links .container.row {
    align-items: center;
}

.copyright-links .row>.c-links ul.ac-gf-footer-legal-links li {
    margin-right: 15px;
    margin-bottom: 0;
}

span.copyright {
    background: transparent;
    color: #000;
}

.minicart-wrapper.active .block-minicart {
    margin-top: 0;
    margin-bottom: 0;
    z-index: 133;
    position: relative;
    top: 0;
    height: 100%;
    bottom: 0;
}

.minicart-wrapper .action.close {
    right: 7px;
    top: 5px;
}

.minicart-wrapper.active .ui-dialog {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 156;
    bottom: 0;
}

.minicart-wrapper .block-minicart:before {
    display: none;
}

.minicart-wrapper .block-minicart:after {
    display: none;
}

.header.panel>.header.links {
    margin-left: auto;
}

.logo img {
    margin: 10px 0;
}

li.greet.welcome {
    display: none;
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
    text-align: center;
}

table#shopping-cart-table.data.table {
    word-break: normal;
}

.cart.table-wrapper .product-item-name {
    font-weight: normal;
}

.flex-qty-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}


.flex-qty-cont .product-item .price-box {
    margin: 0;
}
.qty-cont {
    display: flex;
    justify-content: space-between;
}
.catalog-topnav.amasty-catalog-topnav {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}.toolbar.toolbar-products:last-child {
    justify-content: center;
}
.qty-cont input[type="input"] {
    max-width: 30px;
    height: 30px;line-height: 30px;
    border: 1px solid #ccc;
    border-width: 1px;
    border-left: none;
    border-right: none;
    text-align: center;
    outline: none;
}

@media (max-width:767px) {
    .copyright-links .container.row {
        justify-content: center;
        width: auto;
        margin-bottom: 20px;
    }

    .product-add-form .box-tocart .actions {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    button#product-addtocart-button {
        width: 86%;
    }

    div#amrelated-block-3 {
        padding: 0;
    }

    .product-info-main {
        margin-top: 30px;
        background: #fff;
        padding: 12px;
    }

    .product.data.items>.item.title>.switch {
        border-top: 1px solid #e7e2e2;

    }

    .pages-item-previous,
    .pages-item-next {
        position: relative;
    }

    .sw-megamenu.navigation.side-megamenu {
        display: block;
    }

    .image-wpt img {
        width: 100%;
    }

    .columnxx.mainxx.row {
        margin-top: 0;
    }

    .product.data.items {
        border-bottom: 0;
    }

    .block.widget.block-products-list.grid {
        padding-left: 10px;
        padding-right: 10px;
    }

    div#amrelated-block-1 {
        text-align: center;
        padding: 0;
    }

    .page-main,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);
    }

    #amrelated-block-1 .col.col-6.col-md-12 {
        padding: 10px;
        text-align: center;
    }

    .home-slider img {
        width: 100%;
    }

    .product.data.items {
        margin-left: var(--mobile-margin-left);
        margin-right: var(--mobile-margin-left);
    }

    .page-products .sorter {
        top: 10px;
        z-index: 1;
    }

    .hide-pc {
        display: none;
    }

    .toolbar.toolbar-products {
        position: relative;
    }

    .customer-welcome .customer-menu {
        display: none;
    }

    .customer-welcome ul {
        min-width: 180px;
        border: none;
    }

    .customer-welcome ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    }

    .block-search {
        margin-top: 0;
        margin-left: auto;
    }

    .customer-welcome.active .customer-menu {
        display: block;
    }

    .product-item-name {
        height: 40px;
        overflow: hidden;
    }

    .columnxx.mainxx.row {
        width: 100%;
    }

    .customer-welcome ul li {
        margin: 0;
        padding: 0;
    }

    .customer-welcome li a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: 8px;
    }

    .customer-name {
        display: inherit;
    }

    .block-title.filter-title {
        display: none;
    }

    .nav-toggle {
        position: unset;
    }

    .navigation a {
        padding-left: 0;
    }

    .sw-megamenu.navigation .mobile-show-menu.submenu.level0 {
        height: auto;
        visibility: visible;
    }

    .block-search input {
        position: unset;
    }

    .block-search .action.search {
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
        background: #000;
        color: #fff;
        height: 40px;
    }

    form#search_mini_form {
        position: relative;
    }

    .header.content .block-search {
        display: none;
    }

    .block-search {
        padding: 0 10px;
    }

    .header.content {
        padding: 10px 15px;
    }

    .block-search .label {
        display: none;
    }

    .navigation,
    .nav-sections {
        background: #fff;
    }

    .level0.submenu.mobile-show-menu .container {
        padding: 0;
    }

    .block-search .control {
        border-top: 0;
        clear: both;
        margin: 0;
        padding: 0;
    }

    .navigation .level0>.level-top {
        padding: 8px 40px 8px 5px;
    }

    .navigation .submenu:not(:first-child) ul {
        padding-left: 5px;
    }


    .navigation li.level0:last-child {
        border-bottom: none;
    }

    .nav-sections .header.links {

        padding: 5px;
    }

    a.logo {
        margin: 0 auto;
    }

    .nav-sections .header.links li.greet.welcome,
    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        font-weight: normal;
    }



    .nav-toggle:before {
        font-size: 26px;
    }

    .page-header {
        margin-bottom: 0;
        border-bottom: 0;
    }

    span.customer-name svg {
        width: 22px;
    }

    a.all-cat {
        display: none;
    }

    .minicart-wrapper {
        margin: 0;
    }

    .col-md-10.right-menu {
        display: none;
    }

    .filter .filter-current {
        border: 0;
        margin: 0;
    }

    .filter .filter-current .items {
        display: block;
    }

    .c-service {
        position: relative;
    }

    .product-item-info {
        padding: 15px 8px;
    }

    .product-reviews-summary .reviews-actions {
        display: none;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        left: auto;
    }

    .block-search .action.search {
        background: #07c160;
        opacity: 1;
        border: none;
    }

    .nav-sections .header.links li.greet.welcome,
    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        padding-left: 8px;
    }

    header.page-header.scrolld .panel.wrapper {
        display: none;
    }

    header.page-header.scrolld {
        position: sticky;
        top: 0;
        z-index: 12;
    }

    .copyright-links .row>.c-links ul.ac-gf-footer-legal-links {

        padding: 0;
    }

    .header.content {
        padding: 5px 15px;
    }

    .logo img {
        margin: 0 auto;
    }

    .topbarbanner {
        display: block;
        max-width: 100%;
        width: auto;
        overflow: unset;
        height: auto;
    }

    .page-header .panel.wrapper {
        border: none;
        height: auto;

    }

    .flex-qty-cont {
        flex-wrap: wrap;
    }

    .widget.block {
        margin-bottom: auto;
    }
    .page-products .sorter {
        position: unset;
        display: none;
    }
    
    .filter-options-contents ol.items {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .filter-content .item {
        display: flex;
        width: 50%;
        line-height: 30px;
    }
    
    .filter-content .item input {
        order: -1;
    }
}

.btn-count svg {
    font-size: 20px;
}
.filter-content .item {
    display: flex;
}

.filter-content .item input {
    order: -1;
}
.topbarbanner {
    display: block;
}

li.link.wishlist {
    width: auto;
    text-align: center;
    order: 3;
}

.actions-toolbar>.secondary .action.back {
    display: inherit;
}

.minicart-items .product-item-name a {
    color: var(--font-color-black);
}

.checkout-index-index .header.content {

    align-items: center;
    justify-content: center;
}

.cms-page-view .column.main {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.copyright-links {
    border-top: 1px solid #ccc;
}

.actions-toolbar button.action.action-apply {
    height: 40px;
}


@media (min-width: 768px) {
    ul#J_main_nav_link>li {
        padding: 0 5px;
    }
}

@media (min-width: 991px) {
    ul#J_main_nav_link>li {
        padding: 0 10px;
    }


}

.checkout-index-index .logo img {
    width: auto;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .touchpad ol.product-items.widget-product-grid {
        display: flex;
        overflow-x: scroll;
        justify-content: space-between;
    }

    .touchpad .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 2% !important;
    }

}

.cart-summary .block .content {
    display: block;
}

.cart-summary .block>.title {
    border-top: none;
}

a.main-nav-atag.hot:before {
    background: red;
    width: 30px;
    height: 16px;
    position: absolute;
    content: 'hot';
    top: -12px;
    right: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

a.main-nav-atag {
    position: relative;
}

.cart.table-wrapper .control.qty label {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cart.table-wrapper .col.qty .input-text {
    height: 30px;
    margin: 0;
    border-left: 0;
    border-right: 0;
    width: 30px;
}


.upload_uploadButton__7D_J1 {
    width: 102px;
    height: 102px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #d9d9d9;
    background-color: #fafafa;
    position: relative;
}

.upload_uploadButton__7D_J1 input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    cursor: pointer;
}

.MuiSvgIcon-root {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill .2s cubic-bezier(.4, 0, .2, 1) 0ms;
    transition: fill .2s cubic-bezier(.4, 0, .2, 1) 0ms;
}

.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {

    color: #fff;
    background: #29bb15;
    border: #29bb15;
}

.box-tocart .action.tocart:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url('../images/add_to_cart_icon.png') no-repeat 0 0;

    margin-right: 10px;
}

.box-tocart .action.tocart {
    display: flex;
    justify-content: center;
    align-items: center;
}

#newsletter-popup {
    position: fixed;
    z-index: 1300;
    inset: 0px;
    top: 10%;
    display: flex;
    justify-content: center;

}

span.image_myImage__I4nGX.icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

div.newsletter-popup-inner {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    margin: 32px;
    position: relative;
    overflow-y: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    left: auto !important;
    margin: auto;
    right: auto !important;
}

#bt-popup {
    display: flex;
    gap: 20px;
    align-items: center;
}

.common_contentWrapper__cFJyh {
    padding: 76px 50px 50px;
}

.common_contentWrapper__cFJyh {
    padding: 76px 50px 50px;
}

.common_titleImg__ggcPy {
    margin: 0 auto;
    width: 425px;
}

.common_formContent__mHjJD {
    margin-top: 60px;
}

.common_enjoyRights__N92hH {
    margin-top: 20px;
    gap: 16px;
}

.common_enjoyRightsItem__5g7Uj {
    padding: 21px 0;
    width: 50%;
}

.common_enjoyRightsItem__5g7Uj {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fbf5ef;
}

.common_enjoyRights__N92hH {
    display: flex;
    margin-top: 20px;
    gap: 16px;
}

.bt-popup-form {
    width: 100%;
    text-align: left;
}

.common_agreePrivacyPolicy__ScM_e {
    margin: 33px 0 13px;
    gap: 15px;
}

.common_agreeIcon__geBe5 {
    width: 20px;
}

.common_noThanks__OE6N8 {
    font-size: 12px;
    text-decoration: underline;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.common_icon__h05Rz {
    width: 20px;
}

.bt-popup-img-content img {
    display: block;
}

.common_enjoyRightsItemTitle__22N10 {
    margin: 11px 0 8px;
    font-size: 18px;
}

.common_enjoyRightsItemDesc__k_iix {
    font-size: 16px;
}

.common_agreePrivacyPolicy__ScM_e {
    margin: 33px 0 13px;
    gap: 15px;
    display: flex;
    justify-content: center;
}

.common_agreeIcon__geBe5 {
    width: 20px;
}

.common_dialog___8QLa .common_contentWrapper__cFJyh .common_agreePrivacyPolicy__ScM_e .common_agreePrivacyPolicyText__M11d0,
.common_dialog___8QLa .common_contentWrapper__cFJyh .common_noThanks__OE6N8 {
    font-size: 16px;
}

.product.media .MagicToolboxSelectorsContainer .mcs-item a {
    margin: 0 !important;
    border: 1px solid #ccc !important;
    margin-bottom: 5px !important;
}

.product.media .mt-thumb-switcher.active-selector img {
    -webkit-filter: unset;
    filter: unset !important;
    border-bottom-color: unset !important;
    border: 1px solid #000;
}

.product.media a[data-zoom-id] img,
.product.media .mz-thumb img,
.product.media .mt-thumb-switcher.mz-thumb:hover:not(.active-selector) img,
.product.media .mt-thumb-switcher.m360-selector:hover:not(.active-selector) img,
.product.media .mt-thumb-switcher.video-selector:hover:not(.active-selector) img {
    padding: 0 !important;
}

.MagicScroll-vertical .mcs-item {

    height: auto !important;
}

.back-top:before {
    content: '\e621';
    font-family: 'luma-icons';
    font-size: 20px;
}

.back-top {
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    background: #231816;
    cursor: pointer;
    color: #fce9da;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    width: 58px;
    height: 58px;
    gap: 8px;
}

.shortcut-menu {
    position: fixed;
    bottom: 90px;
    right: 6px;
    z-index: 1118;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

#newsletter-popup {
    position: fixed;
    z-index: 1300;
    inset: 0px;
    top: 10%;
    display: flex;
    justify-content: center;

}

.bt-popup_field_newsletter {
    padding-right: 0;
    border: 1px solid #ccc;
}