@font-face {
	font-family: 'ArialR';
	src: url('../fonts/ArialMT.eot');
	src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialMT.woff') format('woff'),
		url('../fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.section-category .dropdown-menu{
	display: block;
	margin: 0;
	border: none;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}

.section-collection-2.section-collection .section-title .title h3{
	background: #00bfa5;
}

.section-collection-3.section-collection .section-title .title h3{
	background: #ffa800;
}
.section-collection-4.section-collection .section-title .title h3{
	background: #1e92c2;
}
.section-collection-5.section-collection .section-title .title h3{
	background: #f94e37;
}
.section-collection-6.section-collection .section-title .title h3{
	background: #ffa800 ;
}

.section-title .title h3:after {   
	border-left: 35px solid #f94e3f;   
}
.section-collection-2.section-collection .section-title .title h3:after {   
	border-left: 20px solid #00bfa5;   
}
.section-collection-3.section-collection .section-title .title h3:after {   
	border-left: 20px solid #ffa800;   
}
.section-collection-4.section-collection .section-title .title h3:after {   
	border-left: 20px solid #1e92c2;   
}
.section-collection-5.section-collection .section-title .title h3:after {   
	border-left: 20px solid #f94e37;   
}
.section-collection-6.section-collection .section-title .title h3:after {   
	border-left: 20px solid #ffa800 ;   
}


/*Home page*/


.dq-stt-1{
	margin:30px 0px 30px 0px
}
.dq-stt-1.slider{margin-top:0; margin:0;}

.dq-stt-2{
	padding:30px 0px 30px 0px
}


.dq-stt-3{
	margin:0px 0px 35px 0px
}


.dq-stt-4{
	margin:0px 0px 35px 0px
}


.dq-stt-5{
	margin:0px 0px 35px 0px
}


.dq-stt-6{
	margin:0px 0px 35px 0px
}


.dq-stt-7{
	margin:0px 0px 35px 0px
}


.dq-stt-8{
	margin:0px 0px 30px 0px
}


@media(max-width: 1199px){
	.dq-stt-8{
		margin-bottom: 0;
	}
	.dq-stt-1{
		margin-bottom: 40px;
	}
}


/*Product detail*/
#gallery_01 img#zoom_01 {
	border: 1px solid #ebebeb;
}
.details-product .product-images{
	border: 1px solid #ebebeb;
	padding-right: 1px;


}
@media(min-width: 1200px){
	.details-product .product-images{
		
	}
}
.zoomWindowContainer > div {
	border: 1px solid #ebebeb!important;
}

.at4-share-outer.addthis-smartlayers.addthis-smartlayers-desktop{
	display: none;
}

/*Popup*/

.ajax-load {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	opacity: 0;
	visibility: hidden;
}

.ajax-load.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.dqdt-popup {
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.dqdt-popup .overlay {
	background-color: rgba(33, 33, 33, 0.8);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}

.dqdt-popup .content {
	position: relative;
	max-width: 1140px;
	min-width: 1140px;
	padding: 25px 28px;
	max-height: 0;
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: relative;

	padding: 25px 28px;
	max-height: 0;
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	background: #fff;
}

.dqdt-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0!important;
	height: auto;
	width: auto;
}

.dqdt-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
}

.dqdt-popup.active .overlay {
	width: 100%;
	height: 100%;
}

.close-window {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 8040;
	color: #fff;
	text-align: center;
	background: #333;
	line-height: 25px;
	border-radius: 50%;
}

.close-window .fa {
	display: block;
	font-size: 16px;
	line-height: 25px;
}


.dqdt-popup.loading {
	z-index: 9999;
}

