/*
 Theme Name: Divi Hijo
 Author: Manager SAS   
 Template:  Divi 
*/
/* =Aquí empieza la personalización de tu tema */

.btnPopUp{
	background-color: #7C5E8D;
	color: white;
	border: none;
	border-radius: 15px;
	text-align: center;
	padding: 10px 20px;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s, color 0.3s;
}
.btnPopUp:hover{
	background-color: white;
  color: #7C5E8D;
}

.woofc-icon-cart6.hide {
    display: none;
}
.wpcf7-submit{
	position: relative;
	bottom: 20px;
	margin-top: 20px; 
	border-radius: 50px;
	background-color: #00695c !important;
}
.woocommerce-variation-description{
	color: #003b4c !important;
	font-size: 15px;
}
.woocommerce-variation-price > .price{
	color: #7c5e8d !important;
	font-size: 25px !important;
	font-weight: bold;
	margin-bottom: 20px !important;
}
.woocommerce-info{
	background-color: #7c5e8d !important;
}
.select{
	background-color: #c4c4c4;
    border-bottom: 1px solid #001;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    outline: none;
	padding: 10px;
    transition: 0.4s border;
    width: 100%;
}

.et-cart-info{
	display: none;
}