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

@font-face {
    font-family: 'Amithen';
    src: url('/themes/gpdw/assets/fonts/Amithen.woff') format('woff'),
        url('/themes/gpdw/assets/fonts/Amithen.woff2') format('woff2'),
        url('/themes/gpdw/assets/fonts/Amithen.svg#Amithen') format('svg'),
        url('/themes/gpdw/assets/fonts/Amithen.eot'),
        url('/themes/gpdw/assets/fonts/Amithen.eot?#iefix') format('embedded-opentype'),
        url('/themes/gpdw/assets/fonts/Amithen.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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

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

/*
        .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: #5d398d;
    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: #5d398d !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: #5d398d;
            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;
    z-index: 50;
    display: flex;
    flex-flow: column;
    align-items: end;
    transition: .3s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hideWhatsappIconText {
    animation: hideWhatsappIconText ease 1s forwards
}

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

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

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

/*** 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: #5d398d;
    color: #fff;
}

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


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

/***********/
.titulo-portada h2 span {
    font-family: 'Amithen' !important;
}

.titulo-portada h2 span span {
    color: #5d398d !important;
}

/******************************/
/*a:hover:not(.nav-link):not(.btn) {
    color: #5d398d !important;
    font-weight: 400;
}*/

a:link:not(.nav-link):not(.btn),
a:visited:not(.nav-link):not(.btn) {
    color: #000000;
}

#footer-container-main a:hover,
#checkout-footer a:hover {
    color: #5d398d !important;
    font-weight: 600;
}

/****************LOGOS KIT DIGITAL******************/

.row.logos-kitDigital img {
    height: 50px !important;
    width: auto !important;
    margin-right: 20px;
}

#iqithtmlandbanners-block-5 span {
    display: none;
}

#iqithtmlandbanners-block-5 {
    padding-top: 15px;
    display: initial !important;
    display: flex;
    justify-content: center;
}

/********/
.cms-id-4 .h1.page-title {
    display: none !important;
}

.cms-id-4 .breadcrumb {
    display: none !important;
}

.cms-id-22 .h1.page-title {
    display: none !important;
}

.cms-id-22 .breadcrumb {
    display: none !important;
}
.cms-id-20 .h1.page-title {
    display: none !important;
}

.cms-id-20 .breadcrumb {
    display: none !important;
}

.page-contact .breadcrumb {
    display: none !important;
}


.product-price {
    color: #000;
}

/*** frases animadas ***/
/*     div#iqithtmlandbanners-block-5 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #000;
        height: 30px;
        text-align: center;
        padding: 0;
        z-index: 100;
        transition: .4s;
        transform: translateY(-100%);
    }
    div#iqithtmlandbanners-block-5.visible {
        opacity: 1;
        transform: translateY(0%);
    }
 
    div#iqithtmlandbanners-block-5 .block-title {
        display: none;
    }
    #iqithtmlandbanners-block-5 p {
        opacity: 0;
        position: absolute;
        top: 3px;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        transition: .4s;
    }
    #iqithtmlandbanners-block-5 p.visible {
        opacity: 1;
    }
    .iconClose {
        color: red;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer
    } */


div#iqithtmlandbanners-block-5 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #5D398D;
    height: 30px;
    text-align: center;
    padding: 0;
    z-index: 100;
    transition: .4s;
    transform: translateY(-100%);
    height: 0;
    overflow: hidden;
}

div#iqithtmlandbanners-block-5.visible {
    height: 30px;
}

div#iqithtmlandbanners-block-5.visible {
    opacity: 1;
    transform: translateY(0%);
}

/***/
div#iqithtmlandbanners-block-5 .block-title {
    display: none;
}

#iqithtmlandbanners-block-5 p {
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: .4s;
}

#iqithtmlandbanners-block-5 p.visible {
    opacity: 1;
}

.iconClose {
    color: white;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

div#desktop-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-top {
    width: 100%;
}

div#iqithtmlandbanners-block-5 {
    order: 1;
}

.header-top {
    order: 2;
}

div#iqithtmlandbanners-block-5.visible {
    opacity: 1;
    transform: initial;
}


.titulo-portada h2 span {
    font-family: 'Amithen' !important;
    font-weight: 300;
}
/*
.homeBlog span:before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(/img/cms/hemeroteca.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: 526px;
    right: 0;
    margin: 0 auto;
    top: -15px;
    z-index: 0;
}*/



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