.dqdt-popup.loading .loader {
	left: 50%;
	position: fixed;
	top: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.dqdt-popup.loaded-content .loader {
	display: none;
}
.product-popup .product-image {
	float: left;
	margin: 0 20px 0 0;
}

.product-popup .product-info {
	overflow: hidden;
	position: relative;


}
.product-popup .product-info p{
	margin-bottom: 0px;
	line-height: 24px;
}
.product-popup .product-info p.color-main{
	margin-bottom: 0px;
	color:#f94e3f;
}
.product-popup .product-info p.color-main span{

	color: #333;
}

.pop-right{
	background: #f9f9f9;
}
.addcart-popup .col-xl-6{
	padding: 40px 40px 50px 40px!important;
}
.addcart-popup .actions {
	margin-top: 58px;
}
.dqdt-popup.product-popup.active .content{
	overflow: visible;
}
.addcart-popup .actions .btn-small.btn-primary {
	background: #f94e3f;	
	border: 1px solid #f94e3f;	
	color: #fff;
}
.addcart-popup .actions .btn-small.btn-primary:hover {
	background: #fff;
	color: #f94e3f;
}
.product-popup .product-name {

}
.product-popup .product-info p.total-money{
	margin-bottom: 15px;
}

.product-popup .actions .btn, .product-popup .actions input[type="submit"] {
	margin: 0 5px 0 0;
	text-transform: inherit;
	height: 45px;
	background: #FFF;
	color: #f94e3f;
	border: 1px solid #f94e3f;
	padding: 0;
	min-width: 150px;
}
.product-popup .actions .btn:hover{
	background:#f94e3f;
	color: #fff;
}
.product-popup h3{

	color:#52b249;
	margin-bottom: 25px;
}
.product-popup h3 .fa{
	margin-right: 4px;
}
.product-popup .pop-right h3{
	color: #333;
}
.product-popup .product-image{
	border: 1px solid #ebebeb;
	height: 150px;
	width: 150px;
	position: relative;	
}
.product-popup .product-image img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding: 5px;
}

.dqdt-popup.product-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
	padding: 0;
}
.dqdt-popup .close-window .fa{

}

@media(max-width: 1199px){
	.dqdt-popup .content{
		max-width: 700px;
		min-width: auto;
	}
	.addcart-popup .actions{
		margin-top: 15px;
	}
}

@media(max-width: 543px){
	.dqdt-popup.product-popup.active .content{
		max-height: calc(100% - 60px);
		opacity: 1;
		padding: 10px;
		max-width: 320px;
		min-width: 320px;
	}
	.addcart-popup .col-xl-6 {
		padding: 0!important;
	}
	.product-popup h3{
		font-size: 18px;
		margin-bottom: 0;
	}
	.product-popup .actions .btn, .product-popup .actions input[type="submit"]{
		padding: 0 10px;
		line-height: 30px;
		min-width: 140px;
	}

}

/*Quickview*/

.quickview-product .product-single h1 a, .quickview-product .product-single .h1 a {
	font-size: 20px;
}

.quickview-product .product-single .price {
	font-size: 26px;
}

.quickview-product .content {
	padding: 30px;
}

.quickview-product .product-name {
	margin: 0 0 10px !important;
}

.quickview-product .review {
	margin-bottom: 10px;
}

.quickview-product .review:before, .quickview-product .review:after {
	content: " ";
	display: table;
}

.quickview-product .review:after {
	clear: both;
}

