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

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

/*** 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: "\e902";
    }
    /* 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;
    }
    @media (max-width: 1199px) {
        .left-nav {
            order: 1;
        }
        .right-nav {
            order: 2;
            width: auto;
            flex: 0 0 auto;
        }
        .center-nav {
            order: 3;
            width: 100%;
            flex-basis: auto !important;
        }
    }
    @media (max-width: 549px) {
        .left-nav,
        .right-nav {
            display: none;
        }
    }

/*** 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;
    }

/* container main menu */
    .container.iqit-megamenu-container {
        max-width: 100%;
    }
    .container.container-iqitmegamenu {
        max-width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }

/*** 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 {
        color: var(--azul) !important;
    }
    /**//*
    .cbp-hrmenu .pull-right {
        position: absolute;
        right: 0;
    }*/
    /*** submenus ***/
        a.cbp-column-title.nav-link.cbp-category-title {
            display: none;
        }



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


/*** bloque categorias ***/
    .block-categories li a {
        font-weight: bold;
        color: #333333;
        display: block;
        font-size: 13px;
        line-height: 30px;
        padding: 0 30px 0 19px;
        border-bottom: 1px solid #d6d4d4;
        width: 100%;
    }
    .block-categories .collapse-icons {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        cursor: pointer;
        background: #124896;
        border-bottom: 1px solid #fff;
    }
    .block-categories .fa:before {
        display: block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        color: #fff;
        line-height: 30px;
        text-align: center;
    }
    /***/
    .block-categories li a.current_parent_cate,
    .block-categories li a.current_cate {
        color: #124896 !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;
        }
        .wpcfu.hook .grecaptcha-badge {
            position: unset !important;
            margin: 0 auto;
            margin-bottom: 1rem;
        }/*
        @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 .icon {
            vertical-align: top;
        }
    /* copyright */
        .copyright-txt {
            display: inline-flex;
            align-items: baseline;
        }
        .copyright-txt p {
            margin-left: .25em !important;
        }


/*** 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;
        }
        */

/*** producto ***/
    /*** detalles ***//*
        #product-details-tab-nav {
            display: none;
        }*/
    /*** tabs ***/
        .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;
        display: flex;
        flex-flow: column;
        align-items: end;
        transition: .3s
    }
    .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
    }
    .whatsappIconText {
        margin-bottom: 1rem;
        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: #fff 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 ***/
    #iqithtmlandbanners-block-5 .block-title {
        display: none;
    }
    .logosKitDigital img:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 5px;
    }
/*** home ***/
    /*** 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%;
        }

/* contacto */
    .cms-id-20 .pageHeader {
        text-align: center;
    }
    .cms-id-20  .breadcrumb .col {
        width: 100%;
    }


/********************** newGpdw ************************************/

/* iconos */
    @font-face {
        font-family: 'icomoon';
        /*
        src:  url('/themes/gpdw/assets/icons/icomoon.eot?ni9w6t');
        src:  url('/themes/gpdw/assets/icons/icomoon.eot?ni9w6t#iefix') format('embedded-opentype'),
            url('/themes/gpdw/assets/icons/icomoon.ttf?ni9w6t') format('truetype'),
            url('/themes/gpdw/assets/icons/icomoon.woff?ni9w6t') format('woff'),
            url('/themes/gpdw/assets/icons/icomoon.svg?ni9w6t#icomoon') format('svg');
        */
        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";
    }


/* displayNavFullWidth */
    .displayNavFullWidth >div {
        background: #f8f8f8;
        text-align: center;
        padding: .5rem;
        font-size: 0.8571428571rem;
    }


/* 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;
    }


/* 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;
        display: flex;
        align-items: center;
    }
    .categoriesBreadcrumbs li i {
        margin-left: .5rem;
    }


/* leftColumnWrapper */
    .leftColumnWrapper .block-iqithtmlandbanners-html .block-title {
        display: none
    }
    @media (min-width: 768px) {
        .leftColumnWrapper {
            position: sticky;
            /*top: 125px;*/
        }
    }


/* busqueda por facetas */
    #search_filters .facet>.block-title, 
    #search_filters_brands .facet>.block-title, 
    #search_filters_suppliers .facet>.block-title {
        border-bottom: none;
    }
    #search_filters .facet>ul, 
    #search_filters_brands .facet>ul, 
    #search_filters_suppliers .facet>ul {
        /*box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 10%);*/
        border-radius: 5px;
        padding: 15px;
        border: 1px solid rgb(0 0 0 / 10%);
    }
    /**/
    @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;
        }
    }
    div#search_filter_controls .btn {
        padding: 1rem 2rem;
        width: 45%;
        font-size: 1rem;
    }
    div#search_filter_controls .btn i {
        margin-right: .5rem !important;
    }


/* 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 / 10%);
        border-radius: 5px;
        padding: 5px 10px;
        /* margin: 0; */
        display: flex;
        align-items: center;
        line-height: 25px;
        margin-bottom: 0;
        font-weight: normal;
    }/*
    .category-top-menu  ul li a:hover {
        background: var(--verde);
        color: #fff !important;
        border: 1px solid var(--verde)
    }*/
    .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);
    }*/


/* prodcutos */
    /* wrapper */
        #category #wrapper {
            padding-top: 0;
        }
    /* botones funcionales */
        .product-miniature-grid .product-functional-buttons-bottom {
            position: absolute;
            bottom: auto;
            top: .7rem;
            right: 0rem;
            left: auto;
            min-width: auto;
            padding: 0;
            transform: none !important;
            opacity: 1 !important;
        }
    /* precio */
        .product-miniature .product-price {
            display: inline-flex;
            align-items: baseline;
        }
        .product-miniature .precioValorEntero { 
            font-size: 1.5rem;  
        } 
        .product-miniature .precioValorDecimales { 
            font-size: 1.2rem;  
        } 
        .product-miniature .precioValorSimbolo { 
            font-size: .8rem;  
        } 
    /* nombre */
        .product-miniature-grid .product-title a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 2.5rem;
        }


