@media only screen and (min-width: 1201px) and (max-width: 3840px) {
    .page-topbar .navbar-header {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 992px) and (max-width: 3000px) {

    /* FOR_FOOTER -- START */
    .wrapper footer {
        left: 16.5rem;
    }

    .wrapper footer.rtl {
        left: 0 !important;
        right: 16.5rem;
    }

    /* FOR_FOOTER -- START */
    .top-header {
        left: 16.5rem !important;
        width: calc(100% - 16.5rem);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .page-topbar .navbar-header {
        justify-content: flex-end;
    }

}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .sidebar-lg {
        display: none;
    }

    .main-content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    .sidebar-lg {
        display: none;
    }

    .main-content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 375px) and (max-width: 576px) {
    .sidebar-lg {
        display: none;
    }

    .main-content {
        margin-left: 0;
    }

    .gallery-img {
        height: 150px;
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {

    .btn-view-cart {
        padding: 15px 25px !important;
    }

}

@media only screen and (min-width: 200px) and (max-width: 374px) {

    .sidebar-lg {
        display: none;
    }

    .main-content {
        margin-left: 0;
    }

    .gallery-img {
        height: 120px;
        width: 100%;
    }

    .sidebar {
        height: 100% !important;
    }

    audio {
        width: 100%;
        height: 40px;
    }

    .radio-card {
        width: 100%;
    }
}

@media (max-width:992px) {

    .main-content-rtl {
        margin-right: 0rem !important;
    }

}

/* ======= login and forgot pass responsive css ======= */

@media only screen and (min-width: 375px) and (max-width: 576px) {

    .login-forgot-padding {
        padding: 10px 40px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 374px) {

    .login-forgot-padding {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 768px) {

    /* padding */
    .login-forgot-padding {
        padding: 20px 120px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 576px) {
    .login-forgot-padding {
        padding: 10px 40px;
    }
}

@media (max-width:992px) {
    .login-left-content .logo-img {
        height: 60px;
    }
}


@media (max-width:768px) {
    .listing-view-image {
        height: 125px;
        width: 110px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .lag-btn .dropdown-menu {
        --bs-dropdown-min-width: 8rem !important;
        padding: 0px 0px !important;
        font-size: 12px !important;
        overflow: hidden !important;
    }
}