/*
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.   ***************/


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


}

.product-short-description {
	display: none;
}
/* === FLASH SALE === */

.flash-sale-container-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1faf4b;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif
}

.flash-sale-text {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: rgba(255, 255, 255, .8)
}

.flash-sale-countdown {
    display: flex;
    align-items: center;
    font-size: .9em;
    font-weight: 600
}

.flash-sale-countdown .timer-icon {
    font-size: 1.2em;
    margin-right: 8px
}

.flash-sale-countdown .countdown-item {
    background-color: #222;
    color: white;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 4px;
    min-width: 28px;
    text-align: center
}

.flash-sale-countdown .countdown-separator {
    font-weight: bold;
    font-size: 1.2em
}

.flash-sale-ended {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold
}

/* === KHỐI THÔNG TIN CHUNG === */

.custom-product-info-wrapper {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9
}

.custom-product-info-wrapper>div:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc
}

.product-status-block p {
    margin: 0
}

.product-status-block .in-stock {
    color: #28a745;
    font-weight: bold
}

.product-status-block .out-of-stock {
    color: #dc3545;
    font-weight: bold
}

.contact-info-block p {
    margin: 5px 0;
    line-height: 1.6
}

.contact-info-block a {
    text-decoration: none;
    color: #0056b3
}

.contact-info-block a:hover {
    text-decoration: underline
}

.social-share-block p {
    margin-bottom: 10px
}

.social-share-block .share-btn {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-weight: bold
}

.share-btn.facebook {
    background-color: #1877F2
}

.share-btn.zalo {
    background-color: #0068FF
}