/* productos lista */
    /* row */
        .product-miniature-list-row {
            align-items: center;
        }
    /* imagen */
        .product-miniature-list .thumbnail-container .product-flags {
            display: none;
        }
    /* vista rapida */
        .product-miniature-list .js-quick-view-iqit {
            position: absolute;
            top: 1rem;
            left: 1rem;
            z-index: 1;
            border-radius: 50%;
            padding: 8px;
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
            line-height: 0;
            background: #fff;
        }
    /* flags / banderas */
        .product-miniature-list .col-buy .product-flags {
            position: relative;
            max-width: 140px;
            flex-flow: row;
            flex-wrap: wrap;
            margin-bottom: 1rem;
        }
        .product-miniature-list li.product-flag {
            margin-right: .3rem;
        }
    /* botones compra & favoritos */
        .product-miniature-list .cartWhistlistBtn {
            display: inline-flex;
            align-items: flex-end;
            justify-content: center;
        }
    /* boton favoritos */
        .product-miniature-list .product-functional-buttons {
            margin-top: 0;
            margin-left: 1rem;
            padding-bottom: 7px;
        }


/* 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 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 2.2rem;
            margin-bottom: .5rem;
        }
        .product_header_container {
            margin-bottom: 0;
            padding-bottom: 0;
        }
    /* descripcion *//*
        #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;
        }
    /* miniaturas */
        #product-images-thumbs.swiper-container-vertical .img-fluid {
            border: 1px solid rgb(0,0,0,10%);
            border-radius: 5px;
        }

        #product-images-thumbs.swiper-container-vertical .swiper-slide-thumb-active .img-fluid {
            border: 1px solid rgb(0,0,0,30%);
        }
    /* 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;
            color: var(--verde);
        }
    /* 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;
        }
    /* header */
        .product_header_container {
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .product_header_container {
            border-bottom: none;
        } 
    /* disponibilidad */
        @media (min-width: 767px) {
            .product_header_container #product-availability {
                margin-bottom: 1.2rem;
            }   
        }
    /* precio */
        @media (min-width: 767px) {
            #product .productPricesRow {
                margin-bottom: .3rem;
            }
        }
        /**/
        .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;  
        } 
    /* boton compra */
        #product .product-add-to-cart >.product-quantity {
          padding-top: 1rem;
        }
        #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;
        }
    /* precios & boton compra */
        #product .product-add-to-cart {
          padding-top: 0 !important;
        }
        @media (max-width: 767px) {
            #main-product-wrapper .product-add-to-cart {
                height: 85px;
                box-shadow: none !important;
                padding-top: 0 !important;
            }/*
            #main-product-wrapper .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);
            }*/
            #main-product-wrapper .col-add-qty {
                margin-bottom: .8rem;
                flex: 0 1 auto;
                width: auto;
                max-width: 30%
            }
            #main-product-wrapper .col-add-btn {
                flex: 1 0 auto;
                width: auto;
                max-width: 70%
            }

            #main-product-wrapper .productPrices {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }
            #main-product-wrapper .productPrices >div:first-child {
                display: flex;
                flex: 1 0 auto;
                align-items: baseline;

            }
            .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;
            }
        }
    /* descuentos */
      #product .product-discounts {
        margin-bottom: 0 !important;
      }
    /* info */
        .product-information .block-iqithtmlandbanners-html .block-title {
            display: none;
        }
        .product-additional-info {
            border-top: 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;
        }
    /* marca */
        #product .product-manufacturer {
            float: none !important;
            display: flex;
            flex-flow: column;
            margin-bottom: 1.5rem;
        }
        #product .product-manufacturer img {
            max-width: 100px;
        }
        #product .product-manufacturer img {
            max-width: 100px;
            border: 1px solid rgb(0, 0, 0, 10%);
            padding: 10px;
        }
    /* 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;
        align-self: flex-start;
    }
    .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;*/
        border-radius: 5px;
        padding: 30px;
        /*border-radius: 15px;*/
        /*font-size: 1.3rem;*/
        border: 1px solid rgb(0 0 0 / 10%);
    }
    /**/
    .leftColumnWrapper #iqithtmlandbanners-block-7 {
        border-radius: 5px;
        border: 1px solid rgb(0 0 0 / 10%) !important;
        /*box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 10%);*/
    }
    /**/
    #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 div#iqithtmlandbanners-block-8 {
        border: 1px solid rgb(0 0 0 / 10%);
        border-top: none;
    }
    /**/
    #product .logosPago img, 
    #cart .logosPago img {
        max-width: 250px;
        padding: 15px;
    }
    /**/
    #cart div#iqithtmlandbanners-block-8  {
        border: 1px solid rgb(0 0 0 / 10%);
        border-top: none;
    }
    #cart div#iqithtmlandbanners-block-8 .block-title {
        display: none;
    }


/* 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 {
            display: flex;
            flex-flow: column;
        }
        .product-line-grid .product-discount {
            display: flex;
            flex-wrap: wrap;
            width: auto;
            justify-content: center;
            flex-flow: column;
        }
        .product-line-grid .unit-price .value,
        .product-line-grid .product-price {
            display: inline-flex;
            align-items: baseline;
            justify-content: center;
        }/*
        .product-line-grid .price .product-price {
            color: #ad1f00; 
        }*/
        .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;
        }


/* checkout */
    /* header */
        #module-steasycheckout-default .header-top {
            box-shadow: none;
            border-bottom: 1px solid rgba(0,0,0, .15);
            padding-top: 15px;
            padding-bottom: 15px;
        }
        #checkout-header >.container >.row {
            align-items: center;
        }
        /* logo *//*
            #module-steasycheckout-default img.logo.img-fluid {
                max-height: 65px;
                width: auto;
            }*/
            #module-steasycheckout-default .page-title {
                padding-top: 0;
                margin-top: 0;
            }
    /* 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";
        }
    /* cupon */
        .steco_cart_summay_big .steco-cart-voucher .promo-code {
            max-width: 100%;
            width: 100%;
        }
    /* footer */
        @media (min-width: 992px) {
            #module-steasycheckout-default #footer-copyrights {
                background:linear-gradient(to right,#fff 55.2%,#F5F5F5 44.8%)!important
            }
        }


