@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('//theme.hstatic.net/1000218683/1000279933/14/glyphicons-halflings-regular.eot?v=1336');
	src: url('//theme.hstatic.net/1000218683/1000279933/14/glyphicons-halflings-regular.eot?v=1336') format('embedded-opentype'), url('//theme.hstatic.net/1000218683/1000279933/14/glyphicons-halflings-regular.woff?v=1336') format('woff'), url('//theme.hstatic.net/1000218683/1000279933/14/glyphicons-halflings-regular.ttf?v=1336') format('truetype'), url('//theme.hstatic.net/1000218683/1000279933/14/glyphicons-halflings-regular.svg?v=1336') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('//theme.hstatic.net/1000218683/1000279933/14/fontawesome.eot?v=1336');
	src: url('//theme.hstatic.net/1000218683/1000279933/14/fontawesome.eot?v=1336') format('embedded-opentype'), url('//theme.hstatic.net/1000218683/1000279933/14/fontawesome.woff?v=1336') format('woff'), url('//theme.hstatic.net/1000218683/1000279933/14/fontawesome.ttf?v=1336') format('truetype'), url('//theme.hstatic.net/1000218683/1000279933/14/fontawesome.svg?v=1336') format('svg');
	font-weight: normal;"
	font-style: normal;
}

