/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2024 | 15:49:51 */
/* Dos columnas */

@media screen and (min-width: 768px) {
/* Columnas */
	
#customer_details {
	width: 48%;
	float: left;
}

#customer_details.col2-set .col-1, #customer_details.col2-set .col-2 {
	float: none;
	width: 100%;
}

#order_review_heading {
	width: 48%;
	float: right;
	margin-bottom: 50px;
}

#order_review {
	width: 48%;
	float: right;
}
	
}

/* Textos */

.woocommerce-checkout .checkbox input[type="checkbox"] {
	position: inherit;
}