/*****custom-dqdt.css.bwt****/
@font-face {
	font-family: 'ArialR';
	src: url('ArialMT.eot');
	src: url('ArialMT.eot?#iefix') format('embedded-opentype'),
		url('ArialMT.woff') format('woff'),
		url('ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



@media (min-width: 1200px){
	.container {
		max-width: 1170px;
	}
}
.section-category .dropdown-menu{
	display: block;
	margin: 0;
	border: none;
}

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

body{
	background:#fff;

	

}

.section-collection-1.section-collection .section-title .title h3{
	background: #3fdbf9;
}

.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-collection-1.section-collection .section-title .title h3:after {   
	border-left: 20px solid #3fdbf9;   
}
.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:0px 0px 35px 0px
}


.dq-stt-2{
	margin:0px 0px 35px 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
}


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


.dq-stt-10{
	margin:0px 0px 0px 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{
		overflow: hidden;
	}
}
.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:#ff0007;
}
.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: #ff0007;	
	border: 1px solid #ff0007;	
	color: #fff;
}
.addcart-popup .actions .btn-small.btn-primary:hover {
	background: #fff;
	color: #ff0007;
}
@media(max-width: 1200px){
	.dqdt-popup.product-popup.active .content{
		max-width:527px!important;
	}
	.addcart-popup.product-popup.dqdt-popup.active {
		max-width: 530px;
		margin: 0 auto;
	}
	.dqdt-popup .content{
		max-width:527px!important;
	}
}
.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: #ff0007;
	border: 1px solid #ff0007;
	padding: 0;
	min-width: 150px;
}
.product-popup .actions .btn:hover{
	background:#ff0007;
	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:40px !important; 
	height:40px !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:40px;
	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 {
	
	border-color:#ff0007;
	color: #fff;
} 
.swatch .color input + label{
	
}
.swatch .color input:checked + label{
	position: relative;
}
.swatch .color input:checked + label:after{

	
}
.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 #ff0007;
	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 #ff0007;
	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: 999999;
}
#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: #ff0007;
	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: 1px 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 {
	display: none;
	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;
	background: #333;
	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: #ff0007;
}

.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 label{
	padding-left: 20px;
	position: relative;

}
.filter-item label .fa{
	position: absolute;
	left: 0;
	top: 8px;
}
.filter-item--green *:hover {
	color: #ff0007;
	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: #ff0007;
}

#nprogress .bar {
	background: #ff0007;
}

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

.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: #ff0007;
}

.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 {
	float: right;
	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*/
.bizweb-product-reviews-badge{
	display: inline-block!important;
}

.bizweb-product-reviews-badge .bizweb-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);
}

/***********************************************/



.btn-dark{
	background-color: #333!important;
}
.btn-dark:hover{
	background-color:#ff0007;
}
.img2 {
	position: relative;
	overflow: hidden; }
.img2 img {
	width: 100%;
	height: auto; }
.img2:before {
	content: "";
	border-top: 0 solid rgba(255, 255, 255, 0.5);
	border-right: 0 solid transparent;
	position: absolute;
	top: 0;
	left: 0; }
.img2:after {
	content: "";
	border-bottom: 0 solid rgba(255, 255, 255, 0.5);
	border-left: 0 solid transparent;
	position: absolute;
	bottom: 0;
	right: 0; }
.img2.active:before {
	webkit-transition: all 0.7s ease 0.2s;
	transition: all 0.7s ease 0.2s;
	border-top: 1300px solid rgba(255, 255, 255, 0);
	border-right: 1300px solid transparent; }

