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

:root {
    --fuenteRegular: 'Silka Regular', sans-serif;
    --fuenteBold: 'Silka Bold', sans-serif;
    --verdeOscuro: #306948;
    /*--verdeClaro: #a6d71d;*/
    --verde: #5d8118;
    --verdeClaro: #88bc25;
    --negro: #1a202c;
}

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


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


/* iconos */
    @font-face {
    font-family: 'icomoon';
    src:  url('/themes/gpdw/assets/icons/icomoon.eot?dqbd66');
    src:  url('/themes/gpdw/assets/icons/icomoon.eot?dqbd66#iefix') format('embedded-opentype'),
        url('/themes/gpdw/assets/icons/icomoon.ttf?dqbd66') format('truetype'),
        url('/themes/gpdw/assets/icons/icomoon.woff?dqbd66') format('woff'),
        url('/themes/gpdw/assets/icons/icomoon.svg?dqbd66#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-close:before {
    content: "\e90a";
    }
    .icon-menu:before {
    content: "\e90b";
    }
    .icon-cart:before {
    content: "\e900";
    }
    .icon-cuidadoPlantas:before {
    content: "\e901";
    }
    .icon-fungicida:before {
    content: "\e902";
    }
    .icon-heart:before {
    content: "\e903";
    }
    .icon-insecticida:before {
    content: "\e904";
    }
    .icon-magnify:before {
    content: "\e905";
    }
    .icon-reticida:before {
    content: "\e906";
    }
    .icon-semillas:before {
    content: "\e907";
    }
    .icon-user:before {
    content: "\e908";
    }
    .icon-zonEco:before {
    content: "\e909";
    }






/*** 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: var(--verde);
        -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;
    }
    /* claim envio gratis nav center*/
        .envioGratisTop {
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            line-height: 1rem;
        }
        .envioGratisTop span {
            padding-left: .5rem;
            padding-right: .5rem;
        }


/* header */
    .stuck-header {
        box-shadow: 0 15px 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;
    }
    .header-top .form-search-control {
        color: #000000;
        border: none;
        background: #f6f6f6;
        border-radius: 1rem !important;
    }
    .search-widget .search-btn {
        background: var(--verdeClaro);
        border-radius: 0 1rem 1rem 0 !important;
    }


/* 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: #306948 !important;
    }
    .cbp-horizontal .cbp-tab-title {
        font-family: var(--fuenteBold);
    }
    /*** submenus ***//*
        a.cbp-column-title.nav-link.cbp-category-title {
            display: none;
        }*/
        .cbp-hrmenu .cbp-hrsub {
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, 
        .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
            font-family: var(--fuenteBold);
        }


/* carrito */
    #blockcart-notification {
        background: var(--verde);
    }


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


/* iconos header mobile */
    #mobile-header .m-nav-btn>i {
        font-size: 2.2rem;
    }


/* mobile menu */
    .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
        right: 0 !important;
        left: auto !important;
        transform: translate3d(115%, 0, 0);
    }


    .mobile-menu__link {
        line-height: 3rem !important;
    }


/*** 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: #88bc25;
        border-bottom: 1px solid #fff;
    }
    .block-categories .fa:before {
        display: block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        color: #fff;
        line-height: 30px;
        text-align: center;
    }
    /***/
    .block-categories li a.current_parent_cate,
    .block-categories li a.current_cate {
        /*color: #124896 !important;*/
        font-family: var(--fuenteBold);
    }

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

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

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

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



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

/* footer */
    #footer {
        background: linear-gradient(180deg, rgba(136, 188, 37, 0.65) 0%, rgb(136 188 37) 95%) !important;
    }
    #footer-container-main {
        padding-top: 100px;
    }
    #footer .block-title, #checkout-footer .block-title {
        font-size: 1.7rem;
    }
    @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%;
        }
    }
    /* footer */
        .footer {
            border-bottom: 1px solid rgb(0 0 0 / 15%);
            margin-bottom: 50px;
            padding-bottom: 50px;
        }    
        .footer div[id^=iqithtmlandbanners-block-] .block-title {
            display: none;
        }
    /* footerBefore */
        .footerBefore {
            border-bottom: 1px solid rgb(0 0 0 / 15%);
            margin-bottom: 50px;
            padding-bottom: 50px;
        }
        .footerBefore div[id^=iqithtmlandbanners-block-] .block-title {
            border-bottom: 1px solid rgb(0 0 0 / 15%);
        }
        .logosTransporte,
        .logosPago {
            display: inline-flex;
            flex-wrap: wrap;
        }
        .logosTransporte img,
        .logosPago img {
            background: #fff;
            border-radius: 15px;
        }
        .logosTransporte img,
        .logosPago img {
            margin-right: .5rem;
            margin-bottom: .5rem;
        }

    /* datos contacto footer */
        .contact-rich .part .icon {
            vertical-align: top;
        }
        .customContact div {
            display: inline-block;
        }
        .customContact br {
            display: none;
        }



