/********************
Sidebar right
*********************/
#right-sidebar ul li span {color: #000;}
.sidebar-products, 
.sidebar-category, 
.widget_price_filter, 
.product-filter-by-color,
.widget_layered_nav,
.news-latest,
.news-tags{
	margin: 0 0 30px 0;
	clear: both;
	background: #fff;
}
.sidebar-category h4, 
.sidebar-products h4,
.widget_price_filter h4,
.product-filter-by-color h4,
.widget_layered_nav h4 {
	text-align: left;
}
.sidebar-category .widget-title:before,
.sidebar-products .widget-title:before,
.widget_price_filter .widget-title:before,
.product-filter-by-color .widget-title:before,
.widget_layered_nav .widget-title:before {
	left: 0; 
	margin-left: 0px;
}
.block_content{padding: 0;}
.sidebar-category ul.product-categories {
	padding: 2px 0;
	margin: 0;
}
.sidebar-category ul.product-categories li {
	margin: 0;
	padding: 0;
	position: relative;
}
.sidebar-category li a{
	position: relative;
	padding: 5px 0 5px 0;
	display: inline-block;
	width: 90%;
	color: #000;
}
.sidebar-category li a:hover{color: #ED4397;}
.sidebar-category ul.product-categories li.active a {
	color: #ED4397;
}
.sidebar-category ul.product-categories li:after {
	/*border-bottom: 1px solid #e8e8e8;
	content: "";*/
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	display: block;
}
.sidebar-category ul.product-categories li:last-child:after{display: none;}
.sidebar-category span.grower {
	display: block;
	position: absolute;
	right: 0;
	cursor: pointer;
	font-family: "FontAwesome" !important;
	font-size: 14px;
	z-index: 9;
}
.sidebar-category li span.grower.OPEN:before, 
.sidebar-category li span.grower.CLOSE:before {
	content: "\f0d8";
	display: block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #3f3f3f;
	line-height: 35px;
	text-align: center;
}
.sidebar-category li span.grower.CLOSE:before {
	content: "\f0d7";
	color: #3f3f3f;
}
.sidebar-category li span.grower.CLOSE:before:hover{color: #7aaedd;}
/*ul.product-categories ul{border-top: 1px solid #e8e8e8;}*/
ul.product-categories ul li ul.children li a{padding-left: 30px;}
ul.product-categories ul li > a {padding-left: 20px ;}
/***********************
Bộ lọc
************************/
#price_filter {margin-top: 35px;}
.widget_price_filter .ui-widget-content{
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 4px;
	position: relative;
	z-index: 1;
	background: transparent;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border: 1px solid #e8e8e8;
	margin-bottom: 5px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: -1px;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 4px;
	position: relative;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
	background-color: #ED4397;
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	top: 1px;
	z-index: 1;
	content: "";
}
.widget_price_filter .ui-slider .ui-slider-handle{
	width: 22px;
	height: 11px;
	border: 0;
	margin-left: -11px;
	margin-right: 0;
	top: -12px;
	background: none!important;
	border: 11px solid #232222;
	border-bottom: none;
	border-color: #232222 transparent transparent transparent;
	position: absolute;
	z-index: 2;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	background-color: #7aaedd;
}
.widget_product_price_slide label{display: inline-block;color: #000;}
body .widget_product_price_slide input[type="text"]{
	display: inline-block;
	max-width: 200px;
	border: none;
	color: #000;
	background: none;
}
.product-filter-by-color h3{margin: 0;}
.product-filter-by-color .filter-color{
	/*padding: 20px 0 0 0;*/
	margin-bottom: 15px;
}
.product-filter-by-color ul li {
	list-style: none;
	padding: 0;
	line-height: 0;
	width: 30px;
	height: 30px;
	margin: 0 8px 8px 0;
}
.product-filter-by-color ul li .colour  {
	width: 30px;
	height: 30px;
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	line-height: 0;
	border: 1px solid #f7f7f7;
}
.product-filter-by-color ul li span{display: none;}
.product-filter-by-color ul li .colour:before {
	content: "";
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -3px;
	top: -3px;
	border: 1px solid #e8e8e8;
	z-index: 1;
	opacity: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}
.product-filter-by-color ul li:hover .colour:before, .product-filter-by-color ul li.active .colour:before{opacity: 1;}
.product-filter-by-color ul li.active .colour:after {
	position: absolute;
	top: -10px;
	right: -12px;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	content: "\f00d";
	margin-right: 5px;
	z-index: 3;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: red;
}
#filter-size label{display: inline-block;}
.le-checkbox {
	position: relative;
	top: 0px;
	margin: 0 1rem 0 0;
	cursor: pointer;
	margin-right: 5px!important;
	width: 24px;
}
.le-checkbox:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 3px;
	z-index: 1;
	width: 17px;
	height: 17px;
	border: 2px solid #f2f2f2;
}
.le-checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 3px;
	width: 17px;
	height: 17px;
	background: #fff;
	cursor: pointer;
}
.le-checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: #7aaedd;
	border-top-style: none;
	border-right-style: none;
}
.navbar-collapse{padding: 0;}
/*Product*/
.ts-breadcrumb-parallax .breadcrumb-title-wrapper{
	background-attachment: fixed;	
	padding: 95px 0 325px 0;
	position: relative;
	background-image: url(http://hstatic.net/381/1000089381/1000126026/background_header.jpg?v=5137);
}
.ts-breadcrumb-parallax .breadcrumb-title-wrapper:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 0;
	background: -webkit-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1));
	background: -o-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1));
	background: -moz-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1));
	background: linear-gradient(to bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#000000')";
}
/*
#sliderproduct{
	width: 90px;
	float: left;
	position: relative;
	overflow: hidden;
}

#sliderproduct .product-thumb.active a:after, #sliderproduct .product-thumb:hover a:after{display: none;}
#sliderproduct .product-thumb.active, #sliderproduct .product-thumb:hover{border-color: #e8e8e8;}
*/
.news-latest .item-article {
	display: inline-block;
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #eaeaea;
	padding: 10px 0;
}
.news-latest .item-article .post-image {
	float: left;
	width: 28%;
}
.news-latest .item-article .post-content{
	float: left;
	width: 72%;
	padding-left:15px;
}
.news-latest .item-article .post-content a{
	font-size: 12px;
	font-weight: 500;
	display: block;
	color:#000;
	font-family: Roboto, sans-serif !important;
}
.news-latest .item-article .post-content a:hover{
	color:#ED4397;
}

/*----- News Tags -----*/
.btn-tags {
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	background: #ED4397;
	color: #fff;
	border: 1px solid #ED4397;
	padding: 5px 10px;
	display: inline-block;
	margin: 5px 5px 5px 0;
}
.btn-tags:hover {
	background: #ED4397;
	color: #fff;
	border: 1px solid #ED4397;
}





