:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", 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(147,180,32);
	--wd-alternative-color: rgb(90,130,24);
	--btn-default-bgcolor: rgb(147,180,32);
	--btn-default-bgcolor-hover: rgb(90,130,24);
	--btn-accented-bgcolor: rgb(147,180,32);
	--btn-accented-bgcolor-hover: rgb(90,130,24);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(1,92,134);
	--wd-link-color-hover: rgb(29,53,87);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(221,51,51);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 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: rgb(247,247,247);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(0,0,0);
	--wd-form-brd-color: rgb(241,250,238);
	--wd-form-brd-color-focus: rgb(146,182,38);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

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


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

:root {
    --verde-claro: #93b420;        /* verde-claro */
    --verde-oscuro: #5a8218;        /* verde-oscuro */
    --blancucho: #f1faee;   /* Blancucho */
    --marron-claro: #bb5e00;  /* Marrón claro */
    --marron-oscuro: #8e3801; /* Marrón oscuro */
    --azul-muy-oscuro: #1d3557; /* Azul muy oscuro */
	--negro: #000000;        /* Negro */
	--blanco: #ffffff;        /* Blanco */	
	--gris-oscuro: #c1c1c1;        /* Gris oscuro */	
	--gris-claro: #dbdcdb;                     /* Gris claro */
    --gris-precio-anterior: #333333;        /* Gris precio anterior */		
}


.verde-claro {
    color: var(--verde-claro) !important;
}

.blancucho {
    color: var(--blancucho) !important;
}

.marron-claro {
    color: var(--marron-claro) !important;
}

.marron-oscuro {
    color: var(--marron-oscuro) !important;
}

.azul-muy-oscuro {
    color: var(--azul-muy-oscuro) !important;
}

.negro {
    color: var(--negro) !important;
}

.blanco {
    color: var(--blanco) !important;
}

.gris-oscuro {
    color: var(--gris-oscuro) !important;
}

.gris-claro {
    color: var(--gris-claro) !important;
}

.gris-precio-anterior {
    color: var(--gris-precio-anterior) !important;
}


/* Borde para los swatches */
.wd-swatch-bg {
    border: 1px solid #c0c1c1 !important;
}

/* Texto del botón "Seleccionar opciones" en blancucho */
.wd-sticky-add-to-cart {
    color: var(--blancucho) !important;
}

/* Botones con texto blancucho */
button.button {
    color: var(--blancucho) !important;
}

/* Cambia el color del título del producto a verde-oscuro */
.wd-entities-title a {
    color: var(--verde-oscuro) !important;
}

/* Cambia el color de la categoría a marrón oscuro */
.wd-product-cats a {
    color: var(--marron-oscuro) !important;
}



/* PRECIOS DE PRODUCTOS ---------------------------------------------------------------------------------------------------- */
/* Estilos para escritorio (desktop) */
.price .woocommerce-Price-amount.amount, 
.price .woocommerce-Price-currencySymbol {
    color:var(--marron-oscuro)!important;
    font-size: 18px !important;
}
.price del .woocommerce-Price-amount.amount , 
.price del .woocommerce-Price-currencySymbol {
    color: var(--gris-precio-anterior)!important;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .price .woocommerce-Price-amount.amount .bdi, 
    .price .woocommerce-Price-currencySymbol {
        color:var(--marron-oscuro)!important;
        font-size: 18px !important;
    }
    
    .price del .woocommerce-Price-amount.amount , 
.price del .woocommerce-Price-currencySymbol {
    color: var(--gris-precio-anterior)!important;
}
}


.cart-collaterals .cross-sells h3.wd-el-title.title.slider-title span {
    color: var(--verde-oscuro) !important;
}

a.wd-switch-to-register {
    color: #ffffff !important;
}



/* ENCABEZADOS -------------------------------------------------------------------------------------------------------------------------------- */
h3 {
    color: var(--marron-oscuro) !important;
}




