/*
Theme Name: The7 Child
Theme URI: https://the7.io/
Template: dt-the7
Author: Gema
Author URI: https://ideisoft.com
Tags: multipurpose,responsive,retina ready,SEO ready,mobile friendly,iOS,material design,clean,minimal,business,corporate,portfolio,creative,photography,one page site,micro site
Version: 11.9.2.1.1706003444
Updated: 2024-01-23 10:50:44

*/

.doble-input {
	width: 38% !important;
} 

.mg-l-25 {
	margin-left: 25px !important;
}

.mg-t-20 {
	margin-top: 10px;
}

.pd-10 {
	padding: 10px;
}


/*COLORES*/
.bg-gris-claro {
	background-color: #fff !important;
}

.bg-violeta-claro {
	background-color: #EBD7FA !important;
}

/*Elimina el puntito que de woo product masonary*/
.lista_productos ul {
	 list-style:none !important;
}


/* Formulario unete*/
/*linea 3937 en estilos del padre para cambiar fondo de inputs*/
.wpcf7-form input,.wpcf7-form textarea{ }

.flex {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap !important;
}

.custom-holder::placeholder,
label.formulario {
	color: #444 !important;
	font-size: 18px;
}

.custom-radio {
	border-top-right-radius: 8px !important;
	border-bottom-left-radius: 4px !important;
}

#localidad,
#horario {
	padding: 5px !important;
}

.elementor-53741 .elementor-element.elementor-element-3386f9f6 article .box-button, .elementor-53741 .elementor-element.elementor-element-3386f9f6 article .box-button .popup-icon, .elementor-53741 .elementor-element.elementor-element-3386f9f6 article .box-button:hover, .elementor-53741 .elementor-element.elementor-element-3386f9f6 article .box-button:focus, .elementor-53741 .elementor-element.elementor-element-3386f9f6 .box-hover:hover article .box-button {
	color: #fff !important;
}

.boton-form {
  padding: 10px 20px;
  font-size: 16px;
  transition: transform 700ms ease-in-out; /* Transición en la propiedad transform durante 700ms */
}

-boton-form:hover {
  transform: scale(1.1); /* Escalar el botón al 110% del tamaño original al hacer hover */
}

.wpcf7-response-output {
	border-radius: 5px;
    font-size: 18px;
}



/*Descripciones de producto*/
ul.descripcion {
	list-style: none;
}

li.descripcion_producto {
	margin-bottom: 10px;
    display: flex;
    align-items: center; 
}


li.descripcion_producto_negrita {
	margin-bottom: 10px;
}


img.icono {
	width: 22px !important; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto !important;
    margin-right: 10px;
	margin-top: 0px;
	max-width: 22px !important;
}

.descripcion img.icono {
	width: 22px !important; /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto !important;
    margin-right: 10px;
	margin-top: 0px;
	max-width: 22px !important;
}

/*Letras añadir lista deseos (oculto ya que se ve duplicado...)*/
.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
   color: #fff !important;
	/*display: none !important;*/
	margin: -10px !important;
}

/* QUIENES SOMOS*/
.elementor-54529,
.elementor-element.elementor-element-9c5c3e4  {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

/* Pedido recibido - Gracias por tu compra*/
.woocommerce-thankyou-order-received {
	font-size: 24px !important;
    color: purple;
}

/*opcion login menu no debe verse*/
.elementor-element-2482c90, 
.elementor-element-ab42258,
.elementor-element-f04144c
{
    display: none;
}

/*LOGO*/
/* Cambiar tamaño */
a.same-logo {
    width: 80px !important;
    height: 80px !important;
}

.button {
	color:#fff !important;
}



@media screen and (max-width: 992px) {
	.masthead .mobile-header-bar {
		display: none !important;
	}
	
	.sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
    	display: none !important;
  	}
}

 


@media screen and (max-width: 772px) {
	.masthead:not(.side-header) .mobile-header-bar, .side-header.masthead-mobile-header .mobile-header-bar {
		visibility: hidden !importnat;
	}
}

	
