/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */



:root {
    --verde: #78B159;
    --verdeOscuro: #56823d;
}


/* fuentes */
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-weight: 400;
    }


/* fontawesome */
    .fas {
        font-family: 'FontAwesome';
    }


/* iconos */
    @font-face {
    font-family: 'icomoon';
    src:  url('/themes/gpdw/assets/icons/icomoon.eot');
    src:  url('/themes/gpdw/assets/icons/icomoon.eot') format('embedded-opentype'),
        url('/themes/gpdw/assets/icons/icomoon.ttf') format('truetype'),
        url('/themes/gpdw/assets/icons/icomoon.woff') format('woff'),
        url('/themes/gpdw/assets/icons/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bizum:before {
  content: "\e900";
}
.icon-buscar:before {
  content: "\e901";
}
.icon-cara-corazon:before {
  content: "\e902";
}
.icon-carro-1:before {
  content: "\e903";
}
.icon-carro-2:before {
  content: "\e904";
}
.icon-carro-3:before {
  content: "\e905";
}
.icon-chat-1:before {
  content: "\e906";
}
.icon-chat-2:before {
  content: "\e907";
}
.icon-contrarembolso:before {
  content: "\e908";
}
.icon-cookie:before {
  content: "\e909";
}
.icon-cursor:before {
  content: "\e90a";
}
.icon-entrar:before {
  content: "\e90b";
}
.icon-envio-1:before {
  content: "\e90c";
}
.icon-envio-2:before {
  content: "\e90d";
}
.icon-envio-3:before {
  content: "\e90e";
}
.icon-favorito:before {
  content: "\e90f";
}
.icon-favorito-lleno:before {
  content: "\e910";
}
.icon-flecha-derecha:before {
  content: "\e911";
}
.icon-flecha-derecha-circulo:before {
  content: "\e912";
}
.icon-menu-1:before {
  content: "\e913";
}
.icon-menu-2:before {
  content: "\e914";
}
.icon-menu-3:before {
  content: "\e915";
}
.icon-payPal:before {
  content: "\e916";
}
.icon-seguro:before {
  content: "\e917";
}
.icon-tarjeta-1:before {
  content: "\e918";
}
.icon-tarjeta-2:before {
  content: "\e919";
}
.icon-tik-tok:before {
  content: "\e91a";
}
.icon-transferencia:before {
  content: "\e91b";
}
.icon-usuario-1:before {
  content: "\e91c";
}
.icon-usuario-2:before {
  content: "\e91d";
}
.icon-usuario-3:before {
  content: "\e91e";
}
.icon-x-twitter:before {
  content: "\e91f";
}



/* botones */
    .elementor-button {
        border-radius: 20px;
    }
    .btn-primary,
    .btn-secondary {
        border-radius: 20px !important;
    }


/*** material icons ***/
    i.material-icons {
        font-family: 'Material Icons';
        font-style: normal;
    }

/*** cookies ***/
    #cookiesplus-tab {
        bottom: 10px !important;
        left: 10px !important;
    }
    div#cookiesplus-tab.cookiesplus-move {
        font-size: 0;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 15px -5px rgb(0 0 0 / 65%);
    }/*
    div#cookiesplus-tab.cookiesplus-move i {
        font-size: initial;
        position: relative;
        width: 20px;
        height: 20px;
    }
    div#cookiesplus-tab.cookiesplus-move i:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #124896;
        -webkit-mask: url('/themes/gpdw/assets/icons/cookie-solid.svg');
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        margin: 0 auto;
        text-align: center;
    }*/
    div#cookiesplus-tab.cookiesplus-move i {
        font-size: 1.3rem;
    }
    div#cookiesplus-tab span {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#cookiesplus-tab.cookiesplus-move i:before {
        font-family: 'icomoon' !important;
        content: "\e909";
    }
    /* boton personalizado 'atras' */
        .volver-finalidades-cookies {
            clear: both;
        }
    @media (max-width: 767px) {
        #product #cookiesplus-modal {
            bottom: 75px;
        }
        #product div#cookiesplus-tab {
            bottom: calc(75px + 15px) !important;
        }
    }

/*** fix error overflow mobile ***/
    @media (max-width: 767px) {
        div#inner-wrapper {
            overflow-x: hidden;
            overflow-y: clip;
        }
    }

/*** fancybox 4 ***/
    .fancybox_politicas .fancybox__content {
        padding: 0;
        width: 550px !important;
        height: 850px !important;
    }
    @media (max-width: 991px) {
        .fancybox_politicas .fancybox__content {
            width: 100% !important;
            height: 80% !important;
        }
    }
    .fancybox_politicas {
        z-index: 999999 !important;
    }

/*** recaptcha ***/
    .g-recaptcha {
        display: flex;
        justify-content: center;
    }

/*** politicas privacidad ***/
    .politicas {
        font-size: 11px;
        line-height: 16px;
    }
/*** top bar ***/
    .block-iqitcontactpage-top-bar {
        display: inline-flex;
    }
    .block-iqitcontactpage-top-bar hr {
        display: none;
    }
    .block-iqitcontactpage-top-bar .part {
        display: inline-flex;
        align-items: center;
        margin-right: 10px;
    }
    .block-iqitcontactpage-top-bar .part .icon {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .block-iqitcontactpage-top-bar .part .icon i {
        font-size: 11px;
    }


/*** header ***/
    .stuck-header {
        box-shadow: 0 10px 15px -5px rgb(0 0 0 / 8%);
    }


/*** buscador ***//*
    .col.col-header-center {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }*/
    .header-top .search_widget_block {
        width: 100% !important;
        max-width: 550px;
        margin: 0 auto;
        float: none;
    }


/*** main menu ***/
    .cbp-horizontal>ul>li>a,
    .cbp-horizontal>ul>li>a:not([href]):not([tabindex]),
    .cbp-horizontal>ul>li>.cbp-main-link {
        max-width: unset;
    }
    .cbp-hrmenu .cbp-active span {
        /*color: #124896 !important;*/
        font-weight: bold !important;
    }
    /*** submenus ***//*
        a.cbp-column-title.nav-link.cbp-category-title {
            display: none;
        }*/
        .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, 
        .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
            font-weight: normal;
        }


/*** header mobile ***/
    #mobile-header-sticky.stuck.stuck-down {
        box-shadow: 0 10px 15px -5px rgb(0 0 0 / 8%);
    }


/* leftColumnWrapper */
    @media (min-width: 992px) {
        .leftColumnWrapper {
            position: sticky;
            /*top: 60px;*/
        }
    }
    @media (max-width: 767.98px) {
        #left-column.-only-facet-search>*:not(#facets_search_wrapper),
        #right-column.-only-facet-search>*:not(#facets_search_wrapper) {
            display:unset
        }
    }


