@media (max-width: 1599px) {
    footer .hq_row .links_block .inner_row {
        flex-wrap: wrap;
    }
    footer .hq_row .links_block .inner_row .colm {
        width: calc((100% - 10px) / 2) !important;
    }
}
@media (max-width: 1499px) {
    .hq_container {
        padding: 0 50px;
    }
}
@media (max-width: 1399px) {
    .hq_home_banner .offer_block {
        right: 0;
        max-width: 50%;
    }
    .hq_home_banner .txt_layer .txt_block {
        max-width: 50%;
        padding-right: 16px;
    }
}
@media (max-width: 1299px) {
    .hq_header .hq_navbar .hq_nav_items .nav_items_inner .hq_main_menus {
        position: fixed;
        right: -300px;
        height: 100vh;
        background: #fff;
        top: 0;
        z-index: 9;
        width: 300px;
        padding: 16px;
        overflow: auto;
        transition: 0.3s all;
        overflow-x: hidden;
    }
    .hq_header .hq_navbar .hq_nav_items .nav_items_inner .hq_main_menus::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 100px;
        background: #fff;
    }
    .hq_header .hq_navbar .hq_nav_items .nav_items_inner .hq_main_menus ul {
        flex-direction: column;
        justify-content: flex-end;
    }
    .hq_header .hq_navbar .hq_nav_items .nav_items_inner .hq_main_menus ul li {
        text-align: right;
        margin-bottom: 16px;
        width: 100%;
    }
    .hq_header .hq_navbar .hq_nav_items .nav_items_inner .hq_main_menus ul li:last-child {
        margin-bottom: 0;
    }
    .menu_show {
        right: 0 !important;
    }
    .hq_header .hq_navbar .hq_nav_items .nav_items_inner {
        justify-content: center;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu .inner_row .menu_toggler {
        display: block;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu .inner_row .menu_toggler i {
        color: var(--hq-primary);
        font-size: 24px;
    }
    .hq_header .hq_navbar .hq_nav_items .hq_main_menus span.menu_close {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 5;
    }
    .hq_header .hq_navbar .hq_brand {
        width: 70px;
    }
    section.product_list_block.product_slider_block .hq_container,
    section.most_viewed_product.most_viewed_prod_slider .hq_container {
        padding: 0 60px;
    }
    .product_slider_block .owl-nav,
    section.most_viewed_product.most_viewed_prod_slider .owl-nav {
        left: -40px;
        width: calc(100% + 80px);
    }
    .product_slider_block .products_container .prod_row .prod_item,
    .most_viewed_prod_slider .txt_layer .mv_prod_block .hq_row .colm {
        width: 100% !important;
    }
    .most_viewed_prod_slider .txt_layer .mv_prod_block .hq_row .colm .prod_item {
        height: auto !important;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu {
        padding-top: 0;
    }
    .hq_header .hq_navbar .hq_nav_items ul.mega-menu li.mega-menu-item ul.mega-sub-menu {
        top: 140px !important;
    }
    .hq_header .hq_navbar.stickyhead .hq_nav_items ul.mega-menu li.mega-menu-item ul.mega-sub-menu {
        top: 99px !important;
    }
    .hq_header
        .hq_navbar
        .hq_nav_items
        ul.mega-menu
        li.mega-menu-item
        ul.mega-sub-menu
        li
        ul.mega-sub-menu
        li.mega-menu-column
        .mm_mw
        .mm_left
        p
        a {
        font-size: 16px;
    }
    .hq_header
        .hq_navbar
        .hq_nav_items
        ul.mega-menu
        li.mega-menu-item
        ul.mega-sub-menu
        li
        ul.mega-sub-menu
        li.mega-menu-column
        .mm_mw
        .mm_right
        a {
        font-size: 14px;
    }
    .hq_header .hq_navbar .hq_nav_items ul.mega-menu li.mega-menu-item ul.mega-sub-menu {
        max-height: 80vh !important;
    }
    .hq_header
        .hq_navbar
        .hq_nav_items
        ul.mega-menu
        li.mega-menu-item
        ul.mega-sub-menu
        li
        ul.mega-sub-menu
        li.mega-menu-column
        .mm_mw {
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 32px;
        align-items: flex-start;
    }
}
@media (max-width: 1199px) {
    .hq_container {
        padding: 0 25px;
    }
    /* .hq_home_banner .offer_block {
        display: none;
    } */
    .hq_home_banner .txt_layer .txt_block {
        /* max-width: 80%; */
        width: 100%;
    }
    .shop_by_category .category_grid .inner_row .left_part {
        width: 100%;
    }
    .shop_by_category .category_grid .inner_row .left_part .cat_item.cat_1 {
        aspect-ratio: 2/1;
    }
    .shop_by_category .category_grid .inner_row .right_part {
        width: 100%;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu {
        padding-top: 0;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu .inner_row {
        gap: 20px;
    }
    .most_viewed_product .txt_layer .mv_prod_block .hq_row .colm {
        width: calc((100% - var(--prod-gap) * 1) / 2);
    }
    .hq_about_block .rotated_txt {
        display: none;
    }
    footer .hq_row .logo_txt_block {
        width: calc((100% - 10px) / 2);
        order: 1;
    }
    footer .hq_row .newsletter_block {
        width: calc((100% - 10px) / 2);
        order: 2;
    }
    footer .hq_row .links_block {
        width: 100%;
        order: 3;
    }
    footer .hq_row .links_block .inner_row .colm {
        width: calc((100% - 30px) / 4) !important;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu .inner_row .search_bar {
        width: 325px;
    }
    .product_details_block .product_showcase {
        flex-direction: column-reverse;
    }
    .product_details_block .product_showcase .product_slide {
        width: calc(100% - 52px);
        margin-inline: auto;
    }
    .product_details_block .product_showcase .product_slide .prod_img {
        aspect-ratio: 1/1;
    }
    .product_details_block .product_showcase .product_thumbnail {
        flex-direction: row;
        width: calc(100% - 52px);
        margin: 0 auto;
    }
    .product_details_block .selected_item_details {
        margin-top: 30px;
        max-width: 100%;
    }
}
@media (max-width: 1052px) {
    .hq_home_banner .txt_layer {
        padding: 100px 0;
    }
    .hq_home_banner .offer_block img {
        object-fit: contain;
    }
}
@media (max-width: 991px) {
    .hq_header .topbar {
        display: none;
    }
    .featured_product .hq_row .hq_block_heading {
        width: 100%;
    }
    .featured_product .hq_row .hq_tab_btns {
        width: 100%;
        margin-top: 20px;
    }
    .featured_product .hq_row .hq_tab_btns ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .featured_product .hq_row .hq_tab_btns ul li {
        font-size: 14px;
    }
    .featured_product .products_container .prod_row .prod_item {
        width: calc((100% - var(--prod-grid-gap) * 1) / 2);
    }
    .hq_about_block .img_colm,
    .hq_about_block .txt_colm {
        width: 100%;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu .inner_row .icon_navigation {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 9;
        padding: 16px;
        border-radius: 20px 20px 0 0;
        box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
        background: var(--white);
        justify-content: center;
    }
    footer .hq_row .links_block .inner_row .colm {
        width: calc((100% - 10px) / 2) !important;
    }
    .hq_about_block .img_block .img_boxes {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }
    .product_list_block .products_container .prod_row .prod_item {
        width: calc((100% - var(--prod-grid-gap) * 1) / 2);
    }
    .hq_header .hq_navbar .hq_nav_items ul.mega-menu li.mega-menu-item ul.mega-sub-menu {
        top: 99px !important;
    }
    .hq_home_banner .txt_layer {
        padding: 80px 0;
    }
    .hq_home_banner .txt_layer .txt_block h1 {
        font-size: 40px;
    }
    #configureModal .height_width_filtered_data .height_width_filtered_item,
    #configureModal .parts_step_main {
        width: 100%;
    }
    #configureModal .height_width_filtered_data .height_width_filtered_item .img_box {
        width: 150px;
    }
    #configureModal .height_width_filtered_data .height_width_filtered_item .info {
        width: calc(100% - 180px);
    }
    #configureModal .height_width_filtered_data .height_width_filtered_item.active::after {
        left: 50px;
    }
}
@media (max-width: 768px) {
    .hq_header .hq_navbar .hq_nav_items .mega-menu-toggle {
        display: none !important;
    }
    .product_details_block .product_showcase .woocommerce-product-gallery {
        flex-direction: column;
    }
    .product_details_block .product_showcase .wish_compare {
        left: 14px !important;
    }
    .product_details_block .product_showcase .woocommerce-product-gallery .flex-viewport {
        width: 100% !important;
    }
    .product_details_block .product_showcase .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
        flex-direction: row;
        width: 100%;
    }
    .product_details_block .product_showcase .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
        height: auto;
        aspect-ratio: 1/1;
    }
}
@media (max-width: 767px) {
    .hq_container {
        padding: 0 15px;
    }
    .most_viewed_product .txt_layer .mv_prod_block .hq_row .colm {
        width: 100%;
    }
    .shop_by_category .category_grid .inner_row .right_part .top_part .cat_row .cat_item {
        width: calc((100% - var(--grid-gap) * 1) / 2);
        height: 100%;
    }
    .shop_by_category .category_grid .inner_row .right_part .top_part,
    .shop_by_category .category_grid .inner_row .right_part .bottom_part,
    .shop_by_category .category_grid .inner_row .right_part .top_part .cat_row,
    .shop_by_category .category_grid .inner_row .right_part .bottom_part .cat_row,
    .shop_by_category .category_grid .inner_row .right_part .bottom_part .cat_row .cat_item.cat_2,
    .shop_by_category .category_grid .inner_row .right_part .bottom_part .cat_row .cat_item.cat_3,
    .shop_by_category .category_grid .inner_row .right_part {
        height: auto;
    }
    .shop_by_category .category_grid .inner_row .right_part .top_part .cat_row .cat_item:last-child {
        width: 100%;
        aspect-ratio: 2/1;
    }
    .shop_by_category .category_grid .inner_row .right_part .bottom_part .cat_row .cat_item.cat_2 {
        width: 100%;
        aspect-ratio: 2/1;
    }
    .shop_by_category .category_grid .inner_row .right_part .bottom_part .cat_row .cat_item.cat_3 {
        aspect-ratio: 1/1;
        width: 100%;
    }
    .benefit_block .hq_row .item {
        width: 100%;
    }
    .hq_about_block .img_block .img_box {
        width: 80%;
    }
    .product_list_block .product_sort_block {
        flex-wrap: wrap;
    }
    .product_list_block .product_sort_block .sort_dropdown {
        width: 100%;
    }
    footer p.copy_right_txt {
        padding: 20px 0 100px;
    }
}

