/*
 * 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 ***/
div#cookiesplus-tab.cookiesplus-move {
    font-size: 0;
}

@media (max-width: 767px) {

    #product #cookiesplus-modal,
    #product div#cookiesplus-tab {
        bottom: 75px;
    }
}

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

/*** header ***/
.stuck-header {
    /*box-shadow: 0 10px 15px -5px rgb(0 0 0 / 8%);*/
    border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
}

/*** buscador ***/
/***.col.col-header-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.col-header-center .buscador-parafarmacia,
.col-header-center .buscador-medicamentos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-top .search_widget_block {
    width: 100% !important;
    max-width: 550px;
}*/


/*** 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 .pull-right {
    float: none !important;
}

.cbp-hrmenu .cbp-active {
    color: #009300 !important;
}


/*** submenus ***/
a.cbp-column-title.nav-link.cbp-category-title {
    display: none;
}

/*** mobile ***/
/*
    .menu-parafarmacia li:nth-last-child(1) .mm-expand {
        display: none;
    }
    .menu-medicamentos li:nth-last-child(2) .mm-expand{
        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: #009300;
    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: #009300 !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;
  }

/*
        .grecaptcha-badge {
            position: initial !important;
            margin: 15px auto;
        }
        .ets_cfu_input_recaptcha .grecaptcha-badge[data-style="bottomright"] {
            position: initial !important;
            margin: 0 auto;
        }
        .grecaptcha-badge[data-style="bottomright"] {
            bottom: 50px !important
        }*/
@media (max-width: 768px) {
    #product .grecaptcha-badge[data-style="bottomright"] {
        bottom: 80px !important
    }
}

/*** datos contacto top ***/
.contact-top {
    display: flex;
    flex-wrap: wrap;
}

.contact-top>div>i {
    background: #009300;
    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;
}

/*** datos farmacia ***/
.datos-farmacia-footer {
    font-size: 11px;
}

.datos-farmacia-footer div {
    display: inline-block;
}

.datos-farmacia-footer a {
    color: #fff !important;
}

/*** sellos logos medicamentos ***/
.sellos-medicamentos-footer img {
    height: 50px;
    /*padding: 0 15px;*/
    margin: 10px;
}

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

/*** sellos logos datos medicamentos ***/
.row.footerBefore {
    padding-bottom: 30px;
}

#iqithtmlandbanners-block-3 .block-title,
#iqithtmlandbanners-block-4 .block-title {
    display: none;
}

@media (max-width: 767px) {

    #iqithtmlandbanners-block-3,
    #iqithtmlandbanners-block-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/***/
.datos-farmacia-footer a {
    color: #000 !important;
}

/*** contacto ***/
/*
        #footer-container-main .block-content .contact-rich {
            float: left;
        }
        #footer-container-main .block-content .contact-rich .part {
            display: inline-block;
            margin-right: 10px;
        }
        #footer-container-main .block-content .part br {
            display: none !important;
        }*/
/*** traductor ***/
#footer .traductor {
    margin-top: 15px;
}

/*** 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: #009300 !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;
}

/*** 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: #009300;
            color: #fff;
            border: none;
            cursor: pointer;
        }
        #module-steasycheckout-default .modal.show .modal-content .rte-content {
            padding: 15px;
        }
        */

/*** producto ***/
/*** marca ***/
/*
            #product .product-manufacturer {
                display: none;
            }
            */
/*** 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;
}

.iconoWhatsapp {
    width: 65px;
    height: 65px;
    transition: .4s;
}

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

/*** home ***/
/*** homeBanner ***/
.homeBanner .elementor-image-box-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    background: rgb(255 255 255 / 85%);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    transition: .4s;
}

