/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
    --mont: "Montserrat", sans-serif;
    --bebas: "Bebas Neue", sans-serif;
    --dorado: #D7B369;
    --verde: #77AA00;
    --rojo: #C62828;
    --celeste: #00FFFF;
}


.portadaHome {
    height: 786px;
    padding-top: 121px;
}


.portadaHome .mont52blanca {
    max-width: 680px;
}

.et_b-icon svg,
.site-header svg {
    fill: #000 !important;
}

.menu-main-container li>a {
    font-family: var(--mont);
    font-weight: 800;
    font-style: italic;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    line-height: 16px;
    color: black !important;
    text-align: left;
    margin-inline: 15px !important;
}

.header-main-menu.et_element-top-level {
    justify-self: left !important;
}

header .et_column.et_col-xs-5 {
    width: 45% !important;
}

.header-top {
    background-color: black !important;
    color: var(--dorado) !important;
    font-weight: 800;
    font-style: italic;
    font-size: 13px;
    text-align: center;
}

.header-main .et-wrap-columns,
.header-main .widget_nav_menu .menu>li>a {
    min-height: 80px !important;
}


.page-id-21 .page-heading,
.page-id-935 .page-heading,
.page-id-936 .page-heading {
    display: none;
}






.italic {
    font-style: italic;
}


.btnGradiente {
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box !important;
}

.btnGradiente:hover {
    transform: translateY(-2px) !important;
}

div.vc_row.filaTarjetasHero {
    overflow: visible !important;
}