@media (max-width: 700px) {
    .hq_home_banner .bg_layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 700 / 368;
    }
    .hq_home_banner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .hq_home_banner .txt_layer {
        padding: 32px 0;
        width: 50%;
    }
    .hq_home_banner .txt_layer .txt_block {
        width: 100%;
        max-width: 100%;
        padding: 0;
        /* text-align: center; */
    }
    .hq_home_banner .txt_layer .txt_block h1 {
        font-size: 36px;
        /* color: var(--hq-primary); */
        line-height: 46px;
    }
    .hq_home_banner .offer_block {
        position: relative;
    }
}
@media (max-width: 730px) {
    .wc-block-components-radio-control .wc-block-components-radio-control__input {
        left: 0 !important;
    }
}
@media (max-width: 576px) {
    .shop_by_category .category_grid .inner_row .right_part .top_part .cat_row .cat_item {
        width: 100%;
        aspect-ratio: 2/1;
    }
    .shop_by_category
        .category_grid
        .inner_row
        .right_part
        .bottom_part
        .cat_row
        .cat_item.cat_3
        .txt_layer
        .txts
        span {
        font-size: 32px;
    }
    .shop_by_category
        .category_grid
        .inner_row
        .right_part
        .bottom_part
        .cat_row
        .cat_item.cat_3
        .txt_layer
        .txts
        span.rotate {
        font-size: 16px;
        left: -45px;
        top: 22px;
    }
    footer .hq_row {
        gap: 20px;
    }
    footer .hq_row .logo_txt_block {
        width: 100%;
        order: 1;
    }
    footer .hq_row .links_block {
        width: 100%;
        order: 2;
    }
    footer .hq_row .newsletter_block {
        order: 3;
        width: 100%;
    }
    .featured_product .products_container .prod_row .prod_item {
        width: 100%;
    }
    .hq_block_heading .title {
        font-size: 32px !important;
        line-height: 38px !important;
        margin-top: 10px !important;
    }
    .hq_block_heading span.tag {
        font-size: 14px !important;
    }
    .most_viewed_product .txt_layer .mv_prod_block .hq_row .colm .prod_item .item_inner {
        flex-wrap: wrap;
    }
    .most_viewed_product .txt_layer .mv_prod_block .hq_row .colm .prod_item .item_inner .prod_info {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .benefit_block .block_heading h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .hq_header .hq_navbar .hq_nav_items .top_menu .inner_row .search_bar {
        display: none;
    }
    .hq_header .hq_navbar .hq_nav_items .hq_main_menus .search_bar {
        display: block;
        margin: 20px 0;
        position: sticky;
        top: 30px;
        z-index: 9;
    }
    .product_list_block .products_container .prod_row .prod_item {
        width: 100%;
    }
    .product_list_block .product_sort_block .sort_dropdown {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_list_block .product_sort_block .sort_dropdown select {
        width: 100%;
        max-width: 300px;
    }
    .hq_home_banner .bg_layer {
        order: 1;
        position: relative;
    }
    .hq_home_banner .offer_block {
        width: 100%;
        max-width: 100%;
        order: 3;
        padding: 16px;
    }
    .hq_home_banner .txt_layer {
        width: 100%;
        order: 2;
        background: url(../../assets/img/about-bg.png);
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
    }
    .hq_home_banner .txt_layer::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--white);
        opacity: 0.75;
        z-index: -1;
    }
    .hq_home_banner .txt_layer .txt_block {
        text-align: center;
    }
    .hq_home_banner .txt_layer .txt_block h1 {
        color: var(--hq-primary);
    }
    .shop_by_category {
        padding: 50px 0;
    }
}
@media (max-width: 500px) {
    footer .hq_row .links_block .inner_row {
        gap: 20px;
    }
    footer .hq_row .links_block .inner_row .colm {
        width: 100% !important;
    }
    button.woocommerce-Button.button {
        max-width: 100%;
    }
    table.woosw-items .woosw-item--name a {
        font-size: 18px;
        font-weight: 600;
    }
}
@media (max-width: 450px) {
    #configureModal .height_width_filtered_data .height_width_filtered_item {
        flex-wrap: wrap;
    }
    #configureModal .height_width_filtered_data .height_width_filtered_item .img_box {
        width: 100%;
    }
    #configureModal .height_width_filtered_data .height_width_filtered_item .info {
        width: 100%;
    }
    #configureModal .height_width_filtered_data .height_width_filtered_item.active::after {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1921px) {
    .hq_home_banner .offer_block {
        right: calc((100% - 1400px) / 2);
    }
}