#module-ph_simpleblog-list #content-wrapper .page-title {
    font-weight: lighter;
    text-align: center;
  }


  #header .header-nav {
    background: #d5bae8;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .cbp-links.cbp-category-tree:hover a:hover:not(.nav-link):not(.btn) {
    color: #5d398d !important;
    font-weight: 600;
  }


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

  .col.col-auto.center-nav.text-center .rte-content.d-inline-block {
    font-size: 15px;
    color: #5d398d;
  }

  .col.col-auto.col-md.right-nav.text-right .rte-content.d-inline-block {
    font-size: 15px;
    color: #5d398d;
  }


  #products {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }


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

  .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    color: #5d398d !important;
    border-bottom: none 1px #fff;
    font-size: 13px;
    padding-top: 5px;
  }
/*
  .cbp-hrmenu .cbp-hrsub {
    left: 0;
    right: 0 !important;
    margin: 0 auto;
} 
*/

/*** blog ***/
    /*** titulo ***/
        body[id^="module-ph_simpleblog"] .page-heading h1 {
            font-family:  'Amithen' !important;
            text-align: center;
            font-weight: normal;
            font-size: 45px;
        }
    /*** subtitulo ***/
        .subtitleBlog {
            margin: 10px 300px 10px 300px;
            padding: 30px 30px 30px 30px;
            background-color: #d5bae8;
            border-radius: 15px 15px 15px 15px;
            box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
            text-align: center;
        }
        .subtitleBlog h2 {
            font-size: 14px;
            font-weight: normal;
            line-height: 1.5rem;
        }



/***********************************/
@media (max-width: 1300px) {
.subtitleBlog {
    padding: 25px;
    margin: 10px;
  }
}

@media (max-width: 581px) {
.col.col-auto.center-nav.text-center .rte-content.d-inline-block {
    font-size: 12px;
    color: #5d398d;
  }
}

@media (max-width: 499px) {
    .col.col-auto.center-nav.text-center .rte-content.d-inline-block {
        font-size: 10px;
        color: #5d398d;
      }
    }
    @media (max-width: 444px) {
        .col.col-auto.center-nav.text-center .rte-content.d-inline-block {
            font-size: 8px;
            color: #5d398d;
          }
        }   

@media (max-width: 581px) {
.col.col-auto.col-md.right-nav.text-right .rte-content.d-inline-block {
    font-size: 12px;
    color: #5d398d;
  }
}
@media (max-width: 499px) {
    .col.col-auto.col-md.right-nav.text-right .rte-content.d-inline-block {
        font-size: 10px;
        color: #5d398d;
      }
    }
@media (max-width: 444px) {
    .col.col-auto.col-md.right-nav.text-right .rte-content.d-inline-block {
        font-size: 8px;
        color: #5d398d;
      }
    } 

    @media (max-width: 390px) {
        .col.col-auto.col-md.right-nav.text-right .rte-content.d-inline-block {
            font-size: 8px;
            text-align: center;
            color: #5d398d;
          }
        } 

        @media (min-width: 270px) and (max-width: 390px) {
        .col.col-auto.col-md.left-nav {
            width: 100%;
            max-width: 100%;
            flex: 100%;
            text-align: center !important;
          }
        }
        /*
        .block-iqitlinksmanager.block-iqitlinksmanager-3.block-links-inline.d-inline-block {
            display: none !important;
          }*/
/*** tiktok ***//*
    .fa-tiktok {
        position: relative;
    }
    .fa-tiktok:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-mask: url('/themes/gpdw/assets/icons/tiktok.svg');
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask: url('/themes/gpdw/assets/icons/tiktok.svg');
        mask-position: center;
        mask-size: contain;
        background: black;
    }
    .tiktok:hover .fa-tiktok:before {
        background: red;
    }*/
    .social-links li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .social-links._topbar li.tiktok svg {
        width: 12px;
        height: 12px;
        position: relative;
        top: 1px;
    }
    .social-links li.tiktok svg {
        width: 17px;
        height: 17px;
        position: relative;
        top: 1px;
    }
    .social-links li.tiktok a svg path{
        fill: black;
    }
    .social-links li.tiktok a:hover svg path{
        fill: red;
    }


/* homeInstagram */
    /* seccion */
    .homeInstagramSection:not(.elementor-editor-active *) {
        overflow: hidden
    }
    .homeInstagramSection .elementor-container {
        height: 400px
    }
    .homeInstagramSection .elementor-row,
    .homeInstagramSection .elementor-column,
    .homeInstagramSection .elementor-column-wrap,
    .homeInstagramSection .elementor-widget-wrap {
        height: 100%
    }
    .homeInstagramSection .homeInstagramColumnText .elementor-widget-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
        justify-content: center;
        width: auto
    }