/*** bloque categorias ***/
    .block-links ul>li {
        margin-bottom: 0;
    }
    .block-categories li a {
        font-weight: normal;
        color: #333333;
        display: block;
        font-size: 13px;
        line-height: 30px;
        padding: 0 30px 0 19px;
        border-bottom: 1px solid #d6d4d4;
        width: 100%;
        border: none;
        margin-bottom: 3px;
    }
    .block-categories .collapse-icons {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        cursor: pointer;
        /*background: vaR(--verdeOscuro);*/
        border-bottom: 1px solid #fff;
        border-radius: 5px;
        font-size: 18px;
    }
    .block-categories .fa:before {
        display: block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        color: var(--verdeOscuro);
        line-height: 30px;
        text-align: center;
    }
    /***/
    .block-categories li a.current_parent_cate,
    .block-categories li a.current_cate {
        color: var(--verdeOscuro) !important;
        font-weight: bold !important;
    }

/* bloque categorias -> iconos */
    .block-categories .collapse-icons.collapsed > .add {
        display: inline-block !important;
    }
    .block-categories .collapse-icons.collapsed > .remove {
        display: none !important;
    }
    .block-categories .collapse-icons > .add {
        display: none;
    }
    .block-categories .collapse-icons > .remove {
        display: inline-block !important;
    }



/*** contacto ***/
    #contact #wrapper,
    #contact #main .page-content {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /***/
    #contact #inner-wrapper {
        max-width: 100%;
    }
    #contact .contact-form {
        max-width: 1200px;
    }
    #contact .contact-map {
        padding-left: 0;
        padding-right: 0;
    }
    /***/
    div#iqitcontactpage-map,
    #iqitcontactpage-map iframe {
        height: 450px;
        margin-bottom: 0;
    }
    /***/
    .contact-page-info .contact-us {
        display: none;
    }

/*** ets contact form ***/
    .wpcfu.hook {
        max-width: 1200px;
        margin: 0 auto;
    }
    /*** recaptcha ***/
        .ets_cfu_input_recaptcha.ets_cfu_input br {
            display: none;
        }/*
        @media (max-width: 768px) {
            #product .grecaptcha-badge[data-style="bottomright"] {
                bottom: 80px !important
            }
        }*/
    /*** captcha imagen ***/
        .ets_cfu_input_captcha >label >span {
            margin: 0 auto;
            text-align: center;
        }
        .ets_cfu_input_captcha img.pa-captcha-img-data {
            height:  75px;
        }

/*** datos contacto top ***/
    .contact-top {
        display: flex;
        flex-wrap: wrap;
    }
    .contact-top>div>i {
        background: #124896;
        padding: 4px;
        margin-right: 3px;
        border-radius: 100%;
        color: #fff;
        width: 18px;
        height: 18px;
        text-align: center;
        font-size: 9px;
    }
    .contact-top>div {
        margin-right: 10px;
        display: flex;
        align-content: center;
    }

/*** footer first ***/
    div#footer-container-first .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #footer-container-first .block-title {
        display: none;
    }



/*** newsletter ***/
    /*** ocultamos la newsletter del footer ***/
        /*
        .block.block-footer.block-toggle.block-newsletter.js-block-toggle {
            display: none;
        }*/

/*** footer ***/
    @media (max-width: 768px) {
        #footer .block {
            width: 100%;
            flex: 50%;
            max-width: 50%;
        }

        #footer .block:last-child {
            width: 100%;
            flex: 100%;
            max-width: 100%;
        }
    }
    @media(max-width: 580px) {
        #footer .block {
            width: 100%;
            flex: 100%;
            max-width: 100%;
        }
    }
    /*** datos contacto footer ***/
        .contact-rich .part {
            display: flex;
        }
        .contact-rich .part .icon {
            vertical-align: top;
        }

/*** ultimate form ***/
    /*** politicas privacidad ***/
        .ets_cfu_input_acceptance.ets_cfu_input span.ets_cfu_form-control.ets_cfu-acceptance {
            position: absolute;
            top: -30px;
        }

        .ets_cfu_input_acceptance.ets_cfu_input label .ets_cfu_span {
            font-weight: bold;
            margin-left: 20px;
        }
    /*** boton envio ***/
        .ets_cfu_input_submit.ets_cfu_input {
            text-align: center;
        }
    .ets_cfu_form-control.ets_cfu-submit {
        padding: 15px 23px;
        letter-spacing: 5px;
    }
    /*** boton flotante formulario ultimate form ***/
        span#button_popup_enabled_wpcfu-f2-o1 {
            z-index: 50000;
        }

/*** checkout ***/
    #module-steasycheckout-default .sticky-desktop-wrapper,
    #module-steasycheckout-default nav.header-nav,
    #module-steasycheckout-default div#desktop-header,
    #module-steasycheckout-default div#mobile-header {
        display: none;
    }
    #module-steasycheckout-default div#footer-container-first,
    #module-steasycheckout-default div#footer-container-main,
    #module-steasycheckout-default div#checkout-footer {
        display: none;
    }
    /***/
    #module-steasycheckout-default #checkout-header .container,
    #module-steasycheckout-default div#inner-wrapper,
    #module-steasycheckout-default div#footer-copyrights .container {
        max-width: 1200px;
    }
    /*** header ***//*
        #module-steasycheckout-default .header-top {
            padding-bottom: 0;
        }*/
    /*** continuar comprando ***/
        #module-steasycheckout-default #checkout-header a.text-muted.mt-2.mb-2.d-inline-block {
            float: right;
            font-weight: bold;
            font-size: 14px;
        }

        #module-steasycheckout-default #checkout-header a.text-muted.mt-2.mb-2.d-inline-block:hover {
            color: #124896 !important;
        }
    /*** h1 ***/
        #module-steasycheckout-default .page-title {
            color: #000000;
            font-size: 1.5714285714rem;
            font-style: normal;
            font-weight: bold;
            text-transform: none;
            /*margin-top: 0.8em;*/
            /*padding-top: 0.5em;*/
        }
    /*** iconos ***/
        #module-steasycheckout-default .fa {
            font: normal normal normal 14px/1 FontAwesome;
        }
    /*** modos de envio ***/
        .delivery-options {
            display: flex;
            flex-wrap: wrap;
        }
        .delivery-options> div {
            flex: 1 0 33%;
            width: 33%;
            max-width: 100%; 
        }
        @media (max-width: 678px) {
            .delivery-options> div {
                flex: 1 0 100%;
                width: 100%;
                padding-bottom: 10px;
            } 
        }
        .delivery-options .delivery-option {
            padding: 15px;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }
        .delivery-options .steco-delivery-option > label {
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            flex-flow: column;
        }
        .delivery-option img {
            max-height: 50px;
        }
        .steco-delivery-option.steco_selected img {
            filter: invert(1);
        }
    /* modos de pago */
        .steco-payment-option .payment-option .steco_selected img {
            filter: invert(1);
        }
    /*** wrapper ***/
        #module-steasycheckout-default #wrapper {
            padding-top: 0 !important;
        }
    /*** popup terminos y condiciones ***/
        /*
        #module-steasycheckout-default .modal.show .modal-content {
            display: block !important;
        }
        #module-steasycheckout-default .modal.show .modal-content button.st_modal_close {
            width: 35px;
            height: 35px;
            float: right;
            text-align: center;
            background: #124896;
            color: #fff;
            border: none;
            cursor: pointer;
        }
        #module-steasycheckout-default .modal.show .modal-content .rte-content {
            padding: 15px;
        }
        */


