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

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

.contact-info li:not(:last-child) 
{
	padding-right: 20px;
}
.contact-info li 
{
	border: none;
	display: inline-block;
	line-height: inherit;
	padding: 0;
	/*padding-left: 20px;*/
	vertical-align: middle;
}
.contact-info li::before 
{
    border: none;
    width: 15px;
}
.contact-info li i
{
    padding-right:5px;
}

.absolute-footer
{
	display:none !important;
}

.woocommerce-tabs
{
	font-size:1.1em;
}
.woocommerce-tabs > ul.tabs
{
	font-size:1.3em;
}
.single_add_to_cart_button
{
	border-radius:99px;
}