/*
Theme Name: sayonara
Author: sayonara
Description: Your description goes here
Version: 1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/**customizar cookies**/
html .cky-notice-btn-wrapper .cky-btn {padding: 8px;font-size: 11px;}

/** buscador header**/
html .aws-container .aws-search-form .aws-form-btn{background: #d3a04c;border: 0;border-radius: 0 5px 5px 0 !important;}
html .aws-container .aws-search-field {border-radius: 5px 0 0 5px !important;}
html .aws-container .aws-search-form .aws-search-btn_icon{color: #f4efd2;}
html .aws-container .aws-search-form .aws-form-btn:hover {background: #b1afc9;}

/**repaso general woo**/
@media (min-width:1024px){
	html .woocommerce-order-received h2{font-size:32px;}
	html .woocommerce-order-received .woocommerce-table{max-width:560px;}
}
html .woocommerce-order-received .shop_table *{color:#000;}

/** tabla variables en single product **/
.variations {
    width: 100%;
}
.woocommerce div.product form.cart .variations th{margin:20px 0 0 0;padding:0;}
.woocommerce div.product form.cart .variations td{margin:0;padding:0;}

table.variations tbody>tr:nth-child(odd)>td, table.variations tbody>tr:nth-child(odd)>th{background:#fff !important;}
table.variations tbody>tr:hover>td, table.variations tbody>tr:hover>th{background:#fff !important;}

.variations th.label,
.variations td.value {
    display: block; /* Cambio para mostrar la etiqueta y las opciones en bloques separados */
    text-align: left; /* Alineación a la izquierda para la etiqueta */
    width: 100%;
}

table.variations label {
    font-family: 'Poppins', sans-serif; /* Estilo de tipografía para la etiqueta */
    font-size: 17px; /* Tamaño de la tipografía */
    font-weight: 500 !important; /* Peso de la tipografía */
    margin-bottom: 5px; /* Espacio entre la etiqueta y las opciones */
}

@media (max-width: 768px) { /* Estilos específicos para tablets y móviles */
    .variations th.label,
    .variations td.value {
        display: block;
        width: 100%;
    }
}
.wapf-product-totals{display:none !important;}