/* COLORES Y ESPACIOS PARA LAS VARIACIONES ---------------------------------------------------------------------------------------------------- */
/* Título "Diseño" (la etiqueta <label>) en color marrón y con espacio debajo */
[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text:is(.wd-active, :hover:not(.wd-disabled)),
[class*="wd-swatches"].wd-text-style-4 :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
    padding:1px;  
	border-color: var(--verde-claro)!important;
    background-color: var(--verde-claro)!important;
    color: #000000 !important;
}
.variations th.label.cell label {
    color:var(--marron-claro)!important; /* Color marrón para el texto de la etiqueta <label> */
}
.variations th.label.cell {
    color: var(--verde-claro)!important; /* Color marrón para el texto de la etiqueta <label> */
    margin-bottom: 5px; /* Espacio debajo del título */
    display: block; /* Asegura que el <label> se comporte como un bloque para aplicar el margen */
}
/* Espacio debajo de los valores de los atributos (swatches) */
.variations td.value.cell.with-swatches {
    margin-bottom: 5px; /* Espacio debajo de las opciones */
}
/* Espacio entre las opciones individuales dentro del swatch */
.wd-swatches-product .wd-swatch {
    margin-bottom: 5px; /* Añade un espacio entre cada opción si es necesario */
}

/* TEXTO PARA COMPRADOS CONJUNTAMENTE - PLUGIN WPC ---------------------------------------------------------------------------------------------------- */
.woobt-before-text.woobt-text {
    font-weight: bold !important; /* Negrita */
    color: black !important; /* Color rojo */
    background-color: #ffd300 !important; /* Fondo amarillo */
    text-align: center !important; /* Centrar texto */
    padding: 10px !important; /* Espaciado interno */
}

del .woocommerce-Price-amount {
    color: #4a4a4a !important; /* Gris oscuro, con prioridad */
}
.woobt-availability,.woosb-availability {
    display: none !important; /* Oculta el elemento */
}
.wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
    display: none;
}
/* Tamaño de fuente predeterminado */
.mih3 a {
    font-size: 16px !important; /* Tamaño predeterminado */
}

/* Estilo para pantallas móviles */
@media screen and (max-width: 768px) {
    .mih3 a{
        font-size: 16px !important; /* Tamaño aumentado para móviles */
    }
}

/* Marrón más cálido */
.woobt-item-text.woobt-item-text-type-span {
    color: #8B4513; /* SaddleBrown */
    font-weight: bold;
}

/* BANNER FIJO DINÁMICO */
.banner-fijo {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffeb3b;
  color: #000;
  text-align: center;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 15px;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
body.banner-activo {
  margin-top: 90px !important; /* puedes ajustar este valor según la altura del banner */
}

.banner-fijo a {
  color: #000;
  text-decoration: none;
}

.banner-fijo .cerrar-banner {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.banner-fijo a:hover,
.banner-fijo a:active {
  color: #e53935 !important; /* Rojo intenso */
}




.top-productos-mes {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
  border-radius: 8px;
}

.top-productos-mes h2 {
  margin-bottom: 20px;
  color: #222;
}

.top-productos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.producto-top {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
}

.producto-top img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.producto-top h3 {
  font-size: 16px;
  margin: 10px 0;
  color: #000;
}

.producto-top p {
  font-size: 14px;
  color: #666;
}

.boton-ver-producto {
  display: inline-block;
  margin-top: 8px;
  background-color: #e53935;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.producto-top .precio-producto {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 5px 0;
}

.producto-top .visitas-producto {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.boton-ver-producto:hover {
  background-color: #c62828;
}

.puesto-producto {
  font-size: 14px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 8px;
}

.mjjj-observaciones-wrapper label {
    color: red !important;
    font-weight: bold !important;
}

.woobt-item-text,
.woobt-item-text-type-p {
  font-weight: bold;
  color: #e60000; /* Rojo intenso */
}

.woocommerce .comment-form-rating .stars a {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #000000 !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat center !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat center !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
}

.woocommerce .comment-form-rating .stars a:hover,
.woocommerce .comment-form-rating .stars a:hover ~ a,
.woocommerce .comment-form-rating .stars.selected a.active,
.woocommerce .comment-form-rating .stars.selected a:not(.active) {
    background-color: #f5a623 !important;
}

.woocommerce .comment-form-rating .stars.selected a.active ~ a {
    background-color: #000000 !important;
}



/* Swatch sin stock: tachado y no clickable */
.wd-swatch.wd-out-of-stock,
.wd-swatch[class*="wd-disabled"] {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}
.wd-swatch.wd-out-of-stock::after,
.wd-swatch[class*="wd-disabled"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: rotate(-45deg);
}