/* 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;
            box-shadow: 0 0 transparent,0 0 transparent,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
        }
    /* continuar comprando */
        #module-steasycheckout-default #checkout-header a.text-muted.mt-2.mb-2.d-inline-block {
            float: right;
            font-weight: bold;
            font-size: 14px;
        }

        #module-steasycheckout-default #checkout-header a.text-muted.mt-2.mb-2.d-inline-block:hover {
            color: #124896 !important;
        }
    /* h1 */
        #module-steasycheckout-default .page-title {
            color: #000000;
            font-size: 1.5714285714rem;
            font-style: normal;
            font-weight: bold;
            text-transform: none;
            margin-top: 0.8em;
            padding-top: 0.5em;
        }
    /* encabezados */
        .steco_heading {
            border: none !important;
            border-radius: 1rem !important;
        }
        .steco_step_number {
            border-radius: 1rem !important;
        }
    /* columnas */
        .steco_column_section {
            border: none !important;
            box-shadow: 0 0 transparent, 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1) !important;
            border-radius: 1rem !important;
            padding: 1rem !important;
        }
    /* iconos */
        #module-steasycheckout-default .fa {
            font: normal normal normal 14px/1 FontAwesome;
        }
    /* acceso */
        #module-steasycheckout-default #steco_customer_form_register .form-control-comment {
            display: none
        }
    /* 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;
        }
        */

/* filtros listado prodcutos */
    #js-product-list-top .btn-primary:not(.btn-iconic) i, 
    #js-product-list-top .btn-secondary:not(.btn-iconic) i {
        margin-right: 0;
    }


/* productos */
    /* nombre */
        .product-miniature .product-title {
            font-family: var(--fuenteBold);
        }
    /* boton compra */
        .product-miniature .add-to-cart {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }
        .product-miniature .icon-cart.bag-icon {
            font-size: 1.3rem;
            margin-right: .5rem;
        }
        .product-miniature .spinner-icon {
            margin-right: .5rem;
        }
    /* boton ver */
        .product-miniature .btn-product-list {
            border-radius: 20px;
            /*padding: 10px 50px;*/
            padding: 10px 0;
            width: 100%;
        }
    /* boton compra & selectores contidad */
        .product-miniature .product-add-cart .input-group-add-cart {
            -ms-flex-wrap: nowrap;
            flex-wrap: wrap;
            flex-flow: column;
        }
    /* selectores cantidades */
        .product-miniature .input-group-add-cart .input-group {
            width: 100%;
            margin-right: 0;
            /*position: absolute;*/
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
        }
        .product-miniature .product-add-cart .input-qty {
            max-width: unset;
        }
    /* visible */
        /*
        .productInCart .input-group-add-cart .input-group {
            opacity: 1;
            visibility: visible;
        }
        */

/* producto */
    /* nombre */
        #content-wrapper .product_header_container .page-title {
            margin-bottom: 0.8rem;
            border: none;
            padding: 0;
            text-align: inherit;
            width: auto;
            font-size: 31px;
        }
    /* 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;
        }
    /* iconos ventajas */
        #iqithtmlandbanners-block-11 .block-title {
            display: none;
        }
        .advantageIcons {
            display: flex;
            flex-wrap: wrap;
            margin-top: 15px;
            border-top: solid 1px #e3e3e3;
            padding-top: 15px;
        }
        .advantageIcons .icon {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }
        .advantageIcons .icon:not(:last-child) {
            margin-right: 30px;
        }
        .advantageIcons .icon i {
            width: 40px;
            height: 40px;
            font-size: 2.5rem;
            color: var(--verdeOscuro);
            margin-right: 5px;
        }

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


/* fancybox 1.34 */
    .fancybox-wrap {
        max-width: 90%;
    }
    .fancybox-inner {
        max-width: 100%;
    }


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


/* colorTitle */
    .colorTitle .elementor-heading-title {
        font-size: 3rem !important;
    }
    .colorTitle .elementor-heading-title b {
        color: var(--verde);
        font-family: var(--fuenteBold);
    }


/* home */
    /* homeSlider */
        rs-layer[data-type="text"] {
            font-family: var(--fuenteBold) !important;
            text-shadow: -2px -2px 15px #000000, 2px 2px 15px #000000;;
        }


/* homeCat */
        .homeCatWidget {
            margin: 0 auto;
            text-align: center;
        }
        .homeCat a {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            flex-flow: column;
            justify-content: center;
            width: auto;
        }
        .homeCat i {
            font-size: 6rem;
            margin-bottom: 1rem;
            transition: .4s;
            /*border-radius: 100%;*/
            border-radius: 1.5rem;
            background: var(--verdeClaro);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;
            box-shadow: 0 15px 40px 0 #e5e4e4;
            color: #fff;
        }
        .homeCat .title {
            /*font-size: 1.6rem;*/
            font-size: 1.125rem;
            /*color: var(--verdeOscuro);*/
            color: var(--negro);
            font-family: var(--fuenteBold);
            transition: .4s;
        }
        /**/
        .homeCat a:hover i{
            background: var(--verde);
        }
        .homeCat a:hover .title {
            color: var(--verde)
        }
        /**/
        @media (max-width: 767px) {
            .homeCatWidget {
                margin-bottom: 1rem;
            }
            .homeCat i {
                font-size: 4rem;
            }
            .homeCat h3 {
                font-size: 1.4rem;
            }
        }