.homeBanner h3.elementor-image-box-title,
.homeBanner h3.elementor-image-box-title a,
.homeBanner .elementor-image-box-description {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/***/
.homeBanner:hover .elementor-image-box-content {
    background: #009300;
    color: #fff;
}

.homeBanner:hover h3.elementor-image-box-title a {
    color: #fff;
}


/*******************************/
a:link, a:hover, a:focus {
    text-decoration: none !important;
  }


  /*************/
  /*
  .product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
    background-color: white;
  }
  */
  /*********************************************/
  .cms-id-4 .h1.page-title {
    display: none !important;
  }
.cms-id-4 .breadcrumb {
    display: none !important;
  }  
.page-contact .breadcrumb {
    display: none !important;
  } 
  .cms-id-20 .h1.page-title {
    display: none !important;
  }
.cms-id-20 .breadcrumb {
    display: none !important;
  }  

  .product-price {
    color: #000;
  }

  /**********************LOGOS KIT DIGITAL***********************/
.row.logos-kitDigital img {
    height: 50px !important;
    width: auto !important;
    margin-right: 20px;
  }
  
  /*#iqithtmlandbanners-block-7 span {
    display: none;
  }*/
  
 /*** #iqithtmlandbanners-block-7 {
    padding-top: 15px;
    display: initial !important;
    display: flex;
    justify-content: center;
  }****/




  /************/
  .block-content.rte-content {
    text-align: center !important; 
  }

  #iqithtmlandbanners-block-5 .block-title {
    display: none;
  }
  #desktop-header #iqithtmlandbanners-block-5 {
    color: #009300;
    padding-bottom: 3px;
    padding-top: 3px;
    color: white;
  }

  .sticky-desktop-wrapper .container.iqit-megamenu-container nav#cbp-hrmenu ul > li ul.cbp-links.cbp-category-tree > li > div > a:hover {
    color: #009300!important;
}
/*
.stuck-header img {
    width: 120px;
}
*/
/*******************************/
/*****MENÚ HORIZONTAL**********/
#cbp-hrmenu-tab-23 .cbp-tab-title {
    color: red;
  }
#cbp-hrmenu-tab-24 .cbp-tab-title {
    color: #00847C;
  }  

#cbp-hrmenu-tab-25 .cbp-tab-title {
    color: #35617F;
  }   


/**********************SELLOS KIT DIGITAL********************/
/**********/
.row.logos-kitDigital img {
    height: 50px !important;
    width: auto !important;
    margin-right: 20px;
  }
  
  #iqithtmlandbanners-block-6 span {
    display: none;
  }
  
  #iqithtmlandbanners-block-6 {
    padding-top: 15px;
    display: initial !important;
    display: flex;
    justify-content: center;
  } 

/*******************/
/*
#desktop_logo .logo.img-fluid {
    max-width: 75% !important;
    height: auto;
  }  
*/
/***************/
/*
.mobile-main-bar .logo.img-fluid {
    max-width: 50%;
    height: auto;
  }
*/

/****************/
.list-small-gutters > .col, .list-small-gutters > [class*="col-"] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    margin: 20px;
  }
  
  .elementor-element.elementor-element-oi74u70 .product-miniature {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 0px 3px 0px rgba(178,178,178,0.5);
    border-radius: 15px;
  }
  
  .products.row.products-grid .product-price-and-shipping {
    font-size: 17px;
    font-weight: 600;
  }
  
  .products.row.products-grid .product-title {
    font-size: 15px;
  }  


/****************/
#iqithtmlandbanners-block-5 .block-content.rte-content {
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
    animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.block-iqithtmlandbanners-html {
    max-width: 100%;
    overflow: hidden;
  }

/*ancho del contenedor*/
.texto-animado {
    display: flex;
    width: 100% !important;
    font-size: medium;
    font-weight: 200;
}
.texto-animado a {
    display: inline-block;
    padding: 0 10vw;
    margin: 0;
    color: #fff !important;
}

#iqithtmlandbanners-block-5 {
    background: #009300;
  }