/* imagen */
    .homeInstagramImage.fadeInUp {
        animation-name: homeInstagramImage
    }
    .homeInstagramImage {
        position: absolute;
        top: 75%;
        right: 0;
        transform: translate(-50%,-50%) rotate(10deg);
        width: 350px
    }
    @keyframes homeInstagramImage {
        from {
            opacity: 0;
            transform: translate(-50%,100%) rotate(10deg)
        }

        to {
            opacity: 1;
            transform: translate(-50%,-50%) rotate(10deg)
        }
    }
/* title */
    .homeInstagramTitle .fa-instagram {
        background: -webkit-radial-gradient(30% 107%,circle,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
        background: -o-radial-gradient(30% 107%,circle,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
        background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
        background: -webkit-radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
        color: #fff;
        border-radius: 15px;
        padding: 6px 10px;
        margin-right: 10px
    }
/* boton */
    .homeInstagramButton {
        text-align: right
    }
/* imagen */
    @media (max-width: 991px) {
        .homeInstagramImage {
            right:-25%
        }
    }
/* responsive */
    @media (max-width: 767px) {
        .homeInstagramSection .elementor-container {
            height:unset
        }
        .homeInstagramColumnText {
            order: 1;
            padding-bottom: 60%
        }
        .homeInstagramSection .homeInstagramColumnText .elementor-widget-wrap {
            width: 100%
        }
        .homeInstagramColumnImage {
            order: 2
        }
        .homeInstagramImage {
            position: absolute;
            right: -10%;
            width: 65%
        }
        .homeInstagramTitle .elementor-heading-title {
            font-size: 13vw!important;
            text-align: center
        }
        .homeInstagramPretitle,
        .homeInstagramButton {
            text-align: center
        }
    }
/*********************/
/***********FONDO PRODUCTOS CARRUSELES**************/
.product-miniature.product-miniature-default.product-miniature-grid.product-miniature-layout-1.js-product-miniature {
  background-color: white;
  border-radius: 20px;
}
/****************/
#iqithtmlandbanners-block-6 .block-title {
  display: none;
}
.row.logos-kitDigital {
  padding-top: 65px;
}







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

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

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



/* top bar */
    .block-iqitcontactpage-top-bar {
        display: inline-flex;
    }
    .block-iqitcontactpage-top-bar hr {
        display: none;
    }
    .block-iqitcontactpage-top-bar .part {
        display: inline-flex;
        align-items: center;
        margin-right: 10px;
    }
    .block-iqitcontactpage-top-bar .part .icon {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .block-iqitcontactpage-top-bar .part .icon i {
        font-size: 11px;
    }
    @media (max-width: 1099px) {
        .left-nav {
            order: 1;
        }
        .right-nav {
            order: 2;
            width: auto;
            flex: 0 0 auto;
        }
        .center-nav {
            order: 3;
            width: 100%;
        }
    }
    @media (max-width: 549px) {
        .left-nav,
        .right-nav {
            display: none;
        }
    }


/* 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-9 .block-title {
        display: none;
    }
    #iqithtmlandbanners-block-9 {
        /*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-9 {
        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-9 {
        padding: 15px 30px;
    }
    /**/
    #iqithtmlandbanners-block-9 .icono {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #iqithtmlandbanners-block-9 .icono:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / 15%);
    }
    #iqithtmlandbanners-block-9 .icono {
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    #iqithtmlandbanners-block-9 .icono .col-auto {
        padding: 0;
    }
    #iqithtmlandbanners-block-9 i {
        font-size: 2rem;
        color: var(--verdeOscuro)
    }


/* logos pago */
    #iqithtmlandbanners-block-10 .block-title {
        display: none;
    }
    .logosPago img {
        width: 100%;
    }
    /**/
    #product div#iqithtmlandbanners-block-10 {
        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-10  {
        border: 1px solid rgb(0 0 0 / 10%);
        border-top: none;
    }
    #cart div#iqithtmlandbanners-block-10 .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 .value,
        .product-line-grid .product-price {
            display: inline-flex;
            align-items: baseline;
        }
        .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";
        }
    /* modos de envio */
        .delivery-options {
            display: flex;
            flex-wrap: wrap;
        }
        .delivery-options> div {
            flex: 1 0 33%;
            width: 33%;
            max-width: 100%; 
        }
        @media (max-width: 678px) {
            .delivery-options> div {
                flex: 1 0 100%;
                width: 100%;
                padding-bottom: 10px;
            } 
        }
        .delivery-options .delivery-option {
            padding: 15px;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }
        .delivery-options .steco-delivery-option > label {
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            flex-flow: column;
        }
        .delivery-option img {
            max-height: 50px;
        }
        .steco-delivery-option.steco_selected img {
            filter: invert(1);
        }
    /* modos de pago */
        .steco-payment-option .payment-option .steco_selected img {
            filter: invert(1);
        }
    /* cupon */
        .steco_cart_summay_big .steco-cart-voucher .promo-code {
            max-width: 100%;
            width: 100%;
        }
    /* footer */
        @media (min-width: 992px) {
            #module-steasycheckout-default #footer-copyrights {
                background:linear-gradient(to right,#fff 55.2%,#F5F5F5 44.8%)!important
            }
        }


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


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


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


