
*{font-family:Arial, sans-serif !important;margin: 0;padding: 0;}
.glyphicon{font-family: 'Glyphicons Halflings'!important;}
.fa{font-family: 'FontAwesome'!important;}
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:#252a2b;
	overflow-x: hidden;
	background : #f3f3f3; 
	font-weight: 400;
}	
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }
/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 { color:#252a2b; 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.5 - Links and Buttons */
a {color:#252a2b;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:#009ae5;text-decoration: none; outline: none;}	
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#252a2b;line-height: 1.1; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#009ae5;}
/* 1.6 - 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; }
/* 2.3 - Lists */
ul{	padding:0;list-style-type:none;}
ul.unstyled, ol.unstyled { margin: 0; list-style: none outside none; }
ul.unstyled > li, ol.unstyled > li { list-style: none; }
ul.horizontal > li, ol.horizontal > li { display: block; float: left; }
ul.horizontal-inline, ol.horizontal-inline { text-align: center; }
ul.horizontal-inline > li, ol.horizontal-inline > li { display: inline; margin: 0 5px; }
ul.expanded > li, ol.expanded > li { margin-bottom: 10px; }
a{transition: opacity 150ms linear, color 150ms linear, background 150ms linear;}
input:focus {outline: none;}
.modal-backdrop.in{z-index: 99998;}
.bgfff{background: #fff;}
/*========================================================================*/
main.main-index{position: relative;}
.button {
	position: relative;
	display: inline-block;
	padding: 10px 28px;
	line-height: normal;
	border: 1px solid #ffffff;
	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;
	color: #252a2b;
	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: #ffffff;
	-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:#fff;}
.button.dark {color: #fff;border-color: #009ae5;}
.button.dark:before {background-color:#009ae5;}
.button.dark:hover {color:#252a2b;}
.button:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.wrap-flex-align{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.flex-column{	-webkit-flex-direction: column;flex-direction: column;}
button:focus{border-color: transparent; outline: none;}
//.wrapbox-heading-page{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}
.heading-page h1{font-size: 30px;font-weight: 700;margin-bottom: 30px;}
.pd-page {padding-top:30px;}

@media(min-width:1200px){
	.animation-tran .site-animation{-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);transform:translateY(60px);opacity:0;-webkit-transition:opacity 300ms linear, transform 300ms linear;-moz-transition:opacity 300ms linear, transform 300ms linear;-o-transition:opacity 300ms linear, transform 300ms linear;transition:opacity 300ms linear, transform 300ms linear}
	.animation-tran.active .site-animation{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}

/*--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------*/
/*--------------------- Topbar ---------------------*/
#topbar {background: #f3f3f3;font-size: 12px;}
#topbar p {padding: 4px 0;margin-bottom:0;}
.main-header{
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.08) inset;
	box-shadow: 0 0 3px rgba(0,0,0,0.08) inset;
	-webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.header-mid {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.header-mid .wrap-logo{width: 180px;margin-right:20px;}
.main-header .wrap-logo a {font-size: 32px;font-weight:bold;color:#009ae5}
.header-top .search-bar-mobile{float: left;width: calc(100% - 390px);max-width: 600px;padding:5px 0;}
.header-top .header-wrap-icon{float: right;width: 390px;margin: 12px 0;text-align: right;}
.header-top .header-wrap-icon a{
	display: inline-block;
	margin-left: 30px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}
.header-top .header-wrap-icon a:first-child{margin-left:0;}
.header-top .header-wrap-icon a i{margin-right: 5px;}
.header-mid .header-bottom{position: relative;}
.icon-search{
	vertical-align: -1px;
	-ms-transform:rotate(0);
	-webkit-transform:rotate(0);
	transform: rotate(0);
}
.icon-search:hover{
	-ms-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	transform: rotate(-5deg);
}
.cart-menu .count-holder {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	height: 17px;
	overflow: hidden;
}
.cart-menu .count {
	transition: top 150ms linear;
	position: relative;
	top: 0px;
	animation-duration: 300ms;
}
.icon-cart .count {animation-name: scroll-in}
.icon-cart:hover .cart-menu .count {animation-name: scroll-out}
.icon-cart svg,.icon-search svg,.icon-account svg {fill: #252a2b;width: 24px; height: 24px;}
.icon-account{
	vertical-align: -1px;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
@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}}
.hamburger-menu {
	width: 27px;
	height: 19px;
	cursor: pointer;
	display: block;
	transition: all 150ms linear;
}
.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {width: 27px;height: 3px;}
.hamburger-menu .bar:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 7px;
	background: #252a2b;
	-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: 7px;
	background: #252a2b;
	-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;	
	background: #252a2b;	
	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(7px);
	-webkit-transform:translateY(7px);
	transform: translateY(7px);
}
.hamburger-menu:not(.active):hover .bar{width: 31px;}
.hamburger-menu:not(.active):hover .bar:before{width: 17px;}
.hamburger-menu:not(.active):hover .bar:after{width: 20px;}
@media screen and (min-width: 1024px) {
	.header-mid{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	header .header-mid > div:not(.wrap-logo) {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
	}
}
.main-header.affix-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-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);
	background: #fff;
	-webkit-animation: fadeInDown 0.6s both;
	animation: fadeInDown 0.6s both;
}
.main-header .wrap-logp-mb {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:5px;
	left:0;
}
.main-header .wrap-logp-mb .logoimg {height: 30px;}
.main-header.affix-mobile .wrap-logp-mb {
	visibility:visible;
	opacity:1;
	display:block!important;
}
.main-header.affix-mobile .wrap-logp-mb a{font-size:24px;}
.search-bar-mobile {padding: 5px;position: relative;}
.search-bar-mobile form.searchform input.searchinput {
	height: 35px;
	font-size: 12px;
	padding: 0 80px 0 15px;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.search-bar-mobile form.searchform .btn-search {
	top: 5px;
	right: 0;
	height: 35px;
	line-height: 35px;
	background: #ccc;
	width: 80px;
	font-size: 12px;
	border-radius: 0 5px 5px 0;
}
.search-bar-mobile form.searchform .btn-search svg {width:15px;height:15px;vertical-align: text-bottom;opacity: 1;} 
.smart-search-wrapper{
	position: absolute;	
	width:100%;
	background: #fff;	
	z-index: 100;
	right:0;
	left:0;
	padding: 0 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
} 
.more_product{
	font-size: 15px;
	margin: 15px 0 30px;
}
.more_product a{
	font-weight: bold;
	display: inline-block;
	margin: 0;
	padding: 13px 40px;
	background: #fff;
	color: #009ae5;
	border-radius: 4px;
	line-height: 20px;
	border:1px solid #eee;
	transition: all 0.3s ease-in-out;
	text-align: center;
}
.more_product a:hover{background:#009ae5;color: #fff;}
/*--------------------- Menu Desktop ---------------------*/
.menu-desktop {
	position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
#nav .main-nav * {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
#nav nav.main-nav ul li a {color:#252a2b;}
#nav nav.main-nav ul li a:hover {color:#009ae5;}
#nav .main-nav>ul>li {float: left;z-index: 10}
#nav .main-nav > ul>li>a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 12px 0 15px;
	margin: 0 25px 0 0;
	position: relative;
}
#nav .main-nav > 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 #5c5c5c;
	-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;
}
#nav .main-nav > ul>li>a:hover:before, 
#nav .main-nav > ul>li.active>a:before {
	opacity:1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
#nav .main-nav ul {	padding-left: 0;margin:0;}
#nav .main-nav ul>li a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 9px;
	margin-left: 4px;
	margin-bottom: 2px;
}
#nav .main-nav .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;
}
#nav .main-nav ul>li>ul {top: 100%;margin-top:-2px;border-top:2px solid #5c5c5c;}
#nav .main-nav 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);
}
#nav .main-nav .sub_menu a {
	padding: 9px 18px;
	white-space: nowrap;
	text-align: left;
	display: block;
	font-size: 14px;
}
#nav .main-nav .sub_menu .sub_menu {
	left: 100%;
	top: 0;
	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)
}
#nav .main-nav .sub_menu li:not(:first-child) {	border-top: 1px solid #ecf0f1}
#nav .main-nav ul>li i {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
#nav .main-nav 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;
}
.header-banner-new {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px 20px;
}
.header-banner-item{
	margin:0 5px;
	flex:1;
}
.header-banner-item a{
	padding: 0 5px !important;
	text-align:center;
}
.header-banner-item a span{display:block;font-weight:bold;}
.header-banner-item a:hover img{opacity:0.85;}
/*--------------------------------------------------------------------------------
SLIDER
--------------------------------------------------------------------------------*/
#homepage_slider .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	text-align: center;
}
#homepage_slider .owl-nav .owl-prev {left: 15px;}
#homepage_slider .owl-nav .owl-next {right: 15px;}
#homepage_slider .owl-controls .owl-nav div:before {
	position: relative;
	content:"";
	font-family: "FontAwesome";
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
#homepage_slider .owl-controls .owl-nav div:after {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	display: inline-block;
	position: absolute;
	top: 15px;
	text-transform: uppercase;
}
#homepage_slider .owl-controls .owl-nav .owl-prev:before {content:"\f177";}
#homepage_slider .owl-controls .owl-nav .owl-prev:after {
	content: 'Back';
	left: 100%;
}
#homepage_slider .owl-controls .owl-nav .owl-next:before {content:"\f178";}
#homepage_slider .owl-controls .owl-nav .owl-next:after {
	content: 'Next';
	right: 100%;
}
#homepage_slider .owl-dots {position: absolute;bottom: 28px;text-align:center;width:100%;}
#homepage_slider .owl-dots .owl-dot {display: inline-block;}
#homepage_slider .owl-dots .owl-dot 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;
}
#homepage_slider .owl-dots .owl-dot.active span {background: #fff;}