/********************/
/****.navFullWidth {
    background: #009300;
  }
  
  .navFullWidth .block-iqithtmlandbanners-html {
    max-width: 100%;
    overflow: hidden;
  }
  
  .navFullWidth .block-iqithtmlandbanners-html .block-content {
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
    animation: marquee 20s linear infinite;
  }
  @keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
  .navFullWidth .block-iqithtmlandbanners-html .block-content p {
    display: inline-block;
    padding: 0 21vw;
    margin: 0;
  }
  ****/



  @media (max-width: 991px) {
    .texto-animado {
        display: flex;
        width: 100% !important;
        font-size: 12px;
        font-weight: 200;
    }
}

.cbp-hrmenu .cbp-hrsub {
    font-size: 16px !important;
  }

/*******/

#iqitproductsnav {
    display: none;
  }


/**************/
.shipmentsReassurance {
    display: inline-flex;
    flex-wrap: wrap;
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    padding: 10px;
    min-width: 300px;
  }

  .shipmentsReassurance .colText i {
    margin-right: 10px;
  }

  .paymentsReassurance {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    padding: 10px;
    min-width: 300px;
    margin-bottom: 10px;
  }


  #iqithtmlandbanners-block-8 .block-title {
    display: none;
  }

  #iqithtmlandbanners-block-7 .block-title span::before {
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    top: 0;
    left: 0;
    margin: 5px;
  }

  .block-content.rte-content {
    text-align: left !important;
  }  

  #iqithtmlandbanners-block-7 .block-title {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    margin-top: 15px;
  }/*
  #iqithtmlandbanners-block-7 {
    padding-left: 0px !important;
  }
  #iqithtmlandbanners-block-8 {
    padding-left: 0px !important;
  }*/

/********************/
@media (max-width: 450px) {
    .contact-top {
        font-size: 10px;
      }
      .header-nav {
        display: none;
      }
}  

.col.col-auto.col-md.right-nav.text-right {
    display: none;
  }







/****************************************************************/


:root {
    --verde: #009300;
}



/************************************ 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: center;

            }
            .productPrices .precioValorEntero { 
                font-size: 2.5rem;  
            } 
            .productPrices .precioValorDecimales { 
                font-size: 1.5rem;  
            } 
            .productPrices .precioValorSimbolo { 
                font-size: 1rem;  
            } 
            .productPrices .price-countdown-wrapper .price-countdown {
                margin: 0;
            }
            .productPrices .price-countdown .time-txt {
                font-size: .8rem;
                display: none;
            }
        }
    /* 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;
        }
        .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 );
        }
    }

/* contador envio gratis */
    #product .product-information .iqitfreedeliverycount {
        border: 1px solid rgb(0 0 0 / 10%) !important;
        border-radius: 10px;
    }/*
    #product .product-information .iqitfreedeliverycount {
        display: none;
    }*/
    /**/
    .iqitfreedeliverycount .row {
        align-items: center;
        justify-content: center;
        margin: 0;
        gap: 1rem;
    }
    .iqitfreedeliverycount .col {
        padding: 0;
    }
    .iqitfreedeliverycount .col-icon i {
        color: var(--verde);
    }
    .iqitfreedeliverycount-progress .progress {
        border-radius: 5px !important;
    }
    .iqitfreedeliverycount-progress .progress-bar {
        background-color: var(--verde);
    }
    .iqitfreedeliverycount-product {
        display: none;
    }
    #main-product-wrapper .iqitfreedeliverycount-product {
        display: block;
    }


/* 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;*/
        background: #f2faf2;
        z-index: -1;
        border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
    }
    /**/
    .productContentSticky .container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    /**/
    .stickyHide {
        transform: translateY(-50px);
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .productContentSticky .container {
        max-width: 1200px;
    }
    .productContentSticky .row {
        align-items: center;
    }
    /* imagen */
    .col.col-auto.colImage img {
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    /* 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);*/
            }
            .productContentSticky:after {
                border-bottom: none !important;
                border-top: 1px solid rgb(0 0 0 / 5%) !important;
            }
            .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;
        }
    }


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