/* 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: var(--verde);
        padding: 15px !important;
        /*border-radius: 15px;*/
    }
    #blockcart-content .iqitfreedeliverycount {
        padding: 15px !important;
    }
    #left-column .iqitfreedeliverycount {
        padding: 15px !important;
        /*box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 10%);*/
        border-radius: 5px;
        border: 1px solid rgb(0 0 0 / 10%) !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 */
    .withProductContentSticky {
        box-shadow: none !important;
    }
    /**/
    .productContentSticky {
        position: fixed;
        left: 0;
        width: 100%;
        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;
    }
    .productContentSticky:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: -1;
    }
    /**/
    .stickyHide {
        transform: translateY(-50px);
        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;
        }
    /* compra */
        .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;
            padding: .5rem 1rem;
        }
        .productContentSticky .product-add-to-cart >.product-quantity {
            padding-top: 0 !important;
        }
    /* variables */
        .productContentSticky .product-variants .input-color, 
        .productContentSticky .product-variants .color {
            width: 1.5rem;
            height: 1.5rem;
            line-height: 1.5rem;
        }
        .productContentSticky .product-variants > .product-variants-item {
            margin: 0;
        }
    /* productContentSticky mobile */
        @media (max-width: 767px) {
            .productContentSticky {
                top: unset;
                bottom: 0vh;
                padding-top: 1rem;
                box-shadow: 0 -30px 30px 15px rgba(0, 0, 0, 0.10);
            }
            .stickyHide {
                transform: translateY(50px);
            }
            .productContentSticky .colImage,
            .productContentSticky .colName {
                display: none;
            }
            .productContentSticky .colPrice,
            .productContentSticky .colActions {
                width: 100%;
            }
            .productContentSticky .colActions .btn {
                width: 100% !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;
    }
    .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: '-';
    }
    /* productos */
        .product-miniature-default .bootstrap-touchspin {
            max-width: 65px;
            min-width: 65px;
            width: 65px !important;
            height: 38px;
        }
        .product-miniature-default .product-add-cart .input-qty {
            max-width: 35px;
            min-width: 35px;
            left: 15px;
        }
        .product-miniature-default .bootstrap-touchspin .btn-touchspin {
            width: 15px !important;
            padding: 0 !important;
        }
    /* productos lista */
        .product-miniature-list .bootstrap-touchspin {
            max-width: 105px;
            min-width: 105px;
            width: 105px !important;
        }
        .product-miniature-list .product-add-cart .input-qty {
            max-width: 75px;
            min-width: 75px;
        }
        @media (max-width: 767px) {
            .product-miniature-list .bootstrap-touchspin {
                max-width: 90px;
                min-width: 90px;
                width: 90px !important;
            }
            .product-miniature-list .product-add-cart .input-qty {
                max-width: 60px;
                min-width: 60px;
            }
        }
    /* favoritos */
        #module-iqitwishlist-view .product-miniature-grid .input-group-add-cart .input-group {
            width: 80px;
            margin-right: 5px;
        }
        #module-iqitwishlist-view .product-miniature-grid .bootstrap-touchspin .btn-touchspin {
            width: 20px !important;
            padding: 0 !important;
        }
        #module-iqitwishlist-view .bootstrap-touchspin input[type="number"] {
            left: 20px;
            width: 40px;
            max-width: 40px;
        }
    /* producto */
        .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;
            }
        }
    /* carrito */
        .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;
        }


/* cookies */
    #cookiesplus-modal {
        transition: .3s
    }
    #cookiesplus-tab {
        /*bottom: 10px !important;*/
        left: 10px !important;
        transition: .3s;
    }
    @media (min-width: 768px) {
        #cookiesplus-tab {
            bottom: 10px !important;
        }
    }
    body:not(#product) #cookiesplus-tab {
        bottom: 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: 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";
    }


/* footer */
    /* datos contacto */
        .contact-rich .part {
            display: flex;
        }
    /* footerBefore */       
    .footerBefore {
            border-bottom: 1px solid rgb(0 0 0 / 10%);
            margin-bottom: 50px;
            padding-top: 30px;
        }
    /* footerAfter */
        .footerAfter {
            border-top: 1px solid rgb(0 0 0 / 10%);
            /*border-bottom: 1px solid rgb(0 0 0 / 10%);*/
            padding-top: 50px;
            padding-bottom: 30px;
        }
        .footerAfter .block {
            padding-bottom: 0 !important;
        }


/* social */
    ul.social-links._topbar,
    ul.social-links._footer {
        display: flex;
    }
    .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;
        width: 22px;
        height: 22px;
    }
    .social-links._footer>li a {
        padding: .5rem .3rem;
        width: 35px;
        height: 35px;
    }
    .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
    }
    .social-links>li.x a {
        background: #000!important
    }
    .social-links>li.tik-tok a {
        background: #000!important
    }

/* vista rapida -> modal */
    /* modal */
        .quickview .modal-dialog {
            max-width: 550px;
        }
    /* wrapper */
        .quickview .modal-dialog .col-md-6 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }
    /* favoritos */
        .quickview .modal-dialog .col-add-wishlist {
            display: none;
        }
    /* imagen */
        .quickview .modal-dialog .product-cover img {
            width: 100%;
            max-width: 350px;
        }
    /* nombre */
        .quickview .modal-dialog .product_header_container .h1 {
            margin-bottom: 1rem;
        }
        .quickview .modal-dialog .product_header_container .h1 a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 2rem;
            line-height: 2rem;
        }
    /* precio */
        .quickview .productPricesRow {
            margin-bottom: .5rem;
        }
    /* compra */
        .quickview .modal-dialog .col-add-btn .add,
        .quickview .modal-dialog .col-add-btn .add-to-cart {
            width: 100%;
        }
    /* cuenta atras */
        .quickview .price-countdown-wrapper {
            margin-bottom: 1rem;
        }
        

/* contacto */
    #contact .pageHeader .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    } 
    #contact .pageHeader .container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #contact .pageHeader .col {
        padding: 0;
    }