.tarjetas {
    display: flex;
    column-gap: 30px;
    margin-top: -110px;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.tarjeta {
    width: 450px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    padding-top: 57px;

}

.tarjetas>div.tarjeta:nth-child(1) {
    background-image: url(/wp-content/uploads/2026/03/img-suplementos.jpg);
}

.tarjetas>div.tarjeta:nth-child(2) {
    background-image: url(/wp-content/uploads/2026/02/tarjeta-nutricion-1.jpg);
}

.tarjetas>div.tarjeta:nth-child(3) {
    background-image: url(/wp-content/uploads/2026/02/tarjeta-combos-y-ofertas-unificado-1.jpg);
}

.tarjeta h2 {
    font-family: var(--mont);
    font-weight: 600;
    font-style: italic;
    font-size: 28px;
    line-height: 34px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}


.tarjeta a {
    width: 220px;
    height: 56px;
    display: flex;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black;
    font-family: var(--mont);
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.tarjeta a:hover {
    transform: translateY(-2px) !important;
}

#filaImgPal {
    margin-top: 90px;
}

.contImgPalabra {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.imgPalabra {
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.ofertasNeg {
    margin-bottom: -212px;
}

/*wooCommerce*/

/*tarjetas*/



.content-product .onsale {
    border-radius: 31px !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    width: 120px;
    height: 46px;
}


.content-product .product-title>a {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 19px;
    color: black;
    margin-top: 10px;
    margin-bottom: 15px;

}

.content-product .products-page-cats>a {
    font-family: var(--mont);
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    color: black;
}

.content-product .price {
    font-size: 16px;
}

.button.product_type_simple {
    width: 220px;
    height: 56px !important;
    display: flex;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black;
    font-family: var(--mont);
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    bottom: 35px;
    position: absolute;
    justify-self: center;
    /*
    left: 50%;
    transform: translateX(-50%);*/
}

.button.product_type_simple:hover,
.product_type_variable:hover {
    color: black !important;
    transform: translateY(-2px) !important;
}


.content-product {
    box-shadow: 0px 3px 6px #00000073;
}

.product-image-wrapper img {
    width: 100%;
}

.product-details {
    padding-inline: 20px;
    padding-bottom: 20px;
    min-height: 271px;
}

.product-title {
    min-height: 73px;
}

.price,
.tht-loop-precio-neto {
    color: black !important;
}

.btn220 {
    width: 220px;
    height: 56px;
    display: flex;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black;
    font-family: var(--mont);
    font-weight: 800;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    padding-inline: 13px;
    text-align: center
}

.btn220:hover {
    color: black !important;
    transform: translateY(-2px) !important;
}

#nuestras-categorias {
    margin-top: 35px;
}


.contTT {
    display: flex;
    justify-content: center;
}


.tarjetaTexto {
    width: 384px;
    height: 458px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    padding-left: 31px;
    transition-duration: 0.5s;
    /* background-size: contain;*/
}

.tarjetaTexto:hover {
    transform: scale(1.05);
    transition-duration: 1s;
}

.tarjetaTexto .mont18dorado {
    padding-right: 80px;
    min-height: 80px;
}

.tt1 {
    background-image: url(/wp-content/uploads/2026/03/card-creatinas.jpg);
}

.tt2 {
    background-image: url(/wp-content/uploads/2026/02/tarjeta-proteinas-categorias.png);
}

.tt3 {
    background-image: url(/wp-content/uploads/2026/02/tarjeta-aminoacidos-categorias.jpg);
}

.tt4 {
    background-image: url(/wp-content/uploads/2026/02/tarjeta-vitaminas-categorias.jpg);
}

.deportes .contImgPalabra {
    column-gap: 90px;
}

.consejos {
    height: 1076px;
}

.consejos .btn220 {
    margin-top: 35px;
}

.filaBlog .swiper-wrapper.no-dragging {
    justify-content: center;
}

.filaBlog .blog-post {
    background-color: black;
    padding-inline: 0px;
}

.filaBlog .grid-post-body {
    padding-inline: 35px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid white;
    margin-inline: 15px;
}

.filaBlog .swiper-container {
    overflow: visible;
}

.filaBlog .content-article {
    font-size: 0px !important;
}

.filaBlog .meta-post {
    display: none;
}

.filaBlog .post-heading>h2>a {
    font-family: var(--mont);
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    line-height: 24px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 72px;
}

.filaBlog .read-more {
    font-family: var(--mont);
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: white;
}


.blog-post .post-categories,
.post-grid .post-categories,
.post-header .post-categories {
    background: #2d2d2d !important;
}


.formHome label {
    font-size: 0px;
}

.formFila1 {
    display: flex;
    column-gap: 40px;
}

.formHome form {
    max-width: 860px;
    margin-inline: auto;
}


.formHome input,
.formHome textarea {
    border: 0.5px solid #a7a7a7;
    color: black;
}

.formHome input {
    height: 39px;
}

.formHome textarea {
    height: 109px !important;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: black;
    opacity: 1;
}

.formHome .wpcf7-submit {
    width: 220px;
    height: 56px;
    display: flex;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black !important;
    font-family: var(--mont);
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.colForm>div {
    width: fit-content !important;
    margin-inline: auto;
    box-shadow: 0px 5px 10px #00000066;
    padding-inline: 40px !important;
    padding-top: 50px;
    padding-bottom: 40px;
}

form .mont16negro {
    justify-self: center;
    margin-top: 35px;
}

.queresVender {
    background: transparent linear-gradient(180deg, #D7B369 0%, #6C5A35 100%) 0% 0% no-repeat padding-box;
    padding-top: 41px;
    margin-top: 95px;
    padding-bottom: 15px;
}

.separador {
    width: 160px;
    height: 10px;
    background: #000;
    position: relative;
}

.separador::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 10px solid #000;
    border-top: 10px solid transparent;
}

.separador::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
}

.bOscuro {
    background: transparent linear-gradient(180deg, #000000 0%, #5E4F30 100%) 0% 0% no-repeat padding-box;
    color: white !important;
}

.bOscuro:hover {
    color: white !important;
}

/*footer*/

footer p.mont18blanco>a,
footer p.mont18blanco>a:hover {
    color: white;
}

.container.content-page {
    padding-bottom: 0px !important;
}

.separadorFooter {
    width: 48px;
    height: 4px;
    background: #D7B369;
    position: relative;
}

.separadorFooter::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 4px solid #D7B369;
    border-top: 4px solid transparent;
}

.separadorFooter::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 4px solid #D7B369;
    border-bottom: 4px solid transparent;
}

#footer_col2,
#footer_col3 {
    width: fit-content;
}

.et-footers-wrapper>.footer-bottom {
    display: none;
}

#footer_col4 a,
#footer_col2 a {

    color: white !important;
}

.carousel-area .product-slide {
    padding: 10px 12px 10px !important;
}


