/*
button, input {
    color: black !important;
}
*/

/* Breadcrumb */
.breadcrumb{
    padding: 15px 0 !important;
    margin-bottom: 40px !important;
}

/* BOTON MAS Y MENOS DEL CARRITO */
.woocommerce .quantity input {
    color: black;
}

/* BOTON MAS Y MENOS DEL DETALLE DE PRODUCTO */
.summary form.cart .quantity input {
    color: black;
}
.quantity input.minus:hover, .quantity input.plus:hover {  
    color: #fff !important;
}



.quantity input.minus, .quantity input.plus {
    width: 25px;
    padding: 0;
    height: 42px;
    line-height: 38px;
    cursor: pointer;
}

/* SELECT DE CATEGORIAS ESTA AL COSTADO DEL BUSCADOR */
.search-form .product_categories {    
    max-width: none !important;
}

/*  BUSCADOR */
.search-form .input-wrapper .search-field {
    color: black !important;
}

/* RESEÑAS */
.woocommerce-tabs #reviews #review_form_wrapper .comment-form textarea {
    color: black !important; 
}

/*  CAJA DEL CUPON */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    color: black !important; 
}

/* INPUTS DE FORMULARIO CHEKOUT */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {   
    color: black !important; 
}

/* BEG: PAGINA DE AGRADECIMIENTO - PAGO: TRANSFERENCIA BANCARIA */
/* MARGEN SUPERIOR */
.woocommerce-order .woocommerce-bacs-bank-details{
    margin-top: 30px !important;
}
/* OCULTO POR DEFECTO LOS DETALLE DE WOOCOMMERCE */
.woocommerce-order .woocommerce-customer-details{
    display: none !important;
}

/* CAJA DONDE SE MUESTRA MSG DE LA TIENDA */
.tpl_box_msg{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
/*
.tpl_box_msg::before{
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
*/

/* FONDO DE LA BARRA DONDE ESTA EL LOGO */
.main-header {
    /* background-color: #244994 !important; */
    /* background-color: #05364C !important; */
    background-color: #c51152 !important;
}
.site-footer {
    /* background-color: #05364C !important; */
    background-color: #c51152 !important;
}

/* COLOR DE LOS ICONOS "LISTA DE DESEO" Y "CARRITO" */
.cart-block .header-cart>a i, .wishlist-link i {
    color: #fff;
}
/* COLOR DE BORDE DE LA BARRA DE MENU */
.header3 #_desktop_menu_ .primary-menu-wrapper ul.primary-menu>li:not(:last-child) {
    border-right: 1px solid #fff !important;
}
.header3 #_desktop_menu_ .primary-menu-wrapper ul.primary-menu>li {
    border-bottom: 1px solid #fff !important;
}
/* ESPACIO ENTRE LOS ICONOS SOCIALES DE LA BARRA TOP */
.topbar-header .social-list li:not(:last-child) {
    margin-right: 5px !important;
}
/* TAMAÑO DE LOS ICONOS SOCIALES */
.social-list li a:before {    
    font-size: 18px !important;
}
/* ICONO MI CUENTA - BARRA TOP */
.icon-rt-person-circle-outline:before {    
    font-size: 17px !important;
}

/* BORDE REDONDO DE BANNER - PAG INICIO */
.home-banner img {
    border-radius: 20px !important;
}

/* BANNER DE LAS CATEGORIAS */
/* MARGEN DE LA IMAGEN CERO */
.categories-container .category-item .style1 {   
    padding: 0px !important;   
}
/* OCULTAR TITULO DE LA CATEGORIA */
/* LO OCULTE YA QUE LA IMAGEN TIENE EL TITULO */
.categories-container .category-content {
    display: none !important;
}