@-webkit-keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.hvr-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-push.active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@media(min-width: 1200px){
	.img1 {
		position: relative;
		overflow: hidden; }
	.img1 img {
		width: 100%;
		height: auto; }
	.img1:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgba(67, 69, 113, 0.0);
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out; }
	.img1:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(67, 69, 113, 0.0);
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out; }
	.img1:hover:before {
		right: 50%;
		left: 50%;
		width: 0;
		background: rgba(255, 255, 255, 0.5); }
	.img1:hover:after {
		height: 0;
		top: 50%;
		bottom: 50%;
		background: rgba(255, 255, 255, 0.5); }

}
.bot-header {
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
}
.bot-header-left{
	width: 262px;
	border: 1px solid #ebebeb;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 0;
	padding-left: 60px;
	position: relative;
}
.bot-header-left:before {
	content: "";
	width: 25px;
	height: 16px;
	position: absolute;
	left: 25px;
	top: 12px;
	background-image: url('icon-category2.png');
}

.banner-product {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	width: 255px;
	padding: 0 20px;
}

.banner-product-item {
	padding: 15.5px 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.banner-product-item:last-child{
	border-bottom: none;
}
.banner-product-item.active:before{
	position: absolute;
	top: 34px;
	left: -29px;
	content: '';
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #fff;
}
.cate-banner .img{
	opacity: 0;
	position: absolute;
	webkit-transition: all 0.7s ease 0.2s;
	transition: all 0.7s ease 0.2s;

}
.cate-banner{
	overflow: hidden;
	max-height: 458px;
}
.cate-banner .img.active{
	opacity: 1;
	position: static;


}
.banner-product-item .info > a{
	color: #ff0007;
}
.banner-product-item p{
	margin: 0;
	letter-spacing: -0.25px;
}
.banner-product-item img{
	width: 52px;
	float: left;
	margin-right: 10px;
}
.bot-header-right i{
	font-size: 16px;
	padding-top: 12px;
	padding-right: 6px;
	display: block;
	float: left;
}
.bot-header-right b{
	color: #ff0007
}
ul.bot-header-menu li {
	margin-left: 30px;
	font-weight: 700;
}
@media(max-width:480px){
	ul.bot-header-menu li {
		margin-left: 0px;
	}
	ul.bot-header-menu li a {
    font-size: 11px;
}
}

/*Cart apge*/
.cart .table-bordered td,.cart .table-bordered th{
	border:none;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}
.cart .table-bordered td .product-price,.cart .table-bordered th .product-price{
	margin: 0;
}
.cart .table-bordered th{
	background: #ebebeb;
}
.cart .table-bordered td input.inp-number {
	max-width: 60px;
	padding-right: 0;
	padding-left: 10px;
	display: inline-block;
}
.cart .table-bordered tr{
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.cart table{
	border: none;
}

table.table.table-bordered.table-cart-total {
	border-top: 1px solid #ebebeb;
}
.width100{
	width: 100%;
}
.cart .no-border td,
.cart .table-bordered tr.no-border{
	border-left: none!important;
	border-right: none!important;
	border-bottom: none!important;
	padding-left: 0;
}
.cart .table-bordered.table-cart-total td, .cart .table-bordered.table-cart-total th{
	border: 1px solid #ebebeb;
}

/*Contact*/

.contact .form-signup .form-group input, 
.contact .form-group textarea{
	background: #ebebeb;
	border: 1px solid #ebebeb;
}

span.line {
	margin-left: 6px;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	display: inline-block;
}

.quantity-select {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.quantity-select input {
	width: 80px;
	height: 33px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	min-height: 33px;
	border-color: #ebebeb;
	padding-right: 16px;
}
button.reduced.items-count.btn-minus {
	position: absolute;
	right: 0;
	z-index: 100;
	margin: 0;
	line-height: 1;
	height: 16px;
	border-top: none;
	border-color: #ebebeb;
}
button.increase.items-count.btn-plus {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	height: 17px;
	line-height: 1;
	background: #acacac;
	border-color: #acacac;
	color: #fff;
}

.aside.aside-policy {
	border-bottom: 1px solid #ebebeb;
}
.aside-policy-item {    
	border: 1px solid #ebebeb;        
	border-bottom: none;
	padding: 25px;
	cursor: pointer;
}
.aside-policy-item:hover{
	color: #fff;
	background:#ff0007;
	border-color:#ff0007;
}
.aside-policy-item img {
	float: left;
	margin-right: 10px;
}
.aside-policy-item img ~ img{
	display: none;
}
.aside-policy-item:hover img{
	display: none;
}
.aside-policy-item:hover img ~ img{
	display: block;
}
.aside-policy-item p {
	line-height: 17px;
	margin: 0;
}

.sidebar.relative{
	margin-top: 50px;
}
.quaylai{
	font-size: 14px;
	font-size: 16px;
	line-height: 60px;
	text-decoration: underline;
	color: #ff0007;
}

div#share {
	margin-top: 10px;
}
.btn-checkout:hover{
	color: #ff0007;
	background: #fff!important;
	border: 1px solid #ff0007;
}

/*sidebar.css.bwt*/



.navbar-pills {
	border: 1px #ebebeb solid;
	border-top: 0;

}
.navbar-pills li {
	position: relative;
	overflow: hidden;

	padding: 0 20px;
}
.navbar-pills li a:hover {
	color: #ff0007
}
.navbar-pills li li:hover > a {
	color: #ff0007
}
.navbar-pills li a {
	position: relative;
	margin: 0;
	padding: 0 20px 0 25px;
	display: block;
	border-top: 1px #ebebeb solid;
	font-size: 14px;
	line-height: 50px;
	color: #333333
}
.navbar-pills > li > a:before{
	content: "";
	width: 11px;
	height: 11px;
	background-color: transparent;
	position: absolute;
	left: 0;      
	border: 1px solid #ebebeb;
	border-radius: 6px;
	border-radius: 0;
	background-image: url('icon-play.png');
	width: 12px;
	height: 12px;
	border: 0 none;
	top: 18px;
}
.navbar-pills li.active > a {
	color: #ff0007;
	font-weight: 700
}
.navbar-pills li i.fa {
	position: absolute;
	width: 50px;
	height: 51px;
	top: 4px;
	right: 0;
	cursor: pointer
}
.navbar-pills li:hover > i.fa {
	color: #ff0007
}
.navbar-pills li i.fa:before {
	top: 20px;
	right: 20px;
	position: absolute;
	transition: All .3s ease;
	-webkit-transition: All .3s ease;
	-moz-transition: All .3s ease;
	-o-transition: All .3s ease;
}
.navbar-pills li.open:hover {

}
.navbar-pills li.open > i.fa:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}
.navbar-pills li .dropdown-menu {
	padding: 0;
	margin: 0;
	min-width: 100%;
	border: 0;
	border-top: 1px;
	opacity: 0;
	display: block;
	float: left;
	position: relative;
	max-height: 0;
	overflow: hidden;
	background-color: transparent;
	transition: All .3s ease;
	-webkit-transition: All .3s ease;
	-moz-transition: All .3s ease;
	-o-transition: All .3s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0)
}
.navbar-pills li.open > .dropdown-menu {
	max-height: 1000px;
	opacity: 1;
	position: static;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}
