/*=================================================================================*/
/* CUSTOM CSS definations for "OVARI" by Crewer
/*=================================================================================*/

.error {
	text-align: center;
	color: #cc0000;
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0;
}

.thankyou {
	text-align: center;
	font-size: 22px;
	margin: 20px 0;
	font-weight: bold;
	line-height: 2;
}

form#order-form div.row {
	margin-bottom: 60px;
}

form#order-form select#hrbet,
form#order-form select#prebal, 
form#order-form input#barva_kapitalku {
	display: none;
}

form#order-form table,
form#order-form table tr, 
form#order-form table td {
	border: none;
}

@media (min-width: 1100px) {
div.widget.cena {
	margin-top: 930px;
	}
}
div.widget.cena input {
	width: 25%;
	background: none;
	-webkit-text-stroke: 0.3px;
	letter-spacing: -1px;
    font-style: normal;
    font-size: 19px;
    color: #cc0000;
	text-align: right;
	}
	div.widget.cena h3 {
		color: #cc0000;
	}