/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.absolute-footer{
	display: none
}
.wpcf7-spinner{
	display: none
}
#footer form.wpcf7-form.init{
	max-width: 206px;
	    display: inline-block;
}
#footer{
	font-size: 12px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #333;
    font-weight: 700;
        font-size: 15px;
         margin-bottom: 10px;
}
.price-wrapper .price{
	font-size: 15px;
}
.section-title-bold-center span, .section-title-bold span{
	border:none;
	padding: 0;
	padding-right: 10px;
	font-size: 18px;
}
footer#footer {
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
}

@media only screen and (min-width: 850px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-cart-link.is-small {
    border: 1px dashed #dfdfdf;
    padding: 5px 15px;
}

}