.navbar-pills li i.fa:active:hover {
	color: #fff;

	border-color: #01315a
}

.sidebar .nav-category-heading h2{
	font-size: 16px;
	font-weight: 700;
	background: #ff0007;
	margin: 0;
	line-height: 60px;
	color: #fff;
	padding-left: 58px;
	position: relative;
}
.sidebar .nav-category-heading h2:before{
	content: "";
	width: 25px;
	height: 16px;
	position: absolute;
	left: 20px;
	top: 21px;
	background-image: url('icon-category.png');
}

/*filter*/
#collection-filters-container{
	width: 100%;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}

#collection-filters-container label span{
	line-height: 30px;
}
.cf-options-container input{
	transform: translateY(2px);
}
#collection-filters-container label span{
	padding-left: 3px;
}
#collection-filters-container .cf-select, #collection-filters-container #sort-by {
	display: inline-block;
	width: 100%;
	float: none;
	background-color: #f7f7f7;
	color: #333333;
	padding: 6px 10px;
	border: none;
	margin-top: 5px;
}


/*Mini product list*/
.aside .aside-title {
	margin: 0 0 23px;
}

.aside .aside-title h2 {
	font-size: 14px;  
	color: #1c1c1c;
	margin: 0;  

}

.aside-mini-products-list .product-item {
	*zoom: 1;

	border-bottom: 1px solid #ebebeb;
}
.aside-mini-products-list .product-item:last-child{

}