@font-face {
	font-family: 'brandon_text';
	src: url('brandontext-bold-webfont.eot');
	src: url('brandontext-bold-webfont.eot?#iefix') format('embedded-opentype'), url('brandontext-bold-webfont.woff') format('woff'), url('brandontext-bold-webfont.ttf') format('truetype'), url('brandontext-bold-webfont.svg#brandon_textbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_text';
	src: url('brandontext-regular-webfont.eot');
	src: url('brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'), url('brandontext-regular-webfont.woff') format('woff'), url('brandontext-regular-webfont.ttf') format('truetype'), url('brandontext-regular-webfont.svg#brandon_textregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'BeVietNamBold';
    src: url('BeVietnam-Bold.ttf');
}

@font-face {
    font-family: 'BeVietNam';
    src: url('BeVietnam-Medium.ttf');
}

/*========================================================== GENERAL ==========================================================*/ 
.glyphicon{font-family: 'Glyphicons Halflings'!important;} .fa{font-family: 'FontAwesome'!important;}
a, a:hover,a:focus{ text-decoration:none; outline:none; } img, iframe{ max-width:100% }
table{width:100%;} 
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-size: 100%;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
body {font-size: 16px;color: #5d1493;position: relative;overflow-x: hidden;overflow-y: auto;}
ol, ul {padding-left: 15px; list-style: none;}
h1,h2,h3,h4,h5,h6 {clear: both;color: #07759a;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p {margin-bottom: 10px;line-height: 24px;}
img {border: none;max-width: 100%;height: auto;} 
a:hover {text-decoration: none;}
a:focus {text-decoration: none;color: inherit;outline: none;}
a, button, input {transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;} 
input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea {border: 1px solid #b5b5b5;padding: 8px 15px;font-size: 14px;color: #757575;border-radius: 0;}
button,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus {border-color: #C1BCBC;outline: none;}
fieldset legend {display: inline-block;color: inherit;background: none;vertical-align: top;} 
/* ---------------------------- MUTIL CHANEL STYLE ------------------------- */
/* ============ PUBLIC CSS =========== */
.relative{position: relative; } .absolute{position:absolute; } .pos_initial{position:initial; }
.notStyle{list-style: none; padding: 0;	margin: 0;}
body{
	font-family: BeVietNam, sans-serif!important;
	background: #f5f5f5;
	color: #343434;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	color: #343434;
}
a{
	color: #343434;
}
a:hover{
	color: #6E0E14;
}
.translateY-50{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.transition-5{
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.transition-3{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.dataEmpty {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	margin: 20px 0px;
}
.insOverlay, .overlayFilter, .overlayMenu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	z-index: 11;
	display: none;
}
.insButton {
	position: relative;
	z-index: 0;
	border: 1px solid;
	border-color: #6E0E14;
	white-space: nowrap;
	padding: 10px 40px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	background: #6E0E14;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	margin-right: 20px;
	border-radius: 50px;
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
	outline: none !important;
}
.insButton:hover, .insButton:focus, .insButton:active{
	background: #fff;
	color: #6E0E14;
}
.btnClose{
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	background: url(fancybox_sprite.png) top left no-repeat;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	border: none;
	outline: none;
}
.seasionPage {
	margin-top: 30px;
}
.emptyData {
	margin: 10px 0px;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}
.titleLine{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAAAOCAYAAADub7QZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyMzMzNjI4QTcyMTExRTc4NUYxOEZEREQzNkExQzcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyMzMzNjI5QTcyMTExRTc4NUYxOEZEREQzNkExQzcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIzMzM2MjZBNzIxMTFFNzg1RjE4RkRERDM2QTFDNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTIzMzM2MjdBNzIxMTFFNzg1RjE4RkRERDM2QTFDNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Jqms1AAABa0lEQVR42mL0ySxkGOlg87uNHkDqlK+Q/7uRHhZMDKMABL4A8fLRYBjhCQJYMhgBMReQ+QOI3YBsvdEEMer/40DsAuXbABOFFhC3jiaIEQiAbYYzQEoBiNuhQpFAfBqIn47UMGEZoVVFAJBKB+JctDCwgdJnRkuIkQW2ALEDEB8FYi4s8h9gbYyRFjCM/8OV/g/yYp2RyqUDE9DMf0D6NZArAhV+BcRLgLgIygf1xdWBWA+o1prK9g/q8GahdoAPAbARGCmgqkIIyp8GxBFAXArEr6HtiX6o3LvBnsBHqwzKAaidcBfJ75eB2B1UagDpPuiYBAwIjbYhhj+4AfX3JyBeBMQXoL0NUO79BaQuAfEtqNpnowli+IO5UJoPVD0AE8EJNPlApJJhz2iCGP5gHhAvg7JnghqZaPIJ0MYmqKFZP5oghjkAtRWAOBrIDGWADFlPBiYKDmgPIARIJQPxFCA2BKp7MNLCByDAANVxZC2/dNm9AAAAAElFTkSuQmCC') center center no-repeat;
	border: none;
	width: 100%;
	height: 20px;
	margin: 0;
}
/* Loading page */
.preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
}
.preloader .wrapLoading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.loader {
	color: #6E0E14;
	font-size: 60px;
	text-indent: -9999em;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Popup */
.closePopup {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	background: url('fancybox_sprite.png') top left no-repeat;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	border: none;
	outline: none;
}
.tbPopup .modal-dialog {
	width: 300px;
}
.tbPopup .modal-dialog .modal-content {
	border-radius: 0;
	border: none;
}
.tbPopup .modal-dialog .modal-header {
	border: none;
	padding: 7px 10px;
	background: #6E0E14;
}
.tbPopup .modal-dialog .modal-header h4 {
	font-size: 16px;
}
.tbPopup .modal-body .subText {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	margin: 0;
}
/* Owl */
.owlDesign.owl-carousel .owl-controls .owl-nav div {
	width: 30px;
	height: 50px;
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	border: 1px solid;
	border-color: #6E0E14;
	color: #6E0E14;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	font-family: -webkit-body;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.owlDesign:hover .owl-controls .owl-nav div {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.owlDesign:hover .owl-controls .owl-nav div:hover{
	background: #6E0E14;
	color: #fff;
}
.owlDesign.owl-carousel .owl-controls .owl-nav div.disabled {
	background: #6E0E14;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60); 
	-khtml-opacity: 0.6;      
	-moz-opacity: 0.6;  
}
.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: -30px;
}

.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-prev {
	left: -30px;
}

.owlDesign:hover .owl-controls .owl-nav div.owl-next {
	right: 0px;
}

.owlDesign:hover .owl-controls .owl-nav div.owl-prev {
	left: 0px;
}

.owlDesign .owl-controls .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
	line-height: 1;
	font-size: 0;
	padding: 5px;
	/* background: rgba(0, 166, 81, .2); */
	background: #f4f8fa;
	display: none !important;
}

.owlDesign .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid;
	border-color: #6E0E14;
	margin: 0px 3px;
	line-height: 1;
}

.owlDesign .owl-controls .owl-dots .owl-dot.active {
	background: #6E0E14;
}

.owlDesign .owl-controls .owl-dots {
	display: block !important;
}
.owlDesign.notDots .owl-controls .owl-dots {
	display: none !important;
}
/* Img hover style */
.imageHover{
	position: relative;
	overflow: hidden;
}
.imageHover img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.imageHover:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.imageHover img {
	width: 100%;
}
.imageHover a:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(0, 1);
}
.imageHover a:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(1, 0);
}
.imageHover a:hover:before,
.imageHover a:hover:after {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/* Loop item */
img.imgLoopItem {
	width: 100%;
}
.pdLoopItem {
	background: #fff;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.pdLoopItem:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
	-moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
	box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
}
.pdLoopItem .pdLoopImg {
	position: relative;
	overflow: hidden;
}
.pdLoopItem .pdLoopImg img {
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.pdLoopItem .pdLoopImg > a:before{
	display: inline-block;
	content: '';
	background: rgba(34, 34, 34, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pdLoopItem:hover .pdLoopImg > a:before{
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}
.productName{
	color: #343434;
}
.productName:hover{
	color: #a01404;
}
.pdPrice{
	color: red;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	
}
.pdPrice span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.pdComparePrice{
	color: #999999;
	font-size: 14px;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
}
.pdLabel {
	font-size: 14px;
	text-align: center;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 7;
	border-radius: 50%;
	line-height: 45px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.pdLabel.sale {
	background: #63c54c;
	color: #ffffff;
	right: 20px;
	left: auto;
}
.pdLabel.sale:before {
	content: "";
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-bottom: 17px solid #63c54c;
	border-bottom-color:#63c54c;
	position: absolute;
	top: -6px;
	right: -6px;
	transform: rotate(30deg);
}
.pdLabel.hot {
	background: #ed3f46;
	left: 20px;
	color: #ffffff;
}
.pdLabel.hot:before {
	content: "";
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-bottom: 17px solid #ed3f46;
	border-bottom-color:#ed3f46;
	position: absolute;
	top: -6px;
	left: -6px;
	transform: rotate(-30deg);
}
.pdLoopAction {
	margin: 5px 0px;
	position: absolute;
	bottom: -60px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 14;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-align: center;
}
.pdLoopItem:hover .pdLoopAction{
	bottom: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.pdLoopAction .btnLoop {
	display: inline-block;
	background: #6E0E14;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	margin: 0px 5px;
	min-width: 35px;
	border-radius: 50%;
	color: #fff;
	outline: none;
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.pdLoopAction .btnLoop:hover{
	color: #6E0E14;
	background: #fff;
}
.pdLoopAction .add-cart {
	display: inline-block;
	width: auto;
	padding: 0 10px 0 10px;
	border-radius: 30px;
}
.pdLoopItem .pdLoopDetail {
	position: relative;
	padding: 10px;
}
.pdLoopItem .pdLoopDetail .productName {
	font-size: 17px;
	line-height: 1.5;
	height: 25px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.pdLoopItem .pdLoopDetail .pdLoopListView {
	display: none;
}
/* Seasion Heading */
.headingSeasion {
	border-top: 2px solid;
	border-top-color: #6E0E14;
	background: #fff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.headingSeasion h2 {
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: #6E0E14;
	display: inline-block;
	    
}
.headingSeasion h2 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	height: 20px;
}
.headingSeasion h2 span{
	display: inline-block;
	vertical-align: middle;
}
@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}
/* ----------------- QUICK VIEW MODAL ---------------------- */
#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999;
}
div#quick-view-modal .modal-dialog.modal-lg {
	padding-top: 20px;
}
#quick-view-modal .modal-footer {
	border-top: 1px solid #ccc;
}
h4.modal-title {
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
#quick-view-modal .selector-wrapper label {
	width: 25%;
}
.closeModal {
	position: absolute;
	width: 35px;
	height: 35px;
	border: none;
	top: -15px;  
	right: -15px;
	z-index: 10;
	background: url(fancybox_sprite.png) top left no-repeat;
}
#quick-view-modal .selector-wrapper {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
}
.m-sku, .m-vendor {
	padding: 5px 0px;
}
#quick-view-modal .btn-detail {
	float: left;
}

#quick-view-modal .form-input label {
	width: 100%;
	color: #000 !important;
	font-weight: bold;
	margin-bottom: 10px;
}

#quick-view-modal .form-input {
	float: left;
	width: 300px;
	max-width: 100%;
	padding: 0px;
}
#quick-view-modal .form-input:last-child {
	margin-top: 0px;
}
#quick-view-modal .modal-body {
	padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	//border: 1px solid #E5E5E5;
	border-radius: 0;
	height: 40px;
}

