/*
Theme Name: denled360.com
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  ***************/


}

h1 {
		font-size: 1.5em;
}
.product-summary .quantity, .quantity+.button{
		font-size: 0.9em;
}
#billing_country_field{
		display: none;
}
/* Ẩn nút 'Thêm vào giỏ hàng' trên trang danh mục */
.archive .add-to-cart-button {
    display: none;
}

ins .woocommerce-Price-amount, span.amount {
    color: #d0021c;
}
.price del, .product_list_widget del, del .woocommerce-Price-amount {
	color: #c6c6c6;
/* 	font-size: 12px; */

}

.add-to-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nbw_single_price {
    margin-bottom: 10px;
}
.product-info .price ins bdi, .product-info .price bdi, .nbw_single_price bdi {
    font-size: 30px;
}
.nbw_single_price .gia-chinh-hang, .nbw_single_price .gia-chinh-hang bdi {
    font-size: 14px;
    color: #565656;
    text-shadow: none;
}
del span.amount {
    opacity: 1;
}
.gia-chinh-hang .label-km {
    background: #da0000;
    padding: 3px 7px;
    color: white;
    border-radius: 3px;
}
.nbw_single_price .tiet-kiem-box {
    margin-top: 5px;
}

.single-product .devvn_single_rating span.devvn_average_rate{
	display: none;
}

@media (max-width: 676px){

.devvn_rating_loop.loop_sold {
    font-size: 12px;
    display: block;
}

.devvn_rating_loop .star-rating {
    font-size: 12px;
}
}
.devvn_rating_loop{
	margin-right: 15px;
}
.message-container .wc-forward {
 	display: inline-block !important;
}
.isures_gift_promotion{
	margin: 20px 0 !important;
    background: #f7f7f7 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #dddddd !important;
    color: #656565 !important;
	width: 100% !important;
}
.custom-buttons-container {
    display: flex;
}

.custom-buttons-container .btn-contact {
	height: 50px;
	display: flex;
    text-align: center;
    border-radius: 5px;
    color: white;
	align-items: center;
    justify-content: center;
}

.custom-buttons-container .zalo-button {
    background-color: #1c93e6;
	width: 50%;
	margin: 10px;
}

.custom-buttons-container .messenger-button {
    background-color: #0084ff;
	width: 50%;
	margin: 10px;
}
