#mini-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    /*background-color: #8bdffb;*/
    background: var(--bg-light-blue);
    z-index: 500;
    display: none;
}
#mini-loader.loader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -75vw;
    top: calc(50vh - 300px);
    background-repeat: no-repeat;
    background-size: 260px;
    background-position: center;
    transition: all 2s;
}
#mini-loader.loader.animated:after {
     transform: translateX(150vw);
}
.breadcrumb {
    margin-bottom: 0;
}

.scroll_section {
    width: 100px;
    position: fixed;
    z-index: 3;
    right: 10px;
    bottom: 10%;
    text-align: center;
}

.scroll_section .scroll-icon {
    width: 39px;
    height: 55px;
    object-fit: contain;
}

.scroll_section .scroll_text {
    border-radius: 4.3px;
    background-color: var(--secondary-color);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14.8px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 0.5rem;
    padding: 5px;
}
.subcategories_section.sticky-top {
    top: 220px;
    z-index: 400;
}

#category {
    min-height: calc(100vh - 460px);
}

#category .nocontent-wrapper {
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#category .nocontent-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin: 2rem auto 0;
}

#category-nav {
    background-color: var(--bg-color);
    top: 0;
    margin-top: 0;
    
}

#category-nav .nav.slick-slider {
    flex-wrap: nowrap;
}

#category-nav .nav-link {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
}
#category-nav .nav-link.active {
    border: 0px solid #FFFFFF;
}
    #category-nav .category-icon {
        width: 48px;
        height: 48px;
        object-fit: contain;
    }
#category-nav .title {
    margin-top: 0.5rem;
    height: 24px;
   /* display: -webkit-box; */
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#category-nav .slick-track {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}
#category-nav .slick-list {
    width: calc(100% - 100px);
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#category .phone-link {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin-bottom: 0;
}
#category .phone-icon {
    width: 13.8px;
    height: 15px;
    object-fit: contain;
}
#category .nocontent-icon {
    width: 171px;
    height: 181px;
    object-fit: contain;
}
#category .category-name {
    width: fit-content;
    height: auto;
    font-size: 36px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem 0.25rem;
}
#category .image-panel {
    position: fixed;
    /*flex-basis: 100%;*/
    /*max-width: 1440px;*/
    flex-basis: 100vw;
    max-width: 100vw;
    left:0;
    height: 100%;
    top:0;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.32);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 120px;
    background-attachment: fixed;
    z-index: -1;
}
.subcategories {
    padding: 2.5rem 3rem;
    width: 50%;
    position: absolute;
}

.products-panel {
    /*margin-left: 50%;*/
    margin-top: 2.5rem;
}

.products-panel .card {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.32);
    background-color: #ffffff;
    border-left: 22px solid var(--color);
    margin-bottom: 2rem;
    min-height: 110px;
}

.products-panel .card.position-absolute {
    width: calc(100% - 20px);
    display: none;
}
.products-panel .card-title {
    font-size: 19px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--color);
}

.products-panel .card-text,
.products-panel .card-text p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #3e3d3f;
    margin-bottom: 0;
    display: inline;
}
.products-panel .spec-price {
    font-size: 25px;
    font-weight: 300;
    font-stretch: condensed;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: center;
    color: #3e3d3f;
    margin-bottom: 0;
}

.products-panel .select-btn {
    font-family: 'Open Sans Condensed', sans-serif;
    width: 100%;
    height: 32px;
    border-radius: 2.4px;
    box-shadow: 0 2px 0 0 var(--color-shadow);
    background-color: var(--color);
    font-size: 15px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .products-panel .code-badge, .code-badge {
        width: 60px;
        height: 60px;
        border: solid 5px #ffffff;
        border-radius: 50%;
        background-color: var(--secondary-color);
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.06;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: -35px;
        top: -15px;
        transition: all 2s;
        opacity: 1;
        z-index: 2;
    }

.products-panel .code-badge.show {
    opacity: 1;
}

.products-panel .selected_options {
    font-family: 'Open Sans Condensed', sans-serif;
    height: 32px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 2.4px;
    background-color: var(--color);
    box-shadow: 0 2px 0 var(--color-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 0.75rem;
    margin-right: 0.5rem;
}

.spec_btn,
.subcat_btn {
    height: 32px;
    border-radius: 2.4px;
    box-shadow: 0 2px 0 0 var(--color-shadow);
    background-color: var(--color);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0.5rem 0.75rem 0.5rem 0;
    outline: none;
}

.subcat_btn {
    display: block;
    margin: 0 0 1.5rem auto;

}

.spec_btn:focus,
.spec_btn:active,
.subcat_btn:focus,
.subcat_btn:active {
    background-color: var(--color);
    box-shadow: 0 2px 0 0 var(--color-shadow);
}

.subcat_btn.selected {
    background-color: var(--secondary-color);
    box-shadow: 0 2px 0 0 var(--secondary-shadow);
}

.subcategories_bg {
    display: none;
}

@media (max-width: 1439px) {

    #category .image-panel {
        /*max-width: 1180px;*/
    }
    .subcategories {
        width: 43.75%;
    }
    .products-panel {
        margin-left: 43.75%;
    }

}
@media (max-width: 1199px) {

/*    body {
        background: var(--bg-red);
        background-attachment: fixed;
    }*/

    #category .image-panel {
        margin: auto;
        max-width: calc(100% - 20px);
        position: relative;
        height: 263px;
        background-position: left 80%;
        background-attachment: unset;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 1.2rem;
        visibility: visible;
    }

    .subcat_btn {
        display: unset;
        margin: 0.5rem 0.75rem 0.5rem 0;
    }

    .subcategories_section.sticky-top.col-16 {
        top: 203px;
        position: sticky;
    }

    .subcategories {
        position: relative;
        width: 100%;
        padding: 0.25rem 0.65rem;
        transition: all 0.3s;
        /*margin-left: 16%;*/
    }

    .subcategories_bg {
        display: block;
        position: fixed;
        width: 100%;
        height: 50px;
        left: 0;
        top: 203px;

    }
    .subcategories_section.scrolled .subcategories_bg {
        background-color: #ffffff;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.32);
    }

    .products-panel {
        margin-left: 0;
        margin-top: 0;
    }

}
@media (max-width: 969px) {

}
@media (max-width: 749px) {

    #category .image-panel {
        justify-content: center;
    }

    #category .category-name {
        display: none;
    }

}

@media (max-width: 575px) {
    .products-panel .select-btn {
        width: 70%;
    }
    #mini-loader.loader:after {
        top: calc(50vh - 130px);
    }

}

@media (max-width: 480px) {

    .subcategories_bg {
        display: none;
    }
    .subcategories_section.sticky-top.col-16 {
        z-index: 1;
    }
    #category-nav .slick-list {
      /*  width: calc(100% - 100px); */
    }
    .products-panel .select-btn {
        width: 50%;
    }

    #category .category-name-section {
        max-width: 300px;
    }

}
@media (max-width: 320px) {

}

#category-nav {
    top: 0;
    margin-top: 0;
}

    #category-nav .category-icon {
        width: 44px;
        height: 44px;
        object-fit: contain;
        border-style: solid;
        border-radius: 25px;
        border-width: 0px;
    }