.soy_bloque_listados {display: flex; margin-bottom: 25px}
.soy_bloque_listados .soyListado{width: 20%;text-align: center;}
.soyListado ul{list-style: none; padding-left: 0}
.term-description .soyListado > p{text-decoration: underline;font-size: 20px;}
@media (max-width: 991px){
	.soy_bloque_listados{display: inline-block}
	.soy_bloque_listados .soyListado{width: 50%;float: left;}
}

.elementor-9 .elementor-element.elementor-element-44af2a8 {
	width: 70% !important;
}

@media (max-width:768px){
	.elementor-9 .elementor-element.elementor-element-44af2a8 {
	width: 50% !important;
	}
}
@media (max-width:1024px){
	#topmenu ul:not(.sub-menu){display: block !important}
}

#cat_title{
	position: relative
}

.uael-woo-products-grid  .product-category {display: none}

.micuenta .log-out.log-link{height: 24px}

/* // MOD # (13/8/21) - */
.term-description{
	padding: 0 15px;
}

/* // MOD #46311 (25/8/21) - Descripciones categoría */
.term-description{
	max-width: 1400px;
	margin: 0 auto;
}
.term-description h2,
.term-description h3{
	font-size: 20px;
}
.term-description p{
	font-size: 14px;
}
/* END MOD */


/* // MOD #46931 (16/11/21) - Cambios a producción*/
/* // MOD #46931 - Ajustes mostrar añadir al carrito */
.woocommerce.single-product .product .yith-ywraq-add-to-quote{
	position: relative;
}

/* Botón de añadir al carrito */
.woocommerce div.product form.cart .button{
	display: block;
	padding: 20px;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
}

/*  Modal contact form en ficha */

/* Ocultar el botón de pedir presupuesto gestionado por el módulo de Yith */
.yith-ywraq-add-to-quote{
	display: none!important;
}

/* Ocultamos campo de cantidad por defecto de WOO */
.woocommerce div.product form.cart div.quantity{
	display: none;
}
.woocommerce div.product form.cart{
	margin-bottom: 10px;
}

/* Botón de Pedir presupuesto */
.soy_boton_pedir_presupuesto{
	width: 100%;
	margin-bottom: 30px;
}
.soy_boton_pedir_presupuesto .soy_pedir_presupuesto{
	background: #2ab54b;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 20px;
	font-weight: 500;
	line-height: initial;
	cursor: pointer;
}
.soy_boton_pedir_presupuesto .soy_pedir_presupuesto:hover{
	background: #45743e;
}


/* Modal  */
.soyContacto{
	display: none;
}

 /* The Modal (background) */
.soyContacto.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.soyContacto .modal-content {
  background-color: #fefefe;
  margin: 8% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.soyContacto .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.soyContacto .close:hover,
.soyContacto .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.soyContacto .soy_titulo{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	width: calc(100% - 40px);
	margin-bottom: 25px;
}

.soyContacto .wpcf7 label{
	width: 100%;
}

.soyContacto .wpcf7 input,
.soyContacto .wpcf7  textarea{
	margin-top: 15px;
}

.wpcf7 .wpcf7-submit{
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
	background: #2ab54b;
	padding: 8px;
	font-size: 16px;
	width: 180px;
	color: #fff;
	transition: 0.6s all;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	float: left;
}

.wpcf7 .wpcf7-submit:disabled{
	opacity: 0.6;
}

.wpcf7 .soy_campo{
	margin-bottom: 20px;
}


.wpcf7 .soy_enlace{
	color: #2ab54b;
	cursor: pointer;
	text-decoration: underline;
}

.wpcf7 .soy_enlace:hover{
	text-decoration: none;
}

@media screen and (min-width: 992px){
	
	.wpcf7-form{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}

	.wpcf7 .soy_campo.soy_nombre,
	.wpcf7 .soy_campo.soy_email,
	.wpcf7 .soy_campo.soy_cp,
	.wpcf7 .soy_campo.soy_telf,
	.wpcf7 .soy_campo.soy_nif,
	.wpcf7 .soy_campo.soy_poblacion,
	.wpcf7 .soy_campo.soy_metros{
		-webkit-box-flex: 0 0 30%;
		-moz-box-flex: 0 0 30%;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}

	.wpcf7 .soy_campo.soy_comentarios,
	.wpcf7 .soy_submit{
		-webkit-box-flex: 0 0 100%;
		-moz-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

}

/* Página de carrito */
.woocommerce-cart .quantity input.qty{
	width: 150px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text + .button{
	width: 100%;
}
.woocommerce table.cart td.actions .coupon .input-text + .button{
	margin-top: 10px;
}

@media screen and (min-width: 769px){
	.woocommerce-cart table.cart td.actions .coupon .input-text{
		width: 200px;
	}
	.woocommerce table.cart td.actions .coupon .input-text + .button{
		width: auto;
		margin-top: 0;
	}
}

/* END MOD */

/* // MOD #46311 (17/11/21) - Destacar ítem de ofertas */
.soy_item_destacado .jet-menu-title,
ul.jet-mobile-menu__items .soy_item_destacado span{
	text-decoration: underline;
	font-weight: bold;
}

/* Ocultar ítem de ofertas anterior */
#menu-1-c65285f .menu-item-1974{
	display: none;
}
/* END MOD */

/* // MOD #46311 (27/9/22) - Ajuste en landing */
.soy_grid_1_2_fotos{
	
}
.soy_grid_1_2_fotos{
	
}
.soy_grid_1_2_fotos .soy_imagen_full_height,
.soy_grid_1_2_fotos .soy_imagen_full_height .elementor-widget-container,
.soy_grid_1_2_fotos .soy_imagen_full_height .elementor-widget-container .elementor-cta,
.soy_grid_1_2_fotos .soy_imagen_full_height .elementor-widget-container .elementor-cta .elementor-cta__content{
	height: 100%;
}
.soy_bloque_interior_fotos_a_2 .elementor-row{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.soy_bloque_interior_fotos_a_2 .elementor-row .elementor-column.elementor-col-50{
	width: 100%;
}
.soy_bloque_interior_fotos_a_2 .elementor-row .elementor-column.elementor-col-50 .elementor-column-wrap{
	padding: 0;
}
.soy_bloque_interior_fotos_a_2 .elementor-row .elementor-column.elementor-col-50:first-child .elementor-column-wrap{
	padding-bottom: 20px;
}
/* END MOD */

/* // MOD #61138 (29/9/22) - Ajustar menú mobile */
@media screen and (max-width: 768px){
	#top_menu .soy_bloque_buscador .elementor-widget-container{
		margin-top: 0;
		padding: 0 10px 0;
	}
	#top_menu .soy_carrito .elementor-button-link.elementor-button{
		padding: 0;
	}
	.micuenta .log-out.log-link{
		height: 20px;
	}
}
/* END MOD */

/* // SOYMOD #63986 (30/12/22) - Clases botón muestras */
/* Botón de Pedir muestras */
.soy_boton_pedir_muestras{
	width: 100%;
	margin-bottom: 30px;
/* 	display: none; */
}
.soy_boton_pedir_muestras .soy_pedir_muestras{
	background: #fff;
	color: #666;
	border: 2px solid #b3bac1;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 20px;
	font-weight: 500;
	line-height: initial;
	cursor: pointer;
	font-weight: 800;
}
.soy_boton_pedir_muestras .soy_pedir_muestras:hover{
	opacity: 0.7;
}

#pedir{
	display: none;
}

