 .enfasis b{
	background:#51F2E9CC;
}

.enfasis_azul b{
	color:#1E58A3;
}


.enfasis_cursiva em{
	background:#51F2E9CC;
	font-style: inherit!important;
}

.enfasis_cursiva em spam{
	background:#51F2E9CC;
	font-style: inherit!important;
}

.woocommerce.widget_shopping_cart .buttons a:not(.checkout), .woocommerce .widget_shopping_cart .buttons a:not(.checkout){
	display:none!important;
}



 .wau_wrapper_div label{
	 width: 100%!important;
	display: block;
	line-height: 2.4;
	font-weight: bold;
	color: var(--global-palette5)!important;
	font-size: 90%!important;
	text-align: center;
 } 

.wau_wrapper_div {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #51F2E9CC;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
  margin-bottom:20px;
}

.wau_wrapper_div:hover {
  background: #eee;
  border-color: #111;
}

.wau_wrapper_div:hover .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

input[type=file] {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #1e58a3;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}


.site-top-footer-inner-wrap .widget-area .widget-title{
	font-family: "Century Gothic", Sans-serif !important;
}

#colophon .footer-navigation .footer-menu-container > ul li a{
	font-family: "Century Gothic", Sans-serif !important;
}

.widget_pages a:hover, .widget_pages a:focus, .widget_nav_menu a:hover, .widget_nav_menu a:focus{
	font-family: "Century Gothic", Sans-serif !important;
}

.widget_pages a, .widget_nav_menu a{
	font-family: "Century Gothic", Sans-serif !important;
}



.woocommerce form.checkout_coupon {
  border: 0px solid #b7cde1;
  padding: 20px;
  text-align: left;
  margin: 20px 0px 5px!important;
}

.borradoencarrito{
	float: right;
}



.woocommerce-checkout-review-order-table .cart-subtotal td{
	text-align:right;
}

.woocommerce-checkout-review-order-table .shipping td{
	text-align:right;
}

.woocommerce-checkout-review-order-table .cart_item .product-total{
	text-align:right;
}

.variation div{
	display: block;
	float: left;
	width: 100%;
}

