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


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


}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
aside#woocommerce_product_categories-2 {
    background: #db850424;
    padding: 15px;
    border-radius: 10px;
    color: black;
}
aside#categories-2 {
    background: #db850424;
    padding: 15px;
    border-radius: 10px;
    color: black;
}
span.amount {
    color: #F44336!important;
    font-weight: 600;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #ef9c1e;
    font-weight: 500;
    font-size: 17px;
	padding-bottom: 10px;
}
p.box-excerpt.is-small {
    padding-top: 6px;
    font-size: 14px;
}
span.section-title-main {
    background: #ef9c1e;
    padding: 10px 20px;
    color: white;
}