/*
 Theme Name:     Divi-Asuni Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi-Asuni Child Theme
 Author:         Fran Montero
 Template:       Divi
 Version:        1.0.31
*/

/* PRECIOS */
/* ------- */
/* grupo precio en página catálogo */
span.price {
	text-align: center !IMPORTANT;
}

/* precio en color icreatia */
span.price span.woocommerce-Price-amount {
	font-weight: bold;
	color: #f5b250;
}

/* excepción: el precio tachado */
span.price del span.woocommerce-Price-amount {
	font-weight: normal;
	color: #666;
}

p.price {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Precio sin iva en pagina producto */
span.siniva {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
/* ----------- */
/* FIN PRECIOS */


/* Quitar etiqueta "sale" */
.woocommerce span.onsale {
    display: none;
}

/* Zona registro en my-account */
.woocommerce #customer_login .u-column2 {
	display: none;
}

.woocommerce {
	padding-bottom: 44px;
}

/* Cambio texto traducción My Account -> Dashboard */
li.woocommerce-MyAccount-navigation-link--dashboard a {
	font-size:0;
}

li.woocommerce-MyAccount-navigation-link--dashboard a:after {
	content: 'Inicio';
	font-size: initial;
}

woocommerce-orders-table__cell-order-actions a.button {
	font-size: 16px;
	line-height: 20px;
	padding: 4px;
	border: 1px;
}

.related.products {
  display: none;
}

.product_meta .sku_wrapper {
    display: none;
}

div.woocommerce-product-gallery__image {
	border: 1px solid #C0C0C0;
}