
@media screen and (max-width: 1200px) {
    /*.configurator-header,*/
    /*.configurator-footer {*/
    /*    display: none !important;*/
    /*}*/


    /*.shop-configurator-preview {*/
    /*    display: none;*/
    /*}*/

    /*.shop-configurator-fabric-group-container {*/
    /*    height: auto !important;*/
    /*}*/
}


.configurator-header {
    padding: 30px 15px;
    background: #f8f8f8;
}

.configurator-body {
    padding: 0 15px;
}

.configurator-body, .config-head, .config-body {
    margin: 25px 0;
}

.shop-configurator-popup.active {
    z-index: 9999999;
    position: relative;
}


.configurator-header, .configurator-body, .config-nav, .config-head, .config-body {
    padding: 0 20px;
}

.body--scrollLock {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

.shop-configurator-fabric-group-container {
    overflow: auto;
    margin: 0px 0 20px;
}
.shop-configurator-fabric-group-container:not(.active) {
    display: none !important;
}

.shop-configurator-preview {
    display: none;
    position: fixed;
    z-index: 1500;
    padding: 24px;
    right: 950px;
    top: 0;
    bottom: 0;
    left: 0;
}

.shop-configurator-popup.active .shop-configurator-preview {
    display: block;
    width: 50%;
}

.shop-configurator-preview-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.shop-configurator-preview-container .slick-list,
.shop-configurator-preview-container .slick-track {
    display: flex;
    align-items: center;
}

.shop-configurator-preview-loader {
    position: fixed;
    text-align: center;
    right: 900px;
    left: 0;
}

.shop-product-preview-slider {
    max-width: 100%;
    width: 100%;
}

.shop-product-preview-slider-item {
    width: 100%;
    text-align: center;
}

.shop-product-preview-slider-item img {
    display: inline-block;
}

.shop-product-preview-slider .slick-arrow {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    color: #262827;
    font-size: 10px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    top: 50%;
    margin-top: -22px;
    z-index: 9;
}


@media screen and (min-width: 1140px) {
    .shop-product-preview-slider .slick-arrow:hover {
        background: #e10121;
        color: #fff
    }
}

.shop-product-preview-slider .slick-arrow.slick-prev {
    left: 0;
}

.shop-product-preview-slider .slick-arrow.slick-next {
    right: 0;
}

.configurator-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    padding: 30px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-configurator.shop-configurator-popup .configurator-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1035;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
}


@media screen and (min-width: 1140px) {
    .shop-configurator.shop-configurator-popup .shop-configurator-fabric-container {
        margin: -23px -28px 0;
        padding: 0 30px;
        background: #f8f8f8;
    }
}

.shop-configurator-fabric-container {
    display: none;
}

@media screen and (min-width: 1139px) {

    .shop-configurator-fabric-container {
        display: block;
    }

    .shop-configurator-fabric-select-container {
        display: none;
    }
}

a.btn-fabric-video {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

a.btn-fabric-video:hover {
    text-decoration: none;
}

.shop-configurator.shop-configurator-popup.active .configurator-container {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    margin-bottom: 0;
}

.shop-configurator.shop-configurator-popup .shop-configurator-shadow {
    content: "";
    display: block;
    position: fixed;
    z-index: 1025;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    transition: all 0.4s;
}

.shop-configurator.shop-configurator-popup.active .shop-configurator-shadow {
    opacity: 1;
    pointer-events: all;
}

.shop-configurator.shop-configurator-popup .shop-configurator-popup-close {
    position: absolute;
    right: 15px;
    font-size: 26px;
    visibility: visible;
    background-color: transparent;
    color: var(--color-secondary);
    box-shadow: none !important;
}

.shop-configurator.shop-configurator-popup .shop-configurator-popup-close:hover {
    color: #000;
}

.shop-configurator.shop-configurator-popup .configurator-body {
    position: absolute;
    top: 110px;
    bottom: 90px;
    margin: 0;
    width: 100%;
    padding: 0 30px;
}

.shop-configurator.shop-configurator-popup .configurator-footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    visibility: visible;
    padding: 20px;
    background-color: #ececec;
}

.shop-configurator.shop-configurator-popup .configurator-footer .shop-configurator-price {
    text-align: center;
    line-height: 50px;
}

