.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00994D;--e-global-color-6a274a7:#FFFFFF;--e-global-color-8a3a2ab:#000000;--e-global-color-cf7f4cc:#4D4E51;--e-global-color-24532f6:#F15B2B;--e-global-color-8a7e09b:#8FC640;--e-global-color-c831dec:#67308F;--e-global-color-a0bb0ba:#E6E7E8;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    z-index: 1 !important;
}
#tab-des{
    background-color: #00994D !important;
}
#tab-tab{
    background-color: #F15B2B !important;
}
#tab-rec{
    background-color: #67308F !important;
}
.elementor-widget-woocommerce-product-content h4{
    color: #00994D !important;
    margin-top: 20px;
}
.woocommerce-product-details__short-description h4{
    color: #00994D !important;
    margin-top: 20px;
}
.elementor-message.elementor-message-success{
    display: none !important;
}
header{
    display: none !important;
}
/*buscador*/
/* Estilo del contenedor del formulario */
.custom-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0px;
    padding: 10px;
    border: 1px solid #00994d;
    background-color: #f9f9f9;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Estilo del campo de búsqueda */
.custom-search-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.custom-search-input:focus {
    border-color: #00994d;
}

/* Estilo del botón de búsqueda */
.custom-search-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #00994d;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-search-button:hover {
    background-color: #00994d;
}/* End custom CSS */