/* homeBanner */
        .homeBanner {
            border-radius: 1.5rem;
            overflow: hidden;
            box-shadow: 0 15px 40px 0 #e5e4e4;
        }
        /**/
        @media (max-width: 767px) {
            .homeBanner {
                margin-bottom: 1.5rem;
            }
        }

/* homeBrands */
    .swiper-wrapper {
        padding-bottom: 1.5rem;
    }
    .homeBrands .swiper-slide {
        padding: 1rem;
    }
    .homeBrands .swiper-slide a {
        background: #fff;
        box-shadow: 0 15px 30px -10px #e5e4e4;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1.5rem;
        padding: 1.5rem;
    }


/* left column */
    @media (max-width: 767.98px) {
        .page-product #left-column {
            display: none;
        }
    }


/* bloques left column, bloques right column */
    #left-column .block, #right-column .block {
        background: #fff;
        border-radius: 1rem;
        padding: 1.5rem;
        box-shadow: 0 15px 40px 0 rgb(229 228 228 / 65%);
    }


/* bloque categorias */
    @media (max-width: 767.98px) {
        .block-categories {
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            margin-top: 0;
            width: 300px;
            background: #fff;
            z-index: 999;
            padding-top: 15px;
            overflow: auto;
            transform: translateX(-100%);
            border-radius: 0 !important;
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
            transition: .4s;
        }
        .block-categories.show {
            transform: translateX(0%);
        }
    }
    @media (min-width: 768px) {
        .categoriesMvlToggler {
            display: none;
        }
    }


/* productos */
    .page-category #content-wrapper .page-title {
        border-bottom: none !important;
        font-size: 3rem;
        margin-bottom: 0;
    }
    /* miniaturas */
        .product-miniature {
            border-radius: 1rem;
            box-shadow: 0 15px 40px 0 #e5e4e4;
        }
        .product-miniature .product-title a {
            line-height: 1.5rem;
            height: 3rem;
            margin: 0;
            padding: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        /* botones */
            /*
            @media (max-width: 519px) {
                .product-miniature .btn-product-list {
                    padding: 10px 0px;
                    width: 100%;
                }
            }
            */


/* producto */
    /* imagen */
        .images-container {
            background: #fff;
            padding: 1.5rem;
            border-radius: 1.5rem;
            box-shadow: 0 15px 40px 0 rgb(229 228 228 / 65%); 
        }
    /* info */
        div#col-product-info {
            background: #fff;
            padding: 1.5rem;
            border-radius: 1.5rem;
            box-shadow: 0 15px 40px 0 rgb(229 228 228 / 65%);
        }
    /* marca */
        .product-manufacturer-next {
            float: none !important;
        }
        .product-manufacturer-next img {
            max-height: 50px;
            margin-bottom: 1rem;
        }
    /* precio */
        .product_header_container .product-price, .product_p_price_container .product-price {
            font-family: var(--fuenteBold);
        }
    /* tabs */
        .product-tabs {
            background: #fff;
            padding: 1.5rem;
            border-radius: 1.5rem;
            box-shadow: 0 15px 40px 0 rgb(229 228 228 / 65%);
        }

/* packs */
    .page-product .pack-product-price {
        display: none !important;
    }




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


/*
.sinStock {
    border: 1px solid red;
}
*/


/* pedidos cuenta usuario */
    /*
    .page-customer-account #content .order-actions a {
        font-family: var(--fuenteBold);
    }
    */


/* index -> ocultamos el body hasta que se muestra el slider */
    body#index {
        opacity: 0;
        /*visibility: hidden;*/
        transition: .4s;
    }


/* homeIcon */
    .homeIcon .elementor-image-box-img {
        transition: .4s;
        border-radius: 1.5rem;
        background: var(--verdeClaro);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 40px 0 #e5e4e4;
        color: #fff;
    }
    .homeIcon .elementor-image-box-img img {
        padding: 1.5rem;
    }
    /**/
    .homeIcon:hover .elementor-image-box-img {
        background: var(--verde);
    }
    .homeIcon:hover .elementor-image-box-title a {
        color: var(--verde);
    }


/* fancy imagen producto */
    #product-modal .modal-header {
        height: 0;
        padding: 0;
    }
    #product-modal .modal-header .modal-title {
        display: none;
    }
    @media (min-width: 768px) {
        #product-modal .modal-header .close {
            top: -35px;
            right: 0;
            position: relative;
            color: #fff;
            opacity: 1;
        }
    }
    .modal-header .close {
        position: relative;
        top: 15px;
        right: 15px;
    }