#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

#quick-view-modal .qv-readmore a {
	color: #6E0E14;
	font-weight: normal;
	font-size: 15px
}

#quick-view-modal .qv-readmore {
	float: left;
	padding: 22px 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
	border-radius: 2px;
}
#quick-view-modal .zoom > img {
	max-width: 100%;
	max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
	width: 300px;
	margin: auto;
}

#quick-view-modal .zoom {
	text-align: center;
	width: 100%;
	height: 230px;
	padding: 10px;
}

#quick-view-modal .item:hover,
#quick-view-modal .item.active {
	border: 1px solid #E05544 !important;
}

#quick-view-modal .item:hover:after,
#quick-view-modal .item.active:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #E05544;
	content: "";
	position: absolute;
	top: -11px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}

#quick-view-modal li.product-thumb {
	float: none;
	display: block !important;
	padding: 5px;
	width: 100%;
}
#quick-view-modal li.product-thumb.active {
	border-color: #6E0E14;
}
#quick-view-modal .image-zoom.row {
	text-align: center;
}

#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom:5px;

}

#quick-view-modal .btn-soldout {
	width: 100%;
}

#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;

}

#quick-view-modal .btn-color-add {
	width: 200px;
}
.modal-fix {
	width: 70% !important;
}
.modal-fix .block_content ul li a{
	//border: 1px solid #8CC152 !important;
}
.modal-fix .block_content ul li .fa{
	color: #2A2A29;
}
.form-input.vid {
	padding: 0px !important;
}
.m-vendor, .m-sku {
	font-style: italic;
}
.form-input.vid span {
	font-size: 14px;
	font-weight: bold;
	font-style: normal !important;
}
.social-icons.modal-fix {
	margin: 20px 0px !important;
}
/*End Quickview*/
#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999;
}

#quick-view-modal .modal-footer {
	border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
	width: 25%;
}

#quick-view-modal .selector-wrapper {
	width: 100%;
	float: left;
	display: none;
}

#quick-view-modal .btn-detail {
	float: left;
}

#quick-view-modal .form-input {
	float: left;
	//width: 300px;
	width: 100%;
	max-width: 100%;
	padding: 10px 0px;
}

#quick-view-modal .modal-body {
	padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	//border-radius: 5px;
	//border: 1px solid #E5E5E5;
}
button.btn-addcart, #quick-view-modal .btn-soldout {
	float: left;
	height: 40px;
	border: none;
	padding: 10px 30px;
	background: #6E0E14;;
	color: #fff;
	font-size: 15px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 1px solid #fff;
	outline: none;
	line-height: 1;
}
button.btn-addcart:hover{
	background: #fff;
	border-color: #6E0E14;; 
	color: #6E0E14;;
}
#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}


#quick-view-modal .qv-readmore {
	float: left;
	padding: 12px 10px;
}

#quick-view-modal .p-price {
	font-size: 20px;
	margin-right: 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}
#quick-view-modal .modal-content{
	border: none;
}
#quick-view-modal .modal-content,
#quick-view-modal .btn {
	border-radius: 2px;
}

#quick-view-modal del {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}

#quick-view-modal .item img {
	max-width: 100%;
	max-height: calc(100% - 2px);
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	right: 0px;
}

#quick-view-modal .item {
	height: 50px;
	position: relative;
	margin: 7px 0px;
}

#quick-view-modal .item a {
	float: left;
	width: 100%;
	height: 100%;
}

#quick-view-modal .zoom > img {
	max-width: 100%;
	max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
	width: 300px;
	margin: auto;
}


#quick-view-modal .thumb .item:hover a,
#quick-view-modal .thumb .item.active a {
	border: 1px solid #845f93 !important;
}

#quick-view-modal .product-thumb:hover a:after,
#quick-view-modal .product-thumb.active a:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #541493;
	content: "";
	position: absolute;
	top: -12px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}

#quick-view-modal li.product-thumb {
	border: 1px solid #ccc;
}
#quick-view-modal li.product-thumb img {
	max-width: 100%;
}
#quick-view-modal .image-zoom.row {
	text-align: center;
}

#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom:5px;

}
div#quick-view-modal .modal-header {
	background: #6E0E14;
	padding: 10px;
}
#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	color: #fff;
}
#quick-view-modal .modal-header .close {
	position: absolute;
	margin-top: 0;
	background: transparent;
	top: 5px;
	outline: none;
	padding: 0;
	height: auto;
	width: auto;
	right: 20px;
}

.product-title.p-title h1 {
	font-size: 20px;
	padding: 5px 0px;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
#quick-view-modal .product-price {
	padding: 5px 0px 0px;
	margin: 0;
	border: none;
}

