@media screen and (min-width: 992px) {
    .is-tablet .product:hover .colors-background {
        transform: translateY(0)
    }

    .is-tablet .product:hover .quick-view-link {
        opacity: 0
    }
}

.is-ipad .control_indicator:after {
    width: 3px !important;
    height: 6px !important;
    margin: 0 auto !important
}

.is-ipad .has-sticky-script .inner-wrapper-sticky {
    height: 100%
}

@media (orientation: landscape) {
    .is-ipad .has-sticky-script .inner-wrapper-sticky {
        max-height: 620px !important
    }
}

.product-list--desktop {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    flex-wrap: wrap;
    margin: 15px auto 0;
    position: relative;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .product-list--desktop.container {
        max-width: 768px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-list--desktop.container {
        max-width: 992px
    }
}

.breadcrumbs {
    display: flex;
    margin: 15px 0 5px;
    height: auto;
    flex: 0;
    align-items: flex-start;
}

.breadcrumbs .breadcrumbs__items {
    padding: 0
}

.breadcrumbs .breadcrumbs__items li a {
    font-size: 12px;
    line-height: 15px;
    color: #2d2d2d;
    text-transform: none
}

.breadcrumbs .breadcrumbs__items li a:hover {
    color: #2d2d2d
}

.breadcrumbs .breadcrumbs__items li:before {
    color: #2d2d2d
}

.breadcrumbs .breadcrumbs__items .current {
    font-size: 12px;
    line-height: 15px;
    text-transform: none
}

.filters {
    flex: 0 0 200px;
    width: 200px;
    height: calc(100vh - 240px);
    overflow-y: auto;
    padding-right: 20px;
    overscroll-behavior: none
}

.filters::-webkit-scrollbar {
    width: 6px
}

.filters::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 3px
}

.filters::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 3px
}

.filters::-webkit-scrollbar-thumb:hover {
    background: #747474
}

.filters.has-sticky-script {
    overflow-y: visible
}

.filters.has-sticky-script .inner-wrapper-sticky {
    height: 100%;
    max-height: 700px;
    width: 200px;
    padding-right: 20px;
    overflow-y: auto;
    scrollbar-color: #b5b5b5 #ebebeb;
    scrollbar-width: thin
}

.filters.has-sticky-script .inner-wrapper-sticky::-webkit-scrollbar {
    width: 6px
}

.filters.has-sticky-script .inner-wrapper-sticky::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 3px
}

.filters.has-sticky-script .inner-wrapper-sticky::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 3px
}

.filters.has-sticky-script .inner-wrapper-sticky::-webkit-scrollbar-thumb:hover {
    background: #747474
}

.filters.position-sticky {
    position: sticky;
    top: 20px;
    height: calc(100vh - 200px);
    width: 200px;
    padding-right: 20px;
    overflow-y: auto;
    scrollbar-color: #b5b5b5 #ebebeb;
    scrollbar-width: thin;
    transition: .3s
}

@media screen and (max-width: 991px) {
    .filters.position-sticky {
        height: calc(100vh - 160px)
    }
}

.filters.position-sticky.has-sticky {
    height: calc(100vh - 35px)
}

.filters.position-sticky.header-visible {
    top: 150px;
    height: calc(100vh - 160px)
}

@media screen and (max-width: 991px) {
    .filters.position-sticky.header-visible {
        top: 80px;
        height: calc(100vh - 95px)
    }
}

.filters .filters__border--top {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 0 15px 0
}

.filters .filters__reset {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    height: 35px;
    box-shadow: inset 0 0 0 1px #2d2d2d;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: .3s
}

.filters .filters__reset:hover {
    box-shadow: inset 0 0 0 2px #2d2d2d
}

.filters .filters__panel-heading {
    position: relative
}

.filters .filters__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filters .filters__title:after {
    font-size: 18px;
    line-height: 30px
}

.filters .filters__title[aria-expanded=false]:after {
    content: '+';
    position: relative;
    top: 1px
}

.filters .filters__title[aria-expanded=true]:after {
    content: '-'
}

.filters .filters__title-icon-garbage {
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer;
    transition: .2s
}

.filters .filters__panel-body {
    margin: 0 0 25px 0
}

.filters .filters__price-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filters .filters__label-price {
    width: 52px;
    margin: 0
}

.filters .filters__price-separator {
    padding: 0 5px
}

.filters .filters__input-price {
    width: 100%;
    border: 1px solid #b5b5b5;
    height: 32px;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 15px;
    text-align: center
}

.filters .filters__input-price::placeholder {
    color: #b5b5b5
}