.aside-mini-products-list .product-item:after {
	content: "";
	display: table;
	clear: both;
}

.aside-mini-products-list .product-item .product-img {
	display: block;
	float: left;
	width: 98px;
	border-right: 1px solid #ebebeb;
	padding: 20px 0;
	overflow: hidden;
}
.aside-mini-products-list .product-item .product-img img{
	height: auto;
	width: auto;

}

.aside-mini-products-list .product-item .product-info {
	overflow: hidden;
	padding: 20px 15px;

}

.aside-mini-products-list .product-item .product-info .product-name {

	text-transform: capitalize;

	display: block;
	line-height: 1.4em;
}

.aside-mini-products-list .product-item .product-info .spr-badge {
	display: block;
	float: none;
	top: 0;
	margin: 0 0 2px;
}

.aside-mini-products-list .product-item .product-info .price {

	float: left;
	font-size: 14px;
	color: #ff0007;
	font-weight: 700;
	margin-top: 6px;
	line-height: 1.4;
}
.aside-mini-products-list .product-item .product-info .sale-price {
	top: 9px;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	color: #939393;
}

.aside-mini-products-list .product-item .product-info .custom-reviews {
	float: none;
	top: 0;
}

.aside.aside-mini-products-list{
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	border-bottom: none;

}
.aside.aside-mini-products-list.filter{
	border-bottom: 1px solid #ebebeb;
}
.aside.aside-mini-products-list .aside-title{
	margin-bottom: 0;
}
.aside.aside-mini-products-list .aside-title h2{
	line-height: 60px;
	background-color: #ebebeb;
	font-size: 16px;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0;
}

@media(max-width: 480px){
	.section-deal .aside.aside-mini-products-list .aside-title h2:after{
		display: none;
	}
	.aside.aside-mini-products-list .aside-title h2:after {
		content: '\f0d7';
		font-family: FontAwesome;
		position: absolute;
		right: 35px;
	}
	#collection-filters-container{
		display: none;
	}
	#collection-filters-container.active{
		display: block;
	}
	.aside.aside-mini-products-list.filter {
		border-bottom: 1px solid #ebebeb;
		position: fixed;
		z-index: 999;
		background: #fff;
		width: 100vw;
		min-height: calc(100vh + 60px);
		overflow-y: scroll;
		max-height: calc(100vh + 60px);
		left: 0;
		top: 0!important;
		display: none;
		padding-bottom: 50px;
	}
	.aside.aside-mini-products-list.filter.active{
		display: block;
	}
	.fixhiden{
		opacity: 0;
	}
	.hidden-sm-up.filter-mobile {
		position: absolute;
		right: 20px;
		top: 0;
	}
	.filter-group{
		padding-bottom: 0!important;
		margin-bottom: 10px!important;
	}
	.filter-group-title .fa{
		margin-top: 3px;
	}
	.filter-group ul{
		display: none;
	}
	.filter-container{
		padding-right: 20px;

	}
	.filter-group.active ul{
		display: block;
		margin-bottom: 20px;
	}
	.filter-container__selected-filter{
		display: block!important;
	}
}

.blog-category .navbar-pills li i.fa{
	height: 24px;
	line-height: 24px;
}
.blog-category .navbar-pills li i.fa:before{
	top: 0;
	right: 3px;
}
.blog-category .navbar-pills li i.fa.dqfixvl:before{
	right: 4px;	
}
@media(max-width: 1199px){
	.blog-category .navbar-pills li i.fa.dqfixvl:before{
		right: 8px;
	}
}
.swatch .header {
    margin: 10px 0;
    text-align: left;
    float: left;
    min-width: 100px;
    font-weight: 700;
}