/*
Theme Name: Personalizado
Version: 2.23
Description: Un tema hijo de Divi
Author: Personalizado
Template: Divi
*/

@import url("../Divi/style.css");

/*------------vertical align------*/
.idw-vertical-align
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*-----------------formulario de contacto-----------------*/
.gform_body input, .gform_body textarea
{
	border:2px solid #E0C6AD;
	padding:14px!important;
	margin-top:0px!important;
	margin-bottom:0px!important;
	transition: all 0.3s;
}
.gform_body input:focus, .gform_body textarea:focus
{
	border:2px solid #E0C6AD;
	background-color:rgba(255,255,255,0.9);
}
.gform_footer
{
	text-align:center;
}
.gform_button
{
	border: none;
	color: #fff;
	background-color: #E0C6AD;
	padding:10px 25px;
	transition: all 0.3s;
	cursor:pointer;
}
.gform_button:hover
{
	background-color:#333;
}
/*-----------------info adicional single prod-----------------*/
.desc-productos .woocommerce table.shop_attributes tr:nth-child(2n) th, .desc-productos .woocommerce table.shop_attributes tr:nth-child(2n) td
{
	background-color:#E0C6AD11;
}