/* BEG: FUENTE GENERAL DEL SITIO */
body {
    font-family: 'Poppins' !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins' !important;  
    font-weight: bold !important;
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu > li > a {
    font-family: 'Poppins' !important;
}
/* END: FUENTE GENERAL DEL SITIO */


/* BORDE REDONDO DE LAS MARCAS */
.brand-logo img {   
    border-radius: 20px !important;
}

/* FLAG: MOVER ICONO MI CUENTA */
/* BEG: MOVI EL ICONO DE ACCESO A MI CUENTA */
/* OCULTO LA BARRA SUPERIOR, YA QUE AHI SE ENCUENTRA EL ICONO MI CUENTA, NO LA ELIMINO */
.topbar-header{
    display: none;
}
.icon-rt-person-circle-outline:before {  
    font-size: 30px !important;
}
/* titulo de Mi Cuenta */
.et-menu-account-btn{
    color: #FFF !important;
    font-family: 'Poppins' !important;
    font-size: 12px !important;
}
#_desktop_header_account_{
    margin-right: 18px !important;
}
@media (max-width: 1419px){  
    
    .et-menu-account-btn span{
        display: none !important;
    }   
}

@media (max-width: 991px){  
    
    /* COLOR DE ICONO EN NEGRO PARA MOVIL */
    .et-menu-account-btn{
        color: #fff!important;       
    }  
    /* COLOR DE ICONO EN NEGRO PARA MOVIL */
    .cart-block .header-cart>a i, .wishlist-link i {
        color: #fff !important;    
    }
    .icon-rt-magnifier:before {       
        color: #fff !important;
    }
    .search-sidebar>button {       
        display: contents;
    }
    /* ICONOS DEL HEADER COLOR BLANCO */
    .gm-menu-btn.hamburger .hamburger-inner,    
    .gm-menu-btn.hamburger .hamburger-inner::before {       
        background-color: #fff !important;
    }
    .gm-menu-btn.hamburger .hamburger-inner::after{
        background-color: #fff !important;
    }
}
/* END: MOVI EL ICNO DE ACCESO A MI CUENTA */


/* BANNER PRINCIPAL */
/* MARGEN SUPERIOR */
.owce-carousel .owl-stage-outer {
    padding-top: 0px !important;
}

/* OCULTAR EL ICONO DE LA "LISTA DE DESEOA" */
#_desktop_wishlist_ {
    display: none !important;
}

/* FLAG: NOMBRE DE LOGIN EN BARRA SUPERIOR */
/* ICONO Y TEXTO DE INICIO DE SESION */
#_desktop_header_account_ span.icon-text{
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 20px;
    text-align: left;
    /* border-left: 1px; */
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px;
}

/* FLAG: FILTRO DE MARCAS EN LA TIENDA */
.pwb-apply-filter,
.pwb-remove-filter{
    margin-top: 10px !important;

    display: block !important;
    float: right !important;
    padding: 0 15px !important;
}



/* OCULTAR LA PALABRA "Marca", en el detalle del producto */
.pwb-text-before-brands-links{
    display: none !important;
}
/* TITULO DE LA MARCA MAS GRANDE Y NEGRITA */
.pwb-single-product-brands a{
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;   
}


/* ELIMINAR MARCO AZUL QUE APARECE AL PASAR EL MOUSE SOBRE LA IMG DE LA CATEGORIA (PAG INICIO) */
.categories-container .category-item .style1:hover {
    border-color: #FFF !important;
}


/* SCROLL */
.container2::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.container2::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.container2::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.container2::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.container2::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.container2::-webkit-scrollbar-track:hover,
.container2::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}


/* BEG BANNER PUBLICITARIO */
/* VERSION PC */
/* ESTE ID tpl-banner-pub-pc, LO ASIGNE EN ELEMENTOR */

#tpl-banner-pub-pc{
    display: block;
}

/* VERSION MOVIL */

#tpl-banner-pub-movil,
#tpl-banner-pub-movil-2{
    
    display: none;
}


@media (max-width: 991px){  
    
    #tpl-banner-pub-pc,
    #tpl-banner-pub-movil-2{
        display: none;
    }

    #tpl-banner-pub-movil
    {
        display: block;
    }
}
@media (max-width: 540px){  
    
    #tpl-banner-pub-pc,
    #tpl-banner-pub-movil{
        display: none !important;
    }

    #tpl-banner-pub-movil-2
    {
        display: block !important;
    }
}

#tpl-banner-pub-pc.elementor-element-edit-mode,
#tpl-banner-pub-movil.elementor-element-edit-mode,
#tpl-banner-pub-movil-2.elementor-element-edit-mode {
    display: block;
}

