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

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

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

/*** cookies ***/
#cookiesplus-tab {
    bottom: 10px !important;
    left: 10px !important;
}

div#cookiesplus-tab.cookiesplus-move {
    font-size: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -5px rgb(0 0 0 / 65%);
}

div#cookiesplus-tab.cookiesplus-move i {
    font-size: initial;
    position: relative;
    width: 20px;
    height: 20px;
}

div#cookiesplus-tab.cookiesplus-move i:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00b477;
    -webkit-mask: url('/themes/gpdw/assets/icons/cookie-solid.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
}

/* boton personalizado 'atras' */
.volver-finalidades-cookies {
    clear: both;
}

@media (max-width: 767px) {
    #product #cookiesplus-modal {
        bottom: 75px;
    }

    #product div#cookiesplus-tab {
        bottom: calc(75px + 15px) !important;
    }
}

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

/*** fancybox 4 ***/
.fancybox_politicas .fancybox__content {
    padding: 0;
    width: 550px !important;
    height: 850px !important;
}

@media (max-width: 991px) {
    .fancybox_politicas .fancybox__content {
        width: 100% !important;
        height: 80% !important;
    }
}

.fancybox_politicas {
    z-index: 999999 !important;
}

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

/*** politicas privacidad ***/
.politicas {
    font-size: 11px;
    line-height: 16px;
}

/*** top bar ***/
.block-iqitcontactpage-top-bar {
    display: inline-flex;
}

.block-iqitcontactpage-top-bar hr {
    display: none;
}

.block-iqitcontactpage-top-bar .part {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.block-iqitcontactpage-top-bar .part .icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.block-iqitcontactpage-top-bar .part .icon i {
    font-size: 11px;
}

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

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


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


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


/*** bloque categorias ***/
.block-categories li a {
    font-weight: bold;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d6d4d4;
    width: 100%;
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    background: #00b477;
    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: #00b477 !important;
}

/*** contacto ***/
#contact #wrapper,
#contact #main .page-content {
    padding-bottom: 0;
    margin-bottom: 0;
}

/***/
#contact #inner-wrapper {
    max-width: 100%;
}

#contact .contact-form {
    max-width: 1200px;
}

#contact .contact-map {
    padding-left: 0;
    padding-right: 0;
}

/***/
div#iqitcontactpage-map,
#iqitcontactpage-map iframe {
    height: 450px;
    margin-bottom: 0;
}

/***/
.contact-page-info .contact-us {
    display: none;
}

/*** ets contact form ***/
.wpcfu.hook {
    max-width: 1200px;
    margin: 0 auto;
}

/*** recaptcha ***/
.ets_cfu_input_recaptcha.ets_cfu_input br {
    display: none;
}

/*
        @media (max-width: 768px) {
            #product .grecaptcha-badge[data-style="bottomright"] {
                bottom: 80px !important
            }
        }*/
/*** captcha imagen ***/
.ets_cfu_input_captcha>label>span {
    margin: 0 auto;
    text-align: center;
}

.ets_cfu_input_captcha img.pa-captcha-img-data {
    height: 75px;
}

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

.contact-top>div>i {
    background: #00b477;
    padding: 4px;
    margin-right: 3px;
    border-radius: 100%;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 9px;
}

.contact-top>div {
    margin-right: 10px;
    display: flex;
    align-content: center;
}

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

#footer-container-first .block-title {
    display: none;
}



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

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

    #footer .block:last-child {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media(max-width: 580px) {
    #footer .block {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/*** datos contacto footer***/
.contact-rich .part .icon {
    vertical-align: top;
}

/*** 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: #00b477 !important;
}

/*** h1 ***/
#module-steasycheckout-default .page-title {
    color: #000000;
    font-size: 1.5714285714rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-top: 0.8em;
    padding-top: 0.5em;
}

/*** iconos ***/
#module-steasycheckout-default .fa {
    font: normal normal normal 14px/1 FontAwesome;
}

/*** modos de envio ***/
.delivery-options {
    display: flex;
    flex-wrap: wrap;
}

.delivery-options>div {
    flex: 1 0 33%;
    width: 33%;
    max-width: 100%;
}

@media (max-width: 678px) {
    .delivery-options>div {
        flex: 1 0 100%;
        width: 100%;
        padding-bottom: 10px;
    }
}