#footer_col3 a:has(img) {
    display: flex;
    gap: 12px;
}

#footer_col3 a>img {
    width: 18px;
}


.mobile {
    display: none;
}






@media only screen and (max-width: 1500px) {

    .filaBlog .swiper-slide {
        margin: 0px !important;
    }

    .filaBlog .swiper-wrapper {
        column-gap: 5px;
    }

    header .et_column.et_col-xs-5 {
        width: fit-content !important;
    }

    .tarjetas>div.tarjeta:nth-child(1),
    .tarjetas>div.tarjeta:nth-child(2),
    .tarjetas>div.tarjeta:nth-child(3) {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .tarjetas {
        margin-top: -50px;
    }


    .imgPalabra {
        max-width: 250px;
    }

    .contImgPalabra {
        column-gap: 20px;
    }

}

@media only screen and (max-width: 1400px) {

    .contTT {
        flex-wrap: wrap;
        max-width: 900px;
        margin-inline: auto;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 900px) {

    .et_column:has(>.et_b_header-logo) {
        margin-left: 30px;
    }

}


@media only screen and (max-width: 900px) {

    .tarjeta {
        padding-top: 38px;
        min-height: 150px;
    }

    .tarjeta h2 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .tarjeta a {
        width: 165px;
        height: 34px;
        font-size: 11px;
    }

    #filaImgPal {
        margin-top: 35px;
    }

    .contImgPalabra {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .consejos .btn220 {
        margin-top: 0px;
    }

    .contTT {
        flex-wrap: wrap;
    }

    #lo-que-opinan {
        margin-top: 35px;
    }

    #fila-testimonio p.mont18blanco.mia.ital {
        max-width: 626px !important;
    }

    .filaBlog .grid-post-body {
        border-bottom: none;
    }

    #footer_col2 {
        display: none;
    }

    #footer_col3>div {
        margin-left: unset !important;
    }

    #footr_col1 {
        width: 100% !important;
    }

    .tipocl {
        margin-bottom: 5px !important;
    }

    /*
    #footer_col4>div {
        margin-bottom: 20px;
    }
*/
    .ofertasNeg {
        margin-bottom: -123px;
    }

    .et-mini-content.active {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 750px) {

    .tarjetas {
        flex-direction: column;
        align-items: center;
        row-gap: 28px;
    }

    .tarjeta {
        min-height: 270px;
        padding-top: unset;
        display: flex;
        justify-content: center;
    }

    .tarjeta h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    #fila-testimonio p.mont18blanco.mia.ital {
        max-width: 495px !important;
    }

}


@media only screen and (max-width: 600px) {

    .tarjetas {
        margin-top: -18px;
    }

    .tarjeta {
        width: 100%;
        min-height: 198px;
        background-position: center;
    }

    #suplementos img {
        width: 82px;
    }

    .ofertasNeg {
        margin-bottom: -55px !important;
    }

    #nuestras-categorias .mont28negro {
        max-width: 245px;
        margin-inline: auto;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .vc_row.wpb_row:has(.carruselItem1) {
        margin-top: 0px !important;
    }


    .masDe30 .mont18blanco {
        text-align: left;
        padding-inline: 25px;
    }

    .masDe30 .bebas26dorado {
        margin-inline: auto;
        max-width: 247px;
    }

    .btn220 {
        width: 177px;
        height: auto;
        font-size: 14px;
        line-height: 18px;
        padding-block: 15px;
    }

    .deportes.imgPalabra {
        min-width: 135px;
    }

    #nuestras-categorias {
        margin-top: 15px;
    }

    .tarjetaTexto {
        height: 429px;
        background-size: contain;
    }

    .tarjetaTexto {
        padding-bottom: 15px;
    }

    #lo-que-opinan {
        margin-top: 0px;
    }

    .imgPalabra>p {
        margin-bottom: 0px !important;
    }

    #fila-testimonio>div>div {
        padding-inline: 30px;
    }

    #no-sabes .wpb_raw_code:has(>div>.bebas28dorado) {
        margin-bottom: 0px !important;
    }

    .colForm>div {
        margin-inline: 25px;
    }

    .formFila1 {
        flex-direction: column;
    }

    .formHome input {
        height: 50px;
    }

    .formHome .wpcf7-submit {
        width: 125px;
        height: 44px;
        font-size: 14px;
    }

    form .mont16negro {
        text-align: center;
    }

    .queresCol1 .bebas48negro {
        text-align: center;
    }

    .queresCol1 .separador {
        margin-inline: auto;
    }

    #footr_col1 .wpb_single_image {
        justify-self: center;
    }

    #footr_col1>div,
    #footer_col3>div {
        padding-inline: 30px;
    }

    footer .mont18blanco {
        font-size: 12px;
    }

    .et-follow-buttons {
        justify-content: center;
    }

    .sr7-leftarrow.sr7-arrows.uranus {
        left: -35px !important;
    }

    .sr7-rightarrow.sr7-arrows.uranus {
        right: -35px !important;
    }

    .tarjetasCatMobile .swiper-pagination-clickable {
        margin-top: -10px !important;
        margin-bottom: 25px !important;
    }

    .woocommerce-variation-add-to-cart .quantity {
        margin-left: 0px !important;
    }


}


