/** Product ***/
.product_main_content {
	float:left;
	width:100%;
}	
.product_main_content h1 {
	float:left;		
	font-size:25px;
	color:#484848;
font-family: 'Roboto', sans-serif;
  width:100%;
  text-align:center;
	padding:2% 0 0 0;
	margin:0;
 }
.product_content_one {
	float:left;
	width:49%;
	padding:1% 1% 0 0;
}
.product_content_one h3 {
	float:left;
	width:100%;
	text-align:center;
font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#3c3b3b;
	padding:1% 0 2% 0;
	font-weight:normal;
}
.product_content_one h3 a {
	float:left;
	width:100%;
font-family: 'roboto', sans-serif;
	font-size:20px;
	color:#ffffff;
	padding:2% 0 2% 0;
		background:#d72123;
}
.product_content_one h3 a:hover {
	color:#ffffff;
			background:#de611f;
}
/** Product ***/



@media only screen and (min-width:320px) {	
.product_content_one {
	width:100%;
}

}

@media only screen and (min-width:360px) {
.product_content_one {
	width:95%;
	padding-left:4%;
}
}


@media only screen and (min-width:400px) {
.logo img {
	width:55%;
}
.product_content_one {
	width:90%;
	padding-left:10%;
}
}

@media only screen and (min-width:460px) {
.product_content_one {
	width:85%;
	padding-left:14%;
}
}
@media only screen and (min-width:560px) {
.product_content_one {
	width:50%;
	padding-left:0;
}

}
	



@media only screen and (min-width:768px) {
.product_content_one {
	width:49%;
	padding-left:0;
}

}

@media only screen and (min-width:800px) {
.product_content_one {
	width:49%;
	padding-left:0;
}

}



/*** Responsive ***/