/* checkout mas gonito */
    /* header */
        #module-steasycheckout-default .header-top {
            box-shadow: none;
            border-bottom: 1px solid rgba(0,0,0, .15);
        }
        #checkout-header >.container >.row {
            align-items: center;
        }
        /* logo *//*
            #module-steasycheckout-default img.logo.img-fluid {
                max-height: 65px;
                width: auto;
            }*/
    /* wrapper */
        #module-steasycheckout-default #wrapper {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        #module-steasycheckout-default div#inner-wrapper {
            position: relative;
            padding-bottom: 50px !important;
            padding-top: 50px !important;
        }
        @media (min-width: 992px) {
            #module-steasycheckout-default #wrapper {
                background: linear-gradient(to right, #fff 58.3%, #F5F5F5 58.3%);
            }
            #module-steasycheckout-default div#inner-wrapper {
                background: linear-gradient(to right, #fff 58.3%, #F5F5F5 58.3%);
            }/*
            #module-steasycheckout-default #inner-wrapper:before {
                content: "";
                position: absolute;
                top: 0;
                left: 100%;
                height: calc(100% + 56px);
                width: 100%;
                background: #F5F5F5;
            }*/
        }
    /* encabezados */ 
        .steco_heading {
            border: none !important;
            background-color: transparent !important;
        }
        .steco_step_number {
            background-color: transparent !important;
            color: #444 !important;
        }
        .steco_heading [class^="eco-"]:before, 
        .steco_heading [class*=" eco-"]:before {
            font-family: 'icomoon' !important;
        }
        /**/
        .steco_heading .eco-user:before {
            content: "\e91d";
        }
        .steco_heading .eco-truck:before {
            content: "\e90c";
        }
        .steco_heading .eco-credit-card-1:before {
            content: "\e919";
        }
        .steco_heading .eco-bag:before {
            content: "\e903";
        }


/* producto */
    /* header */
        .product_header_container {
            border-bottom: none;
        }
    /* marca */
        .product-manufacturer.product-manufacturer-next.float-right {
            width: 100%;
            float: left !important;
        }
        .product-manufacturer-next img {
            max-width: 100px !important;
        }
    /* titulo */
        #content-wrapper .product_header_container .page-title {
            font-size: 3rem;
            font-weight: normal;
            width: 100%;
            max-width: 100%;
        }
    /* cantidad *//*
        #product .product-quantity .qty {
            width: auto !important;
        }
        #product input#quantity_wanted {
            height: auto;
            border-radius: 10px 0px 0 10px;
        }
        .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
            border-top-right-radius: 10px;
        }
        .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
            border-bottom-right-radius: 10px;
        }*/
    /* boton compra */
        #product .col.col-12.col-sm-auto.col-add-btn {
            max-width: 250px;
            width: 100%;
        }
        #product button.btn.btn-primary.btn-lg.add-to-cart {
            width: 100%;
            border-radius: 10px;
            font-size: 1.5rem;
        }
    /* boton favoritos */
        button#iqit-wishlist-product-btn {
            border-radius: 10px;
            padding: 19px 22.5px;
        }
    /*** detalles ***//*
        #product-details-tab-nav {
            display: none;
        }*/
    /* info */
        .product-additional-info {
            border-top: none;
        }
    /*** tabs ***/
        .tabs.product-tabs {
            background: rgba(120, 177, 89, 0.15);
            padding: 30px;
            border-radius: 30px;
        }
        div#product-infos-tabs-content {
            max-width: 1200px;
            margin: 0 auto;
        }
        .nav-tabs {
            max-width: 1200px;
            margin: 0 auto 30px auto;
            border-bottom: none;
        }
        .nav-tabs .nav-item {
            background: transparent !important;
        }
        .nav-tabs .nav-link {
            opacity: 1;
        }
    /*** medicamentos ***/
        .producto-medicamentos .social-sharing,
        .producto-medicamentos #iqit-reviews-tab {
            display: none;
        }
        .producto-medicamentos .consulta-farmaceutica>span {
            margin: 0;
        }


/*** to top ***/
    #contact #back-to-top,
    .cms-id-9 #back-to-top,
    #product.producto-medicamentos #back-to-top {
        bottom: 80px;
    }

@media (max-width: 768px) {
    #product.producto-parafarmacia #back-to-top {
        bottom: 80px;
    }

    #product.producto-medicamentos #back-to-top {
        bottom: 150px;
    }
}

/*** blog ***/
    /*** imagen listado post ***/
    .simpleblog__listing__post__wrapper img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center center;
    }
    /*** post ***/
        /*** layout ***/
            #module-ph_simpleblog-single div#inner-wrapper {
                width: 100%;
                max-width: 100%;
                padding: 0;
            }
        /*** imagen post ***/
            .simpleblog__post.blog-mb.cardblog img.img-fluid {
                width: 100%;
                max-height: 500px;
                object-fit: cover;
                object-position: center center;
            }

            .simpleblog__post .simpleblog__post-featured img {
                width: 100%;
                max-height: 500px;
                object-fit: cover;
                object-position: center center;
        }

/*** cuerpo ***/
    #module-ph_simpleblog-single #wrapper>.container:first-child,
    #module-ph_simpleblog-single .page-header,
    #module-ph_simpleblog-single .simpleblog__postInfo,
    #module-ph_simpleblog-single .simpleblog__post__content.card-block.pb-1,
    #module-ph_simpleblog-single .simpleblog__share.blog-mb,
    #module-ph_simpleblog-single #phsimpleblog_comments,
    #module-ph_simpleblog-single .simpleblog__addComment {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }

/*** newsletter ***/
    .ps-emailsubscription-block .gdpr_module,
    .ps-emailsubscription-block .ps-emailsubscription-conditions {
        line-height: 1.5;
    }

/*** imagenes fancybox ***/
    .fancyImage img,
    .fancyImageTeam img {
        cursor: pointer;
    }