/* mas cosas */
    /* menu mobile */
        .mobile-menu__link {
            width: calc(100% - 50px);
        }
    /* categorias top */
        @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;
            }
        }
    /* filtros top */
        div#search_filter_controls .btn {
            padding: 1rem 2rem;
            width: 45%;
            font-size: 1rem;
        }
        div#search_filter_controls .btn i {
            margin-right: .5rem !important;
        }
        @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;
            }
        }
    /* prodcutos */
        .product-miniature-grid .product-title a {
            height: 2.5rem;
        }
    /* producto */
        #product .page-title span {
            line-height: 2.2rem;
            margin-bottom: .5rem;
        }
        #product .pageHeader .product-description {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
    /* checkout */
        .steco_cart_summay_big .steco-cart-voucher .promo-code {
            max-width: 100%;
            width: 100%;
        }
        #promo-code .btn-default {
            color: #FFF;
            background-color: #8a6f4d !important;
        }


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

    #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;
    }


/* nuevo blog */
    /* addon home */
        .elementor-widget-prestashop-widget-modules .title_blog {
            display: none;
        }
    /* leftColumn / sidebar */
        .ybc_blog_sidebar {
            position: sticky;
            display: flex;
            flex-flow: column;
        }
        @media (max-width: 767px) {
            .ybc-blog #left-column,
            .ybc-blog #content-wrapper {
                width: 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
    /* wrapper */
        /* content */
            .ybc-blog #content-wrapper .ybc-blog-wrapper, 
            #content-wrapper .ybc-blog-wrapper {
                padding-top: 0;
            }
        /* title */
            .ybc-blog-wrapper .page-heading {
                margin-top: 0;
            }
    /* left column */
        #left-column .ybc_blog_sidebar .block, 
        #right-column .ybc_blog_sidebar .block {
            box-shadow: none; 
            border-radius: 5px;
            padding: 30px;
            border: 1px solid rgb(0 0 0 / 10%);
        }
    /* listados */
        /* titulo */
            .ybc-blog-wrapper-blog-list .page-heading {
                display: none;
            }
        /* select ordenar */
            .ybc_blog_layout_grid #js-post-list-top .col-md-8.col-sm-8.col-lg-6 {
                justify-content: flex-end;
                display: flex;
            }
    /* post */
        /* wrapper */
            .ybc-blog-wrapper-detail {
                padding-top: 0;
            }
        /* title */
            .ybc-blog-wrapper-detail .page-heading.product-listing {
                font-size: 2rem;
                margin-top: 1.5rem;
                display: none;
            }/*
            .blogPost .pageHeader h1 {
                display: none;
            }*/
        /* vista / fecha / autor */
            .post-details .ybc-blog-latest-toolbar {
                margin-top: 12px;
            }
        /* botones compartir */
            .blog-extra-item li {
                font-family: unset !important;
            }
            .blog-extra-item li i {
                display: flex !important;
                align-items: center;
                justify-content: center;
            }
        /* comentarios */
            .ybc_comment_form_blog {
                height: auto;
                display: inline-flex;
                flex-flow: column;
            }
            #ybc-blog-form-comment .blog-submit-form {
                display: flex;
                flex-flow: column;
                flex-wrap: wrap;
            }
        /* comentarios rgpd */
            .blog-comment-row label {
                font-weight: normal;
            }
        /* recaptcha */
            .ybc-blog-form-comment .grecaptcha-badge,
            .blog-submit-form .grecaptcha-badge {
                position: inherit !important;
                margin-top: 2rem;
            }
    /* copyright */        
        .copyright-txt {
            display: inline-flex;
            align-items: baseline;
        }
        .copyright-txt p {
            margin-left: .25em !important;
        }
        .copyrightYear {
            width: auto;
            display: inline-flex;
            white-space: nowrap;
        }
        .copyrightText {
            text-align: left;
        }
        @media (max-width: 767px) {
            .copyright-img,
            .copyright-txt {
                width: 100% ;
                flex: 0 0 100%;
                max-width: 100%;
                left: 0;
                right: 0;
                text-align: center !important;
            }
            .copyright-txt {
                justify-content: center;
                margin-top: 15px;
            }
        }


/* nuevo blog entradas prodcuto */
    .ybc-blog-related-posts.on_product {
        border: none;
        box-shadow: none !important;
        float: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
    }
    .ybc-blog-related-posts.on_product .title_blog {
        text-transform: none;
    }
    .ybc-blog-related-posts.on_product .ybc-blog-related-posts .title_blog {
        text-transform: none;
    }
    .ybc-blog-related-posts.on_product  .slick-track >div {
        max-width: 100%;
    }

/* nuevo blog productos relacionados */
    .ybc-blog-related-products-wrapper .slick-track >div {
        max-width: 100%;
    }
    .ybc-blog-related-products-wrapper .blog-product-list .right-block > h5 {
        font-weight: normal;
        text-transform: none;
    }


/* nuevo blog entradas relacionadas */
    .ybc-blog-related-posts .slick-track >div {
        max-width: 100%;
    }



/* descuentos */
    .product-miniature .product-flag.discount:not(.discount-amount),
    #product .product-cover .product-flag.discount {
        display: none;
    }


