/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@media (min-width: 768px){
	.formulario-contacto .elementor-form-fields-wrapper {
		display: grid;
		grid-template-columns: repeat(6, 1fr); /* Definimos 4 columnas de igual tamaño */

		gap: 1rem;
		 grid-template-areas:
		'name name name message message message'
		'mail mail mail message message message'
		'department department department message message message'
		' . . . acceptance acceptance send';
	}
}

.formulario-contacto .elementor-field-group-name {
	grid-area: name;
}
.formulario-contacto .elementor-field-group-email {
	grid-area: mail;
}
.formulario-contacto .elementor-field-type-select {
	grid-area: department;
	display: flex;
}
.formulario-contacto .elementor-field-type-textarea {
	grid-area: message;
	
}
.formulario-contacto .elementor-field-type-textarea textarea {
	height: 100%;
	border: 1px solid var(--e-global-color-secondary) !important;	
}
.formulario-contacto .elementor-field-type-acceptance {
	grid-area: acceptance;
	width: 100%;
}
.formulario-contacto .elementor-field-type-submit {
	grid-area: send;
	width: 100%;
}

.formulario-contacto .elementor-field-type-select .elementor-select-wrapper  {
	flex-basis: initial !important;
    width: max-content;
    flex-grow: 1;	
}
.formulario-contacto .elementor-field-type-select .elementor-select-wrapper select{
	border: 1px solid var(--e-global-color-secondary) !important;	
}
.formulario-contacto .elementor-field-type-select label {
	margin-right: 0.5rem;
} 
.formulario-contacto input {
	padding-left: 0 !important;
}
.formulario-contacto input::placeholder {
	color: #222 !important;
}
.privacy-link{
	color: #111827; 
	text-decoration: underline; 
	text-decoration-thickness: 1px;
}

.elementor-widget-loop-grid .oculto-categorias {
	display:none;
}

.circulo-color,
.single-product .elementor-widget-loop-grid .circulo-color {
    width: 25px; /* Ancho del círculo */
    height: 25px; /* Altura del círculo */
    border-radius: 50%; /* Hace que el div sea un círculo */
	border:1px solid #ddd;
}


.single-product .circulo-color {
    width: 50px; /* Ancho del círculo */
    height: 50px; /* Altura del círculo */
}

.distribuidores-text h5 {
	line-height: 1.5em !important;
}
.elementor-widget-wpml-language-switcher ul {
	display: flex;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal a {
	padding: 0 5px !important;
    font-size: 18px !important;
    line-height: 1;
}
.elementor-widget-wpml-language-switcher ul .wpml-ls-legacy-list-horizontal:first-of-type a {
	border-right: 1px solid #000000;
}

.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
	padding: .5rem;
}
/* CAMBIOS PAGINA ARCHIVE PRODUCT CAT*/
.archive.tax-product_cat .ast-shop-product-out-of-stock,

.archive.tax-product_cat .woocommerce-ordering,
.archive.tax-product_cat .oculto-categorias,
.archive.tax-product_cat .ast-on-card-button{
	display: none !important;
}

.archive.tax-product_cat ul.products li.product {
	display: block;
}
.archive.tax-product_cat .astra-shop-thumbnail-wrap,
.archive.tax-product_cat .astra-shop-summary-wrap,
.archive.tax-product_cat .codigo-producto {
	width: 100%; 
}
.archive.tax-product_cat .woocommerce-loop-product__title {
	color: var(--e-global-color-text);
    font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1px;
	text-transform: initial !important;
}
.archive.tax-product_cat .codigo-producto {
	margin-bottom: 8px;
}
.archive.tax-product_cat .woocommerce-breadcrumb {
	color: #0C0C0C;
}
.archive.tax-product_cat .page-title {
	color: var(--e-global-color-primary);
    font-weight: 600;
    text-transform: none;
	font-size: 32px;
}
.archive.tax-product_cat nav.woocommerce-pagination ul li span.current {
	background: var(--e-global-color-primary);
}
.archive.tax-product_cat nav.woocommerce-pagination ul li span {
	border-color: var(--e-global-color-primary);
}
@media (min-width: 768px) {
    .archive.tax-product_cat .site-main {
        max-width: 900px;
		margin: auto;
    }
}
@media (min-width: 1025px) {
	.archive.tax-product_cat .page-title {
		font-size: 48px;
	}
}