/*** icono whatsapp footer ***/
    .whatsappFooter {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 50;
    }
    .iconoWhatsapp {
        width: 35px;
        height: 35px;
        transition: .4s;
        animation: iconoWhatsapp ease 1s forwards;
    }
    @keyframes iconoWhatsapp {
        0% {
            transform: scale(0);
            opacity: 0;
        }
        50% {
            transform: scale(1.5);
            opacity: 1;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    .iconoWhatsapp #trazo {
        fill: #FFF !important;
        transition: .4s;
    }
    .iconoWhatsapp #fondo {
        fill: #00BB2D !important;
        transition: .4s;
    }
    .iconoWhatsapp:hover #trazo {
        fill: #00BB2D !important;
    }
    .iconoWhatsapp:hover #fondo {
        fill: #FFF !important;
    }
    /*** texto icono ***/
        .whatsappIconText {
            position: fixed;
            right: 15px;
            bottom: 70px;
            background: #fff;
            color: #000;
            padding: 5px 15px;
            border-radius: 15px;
            box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
            animation: whatsappIconText ease 1s forwards;
            animation-delay: .8s;
            transform: translateY(100%);
            opacity: 0;
            transition: .8s;
        }
        @media (max-width: 767px) {
            #product .whatsappIconText {
                bottom: calc(75px + 70px);
            }
            #product .whatsappFooter {
                bottom: calc(75px + 15px);
            }
        }
        .whatsappIconText:after {
            content: "";
            position: absolute;
            right: 7px;
            bottom: -13px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 15px 0 0;
            border-color: #ffffff transparent transparent transparent;
        }
        @keyframes whatsappIconText {
            0% {
                transform: translateY(100%);
                opacity: 0;
            }
            100% {
                transform: translateY(0%);
                opacity: 1;
            }
        }
        .hideWhatsappIconText {
            animation: hideWhatsappIconText ease 1s forwards;
        }
        @keyframes hideWhatsappIconText {
            0% {
                transform: translateY(0%);
                opacity: 1;
            }
            100% {
                transform: translateY(-100%);
                opacity: 0;
            }
        }
        .closeWhatsappIconText {
            position: absolute;
            top: -10px;
            right: -10px;
            background: red;
            color: #fff;
            border-radius: 100%;
            padding: 5px;
            width: 18px;
            height: 18px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            cursor: pointer;
        }

/*** logos kit digital ***/
    .footerAfter {
        margin-top: 50px;
    }
    #iqithtmlandbanners-block-5 .block-title {
        display: none;
    }
    .logosKitDigital img:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 5px;
    }


/*** home ***/
    /*** homeBanner ***/
    .homeBanner .elementor-image-box-content {
        position: absolute;
        bottom: 15px;
        left: 0;
        background: rgb(255 255 255 / 85%);
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        transition: .4s;
    }
    .homeBanner h3.elementor-image-box-title,
    .homeBanner h3.elementor-image-box-title a,
    .homeBanner .elementor-image-box-description {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    /***/
    .homeBanner:hover .elementor-image-box-content {
        background: #124896;
        color: #fff;
    }
    .homeBanner:hover h3.elementor-image-box-title a {
        color: #fff;
    }
    /*** homeInstagram ***/
        .elementor-instagram .il-item {
            overflow: hidden;
            padding: 5px;
        }
        .elementor-instagram .il-item a {
            border-radius: 15px;
        }
        .elementor-instagram .il-item a,
        .elementor-instagram .il-item a img {
            height: 100%;
        }


/* top bar */
    @media (min-width: 1024px) and (max-width: 1040px) {
        .left-nav {
            flex: 0 0 auto;
        }
    }
    @media (max-width: 1023px) {
        .header-nav .row {
            justify-content: center !important;
        }
        .left-nav {
            order: 1;
            flex: 0 0 auto;
            width: auto;
            max-width: 100%;
            text-align: left !important;
        }
        .center-nav {
            width: 100%;
            max-width: 100%;
            flex: 0 1 100%;
            order: 3;
        }
        .right-nav {
            order: 2;
            flex: 0 0 auto;
            width: auto;
            max-width: 100%;
            text-align: left !important;
        }
    }
    @media (max-width: 767px) {
        #header .header-nav {
            font-size: 12px;
        }
        .left-nav {
            text-align: center !important;
        }
        .left-nav .block-iqitlinksmanager {
            margin-top: 1rem;
        }
        .center-nav,
        .right-nav {
            display: none;
        }
        .block-iqitcontactpage-top-bar:after {
            display: none !important;
        }
    }


/* botones header */
    #header .header-btn-w {
        display: flex;
        align-items: center;
    }
    div#ps-shoppingcart-wrapper {
        display: flex;
    }


/* carrito */
    .ps-shoppingcart .cart-products-count-btn {
        min-width: 20px;
        height: 20px;
        top: -12px;
        right: -12px;
        font-size: 1rem;
    }
    /**/
    .stuck-menu .ps-shoppingcart .icon {
        color: #fff;
    }


/* modal carrito */


/* buscador */
    #search_widget {
        /*max-width: 500px;*/
        width: calc(100% - 150px);
    }
    #search_widget .input-group {
        max-width: 350px;
        margin-right: 0;
        margin-left: auto;
    }
    #search_widget input.form-control.form-search-control {
        border-radius: 30px !important;
    }


/* menu desktop */
    .stuck-menu .cbp-horizontal > ul > li > a {
        color: #fff
    }


/* homeBrands */
    .homeBrands .swiper-slide-title {
        text-align: center;
        margin-top: 10px;
        text-align: center;
        /* margin: 0 auto; */
        font-size: 1.2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .homeBrands img {
        border-radius: 25px;
        box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.15)
    }


/* homeSlider */
    .homeSlider {
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.15);
    }


/* homeTabs */
    .homeTabs .nav-tabs {
        /*justify-content: space-evenly !important;*/
        border-bottom: none !important;
        /*max-width: 980px !important;
        margin: 0 auto;*/
    }
    .homeTabs .nav-tabs .nav-item {
        background: #fff;
        border: 1px solid var(--verde);
        border-radius: 10px;
        overflow: hidden;
    }
    .homeTabs .nav-tabs .nav-item a {
        margin: 0;
        padding: 15px 30px;
        font-weight: 400;
    }
    /**/
    .homeTabs .nav-tabs .nav-link.active, 
    .homeTabs .nav-tabs .nav-link:hover, 
    .homeTabs .nav-tabs .nav-link:focus {
        border: none !important;
        background: var(--verdeOscuro);
        color: #fff;
    }
    /**/
    @media (max-width: 767px) {
        .homeTabs .nav-tabs .nav-item {
            margin-bottom: 1rem;
        }
    }


/* homeSectionShorts */
    @media (min-width: 1024px) {
        .homeColumnShorts,
        .homeColumnShorts .elementor-widget-wrap {
            height: 100%;
        }
    }
    /**/
    @media (min-width: 1024px) {
        .homeSectionShorts,
        .homeSectionShorts .elementor-container,
        .homeSectionShorts .elementor-widget-wrap,
        .homeSectionShorts .elementor-widget,
        .homeSectionShorts .elementor-widget-container {
            height: 100%;
        }
    }
    /**/
    @media (max-width: 1023px) {
        .homeSectionShorts> .elementor-container {
            min-height: auto !important;
        }
        .homeSectionShorts .elementor-column-wrap {
            justify-content: center;
        }
    }
    .homeSectionShorts .elementor-widget-html {
        border-radius: 30px;
        overflow: hidden;
    }
    .homeSectionShorts .elementor-widget-wrap {
        width: auto;
    }
    /**/
    .homeShort {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.25);
    }
    .homeShort iframe {
        width: auto;
    }