/* vistas 360 */
    .view360Link {
        display: flex;
        width: 50px;
        height: 50px;
    }
    .fancyView360 {
        z-index: 9999 !important;
    }
    .fancyView360 .fancybox__slide {
        padding: 0 !important;
    }/*
    .fancyView360 .fancybox__content {
        width: 800px !important;
        height: 100% !important;
    }
    @media (max-width: 991px) {
        .fancyView360 .fancybox__content {
            width: 80% !important;
            height: 100% !important;
        }
    }
    @media (max-width: 767px) {
        .fancyView360 .fancybox__content {
            height: 80% !important;
            width: 90% !important;
        }
    }*/
    @media (min-width: 768px) and (min-height: 750px) {
        .fancyView360 .fancybox__content {
            width: 650px !important;
            height: calc(670px * 1.0546 ) !important;
        }
    }
    @media (min-width: 768px) and (max-height: 749px) {
        .fancyView360 .fancybox__content {
            width: calc(530px / 1.0546 ) !important;
            height: 550px !important;
        }
    }
    @media (min-width: 768px) and (max-height: 549px) {
        .fancyView360 .fancybox__content {
            width: calc(380px / 1.0546 ) !important;
            height: 400px !important;
        }
    }
    @media (min-width: 768px) and (max-height: 369px) {
        .fancyView360 .fancybox__content {
            width: calc(280px / 1.0546 ) !important;
            height: 300px !important;
        }
    }
    @media (min-width: 768px) and (max-height: 349px) {
        .fancyView360 .fancybox__content {
            width: calc(280px / 1.0546 ) !important;
            height: 300px !important;
        }
    }
    /**/
    @media (max-width: 767px) and (min-height: 450px) {
        .fancyView360 .fancybox__content {
            width: 400px !important;
            height: calc(420px * 1.0546 ) !important;
        }
    }
    @media (max-width: 767px) and (max-height: 449px) {
        .fancyView360 .fancybox__content {
            width: calc(330px / 1.0546 ) !important;
            height: 350px !important;
        }
    }
    @media (max-width: 767px) and (max-height: 349px) {
        .fancyView360 .fancybox__content {
            width: calc(280px / 1.0546 ) !important;
            height: 300px !important;
        }
    }
    @media (max-width: 767px) and (max-height: 300px) {
        .fancyView360 .fancybox__content {
            width: calc(220px / 1.0546 ) !important;
            height: 250px !important;
        }
    }
    /**/
    @media (max-width: 449px) and (min-height: 380px) {
        .fancyView360 .fancybox__content {
            width: 350px !important;
            height: calc(370px * 1.0546 ) !important;
        }
    }
    @media (max-width: 449px) and (max-height: 379px) {
        .fancyView360 .fancybox__content {
            width: calc(320px / 1.0546 ) !important;
            height: 340px !important;
        }
    }
    @media (max-width: 449px) and (max-height: 349px) {
        .fancyView360 .fancybox__content {
            width: calc(280px / 1.0546 ) !important;
            height: 300px !important;
        }
    }
    @media (max-width: 449px) and (max-height: 300px) {
        .fancyView360 .fancybox__content {
            width: calc(230px / 1.0546 ) !important;
            height: 250px !important;
        }
    }






    /************ reglas modificables de la base ************/
    /* logo */
    @media (min-width: 768px) {
        img.logo.img-fluid {
            max-width: 250px;
        }
    }
    /* homeSlider */
        .homeSlider {
            border-radius: 25px;
            overflow: hidden;
        }
    /* homeBanner */
        .homeBanner img {
            width: 100%;
        }
    /* homeBrands */

    /* logoFooter */
        .bodyMedicamentos #iqithtmlandbanners-block-9 {
            border-bottom: 1px solid rgb(0 0 0 / 10%);
            margin-bottom: 2rem;
            padding-bottom: 2rem;
        }
        .logoFooter img {
            width: 300px;
        }
    /* copyright *//*
        .copyright-txt,
        .copyright-txt p,
        .copyright-txt a {
            color: #fff !important;
        }*/







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

    [class^="icon-checkout-"],
    [class*=" icon-checkout-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon-checkout' !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-checkout-key:before {
        content: "\e922";
    }

    .icon-checkout-laugh:before {
        content: "\e923";
    }

    .icon-checkout-lock:before {
        content: "\e924";
    }

    .icon-checkout-log-in:before {
        content: "\e925";
    }

    .icon-checkout-rabbit:before {
        content: "\e926";
    }

    .icon-checkout-rocket:before {
        content: "\e927";
    }

    .icon-checkout-user:before {
        content: "\e928";
    }

    .icon-checkout-user-plus:before {
        content: "\e929";
    }
    /* pageHeader */
        body#checkout .pageHeader {
            padding-top: 0;
        }
    /* tabs info personal */
        #checkout-personal-information-step .nav-tabs {
            gap: 1rem;
            display: flex;
            border-bottom: none;
        }
        #checkout-personal-information-step .nav-tabs .nav-item {
            margin-right: 0;
            flex: auto;
        }
        /**/
        #checkout-personal-information-step .nav-tabs a {
            background-color: var(--light);
            color: var(--dark);
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            padding: 2rem;
            border-bottom: none !important;
            text-align: center;
            font-weight: normal;
        }
        #checkout-personal-information-step .nav-tabs .active {
            background: var(--azul);
            color: var(--texto);
        }
        #checkout-personal-information-step .nav-tabs i {
            font-size: 1.5rem;
        }
        /**/
        #checkout-personal-information-step .alert-info {
            color: var(--dark);
            background-color: var(--light);
            border-color: var(--light);
        }
    /* steps */
        body#checkout section.checkout-step .step-number {
            width: 40px;
            height: 40px;
            background: var(--azul);
            color: var(--texto);
            text-align: center;
            /* vertical-align: middle; */
            border-radius: 100%;
            line-height: 40px;
            margin-right: 1rem;
            font-size: 1.5rem;
        }
    /* pago */
        body#checkout section.checkout-step .payment-options .payment-option label {
            display: inline-block !important;
        }
    /* right column */
        .cart-summary-line.cart-total {
            font-size: 1.5rem;
            line-height: 2.5rem;
        }
        #checkout .cart-grid-right .wrapper >.iqitfreedeliverycount {
            display: none;
        }
        #checkout .cart-grid-right .block-title {
            display: none;
        }
        #checkout .logosPago img {
            width: 100%;
            height: 50px;
        }
    /* direcciones */
        #checkout-addresses-step .js-address-form form .js-address-error {
            display: none;
        }
    /* pago */
        body#checkout section.checkout-step .payment-options {
            gap: .5rem;
            display: flex;
            flex-flow: column;
            margin-bottom: 2rem;
        }
        body#checkout section.checkout-step .payment-options .payment-option {
            margin-bottom: 0;
            display: inline-flex;
            flex-flow: row;
            align-items: center;
        }
        body#checkout section.checkout-step .payment-options .payment-option label {
            /*display: inline-block !important;*/
            display: inline-flex !important;
            align-items: center;
            max-width: unset;
        }
        body#checkout section.checkout-step .payment-options .payment-option label img {
            margin-left: .25rem;
            margin-right: .5rem;
        }
        body#checkout section.checkout-step .payment-options .payment-option div[data-paypal-info] {
            margin-left: .25rem;
        }






