.product-size2{
	display:block;
	text-align:left;
	font-size: 14px;
	line-height:45px;
	/*color:#808080;*/
/*background-color:green;*/
	}


.photo-price2{
	display:block;
	text-align:left;
	font-size: 20px;
	line-height:45px;
	/*color:#808080;*/
/*background-color:pink;*/
	}


.set-width{
	width:auto;
	}


.add-margin{
	margin: 0px 0px 0px;
	}



/*--------------Media Queries---------------*/




@media only screen and (max-width: 768px) {  /* Responsive layout - makes a two column-layout instead of three columns */


.add-margin{
	margin: 0px 150px 0px;
	}



	}



