body {
	color: #444 !important;
}
.product-info {
    padding: 10px;
}
.footer-bottom-after-copy {
	float: left;
}
.block-search {
	z-index: 9 !important;
}
@media ( min-width : 768px) {
	.product-info {
		padding: 10px;
	}
	.related-available {
		width: 45%;
		float: left;
		margin: 10px;
	}
}

@media ( max-width : 480px) {
	.footer-bottom-after-copy {
		margin-left:5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
.logo img{margin-top:20px; width:200px;}
body .block-search .block-content{width:300px;}
.page-header.type1 .store-phone{right:375px;}
}
@media only screen and (min-width: 1024px){
	.logo img{margin-top:0px; width:320px;}
body .block-search .block-content{width:400px;}
.page-header.type1 .store-phone{right:475px;}
}