/*Línea bienestar*/

.portadaSeccion {
    height: 439px;
    padding-top: 30px;
}

#linea-bienestar {
    padding-top: 49px;
}

.filaPotencia {
    background: transparent linear-gradient(180deg, #D7B369 0%, #6C5A35 100%) 0% 0% no-repeat padding-box;
    padding-block: 50px;
    display: flex;
    align-items: center;
}

.filaPotenciaCol1 {
    width: 60% !important;
}

.filaPotenciaCol2 {
    width: 40% !important;
}

.filaPotenciaCol1>div {
    text-align: center;
}

.filaPotenciaCol2>div {
    display: flex;
}

/*
.page-id-418 .ofertasNeg {
    margin-bottom: -244px;
}
*/

@media only screen and (max-width: 900px) {
    .portadaSeccion {
        background-position-x: -292px;
    }
}

@media only screen and (max-width: 600px) {
    .portadaSeccion {
        background-position-x: -705px;
    }

    #linea-bienestar {
        padding-top: 15px;
    }

    .filaPotencia {
        flex-direction: column;
        row-gap: 20px;
    }

    .filaPotenciaCol1,
    .filaPotenciaCol2 {
        width: 100% !important;
    }

}

/*SECCIONES PRODUCTOS*/

@media only screen and (max-width: 900px) {

    .portadaSeccion.portadaVitaminas {
        background-position-x: -665px;
    }
}

@media only screen and (max-width: 600px) {

    .portadaSeccion.portadaVitaminas {
        background-position-x: -955px;
    }

    .portadaSeccion.portadaCombos {
        background-position-x: 650px;
    }

    .portadaSeccion.portadaCreatinas {
        background-position-x: -674px;
    }

    .portadaSeccion.portadaNutricion {
        background-position-x: -914px;
    }

}









/*LAYAOUT DE PRODUCTO*/

@media only screen and (max-width: 900px) and (min-width: 600px) {

    .related-products-wrapper .button.product_type_simple,
    .related-products-wrapper .product_type_variable {
        width: 174px;
        height: 42px !important;
        font-size: 14px;
        line-height: 15px;
    }


}


@media only screen and (min-width: 600px) {
    .single-product-builder .et_column.et_product-block.etheme-woocommerce-product-gallery {
        /*width: fit-content !important;*/
        /*width: 338px !important;*/
        width: 630px !important;
    }
}


.single-product-builder .et_column.et_product-block.etheme-woocommerce-product-gallery .onsale {
    border-radius: 31px;
    right: 52px;
    top: 20px;
}

.single-product-builder .product_title.entry-title {
    font-family: var(--bebas);
    font-size: 42px;
    font-weight: 400;
    color: black;
}

.single-product-builder .price {
    font-weight: 600;
}

form .add_to_cart_button,
form .single_add_to_cart_button {

    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    font-family: var(--mont);
    font-weight: 800;
    font-style: italic;
    font-size: 18px !important;
    color: black !important;
    width: 80%;
    opacity: 1 !important;

}

.products-title.related-products-title {
    display: none !important;
}

.single_product-html_block1 {
    justify-self: center;
    text-align: center;
}

