@media only screen and (max-width: 1170px) {
/*	#header {overflow: hidden;}*/
	#navigation {display: none;}
	#header #mobile_menu_btn {display: inline-block;}
	#header #logo {float: none;text-align: center;}
	#header #logo a {margin: 0 auto;}
	#slider img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
@media only screen and (max-width: 990px) {
	#header .search_box {
		margin: 15px 0px 0;
	}
	#wrapper .productinfo .gallery,
	#wrapper .productinfo .description {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 875px) {
	.woocommerce-MyAccount-navigation-link {width: 33.33%;}
	.woocommerce-MyAccount-navigation-link:nth-child(1),
	.woocommerce-MyAccount-navigation-link:nth-child(2),
	.woocommerce-MyAccount-navigation-link:nth-child(4) {
		border-bottom: 1px solid #efefef;
	}
}
@media only screen and (max-width: 765px) {
	#first_section #week_suggestion {margin-bottom: 25px;}
}
@media only screen and (max-width: 600px) {
	#header #top_header #fast_link {display: none;}
	#wrapper:after,
	#newly_section:after {display: none;}
}
@media only screen and (max-width: 550px) {
	#cntdwn {display: none !important;}
	#header #top_header #our_phone {direction: rtl;}
	#wrapper .sortbox  {
		display: block;
		float: none;
		margin-bottom: 20px;
		width: 100%;
		clear: both;
	}
}
@media only screen and (max-width: 520px) {
	#footer .top_footer .our_email {display: none;}
}
@media only screen and (max-width: 490px) {
	#wrapper .productinfo .buttons .compare-button {margin-top: 15px;}
	.woocommerce-MyAccount-navigation-link {
		width: 50%;
		border-bottom: 1px solid #efefef;
	}
}