/*--------------------------------------------------------------------------------
INDEX
--------------------------------------------------------------------------------*/
.wrapper-heading-home{padding:20px 0;text-align: center;}
.wrapper-heading-home h2 {font-size:28px;line-height: 1;margin:0 0 10px;font-weight:500;text-transform: uppercase;}
.wrapper-heading-home h2 i{font-size: 10px;margin: 0 10px 0 0px;position: relative;top: -5px;}
.wrapper-heading-home h2 i.icon_after{margin:0 0 0 10px;}
.wrapper-heading-home h2 a{}
.wrapper-heading-home .section-desc{padding: 10px 0 0;color: #888;}
.wrapper-home-banner .home-banner-pd {padding:0;}
.block-banner-category{position: relative;overflow: hidden;background:#f4f4f4;}
.caption_banner span{font-size: 15px;font-weight: 400;}
.caption_banner h3{font-size: 23px;  margin: 15px 0;color:#fff;}
.block-banner-category a.link-banner{display: block;}
.caption_banner{
	position: absolute;
	width:100%;
	padding: 0 50px;
	bottom: 50px;
	color:#fff;
}
.wrap-collection-title{ -webkit-justify-content: center;-moz-justify-content: center;	justify-content: center;}
.wrapper-home-information{background-color: #f5f5f5;}
.wrap-pd-infor{	padding:0;-webkit-justify-content: center;-moz-justify-content: center;justify-content: center;}
.box-banner-inf h2{color: #fff;font-size:55px;	margin:0;	font-weight: 700;}
.box-banner-inf a.button{margin-top: 65px;}
.wrap-pd-infor .inf-content{font-size:15px;font-weight:500;	margin:auto;}
.wrap-pd-infor.box_stick .container-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: background 200ms linear;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wrap-pd-infor.box_stick .container-background:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .4;
	transition: opacity 200ms linear, background 200ms linear;
}
.wrap-pd-infor.box_stick img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	-ms-transition: opacity 150ms linear;
	-webkit-transition:opacity 150ms linear;
	transition: opacity 150ms linear;
	-ms-transform:translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.list-slider-banner .slick-slide {opacity:0.6}
.list-slider-banner .slick-slide.slick-active {opacity:1;}
.list-slider-banner .slick-slide .block-banner-category {max-height:450px;}
.list-slider-banner .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	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);
	vertical-align: middle;
	line-height: 0;
}
.list-slider-banner .slick-arrow:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
}
.list-slider-banner .slick-arrow.slick-prev {left:30px;}
.list-slider-banner .slick-arrow.slick-prev:before {
	content: "\f104";
}
.list-slider-banner .slick-arrow.slick-next {right:30px;}
.list-slider-banner .slick-arrow.slick-next:before {
	content: "\f105";
}
.list-slider-banner .caption_banner_slide {
	position: absolute;
	width: 100%;
	padding: 15px 20px;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.list-slider-banner .caption_banner_slide h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px;
	color: #fff;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.list-slider-banner .button {padding: 5px 15px;}
/*---------- store image --------*/
.index-saoviet .saoviet_title .title{
	padding-left: 15px;
	padding-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
	color: #151515;
}
.index-saoviet .star_slider{margin-bottom: 20px;}
.index-saoviet .star_slider .slider_item img{
	transition: all 0.3s;
	transform-style: initial;
}
.index-saoviet .star_slider .slider_item .item_name{
	font-size: 12px;
	text-transform: uppercase;
	font-style: unset;
	margin-top: 10px;
	font-weight: bold;	
}
#banner-store {
	//background: #21232a;
	padding-bottom: 30px;
}
#banner-store h2{
	//color: #fff;
	padding: 30px 0;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.store_list_link {
	height: 340px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: transparent url(//theme.hstatic.net/1000328919/1001375972/14/banner_store_list.png?v=63) center center no-repeat;
	margin-bottom: 20px;
	position: relative;
}
.store_list_link .store_link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 512px;
	width: 100%;
}
.store_list_link .store_link a {
	border: 3px solid #fff;
	padding: 10px 30px;
	font-size: 24px;
	color: #fff;
	display: inline-block;
	background-color: #36393e;
	opacity: .9;
	font-weight: 400;
	width: 100%;
}
/*-------------- home magazine ---------*/
#home_magazine {
	padding: 10px 0 50px;
	//background: #21232a;
}
.blog_magazine_slider .blog_slider_item {
	width: 100%;
}
.blog_magazine_slider .blog_slider_item .img{border-radius: 5px;overflow: hidden;}
.blog_magazine_slider .blog_slider_item .img .item-img{
	width: 100%;
	height: 250px;
	transition: all 0.3s;
}
.blog_magazine_slider .blog_slider_item .img:hover .item-img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.blog_magazine_slider .blog_slider_item .blog_slider_info {
	padding-left: 0;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info .date{
	padding: 20px 0 0;
	margin: 0 0 5px;
	color: #009ae5;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info .date span{font-size: 36px;}
.blog_magazine_slider .blog_slider_item .blog_slider_info .blog_slider_category {
	background: #dbae4f;
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info h3 {
	margin: 0;
	min-height: 50px;
	padding-bottom: 5px;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info h3 a {
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
	//color: #fff;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info h3 a:hover {
	color: #009ae5;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info .author{
	color: #888;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #888;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info .author i{margin-right: 5px;}
.blog_magazine_slider .blog_slider_item .blog_slider_info .author .color, .blog_magazine_slider .blog_slider_item .blog_slider_info .author .fb-comments-count{
	color: #009ae5;
	margin-right:10px;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info .short-des{
	color: #888;
	line-height: 22px;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info .more_product{
	margin: 25px 0 0;
}
#home_magazine .blog_article_review {
	padding-left: 20px;
}
#home_magazine .blog_article_review h2 {
	font-size: 16px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	text-transform: uppercase;
	margin-top: 0;
}
#home_magazine .blog_article_review .blog_article_item {
	position: relative;
	margin-bottom: 7px;
	overflow: hidden;
}
#home_magazine .blog_article_review .blog_article_item > a {
	display: block;
	float: left;
	width: 30%;
}
#home_magazine .blog_article_review .blog_article_item .blog_article_img {
	height: 80px;
}
#home_magazine .blog_article_review .blog_article_item .blog_article_info {
	width: 67%;
	line-height: 12px;
	margin-left: 3%;
	float: left;
}
#home_magazine .blog_article_review .blog_article_item .blog_article_info h3 {
	text-align: left;
	margin: 0 0 5px;
}
#home_magazine .blog_article_review .blog_article_item .blog_article_info h3 a {
	color: #333;
	font-size: 13px;
	font-weight: 500;
	display: block;
	line-height: 18px;
	text-align: left;
}
#home_magazine .blog_article_review .blog_article_item .blog_article_info h3 a:hover {
	color: #009ae5;
}
#home_magazine .blog_article_review .blog_article_item .blog_article_info span {
	font-size: 11px;
	color: #666;
	display: block;
}
#home_magazine .blog_article_review .blog_article_item .blog_article_info .article_blog_title {
	color: #009ae5;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 7px;
}
#home_magazine .more_article {
	text-align: right;
	font-size: 15px;
	padding-top: 10px;
}
#home_magazine .more_article .more_title {
	color: #333;
	font-size: 13px;
}
#home_magazine .more_article .more_title .link_more {
	color: #009ae5;
	font-weight: bold;
}
.owl-pagi .owl-dots{
	margin-top: 50px !important;
	text-align: center;
}
.owl-pagi .owl-dots .owl-dot{
	display: inline-block;
	margin: 0 10px;
	border: 1px solid transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-pagi .owl-dots .owl-dot span{
	display: block;
	width: 7px;
	height: 7px;
	margin: 4px;
	background: #d6d6d6;
	border-radius: 0;
}

.owl-pagi .owl-dots .owl-dot.active, .owl-pagi .owl-dots .owl-dot:hover{
	border-color: #009ae5;
}
.owl-pagi .owl-dots .owl-dot.active span, .owl-pagi .owl-dots .owl-dot:hover span{
	background: #009ae5;
}
#brand{
	padding-bottom: 50px;
}
.brand-slider .item img{
	margin: 0 auto;
  object-fit: contain;
  width: auto !important;
  height: auto;
  aspect-ratio: 1/1;
}
/*--------------------- index instagram ------------------------*/
@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}
@keyframes shine {
	100% {
		left: 125%
	}
}
.index-instagram{padding-top: 30px;/*background: #21232a;*/}
.index-instagram .instagram-list-img ul{margin:0;display: flex;flex-wrap: wrap;}
.index-instagram .instagram-list-img ul li{
	float: left;
	width: calc(100%/4);
	padding: 2px;
}
.index-instagram .instagram-list-img ul li a{
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
}
.index-instagram .instagram-list-img ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-instagram .instagram-list-img ul li a: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);
}
.index-instagram .instagram-list-img ul li a:hover:before{
	-webkit-animation: shine 1.1s;
	animation: shine 1.1s;
}
.heading-title .subtitle {
	position: relative;
	display: inline-block;
}
.heading-title .subtitle:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	height: 1px;
	background: #000;
	content: "";
	left: 100%;
}
.heading-title .subtitle:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	height: 1px;
	background: #000;
	content: "";
	right: 100%;
}
.heading-title .subtitle span {
	padding: 0 10px;
	font-size: 14px;
}
.heading-title h2{
	text-transform: uppercase;
	margin: 10px 0 50px;
	font-size: 27px;
	//color: #fff;
}
/*------------------------- PRODUCT ITEM-------------------------*/
#product .product-des{margin-top: 15px;}
#product .more-details {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
}
#product .more-details .content-des{margin-top: 10px;}
#product .more-details .title {
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	font-size: 16px;
	letter-spacing: 0.75px;
	color: #333232;
	padding-right: 20px;
}
#product .more-details .title:after {
	cursor: pointer;
	content: "\f067";
	display: inline-block;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	right: 0;
	top: 0;
	font-weight: 200;
	width: 20px;
	height: 22px;
	line-height: 22px;
	text-align: center;
  display: none;
}
#product .more-details .title.active:after {
	content: "\f068";
}
#product .more-details .title.active{pointer-events:none}
#product .more-details:last-child {
	border: 0;
}
#product .faq a {
	font-size: 16px;
	letter-spacing: 0.75px;
	color: #f00;
	cursor: pointer;
	text-transform: uppercase;
}
#product .more-details p {
	text-align: justify;
}
#product .delivery .deliver-top-on {
	margin: 5px 0;
}
#product .delivery .item span {
	background: url(//theme.hstatic.net/1000328919/1001375972/14/icons-detail.png?v=63) no-repeat scroll -31px -2px;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-right: 5px;
}
#product .delivery .deliver-top-payment span{
	background-position: -88px -2px;
}
#product .delivery .deliver-top-policy span{
	background-position: -57px -2px;
}
#product .delivery .deliver-top-on .bg {
	font-size: 11px;
	color: #333;
	text-transform: lowercase;
	line-height: 30px;
}
#product .delivery .deliver-top-on .bg a {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#product .delivery .item p {
	font-size: 11px;
	color: #333;
	text-transform: lowercase;
	line-height: 30px;
}
#product .delivery .item p a {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#ModalCenter .modal-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
#ModalCenter .close{
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
	opacity: 1;
	width: 26px;
	height: 26px;
	background: #000;
	color: #fff;
	text-shadow: none;
	font-size: 30px;
	display: flex;
	justify-content: center;
}
#ModalCenter .close span{margin-top: -3px;}
.color-swatches{
	margin-bottom: 5px;
}
.color-swatches li {
	display: inline-block;
}
.color-swatches li a {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 1px solid #e0e0e0;
}
.pro-loop {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	background: transparent;
	border: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: -1px;
	margin-left: -1px;
}
.pro-loop .pro-soldout .product-img img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.pro-loop .pro-soldout img.soldout{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 80px;
}

.pro-loop .pro-new img.new{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 60px;
}
.pro-loop .product-block img.coming-soon{
	position: absolute;
	top: 0;
	/*left: 50%;transform: translateX(-50%);*/
	right:0;
	z-index: 20;
	width: 100px;
}
.pro-loop .product-img .box-icon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 40px;
}
.pro-loop .product-img .box-icon img{
	margin-bottom: 5px;
	width: 36px;
}
.pro-loop .product-img .box-icon .gift{
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: swing;
	animation-name: swing;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.pro-loop a {display:block;}
.pro-loop a.image-resize {
	position: relative;
	display: block;
}
.pro-loop a.image-resize:before{
	content: '';
	padding-bottom: 100%;
	display: block;
}
.pro-loop .product-img .product-loop-color{
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 80;
}
.pro-loop .product-img{
	text-align: center;
	position:relative;
	max-height: 300px;
	overflow: hidden;
	margin: 0 10px;
}
.pro-loop .best-sell{
	display: inline-block;
	padding: 2px 5px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	line-height: 14px;
	font-size: 12px;
	margin-right: 5px;
}
.pro-loop .product-img .product-sale,.pro-loop .product-img .sold-out{
	position: absolute;
	top: 10px;
	font-size: 12px;
	line-height: 1;
	padding: 5px 10px;
	font-weight: bold;
	z-index: 9;
	color: #252a2b;
	background: #fff;
}
.pro-loop .product-img .product-sale {left: 10px;color:#f94c43;}
.pro-loop .product-img .sold-out {right: 10px;}
.pro-loop .product-img .sold-out span{opacity: .66;}
.product-detail .box-pro-detail{text-align: left;padding: 20px 15px 0;}
.pro-loop .product-detail h3 {
	/*min-height: 61px;*/
	margin: 0;
}
.pro-loop .product-detail h3 a {
	display: block;
	display: -webkit-box;
	min-height: 44px;
	max-height: 44px;
	padding: 0 0 7px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-loop .product-detail h3 a:hover{color: #009ae5;}
.pro-price-mb {display:none;}
p.pro-price {color: #e51515;font-size: 18px;margin: 0;font-weight: bold;line-height: 22px;}
p.pro-price.highlight{color:#e51515;}
p.pro-price span.pro-price-del {color:#bbb;font-size: 14px;margin-left: 5px;text-decoration: line-through;}
p.pro-price .percent{font-size: 14px;margin-left: 6px;font-weight: 400;}
.pro-loop .product-detail .button-add {
	text-align: center;
	padding: 5px 15px 30px;
}
.pro-loop .product-detail button, .pro-loop .product-detail .soldout {
	display: block;
	width: 100%;
	padding: 13px 0 7px;
	border: 1px solid #1e8de8;
	background: #fff;
	color: #1e8de8;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
	font-size: 13px;
}
.pro-loop .product-detail button i{margin-right: 5px;font-size: 14px;}
.pro-loop .product-detail button:hover{background:#009ae5;color: #fff;}
.pro-loop .product-img .image-product-loop{
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);    width: 100%;
    height: 100%;    object-fit: contain;
}
.pro-loop .product-img .image-product-loop:nth-of-type(2){
	opacity: 0;
	visibility: hidden;
}
.pro-loop .product-detail{position: relative;}
.pro-loop .product-detail .quick-action {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	height: 40px;
}
.pro-loop .product-detail .quick-action .button-add {
	width: 130px;
	padding: 0 !important;
	position: absolute;
	bottom: -15px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.pro-loop .quick-view{
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	text-align: center;
	display: block;
	line-height: 40px;
	border: 1px solid #1e8de8;
	background: #1e8de8;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.pro-loop .quick-action .ap-btn-wishlist{
	position: absolute;
	bottom: -40px;
	width: 40px;
	left: 120px;
	text-align: center;
	display: block;
	line-height: 20px;
	border: 1px solid #1e8de8;
	background: #fff;
	color: #1e8de8;
	text-transform: uppercase;
	padding: 13px 0 7px;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
@media(min-width:1024px){
	.wrapper-collection-2 .pro-loop,
	.search-list-results .pro-loop{width:20%;}
	.pro-loop:hover .product-img .button-add {
		opacity: 1;
		visibility: visible;
		bottom: 50%;
	}
	.wrapper-collection-2 .pro-loop:nth-child(5n+1),
	.search-list-results .pro-loop:nth-child(5n+1){
		clear: both;
	}
	.pro-loop:hover .product-img.img-eff picture:nth-of-type(2) {
		opacity: 1;
		visibility: visible;
	} 
	/*.pro-loop:hover .product-img.img-eff picture:nth-of-type(1) {
	opacity: 0;
	visibility: hidden;
}*/
	.pro-loop:hover .product-detail .quick-action .button-add {
		bottom: calc(100% - 85px);
		opacity: 1;
		visibility: visible;
	}
	.pro-loop:hover .quick-action .ap-btn-wishlist {
		bottom: calc(100% - 60px);
		opacity: 1;
		visibility: visible;
	}
	.pro-loop .quick-action .ap-btn-wishlist:hover{
		color: #fff;
		background: #1e8de8;
	}
	.pro-loop:hover .quick-view{
		top: calc(50% - 20px);
		opacity: 1;
		visibility: visible;
	}
	.pro-loop:hover .product-detail .box-pro-detail{
		opacity: 0;
		visibility: hidden;
	}
	.pro-loop .quick-view:hover{
		color: #1e8de8;
		background: #fff;
	}
	.pro-loop .product-detail button:hover {
		color: #fff;
		background: #e54b00;
		border-color: #e54b00;
	}	
	.pro-loop:hover .pro-soldout .product-img img{
		-webkit-filter: none;
		filter: none;
	}
}
@media screen and (min-width: 768px){
	.index-list .pro-loop:nth-child(4n){
		/*border-right: 1px solid transparent;*/
	}
	#ModalQuickView .modal-dialog{
		width: 90%;
		max-width: 1000px;
	}
}
@media(max-width:767px){
	.longarrow {display: none;}
	.pro-price-mb {
		display:inline-block;
		position: absolute;
		left: 10px;
		bottom: 10px;
		font-size:9px;
	}
	.pro-price-mb .pro-price {
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		padding: 2px 8px;
		border-radius: 2px;
		font-size: 10px;
		line-height: 20px;
		font-weight: 500;
		margin-right: 3px;
	}
	.pro-loop .product-detail {padding:5px 0;}
}

.product-loop-special {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 60px;
}
.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;}
.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{
	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;}
.collection-special-one .product-loop-special .product-col-left {width:60%;}
.collection-special-one .product-loop-special .product-width {max-width:200px;}
.collection-special-one .product-loop-special .product-col-right {padding:0 0 0 30px;}
.collection-special-one .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: 15px;}
#collection-slide .owl-nav .owl-next {right: 15px;}
#collection-slide .owl-controls .owl-nav div:before {
	position: relative;
	content:"";
	font-family: "FontAwesome";
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	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";}
.title_product{
	text-transform: uppercase;
	padding: 40px 30px 5px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}
.title_product h1{
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	font-size: 25px;
}
.title_product h1:after{
	content: "";
	width: 175px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.banner-collection-header {
	margin: 10px 0;
}
@media screen and (min-width:1200px){
	.banner-collection-header img{
		height:308px;
		object-fit:cover;
	}
}
#sort-by{background: #fff;}
#sort-by ul{
	text-align: left;
	margin: 0;
}
#sort-by ul li, .menusize ul li{
	display: inline-block;
	position: relative;
	margin: 0;
	padding-left: 20px;
}
#sort-by ul li:not(.no_href):before{
	content: "";
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #eee;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
}
#sort-by ul li:not(.no_href):after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 4px;
	background: transparent;
}
#sort-by ul li:last-child:after, #sort-by ul li.no_href:after{
	display: block !important;
}
#sort-by ul li.no_href, .menusize ul li.no_href{
	margin: 9px 0 3px;
	line-height: 31px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 10px;
}
#sort-by ul li a, .menusize ul li a{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	transition: all 0.3s;
	display: inline-block;
	padding: 0 3px;
	position: relative;
}
#sort-by ul li a:hover,.menusize ul li a:hover, #sort-by ul li.active a, .menusize ul li.active a{
	color: #009ae5;
}
#sort-by ul li.active:before{
	border-color: #009ae5;
}
#sort-by ul li.active:after{
	background: #009ae5;
}
.size-choice{text-align: right;}
.size-choice li{
	position: relative;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 3px 0;
	transition: all 0.3s;
}
.size-choice li.check{
	border: 1px solid #009ae5;
}
.size-choice li.check a:before{
	display: inline-block;
	font-family: FontAwesome;
	font-size: 0.7em;
	font-weight: lighter;
	color: #fff;
	background: #009ae5;
	content: "\f00d";
	position: absolute;
	top: -7px;
	right: -7px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
}
.submenu{text-align: center;}
.submenu ul li{
	display: inline-block;
	margin: 0 7px 10px;
} 
.submenu ul li a{
	display: block;
	line-height: 28px;
	background: #009ae5;
	border: 1px solid #009ae5;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	padding: 0 10px;
}
.submenu ul li a:hover, .submenu ul li.active a{
	background: #222;
	border-color: #222;
}
@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;}
}

