/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Ancho completo página de cookies */
#cmplz-document{
    max-width: 100%;
}

/* Ocultar paginación Woocommerce */
.woocommerce-pagination{
    display: none;
}

/* Bloque pestañas en página producto */
#wp-comment-cookies-consent{
    width: auto;
}

#tab-reviews{
    max-width: 100%;
}

#tab-description{
    max-width: 100% !important;
}

#tab-additional_information{
    max-width: 100%;
}

/* Redondear borde botón Añadir favoritos */
.tinvwl_add_to_wishlist_button{
    color: black;
    border-radius: 100%;
}

/* Ocultar el teléfono móvil que añade el plugin de SEUR en la página de finalizar compra */

#billing_mobile_phone_field{
    display: none;
}

/* Botón Finalizar Compra en página finalizar compra */
#payment #place_order{
    background-color: #619595;
    color: white;
}

#payment #place_order:hover{
    background-color: #407373;
}

/* Botón finalizar compra en mini carrito (slider derecho) */
.woocommerce-mini-cart__buttons .button.checkout.wc-forward{
    background-color: #619595;
    color: white;
}
.woocommerce-mini-cart__buttons .button.checkout.wc-forward:hover{
    background-color: #407373;
}

/* Botón Finalizar compra en página carrito */
.cart_totals .wc-proceed-to-checkout .checkout-button{
    background-color: #619595;
    color: white;
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover{
    background-color: #407373;
}

/* Texto del botón Añadir al carrito */
.product-loop-content .product-loop-meta a.loop-add-to-cart-btn{
    line-height: 1em;
}


/* Texto envair a una dirección diferente en página finalizar compra */
.checkout.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address{
    font-family: "Poppins", Sans-serif;
    display: inline-block;
}

/* Formato "Disponible para reserva" en página de producto */
.elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart .stock.available-on-backorder{
    font-size: 20px;
    background-color: #F5D3C7;
    border-radius: 5px;
    padding: 5px 10px;
}

/* Botón "enlace personalizado" en menú móvil */
#menu-item-84436 a, #menu-item-90866 a{
    background-color: #f5d3c8;
    padding: 5px 10px;
    margin: 5px 10px;
    border-radius: 5px;
    color: black;
}


/* Formato del precio de la variación en productos variables */
.variations_form .single_variation_wrap .woocommerce-variation-price .price{
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
}

/* Diseño valoraciones "Sociedad de opiniones" en descripcin corta de la página de producto*/
#agWidgetH .logoAg{
	width: 35%;
}

/* Regla temporal para mostrar el listado de productos en el carrito. Revisar... */
.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: table-cell;
}

/* Ancho buscador Yith en móvil */
.buscador_indya{
	/*width: 90% !important;*/
	margin: 0 auto !important;
}