/* fonts */
    @font-face {
        font-family: 'Great Day';
        src: url('/modules/iqitthemeeditor/views/fonts/GreatDayPersonalUse.eot');
        src: url('/modules/iqitthemeeditor/views/fonts/GreatDayPersonalUse.eot?#iefix') format('embedded-opentype'),
        url('/modules/iqitthemeeditor/views/fonts/GreatDayPersonalUse.woff2') format('woff2'),
        url('/modules/iqitthemeeditor/views/fonts/GreatDayPersonalUse.woff') format('woff'),
        url('/modules/iqitthemeeditor/views/fonts/GreatDayPersonalUse.ttf')  format('truetype'),
        url('/modules/iqitthemeeditor/views/fonts/GreatDayPersonalUse.svg#GreatDayPersonalUse') format('svg');
    }



:root {
    --azul: #9dd6d9;
    --texto: #555555;
    --serif: 'Didot', serif;
    --sansSerif: 'Excentra', sans-serif;
    --cursive: 'Great Day', italic;
    --neutral-100: #f5f5f5;
    --grey: #e8e8e8;
}



/* elementor */
    :not(span).elementor-heading-title span {
        font-family: var(--serif);
    }
    .serif {
        font-family: var(--serif);
    }


/* top bar */
    .header-nav .container {
        width: 100%;
        max-width: 100%;
    }



/* frases animadas top bar */
    /*
    .center-nav div[id^=iqithtmlandbanners-block-] {
        width: 100%;
    }
    .center-nav div[id^=iqithtmlandbanners-block-] > div {
        position: relative;
        width: 100%;
    }
    .center-nav p  {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: bold;
        font-size: 1rem;
    }
    .center-nav p.active  {
        opacity: 1;
        transform: translateY(0);
    }
    */
    .center-nav {
        display: flex;
        overflow: hidden;
    }
    .center-nav div[id^=iqithtmlandbanners-block-] {
        display: flex !important;
        flex-shrink: 0;
        width: max-content;
        animation: toLeft linear infinite 20s;
    }
    .center-nav div[id^=iqithtmlandbanners-block-] > div {
        display: flex !important;
        flex-wrap: nowrap;
        min-width: 100vw;
        white-space: nowrap;
        flex-shrink: 0;
        justify-content: space-around;
    }
    .center-nav div[id^=iqithtmlandbanners-block-] p {
        margin: 0 15vw;
    }
    @keyframes toLeft {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }




/* logo */
    .stuck-header #desktop_logo img {
        width: 70px;
        height: 77px;
    }
    #desktop_logo img {
        transition: .3s;
    }



/* desktop menu */
    .cbp-horizontal .cbp-tab-title {
        font-family: var(--serif);
    }



/* mobile menu */
    .mobile-menu__title {
        font-family: var(--serif);
    }
    .mobile-menu__link {
        font-family: var(--serif);
        text-transform: uppercase;
    }
    .mobile-menu__column-title {
        font-family: var(--serif);
        text-transform: uppercase;
    }


/* homeTitle */
    .homeTitle span {
        position: relative;
    }
    .homeTitle span:before {
        content: '';
        width: 124px;
        height: 47px;
        background-image: url(/img/cms/home/floral.png);
        background-repeat: no-repeat;
        display: block !important;
        position: absolute;
        top: -14px;
        background-size: contain;
        z-index: -1 !important;
        opacity: 0.4;
        right: -100px;
        transform: rotate(-18deg);
    }



/* homeBanner */
    .homeSectionBanners .elementor-row  {
        gap: 1rem;
    }
    .homeSectionBanners .elementor-column {
            width: calc(50% - .5rem);
        }
    @media (max-width: 767px) {
        .homeSectionBanners .elementor-column {
            width: 100%;
        }
    }
    .homeBanner {
        border-radius: 15px;
        overflow: hidden;
    }
    .homeBanner .elementor-image-box-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: auto;
        padding: 30px;
        background: rgba(157, 214, 217, 0.65);
    }
    .homeBanner .elementor-image-box-title {
        font-family: var(--serif);
        margin: 0;
    }
    .homeBanner:hover .elementor-image-box-title a {
        color: var(--white) !important;
    }
    @media (max-width: 991px) {
        .homeBanner .elementor-image-box-title {
            font-size: 2rem !important;
        }
    }
    @media (max-width: 767px) {
        .homeBanner .elementor-image-box-title {
            font-size: 2.5rem !important;
        }
    }



/* new header */
    /* logo */
    @media (max-width: 991px) {
        .col-mobile-logo .logo {
            height: 66px;
            width: auto;
        }
    }
    /* buscadores */
        @media (max-width: 991px) {
            .col-header-center #search_widget {
                display: none;
            }
        }
        .col-header-center #search_widget {
            max-width: 550px;
            margin: 0 auto;
        }
        /**/
        @media (min-width: 992px) {
            #mobile-btn-search {
                display: none;
            }
        }
    /* menu */
        #mobile-header .m-nav-btn:not(.js-m-nav-btn-menu) > span {
            display: none;
        }



/* new home */
    .cms-id-24 .pageHeader {
        display: none;
    }



/* homeCat */
    .homeSectionCats .elementor-row {
        gap: 3rem;
    }
    /**/
    .homeCat .elementor-image-box-img {
        overflow: hidden;
        border-radius: 100%;
        border: 1px solid var(--grey);
        padding: .5rem;
        transition: .3s;
    }
    .homeCat .elementor-image-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 100%;
    }
    /**/
    .homeCat .elementor-image-box-title {
        font-weight: bold;
        font-size: 1.1rem;
        transition: .3s;
    }
    /**/
    .homeCat:hover .elementor-image-box-title {
        letter-spacing: 2px;
    }
    .homeCat:hover .elementor-image-box-img {
        border: 1px solid var(--azul);
    }



/* homeMarcaPropia */
    .homeMarcaPropiaTitle .elementor-heading-title {
        font-family: var(--cursive) !important;
    }
   .homeMarcaPropiaSection .homeTitle span:before {
        z-index: 0 !important;
        filter: brightness(5);
        opacity: 1;
    }
    .homeMarcaPropiaText {
        max-width: 550px;
    }



/* homeConsulta */
    .homeConsultaTitle .elementor-heading-title {
        font-family: var(--cursive) !important;
    }



