/*
Theme Name: Geely Long Biên
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE. ***************/

.product .price .amount {
    color: #00adef;
    font-size: 26px;
    font-weight: 700;
}
.product .price del .amount {
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
}
.product .price ins {
    text-decoration: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .product .price .amount {
        font-size: 20px;
    }

}