/*
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
*/
/*Home*/
#categories-side li.product-category a {
    display: grid;
    grid-template-columns: auto 1fr;
}

#categories-side .woocommerce-loop-category__title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding: 0;
}

#categories-side li.product-category a {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
}

#categories-side li.product-category {
    display: flex !important;
    align-items: center;
    height: 59px;
    padding: 0 15px !important;
	border-bottom: 1px solid #EDEDED;
}

#categories-side mark.count {
    height: 23px;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FCFAED !important;
}

#categories-side li.product-category a img {
    width: 32px;
    object-fit: contain;
    margin: 0 20px 0 0;
}

#categories-side li.product-category:hover {
	background: #FCFAED !important;
}

#categories-side li.product-category:hover .woocommerce-loop-category__title {
	color: #B89252 !important;
}

#categories-side li.product-category:hover mark.count {
	background-color: #625033 !important;
	color: #fff !important;
}

#carousel .swiper {
    height: 100%;
}

.loop-vertical2 .stock.in-stock {
    margin: 0 !important;
}

.elementor-flip-box__button {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.video-icon {
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-widget-image a {
    display: block !important;
}

#categories-button {
	cursor: pointer;
}

#categories-container {
	opacity: 0;
}

#post-content-wrap h3,
#post-content-wrap h4 {
    font-family: "League Spartan", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #625033;
    line-height: 1.1em;
    letter-spacing: -.5px;
}

#post-content-wrap h2,
#reply-title{
    font-family: "League Spartan", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #625033;
    line-height: 1.1em;
    letter-spacing: -.5px;
}

#post-content-wrap img {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
	padding: 15px 0; 
}

.logged-in-as, #respond label {
	font-family: "League Spartan", Sans-serif;
    font-size: 20px;
	color: #777777;
	line-height: 1.1em;
}

.logged-in-as a {
	color: #b89252 !important; 
}

textarea#comment,
#commentform input,
.woocommerce .woocommerce-ordering select {
	border-radius: 4px !important;
	border: 1px solid #e6e6e6 !important;
	outline: none !important;
}

.woocommerce .woocommerce-ordering select  {
	font-family: "League Spartan", Sans-serif;
	border-radius: 4px !important;
    color: #625033;
	font-size: 19px;
	background: #FCFAED;
}

#commentform input#submit {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 2px;
    fill: #8F7343;
    color: #8F7343;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8F7343;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
}

.woocommerce .product .summary .product_title {
    font-family: "League Spartan", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    line-height: 0.9em;
    color: #625033;
}

.single-product #main {
    max-width: 100%;
}

.single-product #main .product {
    max-width: 1280px;
	padding: 100px 0px;
    margin: 0px auto;
}

.single-product #main .woocommerce-breadcrumb {
    display: none;
}

.single-product .product .woocommerce-product-gallery {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
}

.single-product .product .woocommerce-product-gallery .flex-viewport {
    grid-column: 2 / 3;
	height: 600px !important;
}

.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, 
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div, 
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a,
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a *{
    height: 100% !important;
}

.single-product .product .images .flex-control-thumbs {
    grid-column: 1 / 2;
    grid-row: 1/ 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
	gap: 1px;
}

.single-product .product .images .flex-control-thumbs > li {
	width: 100% !important;
}

.single-product .product .images .flex-control-thumbs > li img,
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a img{
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border: 1px solid #B89252 !important;
}
 
.product-desc ul li {
	margin-bottom: 0px;
	font-family: 'League Spartan';
}

.product-desc ul li p {
	margin-bottom: 5px;
}

.product-desc h4 {
    font-family: 'League Spartan';
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
}

:focus-visible {
	outline: none !important;
}

.single-product .woocommerce-variation-price bdi {
	font-size: 28px;
	font-weight: 800;
	font-family: 'League Spartan';
	color: #8F7343;
}

.single-product .woocommerce-variation-price .woocommerce-Price-amount:before {
    content: 'Precio de esta opcion:';
    font-family: 'League Spartan';
    margin-right: 15px;
    color: #B89252;
}

.single-product .reset_variations {
	display: none !important;
}

.single-product .woocommerce-variation-availability > p {
    color: #FFFFFF !important;
    font-family: "Poppins", Sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    background: #DA412F;
    padding: 6px;
    border-radius: 4px;
    display: inline-block;
}

.post-type-archive-product .woocommerce-result-count {
    font-family: "League Spartan", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #625033 !important;
    margin: 0;
}

/**
 * Iconos de idioma y cookies
 * 
 **/
.cky-revisit-bottom-left {
    bottom: 100px!important;
	left: 20px!important;
} 


/* Estilos para el botón deshabilitado */
.wc-block-components-checkout-place-order-button[data-cod-guard-attached="1"] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    transition: opacity 0.3s ease;
}

/* Estilos para cuando se está procesando el pago */
.processing .wc-block-components-checkout-place-order-button {
    pointer-events: none;
    opacity: 0.7;
    cursor: not-allowed;
}