/*
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.   ***************/
.widget_product_categories span.widget-title {
	float: left;
    width: 100%;
    background: #ad4600;
    padding: 8px 20px;
    color: white;
}
.widget_product_categories>ul>li {
    letter-spacing: .05em;
    color: #777;
    float: left;
    font-size: 11px;
    padding: 4px 4px 4px 4px ! important;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #fff;
}
aside.widget_product_categories>ul>li>a {
	padding: 6px 17px;
}

 #map {
    height: 250px;
	width: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
	height: 100%;
    margin: 0;
    padding: 0;
}
#floating-panel {
	display: none;
    position: absolute;
    top: 10px;
        left: 25%;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 10px;
      }
      #floating-panel {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -180px;
        width: 350px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
      }
      #latlng {
        width: 225px;
      }	  

#billing_address_1:after {
    font-family: 'FontAwesome';
    color:black;
    position: relative;
    content: "\f042";
}
.naw_special_label {
	margin: 10px 0; 
}
ul.woocs_auto_switcher {
	width: auto;
    height: auto; 
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	ul.product-categories {display:none;}
	.widget_product_categories span.widget-title:after {
		content: "\33";
		font-family: 'ElegantIcons';
		float: right;
		padding-left: 0.5em;
		speak: none;
	}
}