/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.14.2
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.0.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/




/* --- GIAO DIEN FLASH SALE --- */
.flash-sale-wrapper {
    margin: 20px 0;
    font-family: sans-serif;
}
.flash-sale-container {
    background-color: #e2e3d5; 
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.flash-sale-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.timer-unit {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    min-width: 90px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.timer-unit span {
    display: block;
    font-size: 35px;
    font-weight: 800;
    color: #000;
    line-height: 1;
}
.timer-unit p {
    margin: 8px 0 0;
    font-size: 11px;
    color: #888;
    font-weight: bold;
}
.flash-sale-products {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px;
}
/* Nhãn giảm giá tròn màu cam giống hình */
.onsale {
    background-color: #d26e19 !important;
    border-radius: 50% !important;
    width: 55px !important;
    height: 55px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 11px !important;
}