/*
Theme Name:   	LTGOODS
Theme URI:    	http://themeisle.com/themes/shop-isle/
Author:       	Themeisle
Author URI:		https://themeisle.com
Description:  	ShopIsle is the perfect free theme designed for your WooCommerce shop based on bootstrap. Due to its flexibility ShopIsle can also be used for a one page business site, it has a fullscreen image, parallax effect, it provides a responsive blog section, is eCommerce ready, WPML, Photo Gallery Grid,Contact Form 7,Meta Slider, SiteOrigin Page Builder, JetPack compatible and SEO friendly. It features a simple, minimal and elegant style which will work perfectly for a clothing, electronics and almost any kind of store.
Version:      	1.1.40
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	shop-isle
Tags:         	two-columns,one-column, grid-layout, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template,footer-widgets,theme-options, translation-ready,e-commerce,blog,portfolio, threaded-comments
Template:       shop-isle

@import url("../shop-isle/style.css");*/


#header-widget-area{
	display: table-cell !important;
	height: 25px;
	margin-left: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

#header-widget-area .chw-widget ul{
	display: inline;
	list-style: none;
	float: left;
	padding-top:15px;
	padding-left: 0;
}

#header-widget-area .chw-widget a{
	color: rgba(255, 255, 255, 0.7);
}

.header-phone {
	float: right;
	position: relative;
	font-size: 14px;
	display: table-cell !important;
	padding-top: 13px;
}

	.header-phone .glyphicon-phone{
		display: inline-block;
	    position: relative;
	    top: 1px;
	    margin-right: 5px;
	    font-family: "Glyphicons Halflings";
	    font-weight: 400;
	    font-style: normal;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    line-height: 1;
	}


.added_to_cart{
	white-space: nowrap;
}



@media (max-width: 1200px){

	.navbar .container {
    	width: 100% !important;
	}
}

@media screen and (max-width: 768px){
	.navbar-fixed-top .navbar-collapse {
	    float: left;
	    width: 100%;
	    text-align: center;
	}

	#header-widget-area{
		max-width: 130px;
	}

	.phone-number{
		display: none;
	}
}