/************************************* 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";
    }
    /* logo */
        #checkout .logo  {
            height: 45px;
            width: auto;
        }
    /* page header */
        #checkout .pageHeader {
            padding-bottom: 15px;
        }
    /* 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(--verde);
            color: var(--white);
        }
        #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(--verde);
            color: var(--white);
            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 {
            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;
        }
    /* 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;
        }

/************************************* checkout ************************************/


















/* new home */
    .cms-id-24 .breadcrumb,
    .cms-id-24 .page-title {
        display: none !important;
    }
    /* homeBanners */
        .homeSectionBanners >.elementor-container >.elementor-row {
            gap: 1rem
        }
        /**/
        .homeColBannersLateral .elementor-widget-wrap {
            display: flex;
            flex-flow: column;
            gap: 1rem;
        }
        .homeColBannersLateral .elementor-widget-image {
            height: 50%;
        }
        .homeColBannersLateral .elementor-widget-image .elementor-widget-container,
        .homeColBannersLateral .elementor-widget-image .elementor-image {
            height: 100%;
        }
        .homeColBannersLateral .elementor-widget-image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        /**/
        .homeBannersCarousel .swiper-slide {
            width: 100% !important;
        }
    /* homeCats */
        .homeCats .swiper-slide-image {
            border: 1px solid #d4d4d4;
            padding: .5rem;
        }
        .homeCats .catTitle {
            margin-top: 1rem;
            display: flex;
            justify-content: center;
            font-size: 1.2rem;
        }
    /* homeBrand */
        .homeSectionBrands .elementor-row {
            gap: 3rem
        }
        .homeBrand .elementor-image-box-img {
            border-radius: 100%;
            border: 1px solid #d4d4d4;
            padding: 1rem;
            overflow: hidden
        }
        .homeBrand .elementor-image-box-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 100%;
        }
    /* floralImg */
        .floralImg img {
            max-width: 180px !important;
        }
    /* acuarelaImg */
        .acuarelaImg {
            max-width: 550px;
        }
    /* pielPasos */
        .homeSectionAcuarela {
            z-index: 1;
        }
        .homeSectionPielPasos .elementor-container {
            /*background:  #d9efd9;*/
            background: #e5f1e5;
            border-width: 2px;
            border-style: dotted;
            border-color: rgba(0, 147, 0, 0.45);
            border-radius: 10px;
            padding-top: 50px !important;
            padding: 30px;
        }
        .homeColPielPasos .elementor-widget-wrap {
            display: flex;
        }
        .pielPasosNum {
            margin-right: 1rem;
        }
        .pielPasosNum span {
            background: var(--verde);
            width: 40px;
            height: 40px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    /* homeIcon */
        .homeSectionIcons .elementor-row {
            gap: 2rem;
        }
        /**/
        .homeIcon .row {
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }
        .homeIcon .col:first-child {
            margin-bottom: 1rem;
        }
        .homeIcon i {
            font-size: 3rem;
            color: var(--verde);
        }
        .homeIcon span {
            font-size: 1.3rem;
        }
    /* homeSocial */
        .homeReel .elementor-widget-container {
            border-radius: 15px;
            overflow: hidden;
        }
        .homeColSocialName {
            width: auto !important;
            flex: 1 0 auto;
            max-width: 100%; 
        }
        .homeColSocialBtn {
            width: auto !important;
            flex: 0 0 auto;
            max-width: 100%;
        }
        .homeColSocialBtn .elementor-widget-wrap {
            display: flex;
            flex-flow: row;
            gap: 1rem;
        }
        .homeInstaBtn .elementor-button {
            background: linear-gradient(45deg, #405DE6, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45);
            border-image: linear-gradient(45deg, #405DE6, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45);
            border: 1px solid !important;
        }
        .homeFaceBtn .elementor-button {
            background: #3b5998;
            border: 1px solid #3b5998;
        }
        .homeSocialBtn .elementor-button:hover {
            color: var(--verde);
            border: 1px solid var(--verde);
            background: transparent;
        }
    /* homeVisita */
        .homeVisita iframe {
            border-radius: 10px;
            overflow: hidden;
        }





    /* miniaturas */
        .product-miniature {
            /*background: #fafafa !important;*/
            border-radius: 10px;
            /*border: 1px solid #f5f5f5;*/
        }

        .product-miniature {
            background: #fff;
            border-radius: 15px;
            border: 1px solid rgb(0 0 0 / 5%);
        }

        .product-miniature .thumbnail-container {
            /*border: 1px solid #f5f5f5;*/
            border-radius: 15px;
            /*background: var(--neutral-50);*/
            border: 1px solid rgb(0 0 0 / 5%);
            overflow: hidden;
            transition: .4s;
        }/*
        .product-miniature:hover .thumbnail-container {
            background: var(--neutral-200);
        }
        .product-miniature .thumbnail-container .product-thumbnail {
            mix-blend-mode: multiply;
        }
        .sectionGrey .product-miniature .thumbnail-container {
            background: #fff;
        }
        .sectionGrey .product-miniature .thumbnail-container .product-thumbnail {
            mix-blend-mode: unset;
        }*/
        /**/
        .product-miniature .product-functional-buttons-links a {
            background: transparent;
            box-shadow: none;
        }
        /**/
        .product-miniature .product-description {
            flex-flow: row !important;
            text-align: left;
        }
        .sectionGrey .product-miniature .product-description {
            background: transparent;
        }
        .product-miniature .product-miniature-block-name {
            padding-right: 1rem;
            width: auto;
            max-width: 100%;
            flex: 1 0 auto;
            flex-basis: 0;
        }
        .product-miniature .product-add-cart {
            margin: 0;
        }
        .product-miniature .product-add-cart .btn {
            font-size: 0 !important;
            border-radius: 100%;
            /*padding: 1rem .85rem;*/
            padding: 0 !important;
            color: var(--dark);
            background: none !important;
            border: none !important;
        }
        .product-miniature .product-add-cart .btn:hover {
            color: var(--verde);
        }
        .product-miniature .product-add-cart .btn i {
            font-size: initial;
            /*font-size: 2rem;*/
            font-size: 1.5rem;
        }

    




/* recibelo en */
    .product-recibelo {
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 1rem;
        border: 1px solid rgb(0 0 0 / 10%)!important
    }

    .product-recibelo .row {
        align-items: center;
        justify-content: center;
        margin: 0;
        gap: 1rem
    }

    .product-recibelo .col {
        padding: 0
    }

    .product-recibelo i {
        font-size: 2rem;
        color: var(--verde)
    }





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

    [class^="iconContent-"], [class*=" iconContent-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icoContent' !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;
    }

    .iconContent-carrito:before {
    content: "\e900";
    }
    .iconContent-carritoBolsa:before {
    content: "\e901";
    }
    .iconContent-catalogo:before {
    content: "\e902";
    }
    .iconContent-devolucion:before {
    content: "\e903";
    }
    .iconContent-envio24horas:before {
    content: "\e904";
    }
    .iconContent-envioGratis:before {
    content: "\e905";
    }
    .iconContent-envioRecibelo:before {
    content: "\e906";
    }
    .iconContent-pagoSeguro:before {
    content: "\e907";
    }
    .iconContent-precios:before {
    content: "\e908";
    }
















/* nueva home 2 */

:root {
    --neutral-50: #fafafa;
    --neutral-100: #f5f5f5;
    --neutral-200: #e5e5e5;
    --neutral-800: #262626;
}


/* page header */
    .cms-id-25 .pageHeader {
        display: none;
    }


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



/* header mobile */
    #mobile-header-sticky {
        border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
    }


/* logo */
    #desktop_logo img {
        height: 55px;
        width: auto;
    }


/* logo mobile */
    .mobile-main-bar .logo.img-fluid {
        max-height: 50px;
        width: auto;
    }



/* buscador */
    #search_widget  {
        max-width: 550px !important;
    }
    #search_widget .form-search-control {
        /*background: var(--neutral-50) !important;*/
        border: none !important;
        border-radius: 10px;
    }
    .header-top .search-btn {
        border-radius: 0 10px 10px 0;
        background: var(--neutral-800);
        color: #fff;
    }
    .header-top .search-btn:hover {
        border-radius: 0 10px 10px 0;
        background: var(--verde);
        color: #fff;
    }