/* END BANNER PUBLICITARIO */


/* BEG: FORMATO DEL TIPO DE LETRA PARA EL TEXTO DEL PRODUCTO */
/* TEXTO DE LOS TITULOS DE LOS PRODUCTOS SIN ALTAS */
.product-inner .product-title > * {   
    text-transform: none !important;   
}


/* PRECIO */
.price ins {   
    font-weight: 300 !important;
    color: #FD9500 !important;
}
.woocommerce-Price-amount.amount{
    font-weight: 300 !important;
}
/* TITULO DEL DETALLE DEL PRODUCTO */
.summary .product_title {   
    font-weight: 300 !important;
}
/* END: FORMATO DEL TIPO DE LETRA PARA EL TEXTO DEL PRODUCTO */


/* BANNER DE LA PAGINA INICIO */
#tpl-banner-movil{
    display: none;
}   
@media (max-width: 720px){  
    
    #tpl-banner-desktop{
        display: none !important;
    } 
    #tpl-banner-movil{
        display: block !important;
    }   
}


/* FLECHA DEL BANNER */
.elementor-element .swiper .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button {
    color: #878383 !important;
}

/* NO PONER LA 1MER LETRA EN MAYUSCULA DEL LABEL DEL TAB - PAGINA INCIO */
.title-absolute .rt-tabs li a {   
    text-transform: none !important;
}

/*  BEG: ETIQUETAS "Retiro en tienda" Y "Despacho a domicilio" en cada producto */
ul.tpl-cont-label-inferior{
    margin-bottom: 9px !important;
    margin-top: 9px !important;
    height: auto !important;
    padding-left: 0px !important;
}
li.tpl-label-inferior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
}
i.tpl-icon-check{    
    background: url(../tpl-img/rebranding-sucess-icon.svg) no-repeat center !important;
    width: 9px;
    height: 9px;
    background-size: 9px;

    width: 11px !important;
    height: 11px !important;
    background-size: 11px !important;
    margin-top: 1px !important;

    display: inline-block !important;
    margin-right: 8px !important;
}
span.tpl-text{
    margin-bottom: 1px !important;
    font-weight: 400 !important;
    color: #333 !important;
    font-size: 1.3rem !important;
    line-height: normal !important;
}
.tpl-txt-normal a{
    text-transform: none !important;
    font-size: 1.4rem !important;
}
/*  END: ETIQUETAS "Retiro en tienda" Y "Despacho a domicilio" en cada producto */


/* OCULTAR LOS CIRCULOS DE COLORES Y LOS "LABESL", QUE APARECEN EN LOS PRODUCTOS COMO ATRIBUTOS */
/* ESTOS ATRIBUTOS APARECEN DEMAS */
/* FLAG: VARIACIONES DE PRIMER Y SEGUNDO NIVEL */
#pa_color,
#pa_material {
    /* display: none !important;  */
}
#pa_color{
    display: none !important; 
}
/* FLAG: VARIACIONES DE PRIMER Y SEGUNDO NIVEL */
.label-swatches span.swatch.selected {
    border-color: var(--primarycolor);
    background: #9fdaff !important;
}
/* BOTON "Limpiar" DE LAS VARIACIONES DE CADA PRODUCTO */
.reset_variations{
    display: none !important;
    margin-left: 10px !important;
}

/* LIBRO DE RECLAMACCIONES TITULOS  */

#forminator-module-4927.forminator-design--material .forminator-label:not([class*="forminator-floating-"]) {
    font-size: 18px !important;   
    font-weight: 300 !important;
    margin-bottom: 20px !important;
}
.forminator-label.forminator-repeater-label{
    font-size: 18px !important;   
    font-weight: 300 !important;
    margin-bottom: 20px !important;
}


/* OCULTAR EL DESTINO EN LA PAGINA DEL CARRITO, PARA QUE NO APAREZCA LA PALABRA "NINGUNO" */
/*
    EJM:
    Recojo en Tienda de Miraflores
    Enviar a NINGUNO, Recojo en Tienda de Miraflores, Lima.
*/
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    display: none !important;
}

/* OCULTAR EL IGV QUE APARECE EN EL TOTAL DEL CHECKOUT */
#order_review .includes_tax{
    display: none !important;
}

