/*	STYLE SHEET FOR THE ECT SHOPPING CART
	Copyright(c) ViciSoft SL
	Last Modified: 2020-03-19
*/

input.ectbutton,button.ectbutton{
background:#EF8826;;
color:#FFF;
padding:6px 12px;
border:0;
border-radius:4px;
font-family:FontAwesome,sans-serif;
cursor:pointer;
font-weight:normal;
-webkit-appearance:none;
}

input.ectbutton:hover,button.ectbutton:hover{
	background:#9F9F9F;
	color:#EEE;
	cursor:pointer;
}

div.detailinstock{
display:none;
}

div.prodinstock{
display:none;
}