/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* HEADER STICKER */
.sticker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* MARCO DE PRODUCTOS */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: white;
    border: 1px solid #ffffff;
    padding: 0.5rem;
    min-height: 390px;
	text-align: center;
}

.product .cart {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 10px;
}

