/* 
 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 #b1b1b1;
    padding: 0.5rem;
    min-height: 390px;
	text-align: center;
}

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

/* PRODUCT QUANTITY ON SHOP / ARCHIVE */
.woocommerce ul.products li.product .button {
    margin-left: 10px !important;
}

.custom-input {
    display: inline-block;
    max-width: 40px;
    padding: 0.45rem;
    border: 1px solid black;
}

.custom-input:hover {
    border-color: gainsboro;	
}