@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//virginiaoficial.com.ar/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//virginiaoficial.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(191,191,191);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(142,142,142);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgb(117,117,117);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.woocommerce-shipping-fields {
	display: none !important;
}

a.lost_password {
	display: none !important;
}


/* Contenedor general */
.yith-wcpb-product-bundled-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

/* Ítems sin padding, ocupan el 50% del ancho exacto */
.yith-wcpb-product-bundled-item {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
/*   gap: 8px; */
  font-size: 14px;
  padding: 0; /* Quitamos el padding */
}

/* En pantallas grandes: 3 columnas si querés */
@media (min-width: 992px) {
  .yith-wcpb-product-bundled-item {
    width: 33.33%;
  }
}
.yith-wcpb-product-bundled-item-data{
	margin-left: 5px;
	padding:0 !important; 
}

/* Ocultar precio */
.yith-wcpb-product-bundled-item .price,
.yith-wcpb-product-bundled-item-data__price {
  display: none !important;
}

/* Estilo para inputs */
.yith-wcpb-product-bundled-item table.variations tr {
  display: flex;
  flex-direction: column;
/*   gap: 4px; */
  padding: 8px; /* Para que no quede tan apretado el contenido */
}

.yith-wcpb-product-bundled-item .label label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
}


.yith-wcpb-product-bundled-item select {
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
}

.yith-wcpb-product-bundled-item a.reset_variations {
  font-size: 11px;
/*   margin-top: 4px; */
  color: #666;
}


/* Asegura que todos los items tengan la misma altura */
.mnm_products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch; /* Estira los items para igualar altura */
}

/* Contenedor de imagen fija */
.mnm_item {
    flex: 1 1 calc(33.333% - 20px);
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    display: flex;
    flex-direction: column; /* Organiza el contenido en columna */
}

/* Estilo para la imagen del producto */
.mnm_item img {
    width: 100%;
    height: auto;
    max-height: 200px; /* Ajusta esto según tus necesidades */
    object-fit: contain; /* Mantiene la proporción sin recortar */
    margin-bottom: 15px;
}

/* Fija el botón de cantidad abajo */
.product-quantity {
    margin-top: auto; /* Empuja los botones hacia abajo */
}

/* Ocultar los botones + y - solo dentro de Mix & Match */
.mnm_form .quantity .plus,
.mnm_form .quantity .minus {
  display: none !important;
}



.btn-comprobante {
  background-color: #000;
  color: #fff !important;
  padding: 6px 32px; 
  border-radius: 30px;
  font-weight: bold;
  font-family: inherit;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.4; /* Ligera corrección para vertical alignment */
  vertical-align: middle;
}

.btn-comprobante:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  color: #fff !important;
  background-color: #404040;
}

.btn-comprobante::before {
  display: none !important; /* Elimina capa oscura de WoodMart si aparece */
}
