/**
* Theme Name: Reston Child
* Description: This is a child theme of Reston, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">Theme Arc</a>
* Template: reston
* Version: 1.0
*/

:root {
    --primary-color: #D2D632;
    --theme-color: #D2D632 !important;
    --secondary-color: #d2d632 !important;
    --spacing-block: 80px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs .panel p,
.shop-details-content .content-box p,
a.wc-block-components-product-name,
.elementor-widget-container ul span,
p.has-ele-text,
a.royal-btn,
p a,
.info-box p,
.normal__text p
{
    font-size: 21px !important;
    line-height: normal;
}

.py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.justify-content-center {
    justify-content: center;
}

/* GLOBAL CLASS */
.hidden {
    display: none;
}



.banner-carousel .content-box h1{
    position: relative;
    display: block;
    font-size: 110px;
    line-height: 122px;
    color: #fff;
    margin-bottom: 34px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}


.banner-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

@media only screen and (max-width: 767px) {
    .banner-carousel .content-box h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .banner-section.home-2 .banner-carousel .content-box h1 {
        font-size: 60px;
        line-height: 70px;
    }
}



/* --------------------> LSITADO DE TALLERES  <----------------- */

.xicra-service-card .icon-box img{
    width: 64px;
}

.workshop-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columnas iguales */
    column-gap: 20px; /* espacio entre columnas y filas */
    row-gap: 30px;
}

.workshop-item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workshop-item:hover {
    border: 1px solid var(--secondary-color);
    background-color: #f6f6f6;
}

.workshop-item h2 {
    font-size: 24px;
}

.workshop-item {
    font-size: 20px;
}


@media (max-width: 768px) {
    .workshop-list {
        grid-template-columns: 1fr; /* 2 columnas iguales */
    }
}

/* --------------------> END LSITADO DE TALLERES  <----------------- */

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* --------------------------> MENU <---------------------------*/

.main-menu .navigation > li > a {
    font-size: 18px !important;
    line-height: normal !important;
}
.sticky-header .logo-box img{
    width: 95px !important;
}
@media (max-width: 572px) {
    .header-top {
        display: none !important;
    }

    .header-lower .logo-box img {
        max-width: 100px !important;
    }
    .mobile-menu .nav-logo {
        padding: 20px 25px !important;
    }
    .mobile-menu .contact-info{
        padding: 20px 25px 15px 25px !important;
    }
    .mobile-menu .nav-logo img {
        width: 100px !important;
    }
}



/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ---------------------> END MENU <---------------------------*/



.btn-success {
    background-color: var(--primary-color) !important;
}
.btn-success:after, .btn-success:before {
    background-color: black !important;
}

.btn-danger {
    background-color: #c42626 !important;
    cursor: not-allowed;
}
.btn-danger:after, .btn-danger:before {
    background-color: rgba(201, 91, 91, 0) !important;
}

.has-border__line:before {
    background: var(--secondary-color) !important;
}

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* --------------> Ficha producto <---------------------------*/

.shop-details-content .content-box .price {
    margin-bottom: 10px !important;
}