/* Mmensajes scroll */
    /*
    #desktop-header #iqithtmlandbanners-block-5 {
        display: none;
    }
    */
    .displayNavFullWidth {
        display: none;
    }


/* homeImg */
    .homeColImg .elementor-widget-wrap {
        height: 100%;
    }
    .homeImg,
    .homeImg div {
        width: 100%;
        height: 100%;
    }
    .homeImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



/* homeColCarousel */
    @media (max-width: 767px) {
        .homeColImgCarousel {
            order: 1 !important;
        }
        .homeColCarousel {
            order: 2 !important;
        }
    }



/* marcas portada */
    .homeBrands .swiper-slide-inner:before {
        content: "";
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        background: linear-gradient(to top, #f7fcf7 0%, transparent 100%);
        pointer-events: none;
    }
    .brandTitle {
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 1;
        font-size: 1.3rem;
    }/*
    @media (max-width: 767px) {
        .homeBrands .swiper-slide-inner {
            padding: 10px !important;
        }
        .homeBrands .swiper-slide-inner:before {
            content: "";
            position: absolute;
            left: 10px;
            bottom: 10px;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
        }
        .brandTitle {
            bottom: 20px;
            left: 20px;
        }
    }*/



/* homeSocial */
    .homeSocialSection .elementor-row {
        gap: 3rem;
    }
    /**/
    .homeColSocial {
        width: calc(33.3% - 2rem) !important;
    }
    @media (max-width: 767px) {
        .homeColSocial {
            width: 100% !important;
        }
    }
    /**/
    .homeColSocial .elementor-widget-wrap {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    /**/
    .homeColSocial:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 1;
        pointer-events: none;
        border-radius: 15px;
        background: linear-gradient(to top, #eff9ef 0%, transparent 100%);
        z-index: 0;
    }
    .homeSocialSectionInner {
        z-index: 1;
    }
    /**/
    .homeSocialIcon {
        margin-left: 0;
        margin-right: auto;
    }
    .homeSocialIcon.tiktok i:before {
        content: "\e91a";
        font-family: 'icomoon' !important;
    }
    /**/
    .instagramBtn .elementor-button:not(:hover) {
        background: linear-gradient(45deg, #405DE6, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45);
        background-color: transparent;
        border: 1px solid #ecf3eb !important;
    }
    .instagramBtn .elementor-button {
        transition: all .5s;
    }



/* homeBlog */
    .homeBlog .cardblog img {
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 5%)
    }
    .homeBlog .cardblog h2[itemprop="headline"] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .homeBlog .cardblog p[itemprop="description"],
    .homeBlog .cardblog .simpleblog__listing__post__wrapper__footer {
        display: none !important;
    }



/* homeNewBlog */
    /* home */
        .homeNewBlog .page_home {
            background: transparent;
            margin-bottom: 0;
        }
        .homeNewBlog .ybc_item_img {
            border-radius: 15px;
            border: 1px solid rgb(0 0 0 / 5%)
        }
        .homeNewBlog .ybc-blog-latest-toolbar,
        .homeNewBlog .blog_description,
        .homeNewBlog .read_more {
            display: none;
        }
        .homeNewBlog .ybc-blog-latest-post-content {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .homeNewBlog .ybc_title_block {
            text-transform: none;
            font-size: 1.25rem;
        }
        /**/
        .homeNewBlog .ybc_block_slider button.slick-arrow {
            transform: translateY(-50%);
            background: var(--verde) !important;
            width: 40px;
            height: 40px;
            border-radius: 100% !important;
            z-index: 5;
            border: none !important;
        }
        .homeNewBlog .ybc_block_slider button.slick-arrow.slick-prev {
            left: 0;
            right: auto;
            top: 50%;
        }
        .homeNewBlog .ybc_block_slider button.slick-arrow.slick-next {
            left: auto;
            right: 0;
            top: 50%;
        }
        /**/
        .ybc_block_slider button.slick-prev:before,
        .ybc_block_slider button.slick-next:before {
            width: 12px;
            height: 12px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
        }
        .ybc_block_slider button.slick-prev:before {
            top: 14px;
            right: 12px;
        }
        .ybc_block_slider button.slick-next:before {
            top: 14px;
            right: 16px;
        }
    /* left column */
        #left-column .ybc-navigation-blog-content >div {
            border-radius: 15px !important;
            border: 1px solid rgb(0 0 0 / 5%) !important;
        }
    /* entradas */
        .ybc-blog #content-wrapper .ybc-blog-wrapper, 
        #content-wrapper .ybc-blog-wrapper {
            background: transparent;
        }
        .ybc-blog-list .post-wrapper {
            background: var(--white);
            border-radius: 15px;
            overflow: hidden;
            border: 1px solid rgb(0 0 0 / 5%);
        }
        .ybc-blog-list .ybc-blog-wrapper-content {
            /* background: var(--white); */
            padding: 2rem;
        }
    /* entrada */
        .ybc-blog-wrapper-detail {
            border: 1px solid rgb(0 0 0 / 5%);
            border-radius: 15px;
        }
        .ybc-blog-wrapper-detail .ybc_blog_img_wrapper {
            margin-left: -30px;
            margin-right: -30px;
        }
        




/* homeSectionCardsIcons */
    .homeSectionCardsIcons .elementor-row {
        gap: 3rem;
    }
    .homeSectionCardsIcons .elementor-column {
        width: calc(25% - 2.25rem) !important;
    }
    @media (max-width: 991px) {
        .homeSectionCardsIcons .elementor-column {
            width: calc(50% - 1.5rem) !important;
        }
    }


/* homeCardIcon */
    .homeCardIcon .elementor-image-box-img {
        width: 30px !important;
    }




@media (max-width: 991px) {
  #mobile_top_menu_wrapper:not(.js-menu-open),
  .blockcart:not(.js-cart-open) .extensions-cart-modals {
    display: none !important;
  }
}

/* categorias */
    #category .pageHeader {
        border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
        background: #f2faf2;
        margin-bottom: 2rem;
    }
    /**/
    .products-selection {
        border-radius: 10px;
        background: #fff;
        border: none;
        padding: 1rem;
        border: 1px solid rgb(0 0 0 / 5%) !important;
    }
    /**/
    #left-column .block-toggle:not(#iqithtmlandbanners-block-8), 
    #left-column #search_filters .facet>ul, 
    #left-column #search_filters_brands .facet>ul, 
    #left-column #search_filters_suppliers .facet>ul, 
    #left-column .iqitfreedeliverycount {
        background: #fff;
        border-radius: 10px !important;
        /*border: none !important;*/
        border: 1px solid rgb(0 0 0 / 5%) !important;
    }
    #search_filters .facet>ul, 
    #search_filters_brands .facet>ul, 
    #search_filters_suppliers .facet>ul {
        border-radius: 5px;
        padding: 1rem;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    /**/





