.hero__slider--layer{
    position: absolute;
}
.caption-layout {
    background-color: rgba(0, 0, 0, 0.3);position: absolute;
    width: 101%;
    height: 100%;
    margin-left: 103%;
}
.header__sticky.sticky .header__menu--link.active{
    color: var(--secondary-color)!important;
}
.flex--wrap{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.price__divider.myDivider{
    padding: 0 1rem 0 !important;
    align-items: center;
    display: flex;
}
.search__filter--label{
    width: 100%;
}
.style6 .select::before{
    margin-top: 7px;
}
.mt-30{
    margin-top: 30px;
}
.categories__submenu.myStyleCat{
    width: 40rem;
}
.categories__submenu.style2.myStyleCat .categories__submenu--items{width:95%}
.size-4rem{
    font-size: 4rem;
}
.flex {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.image-div-w, .r-relative {
    position: relative;
}
.partners .img {
    height: 150px;
}
.partners .img img {
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
}
.partners .categories__shop--card__link{
    width: 100%;
}
.text-cbcbcb{
    color: #cbcbcb;
}
.header__sub--menu{
    height: 350px;
    overflow-y: auto;
}
.header__sub--menu::-webkit-scrollbar {
    width: 4px; /* Scrollbar-ın eni */
}

.header__sub--menu::-webkit-scrollbar-track {
    background: #f1f1f1; /* Arxa fon */
    border-radius: 10px;
}

.header__sub--menu::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar rəngi */
    border-radius: 10px;
}

.header__sub--menu::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover effekti */
}
.header__sub--menu {
    scrollbar-width: thin; /* Scrollbar-ı incə edir */
    scrollbar-color: #888 #f1f1f1; /* Scrollbar və arxa fon rəngi */
}
.about__content--desc {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .search__filter--width {
        width: 22.4%;
    }
}
@media only screen and (min-width: 1200px) {
    .search__filter--width {
        width: 31.5%;
    }
    .search___label{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .header__topbar{
        display: none;
    }
    .main__logo--img{
        max-width: 60%;
    }
    .offcanvas__logo_link img{
        width: 80%;
    }
    .shipping__icon img{
        width: 48px;
    }
    .offcanvas__stikcy--toolbar__icon{
        margin: 0 auto;
    }
    .categories__card--style3 .categories__thumbnail--img{
        width: 60%;
    }
}