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

/*************** ADD CUSTOM CSS HERE.   ***************/

.product-small .hover-slide-in a.nut-xem {
    border-radius: 4px;
    padding: 6px 29px;
    display: block !important;
    /* width: 106%; */
    margin-bottom: 8px;
}
.xem-them .nut-xem-them {
    background: #F38523 !important;
}
.product-small .hover-slide-in {
    height: 100%;
    background: #0e0e0eb3;
    vertical-align: middle;
}
b, strong {
    font-weight: bold;
}
.single-product .div-danh-muc{
	display: none;
}
.box-category .count{
	display: none;
}
.product-title{
	font-weight: bold;
}
span.amount{
	color: red;
}
.product-small .hover-slide-in .xem-them {
    padding-top: 50%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}