body{
     font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    font-display: swap;
    font-size: 16px;
    background: #e3e0d8;
}
img, svg {
    vertical-align: inherit;
}
header .logo {
    height: auto;
    max-width: 136px;
}
.logo {
    width: 60%;
    max-width: 136px !important;
}

/* FUENTES */

h1, h2, h3, h4, h5, h6, a{
     font-family: "Poppins", sans-serif;
    line-height: 1.1em;
}
h1 {
    font-size: 45px;
    font-weight: 600;
}
h2 {
    font-size: 30px;
    font-weight: 600;
}
p, li, header a, .dropdown-menu a, footer li a{
     font-family: "Poppins", sans-serif;
}
/* LINKS */
.link-brown{
    color:#ffffff;
    font-weight: 500;
}
.link-brown:hover{
    transition: all 0.5s;
    text-decoration: underline #807451;
}
.link-bg-light-brown{
    background-color: #807451;
    color: #fff;
    text-decoration: none;
    transition: all 0.8s;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid transparent;
}
.link-bg-light-brown:hover{
    border: 1px solid #807451;
    color: #807451;
    transition: all 0.8s;
    background-color: white;
}
.link-bg-grey{
    background-color: #BCADAE;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 4px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}
.link-white{
    color: white;
    text-decoration: none;
    transition: all 0.8s;
}
.link-white:hover{
    color: #bbab7d;
    transition: all 0.5s;
    text-decoration: underline;
}
.border-bottom{
    border-bottom: 1px solid #ccc;
}
.icon-small-header{
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

/* -------------- FOOTER ------------- */
footer{
    background-color: #111820;
    color: white;
    padding: 1em 0;
    width: 100%;
    float: left;
}
footer .icon-footer{
    width: 16px;
    margin-right: 8px;
}
footer .content-icon-footer{
    display: flex;
    align-items: center;
}
footer p, ul{
    margin: 0;
    padding: 0;
}
footer ul li{
    list-style: none;
    margin-bottom: 10px;
}
footer ul li p{
    font-size: 0.80rem;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #bbab7d;
    text-decoration: underline;
}
footer .content-icon-footer .icon-small-footer svg{
    width: 32px;
    height: 32px;
    fill: white;
    margin-right: 10px;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid white;
    transition: all 0.8s;
}
footer .content-icon-footer .link-white:hover svg, footer .content-icon-footer .link-white:hover .icon-footer{
    fill: #bbab7d;
    border: 1px solid #bbab7d;
    transition: all 0.5s;
}
/* -------------- CHECKOUT ------------- */
.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: #482023 !important;
    font-weight: 600!important;
    font-size: 16px;
}
.wc-block-components-product-name {
    font-size: 18px;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-weight: 700;
}
.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-weight: 700;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 30px !important;
    width: auto !important;
    padding: 10px 30px;
    font-size: 16px;
    display: inline;
}
.wc-block-cart__submit {
    margin: 0 0 16px;
    position: relative;
    width: 100%;
    /* background: #482023; */
    /* color: #ffffff !important; */
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 30px !important;
    width: auto !important;
    padding: 10px 30px;
    font-size: 16px;
    display: block;
    border-right: 25px;
    background: #482023;
    color: #ffffff !important;
    border-radius: 25px;
}
.glsr-default button.glsr-button {
    min-height: 30px !important;
    width: auto !important;
    padding: 10px 30px;
    font-size: 16px;
    display: block;
    border-right: 25px;
    background: #482023;
    color: #ffffff !important;
    border-radius: 25px;
}

.wc-block-components-button:hover {
    background: #000000 !important;
    color: #ffffff !important;
    transition: all 0.5s;}
.woocommerce .cart {
    margin-bottom: 20px;
}
.glsr-stars {
    justify-content: start;
}
.mercadopago img {
    position: relative;
    display: inline-block;
    height: 40px !important;
    width: auto !important;
    top: 14px;
    left: 20px;
}
.payment_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.payment_box ul {
    padding: 0;
    margin: 0;}
