@media (max-width: 768px) {
    .lms-header .navbar-nav {
        margin: auto;
    }

    .lms-header .navbar-actions {
        margin-top: auto;
    }

    .lms-header .nav-link {
        align-items: start;
        width: 100%;
    }

    .lms-header .offcanvas-body .dropdown-menu {
        position: relative;
    }

    .lms-header .offcanvas-body .lms-rounded-xl {
        border-radius: 4px !important;
    }

    .lms-header .offcanvas-body .dropdown {
        width: 100%;
    }

    .social-content {
        padding: 30px 20px;
    }

    .social-title {
        font-size: 20px;
        line-height: 35px;
    }

    .social-buttons {
        gap: 4rem;
    }

    .btn-feedback::before {
        top: -70px;
        right: 0;
        bottom: 0;
    }

    .lms-btn-lg {
        font-size: 1rem;
    }

    .banner-title {
        font-size: 18px;
    }

    .search-title {
        font-size: 20px;
    }

    .search-link {
        font-size: 14px;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    .footer-social-icons {
        justify-content: start;
    }

    .footer {
        padding: 0;
    }

    .social-section,
    .banner-section,
    .search-section {
        padding: 1.5rem 0 0;
    }

    .navbar-brand .lms-logo img {
        max-height: 50px;
    }

    .action-mobile .lms-btn {
        margin-bottom: 0;
    }

    .social-icon-item {
        width: 100px;
    }

    .social-icons {
        margin-bottom: 1rem;
    }

    .filter-buttons {
        gap: 0;
    }

    .filter-section {
        margin-bottom: auto;
    }

    .breadcrumbweb {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .breadcrumbweb::-webkit-scrollbar {
        display: none;
    }

    .breadcrumbweb ol {
        flex-wrap: nowrap;
    }

    .cart-item .cart-thumb {
        width: 60px;
        height: 60px;
    }

    h5 {
        font-size: 1rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    .cart-item h5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .voucher-apply {
        flex-direction: column;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .fs-2 {
        font-size: 1rem !important;
    }

    .cart-empty .lms-btn {
        width: unset;
    }

    .hr,
    hr {
        margin: 1rem 0;
    }

    .qr-upload-area {
        width: 100% !important;
    }

    .py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .card-des-tab .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .card-des-tab .nav-tabs::-webkit-scrollbar {
        display: none;
    }
    
    #rvItemThumb {
        width: 100% !important;
        height: auto !important;
    }

    .filter-tags {
        gap: 10px;
    }

    .modal-sort .list-group-item {
        border: none;
    }

    .social-label {
        font-size: 16px;
    }

    .modal-limit-device h2 {
        font-size: 20px !important;
    }

    .modal-limit-device .fs-1 {
        font-size: 1rem !important;
    }

    .modal-limit-device .fs-2 {
        font-size: 0.75rem !important;
    }

    .modal-limit-device .popup-img  img{
        max-width: 200px;
    }
}