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

    .page {
        padding-bottom: 4rem;
    }

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

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

    html[dir="rtl"] .pagination .page-link svg {
        rotate: 180deg;
    }

    .sm_block {
        display: block;
    }

    .scrolling_area {
        padding-block: 1rem;
    }

    .scrolling_area .products_content {
        gap: 1rem;
    }

    .no_result_found {
        width: 100%;
    }

    .single_category_area {
        margin-top: 4rem;
    }

    .single_page {
        padding-top: 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
    }

    .header_area .header_content {
        display: block;
    }

    .header_area .header_content .logo_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_area .header_content .logo_content .sm_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .header_area .header_content .logo_content .sm_block a {
        font-size: 1rem;
    }


    .header_area .header_content .logo_content .sm_block .language_btn {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .header_area .header_content .logo_content .sm_block .language_btn img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
    }

    .header_area .header_content .logo_content .sm_block .language_btn span {
        font-size: 1rem;
        font-weight: 500;
    }

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

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

    .action_new_ad {
        display: none;
    }

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

    .header_content .other_content {
        position: fixed;
        bottom: 7px;
        left: 2%;
        background: #ffffff78;
        padding-inline: .75rem;
        padding-block: 8px;
        width: 96%;
        min-height: 4rem;
        border-radius: 50px;
        backdrop-filter: blur(20px);
        border: 1px solid var(--border-color);
        transition: transform 0.35s ease;
        z-index: 99999;
    }

    .header_content .other_content.hide_nav {
        transform: translateY(120%);
    }

    .header_content .other_content.show_nav {
        transform: translateY(0);
    }

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

    .header_content .other_content .action_tools {
        gap: 0.4rem;
        justify-content: space-between;
        align-items: center;
    }

    .header_content .other_content .action_tools a span:not(.badge) {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 3.55rem;
        overflow: hidden;
        font-size: 0.6rem;
    }

    .header_content .other_content .action_tools a img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        aspect-ratio: 3 / 2;
        margin-bottom: 3px;
    }

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

    .header_content .other_content .action_tools .badge_content .item_count {
        right: -6px;
    }

    .header_content .other_content .action_new_ad .btn {
        font-size: 0.9rem;
    }

    .header_content .search_area .search_suggestions {
        padding-inline: 0rem;
        display: none;
        border: unset;
    }

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

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

    .header_page h1,
    .header_title h1 {
        font-size: 1.25rem;
    }

    .header_page h1 svg {
        --aous-aw-icon-size: 1.25rem;
    }

    .header_page .main_category_tools {
        gap: 0.5rem;
    }

    .header_page .main_category_tools a {
        font-size: 0.75rem;
    }

    .header_page .main_category_tools a svg {
        --aous-aw-icon-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: 12px;
        gap: 0.5rem;
        display: flex;
        justify-content: space-between;
        border: 1px solid black;
        padding: 0.75rem 1.1rem;
        width: 100%;
    }

    .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_categories_links_area {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 99999999;
        background-color: white;
        transition: all 0.35s ease;
        display: block;
        transform: translateX(-100%);
        opacity: 0;
    }

    html[dir="rtl"] .mobile_categories_links_area {
        transform: translateX(100%);
        min-height: 100vh;
    }

    html[dir="rtl"] .mobile_categories_links_area.show {
        transform: translateX(0);
    }

    .mobile_categories_links_area.show {
        transform: translateX(0);
        opacity: 1;
    }

    .mobile_categories_links_area .action_tools_area {
        padding: 0.3rem 0.75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_categories_links_area .action_tools_area img {
        width: 5rem;
    }

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

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

    .categories_links>li {
        position: static;
    }

    .categories_links>li a {
        font-size: 1rem;
    }

    .categories_links>li:hover .sub_menu,
    .categories_links>li .sub_menu {
        transform: translateX(-100%);
        height: 100%;
        width: 100%;
        border-bottom: unset;
        right: 0;
    }

    html[dir="rtl"] .categories_links>li:hover .sub_menu,
    html[dir="rtl"] .categories_links>li .sub_menu {
        transform: translateX(100%);
    }

    .categories_links>li .sub_menu.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0) translateX(0);
    }

    html[dir="rtl"] .categories_links>li .sub_menu.show {
        transform: translateY(0) translateX(0);

    }

    html[dir="rtl"] .categories_links>li .sub_menu {
        right: 0;
    }

    html[dir="rtl"] .categories_links>li svg {
        rotate: 180deg !important;
    }

    html[dir="rtl"] .categories_links>li .title_content svg {
        rotate: 0deg !important;
    }

    .selling_status span {
        font-size: 0.85rem;
        min-width: 4rem;
    }

    .categories_links>li .back_btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .body_area {
        display: block;
    }

    .body_area .left_area {
        display: none;
    }

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

    .body_area .right_area .hero_area {
        margin-top: 0;
    }

    .body_area .right_area .hero_area .carousel-inner {
        max-height: 18rem;
        min-height: 18rem;
    }

    .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%);
    }

    html[dir="rtl"] .body_area .right_area .hero_area .carousel-inner .carousel-item .text_content {
        right: 100%;
    }

    .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;
    }

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

    .products_area .products_content {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 0.7rem;
        width: 100%;
    }

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

    .most_popular_categories .most_popular_content .category_card .text_content h3 {
        min-height: 25px;
        font-size: 0.8rem;
    }

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

    .sidebar_products_area .sidebar_product_details {
        margin-bottom: 0;
    }

    .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;
    }

    .profile_area {
        margin-top: 5.5rem;
    }

    .profile_area .links_area {
        overflow: auto;
    }

    .profile_area .links_area ul {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, 1fr);
        grid-auto-columns: 1fr;
        gap: 0.5rem;
        overflow-x: auto;
        scrollbar-color: transparent transparent;
    }

    .profile_area .links_area ul li {
        margin: 0 !important;
    }

    .profile_area .links_area ul li a {
        white-space: nowrap;
    }

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

    .profile_area .profile_body .reply_message_btn {
        right: 0.5rem;
        border-color: unset !important;
    }

    .profile_area .profile_body .action_tabs .links_content a {
        min-width: 3.5rem;
    }

    .profile_area .profile_body .action_tabs .tab_title h1 {
        font-size: 1rem;
    }

    .profile_area .profile_body .text_title {
        font-size: 0.85rem;
    }

    .profile_area .profile_body .text_value {
        font-size: 0.9rem;
    }

    .profile_area .profile_body .text_value.store_url {
        width: 100%;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .communications_area {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 1rem;
    }

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

    .store_details_area .store_details_info {
        position: static;
    }

    .store_details_area .store_details_info .store_details_name h2 {
        font-size: 1.1rem;
    }

    .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 .store_details_list {
        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(2, 1fr);
        gap: 1.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_card {
        padding: 0.75rem 0.5rem;
    }

    .product_card .product_content .add_to_watchlist {
        top: 18px;
        right: 18px;
    }

    .product_card .product_content .img_content img {
        max-height: 9rem;
    }

    .product_card .product_content .product_text {
        min-height: 4rem;
    }

    .product_card .product_content .product_text .product_title {
        font-size: 0.83rem;
        width: 100%;
    }

    .slider_content .product_card .product_content {
        width: 12rem;
    }

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

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

    .product_details_area .product_full_details .product_info .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

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

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

    .product_details_area .breadcrumb_content {
        display: none;
    }

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

    .product_details_area .product_full_details .product_info .card_product_attributes {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 0.75rem;
    }

    .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 .product_action_tools .shop_info .avatar {
        --aous-aw-avatar-size: 3rem;
    }

    html[dir="rtl"] .product_details_area .product_action_tools .shop_info .shop_details a svg {
        rotate: 180deg;
    }

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

    .products_cards .product_card {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

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

    .products_cards .product_card .info_content p {
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    .products_cards .product_card .info_content .info_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.25rem;
    }

    .store_details_area .products_cards .product_card .info_content .info_header {
        display: block;
    }

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

    .single_category_area .products_cards .product_card .img_content img {
        min-height: 13rem;
    }

    .list_scrolling ul {
        scrollbar-color: transparent transparent;
    }

    .offcanvas_filter_area {
        min-height: 55vh;
        border-radius: 20px 20px 0 0;
    }

    .filter_products_area {
        display: none;
    }

    .filter_products_area.active {
        display: block;
        border: unset;
        background: transparent;
        box-shadow: unset;
        padding: 0;
    }

    .filter_products_area .filter_header {
        display: block;
    }

    .filter_products_area .filter_header h1 {
        font-size: 1.25rem;
    }

    .filter_products_area .filter_header p {
        color: var(--text-secondary);
    }

    .filter_products_area .filter_option_area {
        width: 100%;
        margin-bottom: 1rem;
        margin-bottom: 0.25rem;
    }

    .filter_option_area .dropdown-menu {
        min-width: 100%;
        max-height: 35vh;
        overflow-y: auto;
    }

    .offcanvas_filter_area .filter_products_area .filter_option_area a {
        width: 100%;
        padding: 0.6rem;
    }

    .filter_products_area .filter_option_area:not(:last-of-type) .dropdown-toggle::before {
        content: unset;
    }

    .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;
        margin: 0 !important;
    }

    .cookies_area {
        border-radius: 20px 20px 0 0;
        min-height: 17rem;
        flex-direction: column;
        z-index: 9999999;
    }

    .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%;
    }

    .categories_web_area .categories_web_lisl {
        margin-top: 4.5rem;
    }

    .categories_card_links_area {
        margin-top: 0.5rem;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        display: block;
    }

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

    .categories_card_links_area .categories_card_links_content {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, 1fr);
        grid-auto-columns: minmax(120px, 1fr);
        gap: 1rem;
    }

    .categories_card_links_area .categories_card_links_content a {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        gap: 0;
        text-align: center;
        font-size: 0.85rem;
        padding: 0;
        border-radius: 12px;
        border: 1px solid var(--border-color);
        min-width: 8rem;
    }

    .categories_card_links_area .categories_card_links_content a img {
        height: 4rem;
    }

    .categories_card_links_area .categories_card_links_content a span {
        display: block;
        max-width: 7rem;
        text-wrap: auto;
    }

    .categories_card_links_area .categories_card_links_content a svg {
        --aous-aw-icon-size: 1.75rem;
        color: var(--icon-main-color);
    }

    .contact_area {
        display: block;
        margin-top: 5rem;
    }

    .contact_area .card_content {
        margin-bottom: 1rem;
    }

    .contact_area .card_content .form_content_body button[type="submit"] {
        width: 100%;
        font-size: 1rem;
        padding: 0.7rem;
    }

    .product_added_recently_area .products_content .img_content img {
        height: 150px;
        width: 100%;
    }

    .message_card {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        align-items: unset;
    }

    .message_card .body_content {
        flex-direction: column;
    }

    .message_card .body_content .icon_img svg {
        --aous-aw-icon-size: 2.25rem;
    }

    .message_card a {
        width: 100%;
    }

    .custom_cards {
        margin-block: 4rem;
    }

    .custom_cards .custom_card {
        height: 12rem;
    }

    .custom_cards .custom_card .card_content {
        text-align: center;
    }

    .custom_cards .custom_card .card_content .description {
        display: none;
    }

    .custom_cards .custom_card .card_content .title {
        flex-direction: column;
        font-size: 0.9rem;
    }

    .custom_cards .custom_card .card_content a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 0.8rem;
        opacity: .8;
    }

    .search_screen_area {
        padding-top: 5rem;
    }

    .search_screen_area .products_body {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
    }

    .search_screen_area .products_body .search_product img {
        min-height: 135px;
    }

    .search_screen_area .products_body .search_product .product_content .product_title_text {
        width: 100%;
    }

    .watchlist_cards {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1rem;
        column-gap: 0.75rem;
    }

    .account_status_area {
        width: 100%;
    }

    .notification_card .notification_item {
        grid-template-columns: 0.4fr 3fr;
        gap: 0.75rem;
    }

    .notification_card .notification_item .time_notification {
        grid-column: 2 / -1;
    }

    .conversations_card .conversation_item .link_action {
        grid-template-columns: 0.4fr 3fr;
        gap: 0.75rem;
    }

    .conversations_card .conversation_item .link_action .other_info_item {
        grid-column: 2 / -1;
    }

    .preview_ad_in_messages {
        gap: 1rem;
    }
}