/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------------------------*/
.product-detail-wrapper {padding: 30px 0;}
.product-detail-main {margin-bottom: 40px;}
.product-title { padding: 0 0 15px;border-bottom: 1px dotted #dfe0e1;}
.product-title h1 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
	line-height: initial;
}
#pro_sku, .product__vendor {font-size: 12px;color: #a3a5a7;}
.product__vendor{margin-right: 80px; margin-top: 5px}

.product__vendor a {
    color: #0000ff;
    padding: 2px 5px 3px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase;
      font-weight:bold;
}
.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 {border-bottom: 1px dotted #dfe0e1;}
.price-order strong {
	font-size: 18px;
}
.product-price span.pro-price {
	font-size: 18px;
	opacity: .92;
	font-weight: bold;
}
.product-price p.pro-text{
	font-size: 14px;
	margin: 0;
	line-height: 21px;
	font-weight:bold;
}
.product-price p.pro-text a{color:#009ae5;}
.product-price p.pro-text a:hover{text-decoration:underline;}
.product-price span.pro-sale{
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	color: #f00;
	margin: 0 3px;
}
.product-price del{font-size: 14px;color:#777a7b;padding-left: 10px;font-weight: 500;}

.selector-actions { width: 100%;margin-top: 15px;}
.quantity-area {margin-bottom:15px;}
.quantity-area input#quantity, .quantity-area input#quantity2 {
	background: #fff;
	font-weight: 600;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 50px;
	border: 1px solid #f5f5f5;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	float: left;
	-webkit-appearance: none;
}
.quantity-area input.qty-btn {
	float: left;
	background: #f5f5f5;
	border: solid 1px #f5f5f5;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 0;
}
button.btn-addtocart{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
  min-height: 56px;
	padding: 5px 35px;
	line-height: 22px;
	width:100%;
}
button.btn-addtocart[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;
}
.product-gallery__thumbs-container {
	width: 9%;
	margin-right: 10px;
}
.product-gallery__thumbs {
	box-sizing: border-box;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 65px;
	padding-bottom:1px;
}
.product-gallery__thumb a {background-color: #f3f3f3;display: block;}
.product-gallery__thumb {
	line-height: 0;
	margin-bottom: 10px;
	border: 1px solid #f7f7f8;
	width: 100%
}
.product-gallery__thumb:last-child {margin-bottom: 0}
.product-gallery__thumb:hover {border-color: #a3a5a7}
.product-gallery__thumb img {
	cursor: pointer;
	background-color: #f7f7f8;
	width: 100%
}
.product-gallery__thumb.active,
.product-gallery__thumb.active:hover {border-color: #808284}
.product-gallery__thumb.active img {opacity: .9;width: 100%}
.product-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.product-image-detail {
	width: 91%;
	padding-left: 10px;
	position:relative;
}
.product-gallery-item {text-align:center;margin-bottom: 10px}
.product-full-img {text-align: center;}
.product-full-img .no_image {width: 50%;}
@media screen and (min-width:992px){
	.product-full-img, .product-gallery{min-height:500px;}
}
/* product order countdown */
.order-countdown {
	margin: 15px 0;
}
.order-countdown .countdown-title{
	font-size: 18px;
	color: #d8483d;
	font-weight: bold;
	margin-bottom: 5px;
}
.order-countdown .countdown-subtitle{
	margin-bottom: 10px;
}
#timer {
	display: flex;
	justify-content: center;
}
.order-countdown .time-item {
	margin: 0 10px;
	text-align: center;
	position: relative;
}
.order-countdown .time-item > div + span{display:block;margin:5px 0 0;}
.order-countdown .time-item + .time-item:before{
	content:':';
	position:absolute;
	left:-12px;
	top:5px;
	font-size:20px;
	color:#000;
	font-weight:bold;
}
span[class*="num"]{
	display:inline-block;
	width:30px;
	height:40px;
	line-height:40px;
	background:#000;
	border-radius:5px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
span[class*="num"] + span{margin-left:3px;}
/* ------------------------ 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:0 0 8px;
	font-size:13px;
	text-align:left;
	line-height: initial;
}
.swatch .header-title{
	font-size: 15px;
	font-weight: bold;
}
.swatch .header-title .remember{
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
}
.swatch .header.border-top{
	border-top: 1px dotted #dfe0e1;
	padding-top:5px;
}
.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;	margin:0 1.5px 5px;position: relative;vertical-align: bottom;}
.swatch .swatch-element.soldout{opacity:0.7;/*pointer-events:none;*/}
.swatch .swatch-element label{
	display: block;
	margin: 0;
	background: #fff;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}
/*.swatch .swatch-element.soldout label{cursor:not-allowed;}*/
.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(//theme.hstatic.net/1000328919/1001375972/14/sold_out.png?v=63) no-repeat;
	background-size: contain;
}
//.swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color label{
	width:30px;
	height:30px;
	padding:3px;
	border-radius: 50%;
	border: none;
	line-height: 20px;
	border-radius: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #dfe0e1;
	line-height: 1.5;
}
.swatch .swatch-element.color label.sd {background: transparent;border:1px solid red;}
.swatch .swatch-element label.sd{
	border: 1px solid #009ae5;
	background: url(//theme.hstatic.net/1000328919/1001375972/14/check.png?v=63) right bottom no-repeat;
	background-size: 20px;
}




.swatch .swatch-element.color1.soldout label span {overflow: hidden;position: relative;}
.swatch .swatch-element.color1.soldout label span:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height:50%;
	background: url(//theme.hstatic.net/1000328919/1001375972/14/sold_out.png?v=63) no-repeat;
	background-size: contain;
}
//.swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color1 label{
	width:30px;
	height:30px;
	padding:3px;
	border-radius: 50%;
	border: none;
	line-height: 20px;
	border-radius: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.swatch .swatch-element.color1 span {
	display: block;
	width: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #dfe0e1;
	line-height: 1.5;
}
.swatch .swatch-element.color1 label.sd {background: transparent;border:1px solid red;}
.swatch .swatch-element.color1 label {
    height: 17px !important;
}



.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(//theme.hstatic.net/1000328919/1001375972/14/sold_out.png?v=63) 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 -------------------- */
.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-image__button {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index:10;
}
.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:#65d1e6;}
.product-zoom {
	width: 30px;
	height: 30px;
	overflow: visible;
	cursor: pointer;
	top: auto;
	bottom: 48px;
	right: 0;
	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 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{height:100%;width:100%;}
.divzoom_main .product-thumb img{max-height:100%;}
body.open_layer {overflow: hidden;}
.list-productRelated h2 {margin: 10px 0 30px;padding-left: 15px;}
.description-productdetail table {min-width: initial!important;}

/* STYLE PRODUCT PAGE */
.pr_style_02 .product-image-detail {
	width: 100%;
	padding-left: 0px;
	position:relative;    display: flex;
    align-items: center;
}
@media(min-width:992px){
	.pr_style_03 button.btn-addtocart {width: 40%;}
	.pr_style_03 .product-gallery__thumbs {
		position: initial;
		top: 0;
	}
	.pr_style_03 .product-content-img {
		position: -webkit-sticky;
		position: sticky;
		top: 65px;
	}
	.pr_style_03 .product-content-desc {
		position: initial;
		top:0;
	}
}

/*--------------------------------------------------------------------------------
COLLECTION 
--------------------------------------------------------------------------------*/
.wrap-collection-title .heading-collection {margin: 50px 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;}
img.sidebar-img {
	display: block;
	margin-bottom: 10px;
}
/* ---------------------------  MENU CATEGORY  --------------------------- */
.tree-menu li a {
	padding: 5px 5px 5px 0;
	color: #666;
	line-height: 26px; 
	font-size: 12px;
}
.tree-menu > li > a {
	color: #252a2b;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.tree-menu li.has-child ul {display: none;}
.tree-menu li.has-child:first-child ul {display: block;}
.tree-menu li.has-child > ul {padding-left: 15px;}
.tree-menu li a .icon-control {
	font-size:8px;
	position:relative;
	top: -2px;
}
.tree-menu li.menu-collapsed a .icon-control i:before{
	content: "\f068";
}
/* ---------------------------  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: #252a2b;
	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: #f5f5f5;
	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:#252a2b;
}
.check-box-list li:hover label {color:#009ae5;}
.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;}

/*--------------------------------------------------------------------------------
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-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;font-weight: 600;}
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: #252a2b;
	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:#009ae5;
	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: #65d1e6;}
#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 #000;
	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;}


/*--------------------------------------------------------------------------------
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: 30px;
	background:#252a2b;
	margin-bottom: 50px;
}
.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:#252a2b;}
.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:#252a2b;}
.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: #fbfbfb;
	color:#252a2b;
	width:100%;
}
.contact-form .input-group textarea {width: 100%;height:130px;padding:20px 20px;}
.contact-form .input-group textarea:focus {outline: none;}
.box-send-contact button {
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.wrapbox-content-page-contact{padding: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 #000;
	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);
}

/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
.wrapbox-content-cart {padding-bottom: 30px;}
#layout-cart .heading-page{position: relative;text-align:center;padding: 0 0 30px 0;}
#layout-cart .heading-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;margin: 25px auto 0;}
#layout-cart .heading-page h1{font-size: 30px;margin: 0 0 10px;}
table.table-cart {margin-bottom:30px;}
table.table-cart thead{display:none;}
table.table-cart tr td {padding: 20px 0;border-top: 1px solid #ededed;vertical-align: top;}
table.table-cart tr:first-child td{border-top:0;}
table.table-cart tr td.image {text-align: center; width:110px;}
table.table-cart tr td.image img {max-width:100px;}
table.table-cart tr td.item{padding-left:15px}
table.table-cart tr td.item h3{margin:0 0 5px;font-size:16px;font-weight:bold;display: inline;}
table.table-cart tr td.item p {margin-bottom:5px;}
table.table-cart tr td.item p del{font-size:12px;}
table.table-cart tr td.item .price{margin:0;float: right;}
table.table-cart tr td.item .price span.text{display:none;}
table.table-cart tr td.item .price span{font-size:16px;padding-right:0;font-weight:500;}

table.table-cart tr td.item .variant{margin-bottom:5px;}
table.table-cart tr td.remove{text-align: right;}
.qty-click input.item-quantity {
	background: #ededed;
	font-weight: 500;
	font-size: 15px;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 35px;
	border: 1px solid #dadbdd;
	border-left: none;
	border-right: none;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
}
.qty-click {float: left;}
.qty-click button.qty-btn {
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	color: #abafb2;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 25px;
	border: 1px solid #dadbdd;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
}
.qty-click button.qty-btn:focus {outline: none;}
.checkout-note textarea{
	border-radius: 0;
	-webkit-appearance: none;
	background: #ededed;
	resize: none;
	color: #252a2b;
	font-size: 15px;
	padding: 20px;
	outline: none;
	width: 100%;
	height: 130px;
	font-weight: 500;
	border: 1px solid transparent;
	transition: all 150ms linear;
}
p.order-infor {font-size: 16px;font-weight: 500; margin-bottom: 40px;}
.order-infor .total_price{font-size:30px;margin-left: 7px;}
.cart-buttons a,.cart-buttons .btn-checkout, .cart-buttons .btn-update{
	display: inline-block;
	vertical-align: top;
	padding: 19px 20px;
}
.cart-buttons .link-continue {margin-left: 0;}
.link-continue a{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 150ms linear;
	cursor: pointer;
	margin: 30px 0;
	padding: 0 20px;
}


/*---------------------------------------------------------------------------------
PAGINATION - 404 - SEARCH PAGE 
-------------------------------------------------------------------------------- */
.breadcrumb-shop {background:#f5f5f5;box-shadow: 0 0px 3px rgba(0,0,0,0.2);}
.breadcrumb-shop .breadcrumb-arrows{padding: 10px 0;background: transparent;border-radius: 0;	margin: 0;}
.breadcrumb-shop .breadcrumb>li+li:before{padding:0 3px;}
.breadcrumb-shop .breadcrumb-arrows li{font-size:13px;}
.paginate{margin:30px 0;}
#pagination .page-node,#pagination .next, #pagination .prev{
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	border: 1px solid #eee;
	background: #fff;
	color: #1e8de8;
	margin: 0 5px;
}
#pagination .page-node.current,#pagination .page-node:hover,#pagination .next:hover, #pagination .prev:hover{ background:#e54b00;color:#fff;}
.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(//theme.hstatic.net/1000328919/1001375972/14/iconsearch.png?v=63) #252a2b 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;}

/*--------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------*/
.wrapbox-heading-account .header-page{position: relative;}
.wrapbox-heading-account .header-page h1, .wrapbox-heading-account .header-page h2{
	background: #fff;
	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #e0e0e0;
	content: "";
	text-transform: uppercase;
	color: #383838;
	font-size: 18px;
	position: relative;
	font-weight: bold;
}
.wrapbox-heading-account .header-page h1:before, .wrapbox-heading-account .header-page h2:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	background: #009ae5;
	bottom: -2px;
	left: 0;
}
.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:10px;}
.large_form .icon-field {
	border: 1px solid #E7E7E7;
	height: 37px;
	line-height: 37px;
	width: 35px;
	float: left;
	text-align: center;
	margin: 0;
	color: #D8D7D7;
	font-size: 12px;
}
.userbox input[type=email],.userbox input[type=password],.userbox input[type=text],.userbox select {
	width: calc(100% - 35px);
	height: 37px;
	border: 1px solid #e7e7e7;
	background: #fff;
	color: #333;
	padding: 0 10px;
	font-weight: 500;
	/*-webkit-appearance: none;*/
	float: left;
	border-radius: 3px;
}
.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{}
.userbox .action_bottom {padding: 0;width: 100%;margin-bottom: 10px;}
.userbox .action_bottom .btn {
	display: block;
	border-radius: 0;
	padding: 0 30px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
	background: transparent;
	border-radius: 4px;
	width: 100%;
}
.req_pass{ color:#959898; font-weight: 500;}
.req_pass a{ color:#009ae5;}
.req_pass a:hover{ color:#333;}
.come-back{margin-top:35px; display: block;font-weight: 500;}
.come-back i{margin-right:20px}
.userbox .errors a {color: red;}

@-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: #009ae5;
	-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 -----------------------  */
.box-account{
	max-width: 450px;
	padding: 15px;
	margin: 15px auto 30px;
}
.layout-info-account {padding-bottom:50px;}
.title-infor-account{
	padding: 30px 15px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 60px;
}
.title-infor-account h1{
	font-size: 45px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.title-infor-account h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin:50px 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{font-size: 14px;overflow: hidden;}
#customer_sidebar p b span{float: left;width: 25%;}
.customer-table-wrap {background: #f7f7f7; 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: 500;}
.address p {margin-bottom: 5px;}
.account-order .address {margin: 0px 0px 30px;padding: 10px;background-color: #fbfbfb;}
span.variant_acc { font-size: 13px; opacity: 0.8;}
.alert-info {border-radius: 0; margin-bottom: 0;}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	background-color: #d9edf7;
	border-color: #bce8f1;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding:15px;
}
.address_title h3 { margin: 0;font-size: 14px;}
.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;}
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:#009ae5;
	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:#009ae5;
	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;}

/*-------------------------------------------------------------------------------
FOOTER 
--------------------------------------------------------------------------------*/
.footer{
	color: #fff;
	background: #888;
	padding: 50px 0 0;
	border-top: 2px solid #888;
}
.main-footer {padding: 40px 0 30px;}
.bottom-footer {background: #4c4a4a;}
.bottom-footer .border{padding: 25px 0 20px;}
.bottom-footer p {margin-bottom: 0;}
.bottom-footer p span{font-size:11px;margin-left:10px;}
.bottom-footer p a{color: #888;}
.bottom-footer p a:hover{color: #009ae5;}
.footer h4 {
	font-size: 18px;
	margin: 0 0 20px;
	position: relative;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
.footer .footer-block{border-left: 1px solid #eee;padding: 15px 10px 5px;}
.footer-content ul {margin-bottom: 15px;}
.footer-content ul li{display: block;line-height: 28px;position:relative;padding-left:0px;}
.footer-content ul li a {display:inline-block;position:relative;overflow: hidden;color: #fff;transition: all 0.3s ease-in-out;}
.footer-content ul li a:hover{color: #009ae5;transform: translateX(5px);}
.footer-contact ul li{padding:0;}
.socials .list-social {margin:0 0 0;
                      display: flex;
    justify-content: center;
    align-items: center;
                         padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
                      }
.socials .list-social li{
	display: inline-block;
	text-align: center;
	padding:0;
	margin: 0 0 0 15px;

}
.socials .list-social li a{
	font-size: 55px;
	display: block;
	width: 55px;
	line-height: 55px;
	overflow: hidden;
	text-align: center;
	position: relative;
	color: #3B5998;
	transition: all 0.3s ease;
} 
.socials .list-social li a img{
width:55px;
}
.socials .list-social li a:hover{transform: translateY(-5px);}
.socials .list-social li a.share-in{color:#C32AA3}
.socials .list-social li a.share-youtube{color:#f00}
.socials .list-social li a.share-twitter{color:#00B6F1}
.socials .list-social li a.share-google{color:#DF4A32}
.socials .list-social li span {font-weight: 600;margin-left:5px;}
.footer-contact ul > li {
	padding: 0 0px 5px 25px;
	background-size: 15px 15px!important;
	line-height: 22px;
	font-size: 14px;
	position: relative;
}
.footer-contact ul > li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	width: 16px;
	height: 22px;
	line-height: 22px;
	color: #00aff0;
	text-align: center;
}
.footer-contact ul > li.contact-1:before {
	content: "\f041";
}
.footer-contact ul > li.contact-3:before {
	content: "\f041";
}
.footer-contact ul > li.contact-2:before {
	content: "\f095";
}
.footer-contact ul > li.contact-4:before {
	content: "\f0e0";
}
.footer-contact ul > li.contact-5:before {
	content: "\f0ac";
	font-size: 18px;
}
.footer-static-content iframe {width:100%!important;position:relative!important;}
.footer-static-content .fb_iframe_widget > span {width:100%!important;}
.logo-footer {margin-bottom:20px;}
.logo-footer img {width:150px;}
.footer .footer-content1 {margin-bottom:20px;}

.top-footer {background:#f3f3f3;padding: 15px 0;}
.top-footer .area_newsletter {margin-bottom:10px;}
.top-footer .area_newsletter .title_newsletter {
	background-repeat: no-repeat;
	background-image: url(//theme.hstatic.net/1000328919/1001375972/14/icon_footer.png?v=63);
	ackground-position: 0;
	background-size: 20px;
	padding-left: 35px;
	padding-right: 10px;
	height: 20px;
	line-height: 24px;
	margin-bottom:20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.top-footer .area_newsletter .form_newsletter {width:100%;}
.top-footer .area_newsletter .form_newsletter .error-box,
.top-footer .area_newsletter .form_newsletter .success.feedback{
	padding: 5px 0 0;
	margin:0;
}
.footer .contact-form {position:relative;}
.footer .contact-form .input-group {display: inline-block;margin:0;width:100%;}
.footer .contact-form .input-group input {height:46px;}
.footer .contact-form .input-group button {
	position:absolute;
	right:0;
	top:0;
	padding:13px 25px;
	height: 45px;
}
.top-footer .area_newsletter h4 {margin-bottom:0;line-height: inherit;font-size:14px;}
.area_phone_contact .number_phone {margin:10px 0;}
.area_phone_contact .number_phone i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #000;
	color: #fff;
	line-height: 24px;
	margin-right: 5px;
}
.area_phone_contact .number_phone a {color:red;font-size: 15px;margin-left:5px;}

.footer .collapse {display: block;visibility: visible;}
.footer .title-expand {text-align: center;margin:0;}
.footer .title-expand a{
	font-weight: 600;
	font-size:18px;
	padding: 20px 15px;
	display: block;
}
.footer .title-expand a span {
	font-size:18px;
	opacity: .78;
	padding: 0px 20px;
	font-weight: bold;
	vertical-align: text-bottom;
	padding-left: 20px;
	-webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.footer .title-expand a[aria-expanded=false] span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.footer .title-expand a[aria-expanded=true] {border-bottom: 1px solid #e7e7e7}

/*---------------------- Sroll to Top -------------------*/
.back-to-top {
	position: fixed;
	right: 25px;
	bottom: 230px;
	z-index: 99;
	width: 60px;
	height: 60px;
	background: transparent;
	display:none;
}
.back-to-top a {
	color: #fff;
	display: block;
}
.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;
}

/*----------------------------------------------------------------------------------
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: #f5f5f5;
	color: #252a2b;
	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: #f7f7f7;outline: none;}

/*----------------- Search auto ---------------*/
.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 {text-align: left;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{	display: block;text-overflow: ellipsis;overflow: hidden;	white-space: pre;	width: 100%;margin-bottom: 4px;}
.smart-search-wrapper .item-ult .title p{	line-height: 15px;font-size: 14px;font-weight:400;margin:0;color: #f00;}
.smart-search-wrapper .item-ult .title p del{	font-size: 12px;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: 70px;border: 1px solid #ededed;margin-right: 10px;max-width: none;}
.cart-view table td a.pro-title-view {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight:600;
	text-transform: uppercase;
}
#cart-view .variant {font-size: 12px;float: left;width: 100%;margin:5px 0 12px;opacity: 0.66;text-transform: uppercase;}
#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: 19px 30px;
	position: relative;
	width: 100%;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 25px;
}
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: 25px 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  --------------------- */
.menu-collection{margin-bottom: 50px;}
.menu-collection li.navi1 {margin-bottom: 5px}
.menu-collection li.navi1 span.icon-subnav {
	text-align: center;
	width: 40px;
	cursor: pointer;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.menu-collection ul.submenu{display: none;}
.menu-collection li a{display: inline-block;width:calc(100% - 45px);vertical-align: middle;}
.menu-collection li.navi1 > a{font-weight: 600;font-size:18px;}
.menu-collection ul.subnav-children li.navi2 > a{padding:8px 0px 8px 25px;font-size: 16px;font-weight: 600;}
.menu-collection ul.subnav-children ul.subnav-child li a{padding:8px 0px 8px 45px;}
.menu-collection li.active > span.icon-subnav {
	color:#009ae5;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.menu-about li { margin-bottom: 12px;}
.menu-about li a{font-weight: 500;font-size:15px;}
.menu-about li.login{margin-top: 50px;}
.to-bottom-content {position: absolute;	bottom: 60px;	left: 70px;}
.to-bottom-content .site-copyright p {font-size:12px;	opacity: .66;margin: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);
}
.main-body .container-fluid{max-width: 1400px;}
.site-nav.style--sidebar {
	position: fixed;
	width: 480px;
	height: 100vh;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 88889;
	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: 55px;
	right: 60px;
	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;}
.site-close-handle .hamburger-menu .bar.animate:before {
	bottom: 0;
	-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 {
	top: 0;
	-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;
}

.menu-about li.login span:first-child {margin-right:4px;vertical-align: -5px;}
.menu-about li.login span svg {
	fill: #252a2b;
	width: 20px;
	height: 20px;
}

/*--------------------- 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: 30px;padding-right: 30px;}
	.site-close-handle {top: 35px;right: 30px;}
	.to-bottom-content{left:30px}
	/* site cart */
	.cart-view a.linktocheckout, .cart-view a.linktocart{font-size: 11px;padding:15px 8px;}
	/* site menu */
	.menu-collection li.navi1 > a{font-size:20px;}
	.menu-collection ul.subnav-children li.navi2 > a{font-size:16px;}
}
.social-login{margin-bottom: 20px;}
.social-login h3{
	font-size: 20px;
}
.social-login button{
	line-height: 30px;
	padding: 5px 20px 2px 10px;
	color: #fff;
	border: 0;
	margin-bottom: 15px;
}
.social-login button i{
	margin-right: 30px;
	padding-right: 10px;
	position: relative;
}
.social-login button i:after{
	content:'';
	position: absolute;
	right:0;
	top: 0;
	width: 1px;
	height: 100%;
}
.social-login .btsocialloginfb{
	background: #2e4da7;
	margin-right: 15px;
}
.social-login .btsocialloginfb i{
	border-right: 1px solid #8fa2da;
}
.social-login .btsocialloginfb i:after{
	background: #191818;
}
.social-login .btsociallogingg{
	background: #c73434;
}
.social-login .btsociallogingg i{
	border-right: 1px solid #ecb0b1;
}
.social-login .btsociallogingg i:after{
	background: #564949;
}
#ModalQuickView .close{
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #000;
	opacity: 1;
	color: #fff;
	text-shadow: none;
}
#ModalQuickView .product-detail-wrapper, #ModalQuickView .product-detail-main{padding: 0;margin: 0;}
/*---------------------------------------------------------------------------------
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*/
}
@media(min-width:992px){
	.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}
	/* HEADER */
	/*.main-header {padding: 0 60px;}*/
	/**** INDEX ****/
	.wrap-pd-infor.box_stick{
		position: -webkit-sticky;
		position: sticky!important;
		height:100vh;
		top: 0;
		border-right: 1px solid #ededed;
	}
	.wrap-pd-infor .inf-content{padding: 100px 15px;max-width: 80%;margin:auto;}
	/**** COLLECTION ****/
	.sidebar-fix {
		position: -webkit-sticky;
		position: sticky;
		top: 50px;
		margin-top: 50px;
	}
	/**** PRODUCT DETAIL ****/
	.icon-pr-fix.out-with-you {  opacity: 0;}
	.product-content-desc{
		position: -webkit-sticky;
		position: sticky;
		top: 170px;
	}
	.product-content-desc.no-sticky{
		position: initial;
	}
	/**** BLOG ****/
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/
	.top-footer .area_newsletter {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom:0;
	}
	.top-footer .area_newsletter .title_newsletter {
		width: 32%;
		border-right: 1px solid #e7e7e7;
		margin-right: 20px;
		margin-bottom:0;
	}
}
@media(min-width:1200px){
	.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{width: 50%;	z-index:4;}
	.top-footer .area_newsletter .title_newsletter {width: 26%;}
	.wrapbox-content-cart, .wrapbox-content-search {padding: 0 100px 30px;}
}
@media(max-width:991px) and (min-width:768px){
	#site-menu-handle{padding-right: 80px;display:inline-block!important;}

	.box-heading-contact{height: 50vh;border-bottom: 1px solid #ededed;}
	.box-map iframe{height:50vh!important}	
	/* HEADER */
	.main-header {padding: 10px 15px;}
	/* INDEX */
	.caption_banner h2{ font-size: 24px;}
	.wrap-pd-infor.box_stick{	height:50vh;}
	.box-banner-inf{width: 70%;	z-index:4;text-align: center;}
	.wrap-pd-infor .inf-content{padding: 100px 15px;max-width: 80%;margin:auto;}
	/* COLLECTION */
	.no-product{text-align:center}
	/* PRODUCT DETAIL*/
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-zoom.icon-pr-fix {	right: 15px;left: initial;margin: 0;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	/* BLOGS */
	.list-article-content .news-content{height: 50vh;}
}
@media screen and (max-width: 1023px){
	.wrapper-collection-2 .pro-loop:nth-child(2n+1){
		clear: both;
	}
}
@media(max-width:991px) {
	#detail-product {
		padding: 30px;
	}
	.blog_magazine_slider .blog_slider_item .img .item-img{height: 250px;}
	.blog_magazine_slider .blog_slider_item .img, .blog_magazine_slider .blog_slider_item .blog_slider_info{
		width: 100%;
		padding: 0;
	}
	.caption_banner{bottom: 0;padding: 0 20px;}
	.search-bar-mobile {display: block;}
	.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;}
	/* collection */
	.wrap-collection-title .heading-collection {margin: 0;}
	.wrap-collection-title .heading-collection h1 {font-size: 20px; text-align:center;margin: 20px 0;}
	.no-product{text-align:center}
	.left-module {margin: 20px 0 0;}
	.wrapper-collection-2 .pro-loop:nth-child(odd){
		padding-right:7.5px;
	}
	.wrapper-collection-2 .pro-loop:nth-child(even){
		padding-left:7.5px;
	}
	/* Blog Article */
	.blog-loop:nth-of-type(2n+1) {clear: both;}
	.sidebar-blog .layered, .sidebar-page .layered {display: none;}
}
@media(max-width:767px){
	.wrapbox-heading-account {
		display: flex;
		display: -webkit-flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.wrapbox-heading-account .header-page::after {
		margin: 20px auto 0;
		content: "";
		background: #000;
		display: block;
		width: 60px;
		height: 4px;
	}
	.wrapbox-heading-account .header-page h1::before {
		display: none;
	}
	.wrapbox-heading-account .header-page h1 {
		font-size: 28px;
		font-weight: 700;
		margin: 0px 0;
		line-height: initial;
		color: black;
		border-bottom: 0;
	}

	.wrapbox-heading-account .header-page{text-align: center;}

	.heading-page{position: relative;text-align:center;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: 30px;margin: 0px 0;}
	.wrapbox-content-page-contact{padding:40px 15px;}
	/*header*/
	#topbar p {padding: 4px 0;}
	.main-header .wrap-logo a {font-size: 24px;}
	.main-header{ padding: 5px;}

	.wrap-logo img{max-width: 160px;}
	.scroll-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 999;
		-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;
	}
	/* index */
	.list-slider-banner .slick-arrow.slick-prev {left:15px;}
	.list-slider-banner .slick-arrow.slick-next {right:15px;}
	#collection-slide .owl-nav .owl-prev {left: 0;}
	#collection-slide .owl-nav .owl-next {right: 0;}
	.wrapper-heading-home h2{font-size: 20px;}
	.caption_banner h2{font-size:26px;}
	.wrap-collection-title h2,.wrap-collection-title .link-more{font-size:24px;}
	.wrap-collection-title.image-resize{padding-top: 0px;}
	.box-banner-inf{width: 100%;padding: 0 15px;z-index:4;text-align: center;}
	.wrap-pd-infor.box_stick{height:50vh}
	.wrap-pd-infor .inf-content{padding: 70px 35px;max-width:100%;margin:auto;}
	.box-banner-inf h2{font-size:32px;}
	/* product detail*/

	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-sharing.icon-pr-fix {left: 15px;}
	.product-zoom.icon-pr-fix {	right: 15px;left: initial;margin: 0;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery{overflow: visible; min-height: 450px;}

	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	.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;
		padding: 0;
	}
	.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;}
	/******* 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*/
	.main-footer {padding: 20px 0;}
	.footer .collapse {display: none;visibility: hidden;}
	.footer .collapse.in {display: block;visibility: visible;}
	/*.main-footer .footer-content {
	display: none; 
}
	.main-footer .footer-col {
	border-bottom: 1px solid #efefef;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;}
}
.short-description{margin-top: 10px;}
#detail-product{
	background: #fff;
}
@media(min-width: 768px){
	#topbar{padding:0 50px;}
	#report .modal-dialog{
		width: 400px !important;
	}
}
#report{
	z-index: 999999;
}
#report .modal-header{
	border-bottom:0;
}
#report .modal-footer{
	border-top:0;
}
#report .modal-footer button[data-dismiss="modal"]{
	padding: 6px 25px;
	background: #55b3f5;
	color: #fff;
	border:none;
}
#report .modal-footer button.cancel{
	color: #333;
	background: #e8e3e3;
}
.product-detail-main{
	margin-right: 0;
}
.promotion-top{
	padding: 0 !important;
}
body #promotion-bar:nth-child(1){
	display: none !important;
}
.main-body #promotion-bar{
	display: block;
}

#promotion-bar .close-bar{
	opacity: 1 !important;
}

.article-content * a {
	color: #0082F5;
	text-decoration: underline;
}
.box-article-heading h1 {
	font-weight: bold;
}
.hrv-product-reviews-list b{
	display: none;
}
.hrv-product-reviews-list p i {
	position: relative;
}
ws-list span{
	position: relative;
}

.hrv-product-reviews-summary h3{
	font-weight: bold;
	color: red;
}
.hrv-product-reviews-summary h3:after{
	content:'/5';
}
.swatch.color .select-swap{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	flex-wrap: wrap;      
	justify-content: flex-start;
}
.swatch.color .select-swap .swatch-element{
	width: calc(100% / 3 - 3px);
}
.descreption-product_large a {
	color: blue !important;
}
.zs-container .zs-ico .zs-ico-main{
	width: 60px;
	height: 60px;
}
.zalo-chat-widget {
	bottom: 132px !important;
	right: 24px !important;
	top: initial !important;
	left: initial !important;
}
.zalo-chat-widget > div{
	cursor: initial !important;

}
.zalo-icon{display: none}
.policyProduct {
	margin: 10px 0 0;
	font-size: 14px;
}
.policyProduct li a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}
.policyProduct img {
	width: 20px;
	float: left;
}
.policyProduct .iconPolicy {
	width: 30px;
	float: left;
}
.policyProduct .iconPolicy svg{
	width:100%;
	height:30px;
}
.policyCart li:nth-child(2) svg {
	width: 20px;
}
.infoPolicy {
	float: left;
	margin: 0 0 0 15px;
	width:calc(100% - 45px);
}
.infoPolicy h5 {
	margin: 0;
	font-weight:bold;
}
.infoPolicy h5{
	font-size: 14px;
	text-transform:uppercase;
}
.infoPolicy span{display:block;}
.haravan-product-reviews-badge p, .haravan-product-reviews-badge span {
	text-transform: uppercase;
	color: #337ab7;
}
.select-swap img {
	width: 33px !important;
	height: 33px;
	object-fit: contain;
	margin: 0 2px;
	border-radius: 50%;
	border: 1px solid transparent;
	padding: 3px;
}
.select-swap img:hover{
	border: 1px solid #ccc;
}
.list-color {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin:0;
}
.list-color .more-color i{
	line-height: 33px;
}
#promotionbar{
	background: #ff0000;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	font-size: 15px;
	font-family: Times New Roman !important;
	position: relative;
}
#promotionbar a{
	color: #ffffff;
}
.close-promotionbar{
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
}

#promotion-bar{
	display: none !important;
}
.is-a-gift{margin:10px 0 30px;}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative !important;
	height: 0;
	display: block;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.slide_product .product-gallery-item{display: block;}

/* ------ mobile -------- */
@media (max-width: 991px){
	#menu-mobile.active {
		left: 0;
	}
	#menu-mobile {
		position: fixed;
		top: 0;
		left: -280px;
		width: 280px;
		height: 100%;
		background: #fff;
		z-index: 99999;
		overflow: hidden;
		overflow-y: hidden;
		transition: left 0.5s ease-in-out;
		overflow-y: scroll;
	}
	#menu-mobile .top {
		padding: 20px 10px;
		position: relative;
		background-color: #009ae5;
	}
	#menu-mobile .top a {
		color: #fff;
		font-size: 20px;
		display: inline-block;
	}
	#menu-mobile .top a span {
		display: block;
		padding-left: 22px;
		font-size: 13px;
	}
	#menu-mobile .top .menu-close {
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 25px;
		border-radius: 100%;
		border: 1px solid #fff;
		color: #fff;
		font-size: 18px;
	}
	#menu-mobile .top .menu-close i {
		display: block;
		line-height: 22px;
	}
	.main-menu-xs {
		padding: 0 0 30px;
	}
	.main-menu-xs > li {
		width: 100%;
		line-height: 35px;
		height: auto;
		border-bottom: 1px solid #f2f2f2;
	}
	.main-menu-xs > li a {
		display: block;
		font-size: 14px;
		color: #444;
		padding: 6px 10px 6px 15px;
	}
	.main-menu-xs > li a img {
		//width: 25px;
		margin-right: 10px;
	}
	.main-menu-xs > li .has-child {
		position: relative;
		width: calc(100% - 45px);
		display: block;
	}
	.main-menu-xs > li .sub {
		padding: 0 0 0 10px;
		display: none;
		margin-bottom: 0;
	}
	.main-menu-xs > li .sub li {
		font-size: 15px;
		width: 100%;
		padding: 0;
		border-top: 1px solid #f2f2f2;
	}
	.main-menu-xs > li .has-child i {
		position: absolute;
		right: -40px;
		top: 3px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		transition: all 0.3s ease-in-out;
	}
	.main-menu-xs > li .has-child.open i::before {
		content: "\f068";
	}
	.main-menu-xs > li .sub {
		padding: 0 0 0 10px;
		display: none;
	}
	.main-menu-xs > li .sub.open {
		display: block;
	}
}

@media (max-width: 767px) {
	body {
		background: #fff;
	}
	.header-top_mobile {
		padding: 5px 0;
	}
	.header-top .menu-bar {
		display: flex;
		float: left;
		width: 32px;
		height: 50px;
		color: black;
		font-size: 24px;
		justify-content: center;
		align-items: center;
		transition: all 0.3s ease-in-out;
	}
	.header-top .logo {
		float: left;
		width: 163px;
		margin: 0;
		padding: 0px 0 0 10px;
	}
	.header-top .logo img {
		height: 50px;
		width: 151px;
	}
	.header-time {
		clear: both;
		margin: 0;
		padding: 5px 0 0;
		white-space: nowrap;
	}
	.header-time span {
		color: red;
		font-weight: bold;
	}
	.header-top .header-item {
		float: right;
		width: 115px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 50px;
		position: relative;
		right: 0;
	}
	.header-item .fa-search {
		    color: black;
    font-size: 23px;
    padding: 0 8px;
	}
	.header-top .header-item a {
		font-size: 25px;
		color: black;
		line-height: 42px;
		padding: 0 8px;
		display: block;
		position: relative;
		right: 8px;
	}
	.header-top .header-item a.button-cart span {
		position: absolute;
		top: 5px;
		display: block;
		border-radius: 50%;
		background-color: #ff0000;
		margin: 0;
		line-height: 14px;
		font-size: 10px;
		color: #fff;
		width: auto;
		min-width: 14px;
		height: 14px;
		right: 2px;
		text-align: center;
	}
	.header-top .header-item a {
		font-size: 25px;
		color: black;
		line-height: 42px;
		padding: 0 8px;
		display: block;
		position: relative;
		right: 8px;
	}
	.search-bar-mobile {
		padding: 5px;
		position: relative;
	}
	.search-bar-mobile form.searchform input.searchinput {
		height: 32px;
		font-size: 12px;
		padding: 0 5px 0 30px;
	}
	.search-bar-mobile form.searchform .btn-search {
		top: 3px;
		left: 5px;
		height: 35px;
		line-height: 35px;
		width: 25px;
	}
	.search-bar-mobile form.searchform .btn-search {
		position: absolute;
		padding: 0;
		top: 3px;
		right: 0px;
		background: transparent;
		transition: opacity 150ms linear;
	}
	.search-bar-mobile form.searchform .btn-search svg {
		width: 15px;
		height: 15px;
		opacity: 0.7;
		color: #444;
	}
	.main-menu-xs > li.last a i {
		padding: 9px;
	}
	.category_list {
		color: white;
		box-shadow: 0px 2px 0px 0px rgba(255,255,255, 0.2);
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.category_list .item {
		color: #fff;
		font-size: 12px;
		background-color: transparent;
		border: none;
		padding: 10px 5px;
		width: 86px;
		margin-left: 0;
		margin-right: -4px;
		max-width: 120px;
		display: inline-block;
		vertical-align: top;
	}
	.category_list .entry_circle {
		border-radius: 50%;
		overflow: hidden;
		padding: 3px;
		max-width: 100%;
		margin: 0 auto 5px;
	}
	.category_list .entry_circle img {
		border-radius: 50%;
		width: 70px;
		height: 70px;
	}
	.category_list .item p, .policy-item a p {
		font-size: 13px;
		line-height: 1.4;
		white-space: initial;
		color: black;
		margin: 0;
	}
	.index-policy {
		margin-bottom: 0;
		color: white;
		box-shadow: 0px 2px 0px 0px rgb(255 255 255 / .2);
	}
	.flex-box {
		display: flex;
		flex-wrap: wrap;
	}
	.index-policy .policy-item {
		flex: 0 0 25%;
	}
	.text-center {
		text-align: center;
	}
	.policy-item a {
		color: #444;
		font-size: 12px;
		background-color: transparent;
		border: none;
		padding: 10px 5px;
		display: block;
	}
	.policy-item a img {
		width: 50px;
		height: 50px;
	}
	.policy-item a h3 {
		font-size: 12px;
		margin: 10px 0 5px;
		text-transform: uppercase;
		color: black;
	}
	.policy-item a p {
		margin: 2px 0 0;
		font-size: 11px;
	}
	/* product */
	.index-list .pro-loop {
		flex: 0 0 50% !important;
		flex-basis: 50% !important; 
		height: initial;
	}
	.index-list .pro-loop .product-block .product-img.img-eff {
		margin: 0;
	}
	.index-list .pro-loop .product-block {
		background: #fff;
	}
	.wrapper-heading-home h2 {
		color: #333;
	}
	.blog_magazine_slider .blog_slider_item .img {
		border-radius: 0;
	}
	.blog_magazine_slider .blog_slider_item .img {
		position: relative;
		overflow: hidden;
		padding-top: 68%;
	}
	.blog_magazine_slider .blog_slider_item .img img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 100% !important;
		width: 100% !important;
		object-fit: cover;
	}
	.blog_magazine_slider .blog_slider_item .blog_slider_info .short-des {
		display: none;
	}
	footer.footer {
		border-bottom: 1px solid #e7e7e7;
		border-top: 1px solid #e7e7e7;
		background: #fff;
		color: #333;
		padding: 20px 0 0;
	}
	.main-footer .footer-title {
		color: #333;
	}
	.main-footer .footer-title:after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		height: 3px;
		width: 100px;
		background: #1e8de8;
	}
	.footer .footer-block {
		border-left: 0;
	}
	.footer-content ul li a {
		color: #333;
	}
	footer .footer-content {
		margin: 10px 0 0;
	}
	.main-footer .footer-title {
		border-bottom: 1px dotted #ccc;
	}
	.footer .footer-block {
		padding: 0;
	}	
	.footer-content ul {
		margin-bottom: 5px;
	}
	.bottom-footer.text-center {
		background: #fff;
		padding: 10px 5px;
		border-top: 1px solid #ccc;
	}
	.footer .list-social {
		margin: 15px 0 0;
      align-items: center;
    display: flex;
    justify-content: center;
	}
	.footer .list-social li {
		display: inline-block;
		text-align: center;
		padding: 0;
		margin-right: 20px;
	}
	.footer .list-social li a {
		font-size: 40px;
		display: block;
		line-height: 21px;
		overflow: hidden;
		text-align: center;
		position: relative;
		color: #3B5998;
		transition: all 0.3s ease;
	}
	.footer .list-social li a img{
		width:38px
	}
	.footer .list-social li a.share-in {
		color: #C32AA3;
	}
	.footer .list-social li a.share-youtube {
		color: #f00;
	}
	.collection_scrolltabs {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 640px;
		width: 100%;
		background: #000;
		border-top: 1px solid #ddd;
		z-index: 9996;
		margin: 0 auto;
	}
	.collection_scrolltabs .tab-item:first-child {
		background: #e54b00;
	}
	.collection_scrolltabs .tab-item {
		display: block;
		width: 33%;
		float: left;
		color: white;
		line-height: 50px;
		text-align: center;
		white-space: nowrap;
	}
	.collection_scrolltabs .tab-item i {
		margin-right: 5px;
	}
	#collection-bottom {
		background: #fff;
		position: fixed;
		left: 0;
		right: 0;
		top: 100%;
		transition: all 0.5s ease-in-out;
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 80px;
		height: 100%;
		overflow-y: scroll;
		z-index: 9999999999;
	}
	#collection-bottom.active {
		top: 0;
	}
	#collection-bottom #collection-filter.active, #collection-bottom #collection-sort.active {
		display: block;
	}
	#collection-bottom #collection-filter, #collection-bottom #collection-sort {
		display: none;
		height: 100%;
	}
	#collection-bottom .title-bottom {
		line-height: 50px;
		background: #009ae5;
		text-align: center;
		position: relative;
		font-size: 17px;
		color: #fff;
		font-weight: 500;
	}
	#collection-bottom .title-bottom .btn-close {
		position: absolute;
		top: 13px;
		left: 10px;
		cursor: pointer;
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 22px;
		border-radius: 100%;
		border: 1px solid #fff;
		color: #fff;
		font-size: 18px;
	}
	#collection-filter .content-bottom {
		padding: 10px 15px;
	}
	.content-bottom, .content-bottom .flex-box {
		height: 100%;
	}
	#collection-filter .content-bottom .filter-title {
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#collection-filter .content-bottom .col-right {
		padding-bottom: 10px;
		border-bottom: 1px solid #f3f3f3;
	}
	#collection-filter .content-bottom .col2 {
		max-height: 200px;
		overflow-y: auto;
	}
	#collection-filter .content-bottom .vendor-choise li {
		line-height: initial;
		padding: 9px 5px 8px 0;
		white-space: nowrap;
		overflow: hidden;
		border-radius: 0;
		margin: 0 5px 10px 0;
	}
	#collection-filter .content-bottom .col2 li {
		float: left;
		width: calc(50% - 5px);
		text-align: left;
		height: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.content-bottom .flex-box .col-right li input, .content-bottom ul li input {
		display: none;
	}
	#collection-filter .content-bottom .col2 li label {
		padding-left: 40px;
		position: relative;
		margin: 0;
	}
	#collection-filter .content-bottom .col2 li label img {
		position: absolute;
		width: 40px;
		height: 30px;
		object-fit: contain;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	#collection-filter .content-bottom .vendor-choise li:nth-child(2n) {
		margin: 0 0 10px 5px;
	}
	#collection-filter .content-bottom ul li {
		line-height: 35px;
		text-align: center;
		font-size: 13px;
		cursor: pointer;
	}
	#collection-filter .content-bottom ul li {
		float: left;
		min-width: 70px;
		height: 35px;
		background: white;
		line-height: 35px;
		margin: 0 5px 5px 0;
		padding: 0 5px;
		border: 1px solid #f2f2f2;
		text-align: center;
		font-size: 13px;
		border-radius: 15px;
		cursor: pointer;
	}
	#collection-filter .price-box {
		padding: 10px 10px 70px;
		overflow: hidden;
	}
	.irs {
		height: 55px;
	}
	.irs-grid {
		height: 27px;
	}
	.irs-grid {
		position: absolute;
		display: none;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 20px;
	}
	.irs-shadow {
		height: 2px;
		top: 38px;
		background: #000;
		opacity: .3;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.irs-shadow {
		position: absolute;
		display: none;
		left: 0;
		width: 0;
	}
	#collection-filter .price-box .irs-slider {
		background: #fff;
		border-color: #009ae5;
		box-shadow: none;
	}
	.irs-slider {
		top: 25px;
		width: 27px;
		height: 27px;
		border: 1px solid #aaa;
		border-top-color: rgb(170, 170, 170);
		border-right-color: rgb(170, 170, 170);
		border-bottom-color: rgb(170, 170, 170);
		border-left-color: rgb(170, 170, 170);
		background: #ddd;
		background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%);
		border-radius: 27px;
		-moz-border-radius: 27px;
		box-shadow: 1px 1px 3px rgba(0,0,0,.3);
		cursor: pointer;
	}
	.irs-slider {
		position: absolute;
		display: block;
		cursor: default;
		z-index: 1;
	}
	.irs-hidden-input {
		position: absolute !important;
		display: block !important;
		top: 0 !important;
		left: 0 !important;
		width: 0 !important;
		height: 0 !important;
		font-size: 0 !important;
		line-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden;
		outline: 0 !important;
		z-index: -9999 !important;
		background: 0 0 !important;
		border-style: solid !important;
		border-color: transparent !important;
	}
	.content-btn {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background: #fff none;
		box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
		line-height: 50px;
		height: 50px;
		text-align: center;
		z-index: 2;
	}
	.content-bottom, .content-bottom .flex-box {
		height: 100%;
	}
	.content-bottom .flex-box {
		height: 50px;
	}
	.content-btn .btn-close {
		flex: 0 0 33%;
		max-width: 33%;
		color: #444;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.content-btn .btn-filter {
		flex: 0 0 67%;
		max-width: 67%;
		background: #009ae5;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#collection-filter .content-bottom .col2 li a {
		display: inline-block;
		position: relative;
		margin: 0;
	}
	#collection-filter .content-bottom .col2 li a img {
		width: 40px;
		height: 30px;
		object-fit: contain;
	}
	.sidebar-price.sidebar-box .title-sidebar {
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.sidebar-price.sidebar-box .tag2-choise.w50 {
		padding-bottom: 10px;
		border-bottom: 1px solid #f3f3f3;
		display: inline-block;
	}
	.sidebar-price.sidebar-box .tag2-choise li {
		max-width: max-content;
	}
	.sidebar-price.sidebar-box .tag2-choise li a:before {
		display: none;
	}
	.sidebar-price.sidebar-box li a, .sidebar-box2 ul.w50 li a {
		padding: 8px 0 !important;
		color: #333;
		font-weight: bold;
	}
	#collection-filter .content-bottom ul li.checked {
		background: #000;
		color: #fff;
	}
	#collection-filter .content-bottom ul li.checked a:after {
		display: none;
	}
	#collection-filter .content-bottom ul li.checked a{
		color: #fff;
	}

	.content-bottom .list a {
		display: block;
		padding: 16px 54px 16px 16px;
		border-bottom: 1px solid #ddd;
		position: relative;
	}
	.content-bottom .list a i {
		position: absolute;
		right: 20px;
		top: 20px;
		width: 12px;
		height: 12px;
		border: 1px solid #666;
		border-radius: 100%;
	}
	.collection-list .pro-loop {
		flex: 0 0 calc(100%/2) !important;
		flex-basis: calc(100%/2) !important;
	}
	.box__product-gallery {
		display: flex;
		flex-direction: column-reverse;
	}
	.product-gallery .slide_product {
		width: 95% !important;
		float: unset !important;
		display: flex;
		flex-direction: row;
		margin: 0 !important;
		padding: 0 15px;
	}
	.product-gallery .main-img-right {
		float: unset !important;
		width: 100% !important; 	
	}
	.product-detail-wrapper {
		padding: 0;
	}
	.product-detail-main {
		margin-right: -15px;
	}
	.product-gallery .slide_product .slick-prev {
		left: -30px !important;
		top: 15px !important;
		transform: translate(0) !important;
	}
	.product-gallery .slide_product .slick-prev:before {
		content: "\f104" !important;
	}
	.product-gallery .slide_product .slick-next {
		right: -30px !important;
		transform: translate(0) !important;
		top: 15px !important;
	}
	.product-gallery .slide_product .slick-next:before {
		content: "\f105" !important;
	}