/* productos */
    /* titulo *//*
        #category div#js-product-list-header {
            margin-bottom: 50px;
        }*/
        #category #content-wrapper .page-title {
            border: none;
            font-size: 3rem;
            font-weight: normal;
        }
    /* layout *//*
        @media (min-width: 992px) {
            #category div#left-column {
                max-width: 20%;
                width: 20%;
                flex: 0 0 20%;
            }
            #category div#content-wrapper {
                max-width: 80%;
                width: 80%;
                flex: 80%;
            }
        }*/
    /* selectores top */
        .products-selection .view-switcher {
            display: none;
        }
        div#js-product-list-top {
            border: none;
        }
        div#js-product-list-top >div {
            justify-content: flex-end !important;
        }
    /**/
        #products {
            background: rgba(120, 177, 89, 0.15);
            padding: 30px;
            border-radius: 30px;
        }
    /**/
        .product-miniature-default {
            border-radius: 15px;
        }
    /* miniatura */
        .product-miniature .product-functional-buttons-top {
            position: absolute;
            bottom: auto;
            top: .7rem;
            right: 0rem;
            left: auto;
            min-width: auto;
            padding: 0;
            transform: none!important;
            opacity: 1!important
        }
        .product-miniature .product-functional-buttons-bottom {
            top: unset!important;
            bottom: .7rem;
            transform: none!important;
            opacity: 1!important;
            display: none;
        }
        .product-miniature .product-brand.text-muted {
            margin-bottom: .5rem
        }
        /*
        .product-miniature-grid .product-title {
            font-size: 1.1rem!important;
            line-height: 1.3rem!important
        }
        */
        .product-miniature .rowProductPriceCart {
            align-items: center!important
        }
        .product-miniature .product-miniature-right {
            text-align: left!important
        }
        .product-price-and-shipping {
            font-family: var(--fuenteBold)!important
        }
        .product-miniature button.btn.btn-product-list.add-to-cart,
        .product-miniature .btn-product-list {
            padding: .5rem .7rem!important;
            font-size: 2rem!important;
            line-height: 2rem!important;
            color: var(--negro);
            border-radius: 10px;
        }
        .product-miniature button.btn.btn-product-list.add-to-cart:hover,
        .product-miniature .btn-product-list:hover {
            color: #fff;
        }
        .product-miniature button.btn.btn-product-list.add-to-cart span {
            display: none
        }


/* carruseles productos */
    .swiper-button-next, 
    .swiper-button-prev {
        border-radius: 15px;
        padding: .5rem 1.3rem;
    }


/* homeServicios */
    .homeServicio  {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.25);
    }
    .homeServicio .elementor-image-box-content {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(120,177,89,0.65);
        padding: 1rem;
    }
    .homeServicio .elementor-image-box-img img {
        width: 100%;
    }
    @media (min-width: 1024px) and (max-width: 1249px) {
        .homeServicio .elementor-image-box-title {
            font-size: 1.5rem !important;
        }
    }
    @media (max-width: 767px) {
        .homeServicio {
            max-width: 450px;
            margin: 0 auto;
        }
    }


/* homeBlog */ 
    .homeBlog .simpleblog__listing__post__wrapper {
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.15);
    }
    .homeBlog .simpleblog__listing__post__wrapper__content {
        border: none !important;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .homeBlog .simpleblog__listing__post__wrapper__footer {
        border: none !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }


/* advantageIcon */
    .advantageIcon .elementor-image-box-wrapper {
        justify-content: center;
    }
    .advantageIcon .elementor-image-box-content {
        width: auto;
    }


/* homeTestimonials */
    .homeTestimonials .swiper-slide {
        height: unset !important
    }
    .homeTestimonials .swiper-slide-inner,
    .homeTestimonials .elementor-testimonial-wrapper {
        height: 100%;
    }
    .homeTestimonials .elementor-testimonial-wrapper {
        height: 100%;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.15);
    }
    .homeTestimonials .elementor-testimonial-image img {
        height: auto !important;
    }
    /**/
    .googleReviewsLogo img {
        width: 150px;
    }


/* footer */
    div#footer-container-main {
        padding-top: 75px;
    }


/* social */
    .social-links>li a {
        border-radius: 100%!important;
        display: flex!important;
        align-items: center;
        justify-content: center
    }
    .social-links._topbar>li a {
        padding: .3rem .15rem
    }
    .social-links._footer>li a {
        padding: .5rem .3rem
    }
    .social-links>li.instagram a {
        background: -webkit-radial-gradient(30% 107%,circle,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)!important;
        background: -o-radial-gradient(30% 107%,circle,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)!important;
        background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)!important;
        background: -webkit-radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)!important;
        background-clip: text
    }
    .social-links>li.facebook a {
        background: #0866ff!important
    }

    
/* copyright */
    .copyright-txt,
    .copyright-txt a {
        color: #fff;
    }
    .copyright-txt a {
        color: var(--verde) !important ;
    }


/* cms *//*
    .cms-id-4 #wrapper >.container:first-child,
    .cms-id-22 #wrapper >.container:first-child {
        display: none;
    }*/
    .cms-id-4 .pageHeader,
    .cms-id-22 .pageHeader {
        display: none;
    }
    /**/
    @media (max-width: 1023px) {
        .cmsSectionBanner > .elementor-container {
            min-height: 400px !important;
        }
    }
    @media (max-width: 767px) {
        .cmsSectionBanner > .elementor-container {
            min-height: 300px !important;
        }
    }


/* conocenos */
    .conocenos25 span {
        border-radius: 100% !important;
        padding: 30px;
        animation: pulse 2s infinite;
        /* background: rgb(0 0 0 / 5%); */
        width: 200px;
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    /**/
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0px rgb(86 130 61 / 25%);
        }
        50% {
            box-shadow: 0 0 0 40px rgb(86 130 61 / 25%);
        }
        100% {
            box-shadow: 0 0 0 0px rgb(86 130 61 / 25%);
        }
    }
    /**/
    @media (max-width: 1023px) {
        .conocenos25 span {
            padding: 20px;
            height: 150px;
        }
    }
    @media (max-width: 767px) {
        .conocenos25 span {
            padding: 15px;
            height: 130px;
        }
    }


/* servicios */
        .servicioImageBig img {
            width: 100%;
        }
    /* citaBtnForm */
        .citaBtnForm .elementor-widget-container {
            text-align: left;
        }
        .citaBtnForm .ctf_click_open_contactform7 {
            margin: 0;
            padding: 10px 50px;
            border-radius: 20px;
            font-size: 1.3rem;
        }
        .avisoForm {
            font-weight: bold !important;
            font-size: 1.5rem;
        }
    /**/
    @media (max-width: 767px) {
        .servicioColumnImage {
            order: 1;
        }
        .servicioColumnText {
            order: 2;
        }
        .citaBtnForm .elementor-widget-container {
            text-align: center;
        }
    }