.woocommerce .te-shop__detail div.product .cart {
    margin-top: 5px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div:first-child {
    margin-bottom: 10px;
}
.woocommerce div.product div.image-box img {
    max-height: 350px !important;
    object-fit: cover !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 5px !important;
}

.woocommerce div.product form.cart .variations th.label {
    width: 35%;
}

.woocommerce div.product form.cart .variations td.value .nice-select {
    display: inline-block;
    padding: 0px 12px;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
}

.woocommerce div.product form.cart .variations .value .nice-select:hover,
.woocommerce div.product form.cart .variations .value .nice-select.open {
    border-color: var(--primary-color);
    background:  rgb(210, 214, 50, 0.1);
    box-shadow: 0 0 5px rgb(210, 214, 50, 0.3);
}

.woocommerce div.product form.cart .variations .value .nice-select.open li {
    padding-right: 0 !important;
}
.woocommerce div.product form.cart .variations .value .nice-select.open li.selected:first-child {
    font-size: 20px;
}

.woocommerce div.product form.cart .reset_variations:hover {
    color: var(--primary-color) !important;
}


.woocommerce .shop-details-content .content-box .cart-btn button {
    background-color: var(--primary-color);
}

.woocommerce .shop-details-content .content-box .cart-btn button:after,
.woocommerce .shop-details-content .content-box .cart-btn button:before {
    background-color: black;
}

.woocommerce .variations_form.cart .nice-select.open .list li{
    width: 500px;
    word-wrap: break-word;
    white-space: normal;
}

@media (max-width: 1475px) {
    .woocommerce .variations_form.cart .nice-select.open .list li{
        width: 400px;
    }
}

@media (max-width: 1200px) {
    .woocommerce .variations_form.cart .nice-select.open .list li{
        width: 260px;
    }
}

@media (max-width: 992px) {
    .woocommerce .variations_form.cart .nice-select.open .list li{
        width: 375px;
    }
}

@media (max-width: 572px) {
    .woocommerce .variations_form.cart .nice-select.open .list li{
        width: 200px;
    }
}

@media (max-width: 380px) {
    .woocommerce .variations_form.cart .nice-select.open .list li{
        width: 180px;
    }
}

.switch-container {
    display: flex;
    justify-content: left;
    align-items: center;
}
.switch-container label {
    margin-right: 10px;
}

input#switch-msg[type=checkbox],
input#switch-candle[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

label.switch-xicra {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

label.switch-xicra:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input#switch-msg:checked + label.switch-xicra,
input#switch-candle:checked + label.switch-xicra {
    background: var(--primary-color);
}

input#switch-msg:checked + label.switch-xicra:after,
input#switch-candle:checked + label.switch-xicra:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

label.switch-xicra:active:after {
    width: 20px;
}

.product-extras {
    font-size: 20px;
}
.product-extras input{
    position: relative;
    width: 40px;
    height: 50px;
    background: #fff;
    border: 1px solid #eaeaea !important;
    font-size: 20px;
    color: #797979;
    text-align: center;
}

.product-extras input::placeholder {
    color: rgba(121, 121, 121, 0.50); !important;
}

.woocommerce-variation {
    margin-bottom: 10px;
}

.shop-details-content .content-box .quentity-box span {
    margin-right: 5px;
}

.woocommerce .te-shop__detail div.product .cart {
    display: block !important;
    width: 100%;
}

.extras {
    display: grid;
    grid-template-columns: 1fr; /* Dos columnas iguales */
    gap: 20px; /* Espacio entre columnas (opcional) */
}

.extras input[type='number'],
.extras input[type='text']
{
    width: 300px !important;
    padding: 8px 15px;
    border-radius: 0px;
    border: 1px solid white;
}

.extras input[type='number']::placeholder,
.extras input[type='text']::placeholder {
    color: #888 !important; /* Cambia este color a lo que necesites */
    opacity: 1 !important;  /* Asegura que no esté desvanecido en algunos navegadores */
}

@media (max-width: 360px) {
    .woocommerce .quantity .qty {
        min-width: 60px !important;
    }
    .shop-details-content .content-box .cart-btn button {
        padding: 13px 20px;
    }
}

/* --------------> END Ficha producto <---------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/

/* -------------->  RELATET PRODUCT <---------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
.single-product .up-sells h2{
    margin-bottom: 30px;
}
.single-product .up-sells{
    margin-top: 70px;
}

.single-product .dishes-block-one .inner-box .lower-content h3 a {
    color: black !important;
}
.single-product .dishes-block-one .inner-box .lower-content h3 a:hover {
    color: var(--primary-color) !important;
}
.single-product .dishes-block-one .inner-box .lower-content .price {
    color: black !important;
}

@media (min-width: 992px) {
    .single-product .dishes-block-one .inner-box .image-box img {
        height: 210px;
    }
}


@media (max-width: 572px) {
    .related-products .image-box{
        margin-bottom: 0 !important;
    }

    .single-product .shop-details-content .image-box {
        margin-bottom: 0 !important;
    }
    .single-product .shop-details-content .dishes-block-one .inner-box {
        margin-bottom: 35px;
    }

}


/* -------------->  END RELATET PRODUCT <---------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/



/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> CARRITO <---------------------------*/
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-product-badge,
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,
table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    display: none !important;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
    grid-row-start: 1;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column-start: 1 !important;
    grid-row-start: 1 !important;
}

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> END CARRITO <---------------------------*/


