/* 
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 */

/* Producto individual */
.woocommerce-product-details__short-description > p {
	text-align: center !important;
}

.single_add_to_cart_button {
	border: 1px solid #998077 !important;
	border-radius: 0px !important;
	background-color: #998077 !important;
}

.single-product .input-text {
	font-size: 20px !important;
	padding: 2.5px !important;
	border-radius: 0px !important;
	border-color: #998077 !important;
}

.woocommerce-message {
    border-top-color: #998077 !important;
}

.woocommerce-message::before {
    color: #998077;
}

/* Carrito */
.woocommerce-cart .entry-title {
	color: #998077;
}

.woocommerce-cart .wc-block-components-quantity-selector__input {
	padding: 5px !important;
	border-color: unset !important;
}

.woocommerce-cart .wc-block-cart__submit-button {
	background-color: #998077;
    color: #FFFFFF;
    text-decoration: unset;
}

.woocommerce-cart .wc-block-cart__submit-button:hover {
	background-color: #D8CFCB;
    color: #FFFFFF;
    text-decoration: unset;
}

/* Finalizar compra */
.woocommerce-checkout .entry-title {
	color: #998077;
}

.woocommerce-checkout .wc-block-components-panel__button {
	background-color: unset;
	color: unset;
	padding: 0px;
	border: none;
}

.woocommerce-checkout .wc-block-components-panel__button:hover {
	background-color: unset;
	color: unset;
	padding: 0px;
	border: none;
}

.woocommerce-checkout .wc-block-components-checkbox__input {
	padding: 0px !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background-color: #998077;
    color: #FFFFFF;
    border-color: #998077;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	background-color: #D8CFCB;
    color: #FFFFFF;
    border-color: #D8CFCB;
}