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


.col-no-padding{
	padding-bottom: 0!important;
}
.entry-meta #breadcrumbs {
    text-align: center;
}
.entry-header-text {
    padding-bottom: 0;
}
.entry-header-text .entry-meta {
    font-style: italic;
}

.related-post .duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

.related-post .is-divider{
	display: none;
}

.related-post .post-title{
	font-size: 13px;
	padding: 5px 0px;
}

.related-post .box-bounce .box-text {
    min-height: 98px;
}



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


}


.custom-price {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    text-align: center;
}

.regular-price {
    color: #555555;
    font-size: 16px;
    text-decoration: line-through;
    display: block;
}

.sale-price {
    color: #075584; /* Xanh dương đậm theo yêu cầu */
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.woocommerce-Price-amount {
    font-weight: normal;
}

.woocommerce-Price-currencySymbol {
    font-size: 0.9em;
    margin-left: 3px;
}