.product-gallery #content-2.slide_product .slick-next,
.product-gallery #content-2.slide_product .slick-prev{
  top: 8px;
}
 

	.product-gallery .slick-slide img {
		width: 100%;
	}
  .product-gallery .slide_product .product-gallery-item {
    margin-right: 5px !important;
		margin-bottom: 0 !important;

  }
.product-gallery .slide_product .slick-track {display: flex;}
	.product-gallery .slide_product .product-gallery-item img {
		width: 70px !important;
		height: 70px;
    object-fit: cover;
		border:1px solid #dedfe0;
		opacity: 1;
    display:block;
	}
	.product-gallery-item.active {
		border: 1px solid rgb(13, 92, 182) !important;
		opacity: 1 !important;
	}
	.product-gallery .slick-slider .slick-list, .slick-slider .slick-track {
		white-space: nowrap;
	}
	#buyxgety-product-list table tbody, #buyxgety-product-list2 table tbody {
		flex-direction: column;
	}
	.cart-buttons {
		display: flex;
		justify-content: flex-end;
	}
	.cart-buttons .link-continue {
		margin-right: 5px;
	}
	.cart-buttons .btn-checkout, .cart-buttons a, .cart-buttons .btn-update {
		margin-right: 5px;
	}
	.cart-buttons .btn-checkout, .cart-buttons a, .cart-buttons .btn-update {
		font-size: 9px;
	}
	.menu-blog-mobile-new {
		background: #fff;
		position: relative;
	}
	.menu-blog-mobile-new .menu-nav-mobile {
		background: #0fd186;
		font-size: 0;
		text-align: center;
	}
	.menu-blog-mobile-new .menu-nav-mobile a {
		display: inline-block;
		width: 50%;
		color: #fff;
		padding: 0 15px;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 44px !important;
		font-weight: bold;
		position: relative;
		text-decoration: none;
	}
	#blog .category-posts .feature-post .feature-item .image-thumb {
		width: auto !important;
		height: 210px !important;
		float: none !important;
		border: none;
	}
	#blog .category-posts .feature-post .feature-item .image-thumb img {
		width: 100% !important;
		height: auto !important;
	}
	#blog .category-posts .feature-post .feature-item .post-info {
		margin-left: 0 !important;
		padding: 0 15px !important;
	}
	#blog .category-posts .feature-post .feature-item .post-info .category ul {
		margin: 10px 0 !important;
	}
	.menu-blog-mobile-new .menu-nav-mobile a.active {
		background: #fff;
    color: #0fd186
	}
	.menu-blog-mobile-new .menu-nav-mobile a.active::after {
		display: block;
	}
	.menu-blog-mobile-new .menu-nav-mobile a::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		//background: url("https://www.sapo.vn/blog/wp-content/themes/ver2018/images/icon-close.png") no-repeat center center #fff;
		display: none;
	}
	.today-reading .title {
		font-weight: bold;
		text-transform: uppercase;
	}
	.menu-blog-mobile-new .today-reading .title {
		font-size: 14px;
		color: #000;
		line-height: 16px;
		padding: 12px 15px;
	}
	.menu-blog-mobile-new .today-reading .list-post .item {
		padding: 15px;
	}
	.today-reading .list-post .item {
		border-top: 1px solid #ebebeb;
		font-size: 0;
	}
	.today-reading .list-post .item .thumb-image {
		width: 80px;
		//height: 80px;
		display: inline-block;
		vertical-align: top;
		margin-right: 15px;
		border-radius: 6px;
		overflow: hidden;
	}
	.today-reading .list-post .item .thumb-image img {
		max-width: 100%;
		max-height: 80px;
	}
	.today-reading .list-post .item .post-info {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 95px);
		font-size: 14px;
	}
	.today-reading .list-post .item .post-info a {
		display: block;
		font-size: 15px;
		line-height: 22px;
		font-weight: bold;
		color: #333333;
		margin: 0 0 7px;
	}
	.menu-blog-mobile-new .blog-cate-mobile ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu-blog-mobile-new .blog-cate-mobile ul li {
		margin-bottom: 20px;
	}
	.menu-blog-mobile-new .blog-cate-mobile ul li a {
		font-size: 16px;
		line-height: 22px;
		color: #333;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0 15px;
		display: block;
	}
	.menu-blog-mobile-new.show {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 9999999;
	}
	.menu-blog-mobile-new.show {
		height: 100%;
	}
	.menu-blog-mobile-new {
		background: #fff;
		position: relative;
	}
	.icon.cart {
		list-style: none;
	}
	#header .icon.cart .cart-popup {
		position: absolute;
		top: 100%;
		right: 0;
		width: 300px;
		-webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
		box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
		background: #fff;
		z-index: 9999;
		font-size: 14px;
		display: none;
	}
	.index-tab {
		overflow-x: auto;
		overflow-y: unset;
	}
	.main-footer .ft_title_tt.footer-title:before {
		display: none;
	}
	footer .footer-content {
		display: none;
	}
	.footer-content.footer-content_block {
		display: block !important;
	}
	.section-newsletter .content-newsletter p {
		display: none;
	}
	#home_magazine {
		padding: 10px 0 20px;
	}
	.content-bottom .list a.active i:before {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		background: #ef473a;
		border-radius: 100%;
		margin: 1px 0px 5px 1px;
	}
	.content-bottom .list a.active i {
		border-color: #ef473a;
	}

	.list-productRelated .my-tab li.active a, .list-productRelated .my-tab li:hover a {
		color: #000;
		border-bottom: 3px solid #000;
	}
	.product-gallery .slick-slide img {
	
		
	}
	.swatch.color .select-swap .swatch-element {
		flex: 0 0 30%;
	}
	#detail-product {
		padding: 15px !important;
	}
	h4.title.text-center {
		font-size: 18px;
		font-weight: 600;
	}
	.selector-actions {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 700;
		background: #fff;
		box-shadow: 0 0 4px rgb(0 0 0 / 20%);
		padding: 8px 10px;
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
	}
	.description-short:before {
		content: "";
		background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
		position: absolute;
		height: 160px;
		right: 0px;
		bottom: 0;
		left: 0px;
	}
	.description-short {
		margin: 10px 0;
		position: relative;
		height: 300px;
		overflow: hidden;
	}
	.showmore {
		color: rgb(13, 92, 182);
		text-align: center;
		font-weight: 500;
		padding: 14px 0px;
	}
	.product-action-bottom #buynow, .add-cart-bottom {
		padding: 10px 0;
	}
	.add-cart-bottom {
		width: 50%;
		background: red;
		height: 50px;
		border-radius: 2px;
		border: 1px solid #fff !important;
	}
	.add-cart-bottom.button.dark:before {
		background: red;
	}
	.product-action-bottom #buynow {
		height: 50px;
		width: 50%;
		background: blue;
		color: #fff;
		font-weight: 600;
	}
	.product-action-bottom #buynow {
		height: 50px;
		width: 50%;
		background: blue;
		border-radius: 2px;
		border: 1px solid #fff !important;
		color: #fff;
		font-weight: 600;
	}
	.product-action-bottom #buynow:before {
		background: blue !important;
	}
}	
@media (min-width: 768px) {
	.visible-mobile {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	} 
	.back-to-top {
		bottom: 175px;
		right: -21px;
		width: max-content;
		height: auto;
	}
	.back-to-top .btt-label-back {
		color: #e54b00;
		font-weight: bold;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		font-size: 14px;
	}
	.pro-loop .product-img .box-icon .gift {
		width: 25px;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-name: swing;
		animation-name: swing;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.pro-loop .product-img .box-icon img {
		margin-bottom: 5px;
		width: 22px;
	}
	.pro-loop .pro-new img.new {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 20;
		width: 30px;
	}
	.pro-loop .product-detail h3 {
		min-height: unset;
		margin: 0 0 5px;
		font-size: 12px;
		position: relative;
	}

	.pro-loop .product-detail h3 a {
		min-height: unset;
		max-height: unset;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: 500;
		line-height: 18px;
		color: #333;
		padding: 0;
      height: 36px;
	}
	p.pro-price {
		color: red;
		font-size: 14px;
		margin: 0;
		font-weight: bold;
	}
	.wrapper-collection-index .container, .index-order .container,#home_magazine .container {
		padding: 0 5px;
	}
	.index-shopby .container {
		padding: 0 5px;
	}
	.product-detail-main .nopad {
		padding: 0;
	}
	#buyxgety-product-list table tbody, #buyxgety-product-list2 table tbody {
		align-items: flex-start !important;
	}
	#buyxgety-product-list table tbody tr:nth-child(2n+1), #buyxgety-product-list2 table tbody tr:nth-child(2n+1) {
		border-right: 0!important;
	}
}
@media (max-width: 767px) {
	.box-account {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	.wrapbox-content-account {
		padding: 30px 15px;
	}
	.social-login .btsocialloginfb {
		background: #2e4da7;
		margin-right: 15px;
	}
	.social-login button {
		line-height: 30px;
		padding: 5px 10px 2px;
		color: #fff;
		border: 0;
	}
	.social-login .btsociallogingg {
		background: #c73434;
	}
	.social-login button i {
		display: none;
	}
	.flex-box {
		flex-wrap: wrap;
	}
	.col-banner .flex-box a {
		flex: 0 0 50%;
	}
	.faq.more-details {
		display: none;
	}
	.product-detail-main {
		margin-bottom: 15px;
	}
	footer.footer {
		padding-bottom: 40px;
	}
	.pro-loop .product-img .box-icon .gift {
		-webkit-animation-name: none;
		animation-name: none;
	}
	.swatch.color .swatch-element.color label {
		padding: 0px 5px 0px 35px;
		height: 35px !important;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		line-height: initial;
	}
	.swatch .swatch-element.color span {
		border: none;
		font-size: 11.5px !important;
		border-radius: unset;
		text-align: left;
		line-height: 1;
		padding: 0 3px 0 0px;
	}
	.swatch.color .swatch-element.color {
		margin: 4px 1px 0;
		min-width: calc(100% / 3 - 2px);
		flex: unset;
		width: auto !important;
	}
	.swatch.color .swatch-element.color label {
		min-width: 100px;
		width: auto !important;
		border-radius: 15px;
	}



.swatch.color .swatch-element.color1 label {
		padding: 0px 5px 0px 35px;
		height: 35px !important;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		line-height: initial;
	}
	.swatch .swatch-element.color1 span {
		border: none;
		font-size: 11.5px !important;
		border-radius: unset;
		text-align: left;
		line-height: 1;
		padding: 0 3px 0 0px;
	}
	.swatch.color .swatch-element.color1 {
		margin: 4px 1px 0;
		min-width: calc(100% / 3 - 2px);
		flex: unset;
		width: auto !important;
	}
	.swatch.color .swatch-element.color1 label {
		min-width: 100px;
		width: auto !important;
		border-radius: 15px;
	}

  
	.hrv-product-reviews-summary {
		width: 50% !important;
	}
	.product-gallery .slide_product .slick-carousel {
		width: 100%;
	}
	#collection-filter .content-bottom .col2 li a:before  {
		display: none !important;
	}
}
@media (max-width: 480px) {
	.index-tab li a {
		padding: 0 15px !important;
	}

}
@media (max-width: 414px) {
	.product-detail .box-pro-detail {
		padding: 20px 5px 0;
	}
	.pro-loop .product-detail .pro-price {
		display: flex;
		align-items: center;
	}
	.pro-loop .product-detail p.pro-price {
		font-size: 13px;
	}
	p.pro-price span.pro-price-del {
		font-size: 13px;
		margin-left: 3px;
	}
	p.pro-price .percent {
		font-size: 12px;
		margin-left: 3px;
	}
}
@media (max-width: 374px){
	.index-policy .policy-item {
		flex: 0 0 50%;
	}
}
.youtube-embed-wrapper {
	//padding: 0 !important;
}
#content-2 {
	height: auto !important;
}
@media (max-width: 767px){
	.box__product-gallery.box__product-gallery-df {
		overflow: visible; 
		min-height: 300px;
	}
}
.main-menu li .sub ul.ul-left > li > a {
	text-align: left;
}
.main-menu li .sub ul.ul-left .sub-lv3 li a {
	text-align: left;
}
.option-selection-register ul {
	display: flex;
	justify-content: center;
}
.option-selection-register ul li {
	margin: 0 10px;
}
.toguserbox.phone {
	max-width: 450px;
	padding: 15px;
	margin: 15px auto 30px;
}
.toguserbox.phone input {
	height: 37px;
	width: 100%;
	border: 1px solid #e7e7e7;
	padding: 0 10px;
}
.toguserbox.phone button {
	width: 100%;
	margin-bottom: 10px;
}

