/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE 123.   ***************/
.purchased-status {
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}
/* Bố cục 2 cột */
.woocommerce-checkout .col2-set {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.woocommerce-checkout #order_review {
    width: 48%;
    float: right;
}

/* Định dạng các ô input */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout textarea {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
}

/* Định dạng phương thức thanh toán */
.woocommerce-checkout .payment_methods {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

/* Nút đặt hàng */
.woocommerce-checkout #place_order {
    background-color: #4CAF50;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
}

/* Định dạng sản phẩm trong giỏ hàng */
.woocommerce-checkout .product-name {
    display: flex;
    align-items: center;
}

.woocommerce-checkout .product-name img {
    width: 50px;
    margin-right: 10px;
}

/* custom-editor-style.css */
.bordered-title {
    border: 2px solid #333;
    padding: 10px;
    margin: 10px 0;
}

.shadow-title {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.highlighted {
    background-color: #f7f7f7;
    padding: 15px;
    border-left: 4px solid #0073aa;
}

.bordered {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

.highlight {
    background-color: #fff3cd;
    padding: 2px 5px;
}

.custom-quote {
    border-left: 5px solid #0073aa;
    padding: 10px 20px;
    background: #f5f5f5;
    margin: 20px 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Hazoweb Format Content CSS */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.entry-content p {
    margin-bottom: 1em;
}
.entry-content ul, .entry-content ol {
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.entry-content img {
    margin-bottom: 1em;
}
.entry-content a {
    color: #1e73be;
    text-decoration: none;
}
.entry-content a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.entry-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    font-style: italic;
    margin-left: 1em;
    margin-bottom: 1em;
}
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}
.entry-content table td, .entry-content table th {
    border: 1px solid #ddd;
    padding: 8px;
}
.entry-content table th {
    background-color: #f2f2f2;
}
