/*
 Theme Name:     Divi Child
 Theme URI:      
 Description:    Divi Hijo
 Author:         Nicolas Cejas Montero
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =La personalización comienza aquí:
------------------------------------------------------- */
/*Configuraciones de botones quantity*/
/* Estilos de la div que contiene el campo de numero del quantity */
/*.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.wc-quick-view-product-summary form.cart div.quantity {
    margin: 0 0 0 0 !important;
    overflow: hidden;
	float: none !important;
	vertical-align: middle;
	display: inline-block;
	text-align: center !important;
	width: auto;
}

.woocommerce div.product form.cart div.quantity input.qty, .woocommerce-page div.product form.cart div.quantity input.qty,
.woocommerce #content div.product form.cart div.quantity input.qty,
.woocommerce-page #content div.product form.cart div.quantity input.qty,
.wc-quick-view-product-summary form.cart div.quantity input.qty {
	width: 3em !important;
}

form.cart button {
    vertical-align: middle;
    float: none !important;
}

form.cart button:hover {

}

 form.cart button.menos {
	vertical-align: middle;
    float: none !important;
	color: white !important;
	border: 0px!important;
	width: 1.6em !important;
	height: 1.6em !important;
	font-size: 17px !important;
	font-weight: bold;
	background-color: #6BA561!important;
 }

.woocommerce div.product form.cart button.mas, .wc-quick-view-product-summary form.cart button.mas  {
	margin-right: 15px;
	vertical-align: middle;
    float: none !important;
	color: white !important;
	border: 0px!important;
	width: 1.6em !important;
	height: 1.6em !important;
	font-size: 17px !important;
	font-weight: bold;
	background-color: #6BA561!important;
}*/

/*Desaparecen los botones internos a la caja de texto del quantity*/
/*.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button,
.wc-quick-view-product-summary div.product form.cart div.quantity input::-webkit-inner-spin-button  {
    -webkit-appearance: none !important;
    margin: 0 !important; 
}*/

/*.woocommerce div.product form.cart div.quantity input[type=number],
.wc-quick-view-product-summary form.cart div.quantity input::-webkit-inner-spin-button  {
    -moz-appearance:textfield !important; 
}*/
/*------ fin estilos quantity ---------*/