#quick-view-modal .form-des {
	display: block;
	float: left;
	line-height: 1.4;
	padding: 0px;
	border: 1px;
	border-right: none;
	border-left: none;
	max-height: 95px;
	overflow: hidden;
	width: 100%;
}
#quick-view-modal .p-price{
	color: #6E0E14 !important;
}
#quick-view-modal del{
	color: #999999!important;
}
#quick-view-modal .form-input input[type=number]{
	border: 1px solid #ccc;
}
#quick-view-modal .owlDesign .owl-controls .owl-dots {
	display: none !important;
}
/* ----------------- END QUICK VIEW MODAL ---------------------- */
/* ============ END PUBLIC CSS =========== */

/* 1. ----------------  Header css ------------------  */
#headerPage {

	border-top: 2px solid #6E0E14;
	position: relative;
	z-index: 12;
}
#headerSearch{
	margin-top:22px;
}
#headerCart{
	margin-top:22px;
}
.frmSearch #inputSearchAuto {
	padding: 0px 270px 0px 10px;
	height: 40px;
	border: none;
	background: #fff;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.searchCatelogy {
	top: 0;
	right: 100px;
	height: 40px;
	line-height: 40px;
	width: 150px;
	background: transparent;
	border-left: 1px solid rgba(153, 153, 153, 0.25);
	font-size: 15px;
}
.searchCatelogy .catelogyFilText {
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	padding: 0px 25px 0px 10px;
}
.searchCatelogy .catelogyFilText i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	-o-transform: translateY(-50%) rotate(0);
}
.searchCatelogy .catelogyFilText.open i {
	transform: translateY(-50%) rotate(-180deg);
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
}
.searchCatelogy .catelogyFilList {
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 5;
	width: 200px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-bottom: 3px solid;
	border-bottom-color: #6E0E14;
	display: none;
}
.searchCatelogy .catelogyFilList ul li a {
	display: block;
	line-height: normal;
	padding: 7px 15px;
	border-bottom: 1px solid #eaeaea;
	border-style: dashed;
}
.searchCatelogy .catelogyFilList ul li:last-child a{
	border: 0;
}
.searchCatelogy .catelogyFilList ul li a:hover,
.searchCatelogy .catelogyFilList ul li.active a{
	background: #6E0E14;
	color: #fff;
}
.frmSearch .btnSearch {
	border-radius: 0;
	text-transform: none;
	padding: 0 5px;
	width: 100px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.frmSearch .btnSearch .icon {
	display: none;
}
.searchEx li {
	display: inline-block;
	margin: 5px 0px 0px;
	font-style: italic;
	font-size: 15px;
	color: #6E0E14;
}
.searchEx li.title{
	color: #6E0E14;
}
/* SEARCH AUTO */
.ajaxSearchAuto {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
	display: none;
}
.ajaxSearchAuto .itemResults {
	padding: 5px;
	border-bottom: 1px solid #eaeaea;
}
.ajaxSearchAuto .itemResults:hover{
	background: #f9f9f9;
}
.ajaxSearchAuto .itemResults .image {
	width: 50px;
	margin-right: 10px;
}
.ajaxSearchAuto .itemResults .image img {
	max-height: 50px;
	display: block;
	margin: 0 auto;
}
.ajaxSearchAuto .itemResults .info {
	width: calc(100% - 60px);
}
.ajaxSearchAuto .itemResults .info a {
	float: left;
	margin-top: 5px;
	max-width: 80%;
}
.ajaxSearchAuto .itemResults .info .pdPrice {
	float: right;
}
.ajaxSearchAuto .itemResults .pdComparePrice {
	font-size: 12px;
	margin-right: 5px;
	display: block;
	text-align: right;
}
.ajaxSearchAuto .resultsMore {
	padding: 10px;
	text-align: center;
}
.ajaxSearchAuto .dataEmpty {
	font-size: 14px;
	margin: 5px 0px;
}
/* END SEARCH AUTO */
#headerCart .itemInfo {
	display: inline-block;
}
#headerCart .itemInfo.cartBox {
	margin-right: 15px;
}
#headerCart .itemInfo .icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	vertical-align: middle;
}
#headerCart .itemInfo .text {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0px 5px;
	
}
#cartCount{
	background: #f09b12;
    border-radius: 3px;
    padding: 0px 4px;
    color: #fff;
}
#headerCart .cartBox .icon-cart {
	background: #6E0E14 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAXCAMAAAAx3e/WAAAA/1BMVEVMaXH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////atUTwAAAAVHRSTlMANd/19ggXiCKq8ijgREJQA1muhp3Gs7Dmts1VtGlb2+QByEVkykE0tUy96tX+Hy4k7IPdJgVWRl9KK/QGYilNmYGagm1wbnFIR2NDB/EEZd7zd3hGBMyBAAAA6UlEQVQoz1XORXLEQBBE0S9st3CYmRnNNGZm6/5n8UL2WMpdvoisKACgP7CsQZ9I2ppQFKG1/+Wl0QHoNIwtPTpNgKbzEPZnIYqqEEIIoRaFcIFRS5YKUkopZaEkWyNgMqRaCQeVKsMJMFZ4yoeUf0cZw9t0hmGGZBrMpgnMwIh+aAQm81di+Zzj1rfN3gPqLrXsnxzpu0C2xm0KOD2GAy0JkLonfQGc6xvPOgTgKk3mEmBfPzkL59cZcjcA+Mnfi3c5uuX4E+UuH7049Rx0O062ztKLk7dktfYXO9ss/PWKxJcaRKJ+J34A5p4YrMV9+DkAAAAASUVORK5CYII=') center center no-repeat;
}
#headerCart .userBox .icon-user {
	background: #6E0E14 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NUY5RENDQTcyMTExRTc4MDQwOUI5MTFCMTk4MUI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA4NUY5RENEQTcyMTExRTc4MDQwOUI5MTFCMTk4MUI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDg1RjlEQ0FBNzIxMTFFNzgwNDA5QjkxMUIxOTgxQjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDg1RjlEQ0JBNzIxMTFFNzgwNDA5QjkxMUIxOTgxQjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4nvuJvAAABcElEQVR42qSUQSgEURjHZyeh7MmFlJM9OtjIxQW54aCcrAs3TsPFwdGdg1KU5C4XSk6S05bioFy4CSlxsNaWdvz+20uzs29mTL769b193/997/vevLeZiYUlJ2hHW+utuCvIQdVMu3AH+cnF5a+g3nUa7QleoAVxDY3h2cTqLBOsgN17cUUWtVkSK17CDRG/jqpgDN6daFNsOKmFVBZO0A+fMXrF8nEJVN52TALFRpNacFNU3DBxACsRX0DaNaOxJ+Dz6JtmEecsOXbhwWh+rcki1A5n0B3YvR03Gz5Aa0/sUMB1hqZXdZWJ3fz1wKoJv+0tUOog7kS9hnQb4BE/x49TyUddBQS64J7hBewg6Am19YjrAL3UNyWCbO0x+b4/g9+HY4RTSVfXHOgp9MGIEpQZFFh8mOYNkGget6kEFfPmUxtJKv9+jargFf9tLtAe1Vwm7DqAm4NpaHb0j0QSD26hpDNRWxGUjUZaT2t/BBgAEgOqtqN7RXQAAAAASUVORK5CYII=') center center no-repeat;
}
#headerCart .itemInfo .title {
	font-size: 17px;
	line-height: 1.3;
}
#headerCart .itemInfo .sub {
	display: block;
	/*font-style: italic; */
}
/* Popup login */
.popupLogin {
	position: absolute;
	right: 0;
	z-index: 9;
	top: 100%;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	width: 350px;
	margin-top: 10px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	filter: alpha(opacity=0);   
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
}
#headerCart .userBox:hover > .popupLogin{
	filter: alpha(opacity=100);   
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}
#headingLogin:before{
	position: absolute;
	top: -8px;
	left: 141px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-left: 6px solid transparent;
	content: '';
	border-color: transparent;
	border-style: solid;
	top: -9px;
	right: 14px;
	border-width: 0 9px 9px 9px;
	border-bottom-color: #999;
}
#headingLogin:after{
	position: absolute;
	top: -6px;
	left: 142px;
	display: inline-block;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 5px solid transparent;
	content: '';
	border-color: transparent;
	border-style: solid;
	content: '';
	top: -8px;
	right: 15px;
	border-width: 0 8px 8px 8px;
	border-bottom-color: #fff;
}
.popupLogin .popupHeading {
	height: auto;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
	text-align: center;
}
.popupLogin .popupHeading .title {
	text-transform: uppercase;
}
.popupLogin .boxLogin {
	padding: 10px 15px;
	position: relative;
}
.popupFrm .customerGroup {
	position: relative;
}
.popupFrm .customerGroup input {
	padding: 0px 10px 0px 50px;
	height: 35px;
	box-shadow: none;
	border-color: #eaeaea;
	background: transparent;
	border-radius: 4px;
	font-size: 14px;
	color: #999;
	outline: none !important;
	margin-bottom: 10px;
}
.popupFrm .customerGroup .iconFrm {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-right: 1px solid #eaeaea;
}
.popupFrm .customerGroup .forgetPass {
	display: block;
	margin-bottom: 10px;
	text-decoration: underline;
}
.popupFrm .customerGroup button {
	width: 100%;
	margin: 0;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	padding: 5px;
}
.popupFrm .customerGroup .reg {
	margin: 5px 0px 0px 0px;
}
.popupFrm .customerGroup .reg a{
	color: #6E0E14;
	font-style: italic;
}
.popupLogin #loginApp {
	background: #eaeaea;
}
#loginApp h4 {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
}
.loginSocial button {
	margin: 0 5px;
	padding-right: 10px;
	text-indent: 30px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	border: none;
	outline: none;
}
.loginSocial button:hover {
	filter: alpha(opacity=60); 
	-khtml-opacity: 0.6;      
	-moz-opacity: 0.6;       
	opacity: 0.6; 
}
.loginSocial button.btsocialloginfb {
	background: #546ea6 url(//theme.hstatic.net/1000218683/1000279933/14/facebook.png?v=1336) no-repeat 0 center;
}
.loginSocial button.btsociallogingg{
	background: #df5656 url(//theme.hstatic.net/1000218683/1000279933/14/googleplus.png?v=1336) no-repeat 0 center;
}
.forgotText {
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.cancelPass {
	display: inline-block;
	margin-top: 10px;
	font-style: italic; 
	text-decoration: underline !important;
}
.error p {
	margin: 0;
	text-align: center;
	font-style: italic;
	color: red;
}
.popupLogin.success {
	width: 150px;
	margin-top: 5px;
	border: none;

}
.popupLogin.success ul li a {
	display: block;
	padding: 4px 10px 4px 25px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAQAAAAjkz5TAAAABGdBTUEAAYagMeiWXwAAAAJiS0dEAP+Hj8y/AAAAB3RJTUUH4AwJAyonqk/UswAAABpJREFUCNdjYICC8IcMqCD8IZRAxgxYlUM4AF0yCcHwpiNLAAAAAElFTkSuQmCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==') no-repeat 10px center;
}
.popupLogin.success ul li a:hover {
	background-color: #f4f4f4;
}
/* END Popup login */
@media screen and (min-width: 992px){
	#headerMenu {
		background: #6E0E14;
	}
	.navSiteMain ul.nav-navbar > li {
		float: left;
		text-align: center;
		font-weight: normal;
	}
	.navSiteMain ul.nav-navbar li.liChild {
		position: relative;
	}
	.navSiteMain ul.nav-navbar > li > a {
		position: relative;
		padding: 10px 20px;
		overflow: hidden;
		font-size: 14px;
		color: #ffffff;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase;
	}
	.navSiteMain ul.nav-navbar > li:hover > a,
	.navSiteMain ul.nav-navbar > li.active > a {
		background: #ffffff;
		color: #6E0E14;
	}
	.mainChild {
		padding: 0;
		margin: 0;
		position: absolute;
		z-index: 10;
		top: 100%;
		left: 0;
		background: #fff;
		min-width: 200px;
		text-align: left;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		border-bottom: 3px solid;
		border-bottom-color: #6E0E14;
	}
	.mainChild.levlup_3 {
		left: 100%;
		top: 0;
	}
	.mainChild.megaMain {
		width: 500px;
	}
	.megaMain .megaPd .detail h4 {
		margin: 10px 0px 5px;
		padding: 0px 5px;
		line-height: 1.3;
		font-size: 14px;
	}
	.navSiteMain .nav-navbar li:hover > .mainChild {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.navSiteMain .nav-navbar .mainChild li a {
		padding: 7px 10px 7px 25px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAQAAAAjkz5TAAAABGdBTUEAAYagMeiWXwAAAAJiS0dEAP+Hj8y/AAAAB3RJTUUH4AwJAyonqk/UswAAABpJREFUCNdjYICC8IcMqCD8IZRAxgxYlUM4AF0yCcHwpiNLAAAAAElFTkSuQmCCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==') no-repeat 10px center;
		display: block;
	}
	.navSiteMain .nav-navbar .mainChild li.active > a{
		color: #6E0E14;
	}
	.navSiteMain .nav-navbar .mainChild li a i {
		float: right;
		margin-top: 3px;
	}
}
.megaPd{
	padding:15px;
}
/* --------------- END 1. Header css ----------------- */
/*----------------- 2. Article item -------------------------*/
#insBlogs {
	padding: 50px 0px;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}
