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


}
h1.product-title.product_title.entry-title {
    color: #fab81e;
}
a.header-cart-link.icon.primary.button.round.is-small {
    background: black!important;
}
a.icon.primary.button.round.is-small {
    background: black !important;
}
.header-vertical-menu__opener.dark {
    color: #020202!important;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none!important;
}
a.ux-menu-link__link.flex {
    font-size: 16px!important;
	color:black;
}
span.amount {
    color: #F44336!important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}