.filters .filters__submit-price {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    background-color: #2d2d2d;
    color: #fff;
    border: none;
    width: 61px;
    height: 32px;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .filters .filters__submit-price {
        width: 80px
    }
}

.filters .filters__list-items {
    padding: 0
}

.filters .filters__item {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px
}

.filters .filters__item--hide {
    display: none
}

.filters .filters__item--active, .filters .filters__item--show {
    display: block
}

.filters .filters__toggle-values {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 0 25px;
    display: flex;
    align-items: center
}

.filters .filters__toggle-values:before {
    content: '+';
    font-size: 15px;
    line-height: 18px;
    margin-right: 5px
}

.filters .filters__toggle-values--hide {
    display: none
}

.filters .control-group .control-checkbox .control_indicator {
    height: 16px;
    width: 16px;
    min-width: 16px
}

.filters .control-group .control-checkbox .control_indicator:after {
    top: 3px
}

.filters .select {
    opacity: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.list {
    display: flex;
    flex: 0 0 calc(100% - 200px);
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    padding-left: 20px;
    width: calc(100% - 200px);
    padding-top: 35px;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .list {
        width: calc(100% - 220px)
    }
}

.list .list__products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px
}

@media screen and (min-width: 1200px) {
    .list .list__products {
        margin: 0 -8px
    }
}

.list .list__banner {
    margin-bottom: 30px
}

.list .list__header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin-bottom: 18px
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .list .list__header {
        flex: 1 0 auto
    }
}

.list .list__name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    flex: 0 0 180px;
    margin: 0 11px 0 0
}

@media screen and (min-width: 992px) {
    .list .list__name {
        font-size: 22px;
        line-height: 25px;
        margin: 0 22px 0 0;
        flex: 0 0 300px
    }
}

@media screen and (min-width: 1200px) {
    .list .list__name {
        flex: 0 0 520px
    }
}

@media screen and (min-width: 1400px) {
    .list .list__name {
        flex: 0 0 auto;
        max-width: 720px
    }
}

.list .list__count {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #a9a9a9
}

@media screen and (min-width: 992px) {
    .list .list__count {
        font-size: 16px;
        line-height: 20px
    }
}

.list .list__sort {
    margin: 0 0 0 auto
}

.list .list__sort .select {
    display: flex;
    align-items: center
}

.list .list__sort label {
    font-size: 12px;
    line-height: 15px;
    flex: 0 0 auto;
    margin: 0 15px 0 0
}

@media screen and (min-width: 992px) {
    .list .list__sort label {
        font-size: 14px;
        line-height: 17px
    }
}

.list .list__sort select {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    width: 170px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    height: 30px;
    padding: 0 10px;
    background-position-x: 90%;
    background-size: 9px;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media screen and (min-width: 992px) {
    .list .list__sort select {
        font-size: 14px;
        line-height: 17px
    }
}

.list .list__sort select:focus {
    box-shadow: none
}

.list_categories {
    margin-bottom: 20px
}

.list_categories .categories-slider.loaded .swiper-button-prev {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .93) 50%)
}

.list_categories .categories-slider.loaded .swiper-button-prev:not(.swiper-button-disabled) {
    z-index: 2;
    opacity: 1
}

.list_categories .categories-slider.loaded .swiper-button-prev svg {
    transform: rotateY(180deg)
}

.list_categories .categories-arrow {
    width: 100px;
    background-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease-in-out;
    background-image: none
}

.list_categories .categories-arrow.swiper-button-disabled {
    opacity: 0;
    z-index: -1
}

.list_categories .swiper-button-next.next-categories {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .93) 50%)
}

.list_categories .category-slide {
    height: 38px;
    display: flex
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .list_categories .category-slide {
        flex: 0 0 auto
    }
}

.list_categories a {
    padding: 8px 12px;
    border: 1.5px solid #e1e1e1;
    border-radius: 28px;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    transition: .3s
}

.list_categories a:hover {
    border-color: #787878
}

.product {
    flex: 0 0 33.33%;
    position: relative;
    margin-bottom: 30px;
    max-width: 33.33%;
    padding: 0 5px
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .product {
        width: 33.33%
    }
}

@media screen and (min-width: 1200px) {
    .product {
        flex: 0 0 calc(25% - 30px);
        max-width: calc(25% - 30px);
        padding: 0 8px
    }
}

.product .colors-background {
    opacity: 0;
    visibility: hidden;
    transform: translateY(35px);
    transition: .3s;
}

.product .product-wrapper {
    background: white;
    transition: .3s;
    padding: 5px;
    position: relative;
    z-index: 21;
}