.fixed-social {
	position: fixed;
	right: 25px;
	bottom: 70px;z-index:999999;
}
.fixed-social li{
	margin-bottom: 15px;
}
.fixed-social img{
	width: 60px;
}
@media (max-width: 767px){
	.fixed-social img{
		width: 40px;
	}
	.index-tab li:before {
		content: '';
		position: absolute;
		left: -7px !important;
		top: 8px !important;
	}
	.month-new li {
		display: inline-block;
		margin-bottom: 10px;
	}
	section.section.section-collection .wrapper-heading-home {
		padding: 20px 0 10px !important;
	}
	#slider-1 .owl-dots {
		display: none;
	}
	.product-detail-main #detail-product {
		display: flex;
		flex-wrap: wrap;
	}
	.product-detail-main #detail-product > *{
		width: 100%;
		order: 3;
	}
	.product-detail-main #detail-product .product-title{
		order: 1;
	}
	.product-detail-main #detail-product  form#add-item-form {
		order: 2;
	}
	.social-fixed {
		position: fixed;
		bottom: 95px;
		right: 10px;
		z-index: 999;
		display: inline-block !important;
		width: 50px;
	}
	.social-fixed ul {
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	.social-fixed .btn-support {
		background: #e54b00;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		position: relative;
		cursor: pointer;
	}
	.social-fixed .btn-support .small-l {
		position: absolute;
		bottom: 8px;
		color: #fff;
		background: #e54b03;
		line-height: 1;
		font-size: 11px;
	}
	.social-fixed .btn-support svg {
		fill: #fff;
		width: 30px;
		height: 30px;
	}
	.social-fixed .btn-support:after {
		content: "";
		background-color: rgb(229 75 0 / 70%);
		animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
		border: 2px solid transparent;
		border-radius: 100%;
		height: 65px;
		left: -8px;
		z-index: 99;
		position: absolute;
		top: -8px;
		transform-origin: 50% 50% 0;
		transition: all .5s ease;
		width: 65px;
	}
	.social-fixed ul.active {
		max-height: 500px;
		visibility: visible;
	}
	.social-fixed li {
		margin-bottom: 10px;
	}
	.social-fixed img {
		width: 60px;
	}
	.blog_magazine_slider .blog_slider_item .blog_slider_info .more_product {
		margin: 5px 0 0;
	}
	.sidebar-price.sidebar-box .tag2-choise.w50 {
		padding-bottom: 10px;
		border-bottom: 1px solid #f3f3f3;
		display: inline-block;
		width: 100%;
	}
	.sidebar-price.sidebar-box .tag2-choise.w50 li {
		float: left;
		width: 100%;
		height: 35px;
		background: white;
		line-height: 35px;
		margin: 0 5px 5px 0;
		padding: 0 5px;
		border: 1px solid #f2f2f2;
		text-align: center;
		font-size: 13px;
		border-radius: 15px;
		cursor: pointer;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		max-width: calc(25vw - 12px);
	}
	.sidebar-price.sidebar-box .tag2-choise.w50 li a{
		padding: initial !important;
		line-height: 35px;
	}
	.sidebar-price.sidebar-box .tag2-choise.w50 li:nth-child(4n + 4) {
		margin-right: 0px !important;
	}
	#collection-filter .content-bottom .col2 {
		max-height: 50vh;
		overflow-y: auto;
	}
	.sidebar-price.sidebar-box {
		margin-top: 20px;
	}
}
.blog_magazine_slider .blog_slider_item .blog_slider_info {
	margin-top: 10px;
}
.month-new li a, .index-tab li a{
	padding: 5px 10px;
	border: 1px solid #000;
	margin: 0px 10px;
}
.index-tab li:before {
	content: '';
	position: absolute;
	left: -6px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background: #888;
	top: 13px;
}
.index-tab li.active a{
	border: 1px solid #009ae5;
}
#buyxgety-themvaogioheader {
	text-align: center;
}
.total-products-collections {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
  margin-top: 10px;
}

