/*-------------------------------------------*/
/* 1. GENERAL */
/*-------------------------------------------*/
@font-face {
	font-family: 'FontAwesome';
	src: url('//cdn.hstatic.net/themes/1000404680/1001470384/14/fontawesome.eot?v=193');
	src: url('//cdn.hstatic.net/themes/1000404680/1001470384/14/fontawesome.eot?v=193') format('embedded-opentype'), url('//cdn.hstatic.net/themes/1000404680/1001470384/14/fontawesome.woff?v=193') format('woff'), url('//cdn.hstatic.net/themes/1000404680/1001470384/14/fontawesome.ttf?v=193') format('truetype'), url('//cdn.hstatic.net/themes/1000404680/1001470384/14/fontawesome.svg?v=193') format('svg');
	font-weight: normal;
	font-style: normal;
} 
@font-face {
	font-family:'Glyphicons Halflings';
	src:url('//cdn.hstatic.net/themes/1000404680/1001470384/14/glyphicons-halflings-regular.eot?v=193');
	src:url('//cdn.hstatic.net/themes/1000404680/1001470384/14/glyphicons-halflings-regular.eot?#iefix?v=193') format('embedded-opentype'),url('//cdn.hstatic.net/themes/1000404680/1001470384/14/glyphicons-halflings-regular.woff?v=193') format('woff'),url(//cdn.hstatic.net/themes/1000404680/1001470384/14/glyphicons-halflings-regular.ttf?v=193) format('truetype'),url(//cdn.hstatic.net/themes/1000404680/1001470384/14/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?v=193) format('svg')
}
*{font-family:'Quicksand', sans-serif;margin: 0;padding: 0;}
.glyphicon{font-family: 'Glyphicons Halflings'!important;}
.fa{font-family: 'FontAwesome'!important;}
/* 1.1 - */
html,body{border: 0;background-color: #fff;}
html{font-size: 62.5%;-webkit-overflow-scrolling: touch;-webkit-text-size-adjust:none;-ms-text-size-adjust:100%;}
img{max-width:100%;}
body{
	line-height:1.4;
	font-size: 14px;
	color:#221e20;
	overflow-x: hidden;
	background : #fff;
	position: initial !important;
}	
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }
/* 1.3 - Typography */
h1,h2,h3,h4,h5,h6 { color: #221e20; margin:0 0 13px 0;  font-weight:500;line-height:1.2}
h1 { font-size: 36px; }
h2 { font-size: 28px;}   
h3 { font-size: 24px;}
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
p{ margin: 0 0 10px 0; line-height: 21px }
/* 1.4 - Links and Buttons */
a {color:#221e20;text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,a:focus{color:#ae1e22;text-decoration: none; outline: none;}	
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-family:'Quicksand', sans-serif;color:#221e20;line-height: 1.1; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#ae1e22;}
/* 1.5 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }
strong { font-weight: 700; }
em { font-style: italic; }
/* 1.6 - Lists */
ul{padding:0;list-style-type:none;}
a{transition: opacity 150ms linear, color 150ms linear, background 150ms linear;}
input:focus {outline: none;}
/* 1.7 - Breadcrumb */
.breadcrumb-shop {background:#fafafa;margin-bottom: 20px;}
.breadcrumb-shop .breadcrumb-arrows{
	padding: 15px 0;
	background: transparent;
	border-radius: 0;	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:0;
}
.breadcrumb-shop .breadcrumb>li+li:before{padding:0 3px;}
.breadcrumb-shop .breadcrumb-arrows li{font-size:13px;}
/* 1.8 - Pagination */
#pagination .page-node,#pagination .next, #pagination .prev{display:inline-block;margin: 30px 8px;font-size: 15px;font-weight: 600;opacity: 0.4;}
#pagination .next{margin-left:30px}
#pagination .prev{margin-right:30px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
#pagination .page-node.current,#pagination .page-node:hover,#pagination .next:hover, #pagination .prev:hover{ opacity: 1;}
/* 1.9 - Button */
.button {
	position: relative;
	display: inline-block;
	padding: 10px 28px;
	line-height: normal;
	color: #fff;
	border: 1px solid #ae1e22;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	overflow: hidden;
}
.button:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #ae1e22;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover {color:#252a2b;}
.button:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.row-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-backdrop{position: fixed;z-index: 99;}
@media (min-width: 1200px) {
	.container {width: 1200px;}
}
@media (min-width: 1375px) {
	.container {width: 1300px;}
}

/*-------------------------------------------*/
/* 2. HEADER */
/*-------------------------------------------*/
/* 2.1 - TopBar */
.promo-bar {
	background: #f2f3f5;
	font-size: 12px;
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.promo-bar a {
	display: block;
	padding: 10px 15px;
	color:#000000;
	cursor: pointer;
}
/* 2.2 - Menu */
.main-header.border {border-bottom: 1px solid #ededed;}
.main-header--menu {text-align: center;}   
.desk-menu {position: relative;}
.desk-menu >ul>li {display: inline-block;height: 100%;padding: 0;z-index: 5;margin-right: 10px;}
.desk-menu >ul>li:last-child {margin-right: 0;}
.desk-menu > ul>li>a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0;
	line-height: 66px;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 13px;
}
.desk-menu > ul>li>a:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-bottom: 2px solid #ae1e22;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.desk-menu > ul>li>a:hover:before, 
.desk-menu > ul>li.active>a:before {
	opacity:1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.desk-menu >ul>li.active>a{color: #ae1e22;}
.desk-menu ul li a {color:#221e20;}
.desk-menu ul li a:hover {color:#ae1e22;}
.desk-menu ul {	padding-left: 0;margin:0;}
.desk-menu ul>li a i {display: inline-block;vertical-align: middle;font-size: 9px;margin-left: 4px;margin-bottom: 2px;}
.desk-menu .sub_menu {
	background: #fff;
	position: absolute;
	z-index:999;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.desk-menu ul>li>ul {top: 97%;border-top:2px solid #ae1e22;}
.desk-menu li:hover>.sub_menu {
	-webkit-transform: rotate3d(0,0,0,0deg);
	-moz-transform: rotate3d(0,0,0,0deg);
	-o-transform: rotate3d(0,0,0,0deg);
	-ms-transform: rotate3d(0,0,0,0deg);
	transform: rotate3d(0,0,0,0deg);
}
.desk-menu .sub_menu a {
	padding: 9px 18px;
	white-space: nowrap;
	text-align: left;
	display: block;
	font-size: 14px;
}
.desk-menu .sub_menu .sub_menu {
	left: 100%;
	top: -2px;
	margin-left: 1px;
	margin-top: 0;
	-webkit-transform: rotate3d(0,1,0,90deg);
	-moz-transform: rotate3d(0,1,0,90deg);
	-o-transform: rotate3d(0,1,0,90deg);
	-ms-transform: rotate3d(0,1,0,90deg);
	transform: rotate3d(0,1,0,90deg)
}
.desk-menu .sub_menu li:not(:first-child) {	border-top: 1px solid #ecf0f1}
.desk-menu ul>li i {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.desk-menu ul>li:hover>a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom:0;
}
.desk-menu ul li .sub_menu li{position: relative}
.main-header--action {
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}
.main-header--action a {display: inline-block;padding-left: 15px;padding-right: 15px;}
.main-header--action .action-cart a{padding-left: 0;padding-right: 0;}
.main-header--action svg {width: 16px;height: 16px;fill: #221e20;}
.main-header--action .count-holder {
	text-align: center;
	display: inline-flex;
	min-width: 16px;
	height: 16px;
	padding: 4px;
	border-radius: 50%;
	background: #222;
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: -5px;
	justify-content: center;
	align-items: center;
}
/* 2.3 - Logo */
.main-header--logo h1, .main-header--logo a {margin-bottom:0;font-size: 28px;font-weight: 500;color:#272727;}
@keyframes scroll-in{0%{top:2px}49%{top:-14px}50%{top:19px}100%{top:2px}}
@keyframes scroll-out{0%{top:2px}49%{top:19px}50%{top:-14px}100%{top:2px}}
/* 2.4 - Icon menu */
.hamburger-menu {
	padding-left: 15px;
	width: 35px;
	height: 21px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.hamburger-menu .bar, 
.hamburger-menu .bar:after, 
.hamburger-menu .bar:before {width: 16px;height: 1px;}
.hamburger-menu .bar:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 5px;
	background:#000;
	-ms-transition:bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	-webkit-transition:bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
.hamburger-menu .bar:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	background: #000;
	-ms-transition:top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	-webkit-transition:top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
.hamburger-menu .bar {
	position: relative;	
	top: 10px;
	background: #000;	
	display: block;
	-ms-transition:all 0ms 100ms, width 150ms linear;
	-webkit-transition:all 0ms 100ms, width 150ms linear;
	transition: all 0ms 100ms, width 150ms linear;
	-ms-transform:translateY(-2px);
	-webkit-transform:translateY(-2px);
	transform: translateY(-2px);
}
@media only screen and (min-width: 1024px) {
	.sticky-header header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index:100;
		background: #fff;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		-webkit-animation: sticky_header_animation .3s;
		-moz-animation: sticky_header_animation .3s;
		-ms-animation: sticky_header_animation .3s;
		-o-animation: sticky_header_animation .3s;
		animation: sticky_header_animation .3s;

	}
	header .logoimg {
		-webkit-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
	//.sticky-header header .logoimg {width: 80%;}
}
@-webkit-keyframes sticky_header_animation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-moz-keyframes sticky_header_animation {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}
@-o-keyframes sticky_header_animation {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}
@keyframes sticky_header_animation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

/*-------------------------------------------*/
/* 3. INDEX */
/*-------------------------------------------*/
.main-index  {margin-bottom: 00px;}
/* 3.1 - Slider */
#home-slider {position: relative;}
#home-slider .owl-nav {position: absolute;bottom:0;right:0;display:block;}
#home-slider .owl-nav.disabled{
	display: none;
}
#home-slider .owl-nav:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 1px;
	height: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-color: #e0e0e0;
	left: 0;
	right: 0;
	margin: auto;
}
#home-slider .owl-nav button {
	display: inline-block;
	cursor: pointer;
	background-color: #f6f4f3;
	color:#ae1e22;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border: 0;
}
#home-slider .owl-nav button:hover {background: rgb(255,255,255,0.5);}
#home-slider .owl-nav button:before {content:"";font-family: 'FontAwesome';font-size: 34px;}
#home-slider .owl-nav button.owl-prev:before {content:"\f104";}
#home-slider .owl-nav button.owl-next:before {content:"\f105";}
#home-slider .owl-nav button:focus{
	outline: none;
}
#home-slider .owl-dots{
	position: absolute;
	bottom: 28px;
	text-align: center;
	width: 100%;
}
#home-slider .owl-dots button{
	display: inline-block;
}
#home-slider .owl-dots button:focus{
	outline: none;
}
#home-slider .owl-dots button span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	background: transparent;
	border: 2px solid #fff;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
#home-slider .owl-dots button.active span {
	background: #fff;
}
@media(max-width: 767px){
	#home-slider .owl-nav button {
		display: inline-block;
		cursor: pointer;
		background-color: #f6f4f3;
		color:#ae1e22;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#home-slider .owl-nav button:before {font-size: 20px;}
}
/* 3.2 - Collection Home */
.wrapper-heading-home{padding:20px 0;text-align: center;}
.wrapper-heading-home h2 {
	font-size:28px;
	line-height: 1.6;
	margin:0 0 15px;;
	font-weight:500;
	position: relative;
	padding: 0 0 10px;
	display: inline-block;
}
.wrapper-heading-home h2:before {
	position: absolute;
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	background: #ae1e22;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.wrapper-heading-home .view-all a {display: inline-block;font-size:13px;}
.wrapper-home-banner .home-banner-pd {padding:0;}
/* 3.3 - Product Loop */
.pro-loop {
	display: block;
	position: relative;	
	overflow: hidden;	
	height: 100%;
	background:#fff;
	margin-bottom: 30px;
}
.pro-loop a {display:block;}
.pro-loop .product-detail {padding: 20px 0;text-align:center;}
.pro-loop .product-img{text-align: center;position:relative;overflow: hidden;}
.pro-loop .product-img .product-sale,.pro-loop .product-img .sold-out{
	position: absolute;
	top: 10px;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	z-index: 9;
	color: #fff;
	background: #ae1e22;
	width: 35px;
	height: 25px;
	line-height: 25px;
	left: 0;
}
.pro-loop .product-img .product-sale {left: 10px;;color:#fff;}
.pro-loop .product-img .sold-out {right: 0px;
	width: auto;
	left: auto;    padding: 0 10px;}
.product-detail .box-pro-detail{z-index: 9;width: 100%;}
.pro-loop .product-detail h3 {margin: 0 0 5px;font-size:14px;position: relative;}
.pro-loop .product-detail h3 a {
	color: #221e20;
	line-height: 16px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 32px;
}
.pro-loop .product-detail h3 a:hover {color: #ae1e22;}
.pro-price-mb {display:none;}
p.pro-price {font-size: 14px;margin: 0;font-weight: 700;}
p.pro-price.highlight{color:#ae1e22;}
p.pro-price span.pro-price-del {color:#939393;font-size: 13px;margin-left: 5px;font-weight:normal;}
.pro-loop .product-img .button-add {
	width:100%;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: absolute;
	display: flex;
	left: 0;
	bottom: -10%;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pro-loop .product-img button, .box-pro-prices + button {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	border: 0;
	background: #ae1e22;
	color: #fff;
	width: 100%;
	padding: 5px 0px;
	margin-right: 5px;
	outline: none;
}
.box-pro-prices + button{ margin-top: 10px; padding: 10px 15px; }
.pro-loop .product-img button:last-child {margin-right:0;}
.pro-loop .product-img button i{margin-left: 8px;font-size: 14px;}
.pro-loop .product-img picture{
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.pro-loop .product-img picture:nth-of-type(2){
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	visibility: hidden;
}
.owl-product-list .owl-nav button{
	position: absolute;
	top: 30%;
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: #5c5c5c;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.65);
	box-shadow: 0 2px 10px rgba(54,54,54,0.65);
	line-height: 0;
}
.owl-product-list .owl-nav button.owl-prev {left: 15px;}
.owl-product-list .owl-nav button.owl-next {right: 15px;}
.owl-product-list .owl-nav button:before {
	position: relative;
	content:"";
	font-family: "FontAwesome";
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
.owl-product-list .owl-nav button.owl-prev:before {content:"\f104";}
.owl-product-list .owl-nav button.owl-next:before {content:"\f105";}
.section-collection .paper{display: none; text-align: center;}
.section-collection .paper .btn-loadmore{
	border: 1px solid #000;
	background: 0 0;
	color: #000;
	min-width: 176px;
	display: inline-block;
}
.section-collection .paper .btn-loadmore:before{
	background:rgba(0,0,0,.1);
}
.section-collection .paper .btn-loadmore span{
	padding: 14px 8px;
	display: inline-block;
	font-weight: 700;
}
.section-collection .paper .btn-loadmore span:after{
	content: "\f067";
	font-family: "FontAwesome";
	padding-left: 1rem;
}
@media(min-width:1024px){
	.wrapper-collection-1 .pro-loop,
	.search-list-results .pro-loop,
	#collection .pro-loop.col-5,
	.wrapper-collection-3 .pro-loop {width:20%;}
	.pro-loop:hover .product-img .button-add {opacity: 1;visibility: visible;bottom: 0;}
	.pro-loop:hover .product-img picture:nth-of-type(2) {opacity: 1;visibility: visible;} 
	.pro-loop:hover .product-img picture:nth-of-type(1) {opacity: 0;visibility: hidden;} 
}
@media (min-width: 768px){
	.owl-product-list .pro-loop {
		width: 100%;
	}
}
@media(max-width:767px){
	.pro-loop .product-img picture:nth-of-type(2) {display: none;}
	.pro-loop .product-detail {padding:5px 0;}
	.owl-product-list .pro-loop{display: none;}
	.owl-product-list .pro-loop:nth-child(1){display: block;}
	.owl-product-list .pro-loop:nth-child(2){display: block;}
	.owl-product-list .pro-loop:nth-child(3){display: block;}
	.owl-product-list .pro-loop:nth-child(4){display: block;}
	.owl-product-list .pro-loop:nth-child(5){display: block;}
	.owl-product-list .pro-loop:nth-child(6){display: block;}
	.section-collection .paper{display: block;}
}
.product-loop-special {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
.product-loop-special.more-image {
	-webkit-align-items: center;
	align-items: center;
}
.product-loop-special .product-width {max-width: 270px;margin: auto;}
.product-loop-special .product-detail {padding:20px 0; text-align: center;}
.product-loop-special .product-img{text-align: center;position:relative;}
.product-loop-special .product-detail h3 {margin: 0 0 5px;font-size: 14px;position: relative;}
.product-loop-special .product-detail h3 a{
	color: #252a2b;
	line-height: 16px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.product-loop-special .action .button {width:100%;padding: 10px 5px;}
@media(min-width:768px) {
	.collection-special-one .product-loop-special .product-col-left {flex-grow:2;}
	.collection-special-one .product-loop-special .product-col-right {flex-grow:1;padding: 0 80px;}
}
@media(min-width:1024px) {
	.collection-special-one .product-loop-special {padding: 0 100px;}
}
.collection-special-two .product-loop-special .product-col-left {width:60%;}
.collection-special-two .product-loop-special .product-width {max-width:190px;}
.collection-special-two .product-loop-special .product-col-right {padding:0 0 0 35px;}
.collection-special-two .product-loop-special .product-detail {padding:10px 0;}
#collection-slide .owl-controls .owl-nav div {
	position: absolute;
	top: 30%;
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: #5c5c5c;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	line-height: 0;
}
#collection-slide .owl-nav .owl-prev {left: 0;}
#collection-slide .owl-nav .owl-next {right: 0;}
#collection-slide .owl-controls .owl-nav div:before {
	position: relative;
	content:"";
	font-family: "FontAwesome";
	font-size: 20px;
	width: 45px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
}
#collection-slide .owl-controls .owl-nav .owl-prev:before {content:"\f104";}
#collection-slide .owl-controls .owl-nav .owl-next:before {content:"\f105";}
@media(max-width:1200) and (min-width:1024px) {
	.collection-special-two .product-loop-special {
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}
	.collection-special-two .product-loop-special {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.collection-special-two .product-loop-special .product-width {max-width:170px }
	.collection-special-two .product-loop-special .product-col-right {padding: 0 0 0 25px;}
	.collection-special-two .product-loop-special .product-col-left {width:70%;}
}
@media(max-width: 767px) {
	.product-loop-special .action .button {font-size:12px} 
	.collection-special-two .product-loop-special .product-width {max-width:130px;}
	.collection-special-one .product-loop-special .product-col-right {padding-left: 20px;}
	.collection-special-one .product-loop-special .product-width {max-width:260px;}
	.product-loop-special .product-detail {padding: 5px 0;}
}

.wrapper-home-banner .home-banner-pd {padding:0;}
.block-banner-category {position: relative;overflow: hidden;}
.block-banner-category .caption_banner p{color:#000;font-size:16px;margin-bottom: 20px;font-weight:500}
.block-banner-category .caption_banner h2{
	font-size:20px;   
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}
.block-banner-category .caption_banner h2:after{
	display: block;
	content: "";
	margin: auto;
	width: 40px;
	height: 4px;
	margin-top: 30px;
	background:#000;
	-ms-transition: all 150ms linear;
	-webkit-transition:all 150ms linear;
	transition: all 150ms linear;
}
.block-banner-category img{-ms-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;-webkit-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear}
.block-banner-category .caption_banner{position: absolute;text-align: center;padding:0 20px; z-index: 2;}
.block-banner-category a.link-banner{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.block-banner-category a.link-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:#fff;
	-ms-transition:  opacity 200ms linear, background 200ms linear;
	-webkit-transition:  opacity 200ms linear, background 200ms linear;
	transition: opacity 200ms linear, background 200ms linear;
}
.block-banner-category:hover img{	-ms-transform: scale(1.025);	-webkit-transform: scale(1.025);	transform: scale(1.025);}
.block-banner-category:hover a.link-banner:after{ opacity: .5;}
.block-banner-category:hover .caption_banner h2:after{width: 70px;}

/* 3.4 - Blog list home */
.posts-list .post_item {margin-bottom: 30px;text-align: center;}
.posts-list .post_featured {
	overflow:hidden;
	position: relative;
	margin-bottom: 15px;
}
.posts-list .post_item .post_info {text-transform: uppercase;margin-bottom: 10px;}
.posts-list .post_item h3 {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	padding-bottom: 12px;
}
.posts-list .post_item h3:after {
	position: absolute;
	content:"";
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	width: 50px;
	height: 2px;
	background: #ae1e22;
}
.posts-list .post_item h3 a {
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.wrapper-home-newsletter {
	background: url(//cdn.hstatic.net/themes/1000404680/1001470384/14/bg-newsletter.jpg?v=193) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
.content-newsletter {
	color: #fff;
	max-width: 525px;
	margin: auto;
}
.content-newsletter h2{
	font-size: 40px;
	line-height: 60px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}
.content-newsletter p {font-size: 16px;line-height: 28px;color: #fff;margin: 0 auto 20px;}
.content-newsletter form .form-group {position: relative;}
.content-newsletter input {
	width: 100%;
	height: 65px;
	line-height: 25px;
	color: #999999;
	padding: 20px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	outline: none!important;
	transition: initial;
}
.content-newsletter button {
	background: #ae1e22;   
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	z-index: 0;
	top:0;
	right: 0;
	border-radius: 0;
	border: 1px solid transparent;
	height: 65px;
	width: 100px;
	padding: 15px;
}
@media (min-width:1200px) {
	.wrapper-home-newsletter {
		background-attachment: fixed;
	}
}

/* 3.5 - Gallery */
.section-gallery{
  background: #f2f3f5;
  padding-top: 56px;
  padding-bottom: 56px;
}
.list-gallery ul {margin:0;display: flex;}
.list-gallery ul li {
	flex: 0 0 25%;
  max-width: 25%;
}
.list-gallery ul li .gallery_item {position: relative;overflow: hidden;display: block;}
.list-gallery ul li .gallery_item:before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.list-gallery ul li:hover .gallery_item:before {
	-webkit-animation: shine 1.1s;
	animation: shine 1.1s;
}
@-webkit-keyframes shine {100% {left: 125%}}
@keyframes shine {100% {left: 125%}}
@media (max-width: 767.98px) {
  .list-gallery ul {gap: 16px 0;flex-wrap: wrap;}
	.list-gallery ul li {flex: 0 0 50%; max-width: 50%;}
}

/*-------------------------------------------*/
/* 4. FOOTER */
/*-------------------------------------------*/
.main-footer .main-footer--border {padding: 24px 0;border-top: 1px dashed #e0d9d6;border-bottom: 1px dashed #e0d9d6;}
/* 4.1 - Footer top */
.form_newsletter {max-width: 500px;}
.form_newsletter .error-box,.form_newsletter .success.feedback{padding: 5px 0 0;margin:0;}
.main-footer .contact-form {position:relative;}
.main-footer .contact-form .input-group {display: flex;margin:0;width:100%;}
.main-footer .contact-form .input-group input {height:46px;width:100%;padding: 0 15px;}
.main-footer .contact-form .input-group button {white-space: nowrap;width: 40%;}
.social-list {margin: 15px 0;}
.social-list .ico {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #a6a6a6;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;    display: inline-block;
}
.social-list .ico svg {
	width: 15px;
	height: 15px;
	vertical-align: -2px;
}
.social-list .ico svg path {fill: #fff!important;}
.social-list .ico.ic-faccbook:hover svg path {fill: #385C8E!important;}
.social-list .ico.ic-instagram:hover svg path {fill: #000!important;}
.social-list .ico.ic-youtube:hover svg path {fill: #F61C0D!important;}
.social-list .ico.ic-tiktok:hover svg path {fill: #000!important;}
.social-list .ico.ic-linkedin:hover {color: #0A66C2!important;}

/* 4.2 - Footer Bottom */
footer{
	padding-top: 20px;
	background: #f2f3f5;
}
/*.main-footer--bottom {margin: 24px 0 0;}*/
.main-footer h4 {
	font-size: 15px;
	letter-spacing: 0.02em;
	margin: 0 0 20px;
	position: relative;
	line-height: 22px;
	text-transform: uppercase;
}
.main-footer .footer-col {margin-bottom: 24px;}
.main-footer .footer-content ul {margin-bottom: 15px;}
.main-footer .footer-content ul li{display: block;line-height: 28px;position:relative;}
.main-footer .footer-content.toggle-footer ul li i {margin-right: 10px;}
.main-footer .footer-content ul li a,
.main-footer .footer-content ul li span {position:relative;overflow: hidden;}
.main-footer .footer-content.toggle-footer ul li span {font-weight: 600;}
.main-footer .list-social {margin-bottom:10px;}
.main-footer .list-social li{display: inline-block;text-align: center;padding:0;margin-right: 12px;}
.main-footer .list-social li a{
	font-size: 12px;
	display: block;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	position: relative;
} 
.main-footer .list-social li span {font-weight: 600;margin-left:5px;}
.footer-static-content iframe {width:100%!important;position:relative!important;}
.footer-static-content .fb_iframe_widget > span {width:100%!important;}
.logo-footer {margin-top:30px;margin-bottom:20px;}
.logo-footer img {width:150px;}
.main-footer--copyright .main-footer--border {border-bottom: none;}
.main-footer--copyright p {text-align: center;margin-bottom:0;}
.main-footer .line {padding: 24px 0 0;}
/* 4.3 - Scroll to top 
.back-to-top {position: fixed;right: 10px;bottom: 15px;opacity: 0;visibility: hidden;z-index: 99;}
.back-to-top.show {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.back-to-top .btt-label-back {
display: inline-block;
vertical-align: middle;
line-height: 40px;
-webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
-moz-transform: rotate(-90deg) translateX(50%) translateY(50%);
transform: rotate(-90deg) translateX(50%) translateY(50%);
}
.back-to-top .btt-icon-back {
position: absolute;
bottom: 250%;
left: 80%;
-webkit-transform: translateX(-50%) translateY(0);
-moz-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
-webkit-transition: -webkit-transform .45s cubic-bezier(0,.95,.77,1);
transition: transform .45s cubic-bezier(0,.95,.77,1);
will-change: transform;
}*/
.back-to-top {
	top: auto !important;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	bottom: -38px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: fixed;
	line-height: 25px;
	right: 57px;
	-webkit-transition: all .6s ease;
	transition: all .3s ease;
	transition: all .6s ease;
	visibility: hidden;
	z-index: 9999;display: flex;
	flex-direction: column;
	align-items: center;    font-size: 10px; }
.back-to-top.show-backtotop {
	bottom: 210px;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible; }
.back-to-top svg {
	transform: rotate(-90deg);
}
.back-to-top svg path {
	stroke: #222;
}
.fb_customer_chat_bubble_pop_in{
	bottom: 10pt!important;
	right: 12px!important;
}
@media (max-width: 767px){
	.back-to-top.show-backtotop{
		bottom: 80px;
	}
	.back-to-top-product.show-backtotop{
		bottom: 135px;
	}
	.back-to-top {
		background: #ececec;
		padding: 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		border-radius: 50%;
	}
	.back-to-top svg{
		width: 16px;
		height: 16px;
	}
	.back-to-top span {
		display: none;
	}
}
/* 4.4 - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
	width: 55px;
	height: 55px;
	padding: 7px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
@media (max-width:767px) {
	.main-footer--top .row-flex {flex-wrap: wrap;}
	.form_newsletter {margin-bottom: 24px;}
	.social-list {text-align: left;}
	.harafunnel-mb-product{
		bottom:70px;
	}
}


/*-------------------------------------------*/
/* 5. COLLECTION */
/*-------------------------------------------*/
.wrap-collection-title .heading-collection {margin: 30px 0;}
.wrap-collection-title .heading-collection h1{font-size:24px;	font-weight: 700;margin:0;}
.alert-no p,.alert-no-filter p{margin:10px 0 20px;}
/* 5.1 - Menu left */
.tree-menu li a {
	padding: 5px 5px 5px 0;
	line-height: 26px; 
	font-size: 12px;
	display: block;
	position: relative;
}
.tree-menu > li > a {
	color: #221e20;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px dashed #e5e5e5;
}
.tree-menu > li:last-child > a {border-bottom: none;}
.tree-menu li.has-child ul {display: none;}
.tree-menu li.has-child > ul {padding-left: 20px;}
.tree-menu li a .icon-control {
	font-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	opacity: 1;
}
.tree-menu li a .icon-control.open i:before {content: "\f068";}
/* 5.2 - Filter */
.content-filter .option{margin-top:30px;}
.option .lb-filter{	display: block;	font-size: 15px;	opacity: .92;	margin-bottom: 0px;}
.custom-dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;	
	max-width: 100%;
	overflow: hidden;
	border-radius:0px;
} 
.custom-dropdown::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 13px;
	color: #221e20;
	opacity: .42;
	display: block;
	position: absolute;
	top: 10px;
	right: 17px;
}
.option .custom-dropdown .custom-dropdown__select {
	font-size: 14px;
	width: 100%;
	display: block;
	height: 30px;
	padding: 0 20px 0 0;
	border-color: transparent;
	border-bottom: 1px solid #000;
	background-color: #fff;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-indent: 1px;
}
.option .custom-dropdown{	width: 100%;}
.option .custom-dropdown::after{
	content: "\f103";
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
	display: block;
	position: absolute;
	top: 9px;
	right: 2px;
}
.option .option-children:not(:first-child) {margin-bottom: 30px;}
.option select option { background: #fff;}
.option.browse-tags .lb-filter{display: inline-block;}
.option.browse-tags .custom-dropdown {width: auto;float:right;}
.left-module {margin-bottom: 20px;overflow: hidden;}
.block .title_block {
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	background: #f2f5fa;
	padding: 8px 15px;
}
.layered .layered_subtitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 10px;
	cursor: pointer;
	position: relative;
}
.layered .layered_subtitle span {font-weight: 600;font-size: 13px;}
.layered span.icon-control {
	position: relative;
	top:-2px;
	left: 5px;
	font-size: 8px;
}
.group-filter[aria-expanded=false] .dropdown-filter .icon-control i:before {content: "\f067";}
.group-filter[aria-expanded=false] .layered-content {display: none;height:0;}
.group-filter[aria-expanded=true] .layered-content {height: auto;}
.group-filter .layered-content {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.check-box-list {margin: 0 0 10px;}
.check-box-list li{line-height: 20px;font-size: 12px;}  
.check-box-list label{
	display: inline-block;
	cursor: pointer;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:0;
	color:#221e20;
}
.check-box-list li:hover label {color:#ae1e22;}
.check-box-list input[type="checkbox"]{display: none;}
.filter-price li {font-size: 14px;margin-bottom:5px;}
.filter-price li:last-child {margin-bottom:0;}
.filter-price li span {font-size: 12px;}
.filter-color ul{padding: 0;margin: 0;overflow: hidden;}
.filter-color li{display: inline;margin: 0 10px 10px 0;line-height: normal;float: left;}
.filter-color li label{
	border: 1px solid #eaeaea;
	width: 25px;
	height: 25px;
	border-radius: 0;
	float: left;
	position: relative;
	background-size: contain;
}
.filter-color li input[type="checkbox"]:checked + label:before{
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 5px;
	width: 9px;
	z-index: 99;
	border: solid #fff;
	margin: 7px 0 0 7px;
}
.filter-size li {text-align: center;margin-right: -1px;margin-bottom: -1px;float: left;}
.filter-size li label {width: 42px;height: 42px;line-height: 42px;position: relative;border: 1px solid #e5e5e5;}
.filter-size li input[type="checkbox"]:checked + label,.size-filter li:hover label {
	background-color: #111;
	color: #fff;
	border: 1px solid #111;
}
.block .block_content {overflow-y: auto;overflow-x: hidden;}
.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
	position: absolute;
	left: -9999px; 
}
.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer; 
}
.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px; 
}
.bl-filter [type="checkbox"]:checked + label:before {border: 1px solid #000; }
.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 4px;
	width: 7px;
	border: solid #111;
	margin: 9px 0 0 4px;
	left: 0;
	top: -3px;
	transition: all .2s; 
}
.bl-filter [type="checkbox"]:not(:checked) + label:after {opacity: 0; }
.bl-filter [type="checkbox"]:checked + label:after {opacity: 1; }
.bl-filter label:hover:before {border: 1px solid #000 !important;}

/*-------------------------------------------*/
/* 6. PRODUCT DETAIL */
/*-------------------------------------------*/
//.product-detail-wrapper {padding: 30px 0;}
.product-detail-main {margin-bottom: 40px;}
.product-title { padding: 0 0 10px;border-bottom: 1px dotted #dfe0e1;}
.product-title h1 {font-size: 20px;font-weight: 700;margin: 0 0 5px;line-height: initial;}
#pro_sku {font-size: 12px;color: #a3a5a7;}
.hook-reviews {border-bottom: 1px dotted #dfe0e1;padding-bottom: 15px;}
.hook-reviews .rating {line-height: 1;position: relative;white-space: nowrap;display: inline-block;width}
.hook-reviews .rating .rating {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
}
.hook-reviews .rating .icon {display: inline-block;}
.hook-reviews .rating .icon::before {
	color: #d5d5d5;
	content: "\f005";
	font-family: "FontAwesome",sans-serif;
	font-size: 13px;
	font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {color: #ffae00;}
.number-rating {padding-left: 5px;font-size: 13px;}
.product-price {padding: 10px 0;border-bottom: 1px dotted #dfe0e1;}
.product-price span.pro-price {font-size: 18px;opacity: .92;font-weight: bold;}
.product-price span.pro-sale{
	display: inline-block;
	padding:5px 15px;
	margin-right: 10px;
	background: #f2f5fa;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #ae1e22;
}
.product-price del{font-size: 14px;color:#777a7b;padding-left: 10px;font-weight: 500;}
.product-info {padding: 10px 0;border-bottom: 1px dotted #dfe0e1;}
.product-info .info-item {margin: 0;padding: 0;}
.product-info .info-item label {
	margin-left: 0;
	display: inline-block;
	font-size: 14px;
	margin: 0;
}
.product-info .info-item span {
	margin-left: 5px;
	font-size: 14px;
}
.selector-actions { width: 100%; float: left;margin-top: 15px;}
.quantity-area {margin-bottom:15px;}
.quantity-area input#quantity {
	background: #fff;
	font-weight: 600;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 70px;
	border: 1px solid #f3f4f4;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	float: left;
	-webkit-appearance: none;
}
.quantity-area input.qty-btn {
	float: left;
	background: #f3f4f4;
	border: solid 1px #f3f4f4;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 0;
}
a.btn-check,
button.buy-now,
button.btn-addtocart{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
	padding: 14px 15px;
	line-height: 22px;
	width:100%;
	margin-bottom: 15px;
	cursor: pointer;
}
button.buy-now {margin-left: 15px;border: 1px solid #ae1e22;}
button.buy-now:before {background-color: #ae1e22;}
a.btn-check {margin-bottom:0;border: 1px solid #ae1e22; padding: 11px 15px;}
a.btn-check:before {background-color: #ae1e22;}
button.btn-addtocart {border: 1px solid #ae1e22;}
button.btn-addtocart:before {background-color: #ae1e22;}

button.btn-addtocart[disabled],button.buy-now[disabled] {opacity: 0.8;}
.product-description {margin: 20px 0;}
.product-description .title-bl h2,
.product-description h2,
.product-description h3{
	font-size:14px;	
	font-weight:700;
	display: inline-block;
	text-decoration: underline;
}
//.product-description #detail_more {display: none;}
.product-gallery__thumbs {
	box-sizing: border-box;
	width: 100%;
	padding-bottom:1px;
	margin-top: 10px;
}

.product-gallery__thumb__new a {background-color: #f3f3f3;display: block;}
.product-gallery__thumb__new {line-height: 0;margin-bottom: 10px;margin-right: 5px;border: 1px solid #f7f7f8;	width: 100%; padding: 7px;}
.product-gallery__thumb__new:last-child {margin-bottom: 0}
.product-gallery__thumb__new:hover {border-color: #ae1e22}
.product-gallery__thumb__new img {cursor: pointer;background-color: #f7f7f8;width: 100%}

.product-gallery__thumbs .slick-slide.slick-current.product-gallery__thumb__new,
.product-gallery__thumbs .slick-slide.slick-current.product-gallery__thumb__new:hover {border-color: #ae1e22;}
.product-image-detail {position:relative;}
#sliderproduct .product-gallery-item{
	margin-bottom: 0;
}
#sliderproduct .slick-arrow{
	box-shadow: none;
	border: none;
	background: none;
	outline: 0;
	position: absolute;
	top: calc(36% - 18px);
	height: 36px;
	display: inline-flex;
	width: 36px;
	z-index: 1;
	justify-content: center;
	align-items: center;
	padding: 0;
	z-index: 99;
}
#sliderproduct .slick-arrow svg {
	fill: #7a7a7a;
	stroke: #7a7a7a;
	width: 18px;
	height: 28px;
}
#sliderproduct .slick-arrow.slick-next{
	right: 18px;
	top: calc(50% - 18px);
}
#sliderproduct .slick-arrow.slick-prev{
	left: 0;
	top: calc(50% - 18px);
}
#sliderproduct .slick-arrow.slick-prev svg{transform: rotate(180deg);}
#sliderproduct .slick-dots {
	padding: 0;
	margin: 0;
	display: flex;
	position: absolute;
	bottom: 25px;
	left: 0;
	list-style-type: none;
	right: 0;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 99;
}
#sliderproduct .slick-dots li{
	margin-left: 4px;
	margin-right: 4px;
}
#sliderproduct .slick-dots li button{
	box-shadow: none;
	outline: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border: none;
	padding: 0;
}
#sliderproduct .slick-dots li.slick-active button{
	background: rgba(0, 0, 0, 0.4);
}

.zoomContainer{z-index: 9;}
.product-gallery-item {text-align:center;margin-bottom: 10px}
.product-full-img {text-align: center;}
.product-full-img .no_image {width: 50%;}

/* Style variant */
.product-image-detail ul {margin:0;}
.selector-wrapper,.select {display: none;}
.swatch { padding:10px 0;width: 100%; float: left;border-bottom: 1px dotted #dfe0e1;}
.swatch .header{margin-right:8px;text-align:left;line-height: initial;display: inline-block;font-weight: bold;}
.swatch input { display:none;}
.swatch > label.tt-label {
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500; 
	vertical-align: middle;
	text-transform: uppercase;
	width: 85px;
	text-align: right;
}
.swatch .select-swap {display: inline-block;	vertical-align: middle;}
.swatch input {display: none;}
.swatch .swatch-element {display: inline-block;	position: relative;vertical-align: bottom;}
.swatch .swatch-element label{
	display: block;
	margin: 0;
	background: #fff;
	//width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
}
.swatch .swatch-element.color.soldout label span {overflow: hidden;position: relative;}
.swatch .swatch-element.color.soldout label span:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height:50%;
	background: url(//cdn.hstatic.net/themes/1000404680/1001470384/14/sold_out.png?v=193) no-repeat;
	background-size: contain;
}
.swatch .swatch-element.color label{width:30px;height:30px;padding:3px;border-radius: 50%;border: none;}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #f5f5f5;
}
.swatch .swatch-element.color label.sd {background: transparent;border:1px solid #808284}
.swatch .swatch-element label.sd{border: 1px solid #ae1e22 ;background: #ae1e22 ;color: #fff;}
.swatch .swatch-element.soldout:not(.color) label {overflow: hidden;}
.swatch .swatch-element.soldout:not(.color) label:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height:50%;
	background: url(//cdn.hstatic.net/themes/1000404680/1001470384/14/sold_out.png?v=193) no-repeat;
	background-size: contain;
}
label[for="product-select-option-0"] { display: none; }
label[for="product-select-option-1"] { display: none; }
label[for="product-select-option-2"] { display: none; }
#product-select-option-0 { display: none; }
#product-select-option-1 { display: none; }
#product-select-option-2 { display: none; }
#product-select-option-0 + .custom-style-select-box { display: none !important; }
#product-select-option-1 + .custom-style-select-box { display: none !important; }
#product-select-option-2 + .custom-style-select-box { display: none !important; }
@media (max-width:767px) {
	.swatch .swatch-element.color {margin:5px 8px 5px 0;}
}

/* Setting varian màu sắc 




.color.swatch-element label.hong span {
background: #f7c8d0 !important;
}




.color.swatch-element label.hong-nhat span {
background: #df9ea5 !important;
}




.color.swatch-element label.hong-dat span {
background: #d77181 !important;
}




.color.swatch-element label.hong-canh-sen span {
background: #ee8aa1 !important;
}




.color.swatch-element label.hong-dam span {
background: #ff1493 !important;
}




.color.swatch-element label.do-do span {
background: #990000 !important;
}




.color.swatch-element label.do-cam span {
background: #cc0000 !important;
}




.color.swatch-element label.do-dat span {
background: #660000 !important;
}




.color.swatch-element label.do-dam span {
background: #ff0000 !important;
}




.color.swatch-element label.do span {
background: #ff3f34 !important;
}




.color.swatch-element label.vang-nhat span {
background: #ffffe0 !important;
}




.color.swatch-element label.vang-chanh span {
background: #ffff00 !important;
}




.color.swatch-element label.vang-khaki span {
background: #f0e68c !important;
}




.color.swatch-element label.cam span {
background: #fa8231 !important;
}




.color.swatch-element label.nau span {
background: #d35400 !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label.honey span {
background: #aa6e6d !important;
}




.color.swatch-element label.medium span {
background: #fac5a7 !important;
}




.color.swatch-element label.fair span {
background: #f7e7d8 !important;
}




.color.swatch-element label.tan span {
background: #ebb088 !important;
}




.color.swatch-element label.rich span {
background: #c47a4a !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}




.color.swatch-element label. span {
background: #ffffff !important;
}

*/
.tag-wrapper label{	display: inline-block;margin-right:10px;font-size:14px;font-weight:700;}
.tag-wrapper ul.tags {display: inline-block;}
.tag-wrapper ul.tags li {display: inline-block;list-style-type: none;margin-right:3px;}
.tag-wrapper ul.tags li:after {content: ",";}
.product-sharing,.product-zoom,.gallery-index{position: absolute;z-index: 6;}
.product-sharing{	
	display: none;
	height: auto;	
	width: 26px;
	left: 10%;	
	bottom: 50px;
	cursor: pointer;
	padding-bottom: 30px;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-sharing .icon {display: block;width: 20px;height: 20px;position: absolute;bottom: 5px;}
.product-sharing a {
	width: 26px;
	position: absolute;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 0;	
	opacity: 0;
	visibility: hidden;
	display: block;
	-ms-transform:transform: translateY(50%);
	-webkit-transform:transform: translateY(50%);
	transform: translateY(50%);
}
.product-sharing a:nth-child(2){bottom:30px;-ms-transition:all 150ms linear;-webkit-transition:all 150ms linear;transition:all 150ms linear}
.product-sharing a:nth-child(3){bottom:80px;-ms-transition:all 150ms linear 100ms;-webkit-transition:all 150ms linear 100ms;transition:all 150ms linear 100ms}
.product-sharing a:nth-child(4){bottom:130px;-ms-transition:all 150ms linear 200ms;-webkit-transition:all 150ms linear 200ms;transition:all 150ms linear 200ms}
.product-sharing a:nth-child(5){bottom:130px;-ms-transition:all 150ms linear 200ms;-webkit-transition:all 150ms linear 200ms;transition:all 150ms linear 200ms}.product-sharing a:nth-child(5){bottom:180px;-ms-transition:all 150ms linear 300ms;-webkit-transition:all 150ms linear 300ms;transition:all 150ms linear 300ms}
.product-sharing:hover a{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}
.product-sharing a svg{fill:#000;width:24px;height:24px;}
.product-sharing a:hover svg{fill:#ae1e22;}
.product-zoom {
	overflow: visible;
	cursor: pointer;
	top: auto;
	bottom: 48px;
	left: 0;
	margin:auto;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.product-zoom a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 50px;
	min-width: 50px;
	overflow: hidden;
	border-radius: 30px;
	font-size: 13px;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.08);
	box-shadow: 0 0 5px rgba(0,0,0,0.08);
	color: rgba(0,0,0,0.7);
}
.product-zoom a:before{
	content: "\f0b2";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
}
.product-zoom a span{
	white-space: nowrap;
	max-width: 0;
	padding: 0;
	overflow: hidden;
	font-weight: 600;
	-webkit-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.product-zoom a:hover span{
	padding-right: 25px;
	max-width: 280px;
}
.product-zoom polyline,.product-sharing .icon svg{fill:#000;}
.product-zoom polyline{-ms-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(0.9);transform-origin:center;-ms-transition:transform 150ms linear;-webkit-transition:transform 150ms linear;transition:transform 150ms linear}
.product-zoom:hover polyline:nth-child(1){-ms-transform: scale(0.9) translate3d(-2px, -2px, 0);	-webkit-transform: scale(0.9) translate3d(-2px, -2px, 0);transform: scale(0.9) translate3d(-2px, -2px, 0);}
.product-zoom:hover polyline:nth-child(2){-ms-transform:scale(0.9) translate3d(2px, -2px, 0);-webkit-transform:scale(0.9) translate3d(2px, -2px, 0);transform: scale(0.9) translate3d(2px, -2px, 0);}
.product-zoom:hover polyline:nth-child(3){-ms-transform:scale(0.9) translate3d(2px, 2px, 0);-webkit-transform:scale(0.9) translate3d(2px, 2px, 0);transform: scale(0.9) translate3d(2px, 2px, 0);}
.product-zoom:hover polyline:nth-child(4){-ms-transform:scale(0.9) translate3d(-2px, 2px, 0);-webkit-transform:scale(0.9) translate3d(-2px, 2px, 0);transform:scale(0.9) translate3d(-2px, 2px, 0)}
.gallery-index {
	display: none;
	bottom: 55px;
	width: 47px;
	font-size:13px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	right: 10%;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.icon-pr-fix{-ms-transition:transition: all 300ms linear;-webkit-transition:transition: all 300ms linear;transition:all 300ms linear}

/* Zoom product */
#divzoom {
	position: fixed;
	display: none;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	width: 100vw;
	background: #fff;
}
#divzoom #closedivZoom {
	position: absolute;
	z-index: 1000;
	border: 2px solid #333;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
}
#divzoom #closedivZoom i:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	left: 20%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform: rotate(45deg);
}
#divzoom #closedivZoom i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	right: 30%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform: rotate(-45deg);
}
#divzoom #closedivZoom i {position: relative;width: 40px;height: 40px;display: block;}
.divzoom_main{ height: calc(100vh - 40px);}
.divzoom_main .product-thumb-zoom{height:100%;width:100%;}
.divzoom_main .product-thumb-zoom img{max-height:100%;}
body.open_layer {overflow: hidden;}
.list-productRelated h2 {
	font-size: 28px;
	line-height: 1.6;
	margin:0 0 60px;
	font-weight:500;
	position: relative;
	padding: 0 0 15px;
	display: inline-block;
}
.list-productRelated h2:before {
	position: absolute;
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #221e20;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list-productRelated .pro-loop .product-img button {width: 70%;}

.description-productdetail table {min-width: initial!important;}

/* style product page */
.pr_style_02 .product-image-detail {width: 100%;padding-left: 0px;position:relative;}
.pr_style_02 .product-gallery-item {margin-bottom: 10px}
.pr_style_02 .product-gallery-item.shadow {box-shadow: 0px 0px 10px rgba(0,0,0,0.08);}
.pr_style_01 .product-gallery-item img,.pr_style_02 .product-gallery-item img {border: 1px solid #efefef;}
@media(min-width:992px){
	.pr_style_02 .product-gallery-item {width: 50%;padding-right:5px;float:left;}
	.pr_style_02 .product-gallery-item:nth-of-type(2n) {padding-left:5px;padding-right:0;}
	.pr_style_02 .product-gallery-item:nth-of-type(2n+1){clear: both;}
	.pr_style_03 .product-gallery__thumbs {position: initial;top: 0;}
	.pr_style_03 .product-content-desc{position: -webkit-sticky;position: sticky;top: 80px;}
}

/*-------------------------------------------*/
/* 7. BLOG - ARTICLE */
/*-------------------------------------------*/
.list-article-content .news-content{width: 100%;display: block;position: relative;overflow: hidden;}
.blog-posts .blog-loop {margin-bottom: 25px}
.blog-posts .blog-loop:nth-of-type(3n+1){clear: both;}
.blog-posts .blog-post .blog-post-thumbnail {display: block;overflow: hidden}
.blog-posts .blog-post .blog-post-thumbnail img {
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.blog-posts .blog-post .blog-post-thumbnail:hover img {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.blog-posts .blog-post .blog-post-title {margin-bottom: 10px;font-size: 16px;text-transform: none;letter-spacing: 0}
.blog-posts .blog-post .blog-post-title a {color:#221e20;}
.blog-posts .blog-post .blog-post-title a:hover {color:#ae1e22;}
.blog-posts .blog-post .blog-post-meta {margin-bottom: 15px;color: #999}
.blog-posts .blog-post .blog-post-meta>span:after {content: '/';padding-left: 4px}
.blog-posts .blog-post .blog-post-meta>span:last-child:after {content: ''}
.blog-posts .blog-post .blog-post-meta a {color: #999}
.blog-posts .blog-post .blog-post-meta a:hover {color: #000000}

/* article */
.box-article-heading h1{margin:20px 0;font-size: 24px;}
.box-article-heading .header-page {z-index:9;}
.box-article-heading .header-page:after {background:#000;}
ul.article-info-more li{opacity: 0.85;display: inline-block;margin-right: 10px;	font-size: 13px;}
ul.article-info-more li i{margin-right:5px;}
.meta-tags .tags-title{font-weight: 500;}
.meta-tags a.tag{opacity: 0.8;font-style: italic;font-size: 14px;}
.meta-tags a.tag:after {content: ",";	margin: 1px;}
.post-navigation {width: 100%;float: left;font-size: 16px;font-weight:600;}
.post-navigation .right{float: right;}
.post-navigation .left{float:left;}
.article-pages,.meta-tags,.article-comment .comment_form,.post-navigation { margin-bottom: 40px;}
.article-pages * {max-width: 100%!important;}
.article-pages ul{list-style: initial; padding-left: 20px;}
.article-pages ol{list-style-type: decimal;padding-left: 20px;}
.article-pages ul ul{ list-style-type: circle;}
.article-pages ul ul ul{  list-style-type: square;}
.article-comment .title-bl h2 {	font-size: 20px;text-transform: uppercase;	font-weight: 600;	margin-bottom:30px;}
.article-comment .title-bl h2:after {
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background:#252a2b;
}
.article-comment .comment_form .form-group input,.article-comment .comment_form .form-group textarea{
	box-shadow: none;
	background: #ededed;
	color: #221e20;
	border: 0;border-radius: 0;
}
.article-comment .comment_form .form-group input{	padding: 0 20px; height: 55px;}
.article-comment .comment_form .form-group textarea{padding:20px;resize: none;}
.article-comment .comment_form  button.btn-rb{
	background:#ae1e22;
	border: 0;
	height: 55px;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}
.article-comment .comment_form  button.btn-rb:hover{background: #ae1e22;}
#article h3.author {font-size: 14px;font-style: normal;	text-transform: capitalize;}
#binhluan .date {float: right;color: rgb(51, 51, 51);font-size: 12px;}
#binhluan .comment-user{padding: 25px 0;border-bottom: 1px solid #ededed;}

/*Sidebar Blog*/
.news-latest, .menu-blog {margin: 0 0 30px;position: relative;padding: 20px;border: 1px solid #e3e5ec;}
.sidebarblog-title h2 {
	font-size: 18px;
	text-transform:uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ae1e22;
	text-align: center;
}
.sidebarblog-title h2 span {display: none;}
.list-news-latest .item-article {border-bottom: 1px #efefef dotted;padding: 15px 0;margin: 0;}
.list-news-latest .item-article:last-child{border-bottom:none;}
.list-news-latest .item-article .post-image {width: 30%;float: left;position: relative;}
.list-news-latest .item-article .post-content {width: 70%;float: left;padding-left: 10px;}
.list-news-latest .item-article .post-content h3 {margin: 0 0 5px;font-size: 14px;}
.list-news-latest .item-article .post-content span.author {font-size: 12px;}
.menuList-links{margin:0;}
.menuList-links li{position: relative;}
.menuList-links li a {position: relative;font-size: 13px;display: block;}
.menuList-links > li{border-bottom: 1px dashed #e7e7e7;}
.menuList-links > li:last-child{border-bottom: none;}
.menuList-links > li > a {color: #221e20;padding:12px 0;font-weight: 500;font-size: 14px;}
.menuList-links > li.has-submenu >a{padding-right:30px}
.menuList-links > li.has-submenu span.icon-plus-submenu {
	width: 25px;height:25px;cursor: pointer;
	position: absolute;right: 0;top: 0;bottom: 0;margin: auto;
	border: 1px solid transparent;
}
.icon-plus-submenu:after,
.icon-plus-submenu:before {
	background: rgba(9,9,9,0.6);
	content: '';display: block;	position: absolute;	margin-right:7px;	top: 50%;right: 0;
	-moz-transition: all .25s linear;-o-transition: all .25s linear;-webkit-transition: all .25s linear;transition: all .25s linear;
}
.icon-plus-submenu:before{
	width: 9px;height: 1px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon-plus-submenu:after {
	width: 1px;	height:9px;	right:4px;
	transform-origin: center;
	-moz-transform: translateY(-50%) scale(1, 1);
	-ms-transform: translateY(-50%) scale(1, 1);
	-webkit-transform: translateY(-50%) scale(1, 1);
	transform: translateY(-50%) scale(1, 1);
}
li.has-submenu.opened > a .icon-plus-submenu:after {
	-moz-transform: translateY(-50%) scale(1, 0);
	-ms-transform: translateY(-50%) scale(1, 0);
	-webkit-transform: translateY(-50%) scale(1, 0); 
	transform: translateY(-50%) scale(1, 0);
}
.menuList-links > li.has-submenu .icon-plus-submenu:hover{border:1px solid #e7e7e7;}
ul.menuList-links li ul.submenu-links{display: none;}
ul.menuList-links li ul.submenu-links > li{border-bottom: 1px dashed #e7e7e7;}
ul.menuList-links li ul.submenu-links > li:last-child{border-bottom: 0;}
ul.submenu-links li a{ padding: 8px 0 8px 0px;}
li.has-submenu.level0 > ul.submenu-links{border-top: 1px dashed #e7e7e7}
li.has-submenu.level0 > ul.submenu-links li a{padding-left:12px;}
li.has-submenu.level1 > ul.submenu-links{border-top: 1px dashed #e7e7e7}
li.has-submenu.level1 > ul.submenu-links li a{padding-left:25px;}
/*-------------------------------------------*/
/* 8. ABOUT - CONTACT */
/*-------------------------------------------*/
.page-contact main{	min-height:85vh;}
.page-wrapper ul, .page-wrapper ol {margin-bottom:15px;padding-left: 40px;}
.page-wrapper ul {list-style-type: initial;}
.header-page-contact h1{font-size:30px;font-weight:700;margin:0px 0}
.header-page-contact:after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 20px;
	background:#221e20;
	margin-bottom: 30px;
}
.box-info-contact li {margin-bottom: 30px;}
.box-info-contact li p {margin-bottom: 0;color:#666;font-weight: 500;}
.box-info-contact li p strong{font-weight:600;color:#221e20;}
.box-send-contact h2 {font-weight:700;font-size: 25px;margin:40px 0 35px;}
.box-send-contact h2:after {content: "";display: block;margin-top: 25px;width: 30px;height: 3px;background:#221e20;}
.contact-form .input-group {width: 100%;margin-bottom: 20px;}
.contact-form .input-group input,
.contact-form .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 45px;
	font-weight: 500;
	padding: 0 20px;
	background: #fff;
	color:#221e20;
	width:100%;
}
.contact-form .input-group textarea {width: 100%;height:130px;padding:20px 20px;}
.contact-form .input-group textarea:focus {outline: none;}
.wrapbox-content-page-contact{padding:50px 15px 50px 50px;}
.wrapbox-content-page {padding-bottom: 30px;}
.sidebar-page .group-menu {margin: 0 0 30px;position: relative;padding: 20px;border: 1px solid #e3e5ec;}
.sidebar-page .page_menu_title h2 {
	font-size: 18px;
	text-transform:uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #221e20;
	text-align: center;
}
.sidebar-page .box_image {margin-bottom: 30px;}
.box_image .banner {position: relative;overflow: hidden;}
.box_image .banner img {
	width:100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.box_image .banner:hover img {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*-------------------------------------------*/
/* 9. CART PAGE */
/*-------------------------------------------*/
#layout-cart .heading-cart {font-size:30px;text-transform: uppercase;margin: 0 0 25px;text-align: center;}
#layout-cart .heading-cart.has-notify{ margin-bottom: 5px; }
#layout-cart .list-pageform-cart .cart-row {background: #fafafa;padding: 15px; }
#layout-cart .list-pageform-cart .cart-row:after {content: "";display: table;clear: both;}
#layout-cart .list-pageform-cart .form-control {box-shadow: none;border-color:#dfe0e1;border-radius:0; }
#layout-cart .list-pageform-cart .title-number-cart {font-size: 13px;margin-top: 0;margin-bottom: 10px; }
#layout-cart .list-pageform-cart {margin-bottom: 25px;}
#cartformpage:after {content: "";display: table;clear: both; }
#cartformpage .table-cart {	background: #fff; }
#cartformpage .table-cart .item {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	border-bottom: 1px solid #f1f1f1; 
}
#cartformpage .table-cart .item:last-child {	border-bottom: none; }
#cartformpage .table-cart .item .left {display: inline-flex;width: 13%; padding: 0 20px;}
#cartformpage .table-cart .item .left .item-img {margin: 0 auto; }
#cartformpage .table-cart .item .right {display: inline-flex;width: 85%; }
#cartformpage .table-cart .item .right .item-info {display: inline-flex;width: 40%;align-items: center; }
#cartformpage .table-cart .item .right .item-info a {text-decoration: none;color: #000; display: inline-block;}
#cartformpage .table-cart .item .right .item-info a .item-desc {font-size: 12px;color: #777;margin-top: 3px; }
#cartformpage .table-cart .item .right .item-info a h3 {font-size: 14px;margin-bottom: 5px;}
#cartformpage .table-cart .item .right .item-quan {
	display: inline-flex;
	width: 20%;
	align-items: center;
	justify-content: center;
	flex-direction: column; 
}
#cartformpage .table-cart .item .right .item-quan .qty-click input.item-quantity {
	background: #fff;
	font-weight: 500;
	font-size: 15px;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 35px;
	border: 1px solid #f3f4f4;
	border-left: none;
	border-right: none;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
}
#cartformpage .table-cart .item .right .item-quan .qty-click {float: left;}
#cartformpage .table-cart .item .right .item-quan .qty-click button.qty-btn {
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 25px;
	border: 1px solid #f3f4f4;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
	background: #f3f4f4;
}
#cartformpage .table-cart .item .right .item-quan .qty-click button.qty-btn:focus {outline: none;}
#cartformpage .table-cart .item .right .item-price {
	display: inline-flex;
	width: 15%;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}
#cartformpage .table-cart .item .right .item-price .price_item {font-size: 15px;font-weight: bold; }
#cartformpage .table-cart .item .right .item-price del {font-size: 13px;color: #555; }
#cartformpage .table-cart .item .right .item-price .label-percent {font-size: 13px;color: #777; }
#cartformpage .table-cart .item .right .item-price .label-percent span {color: #E50000;font-size: 15px;font-weight: bold; }
#cartformpage .table-cart .item .right .item-total-price {
	display: inline-flex;
	text-align: center;
	width: 25%;
	flex-direction: column;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: #ae1e22;
}
#cartformpage .table-cart .item .right .item-total-price div span {
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #777; 
}
#cartformpage .table-cart .item .right .item-total-price span.line-item-total {
	font-weight: bold;
	color: #ae1e22;
}
#cartformpage .table-cart .item .right .item-total-price .remove a {display: block;margin-top:5px;}
#cartformpage .table-cart .item .right .item-total-price .remove img {width: 16px;}
#layout-cart .continue {
	display: block;
	margin-top: 40px;
	text-align: right;
	margin-bottom: 5px; 
}
#layout-cart .update-btn {
	display: inline-block;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
	background: #000;
	float: right;
	border-radius: 0; 
}
#layout-cart .order-summary-block {
	border: 1px solid #dfe0e1;
	padding: 15px;
	margin-bottom: 15px;
}
#layout-cart .order-summary-block .order-summary-title {
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
#layout-cart .order-summary-block .summary-subtotal span {
	font-weight: bold;
	float: right; 
}
#layout-cart .order-summary-block .summary-subtotal span.warning {
	font-weight: normal;
	font-size: 13px;
	max-width: 55%;
	text-align: right;
}
#layout-cart .order-summary-block .summary-total {
	padding-bottom: 10px;
	border-top: 1px dotted #dfe0e1;
	padding-top: 15px;
	font-weight: bold; 
}
#layout-cart .order-summary-block .summary-total:after {
	content: "";
	display: table;
	clear: both; 
}
#layout-cart .order-summary-block .summary-total p {
	margin-bottom: 5px; 
}
#layout-cart .order-summary-block .summary-total span {
	font-weight: bold;
	float: right; 
}
#layout-cart .order-summary-block .summary-total .shipping-note {
	font-size: 12px;
	color: #777;
	font-weight: 400; 
}
#layout-cart .order-summary-block .summary-action {
	border-top: 1px dotted #dfe0e1;
	padding-top: 10px;
	text-align: center; 
}
#layout-cart .order-summary-block .summary-action p {
	font-size: 13px;
	color: #777;
	font-weight: 400;
	text-align: left;
}
#layout-cart .order-summary-block .summary-action .checkout-btn {
	display: block;
	background: #ae1e22;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 0; 
}
#layout-cart .order-summary-block .summary-action .checkout-btn:hover {
	background: #ae1e22; 
}
#layout-cart .order-summary-block .summary-action .checkout-btn.disable {
	pointer-events: none;
	background: #c7c7c7; 
}
#layout-cart .get-code a.btn-check {padding: 6px 15px;}
#layout-cart .empty-page-cart {margin-top: 15px; }
#layout-cart .list-pageform-cart .policy_return h4 {margin-bottom: 5px;font-weight: 700;font-size: 14px;}
#layout-cart .list-pageform-cart .policy_return li {display: block;line-height: 25px;position: relative;padding-left: 20px;overflow: hidden;}
#layout-cart .list-pageform-cart .policy_return li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f178";
	font-size: 10px;
	left: 0;
	opacity: 1;
	position: absolute;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
}
.expanded-message .link-continue {margin: 15px 0;}
@media (min-width: 992px){
	.sidebar-cart-fix {
		position: -webkit-sticky;
		position: sticky;
		top: 40px;
	}
}
@media (max-width:991px) {
	#layout-cart .continue {margin: 10px 0;    text-align: center;}
	#layout-cart .list-pageform-cart .policy_return h4 {margin:15px 0;}
	#layout-cart .order-summary-block{
		padding: 10px;
		margin-bottom: 15px;
		position: fixed;
		bottom: 0;
		z-index: 999;
		background: #fff;
		left: 0;
		width: 100%;
		border: 0;
		border-top: 1px solid #ddd;
		margin: 0;
	}
	#layout-cart .order-summary-block .order-summary-title{display: none;}
	#layout-cart .order-summary-block .summary-total{border-top: 0; padding-top: 0;}
}
@media (max-width:767px) {
	#layout-cart .list-pageform-cart .cart-row {
		margin-left: -15px;
		margin-right: -15px; 
	} 
	#cartformpage .table-cart .item .left {
		display: inline-block;
		width: 25%; 
	} 
	#cartformpage .table-cart .item .right {
		display: inline-block;
		width: 75%; 
		position: relative;
	} 
	#cartformpage .table-cart .item .right .item-info {display: block;width: 80%; }
	#cartformpage .table-cart .item .right .item-quan {display: block;width: 100%;margin-top: 10px;margin-bottom: 10px;float: left;} 
	#cartformpage .table-cart .item .right .item-price {
		display: inline-block;
		width: 50%;
		float: left; 
	} 
	#cartformpage .table-cart .item .right .item-price .price_item {display: block; } 
	#cartformpage .table-cart .item .right .item-price del {display: block; } 
	#cartformpage .table-cart .item .right .item-price .label-percent {display: none!important;} 
	#cartformpage .table-cart .item .right .item-total-price {
		display: inline-block;
		width: 50%;
		float: left; 
	}
	#cartformpage .table-cart .item .right .item-total-price > div {
		position: absolute;
		bottom: 0;
		right: 10px;
	}
	#cartformpage .table-cart .item .right .item-total-price .remove {
		position: absolute;
		z-index:10;
		top: 0px;
		right: 10px;
	}
	#layout-cart .update-btn {margin-top: 10px; } 
}


/*-------------------------------------------*/
/* 10. PAGINATION - 404 - SEARCH PAGE  */
/*-------------------------------------------*/
.heading-page h1{font-size: 30px;font-weight: 700;margin-bottom: 30px;}
.pageNot{min-height: 80vh;}
.content-pagenot h1{font-weight: 700; font-size: 40px;}
.content-pagenot p.subtext{font-weight: 500; opacity: 0.66;}
.content-pagenot:after {content: "";display: block;background:#252a2b;width:80px;height: 4px;margin:50px auto 0;}
.content-pagenot a{font-weight: 500;font-size: 16px;margin: 30px 0 0;display: block;}
.searchPage .heading-page{position: relative;text-align:center;padding: 0 0 30px 0;}
.searchPage .heading-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;margin: 25px auto 0;}
.searchPage .heading-page h1{font-size: 30px;margin: 0 0 10px;}
.wrapbox-content-search {padding-bottom: 30px;}
.searchPage .subtxt {opacity: .66;	margin-top: 15px;}
.search-field {width: 60%;display: block;margin:auto;}
input#go {
	width: 55px;
	height: 55px;
	float: right;
	background: url(//cdn.hstatic.net/themes/1000404680/1001470384/14/iconsearch.png?v=193) #ae1e22 center no-repeat;
	margin: 0px;
	position: relative;
	top: 0;
	border-radius: 0;
	font-size: 0;
	border: 0;
}
#search .search_box{width: calc(100% - 55px);outline: none;height: 55px;padding: 0 20px;background: #ededed;border: 0;box-shadow: none;}
.expanded-message .message-txt{width: 100%;padding-top: 25px;text-align:center;}
.expanded-message .message-txt p{margin: 0; font-size: 14px;font-weight: 400;}
.expanded-message h2{font-weight: 600; font-size: 22px;}
.expanded-message .subtext {margin-bottom: 40px;display: block;}
.search-item{	margin-bottom: 20px;position: relative;width: 100%;float: left;}
.search-item .thumb-image {	display: block;	width: 80px;	position: relative;	overflow: hidden;	float:left;}
.search-item .thumb-image img{vertical-align:middle;-webkit-transition:transform 250ms linear;-moz-transition:transform 250ms linear;-o-transition:transform 250ms linear;transition:transform 250ms linear}
.search-item .thumb-image:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1);transition:opacity 250ms linear;opacity:0;content:""}
.search-item .content {	float:left;padding-left:35px;width: calc(100% - 80px);}
.search-item .content .title {font-size: 15px;font-weight: bold;text-transform: uppercase;display: block;}
.search-item .content .caption {opacity: .66;display: block;	margin-top: 5px;font-size: 14px;}
.search-item .content .caption del{font-size: 13px; margin-left: 15px; opacity: 0.5;}
.subtext-result{margin-bottom:30px;}
.search-item:hover .thumb-image:after {	opacity: 1;}

/*-------------------------------------------*/
/* 11. ACCOUNT  */
/*-------------------------------------------*/
.wrapbox-heading-account{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;}
.wrapbox-heading-account .header-page{position: relative;}
.wrapbox-heading-account .header-page:after {content: "";background:#000;display: block;width: 60px;height: 4px;margin-top: 30px;}
.wrapbox-heading-account .header-page h1{font-size: 40px;font-weight: 700;margin: 0px 0;line-height: initial;}
.wrapbox-heading-account .header-page p{font-size: 14px;opacity: .66;	margin: 20px 0 0 0;position: relative;}
.wrapbox-heading-account .header-page p span{font-weight: 600;}

.userbox h2 {font-size:20px;margin: 0 0 20px; font-weight: 600;}
.large_form {margin-bottom:30px;}
.icon-field {display:none;}

.userbox.phone input, .userbox input[type="email"],.userbox input[type="password"],.userbox input[type="text"],.userbox input[type="tel"]{
	width: 100%;
	height: 55px;
	border: 1px solid transparent;
	background: #ededed;
	color: #221e20;
	padding: 0 20px;
	font-weight: 500;
	-webkit-appearance: none;
}
.userbox.phone button{
	display: block;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #ae1e22;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	display: inline-block;
	border-radius: 0;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	border: 0px; 
	color: #FFF;
}
.userbox input[type=email]:focus, .userbox input[type=password]:focus,
.userbox input[type=text]:focus{background: #fff;border-color: #ededed;}
.action_account_custommer .action_bottom,.action_account_custommer .req_pass{	display: inline-block;vertical-align: middle;}
.action_account_custommer .req_pass{margin-left:20px;}
.userbox .action_bottom {padding: 0;}
.userbox .action_bottom .btn {
	display: inline-block;
	border-radius: 0;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	background: transparent;
}
.req_pass{ color:#959898; font-weight: 500;}
.come-back{margin-top:35px; display: block;font-weight: 500;}
.come-back i{margin-right:20px}
.userbox .errors a {color: #ae1e22;}
.errors ul li{ color: #ae1e22;}
@-moz-keyframes ripple {
	5%, 100% {opacity: 0;}
	5% {opacity: 1;}
}
@-webkit-keyframes ripple {
	5%, 100% {opacity: 0;}
	5% {opacity: 1;}
}
@keyframes ripple {
	5%, 100% {opacity: 0;}
	5% {opacity: 1;}
}
#gender input[type="radio"] {display: none;}
#gender input[type="radio"] + label {position: relative;cursor: pointer;padding-left: 28px;margin: 0 20px 0 0;}
#gender input[type="radio"] + label:before, input[type="radio"] + label:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#gender input[type="radio"] + label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #ae1e22;
	-moz-box-shadow: inset 0 0 0 18px #efefef;
	-webkit-box-shadow: inset 0 0 0 18px #efefef;
	box-shadow: inset 0 0 0 18px #efefef;
}
#gender input[type="radio"] + label:after {
	top: 49%;
	left: 9px;
	width: 54px;
	height: 54px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.3);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
#gender input[type="radio"]:checked + label:before {
	-moz-box-shadow: inset 0 0 0 4px #efefef;
	-webkit-box-shadow: inset 0 0 0 4px #efefef;
	box-shadow: inset 0 0 0 4px #efefef;
}
#gender input[type="radio"]:checked + label:after {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-animation: ripple 1s none;
	-webkit-animation: ripple 1s none;
	animation: ripple 1s none;
}

/* order ---- account -- address */
.layout-info-account {padding-bottom:50px;}
.title-infor-account{padding: 20px 15px;margin: 30px 0;}
.title-infor-account h1{font-size: 37px;font-weight: 700;margin: 0;text-align: center;}
.title-infor-account h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin: 25px auto 0;
	background:#252a2b;
}
.title-detail{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom:8px;
}
.sb-title:after{
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background: #252a2b;
}
.name_account {font-weight: 500;font-size: 16px;line-height: 21px;margin:10px 0 5px}
#customer_sidebar p{ margin-bottom: 0;font-size: 14px;}
.customer-table-wrap {background: #f2f5fa; padding: 10px;}
.customer-table-bg {background: #fff; padding: 10px;}
.customer-table-bg p {margin:0;}
#customer_orders table thead th, #order_details tr th { font-weight:600; font-size: 14px;}
#customer_orders table tr a {
	font-weight: 500;
	float: left;
	width: 85%;
	margin-left: 3px;
	line-height: 20px;
	opacity: 0.66;
}
#customer_orders table, #order_details {width: 100%;background: #fff;}
#customer_orders table tr, #order_details tr { height: 25px;line-height: 30px;}
#customer_orders table tr.odd, #order_details tr {background: #fff;}
#customer_orders table tr td, #order_details tr td {vertical-align: middle;	border-top: none;	font-size: 14px;}
#order_details tr td{	line-height:21px;}
#order_details tr td a,#order_details b{font-weight:500;}
a#view_address {font-weight: 500; opacity: 0.8;}
#customer_orders,#order_payment, #order_shipping{ margin-bottom: 30px; margin-top: 30px;}
.customer-table-bg .table>tbody>tr>th {border-top: none;}
.detail-table-order { margin-top: 30px;}
.name-order {margin-bottom: 5px;font-size: 16px;line-height: 20px;font-weight: 500;text-transform: uppercase;}
.order_section_title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.order_date {font-weight: normal;font-size: 14px;text-transform: none;}
.text_status {font-weight: 700;}
.address p {margin-bottom: 5px;}
.account-order .address {margin: 0px 0px 30px;padding: 10px;background-color: #f2f3f5;}
span.variant_acc { font-size: 13px; opacity: 0.8;}
.alert-info {
	border-radius: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
	background-color: #f2f3f5;
	border: 0;
	border-color: #bfbfbf;
	color: #221E20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px
}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	background-color: #f2f3f5;
	border-color: #bfbfbf;
	position: relative;
	color: #221E20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.address_table {margin-bottom: 10px;border-top: 0px solid #ddd;background: #f2f3f5;padding:15px;}
.address_title h3 { margin: 0;font-size: 14px; color: #221E20;}
.account-address .note { border: none; padding: 0;}
p.address_actions.text-right {margin:7px 5px 0px 0;position: absolute;z-index: 99;top:0;right:0;}
.action_link a {text-transform: uppercase; font-size: 15px; color: #221E20;}
span.action_link {padding: 5px;}
.view_address p > b {font-weight: 500; font-size: 14px;}
.view_address p { margin: 5px 0; line-height: 15px;font-size: 14px;}
.add-new-address {
	padding-bottom: 10px;
	display: inline-block;
	padding: 10px;
	background:#ae1e22;
	color: #fff !important;
	text-transform: uppercase;
}
.add-new-address:focus { color:#fff;}
.account-address .input-group-addon{display:none}
.input-group { margin: 15px 0px;}
.input-group .input-group-addon {
	padding: 6px 10px;
	border-radius: 0;
	color: #DAD9D9;
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.input-group .form-control {
	-webkit-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border-color: #ebebeb;
}
.icon-user:after {content: url(//hstatic.net/0/0/global/design/theme-default/userico.png);}
.icon-envelope:after {content: url(//hstatic.net/0/0/global/design/theme-default/email.png);}
.icon-shield:after {content: url(//hstatic.net/0/0/global/design/theme-default/pass.png);}
.layout-info-account .action_bottom .btn {
	height: 35px;
	line-height: 35px;
	outline: 0;
	margin-right: 5px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 0;
	background:#ae1e22;
	color: #fff;
	display: inline-block;
	border-radius: 0;
}
.AccountTitle{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}
.AccountList ul > li > a {display: block;	position: relative;	padding: 5px 0px;}
.AccountList ul > li > a:before {
	content: "\f192";
	font-family: "FontAwesome";
	font-size: 8px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: 2px;
}
#order_cancelled {margin-bottom:15px;}
#order_cancelled h5 {margin:0;}

/*-------------------------------------------*/
/* 12. MAIN SIDEBAR  */
/*-------------------------------------------*/
/*  search sidebar */
.site-nav form.searchform,.site-nav .main-navbar,.cart-view{margin-top: 50px;}
.site-nav form.searchform{position: relative;padding:0;}
form.searchform input.searchinput {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	border: none;
	height: 55px;
	font-size:15px;
	font-weight: 500;
	padding:0 55px 0 20px;
	margin: 0;
	display: inline-block;
	border-radius: 0;
	-webkit-appearance: none; 
	transition: all 150ms linear;
}
form.searchform .btn-search{
	width: 55px;
	height: 55px;
	line-height: 64px;
	position: absolute;
	padding: 0;
	top: 0px;
	right: 0px;
	background: transparent;
	transition: opacity 150ms linear;
}
form.searchform .btn-search svg{width:25px;height:22px;    opacity: .12;}
form.searchform input:focus {background: #f2f5fa;outline: none;}

/* Search auto */
.smart-search-wrapper{/*position: absolute;	top:115%;*/width:100%;background: #fff;	z-index: 100;right:80px;box-shadow: 0px 0px 10px rgba(0,0,0,0.08);}
.smart-search-wrapper .item-ult{padding: 10px 0;	border-bottom: 1px dotted #dfe0e1;clear: both;width: 100%;float: left;}
.smart-search-wrapper .item-ult .thumbs{width: 40px;display: inline-block;text-align: right;}
.smart-search-wrapper .item-ult .title {width: calc(100% - 40px);padding-right:5px;float: left;line-height: 20px;position: relative;margin-top:0px!important;}
.smart-search-wrapper .item-ult .title a{	font-size: 12px;text-overflow: ellipsis;overflow: hidden;	white-space: pre;	float: left;width: 100%;margin-bottom: 4px;}
.smart-search-wrapper .item-ult .title p{	line-height: 15px;font-size: 12px;font-weight:400;float:left;margin:0;}
.smart-search-wrapper .item-ult .title p del{	font-size: 11px;margin-left:5px;color: #797979;}
.resultsMore {width: 100%;	float: left;}
.resultsMore a{text-align: center;	display: block;	font-size: 14px;padding: 10px 0;}
.dataEmpty{text-align: center;	padding: 10px 0;}

/* cart view */
.cart-info {display: inline-block;position: relative;}
.cart-view table{width: 100%;}
.cart-view table td.img img{width: 85px;border: 1px solid #ededed;margin-right: 10px;max-width: none;}
.cart-view table td a.pro-title-view {float: left;width: 100%;font-size: 12px;font-weight:600;text-transform: uppercase;}
#cart-view .variant {font-size: 12px;float: left;width: 100%;margin:5px 0 8px;opacity: 0.66;}
#cart-view tr td ,.table-total tr td{border: none!important;}
.cart-view .line {float: left;width: 100%;border-top: 2px solid  #000000;	margin: 10px 0px;}
.cart-view a.linktocheckout,
.cart-view a.linktocart {
	padding: 0;
	line-height: 45px;
	height: 45px;
	width:100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
table#cart-view tr {border-bottom: 1px dotted #bcbcbc;}
table#cart-view tr td {border-top: 0;}
table#cart-view tr td {border: none;}
#cart-view tr td:not(.img) {padding: 10px 0;position: relative;padding-right: 20px; }
.remove-cart {position: absolute;right: 10px;}
span.pro-quantity-view {position: relative;vertical-align: top;padding-right: 15px;display: inline-block;margin-right: 10px;}
span.pro-quantity-view {float: left;width: auto;background: #ededed;text-align: center;padding: 6px 12px;font-size: 12px;line-height: 1;	margin-right: 12px;}
span.pro-price-view {display: block;text-align: center;	float: left;line-height: 26px;font-weight: 500;	opacity: 0.7;}
#cart-view tr:last-child {border: none;}

/*  menu  */
@media (max-width:767px) {
	html,body,.scroller {-webkit-overflow-scrolling: touch;}
	html.open-menu,body.open-menu,.scroller {height: 100%;}
	.scroller {overflow-y: auto;overflow-x: hidden;}
	.scroller,.scroller-inner {position: relative;}
	html.open-menu, body.open-menu{position: relative;overflow: hidden;}
	.main-body {position: relative;height: 100%;}
}
.mp-menu {
	position:absolute; /* we can't use fixed here :( */
	top: 80px;
	left: 1px;
	z-index:9;
	width:100%;
	height: 100%;
	overflow: hidden;
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.main-body,.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* 1 Level + 2 Level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}
.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}
.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #007ec6;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	padding-left: 30px;
}
.mp-back::after {
	font-family: FontAwesome;
	position: absolute;
	content: "\f0d9";
	left: 15px;
	font-size: 1.3em;
	color:#007ec6;
}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}
.mp-menu ul li.has-children.icon::before {
	position: absolute;
	right: 0px;
	z-index: -1;
	color: #757575;
	line-height: 1.9;
}
.mplus-menu {height: calc(100% - 100px);}
.mplus-menu > ul {
	position: absolute;
	height: calc(100% - 135px);
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	left: 0;
	right: 0;
	background: #fff;
}
.vertical-menu-list li{position: relative;}
.vertical-menu-list>li>a{
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	outline: none;
	border-bottom: 1px dotted #ddd;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 15px;
	color: #333333;
	font-weight: 500;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.list-child li a,.sub-child li a,.sub-child-3 li a{
	display: block;
	padding: 10px 15px;
	outline: none;
	border-bottom: 1px dashed #bfbfc1;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.list-child >li span,
.sub-child >li span,
.sub-child-3 li span{
	margin-right: 4px;
}
.vertical-menu-list>li>a i {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #757575;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list-child li:first-child a, 
.sub-child >li:first-child a,
.sub-child-3 >li:first-child a{
	color: #ae1e22;
	background: #fff;
	text-transform: uppercase;
	font-weight:500;
}
.list-child li:first-child a i,
.sub-child li:first-child a i,
.sub-child-3 li:first-child a i{
	padding-right: 10px;
	font-weight: 700;
	font-size: 19px;
}
.mm-panel {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease;
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	transform: translate(100%,0);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.list-root{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.list-root.mm-subopened {
	-webkit-transform: translate(-30%,0);
	-ms-transform: translate(-30%,0);
	transform: translate(-30%,0);
	-webkit-transform: translate3d(-30%,0,0);
	transform: translate3d(-30%,0,0);
}
.hidden-child {display: none;}
.list-child.mm-opened{
	webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0); 
	transform: translate3d(0,0,0);
}
.hidden-child{display:none;}
.mm-panel:not(.hidden-child){display: block;}
/* 3 Level */
.list-child li {position: relative;}
.list-child>li.level-2 >a i {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #757575;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sub-child.mm-sub {
	webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.list-child.mm-subopened {
	-webkit-transform: translate(-30%,0);
	-ms-transform: translate(-30%,0);
	transform: translate(-30%,0);
	-webkit-transform: translate3d(-30%,0,0);
	transform: translate3d(-30%,0,0);
}
/* 4 Level */
.sub-child li{position: relative;}
.sub-child>li.level-3 >a i {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #757575;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sub-child-3.mm-sub-3{
	webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*  Sidebar style */
.main-body{
	position: relative;
	right:0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-nav.style--sidebar {
	position: fixed;
	width: 480px;
	height: 100vh;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 8888;
	overflow: hidden;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transform:translateX(100%);
	-webkit-transform:translateX(100%);
	transform: translateX(100%);
}
.site-nav.style--sidebar .site-nav-container {
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.site-nav.style--sidebar .site-nav-container-last {
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 60px 70px 250px;
}
.site-nav.style--sidebar.show-filters .site-nav-container-last,
.site-nav.style--sidebar.show-cart .site-nav-container-last,
.site-nav.style--sidebar.show-search .site-nav-container-last {	padding-bottom: 100px;}
.site-nav.style--sidebar .site-nav-container .title {font-size:14px;	text-transform: uppercase;	margin: 3px 0 0 0;font-weight: 500;}
.site-nav.style--sidebar .site-nav-container .subtitle {
	margin: 40px 0 0 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0;
	opacity: .66;
}
#site-filters { display: none;}
#site-nav--mobile.show-filters #site-filters {display: block}
#site-nav--mobile.show-filters #site-navigation,
#site-nav--mobile.show-filters #site-cart,
#site-nav--mobile.show-filters #site-search {display: none}

#site-search { display: none}
#site-nav--mobile.show-search #site-search { display: block}
#site-nav--mobile.show-search #site-navigation,
#site-nav--mobile.show-search #site-cart,
#site-nav--mobile.show-search #site-filters {display: none}

#site-cart {display: none}
#site-nav--mobile.show-cart #site-cart { display: block}
#site-nav--mobile.show-cart #site-filters,
#site-nav--mobile.show-cart #site-navigation,
#site-nav--mobile.show-cart #site-search { display: none}
.site-close-handle {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 35px;
	height: 35px;
	z-index: 999;
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	-ms-transition:transform 150ms linear;
	-webkit-transition:transform 150ms linear;
	transition: transform 150ms linear;
}
.site-close-handle .hamburger-menu .bar.animate {
	background: transparent;
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
.site-close-handle .hamburger-menu .bar.animate:before {
	background:#000;
	bottom: -1px;
	width: 20px;
	height: 2px;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site-close-handle .hamburger-menu .bar.animate:after {
	background:#000;
	top: 0;
	width: 20px;
	height: 2px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site-close-handle:hover{	-ms-transform:scale(1.1);	-webkit-transform:scale(1.1);transform: scale(1.1);}
.site-overlay {
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 7777;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms linear;
}
.search-form-mb{display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	z-index: 999;
	border-bottom: 1px solid #ccc;
}
#site-search-handle .btn-search-header {display: none;}
.menu-collection-title{
	color: #979797;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	padding-bottom: 8px;
}
.menu-collection-title a{color: #979797;}
.sort-by-bst-new {
	float: right;
	position: absolute;
	top: 0;
	right: 15px;
}
.sort-by-bst-new span{cursor: pointer;}
.sort-by-bst-new span:after {
	content: '';
	width: 0;
	right: 0;
	border-top: 6px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 3px;
}
.sort-by-bst-new .sort-by-wrap-new {
	overflow: visible;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 9;
	display: none;
	width: 160px;
}
.sort-by-bst-new .sort-by-wrap-new:before,
.sort-by-bst-new .sort-by-wrap-new:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	right: 26px;
	border-bottom: 10px solid #d9d9d9;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.sort-by-bst-new .sort-by-wrap-new:after {
	border-width: 9px;
	border-bottom-color: #fff;
	margin-right: 1px;
}
.sort-by-bst-new .sort-by-wrap-new li {
	text-indent: 20px;line-height: 30px;cursor: pointer;position: relative;
}
.sort-by-bst-new .sort-by-wrap-new li.sort-by-filter.active:after {
	-webkit-transform: rotate(-45deg) scale(1,1);
	-moz-transform: rotate(-45deg) scale(1,1);
	-ms-transform: rotate(-45deg) scale(1,1);
	-o-transform: rotate(-45deg) scale(1,1);
	transform: rotate(-45deg) scale(1,1);
	webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
	-moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
	transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
	content: "";
	position: absolute;
	left: 0px;
	top: 12px;
	margin: auto;
	z-index: 1;
	width: 10px;
	height: 5px;
	border: 2px solid #000;
	border-top-style: none;
	border-right-style: none;
}
.sort-by-bst-new .sort-by-wrap-new .title {
	font-weight: bold;
	color: #333;
	line-height: 36px;
	text-indent: 0;
}
.sort-by-bst-new .sort-by-wrap-new .closefilter {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ccc;
	text-indent: 0;
	text-align: center;
	line-height: 16px;    z-index: 99;
}
.sort-by-bst-mb{
	border: 1px solid #EBEBEB;
	position: absolute;
	width: 25px;
	height: 25px;
	right: 15px;
	z-index: 9;
	text-align: center;
	line-height: 25px;
	color: #666;
	top: 0;
	font-size: 16px;
}
/* menu active */
.site-overlay.active {opacity: 1;	visibility: visible;}
.main-body.sidebar-move {	right: 480px;}
.site-nav.style--sidebar.active {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform: translateX(0);}
@media(min-width:992px){
	.main-body.sidebar-move .box__slideshow-split:not(.back-to-normal) .site-box-background-container {
		transform: translateX(-480px);
	}
}
@media(max-width:767px){
	/* Header */
	.site-nav.style--sidebar {width: 320px;}
	.main-body.sidebar-move {	right:320px;}
	.site-nav.style--sidebar .site-nav-container{width:100%}
	.site-nav.style--sidebar .site-nav-container-last {padding-top: 40px;padding-left: 15px;padding-right: 15px;}
	.site-close-handle {top: 35px;right: 0px;}
	.to-bottom-content{left:30px}
	/* site cart */
	.cart-view a.linktocheckout, .cart-view a.linktocart{font-size: 11px;}
}



/*Edit new*/
#site-search-handle form {position: relative;}
#site-search-handle form input[name="q"]{
	border-radius: 30px;
	box-shadow: none;
	outline: none;
	border: 1px solid #eee;
	padding: 4px 10px;
}
#site-search-handle form button[type="submit"]{
	position: absolute;
	right: 10px;
	background: none;
	box-shadow: none;
	border: 0;
	padding: 5px;
	top: 0;
}
#site-search-handle form button[type="submit"] svg{
	width: 13px;
	height: 13px;
}
.short-description-content {
	margin-bottom: 15px;
}
.short-description-content p{margin: 0;}
.description-productdetail p {
	margin-bottom: 4px;
}
.action-cart{position: relative;    padding-bottom: 10px;
	padding-top: 10px;}
.cart_header_top_box .cart_empty{font-size: 13px;padding: 15px;}
.cart_header_top_box{
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 1002;
	background: #FFF;
	color: #666;
	width: 350px;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate(0,40px);
	-moz-transform: translate(0,40px);
	-o-transform: translate(0,40px);
	-ms-transform: translate(0,40px);
	transform: translate(0,40px);
	opacity: 0;
	display: block;
	visibility: hidden;
	border: 1px solid #f3f4f6;
}
.cart_header_top_box:after, .cart_header_top_box:before {
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cart_header_top_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -8px;
	right: 22px;
}
.cart_header_top_box:before {
	border-color: rgba(243, 244, 246, 0);
	border-bottom-color: #f3f4f6;
	border-width: 8px;
	margin-left: -9px;
}
.cart_box_wrap {
	max-height: 264px;
	overflow-y: auto;
}
.cart_box_wrap .cart_item{border-bottom: 1px solid #f3f4f6;position: relative;padding: 12px 16px;}
.cart_box_wrap .cart_item:last-child{border-bottom: 0;}
.cart_box_wrap .cart_item .cart_item_image {
	width: 88px;
	text-align: center;display: inline-block;
}
.cart_box_wrap .cart_item .cart_item_info{
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	width: calc(100% - 92px);display: inline-block;
}
.cart_box_wrap .cart_item .cart_item_info .cart_item_title {
	padding-right: 10px;
}
.cart_box_wrap .cart_item .cart_item_info .cart_item_title a{
	padding-left: 0;
}
.cart_box_wrap .cart_item .remove{
	position: absolute;
	right: 16px;
	bottom: 16px;
	font-size: 16px;
}
.cart_box_wrap .cart_item .remove i{
	color: #a6a8b0;
}
.cart_box_wrap .cart_item .cart_item_qty{
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.cart_box_bottom {
	background-color: #f8f8fa;
	padding: 12px 16px 16px;
	border-top: 1px solid rgba(46,48,56,.1);
}
.cart_box_bottom .total_cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
	font-weight: 700;
}
.total_cart .total_price {
	font-weight: 700;
	color: #ae1e22;
	font-size: 15px;
}
.cart_box_bottom .btn-minicart{
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 12px;
	transition: all .4s ease-in-out;
	background: #ae1e22;
}
.proList__more {
	margin-bottom: 30px;
}
.proList__more .btn-loadmore-prolist{
	font-size: 12px;
	font-weight: bold;
	box-shadow: none;
	padding: 8px 15px;
	line-height: 22px;
	width:24.375rem;
	cursor: pointer;
	position:relative;
	border: 1px solid rgba(0,0,0,.09);
	background: transparent;
	overflow: hidden;
	z-index: 1;
	border-radius: 0;
}
.proList__more .btn-loadmore-prolist:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background-color: #f5f5f5;}
.proList__more .btn-loadmore-prolist:hover{
	background-color: #e7e7e7;
}
.proList__more .btn-loadmore-prolist:hover:before{
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.proList__more__new {
	margin-bottom: 30px;
}
.proList__more__new .btn-loadmore-prolist-new{
	font-size: 12px;
	font-weight: bold;
	box-shadow: none;
	padding: 8px 15px;
	line-height: 22px;
	width:24.375rem;
	cursor: pointer;
	position:relative;
	border: 1px solid rgba(0,0,0,.09);
	background: transparent;
	overflow: hidden;
	z-index: 1;
	border-radius: 0;
}
.proList__more__new .btn-loadmore-prolist-new:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background-color: #f5f5f5;}
.proList__more__new .btn-loadmore-prolist-new:hover{
	background-color: #e7e7e7;
}
.proList__more__new .btn-loadmore-prolist-new:hover:before{
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
#navMaiaMenu {
	text-align: center;
}
ul.list {
	line-height: normal;
	margin: 0; 
	padding: 0;
	display: inline-block;
	text-align: center;
}

.banner-index{
	padding: 0px 8px;
}

.banner-index .sale-details {
	position: relative;
	margin-top: 0.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.banner-index .end-time-wrap svg {
	width: 18px;
	height: 18px;
	margin-right: 6px;
	fill: rgba(78,89,93,0.7);
}
.banner-index .d-md-flex {
	display: flex!important;
}
.banner-index .end-time-wrap {
	display: block;
	color: rgba(78,89,93,0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner-index .title {
	font-weight: 400;
	margin: 0;
	color: #4E595D;
	font-size: 16px;
	line-height: 1.625;
	width: 100%;
}

.main-footer .footer-content ul.payment_wrapper{ margin: 0;padding: 0; display: flex;}
.main-footer .footer-content ul.payment_wrapper li{display: inline-block;padding:5px;}
.cart .section-collection {
	padding-bottom: 30px;
}
.btn-view-all-mb {
	text-align: center;
}
.btn-view-all-mb a {
	padding: 8px;display: block;
}
#sortByModal .modal-title{
	font-size: 16px;
	font-weight: bold;
	color: #3d3d3d;
}
#sortByModal .modal-lg{min-width: 90%;}
#sortByModal .sort-by-modal {margin: 0;}
#sortByModal .sort-by-modal li {
	cursor: pointer;
	position: relative;
	padding: 10px 20px 10px 30px;
}
#sortByModal .sort-by-modal li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 5px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: solid 1px #acacac;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
}
#sortByModal .sort-by-modal li.active:before{background:#ae1e22;}
.sort-by-new {
	float: right;
	position: relative;
}
.sort-by-new span{cursor: pointer;}
.sort-by-new span:after {
	content: '';
	width: 0;
	right: 0;
	border-top: 6px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 3px;
}
.sort-by-new .sort-by-wrap-new {
	overflow: visible;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 9;
	display: none;
	width: 160px;
}
.sort-by-new .sort-by-wrap-new:before, .sort-by-new .sort-by-wrap-new:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	right: 26px;
	border-bottom: 10px solid #d9d9d9;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.sort-by-new .sort-by-wrap-new:after {
	border-width: 9px;
	border-bottom-color: #fff;
	margin-right: 1px;
}
.sort-by-new .sort-by-wrap-new li {
	text-indent: 20px;line-height: 30px;cursor: pointer;position: relative;
}
.sort-by-new .sort-by-wrap-new li.sort-by-filter.active:after {
	-webkit-transform: rotate(-45deg) scale(1,1);
	-moz-transform: rotate(-45deg) scale(1,1);
	-ms-transform: rotate(-45deg) scale(1,1);
	-o-transform: rotate(-45deg) scale(1,1);
	transform: rotate(-45deg) scale(1,1);
	webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
	-moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
	transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
	content: "";
	position: absolute;
	left: 0px;
	top: 12px;
	margin: auto;
	z-index: 1;
	width: 10px;
	height: 5px;
	border: 2px solid #000;
	border-top-style: none;
	border-right-style: none;
}
.sort-by-new .sort-by-wrap-new .title {
	font-weight: bold;
	color: #333;
	line-height: 36px;
	text-indent: 0;
}
.sort-by-new .sort-by-wrap-new .closefilter {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ccc;
	text-indent: 0;
	text-align: center;
	line-height: 16px;    z-index: 99;
}
.flickity-button:disabled{display: none;}
/*---------------------------------------*/
/* 13. RESPONSIVE */
/* --------------------------------------*/
@media(min-width:768px){
	table.table-cart tr td.remove {position:absolute;right: 15px;}
}
@media(min-width:992px) and (max-width:1199px){
	/*index */
	.box-banner-inf{width: 80%;	z-index:4;}
	/*account*/
	.wrapbox-content-account{padding: 100px 15px 100px 50px;}
}
@media(min-width:992px){
	.wrapbox-heading-account { padding: 100px 15px 100px 50px;}
	.wrapbox-heading-account .header-page{padding-bottom: 70px; padding-top: 20px; }
	.box-heading-contact{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		border-right: 1px solid #ededed;
		height: 100vh;
		padding:0;
	}
	.box-map iframe{height:100vh!important}
	/**** COLLECTION ****/
	.sidebar-fix {
		position: -webkit-sticky;
		position: sticky;
		top: 70px;
		margin-top: 30px;
	}
	/**** PRODUCT DETAIL ****/
	.product-content-desc{
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
		//width: 40%;
	}
	/**** BLOG ****/
	.list-article-content .news-content{height: 50vh;}
}
@media(min-width:1200px){
	.wrapbox-content-account{
		padding: 100px 15px 100px 50px;
		display: flex;
		display: -webkit-flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		border-left: 1px solid #ededed;
	}
	.wrapbox-content-account > div {width:100%;}
	.block-banner-category img{
		-webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.block-banner-category:hover img{	
		-ms-transform: scale(1.2);	
		-webkit-transform: scale(1.2);	
		transform: scale(1.2);
	}
	.box-banner-inf{z-index:4;}
	.wrapbox-content-search {padding: 0 100px 30px;}
}
@media (max-width: 1199px){
	.product .fb_customer_chat_bubble_pop_in {
		bottom: 50pt!important;
		right: 12px!important;
	}
	.cart .fb_customer_chat_bubble_pop_in {
		bottom: 110pt!important;
		right: 12px!important; 
	}
	.cart.empty-cart .fb_customer_chat_bubble_pop_in{
		bottom: 10pt!important;
	}
	.product-gallery__thumbs-container{display: none;}
}
@media(max-width:991px) and (min-width:768px){
	.wrapbox-heading-account .header-page{text-align: center;padding-top:50px; }
	.wrapbox-heading-account .header-page:after {margin: 30px auto 0;}
	.wrapbox-content-account{padding: 50px 15px 50px;}
	.box-heading-contact{height: 50vh;border-bottom: 1px solid #ededed;}
	.box-map iframe{height:50vh!important}	
	/* INDEX */
	.caption_banner h2{ font-size: 24px;}
	/* COLLECTION */
	.no-product{text-align:center}
	/* PRODUCT DETAIL*/
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb-zoom{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery--new{height:100vh;overflow: visible;min-height: 720px;}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item{height:100%;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
	.box__product-gallery--new.scroll .site-box-content:after {content: 'flickity';display: none;}
	/* BLOGS */
	.list-article-content .news-content{height: 50vh;}
	/* Footer */
	footer.footer .col-lg:nth-of-type(2n+1) {clear: both;}
}


.product-description .description-content.short {
		height: 200px;
		padding-bottom: 50px;
		overflow: hidden;
		position: relative;
		transition: height 0.5s ease-in;
	}
	.product-description .description-content.open {padding-bottom: 70px;}
	.product-description #detail_more {
		display: block;
		position: absolute;
		//bottom: -15px;
    bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		//line-height: 50px;
		display: block;
		padding: 40px 0 0;
		background: -moz-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.55)), color-stop(82%, white));
		background: -webkit-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: -o-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: -ms-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: linear-gradient(182deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );
	}
	.product-description #detail_more span {display: inline-block;border: 1px solid #222;line-height: 30px;padding: 0px 20px;background: #fff;}
	.product-description .description-content.open #detail_more {background: transparent;}


@media(max-width:991px) {
	.promo-bar {font-size: 10px;}
	header{padding: 10px 0;}
	#site-search-handle form{
		display: none;

	}
	#site-search-handle .btn-search-header {
		background: transparent;
		border: 0;
		display: inline-block;
		padding-left: 15px;display: block;
	}
	#site-search-handle .btn-search-header:focus {outline: none;}
	#site-search-handle .btn-search-header svg{
		width: 16px;
		height: 16px;
		fill: #272727;
	}
	.search-form-mb form{
		padding: 5px 0;
		position: relative;
	}
	.search-form-mb button[type="submit"]{
		position: absolute;
		left: 0;
		font-size: 14px;
		background: transparent;
		border: none;
		padding: 5px 11px;
		top: 7px;
	}
	.search-form-mb button[type="submit"] svg{
		width: 14px;
		height: 14px;fill: #272727;
	}
	.search-form-mb input[name="q"]{
		height: 30px;
		padding-bottom: 4px;
		padding-top: 4px;
		padding-right: 35px;
		padding-left: 35px;
		background: #fff;
		font-size: 12px;
		color: #666666;
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: 1px solid #ccc;
	}
	.search-form-mb .close_search{
		position: absolute;
		right: 0;
		top: 5px;
		font-size: 14px;
		background: transparent;
		border: none;
		padding: 5px 11px;
		color: #272727;
	}

	.block .title_block {position: relative;display: inline-block;margin:0 0 5px;}
	.block .title_block span {display: block;top:8px;right:10px;position: absolute;}
	/*.block .block_content {display: none;}*/
	.filter-default {padding: 0 15px;} 
	.product-image-detail {width:100%;padding:0;}
	.flickity-page-dots {bottom:-55px; z-index:2;}
	.product-title h1 {font-size:20px; margin-top:65px;}
	#collection-slide .owl-nav .owl-prev {left: 0;}
	#collection-slide .owl-nav .owl-next {right: 0;}
	/* COLLECTION */
	.wrap-collection-title .heading-collection {margin-top: 0;}
	.wrap-collection-title .heading-collection h1 {font-size: 20px; position: relative;min-height: 25px;line-height: 25px;padding-right: 30px;}
	.wrap-collection-title .heading-collection h1 .sort-by-mb{
		border: 1px solid #EBEBEB;
		position: absolute;
		width: 25px ;
		height: 25px ;
		right: 0;
		z-index: 9;
		text-align: center;
		line-height: 25px ;
		color: #666;
		top: 0;    font-size: 16px;
	}
	.no-product{text-align:center}
	.left-module {margin: 20px 0 0;}  
	.wrapper-collection-1 .pro-loop{padding-right:7.5px;padding-left:7.5px;}
	.wrapper-collection-1 .pro-loop:nth-child(7),
	.wrapper-collection-1 .pro-loop:nth-child(8),
	.wrapper-collection-1 .pro-loop:nth-child(9),
	.wrapper-collection-1 .pro-loop:nth-child(10){display: none;}
	#collection-body .pro-loop:nth-child(odd),
	.list-productRelated .pro-loop:nth-child(odd){
		padding-right:7.5px;
		padding-left:7.5px;
	}
	#collection-body .pro-loop:nth-child(even),
	.list-productRelated .pro-loop:nth-child(even){
		padding-left:7.5px;
		padding-right:7.5px;
	}
	.wrapper-collection-2 .pro-loop {float: left;width: 50%;padding: 0 7.5px;}
	.wrapper-collection-2 .pro-loop:nth-child(5),
	.wrapper-collection-2 .pro-loop:nth-child(6),
	.wrapper-collection-2 .pro-loop:nth-child(7),
	.wrapper-collection-2 .pro-loop:nth-child(8),
	.wrapper-collection-2 .pro-loop:nth-child(9),
	.wrapper-collection-2 .pro-loop:nth-child(10){display: none;}
	.wrapper-collection-2 .pro-loop:nth-of-type(2n+1){clear: both;}
	/* BLOG - ARTICLE */
	.blog-loop:nth-of-type(2n+1) {clear: both;}
	.sidebar-blog .layered, .sidebar-page .layered {display: none;}
	.wrapbox-content-account .action_account_custommer, 
	.wrapbox-content-account .req_pass {text-align:center;}
	/* PRODUCT */
	.product-description .description-content.short {
		height: 200px;
		padding-bottom: 50px;
		overflow: hidden;
		position: relative;
		transition: height 0.5s ease-in;
	}
	.product-description .description-content.open {padding-bottom: 70px;}
	.product-description #detail_more {
		display: block;
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		line-height: 50px;
		display: block;
		padding: 20px 0;
		background: -moz-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.55)), color-stop(82%, white));
		background: -webkit-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: -o-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: -ms-linear-gradient(268deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		background: linear-gradient(182deg, rgba(255, 255, 255, 0.55) 0%, white 82%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );
	}
	.product-description #detail_more span {display: inline-block;border: 1px solid #222;line-height: 30px;padding: 0px 20px;background: #fff;}
	.product-description .description-content.open #detail_more {background: transparent;}
	.product-gallery-item img {width:100%;}
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-sharing.icon-pr-fix {left: 15px;}
	.product-zoom.icon-pr-fix {	left: 15px;margin: auto;}
	.gallery-index.icon-pr-fix {display: none;}

	.sidebar-fix {
		position: fixed;
		position: fixed;
		top: 0px;
		z-index: 9999;
		max-width: 80%;
		right: 0;
		height: 100%;
		background: #fff;
		overflow: auto;
		padding-bottom: 100px;
		transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	.filter_collection{
		padding: 10px 15px;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 20px;
	}
	.openFilter #collection .sidebar-fix{
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	.openFilter .site-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		opacity: 1;
		visibility: visible;
	}
	.back-to-top.show-backtotop.back-to-top-cart{
		bottom: 215px;
	}
	.harafunnel-mb.harafunnel-mb-cart{bottom: 150px;}
}
@media (min-width: 768px){
	.banner-indexs .banner-index:nth-child(2n+1){
		clear: both;
	}
	.action-cart:hover .cart_header_top_box{
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
		visibility: visible;
	}
}
@media(max-width:767px){
	.wrapbox-heading-account {padding: 30px 15px;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-account .header-page{text-align: center;}
	.wrapbox-heading-account .header-page h1 {font-size: 20px;}
	.wrapbox-heading-account .header-page:after {margin: 20px auto 0;}
	.wrapbox-content-account{padding:15px;}
	.heading-page{position: relative;padding: 0 0 30px 0;}
//	.heading-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;margin: 25px auto 0;}
	.heading-page h1{font-size: 20px;margin: 0px 0;}
	.wrapbox-content-page-contact{padding:40px 15px;}
	.product .fb_customer_chat_bubble_pop_in {
		bottom: 50pt!important;
		right: 12px!important;
	}
	.cart .fb_customer_chat_bubble_pop_in {
		bottom: 110pt!important;
		right: 12px!important; 
	}
	.cart.empty-cart .fb_customer_chat_bubble_pop_in{
		bottom: 10pt!important;
	}
	/* HEADER */
	.main-header {padding: 10px 0;position: relative;}
	.main-header--logo h1, .main-header--logo a {font-size: 20px;}
	.scroll-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 999;
		background:#fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		-webkit-animation: fadeInDown 500ms ease-in-out;
		-moz-animation: fadeInDown 500ms ease-in-out;
		-ms-animation: fadeInDown 500ms ease-in-out;
		animation: fadeInDown 500ms ease-in-out;
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-ms-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
	}
	.scroll-menu .container {width:100%;}
	/* INDEX */
	.wrapper-heading-home{padding: 40px 0 20px;}
	.wrapper-heading-home .heading {justify-content: center;}
	.list-slider-banner .slick-arrow.slick-prev {left:15px;}
	.list-slider-banner .slick-arrow.slick-next {right:15px;}
	.wrapper-heading-home h2{font-size: 20px;}
	.caption_banner h2{font-size:20px;}
	.wrap-collection-title h2,.wrap-collection-title .link-more{font-size:20px;}
	.wrap-collection-title.image-resize{padding-top: 0px;}
	.box-banner-inf{width: 100%;padding: 0 15px;z-index:4;text-align: center;}
	.box-banner-inf h2{font-size:32px;}
	.homepage-images .box-image {
		-webkit-flex-basis: 100%!important;
		-ms-flex-preferred-size: 100%!important;
		flex-basis: 100%!important;
		max-width: 100%!important;
		padding: 5px;
	}
	.homepage-images .box-image .box-image-title {font-size:14px;}
	.wrap-pd-infor {flex-wrap: wrap;}
	.wrap-pd-infor .inf-content {padding-right:0;}
	.banner-index{margin-bottom: 10px;}
	.banner-index:last-child{margin-bottom: 0;}

	/* PRODUCT DETAIL */
	.product-image-detail{border-bottom: 1px solid #ededed;}
	.divzoom_main .product-thumb-zoom{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}

	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item {
		height: 100%;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.box__product-gallery--new.scroll .site-box-content:after {content: 'flickity';display: none;}
	.slide_product li.gallery-item img{height: 100%;width: 100%;object-fit: cover;}
	.slide_product .flickity-page-dots{bottom: -45px;z-index: 99;}
	.product-action-bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 700;
		background: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		padding: 8px 10px;
		display:block
	}
	.input-bottom{width: 54px;float:left;margin-right: 15px;}
	.input-bottom input{
		width: 54px;
		height: 45px;
		border: 1px solid #d1d1d1;
		text-align: center;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.add-cart-bottom{font-weight: 600;height: 45px;width: calc(100% - 70px);border-radius: 4px;float:left}
	.list-productRelated .pro-loop-title .product-resize,
	.list-productRelated .pro-loop-title .wrap-collection-title.image-resize{height: initial!important}
	.list-productRelated .wrap-collection-title.image-resize{padding-bottom:45px;}
	.list-productRelated .wrap-collection-title .block-pding:after{
		content: "";
		display: block;
		width: 50px;
		height: 4px;
		margin: 30px auto auto;
		background:#252a2b;
	}
	.main-footer.main-product-footer {padding-bottom: 60px;}
	/* BLOG - ARTICLE */
	.list-article-content .news-content{ min-height: 250px;height: 50vh;}
	.article-body h2.title-article {font-size: 24px;}
	.sidebarblog-title h2 {text-align: center;margin-bottom: 10px;}
	.sidebarblog-title h2 span {display: inline-block;}
	.blog-posts .blog-post .blog-post-thumbnail {margin-bottom: 20px;}
	.article-pages iframe {height: auto;}
	/* ABOUT-CONTACT */
	.box-heading-contact{padding:0;}
	.header-page-contact h1{font-size:35px;}
	.box-send-contact h2{font-size:20px}
	.box-map iframe{height:50vh!important}
	/* CART PAGE */
	table.table-cart thead tr{display:none;}
	table.table-cart tr td{ border:0;padding:0 5px;}
	table.table-cart tbody>tr {
		background:#ffffff;
		padding:20px 0;
		display: block;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		border-bottom: 1px solid #e8e8e8;
		position: relative;
		margin-bottom: 10px;
	}
	table.table-cart tr td.image{width:80px;float:left;}
	table.table-cart tr td.image img { max-width:70px;background:#fff}
	table.table-cart tr td.item {	width:calc(100% - 80px);	float: left; padding-left:5px;}
	table.table-cart tr td.item h3 {margin: 0 0 5px;}
	table.table-cart tr td.qty {padding: 0px;float: right;	margin-right: 8px;text-align: right;position: absolute;right: 0px;bottom: 35%;}
	table.table-cart tr td.item .price {width: 100%;float: left;text-align: left;margin: 15px 0;}
	table.table-cart tr td.item .price del{margin-top:2px;}
	table.table-cart tr td.item .price span.text{display:inline-block;font-size:12px;} 
	table.table-cart tr td.remove a {position: absolute;	top: 22px;	right: 0;}
	table.table-cart tbody>tr:last-child,
	table.table-cart tr:last-child td {border: none;}
	.checkout-note textarea {margin-bottom:40px;}
	.cart-buttons .btn-checkout, .cart-buttons a, .cart-buttons .btn-update {
		font-size: 10px;
		margin:0;
		padding: 15px 8px;
	}
	/* 	ACCOUNT */
	.title-infor-account h1 {font-size: 30px;}
	.title-infor-account h1:after{margin-top:32px;}
	.AccountSidebar {margin-bottom: 40px;}
	.table-responsive {padding: 0 8px;}
	/* FOOTER */  
	.footer .collapse {display: none;visibility: hidden;}
	.footer .collapse.in {display: block;visibility: visible;}
	.main-footer .footer-content {display: none;margin-top: 10px;}
	.main-footer .footer-col {margin-bottom:0;}
	.main-footer .footer-title {line-height: 20px;position: relative;font-size: 14px;text-transform: uppercase;margin: 0px;padding: 10px 0;}
	.main-footer h4.footer-title:before {
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 14px;
		position: absolute;
		top: 0px;
		right: 5px;
		text-align: center;
		line-height: 36px;
	}
	.main-footer h4.footer-title.active:before {content: "\f106";}
	.main-footer .col-lg:last-child .footer-col {border-bottom: none;}
	.breadcrumb-shop .breadcrumb-arrows li {font-size:10px;}
	.product-info{padding: 0;}
	.product-info .info-item:nth-child(1){margin: 10px 0 5px;}
	.product-info .info-item:nth-child(2){margin: 5px 0 10px;}
	.product-info .info-item label{margin-bottom: 0;}
	.main-footer.main-footer-product {padding-bottom: 60px;}
	.main-footer.main-footer-cart {padding-bottom: 140px;}
}
button.btn.btn-info.btn-lg.btn-modal-css {
	padding: 0px;
	background: initial;
	border: 0px;
	color: #221e20;
	font-size: 14px;
	position: relative;
	top: -2px;
	margin-left: 2px;
	font-weight: 500;
}
@media screen and (max-width: 500px){
	.modal.in .modal-dialog {
		width: 80% !important;
	}
	.optionSelected .optionCheck {
		width: 100% !important;
		margin-bottom: 0px !important;
	}
	.optionSelected .optionCheck:nth-child(2), .action_bottom.button.dark{
		margin-bottom: 10px !important;
	}
}
.grecaptcha-badge {
	display: none !important;
}
.optionCheck label {
	font-weight: initial;
}
#customer_sidebar form#update_customer label.label span {
	display: block;
	color: #009921;
	font-weight: 500;
}
form#update_customer .action_bottom {
	margin-top: 30px;
}
.button-popup-loyalty{
	bottom: 0px!important;
	left: 12px!important;
}
.main-header--logo img.logoimg {
	display: initial;
	padding-top: 10px;
}
@media screen and (min-width: 992px){
	.index.down .main-header--logo img.logoimg {
		height: 65px;
		width: initial;
		padding-top: 5px; 
	}
}

.section-collection{
	padding:10px 0;
}
.swatch .select-swap {
  display: flex !important;
  margin: 5px 0;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
	.section-collection .content-product-list.owl-product-list .col-xs-6.pro-loop:nth-child(2n+1) {
		clear: both;
	}
}
.banner-index {
    padding: 0;
}
.sale-details {
    margin: 0 !important;
}
.banner-indexs.clearfix {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .owl-product-list .pro-loop{
        width: 100%;
    }
  .section-collection .paper .btn-loadmore{display:none !important}
}

.style-owl-btn.owl-carousel .owl-nav button{
	position: absolute;
	top: 45%;
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: #5c5c5c;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.65);
	box-shadow: 0 2px 10px rgba(54,54,54,0.65);
	line-height: 0;
}
.style-owl-btn.owl-carousel .owl-nav button.owl-prev {left: 15px;}
.style-owl-btn.owl-carousel .owl-nav button.owl-next {right: 15px;}
.style-owl-btn.owl-carousel .owl-nav button:before {
	position: relative;
	content:"";
	font-family: "FontAwesome";
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
.style-owl-btn.owl-carousel .owl-nav button.owl-prev:before {content:"\f104";}
.style-owl-btn.owl-carousel .owl-nav button.owl-next:before {content:"\f105";}

.pro-loop .product-img .button-add {
    display: flex;
    justify-content: space-between;
}
.pro-loop .product-img .button-add > *{width: 49%}
.back-to-top.show-backtotop {
    bottom:210px;
}
.zalo-chat-widget {
    right: 45px !important;
    bottom: 33px !important;
}
.back-to-top.show-backtotop {
  bottom: 210px;
  right: 57px;
}
.back-to-top {
    background: #ececec;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
@media screen and (max-width: 767px){
 .back-to-top.show-backtotop {
    bottom: 314px;
    right: 29px;
  }
  .zalo-chat-widget {
    right: 21px !important;
    bottom: 33px !important;
}


  
}
@media (min-width: 768px){
  .back-to-top.show-backtotop {
  bottom: 260px;
  right: 52px;
}
} 
@media (min-width: 1375px) {
    .container {
        width: calc(100% - 24px);
    }
}

@media (max-width: 767px){
.main-header--logo img.logoimg{padding-top: 0}
  .main-header--action.row-flex {
    transform: translateY(3px);
}
  .openFilter #collection .sidebar-fix, .openFilter #collection-body{
    z-index: 100000 !important;
  }
  .openFilter .scroller{
    z-index: 2;
  }
  .openFilter .site-overlay{
    z-index: 2 !important;
  }
}
.openFilter  .pro-loop .product-img .product-sale,.openFilter  .pro-loop .product-img .sold-out{
      z-index: 1 !important;
}
.heading-home-flex{
  display: flex;
}
.heading-home-flex-wrap{
  flex-wrap: wrap;
}
.heading-home-align-items-center{
  align-items: center;
}
.heading-home-justify-content-between{
  justify-content: space-between;
}
@media (max-width: 767.98px){
  .heading-home-flex.heading-home-justify-content-between{
    justify-content: center;
    gap: 16px;
  }
}
.heading-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid #333;
  border-radius: 100px;
  background: #f2f3f5;
}
.content-banners-heading{
  font-weight: 700;
}
.content-banners-heading h2{
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.wrapper-heading-home .content-banners-heading h2:before{
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.home-banner-full{
  padding: 20px 0;
}
.section-gallery .wrapper-heading-home h2:before{
    display: none
}
.section-gallery  .wrapper-heading-home h2{
  color: #000000
}


.wrapper-collection-1 .wrapper-heading-home h2:before{
  display: none
}

.wrapper-heading-home h2:before{display: none !important}
.abc{opacity: 0; visibility: hidden; transition: .3s}
.product-block:hover .abc{
  opacity: 1; visibility: visible
}

@media (max-width: 767px) {
    .add-cart-bottom1 {
        font-weight: 600;
        height: 45px;
        width: calc(50% - 38px);
        border-radius: 4px;
        float: left;
      margin-left: 5px;
    }


.add-cart-bottom {
        
        width: calc(50% - 38px);
  padding: 0;
      
    }
  
}
.list-productRelated h2:before{display:none}
.wrap-collection-title .heading-collection h1{margin-top: 10px;}

@media (max-width: 767px){
  
.content-product-list.row.owl-carousel.owl-loaded.owl-drag {
    margin: 0;
}

.list-productRelated .owl-nav {
    text-align: center;
}
.list-productRelated .owl-nav button{
    //width: 40px;
    font-size: 20px !important;
}
.list-productRelated .owl-nav button span{display: none}
  
} 
  .list-productRelated .pro-loop .product-img button{width: 100%}


@media (max-width: 767px) {
    .pro-loop:hover .product-img .button-add {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
  .pro-loop .product-img button, .box-pro-prices + button{font-size: 10px;}
  .owl-product-list .pro-loop{
    padding-left: 0px;
    padding-right: 0px;
  }
}