.delivery-options .delivery-option {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.delivery-options .steco-delivery-option>label {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.delivery-option img {
    max-height: 50px;
}

/*** wrapper ***/
#module-steasycheckout-default #wrapper {
    padding-top: 0 !important;
}

/*** popup terminos y condiciones ***/
/*
        #module-steasycheckout-default .modal.show .modal-content {
            display: block !important;
        }
        #module-steasycheckout-default .modal.show .modal-content button.st_modal_close {
            width: 35px;
            height: 35px;
            float: right;
            text-align: center;
            background: #124896;
            color: #fff;
            border: none;
            cursor: pointer;
        }
        #module-steasycheckout-default .modal.show .modal-content .rte-content {
            padding: 15px;
        }
        */

/*** producto ***/
/*** detalles ***/
#product-details-tab-nav {
    display: none;
}

/*** tabs ***/
.nav-tabs .nav-link {
    opacity: 1;
}

/*** medicamentos ***/
.producto-medicamentos .social-sharing,
.producto-medicamentos #iqit-reviews-tab {
    display: none;
}

.producto-medicamentos .consulta-farmaceutica>span {
    margin: 0;
}

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

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

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

/*** blog ***/
/*** imagen listado post ***/
.simpleblog__listing__post__wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
}

/*** post ***/
/*** layout ***/
#module-ph_simpleblog-single div#inner-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/*** imagen post ***/
.simpleblog__post.blog-mb.cardblog img.img-fluid {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
}

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

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

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

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

/*** icono whatsapp footer ***/
.whatsappFooter {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 50;
}

.iconoWhatsapp {
    width: 35px;
    height: 35px;
    transition: .4s;
    animation: iconoWhatsapp ease 1s forwards;
}

@keyframes iconoWhatsapp {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.iconoWhatsapp #trazo {
    fill: #FFF !important;
    transition: .4s;
}

.iconoWhatsapp #fondo {
    fill: #00BB2D !important;
    transition: .4s;
}

.iconoWhatsapp:hover #trazo {
    fill: #00BB2D !important;
}

.iconoWhatsapp:hover #fondo {
    fill: #FFF !important;
}

/*** texto icono ***/
.whatsappIconText {
    position: fixed;
    right: 15px;
    bottom: 70px;
    background: #fff;
    color: #000;
    padding: 5px 15px;
    border-radius: 15px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
    animation: whatsappIconText ease 1s forwards;
    animation-delay: .8s;
    transform: translateY(100%);
    opacity: 0;
    transition: .8s;
}

@media (max-width: 767px) {
    #product .whatsappIconText {
        bottom: calc(75px + 70px);
    }

    #product .whatsappFooter {
        bottom: calc(75px + 15px);
    }
}

.whatsappIconText:after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

@keyframes whatsappIconText {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.hideWhatsappIconText {
    animation: hideWhatsappIconText ease 1s forwards;
}

@keyframes hideWhatsappIconText {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.closeWhatsappIconText {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 18px;
    height: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    cursor: pointer;
}

/*** logos kit digital ***/
#iqithtmlandbanners-block-5 .block-title {
    display: none;
}

.logosKitDigital img:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
}

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

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

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

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

/*** homeInstagram ***/
.elementor-instagram .il-item {
    overflow: hidden;
    padding: 5px;
}

.elementor-instagram .il-item a {
    border-radius: 15px;
}

.elementor-instagram .il-item a,
.elementor-instagram .il-item a img {
    height: 100%;
}


/***********************************************************************REGLAS******************************************************************************************************/

/*seach*/
div#search_widget {
    max-width: 80% !important;

}

/*carrusel producto*/
.product-price {
    color: #000000 !important;
}


/*tamaño whatsapp*/
.iconoWhatsapp {
    width: 55px !important;
    height: 55px !important;
}

.whatsappFooter {
    bottom: 5px !important;
    right: 5px !important;

}


/*quitar vista*/
/*.product-functional-buttons.product-functional-buttons-bottom {
    display: none !important;
}*/


.product-unavailable {
    color: #fff;
    /* background: #ff0123 !important; */
    font-weight: bold;
}
    

/*menu*/



li#cbp-hrmenu-tab-26 {
    border-top: solid 1px #00b477;
    border-right: solid 1px #00b477;
    border-left: solid 1px #00b477;
}

