.list {
    display: none;
}

.list.active {
    display: flex;
    flex-wrap: wrap;
}

.btn-group {
    border: 1px solid rgba(0, 0, 0, .12);
}

.btn-fabric.active {
    background: linear-gradient(180deg, #f4f4f4, #e7e7e7);
    color: rgba(0, 0, 0, .87);
    font-family: var(--font-regular);
}

.no-data-message {
    width: 100%;
}

.btn-fabric {
    color: rgba(0, 0, 0, .87);
    font-family: var(--font-regular);
    background: var(--white-clor);
    border: none;
}

.filter-fabric-label {
    font-family: var(--font-regular);
}

.listFabric {
    padding: 10px 0px;
}

.filter_stockProgram {
    margin: 15px 0px;
}

.form-check-label {
    font-family: var(--font-regular);
}

.fabric-info .name .text {
    font-family: var(--font-regular);
    font-size: 15px;
}

.fabric-info .name {
    padding: 5px 0px;
}

.item_checkbox label {
    font-size: 13px;
}

.btn_clear {
    text-decoration: underline;
    text-underline-offset: 6px;
    font-size: 13px;
}

.btn-fabric {
    font-size: 13px;
}

.fabric-item {
    padding: 10px;
}

.block_form input[type="search"]::-webkit-input-placeholder {
    color: var(--white-color);
}

#searchFabric {
    width: 150px !important;
}

