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

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

.quick-view-popup .product-info .short-description, .single-product-page .product-info .short-description {
    float: none;
}

.new-amount {
    white-space: nowrap;
    color: #f75555 !important;
    font-weight: bold;
    font-size: 120%;
}

.quantity, .text-center .quantity {
    display: none !important;
}

/* Remove the duplicate price on Single Product Page*/

/*.product-page-price  {
	display: none;
}*/

/* To hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}