.quickview-product .review .spr-badge {
	float: left;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.quickview-product .review .spr-badge .spr-icon {
	margin: 0;
}

.quickview-product .review .spr-badge .spr-active {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}

.quickview-product .review .spr-badge .spr-badge-caption {
	float: left;
	margin: 0 0 9px;
}

.quickview-product span.available {
	display: none;
}

.quickview-product span.available.active {
	display: block;
}

.quickview-product .product-description {
	padding-bottom: 20px;
}

.quickview-product .product-actions {
	border: none;
	padding: 0;
	margin: 0;
}

.quickview-product .product-actions .btn-addToCart {
	clear: none;
	margin: 0;
}

.quickview-product .product-media {
	position: relative;
	min-width: 400px;
}

.quickview-product .product-media:before, .quickview-product .product-media:after {
	content: " ";
	display: table;
}

.quickview-product .product-media:after {
	clear: both;
}

.quickview-product .more-views {
	width: 80px;
	margin: 0;
	height: calc(100% - 60px);
	min-height: 361px;
	position: absolute;
	top: 30px;
	left: 0;
	overflow: hidden;
}

.quickview-product .more-views a {
	display: block;
	overflow: hidden;
	height: 100%;
}

.quickview-product .more-views img {
	display: block;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quickview-product .featured-image {
	float: right;
	width: calc(100% - 100px );
	margin: 0;
}

.quickview-product form {
	margin: 0;
}

.quickview-product .product-actions .product-single-quantity {
	margin-bottom: 0;
}

.quickview-product .product-single .product-description {
	margin: 0 0 25px;
}

.quickview-product .product-options {
	margin: 0 0 25px;
	padding: 0 0 25px;
}

.quickview-product .details {
	margin: 0 0 8px;
}


/*Swatch*/
/* 
Swatches Styles
*/



.swatch { 
	margin:1em 0; 
}
/* Label */
.swatch .header {
	margin: 0.1em 0;
	text-align: left;
	float: left;
	min-width: 100px;
	font-weight: 700;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none;
}
.swatch-color.swatch.clearfix {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
.swatch label {
	/* Rounded corners */

	/* To give width and height */
	float:left;
	/* Color swatches contain no text so they need to have a width. */
	min-width:26px !important; 
	height:26px !important;
	/* No extra spacing between them */
	margin:0;
	/* The border when the button is not selected */
	border:#e4e4e4 2px solid;
	/* Background color */
	background-color:#fff;
	/* Styling text */
	font-size:13px;
	text-align:center;
	line-height:26px;
	white-space:nowrap;
	text-transform:uppercase;
	padding: 0;
}
.swatch-element label { padding:0 5px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
	background: #f94e3f;
	border-color:#f94e3f;
	color: #fff;
} 
.swatch .color input + label{
	border:0 none!important;
}
.swatch .color input:checked + label{
	position: relative;
}
.swatch .color input:checked + label:after{

	content:"\f00c";
	font-family: FontAwesome;
}
.swatch .swatch-element {
	float:left;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	/* Spacing between buttons */
	margin:0px 10px 10px 0;
	/* To position the sold out graphic and tooltip */
	position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
	text-align:center;
	background:gray;
	color:#fff;
	bottom:100%;
	padding: 10px;
	display:block;
	position:absolute;
	width:100px;
	left:-35px;
	margin-bottom:15px;
	/* Make it invisible by default */
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity:0;
	visibility:hidden;
	/* Animations */
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 10000;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.swatch .tooltip:before {
	bottom:-20px;
	content:" ";
	display:block;
	height:20px;
	left:0;
	position:absolute;
	width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
	border-left:solid transparent 10px;
	border-right:solid transparent 10px;
	border-top:solid gray 10px;
	bottom:-10px;
	content:" ";
	height:0;
	left:50%;
	margin-left:-13px;
	position:absolute;
	width:0;
}
.swatch .swatch-element:hover .tooltip {
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.swatch.error {
	background-color:#E8D2D2!important;
	color:#333!important;
	padding:1em;
	border-radius:5px;
}
.swatch.error p {
	margin:0.7em 0;
}
.swatch.error p:first-child {
	margin-top:0;
}
.swatch.error p:last-child {
	margin-bottom:0;
}
.swatch.error code {
	font-family:monospace;
}


.e-tabs .tab-wrap .tabs-title {
	display: inline-block;
	position: relative;
	z-index: 9;
	margin: 0 0 26px;
}

.e-tabs  .tab-wrap .tabs-title:before, .e-tabs  .tab-wrap .tabs-title:after {
	content: " ";
	display: table;
}

.e-tabs  .tab-wrap .tabs-title:after {
	clear: both;
}

.e-tabs  .tab-wrap .tabs-title li {
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
	float: left;
}

.e-tabs  .tab-wrap .tabs-title li:before {
	content: "|";
	color: #c9c9c9;
	padding: 0 16px;
	color: #1c1c1c;
}

.e-tabs  .tab-wrap .tabs-title li:first-child:before {
	display: none;
}

.e-tabs  .tab-wrap .tabs-title li.current {
	color: #212121;
}

.e-tabs  .tab-wrap .tab-content {
	position: relative;
}

.e-tabs  ul.tabs li {
	background: none;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px;

}

.e-tabs ul.tabs li.current {
	color: #000;
	border-bottom: 2px solid #f94e3f;
	position: relative;
}

.e-tabs  li.tab-link.current:after {
	content: "";
	position: absolute;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #f94e3f;
	bottom: 0;
	left: calc(50% - 2px);
}

.e-tabs  .tab-content {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.e-tabs  .tab-content.current {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/*fix jira*/
.my-account .recent-orders .first  .last{
	min-width: 80px;
}

/*Quickview*/

#quick-view-product {
	bottom: 0;
	left: 0;
	overflow-x: auto;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0!important;
	z-index: 9999
}
#quick-view-product .product-info {
	color: #222;
	font-weight: 300
}
#quick-view-product .brand {
	color: #222
}
#quick-view-product .available {
	margin: 0;
	font-weight: 400;
	color: #72C13D
}
#quick-view-product .available.outstock {
	color: #E55E5E
}
#quick-view-product .qwp-name {
	margin: 10px 0;
	font-size: 24px;	
	font-weight: 400;
	line-height: 32px;
	color: #333;

}
.product-featured-image-quickview {
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}
#quick-view-product form{
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
}
#quick-view-product form label {
	display: inline-block;
	width: 90px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	float: left;
}
#quick-view-product form select {
	width: 150px;
	display: inline-block;
	height: 40px;
	float: left;
	margin-right: 20px;
}
#quick-view-product button svg{
	width: 16px;
	transform: translateY(1px);
	margin-right: 3px;
}
#quick-view-product button{
	background-color: #f94e3f;
	min-width: 70px;
	text-transform: inherit;
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
	line-height: 38px;
	padding: 0 30px;
	margin-left: 20px;
	transform: translateY(-1px);
	height: 40px;
}
#quick-view-product .price{
	color: #f94e3f;
	font-size: 22px;
	font-weight: 700;
}
#quick-view-product del{
	font-size: 16px;
	color: #a2a2a2;
	margin-left: 5px;
	display: inline-block;
}
#quick-view-product #usefull_link_block {
	margin: 10px 0
}
#quick-view-product #usefull_link_block li a {
	color: #222;
	line-height: 17px
}
#quick-view-product .fancybox-overlay {
	display: block!important;
	height: 100vh;
	background: none;
}
#quick-view-product .quick-view-product {
	position: absolute;
	width: 1030px;
	top: 10%;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: #fff;
	z-index: 8011
}
#quick-view-product .prices {
	display: inline-block;
	margin-bottom: 15px
}
#quick-view-product .product-right-column .price-product-detail {
	margin: 0;
	line-height: 33px
}
#quick-view-product #quantity-detail {
	line-height: 39px;
	margin: 0;
	display: inline-block;
	width: 60px;
	padding-right: 0;
	height: 40px;
}
#quick-view-product .total-price {
	float: left;
	width: 100%;
	display: block;
	margin-top: 15px
}
#quick-view-product .total-price span {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	color: #222
}
#quick-view-product .more-view-wrapper {
	overflow: hidden
}
#quick-view-product .product-right-column .quantity_wanted_p {
	width: 100%;
	margin-top: 15px
}
#quick-view-product .product-right-column .add_to_cart_detail {
	margin: 15px 10px 15px 0;
	width: 100%
}
#quick-view-product .product-right-column .add_to_cart_detail.disabled {
	padding: 0 20px
}
#quick-view-product .product-right-column .btn-wishlist {
	margin-top: 15px
}
#quick-view-product .swatch {
	margin: 20px 0 0
}
#quick-view-product .swatch .swatch-element {
	margin: 6px 6px 0 0
}
#quick-view-product .view_full_size {
	position: relative
}
#quick-view-product .loading-imgquickview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(loading.gif) center center no-repeat
}
#quick-view-product .availability,
#quick-view-product .product-sku {
	line-height: 28px
}
#thumbs_list_quickview {
	text-align: center;
	position: relative;
	margin-top: 6px
}
#thumblist_quickview {
	position: relative;
	padding: 0
}
#thumblist_quickview #thumblist {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	position: static
}
#thumblist_quickview .owl-row {
	margin-left: -3px;
	margin-right: -3px
}
#thumblist_quickview .owl-item {	
	float: left;
}
#thumblist_quickview .owl-item a {
	display: block;
	border: 1px solid #ebebeb;
	border-top: 3px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#thumblist_quickview .owl-item img {
	max-width: 100%
}
#thumblist_quickview .thumb_item {
	border: 1px solid #e6e6e6
}
#thumblist_quickview .owl-next,
#thumblist_quickview .owl-prev {
	width: 16px;
	height: 16px;
	margin-top: -8px
}
#thumblist_quickview .owl-next:before,
#thumblist_quickview .owl-prev:before {
	border: 1px solid #b6b6b6;
	border-radius: 100%;
	font-size: 10px;
	line-height: 12px;
	height: 16px;
	color: #000;
	text-shadow: none
}
#thumblist_quickview .owl-next:hover:before,
#thumblist_quickview .owl-prev:hover:before {
	background: #222;
	color: #fff
}
@media (max-width: 1199px) {
	#quick-view-product,
	.quickview {
		display: none!important
	}
}
.fancybox-close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 8040;
	color: #fff;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
}
.quickview-info {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}