/* productContentSticky */
        @media (max-width: 767px) {
            .productContentSticky {
                top: unset !important;
                bottom: 0vh;
                padding-top: 1rem;
                box-shadow: 0 -30px 30px 15px rgba(0, 0, 0, 0.10);
            }
            .stickyHide {
                transform: translateY(50px);
            }
            .productContentSticky .colImage,
            .productContentSticky .colName {
                display: none;
            }
            .productContentSticky .colPrice,
            .productContentSticky .colActions {
                width: 100%;
            }
            .productContentSticky .colActions .btn {
                width: 100% !important;
            }
        }



/* selectores cantidad */
    .product-quantity .qty {
        width: 120px;
    }
    @media (max-width: 767px) {
        .product-quantity .qty {
            width: 100%;
        }
    }
    /**/
    .bootstrap-touchspin {
        height: 100%;
        position: relative;
        border: solid 1px #e3e3e3 !important;
    }
    .product-add-to-cart .bootstrap-touchspin {
        width: 120px !important;
        max-width: 120px !important;
    }
    @media (max-width: 767px) {
        .product-add-to-cart .bootstrap-touchspin {
            width: 100% !important;
            max-width: 100% !important;
        }
    }
    .cart-products .bootstrap-touchspin {
        width: 100px !important;
        max-width: 100px !important;
    }
    .cart-item .bootstrap-touchspin,
    .qty_wrap .bootstrap-touchspin {
        width: 90px !important;
        max-width: 90px !important;
    }
    /**/
    .bootstrap-touchspin input[type="number"] {
        text-align: center;
        position: relative;
        z-index: 1;
        border: none
    }
    .product-add-to-cart .bootstrap-touchspin input[type="number"] {
        left: 30px;
        width: 60px !important;
        max-width: 60px !important;
        text-align: center;
        position: relative;
        z-index: 1;
        border: none
    }
    @media (max-width: 767px) {
        .product-add-to-cart .bootstrap-touchspin input[type="number"] {
            left: 20%;
            width: 60% !important;
            max-width: 60% !important;
        }
    }
    .cart-products .bootstrap-touchspin input[type="number"] {
        left: 25px;
        width: 50px !important;
        max-width: 50px !important;
    }
    .cart-item .bootstrap-touchspin input[type="number"],
    .qty_wrap .bootstrap-touchspin input[type="text"] {
        left: 22.5px;
        width: 45px !important;
        max-width: 45px !important;
        text-align: center;
        border: none;
    }
    /**/
    .bootstrap-touchspin .input-group-btn-vertical {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .input-group-btn-vertical .btn-touchspin {
        position: absolute !important;
        height: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: none;
    }
    .bootstrap-touchspin .bootstrap-touchspin-up {
        right: 0px;
    }
    .bootstrap-touchspin .bootstrap-touchspin-down {
        left: 1px;
    }
    /**/
    .bootstrap-touchspin .input-group-btn-vertical i {
        position: relative;
        top: unset !important;
        left: unset !important;
    }
    .bootstrap-touchspin .bootstrap-touchspin-up i:before {
        content: '+';
    }
    .bootstrap-touchspin .bootstrap-touchspin-down i:before {
        content: '-';
    }
    /* productos */
        .product-miniature-default .bootstrap-touchspin {
            max-width: 65px;
            min-width: 65px;
            width: 65px !important;
            height: 38px;
        }
        .product-miniature-default .product-add-cart .input-qty {
            max-width: 35px;
            min-width: 35px;
            left: 15px;
        }
        .product-miniature-default .bootstrap-touchspin .btn-touchspin {
            width: 15px !important;
            padding: 0 !important;
        }
    /* productos lista */
        .product-miniature-list .bootstrap-touchspin {
            max-width: 105px;
            min-width: 105px;
            width: 105px !important;
        }
        .product-miniature-list .product-add-cart .input-qty {
            max-width: 75px;
            min-width: 75px;
        }
        @media (max-width: 767px) {
            .product-miniature-list .bootstrap-touchspin {
                max-width: 90px;
                min-width: 90px;
                width: 90px !important;
            }
            .product-miniature-list .product-add-cart .input-qty {
                max-width: 60px;
                min-width: 60px;
            }
        }
    /* favoritos */
        #module-iqitwishlist-view .product-miniature-grid .input-group-add-cart .input-group {
            width: 80px;
            margin-right: 5px;
        }
        #module-iqitwishlist-view .product-miniature-grid .bootstrap-touchspin .btn-touchspin {
            width: 20px !important;
            padding: 0 !important;
        }
        #module-iqitwishlist-view .bootstrap-touchspin input[type="number"] {
            left: 20px;
            width: 40px;
            max-width: 40px;
        }
    /* producto */
        .product-add-to-cart .input-group-btn-vertical .btn-touchspin {
            width: 30px !important;
        }
        @media (max-width: 767px) {
            .product-add-to-cart .input-group-btn-vertical .btn-touchspin {
                width: 20% !important;
                max-width: 20% !important;
            }
        }
    /* carrito */
        .cart-products .input-group-btn-vertical .btn-touchspin {
            width: 25px !important;
        }
        .cart-item .input-group-btn-vertical .btn-touchspin,
        .qty_wrap .input-group-btn-vertical .btn-touchspin {
            width: 22.5px !important;
        }