/* // SOYMOD #66553 (28/4/23) - Mensaje de cantidad */
.soy_mensaje_cantidad_requerida{
	display: none;
	border: 2px solid #cc5e5e;
	padding: 10px;
	background: #e1a9a9;
	color: #000;
	font-weight: bold;
}
/* END MOD */
/* // SOYMOD #69248 (13/6/23) - Ajuste para evitar scroll horizontal en ficha */
.single-product main{
	width: 100%;
}
/* END MOD */

/* // SOYMOD #66996 (21/6/23) - Ajustes postactualización */
.elementor-46 .elementor-element.elementor-element-892e26a div.elementor-icon svg{
	height: 30px;
}

/* END MOD */

/* // SOYMOD #74461 (9/11/23) - Modal MailChimp */
#PopupSignupForm_0 .mc-modal{
	background: #fff;
}
/* END MOD */

/* // SOYMOD #46311 (28/12/23) - Vídeos iframe */
.product iframe{
	max-width: 100%;
}
/* END MOD */

/*SOYMOD #80663*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background: rgba(0, 0, 0, 0.5) !important;
 	height: 100%;
 	max-height: 100%;
 	display: flex;
 	justify-content: center;
 	align-items: center;

}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	background-color: #000;
	padding: 45px !important;
}

/*ENDMOD*/

/* // SOYMOD #46311 (10/6/24) - Ajuste menú logo responsive */
@media screen and (min-width: 1024px){
	#topmenu > .elementor-container > .elementor-row > .elementor-col-33:nth-child(3){
		display: none;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1100px){
	/* Col logo */
	#topmenu > .elementor-container > .elementor-row > .elementor-col-33:nth-child(1){
		width: 170px;
	}
	/* Col menú */
	#topmenu > .elementor-container > .elementor-row > .elementor-col-33:nth-child(2){
		width: calc(100% - 180px) !important;
	}
	#topmenu ul:not(.sub-menu) .jet-menu-title{
		font-size: 13px;
	}
	.micuenta .log-out.log-link{
		font-size: 14px;
	}
}
/* END MOD */

/* // SOYMOD #83025 (2/8/24) - Ajuste grid en home */
@media screen and (max-width: 767px){
	#soy_col_izda_ajuste,
	#soy_bloque_grid_ajuste{
		width: 100%!important;
	}
	#homecats section:last-of-type{
		left: unset;
		width: 100%;
	}
	#homecats .elementor-column-wrap{
		padding: 0;
	}
	#homecats .elementor-column-wrap .elementor-column-wrap{
		padding: 0;
	}
}

@media screen and (min-width: 768px){
	#soy_bloque_grid_ajuste .elementor-widget-wrap{
		padding: 0!important;
		overflow: hidden;
	}
	#soy_bloque_grid_ajuste{
		margin-top: 10px;
	}
	#soy_bloque_inferior_ajuste{
		margin-top: 10px;
	}
	#soy_ajuste_izdo,
	#soy_ajuste_derecho{
		margin-bottom: 10px;
	}
	#soy_ajuste_izdo{
/*
		margin-top: -10px;
		margin-left: -10px;
*/
	}
	#soy_ajuste_derecho{
/*
		margin-top: -10px;
		margin-right: -10px;
*/
		margin-left: 15px;
	}

}
/* END MOD */