/* producto */
    @media (max-width: 1199px) {
        #product #wrapper {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
    /**/
    #product .pageHeader {
        /*margin-bottom: 0;*/
        margin-bottom: 2rem;
    }
    #product .pageHeader .container {
        background: #fff;
        padding: 2rem;
        /*border-radius: 15px 15px 0 0;*/
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    /**/
    #product .product-info-row {
        background: #fff;
        /*border-radius: 0 0 15px 15px;*/
        border-radius: 15px;
        border: none;
        /*padding: 0 2rem 2rem;*/
        padding: 2rem;
        margin-bottom: 2rem;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    /**/
    #product .product-tabs {
        background: #fff;
        padding: 2rem 2rem 3rem 2rem;
        /*border-radius: 15px;*/
        border-radius: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 2rem;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    /**/
    #product .product-accessories {
        background: #fff;
        border-radius: 15px;
        padding: 2rem;
        margin-left: -15px;
        margin-right: -15px;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    /**/
    #product .crossselling-products {
        background: #fff;
        border-radius: 15px;
        padding: 2rem;
        margin-left: -15px;
        margin-right: -15px;
        border: 1px solid rgb(0 0 0 / 5%);
    }





/* carrito */
    #cart #wrapper {
        padding-top: 0;
    }
    /**/
    #cart .pageHeader {
        border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
        background: #f2faf2;
        margin-bottom: 2rem;
    }
    /**/
    #cart .cart-container {
        background: #fff;
        padding: 1rem;
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    .cart-item-header {
        padding: 1rem 0;
        font-weight: 700;
        text-align: center;
        /*border-bottom: 1px solid rgb(0 0 0 / 5%);*/
        border-top: none
    }
    /**/
    #cart .cart-summary {
        background: #fff;
        border-radius: 10px;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    /**/
    #cart .block-promo .cart-voucher-area {
        padding: 1rem;
        background: #fff;
    }
    /**/
    #iqithtmlandbanners-block-7 {
        border-radius: 10px;
        border: 1px solid rgb(0 0 0 / 5%);
        padding: 2rem;
        background: #fff;
    }
    #iqithtmlandbanners-block-8 {
        border: none;
        background: transparent;
    }