@media screen and (min-width: 992px) {
    .product:hover .product-wrapper {
        transform: translateY(-35px);
    }

    .product:hover .colors-background {
        opacity: 1;
        visibility: visible;
    }

    .product:not(.out-off-stock):hover .quick-view-link {
        opacity: 1;
        pointer-events: auto
    }
}

.product > img {
    display: block;
}

.product.product-day .label-container {
    left: 3px
}

.product.product-day .main-img:after {
    content: '';
    height: 100%;
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    border: 3px solid var(--color-box)
}

@media all and (-ms-high-contrast: none) {
    .product.product-day .main-img:after {
        border: 3px solid #ee4344
    }
}

.product.product-day .colors-background {
    border-top: 3px solid;
    margin: -3px 0 0 0;
    padding: 5px 0 12px 0;
    transition: .2s
}

.product .add-to-wishlist {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: auto !important;
    width: 30;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    right: 12px;
}

.product .add-to-wishlist svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #e73435;
    transition: .3s
}

.product .add-to-wishlist svg g {
    stroke-width: 2px
}

.product .add-to-wishlist.active svg {
    fill: #e73435
}

.product .label-container {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 0;
    top: auto;
}

.product .label-container .label {
    position: relative;
    top: auto !important;
    width: fit-content;
    display: inline-table;
    padding: 5px 9px;
    font-size: 10px;
    color: #FFFFFF !important;
    background-color: rgba(169, 53, 53, 100%);
    left: 4px;
    bottom: 4px;
    font-weight: 600;
    z-index: 19;
    line-height: 14px;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .product .label-container .label {
        font-size: 12px;
        line-height: 15px
    }
}

.product .label-container .label svg {
    max-width: 100px
}

.product .main-img {
    position: relative;
    display: block
}

.product .main-img img {
    width: 100%;
}

.product .product__name {
    font-size: 12px;
    line-height: 15px;
    color: #7e7e7e
}

.product .product__price {
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    display: flex;
    flex: 1 0 auto;
    margin: 6px 0 0 0;
    align-items: baseline
}

.product .product__price .product__price--new {
    color: #ee4344;
    margin: 0 12px 0 0
}

.product .product__price .product__price--old {
    text-decoration: line-through;
    font-size: 15px;
    line-height: 18px
}

.product .product__purchase-count {
    font-size: 11px;
    line-height: 13px;
    color: #2d2d2d;
    margin: 9px 0 0 0
}

.product .colors-background {
    transition: .3s;
    display: flex !important;
}

.product .colors {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) and (max-width: 1400px) {
    .product .colors .single-color:nth-child(11) ~ .product-size-content {
        top: 48px
    }
}

@media (min-width: 1400px) {
    .product .colors .single-color:nth-child(13) ~ .product-size-content {
        top: 48px
    }
}

.product .colors .single-color {
    padding: 6px 6px 0 0
}

.product .colors .single-color .single-color__box {
    position: relative;
    width: 16px;
    height: 16px
}

.product .colors .single-color .single-color__box.single-color--white {
    border: 1px solid #dcdcdc
}

.product .colors .single-color.active .single-color__box:after {
    content: '';
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    top: -3px;
    left: -3px
}

.product .colors .single-color.active .single-color--white:after {
    top: -3px;
    left: -3px
}

.product .colors .swiper-slide {
    width: 33px !important
}

@media screen and (min-width: 992px) {
    .product .colors .swiper-slide {
        width: 38px !important
    }
}

@media screen and (min-width: 1200px) {
    .product .colors .swiper-slide {
        width: 36px !important
    }
}

.product .colors--has-slider {
    width: 80%;
    margin: 0 auto
}

.product .colors__thumb-link.active .colors__thumb-image, .product .colors__thumb-link:hover .colors__thumb-image {
    border: 1px solid #bbb
}

.product .colors__thumb-image {
    border: 1px solid #fff
}

.product .product-size-content {
    background-color: transparent;
    border: none;
    top: 28px;
    display: none;
    left: 1px;
    position: absolute;
    width: 99%;
    z-index: 1;
    height: 30px;
    padding: 8px 0 5px;
    line-height: 16px
}

.product .product-size-content.active {
    display: block
}

.product .product-size-content:hover {
    display: block !important
}

@media (max-width: 992px) {
    .product .product-size-content {
        display: none !important
    }

    .product:hover .product-size-content-0 {
        display: block !important;
    }
}

.product .size-content__item {
    padding-right: 6px
}

.product .size-content__item:not(:last-child) {
    border-right: 1px solid black;
    padding-right: 10px;
    margin-right: 10px;
}