.filter-container {
	margin-bottom: 30px;
	padding: 20px;
	padding-bottom: 0;	
}
.filter-group {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.filter-group:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.filter-group ul{
	max-height: 128px;
	overflow-y:auto;
}

.filter-group ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.filter-group ul::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.filter-group ul::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #f94e3f;
}

.filter-group-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}
.filter-item {
	margin: 0;
	cursor: pointer;
	line-height: 30px;
}

.filter-item * {
	color: #6f6f6f;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none!important;
}

.filter-item--green *:hover {
	color: #f94e3f;
	text-decoration: none;
}

.filter-item--half {
	display: inline-block;
	width: 48%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 3px
}

.filter-item--check-box input {
	display: none;
}

.filter-item--check-box .fa {
	margin-right: 5px;
	width: 14px;
}

.filter-item--check-box input + .fa:before {
	content: "\f10c";
	color: #e0e0e0;
}

.filter-item--check-box input:checked + .fa:before {
	content: "\f111";
	color: #f94e3f;
}

#nprogress .bar {
	background: #f94e3f;
}

#nprogress .spinner-icon {
	border-top-color: #f94e3f;
	border-left-color:#f94e3f;
}

.filter-container__selected-filter {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	padding-right: 0;
}

.filter-container__selected-filter-header {
	margin-bottom: 5px;
}