.single_product-html_block1 p {
    margin-top: 25px;
}


/*BLOG*/

.page-id-852 .blog-post.post-grid .wp-picture {
    max-width: 330px !important;
}

.post-heading-inner .meta-post {
    display: none !important;
}

.post-heading-inner>h2>a {
    font-family: var(--mont);
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: normal;
    color: white;
}

.post-grid .content-article.entry-content {
    font-family: var(--mont);
    font-weight: 400;
    font-size: 14px;
    color: white;
}

.content-article.entry-content .read-more {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 14px;
    color: white;
}

.blog-post.post-grid .post-data {
    border-bottom: 2px solid white;
    padding-bottom: 17px;
}


.breadcrumb-trail {
    margin-bottom: 0px !important;
}

.page-heading {
    margin-bottom: 0px !important;
}

.page-heading,
.breadcrumb-trail {
    height: 96px;
    place-content: center;
}

.notaMobile {
    display: none;
}

@media only screen and (max-width: 750px) {
    .notaDesktop {
        display: none;
    }

    .notaMobile {
        display: block;
    }
}

@media only screen and (max-width: 600px) {

    .page-heading,
    .breadcrumb-trail {
        height: 48px;
    }
}



/*NOTAS DE BLOG*/

.post-single .textwidget h1 {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 44px;
    font-style: italic;
    letter-spacing: 0px;
    line-height: 50px;
    color: black;
    text-align: left;
    margin-top: 35px;
}


.post-single .textwidget h2 {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 25px;
    color: black;
    margin-bottom: 20px;
}

.post-single .textwidget p {
    font-family: var(--mont);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
    color: black;
}

.post-single .textwidget h3 {
    font-family: var(--mont);
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 25px;
    color: black;
}

.comment-respond {
    display: none;
}

.related-posts .title>span {
    font-family: var(--bebas) !important;
    font-weight: 400 !important;
    font-size: 42px;
    letter-spacing: 0px;
    line-height: normal;
    color: black;
}

.related-posts .title {
    justify-self: center;
    margin-top: 35px;
}

.related-posts .post-heading>h2>a {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 19px;
    color: black;
}

.related-posts .content-article {
    font-family: var(--mont);
    font-weight: 300;
    font-size: 14px !important;
    letter-spacing: 0px;
    line-height: 18px !important;
    color: black;
}

.related-posts .read-more {
    font-family: var(--mont);
    font-weight: 300;
    font-size: 14px !important;
    letter-spacing: 0px;
    line-height: 18px !important;
    color: black;
    font-style: italic;
}


@media only screen and (max-width: 600px) {


    .vc_row.wpb_row:has(>div>div>div>div.notaMobile) {
        margin-top: 0px !important;
    }

    .post-single .textwidget h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .post-single .textwidget h2 {
        font-size: 19px;
        line-height: 20px;
    }

    .post-single .textwidget p {
        font-size: 17px;
        line-height: 22px;
    }

    .post-single .textwidget h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .related-posts .title>span {
        font-size: 37px;
    }

}


/*FiN NOTAS BLOG*/


/*Página Contacto*/

#form-contacto form {
    max-width: 823px;
    box-shadow: 0px 5px 10px #00000066;
    margin-inline: auto;
    padding-inline: 62px;
    padding-block: 38px;
    margin-block: 40px;
}

#form-contacto h2 {
    justify-self: center;
}

#form-contacto .mont16negro {
    margin-top: 20px;
    margin-bottom: 44px;
}

#form-contacto label {
    font-size: 14px;
    font-weight: 300;
    color: black;
}

#form-contacto .wpcf7-submit {
    width: 220px;
    height: 56px;
    display: flex;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black !important;
    font-family: var(--mont);
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
}

#form-contacto select {
    width: 100%;
}

#form-contacto textarea {
    height: 154px !important;
}

.tambienPodes {
    display: flex;
    justify-content: center;
    column-gap: 65px;
}


.tambienPodes p {
    font-family: var(--mont);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #707070;
}

.tambienPodes a>img {
    margin-bottom: 25px;
}

.tambienPodes a {
    width: 230px;
}

.filaTambienPodes {
    padding-top: 50px;
    padding-bottom: 70px;
}

