/*
Theme Name: Hosteleriaweb Hijo - VMS
Theme URI: https://hosteleriaweb.es
Template: astra
Author: VMS Valentín Madrid
Author URI: https://hosteleriaweb.es
Description: Tema B2B optimizado para la gestión de maquinaria industrial, despieces y recambios originales.
Tags: hosteleria, recambios, ecommerce, b2b
Version: 5.0.0
*/
/* --- ESTILOS PERSONALIZADOS PARA AVISOS VMS --- */

/* 1. Mensajes de Error (Pedido mínimo no alcanzado) */
.woocommerce-error {
    border-top-color: #e60000 !important; /* Rojo VMS */
    background-color: #fff5f5 !important;
    color: #333 !important;
    border-radius: 4px;
    font-weight: 500;
}
.woocommerce-error::before {
    color: #e60000 !important;
}

/* 2. Mensajes de Información (Falta X para envío gratis) */
.woocommerce-info {
    border-top-color: #5fb42d !important; /* Verde HosteleríaWeb */
    background-color: #f9fff4 !important;
    color: #333 !important;
    border-radius: 4px;
}
.woocommerce-info::before {
    color: #5fb42d !important;
}

/* 3. Mensajes de Éxito (Descuento aplicado) */
.woocommerce-message {
    border-top-color: #5fb42d !important;
    background-color: #f9fff4 !important;
    color: #1a5e00 !important;
    border-radius: 4px;
}
.woocommerce-message::before {
    color: #5fb42d !important;
}

/* Botones dentro de los avisos (Ver catálogo, etc.) */
.woocommerce-info .button, 
.woocommerce-error .button {
    background-color: #333 !important;
    color: #fff !important;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.woocommerce-info .button:hover {
    background-color: #5fb42d !important;
}
/* AJUSTE DEL BUSCADOR PARA HOSTELERÍA WEB */
.dgwt-wcas-search-wrapp {
    max-width: 600px !important; /* Buscador ancho como en el mockup */
    margin: 0 auto;
}

.dgwt-wcas-sf-wrapp {
    border: 1px solid #ccc !important;
    border-radius: 5px !important; /* Bordes suaves */
    background-color: #f9f9f9 !important;
}

/* Color del icono de lupa */
.dgwt-wcas-ico-magnifier {
    fill: #5fb42d !important; /* Verde corporativo */
}

/* Estilo del texto que escribe el usuario */
.dgwt-wcas-search-input {
    font-size: 14px !important;
    color: #333 !important;
}