:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(56,56,56);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #333;
	--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(30, 58, 138);
	--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(30,58,138);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(30,58,138);
	--btn-accented-bgcolor-hover: rgb(15,23,42);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(30,58,138);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
: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 top;
}
.wd-footer {
	background-color: rgb(14,14,14);
	background-image: none;
}
html .wd-product .wd-product-cats a, html .product.wd-product del, html .product-image-summary-wrap .summary-inner > .price del, html .wd-single-price .price del, html .product-image-summary-wrap .variations_form .woocommerce-variation-price > .price del, html .wd-single-add-cart .variations_form .woocommerce-variation-price .price del, html .wd-post:not(.blog-design-small) .wd-post-meta > div, html .wd-post:not(.blog-design-small) .wd-post-meta > div > a {
	color: rgb(51,51,51);
}
.wd .product-label.onsale {
	background-color: rgb(30,58,138);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 940px;
}

@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: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

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


.wd-page-title {
background-color: rgb(30,58,138);
}

/* Ocultar las descripciones de las categorías de productos de WooCommerce 
body .term-description {
   display: none;
}*/

.gizter-usd-cents {
    font-size: 0.5em;
    position: relative;
    top: -0.7em;
    left: 1px;
    font-weight: inherit;
    line-height: 1;
    vertical-align: baseline;
}

@media (max-width: 767px) {
    input[type="email"],
    input[type="date"],
    input[type="search"],
    input[type="number"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea,
    select {
        font-size: 16px;
    }
}

.product-section {
  display: flex;             /* Activa el diseño flexible para ordenar los elementos hijos */
  flex-direction: column;    /* Coloca los elementos hijos uno debajo del otro en vertical */
  align-items: flex-start;   /* Alinea los elementos hijos hacia el borde izquierdo */
  gap: 15px;                 /* Espacio de separación de 15 píxeles entre cada elemento hijo */
  max-width: 800px;          /* Limita el ancho máximo que puede ocupar esta sección a 800 píxeles */
	margin: 0 auto 30px;       /* Centra sección horizontalmente (auto) y le margen inferior de 30px */
  padding: 20px;             /* Añade espacio de relleno interno de 20 píxeles en todos los lados */
  background: #fafafa;       /* Establece un color de fondo gris muy claro */
  border-radius: 12px;       /* Redondea las esquinas de la sección con un radio de 12 píxeles */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* Añade una sombra muy sutil y suave alrededor de la caja */
}

.product-text {
  width: 100%;               /* Hace que ocupe todo el ancho disponible del contenedor padre */
  text-align: justify;       /* Justifica texto para que los márgenes laterales queden alineados */
}

.product-text h2, .product-text h3 {
  color: #333;               /* Define un color gris oscuro casi negro para los títulos h2 y h3 */
  margin-bottom: 10px;       /* Agrega espacio de separación de 10 píxeles debajo de los títulos */
  text-transform: none;      /* Evita que las letras cambien de mayúsculas a minúsculas */
}

.product-text p {
  line-height: 1.7;          /* Aumenta altura de las líneas del párrafo para mejorar la lectura */
  color: #333;               /* Establece un color gris oscuro para el texto de los párrafos */
}

.product-text a {
  color: #1e3a8a;            /* Define un color azul oscuro para los enlaces */
  text-decoration: underline;/* Mantiene el texto de los enlaces subrayado */
}

.product-text a:hover {
  color: #333;               /* Cambia color enlace a gris oscuro cuando el mouse pasa por encima */
}

.product-text ul {
  list-style: disc;          /* Muestra los puntos clásicos (viñetas redondas) en las listas */
  padding-left: 20px;        /* Agrega margen interior izquierdo para indentar elementos de lista */
  color: #333;               /* Establece un color gris oscuro para los elementos de la lista */
  line-height: 1.7;          /* Define la altura de la línea para los elementos de la lista */
}

.product-image {
  display: flex;             /* Activa Flexbox para organizar las imágenes de la sección */
  flex-direction: column;    /* Alinea las imágenes estrictamente en columna, una debajo de otra */
  align-items: center;       /* Centra las imágenes horizontalmente dentro de su contenedor */
}

.product-image br {
  display: none;             /* Oculta las etiquetas de salto de línea para evitar espacios vacíos */
}

.product-image img {
  width: 100%;               /* Hace que la imagen ocupe todo el ancho del contenedor */
  max-width: 1080px;         /* Limita el ancho máximo de la imagen a 1080 píxeles */
  height: auto;              /* Mantiene la proporción original de la imagen según su ancho */
  display: block;            /* Elimina espacio fantasma que suele quedar debajo de las imágenes */
  border-radius: 0;          /* Elimina cualquier borde redondeado para que las piezas encajen */
}

.specs-section {
  width: 100%;               /* Sección de especificaciones ocupa todo el ancho disponible */
  padding: 20px;             /* Añade un relleno interno de 20 píxeles en todos los lados */
  background: #fafafa;       /* Establece un fondo gris muy claro idéntico al de la sección anterior */
  border-radius: 12px;       /* Redondea las esquinas de la caja de especificaciones a 12 píxeles */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* Aplica la misma sombra sutil para mantener coherencia visual */
}

.specs-section h3 {
  color: #333;               /* Color gris oscuro para el título del apartado de especificaciones */
  margin-bottom: 15px;       /* Agrega un espacio inferior de 15 píxeles debajo del título */
}

.specs-section ul {
  list-style: disc;          /* Configura listas de especificaciones para usar viñetas redondas */
  padding-left: 20px;        /* Agrega indentación a la izquierda para los elementos de la lista */
  color: #333;               /* Establece el color de texto gris oscuro para las especificaciones */
  line-height: 1.7;          /* Mejora la separación entre líneas de las especificaciones leídas */
}

@media (max-width: 767px) {

    /* =========================================
       FACTURACIÓN
       ========================================= */

    /* Nombre + Apellidos */
    #billing_first_name_field,
    #billing_last_name_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #billing_first_name_field {
        margin-right: 12px !important;
    }

    #billing_last_name_field {
        margin-right: 0 !important;
    }

    /* Ciudad + Departamento */
    #billing_city_field,
    #billing_state_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #billing_city_field {
        margin-right: 12px !important;
    }

    #billing_state_field {
        margin-right: 0 !important;
    }

    /* Código postal + Teléfono */
    #billing_postcode_field,
    #billing_phone_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #billing_postcode_field {
        margin-right: 12px !important;
    }

    #billing_phone_field {
        margin-right: 0 !important;
    }

    /* Cédula / NIT */
    #billing_cedula_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }

    /* Campos de ancho completo */
    #billing_country_field,
    #billing_address_1_field,
    #billing_address_2_field,
    #billing_email_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }


    /* =========================================
       ENVÍO A OTRA DIRECCIÓN
       ========================================= */

    /* Nombre + Apellidos */
    #shipping_first_name_field,
    #shipping_last_name_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #shipping_first_name_field {
        margin-right: 12px !important;
    }

    #shipping_last_name_field {
        margin-right: 0 !important;
    }

    /* Ciudad + Departamento */
    #shipping_city_field,
    #shipping_state_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #shipping_city_field {
        margin-right: 12px !important;
    }

    #shipping_state_field {
        margin-right: 0 !important;
    }

    /* Código postal + Teléfono */
    #shipping_postcode_field,
    #shipping_phone_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #shipping_postcode_field {
        margin-right: 12px !important;
    }

    #shipping_phone_field {
        margin-right: 0 !important;
    }

    /* Campos de ancho completo */
    #shipping_country_field,
    #shipping_address_1_field,
    #shipping_address_2_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }


    /* =========================================
       SELECT2
       ========================================= */

    #billing_country_field .select2-container,
    #billing_state_field .select2-container,
    #shipping_country_field .select2-container,
    #shipping_state_field .select2-container {
        width: 100% !important;
    }


    /* =========================================
       INPUTS / SELECTS
       ========================================= */

    .woocommerce-checkout .form-row input,
    .woocommerce-checkout .form-row select,
    .woocommerce-checkout .form-row textarea {
        max-width: 100%;
        box-sizing: border-box;
    }


    /* =========================================
       NOTAS DEL PEDIDO
       ========================================= */

    #order_comments_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }

    #order_comments_field textarea {
        height: 70px !important;
        min-height: 70px !important;
        resize: vertical;
        box-sizing: border-box;
    }
}


