/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: CreaWeb
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.left_filter{
    max-width: var(--global-content-width); 
    margin: 0 auto;
     padding: 0 var(--global-content-edge-padding);
 }
 .switcher-language{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
 } 

 .switcher-language li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 5px;
 }

#inner-wrap .woocommerce-notices-wrapper {
   width: 100%;
   max-width: var(--container-max-width);
   margin: 0 auto;
   /* padding: var(--default-mp); */
   background-color: var(--default-bg);
   
}
#inner-wrap .woocommerce-notices-wrapper ul li{
   list-style: none;
   
}
.woocommerce-message{
   padding: var(--default-mp);
}

#chaty-widget-0 .chaty-widget {
   bottom: 90px!important;
}

/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.35rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7-submit, .wpcf7-form-control-wrap input{
	width:100%;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.site-branding a.brand {

   gap: 0px!important;
}  