.seccion-marcas {

    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #00a3c0, #6ab33e) 1;

}


body {
    font-family: Open Sans, sans-serif !important;
    font-weight: 300 !important;
}


/*CATEGORIAS*/

/*** bloque categorias ***/


.block-categories li a {
    font-weight: normal;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: none !important;
    width: 100%;

}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    /*background: #b7765b;
        border-bottom: 1px solid #fff;*/
    border-radius: 100%;
    background: #00b477;
    transform: rotate(180deg);
    transition: .3s;
}

.block-categories .collapse-icons.collapsed {
    background: none;
    transform: rotate(0deg);
}

.block-categories .fa:before {
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #000;
    line-height: 30px;
    text-align: center;
}


div#product-infos-tabs-content {
    padding-left: 23px;
    padding-top: 20px;
    border: solid 1px #eaeaea;
    border-radius: 8px;
    padding-right: 23px;
    padding-bottom: 23px;
    background: #fdfdfd;

}

/*color gris*/

p:not(.elementor-widget-container *) {
    line-height: 1.5rem;
    color: #555555;
}

/*imagenes*/
.images-container .product-cover img {
    /*transform: scale(1.5); /* Ajusta el valor de escala según necesites */
    /*transition: transform 0.3s ease-in-out; /* Transición suave al aplicar el zoom */
    width: 100%;
}

/*quitar las tablas de ficha de producto*/
ul#product-infos-tabs {
    display: none !important;
}

/*topbar*/
.texto-blanco p {
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    line-height: 30px;
}

.texto-blanco strong {
   font-weight: 600 !important;
}

/*ficha producto quitar consulta farmaceutica*/
.after-cover-tumbnails.text-center {
    display: none !important;
} 

h5.block-title {
    display: none;
}

/*ficha producto descripcion*/
strong, b {
    font-weight: 600 !important;
}

/*pregunta en ficha de producto*/
span#open_form_by_button_wpcfu-f2-o2 {
    border: solid 1px #555555 !important;
}



/*etiqueta preventa en ficha de producto*/

.product-unavailable-allow-oosp {
    background: #00b477;
    color: #f9f9f9;
}

/*alinear texto de la descripcion*/
.rte-content p {
    text-align: justify !important;
}


.product-information > div {
    text-align: justify !important;
}

/**********/
/*****************ICONO BOTÓN DE COMPRA****************/
.fa.fa-shopping-bag.fa-fw.bag-icon {
    display: none;
  }


/******************************/
/********MENÚ LATERAL CATEGORÍAS****************/
.block.block-toggle.block-categories.block-links.js-block-toggle {
    display: none;
  }  

/****************/
/******/
.btn-product-list {
    text-transform: uppercase !important;
  }  
/*****************/
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/*****************************/
/***********/
.sequra-banner, .sequra-banner a, .sequra-banner img {
    width: 75%;
    text-align: center;
    padding-top: 30px;
    display: block;
    margin: 0 auto; /* Centra la imagen horizontalmente */
}


@media (max-width: 767px) {
  .sequra-banner, .sequra-banner a, .sequra-banner img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sequra-banner, .sequra-banner a, .sequra-banner img {
    width: 100%;
  }
}

/***********/
/*****/
/*******TOP BAR*********************/
  
/* Oculta la barra en pantallas pequeñas */
@media (max-width: 768px) {
    .header-nav {
      display: none; /* Oculta toda la barra en pantallas pequeñas */
    }
  }
  
  @media (max-width: 480px) {
    .texto-blanco {
      font-size: 0.8rem; /* Ajusta el tamaño del texto en pantallas más pequeñas */
    }
  }

/*******************************/
/***************/
/*************COMPRA COMO INVITADO*****************/  
.col-lg-12.steco_password_guest_note.steco_mb_10 {
    background-color: #e5f7f1;
    padding-top: 5px;
    text-align: center;
    color: #00b477;
    font-weight: 600;
    padding-bottom: 5px;
  }

/***********/
/*****************BOTÓN PREGUNTA PRODUCTO**********************/

#product .ctf_click_open_contactform7 {
    display: inline-block;
    margin: 5px auto;
  }
  .ctf_click_open_contactform7 {
    font-size: 9px;
    padding: 5px;
  }


/**************/
/*
.product-description .rte-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
*/