.shop-configurator.shop-configurator-popup .configurator-footer .shop-configurator-price label,
.shop-configurator.shop-configurator-popup .configurator-footer .shop-configurator-price .shop-product-price {
    display: inline-block;
}

.shop-configurator-fabric-group-option {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: calc(25% - 10px);
    width: 100%;
    margin: 5px;
}

.shop-configurator.shop-configurator-popup .shop-configurator-fabric-group-option {
    display: block;
    max-width: calc(25% - 20px);
    margin: 0;
}

.shop-configurator-fabric-text {
    margin: 15px 0 20px;
}

.shop-configurator-fabric-group-option label {
    cursor: pointer;
    width: 100%;
}

.shop-configurator-fabric-group-option label .shop-fabric-option-image {
    position: relative;
}

.shop-configurator-popup .shop-configurator-fabric-group-option label .shop-fabric-option-image::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    z-index: 999;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #424242;

}

.shop-configurator-popup .shop-configurator-fabric-group-option label:hover .shop-fabric-option-image::before{
    border-color: var(--color-secondary);
}

.shop-configurator-popup .shop-configurator-fabric-group-option label .iradio_minimal-custom{
    opacity: 0;
}

.shop-configurator-popup .shop-configurator-fabric-group-option label.active  .shop-fabric-option-image::before   {
    background: url(../images/icons/variant-check.svg);
    border: 0;
}

.shop-configurator-fabric-group-option label .shop-fabric-option-image::after{
    content: '';
    display: block;
    width: 100%;
    padding-top: 80%;
}

.shop-configurator-fabric-group-option label .shop-fabric-option-image img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
    object-fit: cover;
    transition: border-colr 0.3s;
}


.shop-configurator-fabric-group-option.active .shop-product-selected-fabric-your-select:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 22px;
    height: 22px;
    background: url(../images/icons/variant-check.svg);
    z-index: 1;
}

.shop-configurator-fabric-group-option.active .shop-product-selected-fabric-your-select img{
    border: 1px solid #000 !important;
}

.shop-product-selected-fabric-your-select{
    max-width: 110px;
    margin-top: 16px;
}

.shop-configurator-fabric-group-option label:hover .shop-fabric-option-image img {
    border: 1px solid #000;
}

.shop-product-selected-fabric .shop-configurator-fabric-group-option {
    margin-left: 0px;
    display: block;
    width: 150px;
    max-width: 150px;
}

.shop-product-selected-fabric .shop-configurator-fabric-group-option label .shop-fabric-option-image img {
    border: 1px solid rgba(0, 0, 0, .1);
}

.shop-product-selected-fabric .shop-configurator-fabric-group-option label:Hover .shop-fabric-option-image img {
    border: 1px solid #000;
}

.shop-fabric-option-chk {
    position: absolute;
    top: -10px;
    right: -4px;
    border-radius: 8px;
}

.shop-fabric-option-label {
    font-size: 14px;
    text-align: center;
    padding-top: 12px;
    max-width: 110px;
}

.shop-configurator-popup .shop-fabric-option-label{
    max-width: initial;
}

.shop-fabric-option-price {
    display: block;
    width: 100%;
}

.shop-configurator-preview img {
    max-width: calc(100% - 148px);
}

.shop-configurator-popup .shop-configurator-fabric-options-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.btn-fabric-select,
.btn-fabric-select-tab {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    cursor: pointer;
    text-align: center;
    box-shadow: none !important;
}



.btn-fabric-select.active,
.btn-fabric-select:hover {
    border-color: #e10121;
    background: #e10121 !important;
    color: #fff !important;
}

.btn-fabric-select.active::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 22px;
    height: 22px;
    background: url(../images/icons/variant-check.svg);
}

.shop-fabric-option-price {
    color: #e10121;
}

.btn-fabric-select.active .shop-fabric-option-price,
.btn-fabric-select:hover .shop-fabric-option-price {
    color: #fff;
}

.btn.btn-fabric-select-tab {
    font-size: 15px;
    line-height: 16px;
    padding: 12px 22px;
    width: auto;
    border-color: rgba(0,0,0,0.1);
    border-bottom: none;
    /*border-color: #e10121;*/
    /*background: #e10121 !important;*/

    background: #fff !important;
    color: #343536 !important;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    display: inline-flex;
    flex-direction: column;
    justify-content: center;

    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}