.content-des ul,.descreption-product_large ul,.detail-content ul {
	list-style: initial;
}
.descreption-product_large ul { 
	padding-left: 10px;
}
/*.descreption-product_large iframe {
	position: unset !important;
	min-height: 360px !important;
}*/
.sidebar_price{
	display: none;
}
@media(max-width: 480px){
	.description-short ul {
		list-style: disc;
		padding-left: 20px;
	}
	.mota-content ul {
		list-style: disc;
		padding-left: 10px;
	}
	.descreption-product_large iframe {
		min-height: 250px !important;
	}
	 .sidebar_price, .sidebar-price.filter-price-collection{
		display: none;
	}
	.sidebar-price.sidebar-box.may-bay ul li {
		height: auto !important;
	}
	.ega-countdown__tooltip{display:none !important}
	.ega-countdown__coupon-group{display: flex;justify-content: center}
	/*.zalo-chat-widget{display:none}*/
	.zalo-icon{display: block}
	
}
#haravan-notification,#windownpopup_wrapper,body > img,
.sidebar-box ul.vendor-choise li[data-type='Góc Nhận Order']{
	display: none !important;
}
.popup_wrapper_visible#windownpopup_wrapper {
	display: block !important;
}
/*Mai (13/12/2022)*/
.swatch .swatch-element.color label, .swatch .swatch-element.color1 label {
	background-size: 43px !important;
}

