/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2022 | 02:11:53 */
a{
	text-decoration:none !important;
}
.woocommerce ul.products li.product .button{
  background: #279FA1;
  color: #fff;
}
.woocommerce ul.products li.product .button:hover{
  background: #FBC87E;
	color:#279FA1;
}
.woocommerce ul.products li.product .price{
  font-size: 25px !important;
  color:#3C3C3B !important;
  font-weight: bold;
}
.woocommerce-loop-product__title{
  font-size: 18px !important;
  color:#3C3C3B !important;
  font-weight: bold;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
  text-align: center !important; 
}
li.product:hover{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
li.product{
	padding-bottom: 20px!important;
	background-color: #fff !important;
  }

.elementor-256 .elementor-element.elementor-element-76371d6.elementor-wc-products ul.products li.product .button{
  width: 100% !important;
}

.woocommerce-loop-product__title{
  color:#000!important;
  font-size: 22px;
}


.elementor-256 .elementor-element.elementor-element-76371d6.elementor-wc-products ul.products li.product .price{
  color: #221F25 !important;
}
@media only screen and (max-width: 600px) {
.nav-busqueda input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
  width: 320px;
}
}

/* ==========================================================================
   stiky footer
   ========================================================================== */
#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
 
main {
     -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page-content ul li em{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
