.widget_layered_nav > .widget-title{	
	cursor:pointer;
}
.widget_layered_nav > .widget-title > span{
	margin-right: 10px;
}
.widget_layered_nav ul{
	max-height: 200px;
	overflow-y: scroll
}
.widget_layered_nav ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.widget_layered_nav ul::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

.widget_layered_nav ul::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.widget_layered_nav ul li span.count{ 
	display:none; 
}
.widget_layered_nav .filter-layered-nav-filters{
	height:10px;
}
.gg-widget ul li.chosen{
	padding: 0 5px 5px 0;
    margin: 0 0 5px 0;
    display: inline-block;
    
}
.gg-widget ul li.chosen a:after{	
	content: '\f14a';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 0px 0px 10px;
	text-decoration:none;
}
.gg-widget ul li.chosen a:hover:after{
	content: '\f00d';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 0px 0px 10px;
	text-decoration:none;
}
.gg-widget.widget_layered_nav h4.widget-title{
	margin: 0px;
}
.gg-widget.widget_layered_nav_filters h4.widget-title{
	margin: 0 0 15px 0;
	text-align: left;
}
.gg-widget.widget_layered_nav_filters{
	border:1px dashed #ededed;
	/*border-top: none;
	border-left: none;*/ 
}

.widget_layered_nav .filter-search-container{
	margin: 0 0 3px 0;
}


.list-terms, .redirect-to-winerylist{ 
	cursor:pointer;
}
.list-terms:hover, .redirect-to-winerylist:hover{ 
	background: #ededed;
}
.active-list-terms{
	background: #b0976d !important;
}
.active-list-terms span.vc_icon_element-icon, .active-list-terms div.wpb_wrapper{
	color: #ffffff !important;
}
span.vc_icon_element-icon, div.wpb_wrapper{
	color: #b0976d !important;
}
.wines-term-list ul{
	width: 100%;
}
.wines-term-list ul li {
	position: relative;
	float: left;
	padding: 0 5px;
	width: 25%;
	list-style-type: none;
}
.wines-term-list ul li:hover{
	background: #ededed;
}
.term_descrption_container{
	margin-bottom: 2%;
	border-bottom: 1px solid #ededed;
}
.woocommerce-account label{
	text-transform: none;
}