/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.custom.html_topbar_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom.html_topbar_left .header-block-item {
    height: 35px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 35px;
}
.custom.html_topbar_left .header-block-item .icon {
    display: inline-block;
    width: 30px;
    float: left;
}
.custom.html_topbar_left .header-block-item .info {
    width: calc(100% - 32px);
    -o-width: calc(100% - 32px);
    -moz-width: calc(100% - 32px);
    -webkit-width: calc(100% - 32px);
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 19px;
}
.header-bottom {
	background: url('images/bg_header.png') no-repeat;
	background-position: center;
}
#header-contact.nav-uppercase>li>a {
    text-transform: unset;
} 
.product-small.box .product-title {
    height: 36px;
}
.contact-footer a {
    display: block;
    margin-bottom: 10px;
}
.contact-footer a > i {
    width: 16px;
    text-align: center;
}
/*************** ADD CUSTOM CSS HERE.   ***************/


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


}