@media only screen and (max-width: 1199px) {
    .fw_img_card {
        height: 40vw;
    }
}
@media only screen and (max-width: 1100px) {
	.main_nav ul{
		column-gap: 25px;
	}
}
@media only screen and (max-width: 1024px) {
    .fw_img_card {
        height: 55vw;
    }
    .showcase_img{
        height: 70vw;
    }

	.catalog_product_card .showcase_img {
		height: 38vw;
	}
/* 
    .content_section{
        padding-top: 0;
    } */
	.variations tr, .variations .woo-variation-items-wrapper{
		column-gap: 6px;
	}

    .press_item_text,
    .press_item a:before{
        opacity: 1 ! important;
    }
    /* films page */

    .films_section{
        padding-top: 0;
    }
    .films_item{
        height: 60vw;
    }

}

@media only screen and (max-width: 991px) {
	.mobile_menu ul li.menu-item-has-children a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile_menu ul li .sub-menu{
		display: none;
		margin-top: 0;
	}
	.menu_expand{
		transition: all 300ms ease-in-out;
		display: block;
	}
	.menu_expand.menu_clicked{
		transform: rotate(180deg);
	}
	
	.body_header_padding{
		padding-top: 82px;
	}
    .main_header{
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
	.header_inner{
		padding-top: 0;
	}
    .logo{
        padding-left: 20px;
        margin: 0;
    }
    .logo h1{
        font-size: 55px;
    }
    
    .header_menus{
        justify-content: flex-end ! important;
    }
    .header_left_menu,
    .header_right_menu {
        display: none;
    }
    .menu_toggle {
        display: block;
        z-index: 10;
    }
    .mobile_menu{
        padding-top: 100px;
    }
/* 	.post-type-archive .mobile_menu{
		padding-top: 130px;
	} */
    .mobile_menu.active {
        display: block;
    }
    .form_wrapper form .row{
        flex-direction: column;
    }
	.header_quick_ctas li a {
		color: #fff;
	}
	.header_quick_ctas li a .cart-count{
		color: #fff;
		border-color: #fff;
	}

     /* ----- Bespoke Page ----- */
    /* .bespoke_section .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    } */

     /* ----- About Page ----- */
     .about_section{
        padding-bottom: 0;
     }
    .about_section .row{
        row-gap: 80px;
    }

    /* ----- blog page ---- */
    .blog_img_card{
        height: auto;
    }

    /* ----- media page ---- */
    .media_section{
        padding-top: 0px;
        padding-bottom: 82px;
    }

    /* ----- our world page ---- */
    .our_world_section{
        padding-top: 0px;
    }
    /* .our_world_section .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    } */
	
	/* Wishlist Page */
	.honor_wishlist_page .products.wd-products.grid-columns-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.catalog_product_card .showcase_img {
		height: 65vw;
	}
}

@media only screen and (max-width: 767px) {
    .fw_card_content h2{
        font-size: 20px;
    }
    .fw_img_card {
        height: 80vw;
    }
    .explore_text {
        font-size: 0.5rem;
    }
    .down_angle_icon svg {
        width: 22px;
        height: 20px;
    }

    .contact_section{
        padding-top: 95px;
        padding-bottom: 95px;
    }


    .media_info_text h2{
        font-size: 36px;
    }
    .releted_post_heading h2{
        font-size: 20px;
    }


    /* ----- About Css ----- */
    .about_lowimg {
        display: block;
    }
	.about_container {
		max-width: 90%;
	}
    .about_lowimg .sm_img {
        width: 100%;
        display: none;
    }

    .about_lowimg .sm_img:last-child {
        display: block;
    }
	
	/* 	Wishlist Page */
	.honor_wishlist_page .products.wd-products.grid-columns-3{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.related-and-upsells a img.attachment-woocommerce_thumbnail{
		height: 70vw;
	}
	.related-and-upsells .wd-products[class*="wd-stretch-cont"] .wd-product:last-child {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
    .footer_menus,
    .footer_menus ul{
        flex-direction: column;
        row-gap: 5px ! important;
    }
    .footer_left_menu p{
        margin-bottom: 8px ! important;
    }
	.catalog_product_card .showcase_img {
		height: 70vw;
	}
    
	.shop_bridal_last_col .catalog_product_card .showcase_img,
	.shop_loungewear_panel .catalog_product_card .showcase_img{
		height: auto;
	}

}

@media only screen and (max-width: 375px) {
	.honor_wishlist_page .products.wd-products.grid-columns-3{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}