#insBlogs:before{
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	background: rgba(0,0,0,.5);
}
#insBlogs .titleBlock {
	position: relative;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}

#insBlogs .titleBlock h2 {
	background: transparent;
	border: none;
	font-style: italic;
	font-size: 20px;
	position: relative;
	padding: 0px 50px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: normal;
	color: #fff;
	display: inline-block;
}
#insBlogs .titleBlock h2:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(icon-title.png) no-repeat 0 0;
}
#insBlogs .titleBlock h2:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(icon-title.png) no-repeat 0 0;
}
#insBlogs .titleBlock .titleDesc {
	font-size: 16px;
	font-style: italic;
	color: #fff;
}
.article_item .insArticleLoop {
	background: #fff;
	overflow: hidden;
}
.article_item .insArticleLoop .postThumbIMG {
	overflow: visible;
}
.article_item .insArticleLoop .postDetail {
	padding: 40px 20px;
	text-align: center;
}
.article_item .insArticleLoop .postDetail h3 {
	line-height: 1;
	margin-bottom: 10px;
}
.article_item .insArticleLoop h3 a {
	text-transform: uppercase;
	line-height: 20px;
	font-size: 15px;
	display: block;
}
#blogHomeSlide .article_item .insArticleLoop h3 a {
	height: 40px;
	overflow: hidden;
	line-height: 1.5;
}
.article_item .insArticleLoop .postDetail p {
	line-height: 20px;
	color: #999;
}
.article_item .insArticleLoop .postDetail > a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 0;
	box-shadow: none;
	background: #fff;
	color: #6E0E14;
	text-transform: none;
}
.article_item .insArticleLoop .postDetail > a:hover{
	color: #fff;
	background: #6E0E14;
}
.article_item .insArticleLoop .createdDate {
	background: #6E0E14;
	color: white;
	height: 60px;
	left: 0;
	margin: auto;
	padding-top: 5px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	bottom: -30px;
	width: 55px;
	font-size: 12px;
	line-height: 15px;
	padding: 15px 0;
	text-align: center;
	z-index: 10;
}
.article_item .insArticleLoop .createdDate.top {
	bottom: auto;
	top: -30px;
}
.article_item .insArticleLoop .createdDate .day {
	font-size: 22px;
}
/* --------------- END 2. Article css ----------------- */
/* -----------------  3. Footer css ------------------ */
/* BLOCK FIXED */