/* MOVER EL BOTON QUE LLEVA AL INICIO O A LA PARTE SUPERIOR DE LA PAGINA */
#back-to-top.active {
    bottom: 95px !important;
    right: 29px !important;
}

/* LOGO DEL RESUMEN DE MERCADO PAGO - CON PagoEfectivo */
.ticket__logo-seller{
    height: 80px !important;
    width: 80px !important;
}

/* PAGINA NUESTRAS TIENDA: CENTRANDO LA DIRECCION, HORARIOS, ETC, PARA MOVIL */
@media (max-width: 767px){
    #tpl-id-tienda .elementor-widget-wrap>.elementor-element {       
        text-align: center;
    }
}

/* CENTRAR EL TEXTO DE LAS COLUMANS DE FOOTER PARA MOVIL */
@media (max-width: 767px){
    .site-footer .footer-column {
        margin-bottom: 30px;
        text-align: center;
    }
}


/* PAGINA: REGISTRO DE GARANTIA, DAR MARGEN AL TITULO DE CADA BLOQUE DE CAMPOS */
#tpl-id-garantia .forminator-repeater-label {        
    margin-left: 20px !important;
}

/* ICONO DE CALENDARIO MAS A LA IZQUEIRDA */
#tpl-id-garantia .forminator-ui.forminator-custom-form[data-design="material"] .forminator-input-with-icon [class*="forminator-icon-"]:last-child {
    margin-left: 0 !important;
}


/* HEADER MOVIL - FONDO AZUL */
.mobile-header {    
    /* background: rgba(36, 73, 148, 1) !important; */
    /* background: #05364C !important; */
    background: #c51152 !important;
    border-bottom: none !important;
}


/* BORRAR LINEA BLANCA SOBRE EL BANNER PRINCIPAL */
#tpl-col-banner-principal.elementor-column{
    min-height: 0px !important;
}


/* PAG DETALLE DEL PRODUCTO: TAMAÑO DEL TEXTO DEL PRECIO */
.summary.entry-summary .woocommerce-Price-amount.amount {
    font-size: 35px !important;    
}
/* CUANDO EL PRECIO ESTA TACHADO, A LA LINEA TB DARLE EL MISMO TAMAÑO */
.summary.entry-summary .price del {    
    font-size: 35px !important;    
}


/* BEG: PAGINA DETALLE DEL PRODUCTO - PRECIO */
/* PAG DETALLE DEL PRODUCTO: TAMAÑO DEL TEXTO DEL PRECIO */
.summary.entry-summary .woocommerce-Price-amount.amount {
    font-size: 35px !important;    
}
/* CUANDO EL PRECIO ESTA TACHADO, A LA LINEA TB DARLE EL MISMO TAMAÑO */
.summary.entry-summary .price del {    
    font-size: 25px !important;    
}
/* END: PAGINA DETALLE DEL PRODUCTO - PRECIO */