/* calendario ets form */
    .ui-datepicker .ui-datepicker-title select {
        appearance: none;
        -webkit-appearance: none;
    }
    .ui-datepicker .ui-datepicker-title select:focus-visible {
        outline: 2px solid var(--verdeOscuro) !important;
    }
    .ui-state-highlight, 
    .ui-widget-content .ui-state-highlight, 
    .ui-widget-header .ui-state-highlight {
        border: 1px solid var(--verde) !important;
        background: var(--verde) !important;
        color: #fff !important;
    }  
    .ui-state-active, .ui-widget-content .ui-state-active, 
    .ui-widget-header .ui-state-active, a.ui-button:active, 
    .ui-button:active, .ui-button.ui-state-active:hover{
        border: 1px solid var(--verdeOscuro) !important;
        background: var(--verdeOscuro) !important;
        color: #fff !important;
    }



/************************* laboratorio ***********************************************/

/* filtro categorias top listado */
    #products #facets_search_center_dropdown .dropdown:not(.filtroCategorias)  {
        display: none;
    }
    #products .filtroCategorias .facet-title {
        display: none;
    }
    #products .filtroCategorias .dropdown-menu-facet {
        position: relative;
        /* width: 100%; */
        /* overflow: hidden; */
        flex-wrap: wrap;
        display: flex;
        background: transparent;
        z-index: 1;
    }
    div#search_filter_controls .btn {
        padding: 1rem 2rem;
        width: 45%;
        font-size: 1rem;
    }
    div#search_filter_controls .btn i {
        margin-right: .5rem !important;
    }


/* pageHeader */
    .pageHeader {
        background: rgba(120, 177, 89, 0.15);
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .pageHeader .breadcrumb {
        margin: 0 !important;
    }
    .pageHeader .page-title {
        margin: 0;
    }
    /**/
    #product .pageHeader .container,
    #module-ph_simpleblog-single .pageHeader .container {
        max-width: 1200px;
    }
    /**/


/* categoria / productos *//*
    #category div#content-wrapper {
        margin-top: 30px;
    }
    #category div#left-column {
        margin-top: 30px;
    }*/


/* categoriesBreadcrumbs */
    .categoriesBreadcrumbs {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid rgb(0,0,0, .15);
        width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .categoriesBreadcrumbs li {
        margin-right: .5rem;
    }
    .categoriesBreadcrumbs li i {
        margin-left: .5rem;
    }


/* bloque categorias top */
    body:not(#category) .block-categories {
        display: none;
    }
    .block-categories {
        margin-bottom: 15px;
    }
    .block-categories .block-title {
        display: none;
    }
    /**/
    .category-top-menu  ul {
        flex-wrap: wrap;
        display: flex;
    }
    .category-top-menu ul li {
        margin-right: 15px;
        margin-bottom: 15px;
        /*display: flex;
        align-items: center;*/
    }
    .category-top-menu  ul li a {
        color: #000;
        background: #fff;
        border: 1px solid rgb(0 0 0 / 25%);
        border-radius: 5px;
        padding: 5px 10px;
        /* margin: 0; */
        display: flex;
        align-items: center;
        line-height: 25px;
        border-radius: 15px;
        margin-bottom: 0;
    }
    .category-top-menu  ul li a:hover {
        background: var(--verdeOscuro);
        color: #fff !important;
        border: 1px solid var(--verdeOscuro)
    }
    .category-top-menu  ul li a:before {
        display: none;
    }
    /**/
    @media (max-width: 767px) {
        .category-top-menu ul li {
            margin-right: 7px;
            margin-bottom: 7px;
        }
        .category-top-menu li a {
            font-size: 11px;
            line-height: 30px;
            padding: 2.5px 5px !important;
        }
    }


/* inputs slider rango precios */
    .facet-price-range {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .facet-price-range input {
        min-height: 3rem;
        width: 30%;
    }
    .facet-price-range button {
        min-height: 3rem;
        width: 20%;
    }


/* slider rango precios */
    #search_filters .noUi-connect {
        background: var(--verde);
    }


/* productos */
    .product-miniature-grid .product-title a {
        height: 2.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /* precio */
    .product-miniature .product-price {
        display: inline-flex;
        align-items: baseline;
    }
    .product-miniature .precioValorEntero { 
        font-size: 2rem;  
    } 
    .product-miniature .precioValorDecimales { 
        font-size: 1.2rem;  
    } 
    .product-miniature .precioValorSimbolo { 
        font-size: .8rem;  
    } 


/* producto */
    /* layout */
        #product #inner-wrapper {
            max-width: 1200px;
        }
    /* titulo */
        #product .pageHeader {
            padding: 0px;
            background: transparent;
            margin-bottom: 25px;
        }
        #product .page-title {
            margin: 0 !important;
            padding: 0 !important;
            border: none !important;
            font-size: 2rem;
            font-weight: bold;
        }
        #product .page-title span {
            line-height: 2.2rem;
            margin-bottom: .5rem;
        }
        .product_header_container {
            margin-bottom: 0;
            padding-bottom: 0;
        }
    /* descripcion corta */
        #product .product-description {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
    /* imagen */
        .product-cover img {
            width: 100%;
            max-width: 500px;
        }
        .product-cover .expander > span {
            display: none;
        }
    /* favoritos */
        .topRightImageProduct {
            position: absolute;
            top: 0.5rem;
            right: 1rem;
            z-index: 5;
        }
        button#iqit-wishlist-product-btn {
            border: none;
            background: none;
            padding: .5rem;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    /* wrapper */
        /*
        #main #main-product-wrapper {
            margin-top: 30px;
        }*/
    /* banderas / flags */
        #product .product-cover .product-flags .new,
        #product .product-cover .product-flags .on-sale {
            display: none
        }
        .product-cover:hover .product-flags {
            opacity: 1;
            visibility: visible;
        }
    /* precio */
        .productPrices .product-price {
            display: inline-flex;
            align-items: baseline;
        }
        .productPrices .precioValorEntero { 
            font-size: 3.5rem;  
        } 
        .productPrices .precioValorDecimales { 
            font-size: 2rem;  
        } 
        .productPrices .precioValorSimbolo { 
            font-size: 1rem;  
        } 
    /* precios & boton compra */
        @media (max-width: 767px) {
            #main-product-wrapper .product-add-to-cart {
                height: 85px;
                box-shadow: none !important;
                padding-top: 0 !important;
            }
            .productPrices {
                position: fixed;
                z-index: 99;
                bottom: 85px;
                left: 0;
                right: 0;
                height: 50px;
                background: #fff;
                padding-top: 1rem;
                padding-left: 1rem;
                padding-right: 1rem;
                box-shadow: 0px -4px 30px 0px rgba(0, 0, 0, 0.09);
            }
            .productPrices {
                display: flex;
                flex-wrap: wrap;
                /*align-items: center;
                justify-content: space-between;*/
                align-items: center;
            }
            .productPrices >div:first-child {
                display: flex;
                flex: 1 0 auto;
                align-items: center;

            }
            .productPrices .precioValorEntero { 
                font-size: 2.5rem;  
            } 
            .productPrices .precioValorDecimales { 
                font-size: 1.5rem;  
            } 
            .productPrices .precioValorSimbolo { 
                font-size: 1rem;  
            } 
            .productPrices .price-countdown-wrapper .price-countdown {
                margin: 0;
            }
            .productPrices .price-countdown .time-txt {
                font-size: .8rem;
                display: none;
            }
        }
    /* cuenta atras */
        .col-product-info .price-countdown {
            margin-bottom: .8rem;
        }
    /* etiqueta envio *//*
        #product .tax-shipping-delivery-label {
            display: inline-flex;
            align-items: center;
            color: var(--verdeOscuro);
        }*/
        #product .tax-shipping-delivery-label i {
            font-size: 2rem;
            margin-right: .5rem;
        }
        #product .delivery-information {
            font-style: italic;
            font-weight: bold;
            font-size: 1.2rem;
        }
    /* selector cantidad */
        #product .product-quantity>.col {
            margin-bottom: 0;
        }
    /* info adicional */
        #product .product-additional-info {
            padding-top: 0;
        }
    /* cookies */
        @media (max-width: 767px) {
            #product div#cookiesplus-tab {
                bottom: 150px !important;
            }
        }
    /* whatsapp */
        @media (max-width: 767px) {
            #product .whatsappFooter {
                bottom: 150px !important;
            }
            #product .whatsappIconText {
                bottom: calc(150px + 55px) !important;
            }
        }
    

