



/**************************************************************
 ********************** WOOCOMMERCE *********************/

.woocommerce .products ul, .woocommerce ul.products {
	margin-left:10vw;
	margin-right:10vw;
}
.product_type_simple {
	background:#613C2D!important;
	color:#fff!important;
	font-family:'grifo_llight', sans-serif;
}
.woocommerce-result-count {
	display:none;
}
#content-tienda h2 {
	text-align:center;
}
.woocommerce-ordering {
	display:none;
}
.logo-tienda {
	margin-left:10vw;
	margin-top:2vw
}
.logo-tienda img {
	width:200px;
}
.woocommerce-order {
	margin-left:10vw;
	margin-right:10vw;
}
.woocommerce-order h2 {
	font-size:2rem;
}
.woocommerce-button {
	background:#613C2D!important;
	color:#fff!important;
	font-family:'grifo_llight', sans-serif;
	text-transform:uppercase;
}
@media (max-width:700px){
	.logo-tienda img {
	width:100px;
}
}


/**************************************************************
 ********************** POPUP ORDER *********************/

 #popup-hazunareserva {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #fff9f5;
        border: 2px solid #cba17e;
        border-radius: 14px;
        padding: 1.7rem 1.5rem 1.5rem;
        width: 340px;
        max-width: 90%;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        font-family: 'Segoe UI', sans-serif;
        color: #68412b;
        z-index: 9999;
        display: none;
        animation: fadeIn 0.5s ease-in-out;
    }

    #popup-hazunareserva h3 {
        margin-top: 0;
        font-size: 1.2rem;
        color: #5a3d2b;
    }

    #popup-hazunareserva p {
        margin: 0.7rem 0;
        font-size: 0.95rem;
        line-height: 1.4;
    }

    #popup-hazunareserva a {
        color: #68412b;
        font-weight: 600;
        text-decoration: underline;
    }

    .popup-close {
        position: absolute;
        top: 8px;
        right: 12px;
        cursor: pointer;
        font-weight: bold;
        color: #68412b;
        font-size: 18px;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

/**************************************************************
 ********************** FORMULARIO CUSTOM PARA LAS DIRECTORAS*********************/

 #formulario-configuracion-negocio {
            background: #fff9f5;
            padding: 2rem;
            border-radius: 12px;
            font-family: 'Segoe UI', sans-serif;
            color: #5a3d2b;
        }

        #formulario-configuracion-negocio h2 {
            color: #68412b;
            margin-top: 2rem;
            border-bottom: 2px solid #e7d4c2;
            padding-bottom: 0.3rem;
        }

        label {
            display: block;
            margin-top: 1rem;
            font-weight: bold;
        }

        input, textarea {
            width: 100%;
            padding: 0.5rem;
            margin-top: 0.3rem;
            border: 1px solid #d7c0ae;
            border-radius: 8px;
            background: #fffdfc;
        }

        .bloque-repetible {
            padding: 1rem;
            border: 1px dashed #d8b8a0;
            margin-bottom: 1.5rem;
            border-radius: 10px;
            background: #fef7f2;
            position: relative;
        }

        .btn-anadir, .btn-eliminar {
            display: inline-block;
            background: #68412b;
            color: white;
            border: none;
            padding: 0.5rem 1.2rem;
            margin: 1rem 0;
            border-radius: 8px;
            cursor: pointer;
			
        }

        .btn-anadir:hover, .btn-eliminar:hover {
            background: #533426;
        }

        .btn-enviar {
            margin-top: 2rem;
            background: #cba17e;
            color: #fff;
            padding: 0.8rem 1.5rem;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            cursor: pointer;
        }

        .form-grid-2 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }

        .form-full {
            grid-column: 1 / -1;
        }

        .btn-eliminar {
            position: absolute;
            top: -20px;
            right: 0.5rem;
            background: #b64c4c;
        }

        .radio-inline-group {
            display: flex;
            gap: 1rem;
            align-items: center;
            margin-bottom: 1rem;
        }

        .radio-inline-group label {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            font-weight: 500;
            color: #68412b;
        }