/* homeCarousel */
    .shapeCarousel {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1;
        background: #fff;
    }
    .homeSectionCarousel.bgColor .shapeCarousel {
        background: #F9FCFC;
    }



/* homeProducts */
    .homeProducts .swiper-container-wrapper  {
        overflow: visible;
    }




/* homeNewBanner */
    /*
    .homeNewBanner .elementor-image-box-img {
        border-radius: 15px;
        overflow: hidden;
    }
    */
    .homeNewBanner .elementor-image-box-img img {
        border-radius: 15px;
    }
    /**/
    .homeNewBanner .elementor-image-box-img:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border: 1px solid #fff;
        border-radius: 15px;
        transition: .4s;
    }
    .homeNewBanner:hover .elementor-image-box-img:before {
        transform: scale(1.1);
    }
    /**/
    .homeNewBanner .elementor-image-box-content {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: auto;
    }
    .homeNewBanner .elementor-image-box-title  {
        font-family: var(--cursive);
        font-weight: normal;
    }
    .homeNewBanner .elementor-image-box-description {
        font-family: var(--serif);
    }
    /**/
    .bannerLink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }





/* homeMarcas */
    .homeMarcas .swiper-container  {
        overflow: visible;
    }
    .marcaTitle {
        position: absolute;
        z-index: 1;
        bottom: 30px;
        left: 30px;
        font-size: 1.2rem;
    }
    .homeMarcas .imgOverlay {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: 50%;
        background: linear-gradient(to top, hsl(0deg 0% 100% / 95%) 25%, transparent 100%);
    }
    /**//*
    .homeMarcas .swiper-slide-inner .marcaTitle {
        transition: .3s;
        color: #000 !important;
    }
    .homeMarcas .swiper-slide-inner:hover .marcaTitle {
        letter-spacing: 3px;
    }*/





/* homeReel */
    .homeSectionReels .elementor-row  {
        gap: 1rem;
    }
    .homeSectionReels .elementor-column {
        width: calc(25% - .75rem);
    }
    @media (max-width: 767px) {
        .homeSectionReels .elementor-column {
            width: calc(50% - .5rem);
        }
    }
    .homeReel {
        border-radius: 15px;
        overflow: hidden;
    }



/* conocenos */
    .cms-id-4 .pageHeader {
        display: none;
    }
    /* ColContent */
        .colContent {
            width: calc(100% - 250px) !important;
            max-width: calc(100% - 250px);
            flex: calc(100% - 250px);
        }
        .elementor-editor-active .colContent {
            width: 100%;
            max-width: 100%;
            flex: 100%;
        }
    /* colVertText */
        .colVertText {
            width: 250px !important;
            max-width: 250px;
            flex: 250px;
        }
        .elementor-editor-active .colVertText {
            width: 100%;
            max-width: 100%;
            flex: 100%;
        }
        body:not(.elementor-editor-active) .colVertText .elementor-widget-wrap {
            display: flex;
            align-items: end;
            flex-flow: row-reverse;
            margin: 0;
            padding: 0;
            justify-content: flex-end;
        }
        @media (max-width: 767px) {
            .colContent,
            .colVertText {
                width: 100% !important;
                max-width: 100%;
                flex: 100%;
            }
            body:not(.elementor-editor-active) .colVertText .elementor-widget-wrap {
                flex-wrap: wrap;
                flex-flow: column !important;
            }
        }


/* conocenosImgFarmaTop */
    .conocenosImgFarmaTop,
    .conocenosImgFarmaTop .elementor-widget-container,
    .conocenosImgFarmaTop .elementor-image {
        width: 100%;
        height: 100%;
    }
    .conocenosImgFarmaTop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    @media (max-width: 767px) {
        .sectionTitle.brana  .elementor-heading-title {
            font-size: 24vw !important;
            line-height: 26vw !important;
        }
    }



/* sectionTitle */
    body:not(.elementor-editor-active) .sectionTitle {
        display: flex;
        flex-wrap: wrap;
        writing-mode: vertical-lr;
    }
    @media (max-width: 767px) {
        body:not(.elementor-editor-active) .sectionTitle {
            writing-mode: lr;
        }
        body:not(.elementor-editor-active) .sectionTitle .elementor-heading-title {
            font-size: 19vw;
            line-height: 15vw;
        }
    }



/* sectionSubTitle */
    body:not(.elementor-editor-active) .sectionSubTitle {
        display: flex;
        flex-wrap: wrap;
        writing-mode: vertical-lr;      
    }   
    .sectionSubTitle span {
        font-family: var(--cursive) !important;
    } 
    @media (max-width: 767px) {
        body:not(.elementor-editor-active) .sectionSubTitle {
            writing-mode: lr;
        }
        body:not(.elementor-editor-active) .sectionSubTitle .elementor-heading-title {
            font-size: 12vw;
            line-height: 3vw;
        }
    }


/* conocenosColLine */
    .conocenosColLine .elementor-column-wrap {
        display: flex;
        flex-flow: column;
    }
    .conocenosColLine:before {
        content: "";
        height: calc(100% + 300px);
        position: absolute;
        top: -150px;
        right: 20%;
        height: calc(100% + 300px);
        width: 3px;
        background: #9dd6d9;
        z-index: 1;
    }
    .conocenosColLine .elementor-widget-wrap {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        background: #ffffff;
        z-index: 5;
    }
    @media (max-width: 767px) {
        .conocenosColLine {
            margin-bottom: 50px;
        }
    }



