/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.6
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/* Sửa lỗi dính chữ ở tiêu đề địa chỉ trên trang Cảm ơn */
.woocommerce-order-details .woocommerce-column__title, 
.woocommerce-customer-details .woocommerce-column__title {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

/* Tạo khoảng cách giữa hai cột địa chỉ nếu cần */
.woocommerce-customer-details .woocommerce-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}