.product .product-size-content__item {
    background-color: #fff;
    color: #717171;
    display: inline-block;
    padding: 0 5px;
    min-width: 30px;
    position: relative;
    font-size: 10px
}

@media screen and (min-width: 1200px) {
    .product .product-size-content__item {
        font-size: 12px
    }
}

.product .product-size-content__item:hover {
    font-weight: 700
}

.product .product-size-content__item img {
    border: 1px solid #fff
}

.product .product-size-content__item.active img {
    border: 1px solid #bbb
}

.product .quick-view-link {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    width: 130px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    padding: 8px 0;
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 2px 4px 0 rgba(212, 212, 212, .5);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    border: none;
    transition: .3s
}

@media screen and (min-width: 992px) {
    .product .quick-view-link {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 0;
        width: 160px
    }
}

.product .quick-view-link:hover {
    background-color: #fff
}

.product-list-banner {
    margin: 65px 0 20px 0
}

.product-list-description {
    font-size: 14px;
    line-height: 18px;
    margin: 70px 0 50px 0;
    position: relative;
    height: 100px;
    overflow: hidden;
    cursor: pointer
}

.product-list-description.expand {
    height: auto;
    cursor: text
}

.product-list-description:not(.expand):after {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    content: '';
    height: 50px;
    z-index: 1;
    width: 100%;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 50%, #fff 100%)
}

.product-list-description h2 {
    line-height: 30px
}

.product-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.product-modal .product-modal__close {
    width: 15px;
    height: 15px;
    border: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}

.product-modal .product-modal__close svg {
    pointer-events: none
}

.product-modal .product-modal__modal-dialog {
    max-width: 960px;
    width: 100%;
    margin: 0 auto
}

.product-modal .product-modal__modal-content {
    padding: 25px;
    border-radius: 0;
    height: 586px
}

.product-modal .product-modal__modal-body {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    padding: 0
}

.product-modal .product-modal__modal-body.loaded {
    display: flex
}

.product-modal .thumbs {
    flex: 0 0 60px;
    margin-right: 15px
}

.product-modal .thumbs__image {
    width: 60px;
    margin-bottom: 10px;
    cursor: pointer
}

@media all and (-ms-high-contrast: none) {
    .product-modal .thumbs__image {
        height: 100%
    }
}

.product-modal .thumbs__last-thumb {
    position: relative;
    margin: 0
}

.product-modal .thumbs__last-thumb:after {
    font-size: 22px;
    line-height: 27px;
    font-weight: 900;
    color: #fff;
    content: attr(data-invisible-thumb);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4)
}

.product-modal .wishlist-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    z-index: 2;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(202, 202, 202, .5);
    cursor: pointer
}

.product-modal .wishlist-btn.active svg {
    fill: #e73435;
    stroke: #e73435
}

.product-modal .wishlist-btn svg {
    width: auto;
    height: auto;
    fill: transparent;
    stroke: #e73435;
    stroke-width: 1px;
    transition: .4s
}

.product-modal .main-image {
    flex: 0 0 370px;
    width: 370px;
    max-width: 370px;
    margin-right: 20px;
    position: relative
}

.product-modal .main-image:hover .product-modal__arrow {
    opacity: 1
}

.product-modal .main-image:hover .swiper-button-disabled {
    opacity: .35
}

.product-modal .product-modal__arrow, .product-modal .product-modal__arrow.swiper-button-disabled {
    opacity: 0;
    transition: .2s opacity;
    background-size: 20px
}