/* cookies */
    #cookiesplus-modal {
        transition: .3s
    }
    #cookiesplus-tab {
        /*bottom: 10px !important;*/
        left: 10px !important;
        transition: .3s;
    }
    @media (min-width: 768px) {
        #cookiesplus-tab {
            bottom: 10px !important;
        }
    }
    body:not(#product) #cookiesplus-tab {
        bottom: 10px!important
    }
    div#cookiesplus-tab.cookiesplus-move {
        font-size: 0;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 15px -5px rgb(0 0 0 / 65%);
    }
    div#cookiesplus-tab.cookiesplus-move i {
        font-size: 1.3rem;
    }
    div#cookiesplus-tab span {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#cookiesplus-tab.cookiesplus-move i:before {
        font-family: 'icomoon' !important;
        content: "\e90b";
    }


/* 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
    }
    .social-links>li.youtube a {
        background: #F70031 !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;
            }
        }



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

/* logo desktop */
    #desktop-header .logo {
        height: 65px;
        width: auto;
    }
/* logo mobile */
    #mobile-header .logo {
        height: 50px;
        width: auto;
    }
/* logo checkput */
    #module-steasycheckout-default .logo {
        height: 50px;
        width: auto;
    }

/* tablas en las desripciones */
    #product .product-description table {
        width: 100% !important;
    }

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

.homeBannerRight {
    height: calc(33.3% - 6px);
    margin-bottom: 10px;
}

.homeSlider {
    border-radius: 25px;
    overflow: hidden;
}

.homeBannerRight.last {
    margin-bottom: 0;
}
.homeBannerRight .elementor-widget-container,
.homeBannerRight .elementor-widget-container .elementor-image {
    height: 100%;
    width: 100%;;
}
.homeBannerRight img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
/***/
@media (max-width: 1023px) {
    .homeBannerRightColumn .elementor-widget-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .homeBannerRight {
        width: calc(33.3% - 7px);
        height: unset;
        margin-bottom: unset;
    }
    .homeBannerRight.middle {
        margin: 0 10px;
    }
}
@media (max-width: 768px) {
    .homeBannerRight {
        width: 100%;
    }
    .homeBannerRight.middle {
        margin: unset;
    }
    .homeBannerRight {
        margin: 0 auto 10px auto !important;
    }
}    

/************/
/***************BLOG PORTADA*****************/
.simpleblog-posts-column.col-12.col-md-6.col-lg-4 {
  background-color: white;
  /*border: 1px solid #A781D8;*/
  margin: 10px;
  border-radius: 20px;
  box-shadow: #A781D8 0px 0px 10px -2px;
  }

#index .simpleblog-posts {
    margin: 0 !important;
}

#index .simpleblog-posts-column {
    flex: 0 0 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
}
@media (max-width: 991px) {
    #index .simpleblog-posts-column {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 0 auto;
    }
    #index .simpleblog-posts-column:not(:last-child) {
        margin-bottom: 2rem
    }
}
@media (max-width: 767px) {
    #index .simpleblog-posts-column {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }
}

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