@media only screen and (max-width:1169px){}
@media only screen and (max-width: 991px){
	.top-call,.top-call-whatsapp
	{
		text-align: left;
	}
}
@media only screen and (max-width:767px){
	.header-logo
	{
		text-align: center; 
	}
	.header-logo img
	{
		max-width:100%;
		width: inherit; 
	}
	.top-call,.top-call-whatsapp
	{
		text-align: center;
	}
	
	
	.top-menu{display:none}
	.mobile-menu{display:block;}
	
}
@media only screen and (max-width:600px){	
	.form-inline .form-control {
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	}
	.form-search-galery
	{
		text-align: right;
	}
	.product-over{top:30%;}
	.add-to-cart{font-size:1em;}
}
@media only screen and (max-width:479px) {
	.text-image {width: 100%;float: none;margin:0 0 15px 0}
	.price-box {height: inherit;line-height: inherit;}
	.similar-checkbox{width:96%;}
	.product-over{top:20%;}
}