.tempFixed .itemFixed {
	margin-top: 10px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
.tempFixed .itemFixed:not(.hotLine){
	transform: translate(50px, 20px);
	-ms-transform: translate(50px, 20px);
	-webkit-transform: translate(50px, 20px);
	visibility: hidden;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.tempFixed .itemFixed.cartFixed {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	background: #6E0E14;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
	bottom: 60px;
}
.tempFixed .cartFixed.loading:after {
	content: '';
	border: 2px solid #f8f8f8;
	border-top: 2px solid #1ba8ff;
	border-top-color: #6E0E14;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 0;
	opacity: 1;
}
@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.tempFixed .itemFixed.cartFixed a{
	color: #fff;
}
.tempFixed .itemFixed.backTop {
	width: 35px;
	height: 35px;
	bottom: 100px;
	text-align: center;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.tempFixed .itemFixed.trans{
	transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	visibility: visible;
	filter: alpha(opacity=10);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.tempFixed .itemFixed.hotLine {
	height: 41px;
	width: 165px;
	background: #6E0E14;
	left: 0;
	bottom: 0;
	border-radius: 5px 5px 0px 0px;
}
.tempFixed .itemFixed.hotLine label {
	display: block;
	position: relative;
}
.tempFixed .itemFixed.hotLine label a > span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: -25px;
	width: 40px;
	height: 40px;
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFW…UnOVF88WwlvPvJvDTgi2fmgMLhu3jWS3TBe/HsPy2cvxNgACS8FV7gX0CGAAAAAElFTkSuQmCC) contain no-repeat;*/
}
.tempFixed .itemFixed.hotLine label p {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	padding-left: 37px;
	line-height: 14px;
	padding-top: 8px;
}
.tempFixed .itemFixed.hotLine label i {
	z-index: 1;
	position: absolute;
	top: 8px;
	left: 6px;
	display: inline-block;
	width: 21px;
	height: 21px;
	/* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFW…ehh8UVm8Rp8A2Ex9GT+/V0A3if0o1i+aLLYC4r/gv4KcAAhgo0rNDuwmQAAAAASUVORK5CYII=) no-repeat; */
	cursor: pointer;
	color: #FFF;
}
.itemFixed.cartFixed .numberCart {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: -5px;
	right: -5px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	color: #6E0E14;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
	text-align: center;
	font-size: 12px;
	z-index: 5;
}
/* END BLOCK FIXED */
/* Policy */
#pollicySeasion .contentSeasion{
	background: #6E0E14;
	color: #fff;
}
#pollicySeasion .item_policy .info_policy {
	padding: 0px 10px;
	margin: 15px 0px;
}
#pollicySeasion .item_policy .info_policy .icon {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
#pollicySeasion .item_policy .info_policy:hover .icon{
	-webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	-moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	-o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}
