@media (min-width: 1200px) {
    .col-xl-custom {
        flex: 0 0 auto;
        width: 12.5%;
    }
    
    .login-btn-area {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
}

@media (max-width: 1199.99px) {
    .main-menu {
        font-size: 13px !important;
    }

    .main-menu__link {
        padding: 8px 6px;
    }
}

@media (min-width: 1025px) {

    .sticky-footer,
    .mobile-search,
    .mobile-header {
        display: none;
    }
}

@media (min-width: 992px) {
    .footer-link {
        padding: 5px 0;
    }

    .footer-link::after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .scrollTop {
        bottom: 70px;
        right: 10px;
    }

    .middlebar,
    .bottombar {
        display: none;
    }

    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    body {
        padding-top: 76px;
        padding-bottom: 36px;
    }
}

@media (max-width: 991.99px) {
    
    .login-btn-area {
        text-align: center;
    }
    
    .product-area,
    .filter-area {
        width: 100%;
    }

    .sidebar-filter__wrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 260px;
        background-color: var(--bs-white);
        z-index: 999;
        padding: 15px;
        height: 100%;
        overflow: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);
        background: var(--bs-white);
        overflow: auto;
        -webkit-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        -moz-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        -ms-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        -o-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    }

    .sidebar-filter__wrapper.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 0;
        visibility: visible;
        opacity: 1;
        z-index: 13000;
    }

    .filter-area {
        display: none;
    }

    .filter-area.show {
        display: block;
        padding: 0 !important;
    }
    
    .filter-overlay {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        -moz-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        -ms-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        -o-transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
        transition: all 0.33s cubic-bezier(.694, .0482, .335, 1);
    }

    .filter-overlay.show {
        visibility: visible;
        opacity: 0.3;
        z-index: 999;
    }
}

@media (max-width: 767.99px) {
    .search-list{
        width: 330px;
        top: 121px;
    }
    .checkout-form-control{
        height:60px;
        font-size: 15px;
    }
    .form-control{
        font-size: 15px;
        color: #000;
    }
    .checkout-form-select{
        padding: 0.95rem 2.25rem 0.75rem 0.95rem; 
    }
    #exampleModal{
        margin-top: 84px;
    }
    .mbl-top-search-list{
        width: 330px;
        top: 69px;
        left: 13px;
    }
    
    .dsk-hide{
        display: block;
    }
    .mbl-hide{
        display: none;
    }
    #progressbar li .track-icon img {
        width: 40px;
        height: 40px;
    }

    #progressbar li .progressbar-track::before {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    #progressbar li .progressbar-track:after {
        height: 8px;
        top: 12px;
    }

    #progressbar li .track-title {
        font-size: 14px;
        max-width: 80%;
    }

    .blog-comment .post-comments {
        margin-left: 65px;
    }

    .blog-comment img.avatar {
        width: 55px;
        height: 55px;
    }
    .category-banner{
        height: 70px;
    }
}

@media (max-width: 575.99px) {
    .scrollTop {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .details-nav-tabs {
        gap: 0;
    }

    .details-nav-tabs .nav-link {
        padding: 5px 10px;
        font-size: 12px;
    }

    .btn-storage {
        font-size: 12px;
        padding: 7px 14px;
    }

    .add-cart__btn {
        padding: 4px 6px;
        font-size: 15px;
        font-weight: 600;
    }

    .input-wrapper input {
        font-size: 15px;
        width: 40px;
        padding: 2px;
    }

    .quantity-wrapper button {
        padding: 0 10px;
        font-size: 12px;
    }

    #progressbar {
        margin: 20px 0 5px;
    }

    #progressbar li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    #progressbar li .track-icon {
        max-width: 34px;
        margin: 0;
        margin-right: 15px;
    }

    #progressbar li .progressbar-track {
        width: 30px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 15px;
    }

    #progressbar li .track-title {
        max-width: unset;
        font-size: 14px;
        margin: 0;
        text-align: left;
    }

    #progressbar li:not(:nth-child(1)) .progressbar-track:after {
        left: 0;
        right: 0px;
        margin: 0 auto;
        height: 110%;
        top: -100%;
        width: 6px;
    }

    .profile-meta .user-img {
        width: 80px;
        height: 80px;
        border-width: 5px;
        margin-top: -40px;
    }

    .profile-header {
        height: 120px;
    }

    .profile-header .btn {
        font-size: 13px;
        padding: 7px 10px !important;
    }

}