@media only screen and (max-width: 991px) {
    :root {
        --page-width: 100%;
    }

    .layout-fluid .container,
    .layout-fluid [class*=" container-"],
    .layout-fluid [class^=container-] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pagination {
        justify-content: space-between;
        width: 100%;
    }

    .no_result_found {
        width: 100%;
    }

    .single_page {
        padding-top: 4.5rem;
    }

    .helper_links_page {
        padding-top: 5.5rem;
        width: 100%;
    }

    .bar_area .bar_content {
        flex-direction: column;
        gap: 0.5rem;
    }

    .bar_area .bar_content .right {
        display: none;
    }

    .header_area {
        padding-block: 0.5rem
    }

    .search_area {
        position: absolute;
        top: 8rem;
        left: 3%;
        width: 94%;
    }

    .header_content {
        grid-template-columns: 1.7fr 1fr;
        align-items: center;
        gap: 1rem;
    }

    .header_content .logo_content img {
        width: 5rem;
    }

    .header_content .other_content {
        justify-content: end;
    }

    .header_content .other_content .between_line {
        display: none;
    }

    .header_content .other_content .support_content {
        display: none;
    }

    .header_content .other_content .action_tools {
        gap: 0.75rem;
    }

    .header_content .other_content .action_tools a svg {
        --aous-aw-icon-size: 1.5rem;
    }

    .header_content .search_area .search_suggestions {
        padding-inline: 0rem;
    }

    .header_content .search_area .no_results_found_search {
        padding-inline: 1rem;
    }

    .header_title {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .header_title h1 {
        font-size: 1.1rem;
    }

    .navbar_area {
        display: none;
    }

    .mobile_navbar {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 1rem;
        padding-top: 1rem;
    }

    .mobile_navbar .shop_by_categories_link {
        border-radius: 4px;
        gap: 0.3rem;
        display: flex;
        border: 1px solid black;
        padding: 0.5rem;
    }

    .mobile_navbar .shop_by_categories_link .link_title span {
        font-weight: 600;
    }

    .mobile_navbar .menu_mobile_area .open_mobile_links svg {
        --aous-aw-icon-size: 1.6rem;
    }

    .mobile_navbar .menu_mobile_area .menu_mobile_links {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 999999;
        height: max-content;
        box-shadow: 0px 20px 14px 0px #00000024;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        transform: translateY(10px);
    }

    .mobile_navbar .menu_mobile_area .menu_mobile_links.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mobile_navbar .menu_mobile_area .menu_mobile_links .action_tools_area {
        text-align: end;
        padding: 1rem;
    }

    .mobile_navbar .menu_mobile_area .menu_mobile_links .action_tools_area svg {
        --aous-aw-icon-size: 1.5rem;
    }

    .mobile_navbar .menu_mobile_area .menu_mobile_links ul {
        padding-left: 1rem;
    }

    .mobile_navbar .menu_mobile_area .menu_mobile_links ul li {
        margin-bottom: 1.5rem;
    }

    .mobile_navbar .menu_mobile_area .menu_mobile_links ul li a {
        font-size: 1rem;
        display: block;
        font-weight: 500;
    }

    .mobile_categories_links_area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 99999999;
        background-color: white;
        transition: all 0.3s ease;
        display: none;
    }

    .mobile_categories_links_area.show {
        display: block;
    }

    .mobile_categories_links_area .action_tools_area {
        padding: 0.75rem;
        text-align: end;
    }

    .mobile_categories_links_area .action_tools_area svg {
        --aous-aw-icon-size: 1.5rem;
    }

    .mobile_categories_links_area .mobile_categories_links {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        margin-top: 0;
    }

    .mobile_categories_links>li {
        position: static;
    }

    .mobile_categories_links>li:hover .sub_menu {
        visibility: collapse;
        opacity: 1;
        transform: translateY(0);
    }

    .mobile_categories_links_area .mobile_categories_links .back_btn {
        display: flex;
        justify-content: start;
        padding-right: 0;
        padding-left: 0.5rem;
    }

    .mobile_categories_links_area .mobile_categories_links .sub_menu {
        top: 0;
        right: 0;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        transform: translateY(0);
        height: 100%;
    }

    .mobile_categories_links_area .mobile_categories_links .sub_menu.show {
        visibility: visible;
        opacity: 1;
    }

    .navbar_area .navbar_content .categories_area {
        display: none;
    }

    .body_area {
        display: block;
    }

    .body_area .left_area {
        display: none;
    }

    .body_area .right_area {
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }

    .body_area .right_area .hero_area {
        margin-top: 5rem;
    }

    .body_area .right_area .hero_area .carousel-inner .carousel-item {
        height: 100%;
    }

    .body_area .right_area .hero_area .carousel-inner .carousel-item::after {
        opacity: .4;
    }

    .body_area .right_area .hero_area .carousel-inner .carousel-item .text_content {
        width: 80%;
        top: 20%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .body_area .right_area .hero_area .carousel-inner .carousel-item .text_content h1 {
        font-size: 1.3rem;
    }

    .body_area .right_area .hero_area .carousel-inner .carousel-item .text_content p {
        font-size: 0.9rem;
    }

    .body_area .right_area .hero_area .carousel-inner .carousel-item .carousel_action_btn {
        min-width: 8rem;
        margin-top: 0.75rem;
        padding: 0.5rem;
    }

    .body_area .right_area .products_area {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .body_area .right_area .products_area .products_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.25rem;
    }

    .body_area .right_area .products_area .products_content .product_card {
        padding: 0.5rem;
    }

    .body_area .right_area .products_area .products_content .product_card .product_text .product_title {
        width: 10rem;
        font-size: 0.9rem;
    }

    .most_popular_categories .most_popular_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .all_categories_area {
        margin-bottom: 1rem;
        margin-top: 4.5rem;
    }

    .all_categories_area .all_categories_cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .all_categories_area .main_category_link {
        margin-bottom: 0.6rem;
    }

    .all_categories_area .sub_categories .sub_category_link {
        margin-bottom: 0.6rem;
        display: block;
    }

    .products_cards .product_card {
        grid-template-columns: 1fr 2fr;
    }

    .products_cards .product_card .info_content h2 {
        font-size: 1rem;
    }

    .products_cards .product_card .info_content p {
        font-size: 0.8rem;
    }

    .products_cards .product_card .price_content {
        font-size: 1.1rem;
        font-weight: 600;
        margin-top: 1rem;
    }

    .profile_area .profile_content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .store_details_area {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 6rem;
    }

    .store_details_area .store_details_info>div {
        display: flex;
        align-items: center;
        gap: 0.5rem
    }

    .store_details_area .store_details_info .avatar {
        font-size: 1rem;
        width: 3rem;
        height: 3rem;
    }

    .store_details_area .store_details_info h1 {
        font-size: 1.2rem;
    }

    .store_details_area .store_details_info ul {
        margin-top: 1rem;
    }

    .auth_section {
        width: 100%;
        margin: 4rem auto;
        padding: 1rem;
    }

    .auth_section .header_auth_content h1 {
        font-size: 1.25rem;
    }

    .single_page li,
    .single_page p {
        width: 100%;
    }

    .web_footer {
        padding-inline: 1rem;
    }

    .web_footer .company_name {
        margin-bottom: 1.5rem;
    }

    .web_footer .sections_card {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.5rem;
    }

    .web_footer .other_links {
        padding-top: 2.5rem;
        gap: 2rem;
    }

    .web_footer .section_content .section_title {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .web_footer .section_content ul {
        gap: 0.75rem;
    }

    .web_footer .section_content ul li a {
        font-size: 0.9rem;
    }

    .web_footer .other_links .social_media ul {
        gap: 2rem;
    }

    .web_footer .other_links .social_media ul li a svg {
        --aous-aw-icon-size: 1.4rem;
    }

    .web_footer .other_links .language_links ul li a {
        font-size: 0.9rem;

    }

    .web_footer .other_links .language_links ul li a svg {
        --aous-aw-icon-size: 1.1rem;
    }

    .web_footer .app_stores a img {
        width: 100%;
        height: 2.5rem;
    }

    .web_footer .copyright {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: start;
    }

    .web_footer .copyright .help_links {
        gap: 1rem;
        display: grid;
        grid-template-columns: 1fr 2fr 0.5fr 0.5fr;
    }

    .product_details_area .product_content {
        grid-template-columns: 1fr;
    }

    .product_details_area .product_content .product_info {
        margin-top: 4.25rem;
        padding: 0.25rem;
    }

    .product_details_area .product_content .product_info .carousel .carousel-item img {
        width: 100%;
        height: 100%;
    }

    .product_details_area .product_content .product_info .card_details {
        margin-top: 2rem;
    }

    .product_details_area .product_content .product_info .card_details h1 {
        font-size: 1.25rem;
    }

    .product_details_area .breadcrumb_content {
        display: none;
    }

    .product_details_area .product_content .product_info .card_product_categories>div {
        grid-template-columns: 40% 1fr;
    }

    .product_details_area .product_action_tools {
        margin-top: 1rem;
    }

    .product_details_area .product_action_tools .product_id_details {
        justify-content: flex-start;
        gap: 2rem;
    }

    .product_details_area .random_products {
        margin-top: 1rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .product_details_area .random_products .product_card .product_text .product_title {
        width: 8rem;
        font-size: 0.9rem;
    }

    .filter_products_area {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        position: fixed;
        background: white;
        top: -100%;
        left: 0;
        padding-inline: 1rem;
        padding-block: 2rem;
        border-radius: 20px 20px 0 0;
        box-shadow: -1px 0px 14px #dadada;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
        overflow-y: scroll;
        z-index: 9999;
    }

    .filter_products_area.active {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .filter_products_area .filter_option_area {
        width: 100%;
    }

    .filter_products_area .filter_option_area a {
        width: 100%;
    }

    .filter_button {
        display: flex;
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        z-index: 9999;
    }

    .filter_button svg {
        --aous-aw-btn-icon-size: 1.5rem;
    }

    .cookies_area {
        border-radius: 20px 20px 0 0;
        min-height: 17rem;
    }

    .cookies_area {
        flex-direction: column;
    }

    .cookies_area .row {
        gap: 0.65rem;
    }

    .cookies_area .row .col-auto {
        width: 100%;
    }

    .cookies_area .col-auto button,
    .cookies_area .col-auto a {
        width: 100%;
    }
}