/* BEG: PAGINA DETALLE DEL PRODUCTO - TAGS SOBRE LA IMAGEN */
/* TAG DE DSCTO */
#tpl-tag{
    /* max-width: 100% !important;
    display: block !important;
    width: 100% !important;;
    */
    display: block;
    position: absolute;
    /*
    left: 100%;
    top: 0;
    transform: translate(-100%, 0);
    */
    width: auto;

    /*
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translate(-100%, 0);
    z-index: 2;
    position: absolute;
    z-index: 200;
    float: right;
    
    width: auto;
    display: block
    position: absolute
    left: 100% [709.625px]Xtop: 0 [0px]Ytransform: translate(-100%, 0) [matrix(1, 0, 0, 1, -128, 0)]XY;
    */
}
.vtex-product-price-1-x-savings--discount-highligth {   
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: .01em;
    /* background: #FD9500; */
    /* background: #05364C; */
    background: #c51152;
    height: 28px;
    position: relative;
    white-space: nowrap;
    border-radius: 7px;
    width: 76px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/* TAG DE ENVIO GRATIS */
.vtex-product-highlights-2-x-productHighlightWrapper {
    align-items: center;
    /* background: #0AB5CD; */
    /* background: #34B2AC; */
    background: #383838;    
    border-radius: 7px;
    color: #fff;
    display: flex;
    /* font-family: Poppins; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 100%;
    max-width: 200px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    width: auto!important;

    padding: 20px;
}
.w-auto {
    width: auto;
}
.absolute {
    position: absolute;
}

.h-auto {
    height: auto;
}
.left-0 {
    left: 0;
}
.top-0 {
    top: 0;
}
/* END: PAGINA DETALLE DEL PRODUCTO - TAGS SOBRE LA IMAGEN */

/* PONER FUENTE DE LETRA AL TEXTO DE "SEGUIMIENTO DE PRODUCTO" */
.cbwct-tracking-from form label {    
    font-family: 'Poppins' !important;  
}


/* PAGINA DETALLE DEL PRODUCTO - MARGEN DE LINEA SEPARADORA CON EL PRECIO */
.summary .woocommerce-product-details__short-description {    
    margin-bottom: 21px !important;   
}

/* LOS TITULOS DE LAS PAGINA TIENEN UNA PALABRA EN AZUL */
.about2-page-title h2 span {
    /* color: #244994 !important; */
    color: #c51152 !important;    
}




/* BEG: PAGINA DETALLE DEL PRODUCTO - TAGS SOBRE LA IMAGEN */
#tpl-lista-productos .vtex-product-price-1-x-savings--discount-highligth {   
    font-family: 'Poppins';
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: 0px;
    letter-spacing: .01em;
    /* background: #FD9500; */
    /* background: #05364C; */
    background: #c51152;
    height: 28px;
    position: relative;
    white-space: nowrap;
    border-radius: 7px;
    width: 56px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
/* TAG DE ENVIO GRATIS */
#tpl-lista-productos .vtex-product-highlights-2-x-productHighlightWrapper {
    align-items: center;
    /* background: #0AB5CD; */
    /* background: #34B2AC; */
    background: #383838;   
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 28px;
    line-height: 100%;
    max-width: 200px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    width: auto!important;

    padding: 12px;
}
/* END: PAGINA DETALLE DEL PRODUCTO - TAGS SOBRE LA IMAGEN */


/* BOTON SEGUIR PEDIDO */
.cbwct-tracking-from form input[type="submit"] {
    background: #FD9500 !important;
}

/* BANNER ATENCION AL CLIENTE */
#tpl-banner-atencion-cliente{
    background-color: #F2F2F2 !important;
    border-radius: 20px 20px 20px 20px !important;

}
#tpl-banner-ac-titulo{
    text-align: center !important;
    margin-top: 15px !important;
}

#tpl-begin-footer .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1440px;
}
#tpl-sec-interior-baner-ac{
    width: 1220px !important;
    margin: auto !important;
}
#tpl-begin-footer section{
    margin-bottom: 0 !important;
}
#tpl-banner-marca{
margin-bottom: 50px !important;
}

/* PAG DETALLE DEL PRODUCTO: PONER PRECIO ENCIMA DEL PRECIO REGULAR */
.woocommerce div.product p.price{
    display: inline-block !important;
    position: relative !important;
}

.woocommerce div.product p.price del{
    float: right !important;
    position: absolute !important;
    top: 30px !important;
    font-size: 25px !important;
    display: block !important;
}

.woocommerce div.product p.price ins{
    float: left !important;
}

.woocommerce div.product p.price del span bdi{
    font-size: 25px !important;
}

/* TAMAÑO DE LA PALABRA "AGOTADO" */
.product-type-simple .stock.out-of-stock{
    font-size: 20px !important;
}

.summary.entry-summary .stock.in-stock{
    font-size: 20px !important;
}


/* PADDING PARA EL MENU DE MI CUENTA */
.rt-dropdown-block .rt-dropdown-content {
    padding: 2px 8px !important;
}

.woocommerce-MyAccount-navigation-link .fas {    
    margin-right: 7px !important;
}

/* MARGEN DEL BANNER VERTICAL */
/*
#tpl-banner-vertical-1{
    padding-right: 10px;
}

@media (max-width: 767px){
    
    #tpl-banner-vertical-1{
        padding-right: 0px;
    }
    
}
*/