.payment_box ul li {
    list-style: none;
    width: auto;
    float: left;
    padding: 0 6px 0 0;
}
.payment_box img {
    height: 30px !important;
    width: auto !important;
}
.wc-forward {
    width: 100%;
    float: left;
}
/* ------------- RESPONSIVES ------------- */
@media (min-width: 1024px){
    .header-desktop{
        display: block;
        margin: 0;
    }
    .header-mobile{
        display: none;
    }
    .header-top{
        text-align: center;
        background-color: #807451;
        color: white;
    }
    header{
        background-color: #111820;
    }
    header .icon-small-nav {
        width: 12px;
        margin-left: 10px;
        position: relative;
        display: inline-block;
        top: 4px;
    }
    header .navbar .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .navbar{
        padding: 8px 0;
    }
    .brand-logo {
        max-width: 230px;
        height: auto;
        margin: 10px 0;
        width: 80%;
    }
    .brand-logo img {
        max-width: 230px !important;
    }
    .nav-links {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 2em 0;
        width: 100%;
    }
    header .nav-links li {
        list-style: none;
        align-self: center;
    }
    header .icon-small-nav svg{
        width: 20px;
        fill: #807451;
    }
    header .icon-small-nav svg:hover{
        transition: all 0.5s;
        fill: #494331;
    }
    .nav-links li a{
        text-decoration: none;
    }
    .nav-links li {
        margin-left: 25px;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #f0efea;
        box-shadow: none;
        z-index: 10;
    }
    .dropdown-menu.show {
        display: flex;
        justify-content: center;
        padding: 2em;
        width: 100%;
        z-index: 8000;
        position: absolute;
        inset: 152px auto auto 250px;
        margin: 0;
        transform: translate3d(0px, 50px, 0px);
        left: 50%;
        transform: translateX(-50%) translateY(50px);
    }
    .content-submenu{
        width: 1320px;
    }
    .content-submenu li a{
        color: #807451;
        font-size: 1rem;
        width: 70%;
        margin: 0;
    }
    .content-submenu li a:hover{
        text-decoration: underline #807451;
    }
    .dropdown-menu.show h5{
         font-family: "Poppins", sans-serif;
    }
    .dropdown-menu.show h5 span {
        font-weight: 500;
        line-height: 2em;
    }
    .navbar .border-left{
        border-left: 1px solid #6e6e6e;
    }
    .navbar .link-brown{
        font-weight: 600;
    }
    .nav-menu{
        position: relative;
        width: 100%;
    }
    .nav-menu > ul{
        position: relative;
        z-index: 4000;
    }
    .nav-menu p{
        font-size: 0.8rem;
    }
    .nav-links h5{
        color: #191E25;
        font-weight: 700;
        font-size: 1rem;
    }
    .content-submenu p{
        margin: 10px 0;
    }
    .content-icon{
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }
    .content-icon ul{
        padding: 0;
    }
    .content-icon > *{
        display: inline-block;
        align-items: center;
    }
    .icon-small{
        width: 24px;
    }
    .bg-white{
        padding: 2em 0;
    }
    .user-icon {
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        top:-4px;
    }

    /* Overlay oscuro al abrir el panel */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }
    .overlay.active {
        display: block;
    }

    /* Panel deslizante */
    .side-panel {
        position: fixed;
        top: 0;
        right: -50vh;
        width: 50vh;
        height: 100%;
        background-color: #fff;
        box-shadow: -3px 0 6px rgba(0,0,0,0.2);
        transition: right 0.4s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
    }
    .side-panel.open {
        right: 0;
    }

    .close-btn {
        background: none;
        border: none;
        font-size: 26px;
        float: right;
        cursor: pointer;
        color:#000000;
    }

    .side-panel a {
        display: block;
        margin: 10px 0;
    }
    .img-product-cart{
        width: 64px;
    }
    .table{
        width: 100%;
        height: 100%;
    }
    .table td{
        font-size: 0.8rem;
        color: #000;
    }

    .text-center{
        text-align: center;
    }
    .fw-bold{
        font-weight: 800;
    }
}
@media (min-width: 1024px) and (max-width: 1319px){
    header .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 98%;
    }
}
@media (max-width: 1023px){
    .header-desktop{
        display: none;
    }
    #site-header {
        padding: 0;
        z-index: 7;
        width: 100%;
    }
    .header-inner {
        max-width: 100%;
        padding: 0;
        z-index: 100;
    }
    .header-titles-wrapper {
        padding: 10px;
        height: 70px;
    }
    .header-mobile {
        display: block;
        height: 90px;
        background: #111820;
        float: left;
        width: 100%;
        padding: 10px;
        z-index: 12000;
        position: relative;
    }
    .header-mobile .menu.active {
        display: flex;
    }
    .header-mobile .logo {
        width: 70px;
        height: 70px;
        float: left;
    }
    .widget_block {
        width: 50px;
        display: inline-block;
        float: right;
        position: relative;
        top: 20px;
        margin-right: 40px;
    }
    h1 {
        font-size: 40px;
        font-weight: 600;
    }
    /* -------------- PRODUCTOS ------------- */

    .producto_laquinta {
        text-align: center;
        border-radius: 8px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        margin: 5px;
        padding: 0 0 24px 0;
        max-width: 24%;
        overflow: hidden;
        float: left;
        box-sizing: content-box;
        background: #ffffff;
    }
    .producto_laquinta img, .producto_laquinta img {
        height: auto;
        width: 100% !important;
    }
    .producto_laquinta h2 {
        font-size: 18px;
        margin: 15px 0 0 0;
        line-height: 1em;
        color: #482023;
        height: 50px;
        padding: 0 10px;
    }
    .producto_laquinta .price {
        font-size: 1.2rem;
        margin: 0 0 10px 0;
        color: #000000 !important;
        font-weight: 600;
        width: 100%;
        float: left;
        font-size: 20px !important;
    }
    .producto_laquinta .button {
        background-color: #000000 !important;
        color: white !important;
        border: none !important;
        padding: 10px 20px !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        font-size: 12px !important;
        transition: background-color 0.3s ease !important;
    }
    .producto_laquinta .button:hover {
        background-color: #807451 !important;
        color: #ffffff !important;
        transition: background-color 0.3s ease !important;
    }
}
@media (max-width: 767px) {
    .widget_block {
        width: 50px;
        display: inline-block;
        float: right;
        position: relative;
        top: 20px;
        margin-right: 10px;
    }
    h2.wc-block-mini-cart__title {
        margin-top: 60px !important;
    }
    .producto_laquinta {
        text-align: center;
        border-radius: 8px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        margin: 5px;
        padding: 0 0 24px 0;
        max-width: 46.5%;
        overflow: hidden;
        float: left;
        box-sizing: content-box;
        bckground: #ffffff;
    }
    .producto_laquinta .price {
        color: #958e09;
        font-size: 20px !important;
        font-weight: 700;
        line-height: 1em;
    }
    .producto_laquinta h2 {
        font-size: 18px !important;
        margin: 15px 0 0 0;
        line-height: 1em;
        color: #000000;
        height: 64px;
        padding: 0 10px;
    }
    .producto_laquinta .button {
        font-size: 12px !important;
    }
    .summary h1 {
        font-size: 36px;
        font-weight: 600;
        margin: 0;
        color: #000000;
        line-height: 1em;
    }
    .summary .price {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.2em;
        color: #807451;
    }
    .summary .quantity {
        width: 20%;
        float: left;
        margin-right: 5%;
    }
    .woocommerce .cart {
        margin-bottom: 20px;
    }
    .woocommerce .cart .button, .woocommerce .cart input.button {
        float: left;
        width: 75%;
    }
    .related h2 {
        font-size: 24px;
        font-weight: 600;
    }
    footer {
        padding: 1em 10px;
    }
    footer h5 {
        margin-top: 20px;
    }
    footer li {
        margin: 0;
    }
    footer p, ul {
        margin: 0;
        padding: 0;
    }
    footer .copyright {
        text-align: center;
    }
}
@media (min-width: 768px) {
    /* -------------- PRODUCTOS ------------- */

    .producto_laquinta {
        text-align: center;
        border-radius: 8px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        margin: 5px;
        padding: 0 0 24px 0;
        max-width: 24%;
        overflow: hidden;
        float: left;
        box-sizing: content-box;
        background: #ffffff;
    }
    .producto_laquinta img, .producto_laquinta img {
        height: auto;
        width: 100% !important;
    }
    .producto_laquinta h2 {
        font-size: 18px;
        margin: 15px 0 0 0;
        line-height: 1em;
        color: #000000;
        height: 50px;
        padding: 0 10px;
    }
    .producto_laquinta .glsr-default {
        width: 100%;
    }
    .producto_laquinta .glsr-stars {
        justify-content: center;
    }
    .producto_laquinta .price {
        font-size: 1.2rem;
        margin: 0 0 10px 0;
        color: #000000 !important;
        font-weight: 600;
        width: 100%;
        float: left;
        font-size: 20px !important;
    }
    .producto_laquinta .button {
        background-color: #000000 !important;
        color: white !important;
        border: none !important;
        padding: 10px 20px !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        font-size: 12px !important;
        transition: background-color 0.3s ease !important;
    }
    .producto_laquinta .button:hover {
        background-color: #807451 !important;
        color: #ffffff !important;
        transition: background-color 0.3s ease !important;
    }

    .summary .glsr-stars {
        justify-content: start;
    }
    .summary h1 {
        font-size: 34px;
        font-weight: 600;
        margin: 0;
        color: #000000;
        line-height: 1em;
    }
    .summary .price {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.2em;
        color: #807451;
    }
    .summary .s_i {
        font-size: 22px;
        color: #6a6a6a;
    }
    .summary .s_i span {
        font-size: 16px;
    }
}
/* Fondo oscuro del modal */
#miModal {
    display: none; /* Oculto por defecto */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.934);
}

/* Contenido del modal */
.modal-contenido {
    background-color: #00000000;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    position: relative;
    text-align: center;
}

/* Botón de cierre (X) */
.cerrar {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.arca {
    width: 100%;
    max-width: 70px !important;
}
.wpcf7-form {
    width: 100%;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 16px;
}