@media (min-width: 768px) {

    /* =========================================
       FACTURACIÓN
       ========================================= */

    /* Ciudad + Departamento */
    #billing_city_field,
    #billing_state_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #billing_city_field {
        margin-right: 12px !important;
    }

    #billing_state_field {
        margin-right: 0 !important;
    }

    /* Código postal + Teléfono */
    #billing_postcode_field,
    #billing_phone_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #billing_postcode_field {
        margin-right: 12px !important;
    }

    #billing_phone_field {
        margin-right: 0 !important;
    }

    /* Cédula / NIT */
    #billing_cedula_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }

    /* Campos de ancho completo */
    #billing_country_field,
    #billing_address_1_field,
    #billing_address_2_field,
    #billing_email_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }


    /* =========================================
       ENVÍO A OTRA DIRECCIÓN
       ========================================= */

    /* Ciudad + Departamento */
    #shipping_city_field,
    #shipping_state_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #shipping_city_field {
        margin-right: 12px !important;
    }

    #shipping_state_field {
        margin-right: 0 !important;
    }

    /* Código postal + Teléfono */
    #shipping_postcode_field,
    #shipping_phone_field {
        width: calc(50% - 6px) !important;
        float: left !important;
        clear: none !important;
    }

    #shipping_postcode_field {
        margin-right: 12px !important;
    }

    #shipping_phone_field {
        margin-right: 0 !important;
    }

    /* Campos de ancho completo */
    #shipping_country_field,
    #shipping_address_1_field,
    #shipping_address_2_field {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }


    /* =========================================
       SELECT2
       ========================================= */

    #billing_country_field .select2-container,
    #billing_state_field .select2-container,
    #shipping_country_field .select2-container,
    #shipping_state_field .select2-container {
        width: 100% !important;
    }
}