/* MOSTRANDO EL BOTON DE BANNER, EN SU VERSION DESKTOP */
.tpl-btn-banner-main.rev-btn{
    display: block;
}
/* MOSTRANDO LA FLECHAS DEL BANNER, EN SU VERSION DESKTOP */
#rev_slider_2_1_wrapper .hesperiden.tparrows {
    display: block;
}
@media (max-width: 991px){ 
    /* OCULTANDO EL BOTON DE BANNER, EN SU VERSION MOVIL */ 
    .tpl-btn-banner-main.rev-btn{
        display: none !important;
    }
    /* OCULTANDO LA FLECHAS DEL BANNER, EN SU VERSION MOVIL */
    #rev_slider_2_1_wrapper .hesperiden.tparrows {
        display: none !important;
    }
}


/* VENTANA POPUP */
/* QUITAR EL FONDO BLANCO */
.pum-content.popmake-content .alignnone{
    margin: 1px !important;
}

/* BEG: PARA USAR LA FUENTE POPPINS */
.breadcrumb ul li {    
    font-weight: 400 !important;
}
.vtex-product-price-1-x-savings--discount-highligth {   
    font-weight: 600 !important;
}
.summary.entry-summary .woocommerce-Price-amount.amount {
    font-weight: 400 !important;   
}
/* FICHAS TABS DETALLE DEL PRODUCTO*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-tabs .tabs li a {   
    font-weight: 500 !important;
    
}
.upsells>h2, .related>h2, .cross-sells>h2, .cart_totals>h2 {  
    font-weight: 600 !important;
}
.product-inner .product-title>* a {   
    font-weight: 600 !important;
}
/* END: PARA USAR LA FUENTE POPPINS */



/* APARECE UNA BARRA DE COLOR BLANCO EN EL FOOTER - VERSION MOVIL */
/* OCULTANDO LA BARRA */
.mobile-bottom-toolbar__inner {
    display: none !important;
}

/* REQ-MOVER LA VARIACION  */
/* PARA LA VARACION DE LOS PRODUCTOS DE LA PAGINA TIENDA O CATEGORIAS DEL PRODUCTO */
/* OCULTANDO LA PALABRA "Limpiar" */
.tpl-variacion-alto .wvs_archive_reset_variations_link{
    display: none !important;
}
/* Ajustando el margen de la variacion */
.tpl-variacion-alto .variable-items-wrapper{
    margin-bottom: 0 !important;
}

/* COLOR DE FOOTER */
.footer-bottom {
    /* background: #05364C !important; */
    background: #c51152 !important;
}

/* BOTON BUSCAR DE LA BARRA SUPERIOR, AL PASARL EL MOUSE HOVER, DEBE CAMBIAR DE COLOR */
.search-form .search-submit:hover {
    /* background: #34B2AC !important; */
    background: #383838 !important;     
}
/* POPUP - PARA MOSTRAR UN SEGUNDO POPUP - USO EL ID DEL POPUP */
#pum-6241{
    /* opacity: 1 !important; */
    /* display: block !important; */
}
#pum-8671{
    opacity: 1 !important;
    display: block !important;
}
.pum-active{
    opacity: 1 !important;
    display: block !important;
}
.tpl-agotado{       
    position: absolute !important;
    z-index: 200 !important;
    top: 50% !important;
    left: 25% !important;
    padding: 7px 26px !important;
    border-radius: 1rem !important;
    background-color: rgba(0, 0, 0, 0.7)  !important;
    color: #fff !important;
}
/* PARA QUE LA PALABRA MENU NO SE SOBRE PONGA */
#_desktop_logo_ .gm-menu-btn.hamburger {
    z-index: 1 !important;
}

/* MARCO DE LA IMAGEN SELECCIONADA DEL PRODUCTO */
.product-thumbnails .product-thumbnail-item.is-active>* {
    border-color: #0b364c !important;
}

