.menu_icon svg {
    height: 40px;
    width: 45px;
    border: 2px solid white;
    height: 100%;
}
.menu_icon {
    height: inherit;
    display: flex;
}

@media (min-width:1200px) {
    .menu_icon svg {
        display: none;
    }
}
@media (max-width: 1200px) {
    .category-search-form {
        position: fixed;
        left: -200%;
        top: 0;
        height: 100%;
        width: calc(100% - 80px);
        background: white;
        max-width: 500px;
        z-index: 99;
        overflow-y: scroll;
        transition: all 1s linear;
    }
    .header_menu_primary ul.menu {
            display: flex;
            flex-direction: column;
            padding: 80px 20px 0 60px;
            z-index: 99;
        }
    .header_menu_wrapper ul.menu > li > a {
        color: var(--primary_blue);
        padding: 10px 0 0px;
        font-size: 17px;
        font-weight: 700;
    }
    .sub-menu-wrapper {
        position: relative;
        left: 0;
        min-height: 0;
        /* background: var(--white); */
        min-width: 400px;
        z-index: 0;
        padding: 0 0;
        top: 0;
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
        transform: translateX(0);
        opacity: 1;
        transition: all .3s linear;
        border-radius: unset;
    }
    .sub-menu-wrapper .sub-menu .menu_heading a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: .3rem;
        /* color: var(--primary_blue); */
    }
    .sub-menu-wrapper .sub-menu {
        width: 100%!important;

    }
    .header_menu_wrapper ul.menu  .sub-menu-wrapper {
        min-width: unset!important;
    }
   .header_menu_wrapper ul.menu > li > a {
    position: relative;
}
.header_menu_wrapper ul.menu > li > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23014693' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.category-search-form.active_menu {
    left: 0;
}
   .cross_svg {
    display: block ;
    position: absolute;
    right: 24px;
    top: 50px;
    height: 18px;
    width: 15px;
}
}

@media (max-width:1024px) {
    .single-product .products_slide_wrpr {
        width: calc( 50% - 20px ) !important;
        margin: 0 !important;
    }
    .container{
        max-width: 820px;
    }
    .hero_banner_hs_wrapper {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    .arch-wrapper img {
        border-radius: unset;
    }
    .arch-border::before{
        display: none;
    }
    .arch-border {
        position: relative;
        height: auto;
        width: 100%;
        border-radius: unset;
    }
    .banner-hero_banner_section {
        padding: 40px 0;
    }
    .heading_bs h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    /* information banner */
    .inner_ifb_banner {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .banner_item {
        width: 50%;
        text-align: center;
    }
    .image_banner {
        justify-content: flex-start;
    }
    .banner_item:nth-child(even) .image_banner .heading_ifb {
        min-width: 250px;
    }
    .banner_item:nth-child(even) .image_banner {
        justify-content: flex-end;
    }

    /* product category */
    .product_category_slider {
        padding: 40px 0;
    }
    .product_cat_heading {
        font-size: 35px;
        line-height: 40px;
    }
    .latest_blog_posts_secton {
        padding: 40px 0px;
    }
    article.blog-item , .info_tile_ {
        width: calc(50% - 20px);
        padding: 20px;
        border-radius: 10px;
    }
    .info_tiles {
        padding: 40px 0;
    }
    .footer-col::before{
        display: none;
    }
    .container.footer-grid {
        flex-wrap: wrap;
    }
    .footer-col {
        width: 30%;
    }
    .footer_col_2 {
        width: 70%;
        padding: 0 20px;
    }
    .footer_addres_main_wrao {
        gap: 20px;
    }
    .banner_section_wrapper {
        flex-direction: column;
    }
    .full_left_section.banner_half{
        min-height: 400px;
    }
    .banner_half {
        flex: 100%;
    }
    .gallery_item {
        width: calc(33% - 11px);
    }
        article.cl-blog-card {
        width: calc(50% - 10px);
    }
    .blog_post_s_title h1 {
        font-size: 35px;
    }
    .blog_content_area h2 {
        font-size: 30px;
    }
    .single_product_cat_item {
        width: calc(33.33% - 15px);
    }
    .category-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .woocommerce-cart main#primary, .woocommerce-checkout main#primary {
        padding: 20px 20px;
    }
    section.related.products.related_productes > h2 {
        margin-bottom: 5px;
    }
    .single_prdt_wrpr {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
     .single_product_cat_item {
        width: calc(50% - 15px);
    }
    section.blog_post_content img {
        height: 400px;
    }
    article.cl-blog-card {
        width: calc(100%);
    }
    .gallery_item {
        width: calc(50% - 11px);
    }
    .latest_blocpost_heading h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
        .footer-col {
        width: 100%;
    }
    .container.footer-grid {
        display: flex;
        row-gap: 30px;
    }
      .footer_col_2 {
        padding: 0;
    }
    /* .footer-col.footer-brand.footer-col-3 {
        display: flex;
        flex-direction: column;
        align-items: start;
    } */
    /* .footer-col.footer-brand > img {
        max-width: 200px;
        margin: unset;
    } */
     .footer-col.footer-brand > img {
        max-width: 220px;
    }
    ul.footer_navigation_menu a {
        text-decoration: none;
        font-size: 15px;
    }
    .footer-col h4 {
        font-size: 17px;
    }
    .hs_content_section {
        padding: 100px 0;
        margin-left: 50px;
        max-width: 800px;
    }
    .banner_section_title h1, .banner_section_title p {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
     .single-product .products_slide_wrpr {
        width: calc( 100% ) !important;
    }
     .banner_item:nth-child(even) .image_banner .heading_ifb {
        min-width: 200px;
    }
     .single_product_cat_item {
        width: calc(100%);
    }
    .blog_image_item {
    width: calc(100%);
}
    .feature_banner_item {
        padding: 20px 10px;
    }
    .gallery_item {
        width: 100%;
    }
    .at-title h2 {
        padding: 20px 30px 20px 15px;
    }
    .right_full_section.banner_half {
        padding: 30px 15px;
    }
    .feature_content_bb p {
        font-size: 14px;
    }
    .top-cart-contain {
        display: none;
    }
    .image_banner {
        gap: 15px;
    }
    .heading_ifb h4 {
        font-size: 15px;
    }
    article.blog-item , .info_tile_ {
    width: calc(100%);
    }
    .product_cat_head_wrapper {
        margin-bottom: 20px;
    }
        .image_banner img {
        max-width: 40px;
    }
}
