/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1762444432
Updated: 2025-11-06 15:53:52

/*PAGINA DE PAGO EN DOS COLUMNAS*/
@media (min-width: 900px) {
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: left;
width: 100%;}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: left;
width: 100%;}

#customer_details,
#order_review_heading,
#order_review {
width: 48%;}

#customer_details {
float: left;}

#order_review_heading,
#order_review {
float: right;}

#order_review_heading {
clear: none;
padding-top: 0;}

}