.product-modal .product-modal-details {
    flex: 0 0 443px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.product-modal .product-modal-details__title {
    font-size: 18px;
    line-height: 22px;
    flex: 0 0 auto
}

.product-modal .product-modal-details__code {
    font-size: 14px;
    line-height: 22px;
    color: #8f8f8f;
    flex: 0 0 100%;
    margin-bottom: 10px
}

.product-modal .product-modal-price {
    display: flex;
    align-items: baseline;
    flex: 0 0 100%;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 34px
}

.product-modal .product-modal-price__value--new {
    color: #eb0000;
    font-weight: 700;
    margin-right: 6px
}

.product-modal .product-modal-price__value--old {
    font-size: 18px;
    line-height: 22px;
    text-decoration: line-through
}

.product-modal .product-modal-details__discount {
    font-size: 15px;
    line-height: 18px;
    color: #eb0000;
    margin-bottom: 15px
}

.product-modal .product-modal-color {
    margin-bottom: 35px;
    flex: 0 0 100%
}

.product-modal .other-colors-product-slider {
    height: 51px;
    overflow-y: hidden
}

@media screen and (min-width: 992px) {
    .product-modal .other-colors-product-slider {
        height: 58px
    }
}

@media screen and (min-width: 1200px) {
    .product-modal .other-colors-product-slider {
        height: 54px
    }
}

@media screen and (min-width: 1400px) {
    .product-modal .other-colors-product-slider {
        height: 55px
    }
}

.product-modal .other-colors-product-slider .swiper-slide {
    width: 35px;
    margin-right: 8px
}

.product-modal .product-modal-color__header {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 15px
}

.product-modal .product-modal-color__item-link {
    display: inline-block;
    width: 35px;
    margin-right: 5px
}

.product-modal .product-modal-sizing {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.product-modal .product-modal-sizing__icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 10px
}

.product-modal .product-modal-sizing__text {
    font-size: 12px;
    line-height: 15px
}

.product-modal .product-modal-sizing__text b {
    display: inline-block
}

.product-modal .product-modal-action {
    flex: 0 0 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px
}

.product-modal .product-modal-action__size {
    flex: 0 0 48%
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .product-modal .product-modal-action__size {
        flex: 0 0 46%
    }
}

.product-modal .form-group--select {
    margin: 0
}

.product-modal .product-modal-action__select {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #2d2d2d;
    border-radius: 0;
    padding: 10px 30px 10px 10px;
    margin: 0;
    background-size: 13px
}

.product-modal .product-modal-action__select.error {
    box-shadow: none
}

.product-modal .product-modal-action__select::-ms-expand {
    display: none
}

.product-modal .product-modal-action__add-to-cart {
    flex: 0 0 48%;
    display: flex;
    justify-content: space-between;
    background-color: #f8c82f
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .product-modal .product-modal-action__add-to-cart {
        flex: 0 0 40%
    }
}

.product-modal .product-modal-action__add-to-cart:hover {
    background-color: #f8c82f;
    opacity: .8
}

.product-modal .product-modal-action__add-to-cart svg {
    width: 16px;
    height: 16px;
    fill: #faa92a;
    stroke: #fff
}

.product-modal .product-modal-details__delivery {
    font-size: 13px;
    line-height: 16px;
    flex: 0 0 100%;
    background-color: #fafafa;
    padding: 8px 40px;
    margin: 0 0 25px 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .product-modal .product-modal-details__delivery {
        flex: 1 0 auto
    }
}

.product-modal .product-modal-details__forwarding-link {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #2d2d2d
}

.product-modal .product-modal__loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.product-modal .product-modal__loader.disabled {
    display: none
}

.product-modal .product-modal__loader .loader__icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-modal .product-modal__loader .loader__icon:after {
    border-color: #000 transparent #000 transparent
}

.pagination {
    display: block;
    position: relative;
    text-align: center;
    margin: 30px 0
}

.pagination__headline {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    margin: 5px 0
}

.pagination__progress {
    position: relative;
    width: 210px;
    margin: 20px auto 30px
}

.pagination__progress .progress {
    height: 3px;
    border-radius: 5px;
    background-color: #d8d8d8
}

.pagination__progress .progress .progress-bar {
    background-color: #f8c82f;
    border-radius: 10px
}

.pagination__show-more {
    font-size: 16px;
    line-height: 19px;
    width: 230px;
    font-weight: 900;
    letter-spacing: 0
}

.pagination__show-more:active, .pagination__show-more:focus, .pagination__show-more:hover {
    box-shadow: inset 0 0 0 1px #000
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none
}

.loader--show {
    display: flex
}

.loader__icon {
    display: inline-block;
    width: 64px;
    height: 64px
}

.loader__icon:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.modal-backdrop {
    z-index: 99 !important
}

.list__products a.product-info-block {
    margin-top: 15px;
    margin-left: 5px;
    display: block
}

.main-img .label-container span.product-day {
    color: #fff;
    background-color: #ee4344;
    padding: 7px 10px;
    margin: 0
}

.list__products .product-day .main-img {
    --color-box: #EE4344
}

.list__products .product-day .colors-background.colors {
    border-color: #ee4344
}

.list__products .product .product-image-hover {
    position: absolute;
    text-align: center;
    left: 8px;
    right: 0;
    display: none;
    z-index: 1;
    width: calc(100% - 16px);
}

.list__products .product.out-off-stock {
    opacity: .4
}

.list__products .product .product-out-off-stock {
    margin-top: 10px;
    font-size: 13px
}

.list__products .product .size-content__item.disabled {
    color: #dcdcdc
}

@media (max-width: 768px) {
    .list {
        width: 100%;
    }

    .list .product .main-img img {
        height: 120px;
        object-fit: contain;
    }
}

.ocf-option-controls .btn {
    font-size: 1.05rem;
}