/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 21:44:41 */
/* -- Boton de REALIZAR PAGO -- */
#place_order{
	margin-top: 20px;
}

/* -- Caja de aplicar cupon -- */

/*- Link de ingresar cupon -*/

.e-woocommerce-coupon-nudge {
	margin-top: 0px;
}

/*- Input cupon -*/
.e-coupon-anchor{
	margin-top: 10px !important;
}

/* Checkbox de He leido los terminos*/
#terms,.input-checkbox{
	display: inline-block !important;	
}

/* Selector de departamento y ciudad */
.select2-selection__rendered{
	padding: 0px 10px !important;
	text-transform: none;
}

.select2-results__options{
	text-transform: none;
}


.woocommerce-form__label-for-checkbox{
	display:inline-block !important;
}

.ship-to-different-address{
	margin-bottom: none !important;
}

#billing_country,#shipping_country{
	width: 100% !important;
}