@charset "utf-8";
/* CSS Document */
/****************This for the rightBodyProducts view****************/
div.card {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
}
div.headerCard {
    background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	height: auto;
	font-size: 1vw;
	font-weight: bold;
}
div.headerCard img{
	width: 100%;
}
div.headerCard img.fixed-aspect{
	aspect-ratio: 50 / 39; /* So the card doesn't change height the as image loads in */
}
div.headerCardImage{
	width: 100%;
	margin: auto;
}

div.containerCard {
	padding: 5px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
}
.column {
	float: left;
	width: 48%;
	padding: 10px;
	
/*	border:1px solid blue;*/
}
.row::after {
	content: "";
	clear: both;
	display: table;
}