/*
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.   ***************/

/* Header Fonts */

h1 {
font-size: 2.5em !important;
line-height: 1.3 !important;
}

ul.product_list_widget li {
list-style: none;
padding: 10px 0 45px 75px !important;
min-height: 80px;
position: relative;
overflow: hidden;
vertical-align: top;
line-height: 1.33;
}

woocommerce-variation-price {
border-top: 1px dashed #ddd;
font-size: 1.2em;
padding: 7.5px 0;
color: #F49831 !important;
}

del span.amount {
opacity: .9;
font-weight: normal;
margin-right: .3em;
color: #D01616 !important;
}

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


}