/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> CHECKOUT <---------------------------*/
/*.woocommerce-checkout .woocommerce-info,*/
.woocommerce-checkout form.woocommerce-checkout #billing_country_field {
    display: none;
}
.woocommerce-checkout form.woocommerce-checkout {
    /*font-family: Cormorant Garamond, serif !important;*/
}
.woocommerce-checkout .woocommerce-info {
    border-top-color: var(--primary-color);
}
.woocommerce-checkout .woocommerce-info::before {
    color: var(--primary-color)
}
.woocommerce-checkout .checkout_coupon {
    background-color: var(--primary-color);
}

.woocommerce-checkout .checkout_coupon .input-text {
    background-color: white;
}
.woocommerce-checkout .checkout_coupon .button{
    background-color: white;
    padding: 0.9em 1em;
    border-radius: 0;
    transition: all 0.3s;
}
.woocommerce-checkout .checkout_coupon .button:hover {
    background-color: black;
    color: white;
}

/*.woocommerce-checkout .woocommerce-billing-fields,*/
.woocommerce-checkout .woocommerce-additional-fields {
    padding-top: 20px;
}

.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    padding-bottom: 15px;
}

.woocommerce-checkout table.shop_table {
    border-radius: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment {
    background-color: var(--primary-color) !important;
    border-radius: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment a{
    color: black;
}
.woocommerce-checkout .payment_box {
    background-color: white !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout .place-order button.button {
    margin-top: 20px;
    background-color: white;
    width: 100%;
    border-radius: 0;
    color: black;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.woocommerce-checkout .place-order button.button:hover {
    background-color: black;
    color: white;
}

.woocommerce-checkout .woocommerce-order .woocommerce-notice {
    margin-bottom: 20px;
}

.woocommerce-checkout table.shop_table dl.variation{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.woocommerce-order-received .woocommerce-table .product-name a {
    color: black !important;
}
.woocommerce-order-received .woocommerce-table .product-name a:hover {
    color: var(--primary-color) !important;
}
.woocommerce-checkout form .form-row {
    /*margin: 0 0 10px;*/
}
.woocommerce-checkout form .form-row label {
    line-height: normal;
    margin-bottom: 10px;
}
@media (max-width: 572px) {

    .woocommerce-checkout h3#order_review_heading {
        padding-top: 20px;
    }

    .woocommerce-checkout form .form-row-first,
    .woocommerce-checkout form .form-row-last {
        width: 100%;
    }


    .woocommerce-checkout .checkout_coupon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .woocommerce-checkout .checkout_coupon p{
        width: 80%;
        text-align: center;
    }

    .woocommerce-checkout table.shop_table {
        font-size: 16px !important;
    }

    .woocommerce-checkout .woocommerce table.shop_table th,
    .woocommerce-checkout .woocommerce table.shop_table td {
        padding: 8px 10px;
    }
}


/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> END CHECKOUT <---------------------------*/


/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> WIDGET <---------------------------*/
#reston_contact_widget-2 .social-links {
    margin-bottom: 20px;
}

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> END WIDGET <---------------------------*/

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> GLOBAL CLASS <---------------------------*/
.list-hostel ul li{
    font-family: Jost, sans-serif;
    padding: 20px 0 !important;
}
.list-horizontal ul{
    list-style: none;   /* Quita los puntos */
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-family: Jost, sans-serif
}

.list-horizontal ul li {
    position: relative;
    margin: 0 30px;
}
.list-horizontal ul li:not(:last-child):before {
    position: absolute;
    content: '';
    background: white;
    width: 1px;
    height: 20px;
    top: 5px;
    right: -30px;
}
.list-bullets ul {
    padding-left: 2rem;
}
.list-bullets ul li{
    list-style: initial;
}

.hosteleria-block h3 {
    color: var(--primary-color)
}

@media (min-width:572px) and (max-width:1024px) {
    .home-flex {
        flex-wrap: wrap !important;
    }
    .home-flex .home-flex-item{
        /*padding: 30px 15px 60px 15px;*/
    }
    .home-flex > div{
        flex: 1 1 calc(50%) !important;
        max-width: calc(50%) !important;
    }
}

@media (max-width: 572px) {
    .contact-style-three{
        padding: 0 0 30px 0px !important;
    }
    .hosteleria-block .service-block-two .inner-box .lower-content {
        padding-top: 15px;
    }
    .hosteleria-block .service-block:not(:last-child) .inner-box {
        margin-bottom: 50px;
    }
    .object-fit-cover img {
        object-fit: cover;
        object-position: right;
    }
}




/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> END GLOBAL CLASS <---------------------------*/



/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> BANNER <---------------------------*/
/*.custom-banner {*/
/*    height: 664px;*/
/*}*/
/*.custom-banner .bg-layer {*/
/*    animation: zoom 10s forwards; !* 5s para acercarse, mantiene el estado final *!*/
/*    background-size: 100% auto; !* tamaño inicial en porcentaje *!*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*@keyframes zoom {*/
/*    0% {*/
/*        background-size: 100%;*/
/*    }*/
/*    100% {*/
/*        background-size: 120%; !* tamaño final para simular acercamiento *!*/
/*    }*/
/*}*/

/*@media (max-width: 572px) {*/
/*    .custom-banner {*/
/*        height: 521px;*/
/*    }*/
/*}*/

.custom-banner.page-title .bg-layer:before {
    z-index: 2;
}

.custom-banner {
    position: relative;
    width: 100%;
    height: 664px; /* ajusta a tu necesidad */
    overflow: hidden;
}

.custom-banner .content-box{
    text-align: center;
}

.custom-banner h1 {
    padding-right: 0 !important;
}
.custom-banner h1:before {
    display: none !important;
}


.custom-banner .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; /* para que el contenido quede encima */
}

.custom-banner .bg-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* simula background-size: cover */
    transform: scale(1); /* tamaño inicial */
    animation: zoom-in 10s forwards; /* animación de zoom */
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/* Opcional: asegura que el contenido esté encima de la imagen */
.custom-banner .auto-container {
    position: relative;
    z-index: 1;
}

@media (max-width: 572px) {
    .custom-banner {
        height: 581px;
    }
}

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> END BANNER <---------------------------*/

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> CATEGORY <---------------------------*/
.tax-product_cat .product .inner-box .image-box img{
    height: 312px;
    object-fit: cover;      /* recorta la imagen sin deformarla */
}

@media (max-width: 1200px) {
    .tax-product_cat .product .inner-box .image-box img{
        height: 260px;
    }
}

@media (max-width: 992px) {
    .tax-product_cat .product .inner-box .image-box img{
        height: 300px;
    }
}

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> END CATEGORY <---------------------------*/



/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> FOOTER <---------------------------*/
.footer-widget .fab.fa-instagram::after {
    content: " @laxicrapastisseria";
    position: absolute;
    left: 45px;            /* ajusta la distancia a la derecha */
    top: 50%;
    transform: translateY(-50%); /* centra verticalmente */
    /*white-space: nowrap;      !* evita salto de línea *!*/
    color: white;
    font-family: Jost, sans-serif
    /*font-weight: bold;*/
}

@media (max-width: 572px) {
    .contact-widget .info-box {
        margin-top: 40px;
    }
}

/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* ------------------------------------------------------------*/
/* -----------------------> END FOOTER <---------------------------*/

.xicra-insta .instagram-block-one img {
    height: 317px;
    object-fit: cover;
}

.gtranslate-menu-item ul.dropdown-menu {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.gtranslate-menu-item ul {
    display: flex;
}
.gtranslate-menu-item li:last-child {

}
/*.gtranslate-menu-item img {*/
/*    display: none !important;*/
/*}*/