.filter-container__selected-filter-header-title {
	font-size: 18px;
	font-weight: bold;
	color: #f94e3f;
}

.filter-container__clear-all {
	float: right;
	color: #333;
	margin-top: 3px;
}

.filter-container__selected-filter-item {
	padding: 3px 0;
}

.filter-container__selected-filter-item > a {
	color: #333;
	font-size: 13px;
}

.filter-container__selected-filter-item .fa {
	margin-right: 10px;
	color: #F44336;
}

#sort-by .button-asc {
	background-color: #f8f8f8;
	box-shadow: none;
	float: right;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	text-align: center;
	width: 30px;
}
#sort-by .button-desc {
	background-color: #f8f8f8;
	box-shadow: none;
	float: right;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	text-align: center;
	width: 30px;
}
#sort-by {
	font-size: 12px;
	text-align: left;
}
#sort-by label{
	float: left;
	line-height: 38px;
	font-size: 14px;
	margin-right: 6px;
	margin-bottom: 0;
}
#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right;
}
#sort-by a:link, #sort-by a:visited {
	color: #333;
	text-decoration: none;
}
#sort-by > ul > li{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url(//cdn.shopify.com/s/files/1/1276/7701/t/16/assets/ico-select.png?2232996444626678851)!important;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 28px;
	text-indent: .01px;
	cursor: pointer;
	line-height: 36px;
}
#sort-by li {
	background: none repeat scroll 0 0 #fff;
	cursor: pointer;
	margin: 0 auto;
	outline: medium none;
	padding: 0 20px;
	position: relative;
	width: 240px;
	float: left;
	color: #333;
	border: 1px solid #ebebeb;
	font-size: 14px;
}
#sort-by li > a{
	display: inline-block;
	width: 100%;
	line-height: 36px;
}
#sort-by li li {
	width: 100%;
	margin-top: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
}
#sort-by li li a:hover {
	color: #007fb8
}
#sort-by li:hover {
	background-color: #fff;
}
#sort-by li li:hover {
	background-color: #fff;
	color: #007fb8;
}
#sort-by ul ul {
	position: absolute;
	visibility: hidden;
	left: -1px;
	top: 35px;
	background: none repeat scroll 0 0 #F8F8F8;
	z-index: 10000;
	border-top: none;
	border: 1px #F0F0F0 solid;
}
#sort-by ul ul ul {
	position: absolute;
	left: 100%;
	top: -2px;
	border: solid 1px transparent;
}
#sort-by li:hover > ul {
	visibility: visible;
}

/*Custom review*/
.myweb-product-reviews-badge{
	display: inline-block!important;
}

.myweb-product-reviews-badge .myweb-product-reviews-star i{
	font-size:14px!important;
}
.danhgia.form-product {
	margin-bottom: 10px;
}
.danhgia.form-product label {
	display: inline-block;
	font-weight: 700;
	color: #111;
	font-size: 14px;
	transform: translateY(-8px);
}