.joinchat {
    bottom: 30px !important;
}



@media only screen and (max-width: 600px) {

    #form-contacto form {
        padding-inline: 27px;
        padding-block: 30px;
    }

    #form-contacto textarea {
        height: 135px !important;
    }

    #form-contacto .wpcf7-submit {
        width: 197px;
        height: 42px;
        font-size: 14px;
    }

    .tambienPodes {
        flex-direction: column;
    }

    .filaTambienPodes {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .tambienPodes a {
        margin-inline: auto;
    }
}

/*Fin Página Contacto*/


/*Carrito*/
.wc-block-cart__submit-button {
    height: 56px !important;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black;
    font-family: var(--mont);
    font-weight: 900;
    font-style: italic;
    font-size: 13px;
    border: none;
}


/*finalizar-comprar*/

.page-id-936 .wc-block-components-country-input {
    margin-top: 15px !important;
}

button.wc-block-components-checkout-place-order-button {
    width: 220px;
    height: 56px !important;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black;
    font-family: var(--mont);
    font-weight: 900;
    font-style: italic;
    font-size: 13px;
    border: none;
}

/*
.cart-checkout-nav .active:before {
    background-color: #D7B369 !important;
    border: none !important;
    color: black !important;
}*/

/*TIENDA*/

.woocommerce-shop .page-heading,
.woocommerce-page .page-heading {
    margin-bottom: 25px !important;
}


.et-toggle-mob-sidebars-wrapper {
    display: none;
}

.woocommerce-shop .button.product_type_simple,
.product_type_variable {
    width: 220px;
    height: 56px !important;
    display: flex;
    background: transparent linear-gradient(180deg, #FDFCF9 -37%, #D7B369 102%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #000000E6;
    color: black;
    font-family: var(--mont);
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    bottom: 35px;
    position: absolute;
    justify-self: center;
    /*
    left: 50%;
    transform: translateX(-50%);*/
}

.woocommerce-shop .button.product_type_simple:hover,
.product_type_variable:hover {
    color: white;
}


.cat-item.current-cat>a {
    color: #D7B369 !important;
    font-weight: 700;
}


@media only screen and (max-width: 600px) {
    /*.woocommerce-shop .products-grid .product {
        width: 100% !important;
    }*/

    .woocommerce-page .products-grid .product {
        width: 100% !important;
    }
}


.desplegableHeader {
    display: flex;
    column-gap: 25px;
}

.desplegableCol1,
.desplegableCol2 {
    display: flex;
    flex-direction: column;
}

.desplegableCol1 a.fw700:first-child,
.desplegableCol2 a.fw700:first-child {
    margin-bottom: 10px;
}

.desplegableHeader h2 {
    font-weight: 800;
}

#menu-menu-lafarmen div.menu-static-block.nav-sublist-dropdown {
    border: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    width: 635px !important;
}

.header-main-menu.et_element-top-level .menu>li>a:before,
.header-main-menu.et_element-top-level .menu>.current-menu-item>a:before,
.header-main-menu.et_element-top-level .menu>.opened>a:before {
    background-color: #D7B369 !important;
}

.desplegableHeader a {
    width: fit-content;
}


.desplegableHeader a:before {
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: 0;
}


.desplegableHeader a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
    background-color: #D7B369 !important;
}




.displayNone {
    display: none !important;
}


.swiper-wrapper.no-dragging {
    justify-content: center;
}

.filaBurbujaCarro {
    position: fixed;
    right: 18px;
    bottom: 65px;
    z-index: 2;
}

@media only screen and (max-width: 900px) {

    .desplegableHeader {
        flex-direction: column;
    }

    .desplegableCol1,
    .desplegableCol2 {
        width: 260px;
    }
}


