.pagination-container nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-container a.page-link{
    cursor: pointer;
}

.category-active > a{
    cursor: default;
    pointer-events: none;
}
.category-active h5, .category-active span.category-count{
    color: #4b93ff!important;
}

.subcategory-active a, .subcategory-active span{
    color: #4b93ff!important;
}

.disabled{
    opacity: .5;
    pointer-events: none;
}
.banner-content p{
    margin: 0;
}
.cursor-pointer{
    cursor: pointer!important;
}
.ecommerce-home{
    min-height: 1024px;
    max-height: 1024px;
    background-repeat: no-repeat;
    background-image:  var(--bg-desktop-image);
}

.ecommerce-about{
    background-image:  var(--bg-desktop-image);
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 575px) {
    .ecommerce-home{
        min-height: 350px;
        background-size: cover;
        margin-top: 100px;
        padding: 52px 0 80px 0px;
        background-image:  var(--bg-mobile-image);

    }

    .ecommerce-about{
        min-height: 350px;
        background-image:  var(--bg-mobile-image);
        margin-top: 6rem;
    }
    .display-4 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 576px) {

}

.select2{
    width: 100%!important;
}

.select2 .select2-selection.select2-selection--single{
    height: 35px!important;
    display: flex!important;
    align-items: center!important;
}

.select2 .select2-selection{
    border-color: #dbdbdb!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #dbdbdb!important;
}

.select2-search__field:focus, .select2-search__field:focus-within {
    outline: 0;
}

#loader{
    display: flex;
    position: absolute;
    top: 0;
    background: #0000009e;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
}

#loader img{
    width: 40px;
}

@media screen and (max-width:600px) {
    .section {
        padding: 30px 0;
    }
    .insta-lable{
        top: 60%;
    }
}
.banner-top{
    position: relative;
}
.banner-top::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