/* banderas / flags */
    .product-flags {
        display: flex;
        flex-flow: column;
    }
    .product-flag {
        text-align: center !important;
        margin-top: 0 !important;
        margin-bottom: .3rem !important;
    }
    .product-flag.new {
        order: 1;
    }
    .product-flag.on-sale {
        order: 2;
    }
    .product-flag.discount.discount-amount {
        order: 3;
    }
    .product-flag.discount {
        order: 4;
    }


/* iconos ventajas */
    #iqithtmlandbanners-block-7 .block-title {
        display: none;
    }
    #iqithtmlandbanners-block-7 {
        background: #d1ecf1;
        padding: 30px;
        border-radius: 15px;
        /*font-size: 1.3rem;*/
    }
    #product #iqithtmlandbanners-block-7 {
        padding: 15px 30px;
    }
    #iqithtmlandbanners-block-7 .icono {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #iqithtmlandbanners-block-7 .icono:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / 15%);
    }
    #iqithtmlandbanners-block-7 .icono {
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    #iqithtmlandbanners-block-7 .icono .col-auto {
        padding: 0;
    }
    #iqithtmlandbanners-block-7 i {
        font-size: 2rem;
        color: var(--verdeOscuro)
    }


/* logos pago */
    #iqithtmlandbanners-block-9 .block-title {
        display: none;
    }
    .logosPago img {
        width: 100%;
    }
    #product .logosPago img, 
    #cart .logosPago img {
        max-width: 250px;
        margin-top: 15px;
    }


/* carrito */
    /* precios */
        #blockcart-content .cartProductPrice {
            display: inline-flex;
            align-items: baseline;
        }
        #blockcart-content .cartProductPrice .precioValorEntero { 
            font-size: 1.5rem;  
        } 
        #blockcart-content .cartProductPrice .precioValorDecimales { 
            font-size: 1rem;  
        } 
        #blockcart-content .cartProductPrice .precioValorSimbolo { 
            font-size: .8rem;  
        } 


/* carro */
    /* precio */
        .product-line-grid .unit-price .value,
        .product-line-grid .product-price {
            display: inline-flex;
            align-items: baseline;
        }
        .product-line-grid .precioValorEntero { 
            font-size: 1.8rem;  
        } 
        .product-line-grid .precioValorDecimales { 
            font-size: 1.3rem;  
        } 
        .product-line-grid .precioValorSimbolo { 
            font-size: 1rem;  
        } 
    /* eliminar prodcuto */
        .cart-line-product-actions a.remove-from-cart {
            font-size: 1.5rem;
        }
    /* envio gratis displayReassurance */
        #cart .displayReassurance .iqitfreedeliverycount  {
            display: none;
        }


/* contador envio gratis *//*
    .alert.alert-info.iqitfreedeliverycount.p-2 {
        background: var(--verdeOscuro);
        color: #fff;
        padding: 15px !important;
        border-radius: 20px;
    }*/
    .alert.alert-info.iqitfreedeliverycount.p-2 {
        /*background: #fff;*/
        color: #000;
        border: none !important;
    }
    .alert.alert-info.iqitfreedeliverycount.p-2 span,
    .alert.alert-info.iqitfreedeliverycount.p-2 strong {
        font-weight: normal !important;
    }
    .alert.alert-info.iqitfreedeliverycount.p-2 {
        /*background: #fff;*/
        color: #000;
        padding: 15px !important;
        border-radius: 15px;
    }
    #blockcart-content .iqitfreedeliverycount,
    #left-column .iqitfreedeliverycount {
        padding: 30px !important;
    }
    .iqitfreedeliverycount.p-2 .row {
        align-items: center;
    }
    .iqitfreedeliverycount .iconNoGratis {
        overflow: hidden;
    }
    .iqitfreedeliverycount .col-icon i {
        font-size: 2.5rem;
        display: block;
    }
    /**/
    .product-information .iqitfreedeliverycount .col-icon i {
        font-size: 2rem;
        display: block;
    }      
    /*
    .iqitfreedeliverycount .icon-envio-2 {
        animation: toRight 1s infinite;
    }
    .iqitfreedeliverycount .icon-cara-corazon {
        animation: pulse 1s infinite;
    }*/
    @keyframes toRight {
        0% {
            transform: translateX( -30px );
        }
        100% {
            transform: translateX( calc(100% + 30px) );
        }
    }
    @keyframes pulse {
        0% {
            transform: scale( 1 );
        }
        50% {
            transform: scale( 1.2 );
        }
        100% {
            transform: scale( 1 );
        }
    }


/* blog */
    #module-ph_simpleblog-single .pageHeader {
        margin-bottom: 0 !important;
        padding-bottom: 15px;
    }
    .simpleblog__postInfo.text-muted {
        max-width: 100% !important;
        width: 100% !important;
        background: rgba(120, 177, 89, 0.15);
        padding-bottom: 30px;
    }
    .simpleblog__postInfo.text-muted ul {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }


