/*
// for the responsive shop - override these locally if needed
*/

#fade_out
{
   position:absolute;
   bottom:0;
   height:40px;
   width:100%;
   background:-webkit-linear-gradient(rgba( 255, 255, 255, 0), rgba(255, 255, 255, 1) ); /* For Safari */
   background:linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) );
}

.product_card_box
{
	height: 270px;
}

.product_card_thumbnail
{
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
}
.product_sheet_shop_title
{
  margin-top: 0px;
  margin-bottom: 15px;
}

.product_sheet_rounded_box
{
	width: 100%;
	/*border-radius:10px;*/
	background-color: #ffffff;
 }
.product_sheet_rounded_box LI
{
	list-style-position:inside;
}
.product_sheet_image_block
{
	width: 50%;
	overflow: hidden;
	float: right;
}
.product_sheet_image
{
	width: 100%;
	height: auto;
	margin-left: 4%;
	margin-bottom: 0px;
}
.product_sheet_thumb_image
{
	overflow: hidden;
	float: right;
	margin-top: 3%;
	margin-left: 3%;
	width: 30%;
}
.main_thumb
{
}
.small_thumb
{
}
.main_thumb_img
{
	width: 96%;
	/*border-radius: 5px;*/
}
.small_thumb_img
{
	width: 100%;
	/*border-radius: 5px;*/
}
@media only screen and (max-width: 480px)
{
	.main_thumb_img
	{
		width: 100%;
	}
	.small_thumb_img
	{
		margin-left: 0px;
	}
	.product_sheet_image_block
	{
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.product_sheet_image
	{
		margin-left: 0px;
	}
	.product_sheet_thumb_image
	{
		width: 100%;
		margin-left: 0px;
	}
}

#shop_card_price_rrp
{
	margin-top: 12px;
	float: left;
	font-size: 14px;
  margin-bottom: 0px;
  text-decoration: line-through;
}
#shop_card_price_normal
{
	font-size: 22px;
  margin-top: 6px;
  float: left;
  margin-left: 5px;
}
#shop_card_price_small
{
	font-size: 16px;
  float: left;
  margin-top: 4px;
}