.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 */
}
.current__price{
    font-weight: 400;
    font-size: 14px;
    color: #212121e3;
}
.product__card{
    min-height: 350px;
}
.product__card--thumbnail__link{
    height: 200px;
}
.product__card--thumbnail__link .product__card--thumbnail__img {
    max-width: 100%;
    height: 190px;
    margin: 0 auto;
    width: auto;
}
.blog__details--content{
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.6em !important;
}
.blog__details--content p,
.blog__details--content b,
.blog__details--content strong{
    font-family: 'Roboto', sans-serif !important;
}
.blog__details--content ul li,
.blog__details--content ol li{
    line-height: 1.6em !important;
}
.blog__details--content h1,
.blog__details--content h2,
.blog__details--content h3,
.blog__details--content h4,
.blog__details--content h5 {
    margin-top: 15px !important;
}
.post__article--content__title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: normal;
}
.widget__post--article{
    margin-bottom: 15px;
}
.heading_title{
    font-size: 32px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .search__filter--width {
        width: 22.4%;
    }
    .mobil-search-button{
        display: none;
    }
}
@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%;
    }
    .hide-mobile{
        display: none;
    }
    .categories__section--filter .accordion-item{
        border-radius: 6px;
    }
    .categories__section--filter .accordion-button{
        border-top: 1px solid rgba(0, 0, 0, .125);
        padding: 0.85rem 1rem;
        border-radius: 6px;
    }
    .mobile-search h2{
        font-size: 1.5rem !important;
    }
    .categories__section--filter{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .categories__section--filter .container{
        padding: 0 7.5px ;
    }
}