.item-fabric {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.LoadingTag {
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-top: 10px;
}

.Loading {
    padding: 10px;
}

.InfoTagText {
    border-radius: 5px;
    height: 35px;
    background: linear-gradient(118deg, #ddddddaa 40%, #efefefaa, #ddddddaa 60%) right / 300% 100%;
    animation: skeleton-loading 1.5s linear infinite;
}

.item-fabric .item-fabric-check {
    display: none;
}

.item-fabric.active .item-fabric-check {
    display: flex;
}

.ImgSkeletonLoading {
    height: 160px;
    background: linear-gradient(118deg, #ddddddaa 40%, #efefefaa, #ddddddaa 60%) right / 300% 100%;
    animation: skeleton-loading 1.5s linear infinite;
}

@keyframes skeleton-loading {
    to {
        background-position: left;
    }
}

.fabric-gallery {
    height: 450px !important;
}

.sidebar {
    width: 20%;
}

.sidebar.fixed {
    position: fixed;
    top: 210px;
    left: 80px;
    width: 300px;
}

#FabricNavMenuNavigation {
    height: 700px;
    position: sticky;
    overflow-y: scroll;
    scrollbar-width: none;
    top: 150px;
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .fabric-wrapper {
        justify-content: end;
    }

    .main_content_right {
        width: 80% !important;
    }


    .filter {
        justify-content: space-between;
        padding: 10px 0px;
    }

    .filter_item .search_fabric {
        border-bottom: 1px solid #b2b2b2;
        background: #f9f9f9;
        border-radius: 4px;
        text-overflow: ellipsis;
        touch-action: manipulation;
        box-sizing: border-box;
        margin: 0;
        font-variant: tabular-nums;
        list-style: none;
        font-feature-settings: "tnum";
        position: relative;
        display: inline-block;
        width: 100%;
        min-width: 0;
        padding: 4px 11px;
        color: #000;
        font-size: 14px;
        line-height: 1.5715;
        border: 1px solid #fff;
        transition: all .3s;
    }

    .filter_item {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .item_checkbox {
        text-transform: uppercase;
        padding-left: 10px;
        display: flex;
        gap: 3px;
    }

    .item_checkbox input {
        width: 15px;
        height: 19px;
        align-items: center;
        display: flex;
        gap: 3px;
    }

    #color,
    #pattern,
    #content {
        padding-left: 2px;
    }
}


/* Desktop Navigation X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1599.98px) {
    /* .smv.smv-selectors-bottom {
        width: 650px !important;
        height: 650px !important;
    } */

    .fabric-wrapper {
        justify-content: end;
    }

    .main_content_right {
        width: 80% !important;
    }

    .fabric-gallery {
        justify-content: center;
        display: flex;
        height: 680px !important;
    }

    .smv-selectors-box.smv-h .smv-selectors .smv-ss .smv-scroll {
        transform: translate3d(182px, 0px, 0px);
        transition: transform 133ms;
    }


    .main_content_right {
        padding-left: 5px;
    }

    .filter {
        justify-content: space-between;
        padding: 10px 0px;
    }

    .filter_item .search_fabric {
        border-bottom: 1px solid #b2b2b2;
        background: #f9f9f9;
        border-radius: 4px;
        text-overflow: ellipsis;
        touch-action: manipulation;
        box-sizing: border-box;
        margin: 0;
        font-variant: tabular-nums;
        list-style: none;
        font-feature-settings: "tnum";
        position: relative;
        display: inline-block;
        width: 100%;
        min-width: 0;
        padding: 4px 11px;
        color: #000;
        font-size: 14px;
        line-height: 1.5715;
        border: 1px solid #fff;
        transition: all .3s;
    }

    .filter_item {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .item_checkbox {
        text-transform: uppercase;
        padding-left: 10px;
        display: flex;
        gap: 5px;
    }

    .item_checkbox input {
        width: 15px;
        height: 19px;
        align-items: center;
        display: flex;
        gap: 5px;
    }

    #color,
    #pattern,
    #content {
        padding-left: 2px;
    }
}

@media (min-width: 1600px) {
    /* .smv.smv-selectors-bottom {
        width: 650px !important;
        height: 650px !important;
    } */

    .fabric-wrapper {
        justify-content: end;
    }

    .main_content_right {
        width: 80% !important;
    }

    .fabric-gallery {
        justify-content: center;
        display: flex;
        height: 680px !important;
    }

    .smv-selectors-box.smv-h .smv-selectors .smv-ss .smv-scroll {
        transform: translate3d(182px, 0px, 0px);
        transition: transform 133ms;
    }

    .smv-h .smv-arrow-control-prev {
        left: -20px;
    }

    .smv-h .smv-arrow-control-next {
        right: -15px;
    }

    /* .zoom-controls {
        right: 46px;
    } */

    /* .smv .smv-button-fullscreen {
        right: 30px;
    } */

    /* .smv-fullscreen-box .smv.smv-selectors-bottom {
        width: 100% !important;
        height: 100% !important;
    }

    .smv-fullscreen-box .smv.smv-selectors-bottom {
        width: 100% !important;
        height: 100% !important;
    } */


    .main_content_right {
        padding-left: 5px;
    }

    .filter {
        justify-content: space-between;
        padding: 10px 0px;
    }

    .filter_item .search_fabric {
        border-bottom: 1px solid #b2b2b2;
        background: #f9f9f9;
        border-radius: 4px;
        text-overflow: ellipsis;
        touch-action: manipulation;
        box-sizing: border-box;
        margin: 0;
        font-variant: tabular-nums;
        list-style: none;
        font-feature-settings: "tnum";
        position: relative;
        display: inline-block;
        width: 100%;
        min-width: 0;
        padding: 4px 11px;
        color: #000;
        font-size: 14px;
        line-height: 1.5715;
        border: 1px solid #fff;
        transition: all .3s;
    }

    .filter_item {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .item_checkbox {
        text-transform: uppercase;
        padding-left: 10px;
        display: flex;
        gap: 5px;
    }

    .item_checkbox input {
        width: 15px;
        height: 19px;
        align-items: center;
        display: flex;
        gap: 5px;
    }

    #color,
    #pattern,
    #content {
        padding-left: 2px;
    }

/*    .FabricFilter_sidebar_mobile_stockProgram {
        display: flex;
        align-items: center;
    }
    .group-region,
    .custom-radio {
        display: flex;
        gap: 5px;
    }*/
}
.FabricFilter_sidebar_mobile_stockProgram {
    padding: 10px;
}

.custom-radio {
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}

.custom-radio input[type="radio"] {
    display: none; 
}

.custom-radio span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: transparent;
    box-sizing: border-box;
}

.custom-radio input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-color: #000;
    border-radius: 50%;
}

.product-image.fade-in-on-load.loaded {
    opacity: 1;
}