@media only screen and (max-width:1169px){}
@media only screen and (max-width: 991px){}
@media only screen and (max-width:767px){
	.call-header,.header-logo{text-align: center;}
	.text-image {width: 50%;}
	.top-menu{display:none}
	.mobile-menu{display:block;}
}
@media only screen and (max-width:600px){
	.col-sm-6 
	{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-sm-4 
	{
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	}
	
	
}
@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%;}
}