.btn.btn-fabric-select-tab .shop-fabric-option-price {
    color: #e10121;
}

.btn.btn-fabric-select-tab.active,
.btn.btn-fabric-select-tab:hover {
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none;

    color: #fff !important;
    border-color: #e10121;
    background: #e10121 !important;
    /*background: #fff !important;*/
    /*color: #343536 !important;*/

    border-bottom: none;
}


.btn.btn-fabric-select-tab.active .shop-fabric-option-price,
.btn.btn-fabric-select-tab:hover .shop-fabric-option-price {
    color: #fff !important;
}

.btn.btn-fabric-select-tab .caption {

    display: inline-block;
    vertical-align: middle;
}

.btn.btn-fabric-select-tab.active {
}


.btn-fabric-select i {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -7px;
}

.configurator-content-body .tab-content {
    border-top: 1px solid rgba(0, 0, 0, .1);
}


.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}


.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.shop-configurator-preview .slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    margin: -6px -12px;
}

.slick-dots li {
    position: relative;

    display: inline-block;


    cursor: pointer;
    padding: 6px 12px;
    width: initial;
}

.slick-dots li button {
    width: 16px !important;
    height: 16px;
    border: 2px solid #AFAFAF;
    background-color: transparent;
    transition: all .4s;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;

    display: block;

    padding: 5px;

    cursor: pointer;

    color: transparent;
    outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;

    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}

.slick-dots li.slick-active button {
    border-color: #E10024;
    background-color: #E10024;
}


@media screen and (min-width: 1140px) {
    .slick-dots li button:hover {
        border-color: #E10024;
        background-color: #E10024;
    }
}

.big-product-sheets .product-section-title{
    font-size: 14px;
    text-transform: uppercase;
}

.shop-product-cart-fabric ul:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
    margin: -5px;
    padding-top: 11px;
}

.shop-product-cart-fabric li {
    display: block;
    flex-shrink: 0;
    cursor: pointer;
    margin: 5px;
    width: calc(25% - 10px);
    position: relative;
}

.details-fabric-list-more {
    float: none !important;
    padding: 0 !important;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.shop-product-fabric-options {
    display: flex;
    justify-content: space-between;
    margin-top: var(--space-25);
}

.shop-product-promo-fabric {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    padding-top: 12px;
}

.shop-product-fabric-options .shop-configurator-btn-toggle{
    height: 26px;
    font-size: 14px;
    border-color: rgba(0,0,0,0.1);
}

.shop-product-fabric-options .shop-configurator-btn-toggle .fa.fa-angle-down{
    color: rgba(0,0,0,0.4);
    transition: color 0.3s;
}

.shop-product-fabric-options .shop-configurator-btn-toggle:hover .fa.fa-angle-down{
    color: #fff;
}

.shop-product-selected-fabric .shop-configurator-fabric-group-option {
    margin: 0;
}

.shop-configurator.shop-configurator-popup .product-buy-basket-btn .btn.btn-lg {
    font-size: 17px;
    font-weight: 600;
    padding: 14px 35px;
    transition: background 0.3s;
    box-shadow: none !important;
}


.product-param-size-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    margin-bottom: 15px;
}



.product-param-size-title {
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #282828;
    text-transform: uppercase;
    font-weight: 700;
}

.product-param-size-section {
    margin-bottom: 50px;
}