#windownpopup img {
    max-width: 80%;
    margin: 0 auto;
}

div#windownpopup {
    text-align: center;
}

div#windownpopup a {
    text-align: center;
    display: block;
}
.footer .main-footer {
    max-width: 1400px;
    margin: 0 auto;
}


.wrapp-social {
	 margin: 10px 0;
}
 .wrapp-social .d-f-social {
	 margin: 5px 0 0;
	 display: flex;
	 justify-content: space-between;
}
 .wrapp-social .d-f-social button {
	 flex: 0 0 49%;
	 font-size: 12px;
	 padding: 10px 5px;
	 font-weight: bold;
	 color: #fff;
	 border: 0;
	 cursor: pointer;
}
 .wrapp-social .d-f-social button#btn-google-login {
	 background: #ea4336;
}
 .wrapp-social .d-f-social button#btn-facebook-login {
	 background: #024ca0;
}
 .wrapp-social .orr {
	 font-size: 13px;
	 font-weight: bold;
	 color: #000;
}
.pus-flashsale.pus-flashsale-container, .pus-upsell.pus-upsell-container{
  background: #fff;
}
#layout-cart .pus-upsell.pus-upsell-container{
  margin-left: 0;
  margin-right: 0;
}

.onireviewapp-loop{
  margin-top: 5px;
}

