@charset "UTF-8";

body.calculator .amountWrapper {
	display:none;
}
body.calculator .VariantGroup {
	width:100%;
	margin:0 0 15px;
}
body.calculator .VariantGroup > tbody > tr:first-child {
	/*display:none;*/
}
body.calculator .VariantGroup > tbody > tr:last-child > td {
	position:relative;
}
body.calculator .VariantGroup > tbody > tr:last-child > td:after {
	position:absolute;
	top:0;
	right:0;
	width:20%;
	content:"m.";
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	padding:8px 0 0;
	height:100%;
	background-color:rgba(53,53,53,1.00);
	display:block;
	-webkit-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	border:solid 1px rgba(176,176,176,1.00);
	border-left:0;
}
body.calculator .VariantGroup input[type="text"] {
	width:80% !important;
	height:35px !important;
	margin:0 !important;
	color:rgba(0,0,0,1.00);
	border:0;
	display:block;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
body.calculator #FormulaPrice_ProductInfo_SPAN {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
}
body.calculator .final-price > span[itemprop="price"]:first-child {
	display:none;
}
body.calculator #FormulaPrice_ProductInfo_TR {
	display:none;
}
body.calculator div[itemprop="offers"] {
	display:none;
	margin:0 0 15px;
}
body.calculator .Variants {
	margin:15px 0 0;
}
body.calculator td.VariantGroupLabel {
	font-size:14px;
	padding:0 0 6px;
}

.products .product .buysection .add {
	display:none;
}
.products .product .buysection .add a {
	display:inline-block;
	color:rgba(255,255,255,1.00);
	font-family: "Roboto Condensed",Arial,sans-serif;
	background-color:#f536e8;
	text-decoration:none;
	font-size:15px;
	padding:10px 15px;
}