/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.product_title
{
	color:rgb(207, 102, 31);
	padding:10px;
    font-family: "Catamaran", sans-serif;	
    font-weight: 200;
    font-size: 32px;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price 
{
  color: #3638aa;
  font-weight:100;
}

#tab-description h2:first-child {
    display: none;
}

#tab-alergenos h2:first-child {
    display: none;
}

#tab-reviews h2:first-child {
    display: none;
}

#tab-informacion-nutricional h2:first-child {
    display: none;
}


/* Selector para modificar tamaño del tipo de letra en el desplegable del carrtio de la compra*/
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
 display:block;
 font-weight:100
}
/* Selector para modificar padding en el desplegable del carrtio de la compra*/
.woocommerce.widget_shopping_cart .cart_list li {
    padding:0 0 0 5em;
    margin:0;
    box-sizing:border-box;
    min-height:3em
   }