.bis-btnregister{
      width: 100% !important;
    margin-top: 15px;
}

#BISWidgetBar{
  top: unset !important;
    bottom: calc(50% - 20px) !important;
}

#bis .bis-content .bis-form{
      margin: 0 !important;
}
#bis .bis-content iframe{
  max-width: 380px !important;
}
.onireviewapp-loopitem .onireviewapp-loopitem-title{
  display: none !important;
}
#BIScloseButton {
      right: 20px !important;
}
.dlpm-hrvmodal {
	background-color: transparent !important;
	/*box-shadow: none !important;*/
	z-index: 9999 !important;
}
.dlpm-hrvmodal--backdrop {z-index: 9999 !important;}
.dlpm-hrvmodal--content {
	background: #fff !important;
	border-radius: 8px;
	/*box-shadow: 0 8px 48px 0 rgba(0,0,0,.24), 0 0 4px 0 rgba(0,0,0,.12) !important;
	border-radius: 8px !important;
	height: auto !important;
	margin: 150px auto !important;*/
}
.dlpm-hrvmodal-discount-minimum .dlpm-hrvmodal--body {
	/*height: auto !important;*/
}
  

.section-collection {
padding-top:15px;
  
}

.header-fs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    gap: 60px;
    color: #fff;
    background: #5B00B2;
}

.hd_fs_title {
    font-size: 16px;
    text-align: right;
}

.hd_fs_title > span {
    font-weight: bold;
	color: #e5ff00;
}

.hd_fs_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hd_fs_button > span {
    color: #00FFFF;
    font-size: 18px;
    font-weight: bold;
}

.hd_fs_button > a {
    background: #00FFFF;
    padding: 5px 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hd_fs_countdown {
    display: flex;
}
@media (max-width: 767px) {
	.header-fs {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.hd_fs_title {
		display: none;
	}

	.hd_fs_button {
		display: none;
	}
}
  
#home_magazine  .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9; 
}
#home_magazine  .owl-nav .owl-next {
  right: -40px;
}
#home_magazine  .owl-nav .owl-prev {
  left: -40px;
}

#home_magazine .owl-nav button i {
    font-size: 26px;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info h3 a{
   overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog_magazine_slider .blog_slider_item .blog_slider_info .short-des{
  overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blogflex2{overflow: auto}

.blogflex2::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.blogflex2::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
.blogflex2::-webkit-scrollbar-thumb {
  background: #0fd186; 
}

/* Handle on hover */
.blogflex2::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
@media (max-width: 768px){
  .today-reading img {
    aspect-ratio: 3 / 2;
    height: auto;
}
}
.product-gallery #content-2.slide_product .slick-prev:before,
.product-gallery #content-2.slide_product .slick-next:before{
  font-size: 40px;
} 
.module-product .pro-loop .product-detail h3 a {
    min-height: 50px;
}

#article .module-product .pro-loop a.quick-view {
    color: #fff;
    line-height: 40px;
}

#article .module-product .pro-loop a.quick-view:hover {
    color: #1c95d2;
}
.productRelatedArticle.owl-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
}

.productRelatedArticle.owl-carousel .owl-nav button i {
    font-size: 26px;
}

.productRelatedArticle.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.productRelatedArticle.owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
@media (max-width: 767px) {
	.style-owl-main.owl-theme .owl-nav {
		margin-top: 10px;
		text-align: center;
		-webkit-tap-highlight-color: transparent;
	}
	.style-owl-main.owl-theme .owl-nav button.owl-prev{
		border-radius: 0 100px 100px 0;
		left: 0;
	}
	.style-owl-main.owl-theme .owl-nav button.owl-next {
		right: 0px;
		border-radius: 100px 0 0 100px;
	}
	.style-owl-main.owl-theme .owl-nav button {
		background: #fff !important;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		justify-content: center;
		opacity: .8 !important;
		display: flex !important;
		height: 60px;
		width: 30px;
		align-items: center;
		position: absolute;
		top: 40%;
		transform: translateY(-50%);
		z-index: 9;
	}
}
@media (max-width: 768px){
  .today-reading img {
    aspect-ratio: 3 / 2;
    height: auto;
}
  #collection-bottom.active img{
    max-width: 30px;
  }
  ul.vendor-choise-mob.vendor-choise li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    overflow: hidden !important;
    margin: 0px 0px 10px !important;
  } 
  ul.vendor-choise-mob.vendor-choise{
    overflow: hidden !important;
    overflow-y: auto !important;
  }
  #collection-bottom .sidebar-box ul.chau-choise li a {
    padding-left: 0px;
  }
  #collection-bottom .sidebar-box ul.chau-choise li a:before{
    display: none;
  }
  ul.vendor-choise-mob.vendor-choise.new-col-vendor li {
    width: calc(50% - 20px) !important;
    margin: 0px 10px 10px !important;
  }
}
@media (max-width: 768px) {
	#home_magazine .owl-nav .owl-prev {
	    left: 0px;
	}
		#home_magazine .owl-nav .owl-next {
	    right: 0px;
	}
	.homeware-list .room-item a span {
		    font-size: 12px;
	}
}

@media (max-width: 767px){
	#home_magazine .owl-nav button {
		width: 30px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ccc;
		opacity: 0.7;
		margin: 0;
	}
	#home_magazine .owl-nav button i {
		font-size: 16px;
		color: #000;
	}
	#home_magazine .owl-nav button.owl-next {
		border-radius: 100px 0 0 100px;
	}
	#home_magazine .owl-nav button.owl-prev {
		border-radius: 0 100px 100px 0;
	}
	#home_magazine .owl-nav button.owl-prev i {
		padding-right: 6px;
	}
	#home_magazine .owl-nav button.owl-next i {
		padding-left: 6px;
	}
}
@media (min-width: 767px) and (max-width: 1190px){
	.main-header .main-menu {
		flex-wrap: wrap;
	}

	.main-header  .main-menu li {
		flex: 0 0 calc(100% / 7);
	}

	.main-header  .main-menu li a {
		padding: 0;
		font-size: 9px;
		line-height: 21px;
	}
	.main-header  .showmenu.showmenu-full {
		min-width: 500px;
	}
	.order-countdown .time-item > div {
		display: flex;
	}
	.header-fs {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 5px;        
		padding-top: 10px;
    flex-direction: column-reverse;
	}
	.hd_fs_countdown.order-countdown {
		flex: 1 1 auto;
		justify-content: center;
		margin-top: 2px;
	}

	.pro-loop .product-img {
		max-height: max-content;
	}
	
}
.product-gallery .slide_product .not-slick-carousel {
    flex-wrap: wrap !important;
}