#pollicySeasion .item_policy .info_policy .description {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 45px);
}
.info_policy .description h4 {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.info_policy .description p {
	margin: 0;
	font-style: italic;
}
@-webkit-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}

@-moz-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}

@-o-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}

@keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%);
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
	}
}
/* End policy */

/* Footer Middle */
.topFooter {
	padding: 30px 0px;
}
.insFooter.styleNew .topFooter{
	background: #6E0E14;
	color: #ffffff;
}
.insFooter h4 {
	font-size: 17px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
	background: url(dash-double-footer.png) bottom repeat-x;
	text-transform: uppercase;
}
.insFooter.styleNew h4{
	background: transparent;
	color: #eaeaea;
	border-bottom: 1px solid #e1e1e1;
}
.insFooter.styleNew .topFooter a {
	color: #eaeaea;
}
.insFooter.styleNew .topFooter a:hover {
	color: #f9f9f9;
	text-decoration: underline;
}
.colRightFTTop {
	margin-bottom: 20px;
}
.insFooter .ftNewsletter {
	margin-top: 20px;
}
.colRightFTTop .fi-title1 {
	margin-bottom: 20px;
}
.ftShopInfo .col50 {
	width: 50%;
	float: left;
	padding-right: 10px;
}
.ftSocial li {
	display: inline-block;
	margin-right: 5px;
}
.ftSocial li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #3b5998;
	color: #fff;
	margin-top: 10px;
}
.ftSocial li:nth-child(2) a {
	background: #28aae1;
}
.ftSocial li:nth-child(3) a {
	background: #dd4b38;
}
.ftSocial li:nth-child(4) a {
	background: #dc2925;
}
.ftSocial li:nth-child(5) a {
	background: #5d4942;
}
.insFooter .ftNewsletter h4 {
	display: inline-block;
	width: auto;
	padding-right: 20px;
}
.ftNewsletter input[type="email"] {
	width: 200px;
	height: 33px;
	display: block;
	border: 1px #928b8b solid;
	float: left;
	font-size: 13px;
	background: none;
	color: #9a9b9e;
	padding: 0 10px;
}
.ftNewsletter button.button {
	height: 33px;
	background: #9a9b9e;
	width: 100px;
	cursor: pointer;
	color: #f1f1f1;
	text-transform: none;
	border: 1px #928b8b solid;
	border-left: none;
	outline: none;
}
.bottomFooter {
	background: #f1f1f1;
}
.insFooter.styleNew .bottomFooter{
	border-top: 1px solid;
    background: #7f7f7f;
	color: #ffffff;
}
.mainBottomFooter {
	padding: 20px 0px;
	//background: url(dash-double-footer.png) top repeat-x;
}
.mainBottomFooter .copy p {
	margin: 0;
}
.mainBottomFooter .logo-ft-1 {
	margin: 5px 20px 0px 0px
}
.mainBottomFooter .logo-ft-1 img{
	max-width: 200px;
}
.colRightFTPay img {
	max-height: 30px;
	margin-top: 10px;
}
.ftCopyright {
	margin: 10px 0 0 0;
	text-align: center;
}
.imglogo{
	margin:0px;
}
/* End footer midlle */
/* --------------- END 3. Footer css ---------------*/

