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

*{	font-family:Montserrat, 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: 15px;
	color:#252a2b;
	overflow-x: hidden;
	background : #fff;
	position: initial !important;
}	
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }
/* 1.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:#000000;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:#ff9e9e;text-decoration: none; outline: none;}	
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#000000;line-height: 1.1; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#ff9e9e;}
/* 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;}
main{	min-height:85vh;}
.sitebox-recaptcha{padding: 0;color: #9e9e9e;text-align: left;font-size: 13px;clear: both;}
.sitebox-recaptcha a{color: #2962ff;}
/*========================================================================*/
main.main-index{position: relative;	z-index:99;}
.button .icon {
	width: 0;
	height: 100%;
	display: block;
	text-align: right;
	position: absolute;
	right: 40px;
	top: 0;
	opacity: 0;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.button .icon svg {position: absolute;	top: 50%;left: 0;	margin-top: -5px;	fill:#fff;}
.button:hover .icon,.button:focus .icon{opacity: 1;	right: 15px;	width: 31px;}
.button:hover,.button:focus {	padding-right: 60px!important;}
.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;}
.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)}
.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}
.wrapbox-heading-page .header-page{position: relative;}
.wrapbox-heading-page .header-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;margin-top: 70px;}
.wrapbox-heading-page .header-page h1{font-size: 55px;font-weight: 700;margin: 0px 0;}
.wrapbox-heading-page .header-page p{font-size: 15px;opacity: .66;	margin: 20px 0 0 0;position: relative;}
.wrapbox-heading-page .header-page p span{font-weight: 600;}
/*----------------------------------------------------
HEADER
-----------------------------------------------------------*/
.main-header{
	border-bottom: 0;
	width: 100%;
	background: #fff;
	color: #252a2b;
	font-weight: bold;
	position: relative;
	z-index: 999;
	//	position: absolute;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
	transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrap-logo{float:left;}
.header-wrap-icon{float:right}
.header-wrap-icon > span{
	display: inline-block;
	margin: 10px 11px 0;
	width: 27px;
	position: relative;
	transition: opacity 150ms linear;
}
.icon-search{
	vertical-align: -2px;
	-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;
	width: 27px;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	color: #252a2b;
	height: 17px;
	overflow: hidden;
}
.cart-menu .count {transition: top 150ms linear;position: relative;top: 2px;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{fill: #252a2b;width: 27px; height: 27px;}
@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;}
.filter-menu {
	height: 20px;
	display: block;
	cursor: pointer;
	-webkit-transition:all 150ms linear;
	-moz-transition:all 150ms linear;
	-o-transition:all 150ms linear;
	transition:all 150ms linear;
}
.filter-menu .bar {
	width: 2px;
	height: 17px;
	background: #252a2b;
	position: absolute;
	-webkit-transition:all 150ms linear, transform 150ms linear 100ms;
	-moz-transition:all 150ms linear, transform 150ms linear 100ms;
	-o-transition:all 150ms linear, transform 150ms linear 100ms;
	transition:all 150ms linear, transform 150ms linear 100ms;
}
.filter-menu .bar:nth-child(1) {left: 1px;}
.filter-menu .bar:nth-child(2) {left: 10px;}
.filter-menu .bar:nth-child(3) {left: 19px;}
.filter-menu .bar:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 3px;
	background: #252a2b;
	left: -2px;
	transition: all 150ms linear;
}
.filter-menu .bar:nth-child(1):after {top: 11px;}
.filter-menu .bar:nth-child(2):after {top: 5px;}
.filter-menu .bar:nth-child(3):after {top: 7px;}
.site-filter-handle:hover .filter-menu .bar:nth-child(1):after{top: 7px;}
.site-filter-handle:hover .filter-menu .bar:nth-child(2):after {top: 11px;}
.site-filter-handle:hover .filter-menu .bar:nth-child(3):after{top: 5px;}
/*----------------------------------------------------
SLIDER
-----------------------------------------------------------*/
.box__slideshow-split .slideshow-item .box_slideshow-item{float:left}
.box__slideshow-split .slideshow-item:after{content: '';display: table;clear: both}
.box__slideshow-split .slideshow-item .site-box-background:after {display: none}
.box__slideshow-split{z-index:4}
.slideshow-item .caption-inner{width: 50%;z-index: 9;text-align: left;padding-bottom:70px;}
.slideshow-item .caption-inner .caption {color:#ff9e9e;	opacity: .92;	font-size:15px;	margin-bottom: 70px;}
.slideshow-item .caption-inner h3.title {color:#ff9e9e;font-size:55px;line-height: 1.125;margin-bottom: 0;font-weight: 700;}
.slideshow-item .caption-inner .subtitle{color:#ff9e9e;font-style:italic;font-size:18px;line-height:1;opacity: .66;margin-top:50px}
.slideshow-item .caption-inner .button {
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 30px;
	position: relative;
	background:#ff9e9e;
	color: #e2e3e6;
	cursor: pointer;
	height: 55px;
	margin: 0;
	margin-top: 30px;
	display: inline-block;
	line-height: 53px;
	border-radius: 0;
	-webkit-appearance: none;
	-ms-transition:opacity 150ms linear,color 150ms linear,padding 200ms linear;
	-webkit-transition:opacity 150ms linear,color 150ms linear,padding 200ms linear;
	transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
}
.slideshow-item .image-banner >div {position: absolute;	width: 100%;height: 100%;}
.slideshow-item .image-banner .site-box-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-transition: background 200ms linear;
	-webkit-transition:  background 200ms linear;
	transition: background 200ms linear;
}
.slideshow-item .image-banner .site-box-background img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	opacity: 0;
	-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);
}
.slideshow-item .image-banner .site-box-background img.lazyloaded {	opacity: 1;}
/*---*/
.box__slideshow-split{
	position: relative;
	border-bottom: 1px solid #ededed;
	background: #fff;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content: center;
}
.box__slideshow-split .site-box-content { z-index: 9;width:100%}
.box__slideshow-split .slideshow-item .box_slideshow-item{
	position: relative;
	width: 50%;
	height: 100vh;
	overflow: visible;

	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: column; 
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content: center;
}
.slideshow-item .caption-inner{ 
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
	z-index: 9;
}
.box__slideshow-split .slideshow-item .image-banner .site-box-black-overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
}
.box__slideshow-split  .slideshow-item:first-child .box_slideshow-item .site-box-content {
	opacity: 0;
	-webkit-transition: opacity 400ms linear 100ms, transform 400ms linear 100ms;
	-moz-transition: opacity 400ms linear 100ms, transform 400ms linear 100ms;
	-o-transition: opacity 400ms linear 100ms, transform 400ms linear 100ms;
	transition: opacity 400ms linear 100ms, transform 400ms linear 100ms;
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-o-transform:translateY(50px);
	transform: translateY(50px);
}
.box__slideshow-split .slideshow-item:first-child .box_slideshow-item.active .caption-inner{
	opacity: 1;
	-webkit-transform:translateY(0);	
	-moz-transform:translateY(0);	
	-o-transform:translateY(0);	
	transform: translateY(0);	
}
.box__slideshow-split .slideshow-item .site-box-background-container>div.clip-transition {
	-webkit-transition:clip 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms linear;
	-moz-transition:clip 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms linear;
	-o-transition:clip 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms linear;
	transition: clip 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms linear;
}
.box__slideshow-split .slideshow-item:not(:first-child) .site-box-background-container div:not(.active) {display: none}
@media(max-width:1199px) and (min-width:992px){
	.slideshow-item .caption-inner {width: 70%;}
}
@media(min-width:992px){
	.box__slideshow-split .slideshow-item .box_slideshow-item{background:#fbf3f5;height: 100vh;}
	.box__slideshow-split .slideshow-item .image-banner {position: fixed;width: 50%;height: 100vh;right: 0;top: 0;}
	.box__slideshow-split.back-to-normal .image-banner{	position: absolute;width: 100%;right: -100%;}
	.slideshow-item .caption-inner .button{align-self: flex-start;	-webkit-align-items:flex-start;}
	.box__slideshow-split:not(.back-to-normal) .image-banner {-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);}
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
	.box__slideshow-split:not(.back-to-normal) .image-banner{-webkit-transition:transform 250ms linear;-moz-transition:transform 250ms linear;-o-transition:transform 250ms linear;transition:transform 250ms linear}
}
@media(max-width:991px){
	.box__slideshow-split .site-box-content {width: 100%;	height:100%}
	.box__slideshow-split .slideshow-item {width: 100%;height: calc(100% - 60px);}	
	.box__slideshow-split .slideshow-item .box_slideshow-item{width: 100%;height: 100%;}
	.box__slideshow-split .slideshow-item .image-banner{width: 100% ;	height: 100%;right: 0;	position: absolute;}
	.box__slideshow-split .slideshow-item .image-banner>div {clip: auto !important;}
	.box__slideshow-split .slideshow-item .caption-inner {width:70%;margin: auto;	text-align: center;	color: #fff;}
	.slideshow-item .caption-inner h3.title,.slideshow-item .caption-inner .subtitle,.slideshow-item .caption-inner .caption{color:#fff;}
	.slideshow-item .caption-inner .subtitle{margin-top:30px}
	.slideshow-item .caption-inner .button{background:#fff;color:#000;align-self: center;-webkit-align-self:center;}
	.box__slideshow-split .slideshow-item .image-banner .site-box-black-overlay{opacity: .4 !important;}
	.box__slideshow-split .slider-meta{display:-webkit-flex!important;display:flex!important;position:absolute;bottom:0;left:0;width:100%;height:60px;padding:18px 30px 0;z-index:99}
	.box__slideshow-split .slider-index {font-size:14px;text-align: center;font-weight: 600;cursor: default;}
	.box__slideshow-split .slider-nav {position: absolute;right: 30px;}
	.box__slideshow-split .slider-nav span {cursor: pointer;}
	.box__slideshow-split .slider-nav .go-prev {margin-right: 30px;}
	.box__slideshow-split .go-prev svg {-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);}
	/* slide mobie */
	.box__slideshow-split{min-height: initial;-webkit-justify-content:flex-start;	-moz-justify-content:flex-start;justify-content: flex-start;}
	.box__slideshow-split .flickity-enabled .slideshow-item {opacity: 1 !important}	
	.box__slideshow-split .slideshow-item:not(:first-child) {	opacity: 0}
	.box__slideshow-split .slideshow-item:first-child .site-box-content {-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: opacity 400ms linear 100ms, transform 400ms linear 100ms;}
	.box__slideshow-split .slideshow-item:first-child .box__slideshow-item.active .site-box-background {opacity: 1}
	.box__slideshow-split>.site-box-content:after {content: 'flickity';	display: none}
}
@media(max-width:767px){
	.box__slideshow-split .slideshow-item .caption-inner {width:80%;}
	.slideshow-item .caption-inner .caption{margin-bottom:40px}
	.slideshow-item .caption-inner h3.title {font-size:38px;}
}
/*-------------------------------------------------------------------------
INDEX
--------------------------------------------------------------*/
div.wrapper-heading-home{border-bottom: 1px solid #ededed;padding:80px 0;text-align: center;}
.wrapper-heading-home h2 {font-size:37px;line-height: 1.6;	margin:0;font-weight:500;}
.wrapper-heading-home h2 a{color:#252a2b;}
.wrapper-heading-home h2 a:hover{color:#ff9e9e;}
div.wrapper-home-banner .home-banner-pd {padding:0;}
.block-banner-category{position: relative;overflow: hidden;}
.caption_banner p{color:#252a2b;font-size:16px;margin-bottom: 35px;font-weight:500}
.caption_banner h2{
	font-size:40px;   
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}
.caption_banner h2:after{
	display: block;
	content: "";
	margin: auto;
	width: 40px;
	height: 4px;
	margin-top: 50px;
	background:#252a2b;
	-ms-transition: all 150ms linear;
	-webkit-transition:all 150ms linear;
	transition: all 150ms linear;
}
.block-banner-category img{-ms-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;-webkit-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear}
.caption_banner{position: absolute;text-align: center;padding:0 20px; z-index: 2;}
.block-banner-category a.link-banner{-webkit-justify-content: center;-moz-justify-content: center;justify-content: center;}
.block-banner-category a.link-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:#fff;
	-ms-transition:  opacity 200ms linear, background 200ms linear;
	-webkit-transition:  opacity 200ms linear, background 200ms linear;
	transition: opacity 200ms linear, background 200ms linear;
}
.block-banner-category:hover img{	-ms-transform: scale(1.025);	-webkit-transform: scale(1.025);	transform: scale(1.025);}
.block-banner-category:hover a.link-banner:after{ opacity: .5;}
.block-banner-category:hover .caption_banner h2:after{width: 70px;}
.wrap-collection-title{ -webkit-justify-content: center;-moz-justify-content: center;	justify-content: center;}
.wrap-collection-title .block-pding{padding:0 20px;text-align: center;}
.wrap-collection-title h2{font-size: 32px;font-weight: 700;	margin: 0;text-align: center;}
.wrap-collection-title p.shopnow{font-size:13px;	opacity: .66;	margin: 20px 0 0 0;}
.wrap-collection-title .link-more{font-size: 32px;font-weight: 700;color:#252a2b;}
.wrap-collection-title .link-more:hover{color:#ff9e9e;}
div.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:52px;	margin:0;	font-weight: 700;}
.box-banner-inf a.button{
	margin-top: 65px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 30px;
	position: relative;
	color:#252a2b;
	background: #fff;
	cursor: pointer;
	height: 55px;
	margin: 0;
	margin-top: 30px;
	display: inline-block;
	line-height: 53px;
	border-radius: 0;
	-webkit-appearance: none;
	-ms-transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
	-webkit-transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
	transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
}
.box-banner-inf a.button:hover{background: #ff9e9e;color:#fff;}
.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);
}
/*------------------------- PRODUCT ITEM-------------------------*/
.wrapper-collection-1{ border-top: 1px solid #ededed;}
.pro-loop {display: block;padding:0;	position: relative;	overflow: hidden;	height: 100%;background:#fff;}
.pro-loop {border-right: 1px solid #ededed;border-bottom: 1px solid #ededed;}
//.pro-loop:nth-child(4n) {	border-right: 0;}
.pro-loop .product-detail {padding:15px 10px;}
.pro-loop .product-img{text-align: center; position: relative;}
.pro-loop .product-img .product-sale,
.pro-loop .product-img .sold-out{
	position: absolute;
	font-size:13px;
	line-height: 1;
	padding: 17px 23px 16px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 9;
	color:#252a2b;
	background:#ededed;
}
.pro-loop .product-img .product-sale {top: 0;left: 0;}
.pro-loop .product-img .sold-out {top:0;right: 0;}
.pro-loop .product-img .sold-out span{opacity: .66;}
.product-detail .box-pro-detail{z-index: 9;width: 100%;text-align: center;}
.pro-loop .product-detail h3 {
	color:#252a2b;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.pro-loop .product-detail .box-pro-prices{
	position: relative;
	overflow: hidden;
	margin-top: 8px;
	font-style: italic;
}
p.pro-price {color:#252a2b;font-size: 15px;margin: 0;}
p.pro-price span.pro-price-del {color:#777a7b;font-size: 13px;margin-left: 5px;}
.pro-loop .product-img .button-add {
	width:100%;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 37%;
	//transform: translateY(-37%);
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pro-loop .product-img .button-add .action{
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	border: 0;
	background: #191919;
	color: #fff;
	padding: 6px 20px;
}
.pro-loop .product-img .button-add .action i{
	margin-left: 8px;
	font-size: 14px;
}
/* hover product */
/*
@media(min-width:768px){
.pro-loop .product-detail{position:absolute;bottom:0;left:0;width:100%;padding:25px 20px 20px;height:100%;z-index:8}
.pro-loop .product-img img.img-loop{-ms-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1)}
.pro-loop .product-detail{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-ms-transition:background 200ms linear, transform 200ms linear;-webkit-transition:background 200ms linear, transform 200ms linear;transition:background 200ms linear, transform 200ms linear}
.pro-loop .product-detail:before {-ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);}
.pro-loop .product-detail .overflowed {	opacity: 0;display: inline-block;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);transform: translateY(100%);}
.product-detail h3 .overflowed{-ms-transition:all 150ms linear 50ms;-webkit-transition:all 150ms linear 50ms;transition:all 150ms linear 50ms}
.product-detail .box-pro-prices .overflowed{-ms-transition:all 150ms linear 100ms;-webkit-transition:all 150ms linear 100ms;transition:all 150ms linear 100ms}
.pro-loop .product-detail .longarrow .overflowed{-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%);-ms-transition:all 150ms linear 150ms;-webkit-transition:all 150ms linear 150ms;transition:all 150ms linear 150ms}
.pro-loop:hover .product-detail,.pro-loop:hover .product-detail .overflowed{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
.pro-loop:hover .product-img img.img-loop{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}
.pro-loop:hover .product-detail:before{	opacity: .8;}
}
*/
@media(min-width:1024px){
	.pro-loop:hover .product-img .button-add {
		opacity: 1;
		visibility: visible;
		bottom: 50%;
		//transform: translateY(50%);
	}
}
@media(max-width:767px){
	.pro-loop .product-detail h3{font-size:14px;}
	.longarrow {display: none;}
}
/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------*/
.wrapper-detail{border-bottom: 1px solid #ededed;}
.product-title,.product-price,.selector-actions,.wrap-tagged{ margin-bottom:35px;}
.product-description{margin-bottom:40px;}
.description-productdetail { overflow: hidden;}
.view-more-detail{margin:15px 0 10px;font-size: 16px;cursor: pointer;}
.view-more-detail a,.view-more-detail a:focus{color:#000000;font-weight: 600;}
.view-more-detail:not(.close-desc):before {
	height: 55px;
	margin-top: -45px;
	content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
	display: block;
}
.description-productdetail *{max-width:100%}
.description-productdetail ul{list-style: initial; padding-left: 20px;}
.description-productdetail ol{list-style-type: decimal;padding-left: 20px;}
.description-productdetail ul ul{ list-style-type: circle;}
.description-productdetail ul ul ul{  list-style-type: square;}
.product-title h1{font-size:36px;font-weight:700;color:#252a2b;margin: 0 0 10px;}
span.pro-soldold {margin-left: 20px;color:#ff9e9e;font-weight: 500;}
.product-price span.pro-sale{
	display: inline-block;
	padding:5px 15px;
	margin-right: 20px;
	background: #ededed;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.product-price span.pro-price{color:#252a2b;font-size: 18px;opacity: .92;font-weight: bold;}
.product-price del{font-size: 14px;color:#777a7b;padding-left: 25px;font-weight: bold;}
.selector-actions { width: 100%; float: left;    margin-top: 15px;}
.selector-actions > div{float:left;}
button.btn-addtocart{
	font-size: 14px;
	background:#ff9e9e;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
	border: 0;
	padding: 0px 35px;
	height: 55px;
	line-height: 55px;
	margin-left: 30px;
}
button.btn-addtocart[disabled] {	opacity: 0.8;}
input.item-quantity{
	height: 55px;
	width: 70px;
	text-align: center;
	font-size: 18px;
	font-weight:500;
	float: left;
	border:0;
	background: #ededed;
	color: #252a2b;
}
button.btn-addtocart:hover{background:#ff9e9e;}
.product-action-bottom {display:none}
/* ------------------------ Style variant ------------------------ */
.product-image-detail{padding:0;}
.selector-wrapper,.select {display: none;}
.swatch { margin:0 0 20px;width: 100%; float: left;}
.swatch .header{
	margin-right:10px;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	width:100px;
	text-align:left;
	display:inline-block
}
.swatch .header span {font-weight: bold;display: none;}
.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-right: 8px;position: relative;}
.swatch .swatch-element label{
	display: block;
	margin: 0;
	border: 1px solid #ededed;
	background: #fff;
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color:#252a2b;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.swatch .swatch-element.color label{min-width:35px;padding:5px 6px}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
}
.swatch .swatch-element label.sd{border-color:#252a2b;}
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; }

/* ------------------- Setting varian màu sắc -------------------- */




.color.swatch-element label.xanh-duong span {
	background: #3232d1;
}




.color.swatch-element label.vang span {
	background: #d9c211;
}




.color.swatch-element label.den span {
	background: #170606;
}




.color.swatch-element label.nau span {
	background: #424141;
}




.color.swatch-element label.tim span {
	background: #810a87;
}




.color.swatch-element label.xam span {
	background: #ececec;
}




.color.swatch-element label.trang span {
	background: #fffafa;
}




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




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




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




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




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




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




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




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




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




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




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




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




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


.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: ",";}
.tag-wrapper ul.tags li a{color:#000000;}
.tag-wrapper ul.tags li a:hover{color:#ff9e9e;}
.product-description .title-bl h2,.product-description h2,
.product-description h3{color:#252a2b;	font-size:14px;	font-weight:700;}
.product-sharing,.product-zoom,.gallery-index{position: fixed;z-index: 6;}
.product-sharing{	height: auto;	width: 26px;left: 60px;	bottom: 60px;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: 30px;height: 30px;position: absolute;bottom: 0;}
.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(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: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:#252a2b;}
.product-sharing a:hover svg{fill:#ff9e9e;}
.product-zoom {
	width: 36px;
	height: 36px;
	overflow: visible;
	margin-right: 54px;
	cursor: pointer;
	margin-left: -18px;
	top: auto;
	bottom: 58px;
	right: auto;
	left: 25%;
	-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:#252a2b;}
.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 {
	bottom: 65px;
	margin-right: 60px;
	width: 47px;
	font-size:13px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	right: 50%;
	-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}
/* --------------------------- tooltip --------------------------- */
.swatch-element .tooltip-inner {background-color: rgba(33, 33, 33, .97);border-radius: 0px;	width: 100%;white-space: nowrap;font-size: 11px;color: #f7f7f7;	font-size:11px;}
.swatch-element .tooltip.top .tooltip-arrow {border-top-color: rgba(33, 33, 33, .97);}
/* -------- 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 {background: #fff;position: relative;	z-index:10;}
/*--------------------------------------------------------------------
COLLECTION 
--------------------------------------------------*/
.wrap-collection-title .heading-collection h1{font-size:55px;	font-weight: 700;margin: 0;}
.wrap-collection-title .heading-collection .note-h1 {font-size: 15px;opacity: .66;	margin: 20px 0 0 0;	position: relative;}
.wrap-collection-title .heading-collection .note-h1 p{margin:0;}
.wrap-collection-title .heading-collection { position: relative;width:75%}
.wrap-collection-title .heading-collection:after {content: "";display: block;width: 50px;height: 4px;margin-top: 70px;background:#252a2b;}
/*--------------------------------------------------------------------
BLOG - ARTICLE
--------------------------------------------------*/
.list-article-content .news-content{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.news-content .article-body{
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: column; 
	flex-direction: column;

	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.news-content .article-body{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:5;
	padding: 0 10%;
	transition: all 250ms cubic-bezier(0.39, 0.575, 0.565, 1),background 150ms linear;
}
.news-content .article-body .body-content:after {
	content: "";
	display: block;
	margin-top: 35px;
	background: #fff;
	width: 40px;
	height: 3px;
}
.article-body h2.title-article {color: #fff;font-size: 28px;font-weight: 700;}
.article-body h2.title-article a{color: #fff;}
ul.info-more li{display: inline-block;margin-right: 10px;color: #fff;font-size: 12px;opacity: .66;}
ul.info-more li i{margin-right:5px;} 
ul.info-more li a{color: #fff;opacity: .66;}
.news-content .article-img{
	position: absolute;
	height: 100%;
	width: 100%;
	-ms-transition: transform 300ms linear;
	-webkit-transition:transform 300ms linear;
	transition: transform 300ms linear;
}
.news-content .article-img img{height: 100%;	width: 100%;object-fit: cover;transition: opacity 150ms linear;}
.news-content .article-img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: #000;
	opacity: .5;
	-ms-transition: opacity 300ms linear;
	-webkit-transition:opacity 300ms linear;
	transition: opacity 300ms linear;
}
.news-content:hover .article-img{	-ms-transform:scale(1.05);-webkit-transform:scale(1.05);transform: scale(1.05);}
.news-content:hover .article-img:after {opacity: .7;}
/* article */
.box-article-heading h1{color:#fff;margin-bottom:20px}
.box-article-heading .header-page {z-index:9;}
.box-article-heading .header-page:after {background:#fff;}
.box-article-heading .background-img-art{position: absolute;	height: 100%;width: 100%;-ms-transition: transform 300ms linear;-webkit-transition:transform 300ms linear;transition: transform 300ms linear;}
.box-article-heading .background-img-art img{height: 100%;width: 100%;object-fit: cover;}
.box-article-heading .background-img-art:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .4;
	transition: opacity 200ms linear, background 200ms linear;
}
ul.article-info-more li{color: #fff;opacity: 0.85;display: inline-block;margin-right: 10px;	font-size: 13px;font-weight: 600;}
ul.article-info-more li i{margin-right:5px;} 
ul.article-info-more li a{color: #fff;}
.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;color: #252a2b;font-weight:600;}
.post-navigation a{color:#252a2b;}
.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 a,.article-comment .title-bl h2 a:hover,.article-comment .title-bl h2 a:focus{color:#252a2b;}
.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:#ff9e9e;
	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: #ff9e9e;}
#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;}
/*------------------------------------------------------------------------
ABOUT - CONTACT
--------------------------------------------------*/
.header-page-contact h1{font-size:45px;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 {color:#252a2b;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: 0;box-shadow: none;height: 55px;font-weight: 500;padding: 0 20px;background: #ededed;color:#252a2b;}
.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;
	border: 1px solid #ff9e9e;
	background:#ff9e9e;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.box-send-contact button:hover {border-color:#ff9e9e;background:#ff9e9e;}
/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
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:130px;}
table.table-cart tr td.image img {max-width:130px;}
table.table-cart tr td.item{padding-left:20px}
table.table-cart tr td.item h3{color:#252a2b;margin:15px 0 6px;font-size:16px;font-weight:bold;}
table.table-cart tr td.item .price{
	color:#777a7b;
	margin:5px 0;
	float: right;
}
table.table-cart tr td.item .price span{color:#252a2b;font-size:16px;padding-right:0;font-weight:500;}
table.table-cart tr td.item .price del{font-size:14px;}
table.table-cart tr td.item .variant{margin-bottom:15px;}
table.table-cart tr td.remove{text-align: right;padding-right: 15px;}
.qty-click input.item-quantity {
	background: #ededed;
	color: #252a2b;
	font-weight: 500;
	font-size: 15px;
	height: 30px;
	padding: 0;
	text-align: center;
	width: 35px;
	border: 1px solid #dadbdd;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
}
.qty-click {float: left;}
.qty-click button.qty-btn {
	background: #fff;
	font-weight: 500;
	font-size: 18px;
	color: #abafb2;
	height: 30px;
	padding: 0;
	text-align: center;
	width: 35px;
	border: 1px solid #dadbdd;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
}
.qty-click button.qtyplus.qty-btn{border-left: none;}
.qty-click button.qtyminus.qty-btn{border-right: 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;
	margin-bottom: 40px;
	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 button.btn-checkout, .cart-buttons button.btn-update{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	border:2px solid  #ff9e9e;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 150ms linear;
	cursor: pointer;
	margin: 0;
	vertical-align: top;
}
.cart-buttons button.btn-checkout,.link-continue a, .cart-buttons button.btn-update{	
	color: #fff;
	background:#ff9e9e;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 12px;
}
.cart-buttons button.btn-update {margin-right: 10px;}
.cart-buttons a{width: 55px;text-align: center;color: #ff9e9e;font-size: 24px;margin-right: 10px;}
.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;
}
.link-continue a i{margin-right:8px;}
.cart-buttons button.btn-checkout:hover,.cart-buttons a:hover,.link-continue a:hover{color:#fff;background:#ff9e9e;border-color:#ff9e9e;}
/*============================ PAGINATION - 404 - SEARCH PAGE ================================= */
.breadcrumb-shop {background:#f5f5f5;}
.breadcrumb-shop .breadcrumb-arrows{padding: 10px 15px;padding-left: 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;}
#pagination .page-node,#pagination .next, #pagination .prev{display:inline-block;margin: 30px 8px;font-size: 15px;color: #252a2b;font-weight: 600;opacity: 0.4;}
#pagination .next{margin-left:30px}
#pagination .prev{margin-right:30px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
#pagination .page-node.current,#pagination .page-node:hover,#pagination .next:hover, #pagination .prev:hover{ opacity: 1;}
.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;color: #000000;margin: 30px 0 0;display: block;}
.searchPage .block-heading-search h1 {font-size: 55px;font-weight: 700;	margin: 0px 0;}
.block-heading-search .subtxt {	font-size: 15px;opacity: .66;	margin-top: 15px;}
.block-heading-search .header-page:after {content: "";display: block;width: 60px;height: 4px;margin-top: 70px;	background: #252a2b;}
.searchPage .block-heading-search {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.search-field {width: 100%;float: left;display: block;}
input#go {
	width: 55px;
	height: 55px;
	float: right;
	background: url(//hstatic.net/0/0/global/design/theme-default/icon-search.png) #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);float: left;outline: none;height: 55px;padding: 0 20px;background: #ededed;border: 0;box-shadow: none;}
.expanded-message .message-txt{width: 100%; float: left;padding-top: 25px;}
.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: 40px;position: relative;width: 100%;float: left;}
.search-item .thumb-image {	display: block;	width: 100px;	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% - 100px);}
.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:40px;}
.search-item:hover .thumb-image:after {	opacity: 1;}
.search-item:hover .content  .title {color:#ff9e9e}
/*========================= ACCOUNT ======================== */
.userbox h2 {font-size:20px;margin: 0 0 20px; font-weight: 600;}
.large_form {margin-bottom:30px;}
.icon-field {display:none;}
.userbox input[type=email],.userbox input[type=password],.userbox input[type=text] {
	width: 100%;
	height: 55px;
	border: 1px solid transparent;
	background: #ededed;
	color: #252a2b;
	padding: 0 20px;
	font-weight: 500;
	-webkit-appearance: none;
}
.userbox input[type=email]:focus, .userbox input[type=password]:focus,
.userbox input[type=text]:focus{
	background: #fff;
	border-color: #ededed;
}
.action_account_custommer .action_bottom,.action_account_custommer .req_pass{	display: inline-block;vertical-align: middle;}
.action_account_custommer .req_pass{margin-left:20px;}
.action_bottom .btn {
	display: inline-block;
	border-radius: 0;
	background:#ff9e9e;
	padding: 0 30px;height: 55px;line-height: 55px;
	color: #fff;text-transform: uppercase;font-weight: 600;
}
.req_pass{ color:#959898; font-weight: 500;}
.come-back{margin-top:35px; display: block;font-weight: 500;}
.come-back i{margin-right:20px}
.action_bottom .btn:hover {background:#ff9e9e;}
/* --- order ---- account -- address --  */
.layout-info-account {padding-bottom:50px;}
.title-infor-account{
	padding: 100px 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{ margin-bottom: 0;font-size: 14px;}
.customer-table-wrap {background: #f7f7f7; padding: 10px;}
.customer-table-bg {background: #fff; padding: 10px;}
#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;}
#order_details tr td.total b{font-weight: 600;}
#order_details tr td.total,#order_details tr th.total{padding-right:8px;}
#order_details tr.order_border{border-top: 1px solid #ededed;}
#order_details tr td.order-image{width:70px;}
#order_details tr td.order-image a{display:block;width:60px;border: 1px solid #f7f7f7;}
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;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding:15px;
}
.address_title h3 { margin: 0;    font-size: 14px;}
.address_title strong {font-size: 16px; line-height: 20px; font-weight: 500;}
.address_title .default_address{font-size:13px}
.account-address .note { border: none; padding: 0;}
p.address_actions.text-right {margin:0px 5px 0px 0;position: relative;z-index: 99;}
.action_link a {text-transform: uppercase; font-size: 15px;}
span.action_link {padding: 5px;}
.customer_address .input-group{margin:15px 0}
.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:#ff9e9e;
	color:#fff;
}
.add-new-address:focus { color:#fff;}
.account-address .input-group-addon{display:none}
.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:#ff9e9e;
	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: "\f0c8";
	font-family: "FontAwesome";
	font-size: 8px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: 3px;
}
/*================================= FOOTER =====================================*/
footer.main-footer{position: relative;background:#252a2b;z-index: 9;}
.footer-colbox{padding: 60px 0 10px;}
.footer-colbox{
	position: relative;
	overflow: hidden;
	color:#8d9090;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.footer-colbox .footer-content{	margin-bottom:60px;}
.footer-content h3.ft-title{color:#8d9090;font-weight: 700;text-transform: uppercase;font-size:13px;	margin-bottom: 30px;}
p.ft-caption{color:#ffffff;	opacity: .78;font-weight: 500;margin: 25px 0;	font-size:13px;}
.social-icons li{width: 26px;height: 26px;line-height: 26px;margin: 0 7px;display: inline-block;}
.social-icons li a{color:#ffffff;font-size: 25px;}
.ft-hotline{font-size:37px;font-weight: bold;color:#ffffff;}
.widget-link ul li{	margin: 4px 0;width: 50%;float: left;}
.widget-link ul li a {color:#ffffff;}
.widget-newsletter form input[type='email']{
	height: 55px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 20px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid transparent;
	background:#141718;
	color:#ffffff;
	outline: none;
	-ms-transition: all 150ms linear;
	-webkit-transition:all 150ms linear;
	transition: all 150ms linear;
}
.widget-newsletter form input[type='email']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color:#ffffff;opacity: .66;
}
.widget-newsletter form input[type='email']:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#ffffff;opacity: .66;
}
.widget-newsletter form input[type='email']ms-input-placeholder { /* Microsoft Edge */
	color:#ffffff;opacity: .66;
}
.widget-newsletter form .btn-sign-up{
	background: #363d3e;
	color:#ffffff;
	height: 55px;
	border-radius: 0;
	line-height: 55px;
	padding: 0 30px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid transparent;
	vertical-align: top;
}
.widget-newsletter form .btn-sign-up:focus{outline: none;border: 0;}
.copyright {background:#141718;border-top: 1px solid #313739;text-align: center;padding: 8px 15px;}
.copyright,.copyright a{font-size:12px;color:#ffffff;font-weight:500;}
.widget-newsletter form .btn-sign-up:hover{	background: #ff9e9e;}
.social-icons li a:hover,.ft-hotline:hover,.widget-link ul li a:hover,.copyright a:hover{ color: #ff9e9e;}
p.title-expand {text-align: center;margin:0;}
p.title-expand a{color:#8d9090;font-weight: 600;font-size:18px;padding: 20px 15px;display: block;}
p.title-expand a span {
	font-size:18px;
	color:#8d9090;
	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;
}
p.title-expand a[aria-expanded=true] span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/*----------------------------------------------------------------------------------
MAIN SIDEBAR
---------------------------------------------------------------------------------------------*/
/* ===  search sidebar === */
.site-nav form.search-header,.site-nav .main-navbar,.cart-view{margin-top: 50px;}
.site-nav form.search-header{position: relative;}
form.search-header input[type="search"] {
	background: #ededed;
	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.search-header .btn-search{
	width: 55px;
	height: 55px;
	line-height: 64px;
	position: absolute;
	padding: 0;
	top: 0px;
	right: 0px;
	background: transparent;
	transition: opacity 150ms linear;
}
form.search-header .btn-search svg{width:25px;height:22px;    opacity: .12;}
form.search-header input:focus {background: #f7f7f7;outline: none;}
/* ===  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{float: left;width: 100%;}
.cart-view table td a {font-size: 13px;font-weight:600;color:#252a2b;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 {
	background: #ff9e9e;
	color: #ffffff;
	border: 1px solid #ff9e9e;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 19px 30px;
	position: relative;
	width: 100%;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 25px;
}
.cart-view a.linktocheckout:hover,.cart-view a.linktocart:hover{background:#ff9e9e;border-color:#ff9e9e;}
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;}
.remove-cart a i{color:#252a2b;} 
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  ===  */
.site-nav a {color:#252a2b;}
.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:20px;}
.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:#5929ff;
	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-social {	margin-bottom: 30px;}
.site-social a {opacity: .62;	margin: 0 5px;display: inline-block;width: 22px;text-align: center;	font-size: 22px;}
.to-bottom-content .site-copyright p {font-size:12px;	opacity: .66;margin:0;}
.menu-collection li a:hover, .menu-collection li.active > a,.menu-about li a:hover{color:#ff9e9e;}
.site-social a :hover{opacity: 1;color:#ff9e9e;}
/* ===  filter  === */
.content-filter .option{margin-top:30px;}
.option .lb-filter{	display: block;	font-size: 15px;	opacity: .92;	margin-bottom: 20px;}
.content-filter .filter-button{
	background:#ff9e9e;
	border: 1px solid #ff9e9e;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 19px 30px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 25px;
}
.content-filter .apply-btn.filter-button{margin-right:15px;}
.content-filter .filter-button:hover{background:#ff9e9e;border-color:#ff9e9e;}
.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;
}
.custom-dropdown__select {
	font-size: inherit;
	width:100%;
	display: block;
	height: 36px;
	padding: 0 45px 0 12px;
	border: 1px solid  #ebebeb;
	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;
	text-overflow: '';
}
.option .custom-dropdown{	width: 100%;}
.option .custom-dropdown .custom-dropdown__select{
	background: #ededed;
	height: 54px;
	font-size: 15px;
	padding-left: 20px;
	border-color: #ededed;
}
.option .custom-dropdown::after{font-size: 15px; top: 15px;}
.option .option-children:not(:first-child) {margin-top: 30px;}
.option select option { background: #fff;}

/* END ----------------------------- */
.main-body{
	position: relative;
	right:0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

	-ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-nav.style--sidebar {
	position: fixed;
	width: 480px;
	height: 100vh;
	right: 0;
	top: 0;
	background: #fff;
	color:#252a2b;
	z-index: 8888;
	overflow: hidden;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-ms-transform:translateX(100%);
	-webkit-transform:translateX(100%);
	transform: translateX(100%);
}
.site-nav.style--sidebar .site-nav-container {
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.site-nav.style--sidebar .site-nav-container-last {
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 60px 70px 250px;
}
.site-nav.style--sidebar.show-filters .site-nav-container-last,
.site-nav.style--sidebar.show-cart .site-nav-container-last,
.site-nav.style--sidebar.show-search .site-nav-container-last {	padding-bottom: 100px;}
.site-nav.style--sidebar .site-nav-container .title {color:#252a2b;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 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){
	.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:40px}
	/* 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;}
}

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 12px!important;;}
.addThis_listSharing {
	position: fixed;bottom:85px;z-index: 999;	
	right:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{right: 0;opacity: 1;	visibility: visible;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:24px;}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile  ul.actionToolbar_listing li a {display: block;color: #696969;font-size: 12px;text-align: center;position: relative;}
.actionToolbar_mobile  ul.actionToolbar_listing li a svg {fill: #696969;width: 35px;height: 35px;	display: inline-block;vertical-align: middle;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{text-align: center;font-size: 0;background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-addThis:before{content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{margin: 30px auto 50px;display: inline-block;text-align: left;vertical-align: middle;font-size: 14px;}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media (max-width: 767px) {
	.modal-addThis .modal-dialog-centered{margin: 35px 10px 50px;}
}
.modal-backdrop.in {display: none;opacity: 0!important;}
/* modal-succes */
.modal-succesform .modal-title{font-size: 18px;font-weight: 600;margin:0;color:#ff9e9e;}
.modal-succesform p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succesform p.txtloading{color: #aaa;font-size: 13px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{
	border: 1px solid #e7e7e7;box-shadow: none;height: 40px;
	font-weight: 500;padding:5px 20px;background: #fbfbfb;color: #252a2b;width: 100%;
}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
.modal-contactform .content_popupform .button {
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 30px;border:0;	position: relative;
	background:#ff9e9e;
	color: #e2e3e6;
	cursor: pointer;
	height: 55px;
	margin: 0;
	display: inline-block;
	line-height: 53px;
	border-radius: 0;
	-webkit-appearance: none;
	-ms-transition:opacity 150ms linear,color 150ms linear,padding 200ms linear;
	-webkit-transition:opacity 150ms linear,color 150ms linear,padding 200ms linear;
	transition: opacity 150ms linear,color 150ms linear,padding 200ms linear;
}
/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;right: 10px;bottom:60px;
	z-index: 9999;width: 65px;height: 65px;padding:8px;
	background: #fff;	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}
@media(min-width:992px){
	.modal-addThis.modal-contactform .modal-dialog{width: 600px;}
	.modal-addThis.modal-succesform .modal-dialog{width:450px;}
}
@media(max-width:767px){
	.mainfooter-toolbar{margin-bottom: 50px;}
	.mainfooter-product {margin-bottom: 60px;}
	.actionToolbar_product{
		opacity: 0;   visibility: hidden;
		-webkit-transform: translateY(100%);transform: translateY(100%);
		-webkit-transition: all .3s ease;transition: all .3s ease;
	}
	.product-action-bottom {
		position: fixed;left: 0;bottom:0;right: 0;
		z-index:100;background: #fff;display:block;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		padding: 8px 10px;
		-webkit-transition: padding .3s ease;transition: padding .3s ease;
	}
	.layoutProduct_scroll.scroll-down .actionToolbar_product{
		opacity: 1;	visibility: visible;
		-webkit-transform: translateY(0px);transform: translateY(0px);
	}
	.layoutProduct_scroll.scroll-down .product-action-bottom{padding-bottom:60px;}
}
/*-------------------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media(min-width:768px){
	#site-menu-handle{padding-right: 80px;}
	#site-menu-handle:hover{color:#ff9e9e;}
	span#site-menu-handle:after {
		font-size: 13px;
		display: inline-block;
		content: "Menu";
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top:0px;
		opacity: 0.6;
	}
}
@media(min-width: 1200px){	
	.wrapbox-content-page{padding: 100px;}
	.wrapbox-heading-page .header-page{ width:60%;}
	/*index - product detail */
	.box-banner-inf{width: 60%;	z-index:4;}
	.product-content-desc{padding:80px 90px;}
	.footer-colbox .footer-content{width:60%;}
}
@media(min-width: 992px) and (max-width:1199px){	
	.wrapbox-content-page{padding: 100px 60px;}
	.wrapbox-heading-page .header-page{ width:80%;}
	/*index */
	.box-banner-inf{width: 80%;	z-index:4;}
	.product-content-desc{padding:80px 50px;}
	.footer-colbox .footer-content {width: 75%;}
}
@media(min-width:992px){
	.wrapbox-heading-page,.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}
	.wrapbox-heading-page .header-page{padding-bottom: 70px; }
	/* HEADER */
	.main-header {padding: 20px 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;}
	/**** PRODUCT DETAIL ****/
	.icon-pr-fix.out-with-you {  opacity: 0;}
	.product-image-detail{border-right: 1px solid #ededed;}
	.wrapper-detail .product-content-desc{position: -webkit-sticky;position: sticky;top:0px;border-bottom: 0;	}
	/**** BLOG ****/
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/

	footer.main-footer .site-footer-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}
	.site-footer-flex .footer-colbox-1{	border-right: 1px solid #313739}
}
@media(max-width:991px) and (min-width:768px){
	.wrapbox-heading-page,.box-heading-contact{height: 50vh;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-page .header-page{ width:80%;text-align: center;padding-bottom:50px; }
	.wrapbox-heading-page .header-page:after {margin: 50px auto 0;}
	.wrapbox-content-page{padding: 100px 80px;}
	.box-map iframe{height:50vh!important}	
	/* HEADER */
	.main-header {padding: 20px 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*/
	.product-content-desc{padding:80px 30px 80px 70px;}
	.product-image-detail{border-bottom: 1px solid #ededed;}
	.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;}
	.box__product-gallery{height:70vh;overflow: visible;}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item{height:100%;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	/* BLOGS */
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/
	.footer-colbox .footer-content{width:90%;}
	.widget-newsletter form .btn-sign-up{padding: 0 20px;}
	footer.main-footer .site-footer-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}
	.site-footer-flex .footer-colbox-1{	border-right: 1px solid #313739}
}
@media(max-width:767px){
	.button .icon{display:none;}
	.button:hover, .button:focus {padding-right: 30px!important;}
	.wrapbox-heading-page {padding: 100px 15px;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-page .header-page{text-align: center;}
	.wrapbox-heading-page .header-page h1 {font-size: 35px;}
	.wrapbox-heading-page .header-page:after {margin: 50px auto 0;}
	.wrapbox-content-page{padding:60px 15px;}
	/*header*/
	.main-header{ padding: 14px 12px;}
	.header-wrap-icon > span{margin:0px 8px;width: 25px;}
	.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 */
	.wrapper-heading-home h2{font-size: 28px;}
	.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;}
	.box-banner-inf a.button{height: 48px;line-height: 46px;}
	/* collection */
	.wrap-collection-title .heading-collection{width:86%;text-align: center;}
	.wrap-collection-title .heading-collection h1 {font-size: 24px;}
	.wrap-collection-title .heading-collection:after{margin: 40px auto auto;}
	.no-product{text-align:center}
	/* product detail*/
	.product-image-detail{border-bottom: 1px solid #ededed;}
	.product-title h1 {font-size:26px; margin-top:85px;}
	.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{height: 70vh; overflow: visible; min-height: 400px;}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item {
		height: 100%;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	.slide_product li.gallery-item img{height: 100%;width: 100%;object-fit: cover;}
	.slide_product .flickity-page-dots{bottom: -45px;z-index: 2;}

	.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{
		background:#ff9e9e;
		border: 0;
		color: #fff;
		font-weight: 600;
		height: 45px;
		line-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;
	}

	/******* blog -article *******/
	.list-article-content .news-content{ min-height: 250px;height: 50vh;}
	.article-body h2.title-article {font-size: 24px;}
	/******* 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 */
	.main-content-cart { margin-bottom: 80px;}
	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;}
	table.table-cart tr td.item h3 {margin: 0 0 8px;}
	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 .price {width: 100%;float: left;text-align: left;margin: 12px 0 0px;}
	table.table-cart tr td .price del{margin-left:5px;margin-top:2px;}
	table.table-cart tr td.remove a {position: absolute;	bottom: 22px;	right: 0;}
	table.table-cart tbody>tr:last-child,
	table.table-cart tr:last-child td {border: none;}
	/* 	ACCOUNT */
	.title-infor-account h1 {font-size: 30px;}
	.title-infor-account h1:after{margin-top:32px;}
	.AccountSidebar {margin-bottom: 40px;}
	.table-responsive {padding: 0 8px;}
	/* footer*/
	.footer-colbox .footer-content { width: 100%;}
	.footer-colbox{padding:50px 15px;}
	.footer-colbox-1{padding-bottom:0;}
	.footer-colbox-2{padding-top:10px;    padding-bottom: 10px;}
	.footer-content h3.ft-title{margin-bottom:25px;}
	.ft-hotline { font-size: 25px;}
	.footer-colbox .footer-content {margin-bottom: 40px;}
	p.ft-caption{margin-top:15px}
	.widget-newsletter form .btn-sign-up{padding:0 20px}
}


/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp{
	font-size:0;text-align: center;padding: 0!important;
	background: rgba(3, 17, 27, 0.7);
	-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;
}
.modal-productApp:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-productApp .modal-dialog-centered {display: inline-block;text-align: left;vertical-align: middle;font-size:14px;}
.modal-productApp.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-productApp .modal-dialog-centered .modal-content {width: 100%; }
.modal-productApp.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-productApp.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}

.modal-productApp .modal-footer {padding: 15px;text-align: center;}
.modal-productApp .modal-footer .button {
	margin:0 5px;
	font-size:13px;font-weight: 600;
	text-transform: uppercase;
	padding: 0 30px!important;border:0;	position: relative;
	color: #e2e3e6;
	cursor: pointer;
	height: 45px;line-height: 43px;
	display: inline-block;	
	border-radius: 0;   
	-webkit-appearance: none;	
	background:#ff9e9e;
	border:1px solid #ff9e9e;
	-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);
}
.modal-productApp .modal-footer .button:hover,
.modal-productApp .modal-footer .button:focus{color:#ff9e9e;    background: #fff;}
.modal-productApp .modal-header{padding:15px 20px ;}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {margin: 0;font-weight: bold;font-size:22px;padding: 0px 30px 0px 0px;}
.modal-productApp .modal-header .combo-title {margin:10px 0 0;font-size: 14px;	font-weight: bold;}
.modal-productApp .modal-header .close-modal-app {display: inline-block;position: absolute;background-color: #ffffff;width: 30px;height: 30px;	border-radius: 50%;	border: 1px solid #333;	right: 13px;top: 9px;z-index: 9;	opacity: 1;margin: 0;}
.modal-productApp .modal-header .close-modal-app svg {display: inline-block;fill: currentColor;position: relative;width: 12px;line-height: 30px;margin-top:-2px;}

#combo-program {max-height:400px;    overflow: auto;}
#combo-program .combo-title b {color: #ff0707;}
#combo-program .combo-w {border: 0;margin-bottom:0px;padding:0px 10px 0px 40px;position: relative;}
#combo-program .combo-w:after {content: '\2714\fe0e';font-size: 16px;position: absolute;top: calc(50% - 11px);left: 11px;color:#ff9e9e;opacity: 0;}
#combo-program .combo-w:before {content: '';width: 20px;height: 20px;border: 1px solid #e1e1e1;border-radius: 3px;position: absolute;top: calc(50% - 10px);left: 7px;}
#combo-program .combo-w.checked:after {opacity: 1;}
#combo-program .combo-w.checked:before {border: 1px solid #ff9e9e;}
#combo-program table tr {margin-bottom: 3px;}
#combo-program table tr:first-child td { border-top:0; }
#combo-program table label {font-weight: normal;font-size: 13px;display: block;border: none;padding: 2px 5px;cursor: pointer;}
#combo-program table label:after {content: "";display: table;clear: both;}
#combo-program table label img {display: inline-block;width:85px;	float: left;}
#combo-program table label p {display: inline-block;width: calc(100% - 85px);float: left;margin-bottom: 0px;padding-left: 15px;}
#combo-program table label .discount-promotion-price b {color: #fa0303;}
#combo-program table label .discount-promotion-price del {margin-left: 5px;}
#combo-program table input {display: none;}
#combo-program table input:checked + label {color: #000;background: #fff8f8;}
#buyxgety-program {margin:20px 0;border: 2px dotted #ff9e9e;padding:10px;position: relative;min-height: 100px;z-index: 0;}
#buyxgety-program .buyxgety-heading{padding:5px 10px;position: relative;padding-right:60px;}
#buyxgety-program .buyxgety-heading h3{font-size: 18px;font-weight: 600;margin: 0 0 4px;}
#buyxgety-program .buyxgety-heading:after {
	content: "";
	position: absolute;width:35px;height:35px;right: 10px;	top:6px;
	background-image: url('https://file.hstatic.net/1000308580/file/icon-gifbox_21127e78739a40a28f058e5e123d41b1.png');
	background-repeat: no-repeat;background-size: contain;
}
#buyxgety-program .modal-body{padding:15px 30px;}
.buyxgety_item {display: -webkit-flex;display: flex;padding: 5px 10px 10px;}
.buyxgety_item .buyxgety_checkbox {width:35px;float: left;padding-top:7px;}
.buyxgety_item .buyxgety_image {width: 60px;float: right;}
.buyxgety_item .buyxgety_item_title{width:calc(100% - 95px);float: right;padding-left:15px;}
.buyxgety_item .buyxgety_list_variant select{font-size: 94%; font-style: italic;min-width:110px;	outline: none; padding: 1px 15px 2px;	margin:2px 0 5px;}
.buyxgety_item .buyxgety_checkbox input[type=radio]{cursor: pointer;width:15px;height:15px;}
.selector-buyxgety {width: 100%; float: left;}
.pro-loop .product-img .product_gift_label {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 15px;
	right: 10px;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #ededed;
	padding: 0 7px;
	line-height: 30px;
}
.product-loop-special .product-col-left{position: relative;}
.product-loop-special .product-col-left .product_gift_label{position: absolute;width: 50px;top: 15px;	z-index: 2;left: 20px;}
.selector-actions button.btn-product-gift{
	width: 100%;padding:0px 35px!important; font-size: 16px;
	font-size: 14px;
	background:#ff9e9e;color: #fff;
	font-weight: bold;text-transform: uppercase;
	box-shadow: none;border: 0;padding: 0px 35px;	height: 55px;line-height: 55px;
}
table.table-cart tr td.item .ico-gift{display: inline-block;width: 16px;vertical-align: text-bottom;margin-left: 10px;}
table.table-cart tr td.item h3 p.type_promote{font-style: italic;font-size: 93%;opacity: 0.8;}
@media(max-width:767px){
	.modal-productApp .modal-dialog-centered{margin:30px 10px 50px;}
	.modal-productApp .modal-header{padding-left:15px;}
	.modal-productApp .modal-header .name-combo,
	.modal-productApp .modal-header .modal-title{ font-size: 18px;}
	.modal-productApp .modal-footer .button{width:100%;margin: 0;}
	.modal-productApp .modal-footer .button + .button{margin-top:15px;}
}
/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact{text-align: center;font-size: 0px;padding: 0!important;color:#333;	background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-popupContact:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-popupContact.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-popupContact .modal-dialog-centered .modal-content {width: 100%; }
.modal-popupContact .modal-dialog-centered{margin: 35px auto 50px;display: inline-block;text-align: left;vertical-align: middle;font-size: 14px;}
.modal-popupContact.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-popupContact.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media (max-width: 767px) {
	.modal-popupContact .modal-dialog-centered{margin: 35px 10px 50px;}
}
.modal-popupContact .close-popup-contact{
	background-color: rgba(0, 0, 0, .3);	
	height:30px;width:30px;line-height: 30px;	
	position: absolute;right: 10px;top: 10px;z-index: 2;
	border-radius: 50%;opacity: 1;text-align: center;outline: none;
}
.modal-popupContact .close-popup-contact svg{display: block;margin: auto;height: 30px;width: 14px;text-align: center;fill:#f3f3f3}
.modal-popupContact .close-popup-contact:hover{background-color: rgba(0,0,0,.6);}
.modal-popupContact.popupBanner .modal-content{background-color: transparent;width: auto;margin-left:auto;margin-right:auto;}
.modal-popupContact.popupForm .modal-content {
	position: relative;overflow: hidden;padding: 0;
	background-image: url('https://file.hstatic.net/1000273467/file/ffdghjkl_f6fc765a2b0446dbb22fc1f290f48e20.jpg');
	background-size: cover;background-repeat: no-repeat;background-color: #e6e6e6;
}
.modal-popupContact.popupForm .modal-content:before{
	content:"";	position: absolute;top: 0;bottom: 0;right: 0;
	background:#f3f3f3;opacity: 0.75;
}
.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{width:58%}
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{position: relative;padding: 50px 25px;float:right;}
.title-popup-contact {font-size: 24px;	margin: 0px 0px 10px;font-weight: 500;}
.message-popup-contact {margin-bottom: 25px;}
.title-adv-popup-contact {font-size: 14px;margin-bottom: 5px;}
.list-adv-popup-contact li {list-style-type: disc;margin-left: 25px;font-size: 14px;}
.popup-form-customer{margin-bottom:15px}
.popup-form-customer .input-group {width: 100%;display: block;margin-bottom:0}
.popup-form-customer .succes-popup{font-size:13px;min-height: 25px; visibility: hidden;margin: 0;text-align: center;}
.popup-form-customer .succes-popup.error{visibility: visible;color: red;}
.popup-form-customer .succes-popup.success{visibility: visible;color: #27a208;}
.popup-form-customer .input-group input{-moz-appearance: none;-webkit-appearance: none;appearance: none;}
.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon{
	width:100%;margin-bottom:15px;
	height: 45px;padding:10px 20px;line-height: 25px;
	background: #fff;border:1px solid #e7e7e7;
}
.popup-form-customer .input-group .input-group-addon {
	margin-bottom:8px;font-weight: 700;color: #fff;cursor: pointer;
	background-color:#ff9e9e;border-color:#ff9e9e;
}
.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus{
	background-color:#fff;border-color:#ff9e9e;color:#ff9e9e;
}
@media (min-width: 768px) {
	.modal-popupContact .modal-dialog-centered{width:650px;}
}
@media (max-width: 767px) {
	.modal-popupContact.popupForm .modal-content:before, 
	.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{width:100%;}
}
/*** End popup-contact.css ***/