/* equipo */        
    .sectionEquipo .elementor-row {
        gap: 1rem;
    }
    /* conocenosEquipoCol */
        .conocenosEquipoColCard {
            width: calc(16.6% - .66rem) !important;
            }
        .conocenosEquipoColImg {
            width: calc(66.6% - .66rem) !important;
            }
        .conocenosEquipoColCard .elementor-widget-wrap {
            align-content: center;
            display: flex;
            flex-wrap: wrap;
        }
        @media (max-width: 767px) {
            .conocenosEquipoColCard {
                width: calc(50% - .5rem) !important;
            }
            .conocenosEquipoColCard.left {
                order: 2;
            }
            .conocenosEquipoColCard.right {
                order: 3;
            }
            .conocenosEquipoColImg {
                order: 1;
                width: 100% !important;
            }
            .conocenosEquipoColCard .elementor-widget-wrap {
                align-content: flex-start;
            }
        }
    /* equipoCard */
        .equipoCard .elementor-widget-container {
            margin-bottom: 1rem !important;
        }
        .equipoCard .elementor-image-box-content {
            width: 250px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: var(--white);
            z-index: 5;
            padding: 1.5rem;
            box-shadow: 0px 14px 15px 0 rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            transition: .4s;
        }
        @media (max-width: 767px) {
            .equipoCard .elementor-image-box-content {
                width: 50vw;
            }
        }
        .equipoCard.left .elementor-image-box-content {
            left: calc(100% - 15px);
            transform: translate(50px, -50%);
        }
        .equipoCard.right .elementor-image-box-content {
            right: calc(100% - 15px);
            transform: translate(-50px, -50%);
        }
        .equipoCard:hover .elementor-image-box-content {
            opacity: 1;
            visibility: visible;
            transform: translate(0, -50%);
        }
        /**/
        .equipoCard .elementor-image-box-content:before {
            position: absolute;
            top: 50%;
            content: " ";
            width: 0;
            height: 0;
            border-style: solid;
            transform: translateY(-50%);
        }
        .equipoCard.left .elementor-image-box-content:before {
            left: -15px;
            border-width: 10px 15px 10px 0;
            border-color: transparent #ffffff transparent transparent;
            filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.1));
        }
        .equipoCard.right .elementor-image-box-content:before {
            right: -15px;
            border-width: 10px 0 10px 15px;
            border-color: transparent transparent transparent #ffffff;
            filter: drop-shadow(2px 8px 11px 0px rgba(0, 0, 0, 0.1));
        }
        /**/
        .equipoCard .elementor-image-box-title {
            font-family: var(--cursive);
        }
        .equipoCard .elementor-image-box-description p {
            margin-bottom: 0;
        }



/* nuestra farmacia */
    /* colVertText farma */
        body:not(.elementor-editor-active) .colVertText.farmacia .elementor-widget-wrap {
            display: flex;
            align-items: start;
            flex-flow: row;
        }
    /* sectionTitle */
        body:not(.elementor-editor-active) .sectionTitle.farmacia {
            transform: rotate(180deg);
        }
    /* sectionSubTitle */
        body:not(.elementor-editor-active) .sectionSubTitle.farmacia {
            transform: rotate(180deg);  
        }
        .sectionSubTitle.farmacia span {
            font-family: var(--cursive) !important;
        } 
    @media (max-width: 767px) {
        body:not(.elementor-editor-active) .sectionTitle.farmacia,
        body:not(.elementor-editor-active) .sectionSubTitle.farmacia {
            transform: none;
        }
    
    }


/* laFarmaciaGaleria */
    .laFarmaciaGaleria .elementor-widget {
        width: 33.3%;
        padding: .5rem;
    }
    .laFarmaciaGaleria .elementor-widget.medio {
        width: 66.6%;
    }
    .laFarmaciaGaleria .elementor-widget.grande {
        width: 100%;
    }
    .laFarmaciaGaleria img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



/* sevicios */
    .cms-id-22 .pageHeader {
        display: none;
    }
    /* colVertText servicios */
        body:not(.elementor-editor-active) .colVertText.servicios .elementor-widget-wrap {
            display: flex;
            align-items: flex-start;
            flex-flow: row;
            justify-content: flex-start;
        }
        body:not(.elementor-editor-active) .colVertText.servicios .elementor-column-wrap:before {
            content: "";
            position: absolute;
            top: 15px;
            left: -25px;
            height: 100%;
            width: 3px;
            background: var(--azul);
        }
    /* colContent servicios */
        .colContent.servicios .elementor-column-wrap {
            padding: 15px 50px 15px 20%;
        }
    /**/
        @media (max-width: 767px) {
            .colVertText.servicios {
                order: 1;
            }
            .colContent.servicios {
                order: 2;
            }
            .colContent.servicios .elementor-column-wrap {
                padding: 15px;
            }
            .colVertText.servicios .sectionTitle {
                order: 2;
            }
            .colVertText.servicios .sectionSubTitle {
                order: 1;
            }
            .colVertText.servicios .sectionTitle .elementor-heading-title {
                font-size: 18vw;
            }
            
        }



/* servicioCard */
    .servicioCard .elementor-image-box-content {
        width: 50%;
        padding: 50px 15px 15px 15px;
    }
    .servicioCard .elementor-image-box-title {
        font-family: var(--serif);
        margin-bottom: 15px;
    }
    @media (max-width: 991px) {
        .servicioCard .elementor-image-box-wrapper {
            flex-direction: column !important;
        }
        .servicioCard .elementor-image-box-img,
        .servicioCard .elementor-image-box-content {
            width: 100% !important;
        }
    }
    @media (max-width: 767px) {
        .servicioCard .elementor-image-box-img,
        .servicioCard .elementor-image-box-content {
            width: 100% !important;
        }
    }


/* contacto */
    .cms-id-20 .pageHeader {
        background-color: #f2f2f2;
        background-image: url(/img/cms/home/pattern.jpg);
        background-position: top left;
        background-repeat: repeat;
        position: relative;
        padding: 50px 15px;
    }
    .cms-id-20 .pageHeader:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #c8e7ea;
        opacity: 0.88;
    }
    .cms-id-20 .pageHeader .page-title {
        font-size: 5rem;
    }
    /**/
    .contactoSectionIcons .elementor-row {
        gap: 2rem;
    }
    .contactoSectionIcons .elementor-column {
        width: calc(33.3% - 1.4rem);
    }
    @media (max-width: 991px) {
        .contactoSectionIcons .elementor-column {
            width: calc(50% - 1rem);
        }
        .contactoSectionIcons .elementor-column:last-child {
            width: 100%;
        }
    }
    @media (max-width: 767px) {
        .contactoSectionIcons .elementor-column {
            width: 100%;
        }
    }
    /**/
    .conctactIcon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    /**/
    .contactBtn a:hover, .contactBtn a:active, 
    .contactBtn span:hover, .contactBtn span:active {
        background: transparent !important;
        color: var(--azul) !important;
    }



