
.pImage						{ position:absolute; width:50%; height:420px; top:0px; text-align:left; background-repeat:no-repeat; background-position: center; background-size:contain; background-origin: content-box; padding:20px; }

.breadcrumbs		{ margin-bottom:20px;  }
.price .value 		{ font-weight: bold; font-size: 1.2em; }

.vProductContentHolder						{ padding-left: 30px; }
/* Image placeholder */
#Product .noimage {
    padding: 60px 20px;
    height: 40px;
    width: 200px;
    text-align: center;
    background: #eeeeee;
    color: #d3d3d3;
    display: block;
    text-decoration: none;
    font-size: 20px;
}
.smallDetails								{ margin: 20px 0; }
.message									{ color:red; clear:both; }

/* dont show error message at the product page */
/* p.message 									{ display:none; } */

.vProductContentHolder h3					{ color:#006600; }

.loopChildren								{ padding:0!important; min-height: 300px; background-size:40%; background-repeat:no-repeat; background-position: center; border-right:1px solid #faf4eb; background-color: #f2eadf; }
.loopChildren button						{ background:linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0, 0.5)); text-align: center; min-height: 70px; color:#f0e3b1; border:none; width:100%; outline:0; font-size: 18px;  }
.loopChildren button:hover					{ color: white; }

.price										{ font-size: 20px;  }
.isInCart									{ border-top:2px dashed #9ac39a; margin-top:10px; padding-top:20px; }
.inCartMessage								{ padding-top:7px; }


/*
==========
FORM
FORM
FORM	
*/
#AddProductForm_Form						{ text-align:right; }
#AddProductForm_Form input[type=submit]		{ margin-bottom:0!important; width:133px; }
.middleColumn								{ display:inline; }
#AddProductForm_Form_Quantity_Holder label  { display:inline; margin-right:10px; }
#AddProductForm_Form_Quantity				{ width:75px; }

@media (max-width: 992px) {
.vProductContentHolder						{ padding-top: 30px; }
	
}

@media (max-width: 768px) {
.productAdditImages	{ width:100%; }
	
}

@media (max-width: 400px) {
.inCartMessage				{ padding:0 20px 10px; text-align:right; }	
.checkoutBtn .btn				{  }
.productImage		{ width:100%; }
}

