/**
* Theme Name: Vito 
* Description: Blocksy Child theme
* Author: Rafael Andrews
* Author URI: https://crony.cl
* Template: blocksy
* Text Domain: blocksy
*/

/* Add your custom CSS here */

.order-total,
.cart_totals > h2,
.cart_totals > .shop_table,
.product-subtotal,
.product-total,
.cart-subtotal,
.woocommerce-Price-amount,
.amount,
.woocommerce-mini-cart__total,
.hidden{
	display: none;
	visibility: hidden;
}

.ct-woocommerce-cart-form .cart_totals .wc-proceed-to-checkout {
	margin-top: 0px;
}
body.brz.brz-ed #main{
	z-index:51;
}
/*Vito calc*/

#vitoCalcForm {
	width: 45%;
}
#vitoCalcForm > h1 {
	margin-bottom: 40px;
}
#precio, #litros {
	margin: 12px 0 20px 0;
}
#calcRadioInput {
	margin: 8px;
}
#calcularBtn {
	background-color: #FFDD02;
	width: 100%;
	padding: 14px 0;
	border-radius: 4px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 17px;
}
#loader {
	display:none;
	text-align:center;
	justify-content: center;
	opacity: 0;
	margin: 10px 0;
	font-size: 20px;
	font-weight:bold;
	color: #000;
	text-shadow: 1px 1px 2px black;
	transition: opacity 300ms ease-in-out;
	z-index: 1;
}
#loader.showLoader {
	display: flex;
	opacity: 1;
	transition: opacity 300ms ease-in-out;
}
#resultados {
	display:none;
	flex-direction:column;
	text-align: center;
	justify-content:center;
	margin-top: 20px;
	font-size: 18px;
	z-index: 1;
}
#contenedorResults {
	display: flex;
	flex-direction:column;
	width:50%;
	padding: 0 20px;
	text-align:center;
	justify-content: center;
	background-color:#000;
	background-image:url("/wp-content/uploads/2024/08/VITO-in-Fryer.jpg");
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}
#contenedorResults::after{
	content:"";
	background-color:rgba(255,255,255,0.8);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}
#contenedorResults > h3 {
	z-index: 1;
	color: #000;
	text-shadow: 1px 1px 1px black;
}
#result1 span {
	width: auto;
	padding:4px;
	background-color: #ffee84;
	color: #000;
}
#result2 span {
	width: auto;
	padding:4px;
	background-color: #ffee84;
	color: #000;
}
#result3 span {
	width: auto;
	padding:4px;
	font-size:28px;
	background-color: #8ff465;
	color: #000;
}
#tipoProducto{
	display:flex;
}
#error_message{
	z-index: 1;
	display:none;
	color:red;
}
#mainContainer{
	display:flex;
	gap:5%;
}

.green-menu {
	position: relative;
}
.green-menu > a {
	color: #00632a !important;
	font-weight: bolder !important;
}
.green-menu > a:hover {
	color: #019640 !important;
}
.green-menu > a::after {
	content: '';
	background-image: url('/wp-content/uploads/2024/08/VITOgreen_leaf_icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px !important;
	width: 12px;
	position: absolute ;
	top: 50%;
	opacity: 1 !important;
	transform: translateY(-50%);
	background-color: transparent !important;
}

.error-message{
	color: #f00;
	display:block;
	margin-top: 3px;
}
@media (max-width: 1112px) {
	.green-menu > a {
		padding-left: 17px !important;
	}
	.green-menu > a::after{
		left:0;
	}
}
@media (max-width: 999px) {
	#mainContainer {
		flex-direction:column;
	}
	#vitoCalcForm {
		width:100%;
	}
	#contenedorResults {
		width:100%;
		min-height:450px;
	}
	#calcularBtn {
		margin-bottom:20px;
	}
}