/*
Theme Name: Phụ kiện
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*
.badge-container .on-sale{
    background: url('images/giamgia.png');
}
.on-sale{
    background-color: transparent !important;
}
.badge-container{
    margin-top: 10px;
    left: unset !important;
    right: 5px !important;
}
.badge-container span.onsale{
        font-size: 92%;
}
.cdc_thetip .cdc_thetitle{
    background: #CE0707;
}
.badge-container .badge {
    height: 49px;
    width: 49px;
}
*/

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


}