/* BEG: thumbnail DE VIDEO */
/* FLAG: thumbnail DE VIDEO */
/* PAGINA DETALLE DE PRODUCTO */
/* CREANDO UN thumbnail, PARA EL VIDEO */
.tpl-video {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.tpl-icon-rt-videocam-outline {
    position: fixed;
}
.tpl-video-thumb {
    aspect-ratio: auto 100 / 100 !important;
    align-items: stretch !important;
}
.tpl-icon-rt-videocam-outline{
    top: 22%;
    position: absolute !important; 
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    padding: 5px;
    color: #fff;
   /* display: contents !important; */
}
/* POSICION DEL ICONO REPRODUCTOR */
/* >= 1024 */
@media (min-width: 1024px) {
    .tpl-icon-rt-videocam-outline{
        top: 30%;       
    }    
}
/* >= 320 */
@media (min-width: 320px) {
    .tpl-icon-rt-videocam-outline{
        top: 20%;       
    }    
}  
@media (min-width: 768px) {
    .tpl-icon-rt-videocam-outline{
        top: 10%;       
    }    
} 
@media (min-width: 1024px) {
    .tpl-icon-rt-videocam-outline{
        top: 20%;       
    }    
} 
@media (min-width: 1024px) {
    .tpl-icon-rt-videocam-outline{
        top: 25%;       
    }    
} 
/* END: thumbnail DE VIDEO */

/* BEG: FLAG: VIDEO YOUTUBE */
.tpl-product-thumbnail-item{
    align-items: center !important;
    background-color: #000 !important;
}
.tpl-icon-rt-videocam-outline-2{
    z-index: 999 !important;
}
/*
.slick-slide img {
    position: absolute !important;
}
*/
/*
.product-gallery__wrapper .slick-track {
    align-items: center !important;
}
.product-page-video{
    display: none !important;
}
*/
/* >= 1024 */
@media (min-width: 1024px) {
    .tpl-icon-rt-videocam-outline-2{
        top: 30%;       
    }    
}
/* END: FLAG: VIDEO YOUTUBE */

/* BEG: FLAG: CAMPA�AS LUDGA */
/* FUENTE:https://codecharismatic.com/sql-script-to-get-all-woocommerce-orders-including-metadata/ */
#menu-item-9908,
#menu-item-mobile-9908{
    margin-left: 0 !important;
    display: block;  
}
#menu-item-9908 > a:nth-of-type(1),
#menu-item-mobile-9908 > a:nth-of-type(1) {
    display: none !important;     
}
#menu-item-9908 > div:nth-of-type(1),
#menu-item-mobile-9908 > div:nth-of-type(1) {
    margin-left: 0 !important; 
}
#menu-item-9908 a{
    padding-left: 10px !important;   
    font-size: 16px; 
}
#menu-item-mobile-9908 a {
    padding-left: 15px !important;   
    font-size: 12px; 
}
/* END: FLAG: CAMPA�AS LUDGA */

/* BEG: FLAG: NUEVO PRODUCTO */
/* TAG PRODUCTO NUEVO */
.tpl-nuevo-producto{
    border-radius: 50% !important;
    height: 100px !important;
    width: 100px !important;
    background: #5B832D !important;
    padding: 12px !important;
    /*
    margin-left: auto !important;
    margin-right: auto;
    */
    margin-top: 20px !important; 
    font-size: 18px !important;
    font-weight: 600 !important;
}
.tpl-nuevo-producto img{
    width: auto !important;  
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 7px !important;
}

.tpl-nuevo-producto-list{
    border-radius: 50% !important;
    height: 65px !important;
    width: 65px !important;
    background: #5B832D !important;
    padding: 7px !important;
    /*
    margin-left: auto !important;
    margin-right: auto;
    */
    margin-top: 20px !important; 
    font-size: 12px !important;
    font-weight: 600 !important;

    color: #fff;
}
.tpl-nuevo-producto-list img{
    width: auto !important;  
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2px !important;
    width: 20px !important;
}
/* END: FLAG: NUEVO PRODUCTO */

/* BARRA PUBLICITARIA MOVIL SIN BORDE */
#tpl-barra-pub-movil .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0px !important;
}
/* COLOR DEL BOTON DEL FORM DE SUSCRIPCION */
.mc4wp-form .mc4wp-form-fields button {    
    background: #f39836 !important;  
}
/* COLOR DEL BOTON LUPA DE BUSQUEDA */
.search-form .input-wrapper .search-submit {
    background: #f39836 !important;  
}

.search-form.searchbox{
    margin-block-end: 0px !important;
}