/* checkout */
    .checkout-step {
        background: #fff;
        border: 1px solid rgb(0 0 0 / 5%) !important;
    }
    .checkout-step:first-child {
        border-radius: 15px 15px 0 0;
    }
    .checkout-step:last-child {
        border-radius: 0 0 15px 15px;
    }
    /**/
    #checkout #js-checkout-summary {
        background: #fff;
        border: 1px solid rgb(0 0 0 / 5%);
        border-radius: 15px;
        padding: 1rem;
    }
    /**/
    #checkout .block-promo .cart-voucher-area {
        background: transparent;
    }



/* acceso */
    .page-authentication #content {
        background: #fff;
        border: 1px solid rgb(0 0 0 / 5%);
        border-radius: 10px;
    }


/* secciones cliente */
    .page-my-account #content,
    .page-identity #content,
    .page-addresses #content,
    .page-history #content,
    .page-order-slip #content,
    .page-discount #content,
    #module-iqitwishlist-view #content,
    #module-psgdpr-gdpr #content,
    #module-ps_emailalerts-account #content {
        background: #fff;
        border: 1px solid rgb(0 0 0 / 5%);
        border-radius: 10px;
    }




/* menu mobile */
    #iqitmegamenu-mobile {
        font-size: 1.5rem !important;
    }
    /**/
    #iqitmegamenu-mobile .nav-link >.icon {
        margin-right: 1rem;
    }
    /**/
    .menuMobileLink-promo {
        color: red !important;
    }
    .menuMobileLink-marcas {
        color: #00847C !important;
    }
    .menuMobileLink-rutinas {
        color: #35617F !important;
    }




/* articulos */
    #cms:not(.cms-id-4) .pageHeader >div {
        background: var(--white);
        padding: 3rem;
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 5%);
    }
    #cms:not(.cms-id-4) #inner-wrapper {
        background: var(--white);
        padding: 3rem;
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 5%);
    }


/* contacto */
    .cms-id-20 .pageHeader {
        display: none;
    }