@media only screen and (max-width: 600px) {
    .filaBurbujaCarro>div>div {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 800px) {
    .joinchat {
        bottom: 70px !important;
    }

    .filaBurbujaCarro {
        bottom: 110px;
    }
}


/*OJO CON ESTO. A PRUEBA PARA QUE LAS TARJETAS DE PRODUCTOS NO SE VEAN MÁS ANCHO DE LO QUE DEBEN */

@media only screen and (min-width: 600px) {
    .woocommerce-page .products-grid .product {
        width: 360px !important;
    }

}

.view-switcher {
    display: none !important;
}

.search-results .products-grid {
    justify-self: center;
}

/*
.quantity-wrapper::before {
    content: "Cantidad:";
}*/

.wc-block-components-notice-banner__content {
    color: black !important;
}

/* ============================================================
/* SIDEBAR - Grupo Por Uso
/* ============================================================ */

/* Ocultar todos los li raíz */
.grupo-por-uso .widget_product_categories .product-categories>li {
    display: none !important;
}

/* Mostrar solo cat-item-65 (Por uso) */
.grupo-por-uso .widget_product_categories .product-categories>li.cat-item-65 {
    display: block !important;
}

/* Ocultar link y flecha del padre "Por uso" */
.grupo-por-uso .widget_product_categories li.cat-item-65>a,
.grupo-por-uso .widget_product_categories li.cat-item-65>i {
    display: none !important;
}

/* Mostrar hijos siempre abiertos y sin indentación */
.grupo-por-uso .widget_product_categories li.cat-item-65>ul.children {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Sacar indentación de los ítems hijos */
.grupo-por-uso .widget_product_categories li.cat-item-65>ul.children>li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.grupo-por-uso .widget_product_categories li.cat-item-65>ul.children>li>a {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Título: reemplazar "Categorías" por "Productos por Uso" */
.grupo-por-uso .widget_product_categories .widget-title span {
    visibility: hidden;
    position: relative;
    display: block;
}

.grupo-por-uso .widget_product_categories .widget-title span::after {
    content: "Productos por Uso";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

/* ============================================================
/* SIDEBAR - Grupo Nutrición Deportiva
/* ============================================================ */

.grupo-nutricion .widget_product_categories .product-categories>li {
    display: none !important;
}

.grupo-nutricion .widget_product_categories .product-categories>li.cat-item-64 {
    display: block !important;
}

.grupo-nutricion .widget_product_categories li.cat-item-64>a,
.grupo-nutricion .widget_product_categories li.cat-item-64>i {
    display: none !important;
}

.grupo-nutricion .widget_product_categories li.cat-item-64>ul.children {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.grupo-nutricion .widget_product_categories li.cat-item-64>ul.children>li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.grupo-nutricion .widget_product_categories li.cat-item-64>ul.children>li>a {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.grupo-nutricion .widget_product_categories .widget-title span {
    visibility: hidden;
    position: relative;
    display: block;
}

.grupo-nutricion .widget_product_categories .widget-title span::after {
    content: "Nutrición Deportiva";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

/* ============================================================
/* SIDEBAR - Grupo Suplementos para tu Bienestar
/* ============================================================ */

.grupo-bienestar .widget_product_categories .product-categories>li {
    display: none !important;
}

.grupo-bienestar .widget_product_categories .product-categories>li.cat-item-63 {
    display: block !important;
}

.grupo-bienestar .widget_product_categories li.cat-item-63>a,
.grupo-bienestar .widget_product_categories li.cat-item-63>i {
    display: none !important;
}

.grupo-bienestar .widget_product_categories li.cat-item-63>ul.children {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.grupo-bienestar .widget_product_categories li.cat-item-63>ul.children>li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.grupo-bienestar .widget_product_categories li.cat-item-63>ul.children>li>a {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.grupo-bienestar .widget_product_categories .widget-title span {
    visibility: hidden;
    position: relative;
    display: block;
}

.grupo-bienestar .widget_product_categories .widget-title span::after {
    content: "Suplementos para tu Bienestar";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}



/* ============================================================
/* Ajuste MAX oferta 
/* ============================================================ */
@media only screen and (max-width: 432px) {
    .single-product-builder .et_column.et_product-block.etheme-woocommerce-product-gallery .onsale {
        right: 12px;
        top: 12px;

    }
}


.et_custom_tab_01_tab,
#et_custom_tab_01_tab,
.woocommerce-Tabs-panel--et_custom_tab_01 {
    display: none !important;
}


.wc-block-cart-item__product .wc-block-components-product-metadata__description {
    display: none;
}

.grecaptcha-badge {
    opacity: 0 !important;
}