@media screen and (min-width: 768px){
	#pollicySeasion .row {
		margin: 0px -5px;
	}
	#pollicySeasion .item_policy {
		padding: 0px 5px;
	}
	#pollicySeasion .item_policy .info_policy {
		border-right: 1px dotted #fff;
	}
	#pollicySeasion .item_policy:last-child .info_policy {
		border-right: none;
	}
}
@media screen and (max-width: 1199px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
	#headerLogo {
		padding-right: 0;
		padding-top: 10px;
	}
	.navSiteMain ul.nav-navbar > li > a {
		padding: 10px;
	}
	.pdLoopAction{
		display: none;
	}
	.insFooter h4 {
		font-size: 15px;
	}

}
@media screen and (max-width: 991px){
	.pdLoopItem .pdLoopDetail .productName {
		line-height: 1.2;
		height: 40px;
		-webkit-line-clamp: 2;
	}
	#headerPage {
		padding: 5px 0px;
	}
	#headerSearch {
		margin-top: -10px;
	}
	#headerLogo {
		text-align: center;
	}
	#headerLogo .mbToggle {
		position: absolute;
		left: 15px;
		top: 50%;
	}
	.loginMB .wrapLogin{
		background: #6E0E14;
		background-size: contain;
		padding: 10px;
	}
	.loginMB .wrapLogin .icon {
		float: left;
		width: 45px;
		margin-right: 10px;
	}
	.loginMB .wrapLogin .user {
		float: left;
		width: calc(100% - 55px);
	}
	.loginMB .wrapLogin .user * {
		color: #fff;
	} 
	#headerLogo .mbToggle img {
		width: 30px;
	}
	#headerNav {
		position: fixed;
		-webkit-overflow-scrolling: touch;
		top: 0;
		bottom: 0;
		left: 0;
		padding: 0px;
		max-width: 95%;
		z-index: 1003;
		background-color: #fff;
		width: 290px;
		border-right: 1px solid #e9e9e9;
		transition: all .4s cubic-bezier(.46,.01,.32,1);
		-ms-transform: translateX(-290px);
		-webkit-transform: translateX(-290px);
		transform: translateX(-290px);
	}
	.openNav #headerNav {
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	.openNav .overlayMenu{
		display: block;
	}
	#headerNav #navWrap {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding-bottom: 20px;
		overflow-x: hidden;
	}
	#headerNav #navWrap::-webkit-scrollbar {
		width: 5px;
		background-color: #eaeaea;
	}

	#headerNav #navWrap::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 30px;
	}

	#headerNav #navWrap::-webkit-scrollbar-track {
		width: 1px;
		background: #f1f1f1;
		border: 1px solid #eee;
		border-radius: 30px;
		-webkit-box-shadow: 0 0 1px #eee inset;
	}
	#headerNav ul li a {
		border-bottom: 1px solid #f1f1f1;
		padding: 10px;
		display: block;
	}
	#headerNav ul li a i {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		float: right;
		font-size: 16px;
		transition: all 0.6s ease-in-out 0s;
		-moz-transition: all 0.6s ease-in-out 0s;
		-o-transition: all 0.6s ease-in-out 0s;
		-webkit-transition: all 0.6s ease-in-out 0s;
		-ms-transition: all 0.6s ease-in-out 0s;
	}
	#headerNav ul li a.open i {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.mainChild .linklist {
		width: 100%;
		margin-left: 15px;
	}
	#sidebarMenu{
		margin-bottom: 15px;
	}
	.mainChild, .mainChild .product,
	#sidebarMenu .menuContent {
		display: none;
	}
	#sidebarMenu .menuHeading:before{
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		position: absolute;
		font-size: 20px;
		right: 15px;
		top: 50%;
		transition: all 0.6s ease-in-out 0s;
		-moz-transition: all 0.6s ease-in-out 0s;
		-o-transition: all 0.6s ease-in-out 0s;
		-webkit-transition: all 0.6s ease-in-out 0s;
		-ms-transition: all 0.6s ease-in-out 0s;
		transform: translateY(-50%) rotate(0);
		-webkit-transform: translateY(-50%) rotate(0);
		-ms-transform: translateY(-50%) rotate(0);
		-o-transform: translateY(-50%) rotate(0);
	}
	#sidebarMenu .menuHeading.open:before{
		transform: translateY(-50%) rotate(-180deg);
		-webkit-transform: translateY(-50%) rotate(-180deg);
		-ms-transform: translateY(-50%) rotate(-180deg);
		-o-transform: translateY(-50%) rotate(-180deg);
	}
	.closeMenuMB .closeNav {
		padding: 5px 20px;
		border-radius: 0;
		margin: 20px 0px 0px;
	}
	.mbCart {
		position: absolute;
		right: 15px;
		top: 50%;
	}
	.mbCart a {
		display: block;
		position: relative;
	}
	.mbCart a .icon {
		background: #6E0E14;
		border-radius: 50%;
		position: relative;
		width: 35px;
		height: 35px;
		line-height: 30px;
		text-align: center;
		display: block;
		color: #fff;
		margin-top:30px;
	}
	.mbCart a .numberCart {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		position: absolute;
		background: #f09b12;
		top: -5px;
		right: -5px;
		font-size: 10px;
		line-height: 20px;
		text-align: center;
		z-index: 5;
		color: #fff;
	}
	.bottomFooter .ftLogo {
		display: none;
	}
	.owlDesign.owl-carousel .owl-controls .owl-nav div {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
	.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-next {
		right: 0px;
	}
	.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-prev {
		left: 0px;
	}
	.colFooter .fTLinks {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (max-width: 767px){
	.colRightFTSocial {
		margin-bottom: -10px;
	}
}
@media screen and (max-width: 479px){
	.frmSearch .btnSearch .text, .searchCatelogy {
		display: none;
	}
	.frmSearch .btnSearch .icon {
		display: inline-block;
	}
	.frmSearch #inputSearchAuto {
		padding-right: 110px;
	}
	.owlDesign.owl-carousel .owl-controls .owl-nav div {
		width: 20px;
		height: 40px;
		font-size: 40px;
		line-height: 30px;
	}
	.ajaxSearchAuto .itemResults .info a {
		max-width: 70%;
	}
}
@media screen and (max-width: 370px){
	#headerLogo p img {
		max-height: 45px;
		max-width: 175px;
	}
	.frmSearch #inputSearchAuto {
		padding-right: 60px;
	}
	.frmSearch .btnSearch {
		width: 50px;
	}
	.ajaxSearchAuto .itemResults .info a {
		float: none;
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 0;
	}
	.ajaxSearchAuto .itemResults .info .pdPrice {
		float: none;
	}
	.ajaxSearchAuto .itemResults .pdComparePrice {
		display: inline-block;
	}
	.ftNewsletter .footer_form {
		position: relative;
	}
	.ftNewsletter input[type="email"] {
		width: 100%;
		padding-right: 110px;
	}
	.ftNewsletter button.button {
		position: absolute;
		right: 0;
		top: 0;
	}
}
/* ---------------------------- END MUTIL CHANEL STYLE ------------------------- */


.menuHide{
	display: none;
}
.more-bar{
	text-align: center;
	height: 45px;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #6E0E14;
}

.bt-chat
{
	position:fixed;
	background: #0075ff url(../img/facebook-messenger.svg) 15px center no-repeat;
	background-size: auto 75%;
	padding: 12px 18px;
	color: #fff !important;
	border-radius: 3px;
	padding-left: 55px;
	display: inline-block;
	bottom: 13px;
	right: 15px;
	font-size: 18px;
	z-index: 9999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 50ms linear;
	-moz-transition: transform 50ms linear;
	transition: transform 50ms linear;
}
.support-icon-right {
	background: #F0F3EF;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #fff!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #6E0E14;
}

.support-icon-right h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px!important;
	padding: 15px 15px 12px 15px;
	color: #fff!important;
	margin: 0!important;
	background-color: #6E0E14;
	cursor: pointer;
}
.online-support {
	display: none;
}