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

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-summary .woocommerce-Price-currencySymbol {
    font-size: 1em;
    padding-left: 4px;
}

.a-header-phone {
    font-size: 1.4em!important;
}

.a-fix {
    padding: 0!important;
    color: #fff!important;
    font-weight: 800;
}

.a-fix:hover {opacity:0.7!important;}

/*
.cart-subtotal {
    display: none;
}
*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.a-fix {
    padding: 0!important;
    color: #555!important;
    font-weight: 800;
}

}