/* productContentSticky */
    .productContentSticky {
        position: sticky;
        background: #fff;
        top: 50px;
        z-index: 5;
        box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.10);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        height: auto;
        transition: .3s;
    }
    .stickyHide {
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .productContentSticky .container {
        max-width: 1200px;
    }
    .productContentSticky .row {
        align-items: center;
    }
    /* nombre */
        .productContentSticky .page-title {
            font-size: 1.5rem !important;
            line-height: 1.5rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 40px;
            display: flex;
            align-items: center;
        }
    /* precio */
        .productContentSticky .precioValorEntero {
            font-size: 2rem !important;
            line-height: 2rem !important;
        }
        .productContentSticky .precioValorDecimales {
            font-size: 1.5rem !important;
        }
        .productContentSticky .precioValorSimbolo {
            font-size: 1rem !important;
        }
    /**/
        .productContentSticky #product-availability,
        .productContentSticky .product-reference {
            display: none;
        } 
    /* cuenta atrás */
        /*
        .productContentSticky .price-countdown-wrapper {
            display: none;
        }*/
        .productContentSticky .price-countdown {
            margin-top: 0 !important;
            padding: .1rem .3rem;
        }
        .productContentSticky .price-countdown .time-txt {
            font-size: .8rem;
            display: none;
        }
        .productContentSticky .price-countdown .count-down-timer {
            display: inline-block;
            font-size: .7rem;
        }
    /**/
    .productContentSticky .product-quantity {
        flex-flow: row;
    }
    .productContentSticky .col-add-btn {
        max-width: unset !important;
        width: unset !important;
    }
    .productContentSticky .add-to-cart {
        width: unset !important;
        font-size: unset !important;
    }


/* selectores cantidad */
    .product-quantity .qty {
        width: 120px;
    }
    @media (max-width: 767px) {
        .product-quantity .qty {
            width: 100%;
        }
    }
    /**/
    .bootstrap-touchspin {
        height: 100%;
        position: relative;
        border: solid 1px #e3e3e3 !important;
    }
    .product-add-to-cart .bootstrap-touchspin {
        width: 120px !important;
        max-width: 120px !important;
    }
    @media (max-width: 767px) {
        .product-add-to-cart .bootstrap-touchspin {
            width: 100% !important;
            max-width: 100% !important;
        }
    }
    .cart-products .bootstrap-touchspin {
        width: 100px !important;
        max-width: 100px !important;
    }
    .cart-item .bootstrap-touchspin,
    .qty_wrap .bootstrap-touchspin {
        width: 90px !important;
        max-width: 90px !important;
    }
    /**/
    .bootstrap-touchspin input[type="number"] {
        text-align: center;
        position: relative;
        z-index: 1;
        border: none
    }
    .product-add-to-cart .bootstrap-touchspin input[type="number"] {
        left: 30px;
        width: 60px !important;
        max-width: 60px !important;
        text-align: center;
        position: relative;
        z-index: 1;
        border: none
    }
    @media (max-width: 767px) {
        .product-add-to-cart .bootstrap-touchspin input[type="number"] {
            left: 20%;
            width: 60% !important;
            max-width: 60% !important;
        }
    }
    .cart-products .bootstrap-touchspin input[type="number"] {
        left: 25px;
        width: 50px !important;
        max-width: 50px !important;
    }
    .cart-item .bootstrap-touchspin input[type="number"],
    .qty_wrap .bootstrap-touchspin input[type="text"] {
        left: 22.5px;
        width: 45px !important;
        max-width: 45px !important;
        text-align: center;
        border: none;
    }
    /**/
    .bootstrap-touchspin .input-group-btn-vertical {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .input-group-btn-vertical .btn-touchspin {
        position: absolute !important;
        height: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: none;
    }
    .product-add-to-cart .input-group-btn-vertical .btn-touchspin {
        width: 30px !important;
    }
    @media (max-width: 767px) {
        .product-add-to-cart .input-group-btn-vertical .btn-touchspin {
            width: 20% !important;
            max-width: 20% !important;
        }
    }
    .cart-products .input-group-btn-vertical .btn-touchspin {
        width: 25px !important;
    }
    .cart-item .input-group-btn-vertical .btn-touchspin,
    .qty_wrap .input-group-btn-vertical .btn-touchspin {
        width: 22.5px !important;
    }
    /**/
    .bootstrap-touchspin .bootstrap-touchspin-up {
        right: 0px;
    }
    .bootstrap-touchspin .bootstrap-touchspin-down {
        left: 1px;
    }
    /**/
    .bootstrap-touchspin .input-group-btn-vertical i {
        position: relative;
        top: unset !important;
        left: unset !important;
    }
    .bootstrap-touchspin .bootstrap-touchspin-up i:before {
        content: '+';
    }
    .bootstrap-touchspin .bootstrap-touchspin-down i:before {
        content: '-';
    }





/* contactIcon */
    .contactIcon .elementor-image-box-img {
        border: 4px solid var(--verde);
        border-radius: 100%;
        background: #fafafa;
    }
    .contactIcon .elementor-image-box-img a {
        padding: 20px;
        display: flex;
        justify-content: center;
    }
    .contactIcon  .elementor-image-box-title a {
        color: inherit;
        padding-top: 15px;
        display: flex;
        justify-content: center;
    }
    /**/
    .contactIcon .elementor-image-box-wrapper .elementor-image-box-img {
        width: auto !important;
        max-width: 120px !important;
    }
    .contactIcon .elementor-image-box-img a img {
        transition: .3s;
    }
    .contactIcon .elementor-image-box-img a:hover img {
        opacity: 1;
        transform: scale(1.2) rotate(15deg);
    }
    /**//*
    @media (max-width: 1024px) {
        .contactIcon .elementor-image-box-img a {
            padding: 10px;
        }
    }*/




/*
    .steco_block.show_incomplete_message .form-group.has-error input.form-control, 
    .steco_block.show_incomplete_message .form-group.has-error select.form-control {
        border: 1px solid #881722;
    }

    .steco_block.show_incomplete_message .form-group:not(.has-error) input.form-control, 
    .steco_block.show_incomplete_message .form-group:not(.has-error) select.form-control {
        border: 1px solid green;
    }
*/

/*
    .invalido {
        border: 1px solid red;
    }
    .valido {
        border: 1px solid green;
    }
*/
/*
    .is-valid,
    .is-valid.st-is-valid {
        border: 1px solid green;
    }
*/
/*
.st-is-valid.st-has-error input {
    border: 1px solid red !important;
    background-image: none !important;
}
*/


.products-selection .form-control {
    border-radius: 15px;
}



@media (max-width: 767.98px) {
    .col.col-auto.facated-toggler.hidden-md-up {
        flex-grow: 1;
    }
    #search_filter_toggler {
        width: auto;
    }
}



/* busqueda por facetas */
    #search_filters .facet .facet-label, 
    #search_filters_brands .facet .facet-label, 
    #search_filters_suppliers .facet .facet-label {
        margin-bottom: .5rem;
        display: flex;
        position: relative;
    }

    #search_filters .facet .facet-label a, 
    #search_filters_brands .facet .facet-label a,
    #search_filters_suppliers .facet .facet-label a {
        max-line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        width: calc(100% - 50px);
        word-break: break-all;
    }
    #search_filters .facet .facet-label a span.magnitude {
        position: absolute;
        right: 5px;
        top: 0;
    }