.shop-product-param-size .table > tbody > tr > td {

    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.shop-product-selected-fabric-caption {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.shop-product-cart-fabric .slick-list,
.shop-product-cart-fabric .slick-track {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

.big-product .product-slider-nav {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 3px 0;
}

.big-product .product-slider-nav .nav-slide {
    flex-shrink: 0;
    flex: 1;
}

.shop-product-fabric-options-left{
    display: flex;
    margin-top: 4px;
    width: 32%;
    padding-right: 15px;
}

.shop-product-fabric-options-right{
    flex-grow: 1;
}

.shop-product-fabric-options-right-top{
    display: flex;
    align-items: center;
}


.big-product .product-slider-nav .slick-arrow{
    z-index: 2;
}

.configurator-content-body .tab-content{
    border-top: 0;
}

.big-product .product-slider-nav .slick-arrow.slick-next{
    right: 5px;
}

.big-product .product-slider-nav .slick-list,
.big-product .product-slider-nav .slick-track{
    display: flex;
}

.big-product .product-slider-nav .image-wrapper{
    width: 100%;
}


@media screen and (max-width: 1600px) {


    .shop-configurator-preview {
        right: initial;
        width: 50%;
    }

    .shop-configurator-preview-loader {
        right: 50%;
    }

    .shop-product-fabric-options-left {
        width: 27%;
    }

    .shop-product-selected-fabric-your-select {
        max-width: 95px;
    }

    .shop-fabric-option-label{
        max-width: 95px;
    }

}

@media screen and (max-width: 1280px) {
    .shop-product-fabric-options{
        display: block;
    }
}

@media screen and (max-width: 1139px) {
    .shop-configurator.shop-configurator-popup .configurator-body {
        position: static;
        padding: 0;
    }

    .shop-configurator.shop-configurator-popup .configurator-container {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        border: 0;
    }

    .shop-configurator-fabric-group-option label .shop-fabric-option-image img {
        width: 100%;
    }

    .shop-configurator-fabric-group-option label {
        width: 100%;
    }

    .shop-configurator-fabric-group-container {
        margin: 0 -10px;
    }

    .shop-configurator-fabric-text {
        margin: 15px 10px 10px;
    }

    .big-product .big-product-sheets {
        border-bottom: 0;
    }

    .shop-configurator-fabric-group-option {
        max-width: calc(20% - 15px);
    }

    .shop-configurator-preview {
        display: none !important;
    }

    .shop-configurator-shadow {
        display: none !important;
    }

    .body--scrollLock-configurator {
        width: initial;
        position: initial;
    }

    .shop-configurator.shop-configurator-popup.active .configurator-container {
        box-shadow: none;
    }

    .details-container.shop-configurator-fast-fabric{
        display: none;
    }

    .shop-configurator-fabric-select-container{
        max-width: 220px;
    }

    .big-product-sheets .product-section-title{
        padding-bottom: 11px;
    }

    .configurator-header,
    .configurator-footer {
        display: none !important;
    }


    .shop-configurator-preview {
        display: none;
    }

    .shop-configurator-fabric-group-container {
        height: auto !important;
    }

    .shop-configurator-popup .shop-configurator-fabric-options-container{
        margin: 8px;
    }

    .shop-configurator-popup .shop-configurator-fabric-options-container{
        gap: 10px;
    }
    .shop-configurator.shop-configurator-popup .shop-configurator-fabric-group-option {
        max-width: calc(25% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .product-param-size-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .product-param-size-wrapper-left {
        width: initial;
    }

    .product-param-size-wrapper-right {
        width: initial;
    }
}

@media screen and (max-width: 639px) {
    .product-param-size-section .shop-product-param-size {
        overflow: auto;
        max-width: 500px;
    }

    .product-param-size-section .shop-product-param-size table {
        width: initial !important;
    }

    .shop-configurator-fabric-group-option {
        max-width: calc(25% - 15px);
    }

    .big-product .product-slider {
        display: flex;
    }


    .big-product .product-slider .slick-list, .big-product .product-slider .slick-track {
        display: flex;
        width: 100%;
    }

    .big-product .product-slider .slide {
        width: 100%;
        flex-shrink: 0;
    }

}

@media screen and (max-width: 560px) {
    .shop-configurator-fabric-group-option {
        max-width: calc(33.3333% - 8px) !important;
    }

    .big-product.shop-product .big-price .price {
        float: none;
    }

    .shop-product-fabric-options-left{
        flex-direction: column;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .big-product .product-slider-nav{
        width: initial;
        display: block;
        left: 0;
        right: 0;
    }
}


@media screen and (max-width: 420px) {
    .btn.btn-fabric-select-tab {
        font-size: 14px;
        padding: 7px 10px;
    }
}

@media screen and (max-width: 360px) {
    .shop-configurator-fabric-group-option {
        max-width: calc(50% - 8px) !important;
    }

    .btn-fabric-select, .btn-fabric-select-tab{
        font-size: 11px;
    }

    .big-product-sheets ul{
        margin: 0 - 3px;
    }

    .big-product-sheets li{
        padding: 3px;
    }
}