:root{
	--color-main:#89221d;
	--text-color:#000;
	--hover-link-color:#000;
	--bgflashsale:#89221d;
}




@font-face {
	font-family: 'SFProDisplay';
	src: url("https://file.hstatic.net/200000596505/file/sf-pro-display-medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'FontAwesome';
	src: url('//cdn.hstatic.net/themes/200000596505/1001391488/14/fontawesome.eot?v=111');
	src: url('//cdn.hstatic.net/themes/200000596505/1001391488/14/fontawesome.eot?v=111') format('embedded-opentype'), url('//cdn.hstatic.net/themes/200000596505/1001391488/14/fontawesome.woff?v=111') format('woff'), url('//cdn.hstatic.net/themes/200000596505/1001391488/14/fontawesome.ttf?v=111') format('truetype'), url('//cdn.hstatic.net/themes/200000596505/1001391488/14/fontawesome.svg?v=111') format('svg');
	font-weight: normal;
	font-style: normal;
} 

*{font-family:SFProDisplay, sans-serif!important;margin: 0;padding: 0;}
.fa{font-family: 'FontAwesome'!important;}
html,body{border: 0;background-color: #fff;overflow: hidden;
	overflow-y: auto;}
html{font-size: 62.5%;-webkit-overflow-scrolling: touch;-webkit-text-size-adjust:none;-ms-text-size-adjust:100%;}
img{max-width:100%;}
body{
	line-height:1.4;
	font-size: 14px;
	color:#000;
	overflow-x: hidden;
	background : #fff;
	position: initial !important;
	font-weight:300;
}	
/* 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:#000; 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:#000;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:var(--hover-link-color);text-decoration: none; outline: none;}	
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#252a2b;line-height: 1.1; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:var(--hover-link-color);}
/* 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,b{font-weight:bold;}
// em { font-style: initial; }
/* 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;}
/* lazyload */
.owl-carousel .owl-item img,
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: initial !important; 
}
img.owl-lazy:not([src]){visibility: hidden;}
.owl-carousel .owl-item img {
	width: auto!important;
	text-align: center;
	margin: auto;
	overflow: hidden;
}
.owl-nav.disabled{display:none}
.owl-dots.disabled{display:none}
.owl-nav button{border:0;}
.ratiobox {position: relative;display: block;}
.ratiobox .ls-blur-up-is-loading,.ratiobox .lazyload:not([src]) {	visibility: hidden;min-height:200px}
.ratiobox .ls-blur-up-img{
	position: absolute;top: 0;left: 0;
	width: 100%;height: 100%;display: block;
	font-family: "blur-up: auto", "object-fit: contain";
	-o-object-fit: contain;object-fit: contain;filter: blur(8px);
	opacity: 1;transition: opacity 500ms, filter 700ms;
}
.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded {opacity: 0;	filter: blur(5px);}
/* END ++++ lazyload */
@media (min-width:768px){
	.container-fluid{
		padding:0 35px;
	} 
}
@media(min-width:1200px) {
	.container-fluid {max-width: 1330px;padding: 0 35px;}
	.wrapper-home-information .container-fluid{padding-left: 0;}
}
@media(min-width:1800px) {
	.container-fluid {max-width: 1670px;padding: 0 35px;}
	.wrapper-home-information .container-fluid{padding-left: 0;}
}
@media (max-width:767px){
	.container-fluid{
		padding:0 10px;
	}
}
.mainContent-theme {min-height: 80vh;}
/*.pdtop{padding-top:30px;}*/
.modal-backdrop{
	background-color:rgba(0,0,0,0.5);
}

/*===========================BREADCRUMB=====================*/
.breadcrumb{background:#fff;padding-left:0;padding-right:0;}
.breadcrumb li span[itemprop="name"]{
	display: inline-block;
	padding: 0 10px;
	color: #7f7f7f;
	position:relative;
}
.breadcrumb li:not(:last-child) span[itemprop="name"]:before{
	position:absolute;
	content: "/";
	right:-4px;
}
.breadcrumb li.active span{
	color: var(--color-main);
	font-weight:500;
}
body.locked-scroll{
	overflow:hidden;
}
.text-error{
	font-weight: 400;
	color: #f12f2f;
}
/*========================================================================*/
.main-body{position:relative;background:#fff;}
main.main-index{position: relative;	z-index:99;}

.flex-items-center{
	align-items:center;
	-webkit-align-items:center;
}

.ani-image{
	display:block;
	overflow:hidden;
}
.ani-image img{
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.ani-image:hover img{
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
/*--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------*/
.mainHeader--height{background:#fff;position:relative;}
.header-topbar{
	background:red!important;
	text-align: center;
	position:relative;
	height:32px;
}
.header-topbar .topbar-des{
	color: #000000;
	font-size: 14px;
	padding:6px 0;
}
.header-topbar .topbar-slider{
	height:32px;
	width:100%;
	background: #FF0C0C;
	padding:0 5px;
}
.header-topbar .swiper-pagination-clickable .swiper-pagination-bullet{display:none !important}
.header-top{padding:15px 0 20px;}
.header-logo{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.header-logo a{
	display:block;
}
.header-logo img{max-width:200px;width:100%;}
.header-logo:not(.switch-ref) .switch-brand{
	display:none;
}
.header-logo.switch-ref img{
	max-width:180px;
}
.header-logo.switch-ref a{margin:0 3px;}
.header-main{
	position:relative;
	box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 10%);
	background:#fff;
}
.header-main.hSticky {
	visibility: hidden;
	opacity: 0;
}
.header-main.hSticky.hSticky-nav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}
/*.header-main.hSticky.hSticky-nav.hSticky-up{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
}*/
.header-main.hSticky.hSticky-nav{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header-search{
	position: fixed;
	background: #fff;
	padding: 30px 0;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.3s cubic-bezier(0, 0, 0.38, 1);
	z-index: 999999;
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	opacity:0;
	visibility:hidden;
}
.header-search>.container-fluid{
	position: relative;
	z-index: 99999;
}
.header-search.show-search{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
	visibility:visible;
}
.header-search .header-search__logo img{max-width:150px;width:100%;}

.search-wrapper__box{
	max-width: 650px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	position:relative;
}
.search-wrapper__box .search-dropdown{
	width: 100%;
	margin-top: 5px;
}
.search-dropdown .search__list{margin:0;}
.search-dropdown .search__list li{
	display:inline-block;
	margin-right:8px;
}
.search-dropdown .search__list li a{
	font-size: 14px;
	color:#6c757d;
	transition: all 0.3s;
}
.search-dropdown .search__list li a:hover{font-weight:#000;}
.header-search .searchform{
	background: #fff;
	position: relative;
	z-index: 9999;
	webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-search .wpo-search-inner{
	border: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.header-search .wpo-search-inner .searchinput {
	padding: 3px 15px;
	width: 100%;
	height: 45px;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	border: 1px solid #000;
	border-radius: 9999px;
	color: #000;
}
.header-search .btn-search{
	position: absolute;
	top: 3px;
	right: 3px;
	height: calc(100% - 6px);
	width: 56px;
	/*background: var(--color-main);*/
	background:#ff0a0b;
	border-radius: 999px;
	border: 0;
	padding: 10px 20px;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.header-search .btn-search svg{
	width: 16px;
	height: 16px;
	display: inline-block;
}
.header-search .search-close{
	display: inline-block;
	padding: 0 15px;
}
.smart-search-wrapper{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 80;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,8%);
	border-radius: 10px;
	margin-top:12px;
}
.smart-search-wrapper .item-ult{
	padding: 10px 10px;
	border-bottom: 1px dotted #dfe0e1;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
}
.smart-search-wrapper .item-ult .thumbs{
	width: 40px;
	display: inline-block;
	text-align: right;
}
.smart-search-wrapper .item-ult .title{
	width: calc(100% - 40px);
	padding-left: 10px;
	float: left;
	line-height: 20px;
	position: relative;
	margin-top: 0px;
}
.smart-search-wrapper .item-ult .title a{
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
.smart-search-wrapper .item-ult .f-initial{
	line-height: 15px;
	font-size: 14px;
	margin: 0;
}
.smart-search-wrapper .item-ult .f-initial del{
	font-size: 13px;
	color: #666;
	font-weight: 300;
	margin-left:3px;
}
.smart-search-wrapper .resultsMore{
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 10px 0;
}
.smart-search-wrapper .dataEmpty{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	margin:0;
}
.header-main .header-language-search{
	align-items: center;
	-webkit-align-items: center;
}
.header-main .header-language-search .item-left:not(:last-child){
	margin-right:20px;
}
.header-language-search .language-list{
	margin:0;
	position:relative;
}
.language-list li img{width:20px;}
.language-list .sub-lang{
	position: absolute;
	left: 0;
	z-index:9999;
	width: 120px;
	top: 100%;
	background: #fff;
	box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 10%);
	border-radius: 4px;
	border:1px solid #ddd;
	display:none;
}
.language-list .sub-lang li{cursor:pointer;}
.language-list .sub-lang li a{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding:5px 8px;
	transition: all 0.3s;
}
.language-list .sub-lang li a img{
	margin-right:3px;
}
.language-list .sub-lang li a span{
	font-size:14px;
}
.language-list .sub-lang li a:hover{
	background:#e0e0e0;
}
.header-language .language-list:hover .sub-lang{display:block;}
.header-language-search .search-dt{
	position:relative;
}

.search-dt .search-lg{
	width: 190px;
	position: absolute;
	top: 100%;
	right: 0;
	transition:all 0.3s;
	transform:translateY(20px);
	opacity:0;
	visibility:hidden;
	z-index:999;
}
.search-dt.show-search .search-lg{
	transform:translateY(0);
	opacity:1;
	visibility:visible;
}
.search-dt .search-lg .btn-search{
	position: absolute;
	background: #dfdfdf;
	width: 30px;
	height: 30px;
	border: 0;
	outline: 0;
	right: 0;
	top: 0;
	border-radius: 4px;
}
.search-dt .search-lg .btn-search img{width:18px;}
.search-dt .search-lg .searchinput{
	width: 100%;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 5px;
	font-size: 14px;
	color: #000;
	outline:0;
}
.header-actions__list{
	margin:0;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.header-actions__list .actions-item{
	position:relative;
}
.header-actions__list .actions-item img.ic-ac{width:18px;}
.header-actions__list .actions-item:not(:last-child){
	margin-right:20px;
}
.actions-item .count-notify{
	position: absolute;
	display: block;
	font-size: 10px;
	background: #47474c;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	right: -3px;
	bottom: -7px;
	color: #fff;
}
.action-cart .count-cart{
	position: absolute;
	right: 0;
	bottom: -3px;
	display: block;
	line-height: 12px;
	text-align: center;
	font-size: 10px;
}
.action-cart .count-cart:not(.count-empty){
	background: #47474c;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	right: -7px;
	bottom: -7px;
	color: #fff;
}
.actions-item .notify-wrapper{
	position: absolute;
	width: 260px;
	top:calc(100% + 10px);
	right: 0;
	background: #fff;
	z-index: 999;
	border: 1px solid #ddd;
	border-radius: 4px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
	box-shadow:1rem 1rem 3rem rgb(0 0 0 / 10%);
}
.notify-wrapper .notify-list li a{
	font-size:14px;
	line-height:calc(16/14);
	display:block;
	padding:10px 20px;
}
.notify-wrapper .notify-list li a:hover{
	background:#e0e0e0;
}
.actions-item.active .notify-wrapper{
	opacity:1;
	visibility:visible;
}
.hamburger-menu{margin-right:8px;}

.hamburger-menu-icon {width:25px;height:20px;text-align: center;cursor: pointer;display: block;	transition: all 150ms linear;}
.hamburger-menu-icon .bar, .hamburger-menu-icon .bar:after, .hamburger-menu-icon .bar:before {width: 20px;height: 2px;}
.hamburger-menu-icon .bar {	
	position: relative;background: #979a9b;	
	display: inline-block; vertical-align: middle;
	-ms-transition:all 0ms 100ms, width 150ms linear;
	-webkit-transition:all 0ms 100ms, width 150ms linear;
	transition: all 0ms 100ms, width 150ms linear;
}
.hamburger-menu-icon .bar:before {
	content: "";
	position: absolute;left: 0;top:-6px;background: #979a9b;
	-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-icon .bar:after {
	content: "";
	position: absolute;	left: 0;	bottom:-6px;background: #979a9b;
	-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;
}
.btn-hamburger.active .hamburger-menu-icon .bar {height: 0;background: transparent; }
.btn-hamburger.active .hamburger-menu-icon .bar:before {
	position: absolute;top: 0px;
	-webkit-transform: rotate(45deg);	-ms-transform: rotate(45deg);transform: rotate(45deg);	
}
.btn-hamburger.active .hamburger-menu-icon .bar:after {
	position: absolute;top: 0px; 
	-webkit-transform: rotate(-45deg);	-ms-transform: rotate(-45deg);transform: rotate(-45deg);
}
.btn-hamburger.active .hamburger-menu-icon .bar:before {-ms-transform: rotate(-45deg);transform: rotateZ(-45deg);}
.btn-hamburger.active .hamburger-menu-icon .bar:after {-ms-transform: rotate(45deg);transform: rotateZ(45deg);}

.action-cart .ic-ac.ani-bounce{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0); }
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0); }
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0); }
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0); }
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0); } }
/*--------------------- Menu Desktop ---------------------*/
.header-nav .nav-main{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin:0;
}
.nav-main .nav-item>a{
	display: inline-block;
	font-size: 14px;
	line-height: calc(24/20);
	color: #070606;
	padding: 8px 15px;
	transition: all 0.3s;
	position:relative;
}
.nav-main .nav-item:not(.hasChild) a:before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	border-radius: 999px;
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	transition: width 0.3s ease, opacity 0s 0.3s;
	opacity: 0.5;
}
.nav-main .nav-item:not(.hasChild) a:hover:before{
	transition: width 0.3s ease, opacity 0s 0.3s;
	width: calc(100% - 3rem);
}
.nav-main .nav-item a img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:0;
}
.nav-main .nav-item.hasChild .sub-menu a img{
	right:10px;
}
.nav-main .nav-item:hover>a{
	border-color:var(--hover-link-color);
}
.nav-main .nav-item a:hover,.nav-main .nav-item>a.active{
	color:var(--hover-link-color);
}
.nav-main .nav-item>a>i{
	display: inline-block;
	/*vertical-align: middle;*/
	font-size: 20px;
	margin-left: 0px;
	margin-bottom: 3px; 
}
.nav-main li.hasChild{position:relative;}
.nav-main .sub-menu{
	position: absolute;
	background: #fff;
	z-index: 999;
	min-width: 200px;
	box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
	-moz-transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
	-ms-transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
	-o-transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
	transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
}
.nav-main .sub-menu.sub-lv1{
	transform: translateY(20px);
	left: 0;
	top: 100%;
}
.nav-main .sub-menu.sub-lv2{
	transform: translateX(20px);
	top: -1px;
	left: 100%;
}
.nav-main .sub-menu li a{
	display: block;
	padding: 13px 15px;
	font-size: 14px;
	position: relative;
	transition: all 0.3s;
}
.nav-main .sub-menu li a i{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 20px;
}

.nav-main li.hasChild:hover .sub-menu.sub-lv1{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.sub-menu.sub-lv1 li.hasChild:hover>.sub-menu.sub-lv2{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
@media (min-width:1200px){
	.nav-main>.nav-item:hover a img{
		animation: jump 1s linear infinite;
		-webkit-animation: jump 1s linear infinite;
		-moz-animation: jump 1s linear infinite;
		-ms-animation: jump 1s linear infinite;
	}
}
@keyframes jump{
	0% {
		transform: translateY(-50%);
	}
	25% {
		transform: translateY(calc(-50% - 3px));
	}
	50% {
		transform: translateY(-50%);
	}
	75% {
		transform: translateY(calc(-50% + 3px));
	}
	100% {
		transform: translateY(-50%);
	}
}

-webkit-@keyframes jump{
	0% {
		transform: translateY(-50%);
	}
	25% {
		transform: translateY(calc(-50% - 3px));
	}
	50% {
		transform: translateY(-50%);
	}
	75% {
		transform: translateY(calc(-50% + 3px));
	}
	100% {
		transform: translateY(-50%);
	}
}
-moz-@keyframes jump{
	0% {
		transform: translateY(-50%);
	}
	25% {
		transform: translateY(calc(-50% - 3px));
	}
	50% {
		transform: translateY(-50%);
	}
	75% {
		transform: translateY(calc(-50% + 3px));
	}
	100% {
		transform: translateY(-50%);
	}
}
/*--------------------------------------------------------------------------------
INDEX
--------------------------------------------------------------------------------*/
.relative-slider{position:relative;}
.slider-video__wrapper{
	position:relative;
	padding-top: 42.5%;
}
.slider-video__wrapper video{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}
.relative-slider .slider-action{
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	z-index:2;
}
.btn-sec.btn-slider{
	padding:5px;
	font-weight:300;
	border:none;
	color:#000;
	width: 270px;
}
#homepage_slider img {
width:100%!important;
}
#homepage_slider .owl-dots{
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
}
#homepage_slider .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px solid var(--color-main);
	border-radius: 100%;
	background: transparent;
	outline:0;
}
#homepage_slider .owl-dots .owl-dot:not(:last-child){
	margin-right: 10px;
}
#homepage_slider .owl-dots .owl-dot.active{
	background: var(--color-main);
	border-color: var(--color-main);
}
.section-index{margin-top:20px;}
.section-category .row-category{
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.section-category .row-category.owl-loaded .item-category__home{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width:768px){
	.item-category__home{
		flex: 0 0 calc(100% / 5);
		-ms-flex: 0 0 calc(100% / 5);
		max-width:calc(100% / 5);
		margin-bottom:15px;
	}
}
.item-category__home .item-category__box{padding:5px;}
.item-category__home .item-category__box a{
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.item-category__home .item-category__image{
	flex: 0 0 90px;
	-ms-flex: 0 0 90px;
	height: 90px;
	position: relative;
	border:1px solid var(--color-main);
	border-radius:100%;
	padding:10px;
	overflow:hidden;
}

.item-category__home .item-category__info{
	flex: 100%;
	max-width: 100%;
	padding-left: 0;
	margin-top: 8px;
}
.item-category__home .item-category__info h4{
	margin: 0;
	font-size: 16px;
	color:var(--text-color);
}
.section-promotion .list-promotion{
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 8px;
}
.section-promotion .list-promotion::-webkit-scrollbar {
	width: 10px;
	height:7px;
}
.section-promotion .list-promotion::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.section-promotion .list-promotion::-webkit-scrollbar-thumb {
	background: #000;
}
.section-promotion .list-promotion::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.list-promotion .item-promotion .item-promotion__box{
	position: relative;
	background: #fff;
	border:1px solid #ddd;
	padding: 15px 30px;
	min-height: 120px;
	height:100%;
}
.list-promotion.bg-promotion .item-promotion .item-promotion__box{
	border:0;
}
.list-promotion.bg-promotion .item-promotion .item-promotion__image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	width:100%;
	height:100%;
	object-fit:cover;
}	
.list-promotion:not(.bg-promotion) .item-promotion .item-promotion__image{display:none;}
.item-promotion .item-promotion__image img{
	height: 100%;
	width: 100%;
}
.list-promotion .item-promotion .item-promotion__body{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
	position:relative;
}
.list-promotion .item-promotion .promotion-title{
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 3px;
}
.list-promotion .item-promotion .promotion-des{
	font-size: 13px;
	line-height: 1.2;
	color: #727272;
	padding-bottom: 7px;
	min-height: 40px;
}
.list-promotion .item-promotion .promotion-des p{margin:0;font-weight:400;}
.list-promotion .item-promotion .item-promotion__btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.list-promotion .item-promotion a.btn-coupon {
	display: inline-block;
	padding: 0px 15px;
	margin-bottom: 0;
	border-radius: 15px;
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	background: var(--color-main);
	color: #fff;
}
.list-promotion .item-promotion a.btn-coupon.de-active{
	pointer-events:none;
	opacity:0.6;
}
.list-promotion .item-promotion .item-promotion__btn a{font-weight:400;}
.promotion-product .item-promotion{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.section-heading{margin-bottom:20px;}
.section-heading .section-title{
	text-align: center;
	font-size: 16px;
	font-weight:500;
	text-transform: uppercase;
	line-height: calc(19/16);
	margin: 0;
}
.section-heading .section-title a{
	padding-bottom:6px;
	display:inline-block;
	border-bottom:2px solid transparent;
	transition: all 0.3s;
}
.section-heading .section-title a:hover{border-color:#000;}
.viewall-row .btn-viewall{
	display:inline-block;
	font-size: 16px;
	line-height: calc(24/20);
	color: var(--text-color);
	font-weight: 500;
	padding-bottom: 6px;
	border-bottom:2px solid transparent;
	transition: all 0.3s;
}
.viewall-row .btn-viewall:hover{
	border-color:#000;
}
.section-banner .banner-home__box img{width:100%;}
.hm-tabs__list{
	margin:0;
	display: -ms-flex;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hm-tabs__list .hm-tabs__item{padding:0 15px;}
.hm-tabs__list .hm-tabs__item a{
	display: inline-block;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: calc(19/16);
	padding-bottom: 6px;
	border-bottom: 2px solid transparent;
	opacity:0.6;
	transition: all 0.3s;
	text-transform: uppercase;
}
.hm-tabs__list .hm-tabs__item a.active,
.hm-tabs__list .hm-tabs__item a:hover{
	border-color:#000;
	opacity:1;
}
.hm-tabs__content:not(.active){display:none;}
.banner-video__wrapper{
	position:relative;
	padding-bottom:42.5%;
	overflow:hidden;
}
.banner-video__wrapper video{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
/*----------------------PRODUCT LOOP------------------*/
.pro-loop{margin-bottom:40px;}
.pro-loop .product-img {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.pro-loop .product-img .pro-loop-wl{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}
.pro-loop .product-img .pro-loop-wl img{
	width: 20px;
	height: 20px;
}
.pro-loop .product-img .badge-new{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	border: 1px solid var(--color-main);
	background:var(--color-main);
	padding: 0px 8px;
	font-size: 12px;
	font-weight: 400;
}
.pro-loop .product-img .badge-new img{width:40px;}
.pro-loop a{display:block;}
.pro-loop .product-img picture{
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	height: 100%;
}
.pro-loop .product-img picture:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.pro-loop .product-sale span{
	text-align: center;
	font-weight: 500;
	font-size: 10px;
	color: var(--color-main);
	border: 1px solid var(--color-main);
	border-radius: 4px;
	padding: 3px 5px;
}
.pro-loop .sold-out{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-loop .sold-out span{
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	display: inline-block;
	color: #fff;
	cursor: default;
}
.pro-loop .product-detail{padding-top:9px;}
.pro-loop .product-detail .box-pro-name{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.pro-loop .product-detail .pro-name{
	margin:0;
	text-transform: capitalize;

}
.pro-loop .product-detail .pro-name a{
	color:var(--text-color);
	transition: all 0.3s;
	font-size:14px;
	font-weight:300;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	-ms-flex: 1;
	height:31.5px;
}
.pro-loop .product-detail .pro-name a:hover{
	color:var(--hover-link-color);
}
.pro-loop .product-detail .badge-new span{
	font-size: 14px;
	font-weight:500;
	line-height: calc(23/20);
	display: inline-block;
	color: #FC0001;
	text-transform: capitalize;
}
.pro-loop .product-detail .box-pro-prices{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
}
.pro-loop .box-pro-promotion{
	text-align:center;
}
.box-pro-promotion{margin-top:15px;}
.product-content-desc .box-pro-promotion{margin-bottom:10px;}
.box-pro-promotion .info-promotion{
	padding: 3px 5px;
	border: 1px solid var(--color-main);
	border-radius: 8px;
	display: inline-block;
	color: var(--color-main);
	font-size:12px;
}
.box-pro-promotion .info-promotion:not(:last-child){
	margin-bottom:5px;
}
.pro-loop .box-pro-note{
	margin-top: 8px;
	color: #e71111;
	font-weight: 300;
}
.pro-loop .product-detail .pro-price{margin-bottom:0;}
.pro-loop .product-detail .pro-price span{
	font-size:14px;
	line-height:calc(17/14);
	color:#000
}
.pro-loop .product-detail .pro-price .pro-price-del{color:#b3b0b0;margin-left:5px;}
.pro-loop .product-detail .pro-price .pro-price-del span{
	color:#b3b0b0;
}
.pro-loop .product-detail .pro-price.highlight .current-price{
	color:#000;
}
.pro-loop .product-detail .pro-price .current-price{
	font-weight:500;
}
.pro-loop .product-detail .pro-price.highlight .current-price span{color:#000;}
.pro-loop .pro-sold__sold{
	margin-top:8px;
}
.pro-loop .box-pro-action{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom:5px;
}
.pro-loop .box-pro-promotion{
	margin-top: 15px;
	text-align: center;
}
.pro-loop .box-pro-promotion .btn-add-promo{
	display: inline-block;
}
.box-pro-action .pro-action__item .toogle-addcart img{width:18px !important;}
.box-pro-action .pro-action__item .toogle-addcart svg{
	display:inline-block;
	width:22px;
	height:22px;
}
.box-pro-action .pro-action__item .toogle-addcart svg path{
	fill: var(--color-main);
}
.box-pro-action .pro-action__item{position:relative;}

.pro-action__item .pro-addtocart__wrapper{
	position: absolute;
	bottom: 102%;
	right: 0;
	background: #fff;
	z-index: 22222;
	border: 1px solid #51494B;
	width: 170px;
	border-radius: 4px;
	padding: 10px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	opacity:0;
	visibility:hidden;
}
.pro-action__item.active .pro-addtocart__wrapper{
	opacity:1;
	visibility:visible;
}
.pro-action__item .info-line{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
	border-bottom: 1px solid #333;
	margin-bottom: 8px;
}
.pro-action__item .option-title{
	color: #070606;
	font-size: 14px;
	line-height: calc(17/14);
}
.pro-action__item .option-list{
	max-width: 66px;
}
.pro-action__item .option-list .option-list__v{
	margin: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 110px;
	background: #fff;
	z-index: 99;
	border: 1px solid #51494B;
	border-radius: 4px;
	transition: all 0.3s;
	display:none;
}
.pro-action__item .option-list .option-list__v li{
	display:block;
	padding:3px 5px;
	font-size:12px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}
.pro-action__item .option-list .option-list__v li:hover{
	font-weight:500;
}
.pro-action__item .info-line.variant-loop .option-list{
	position: relative;
	flex:1;
	-ms-flex:1;
}
.pro-action__item .info-line .v-name{
	width: 100%;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding-right: 15px;
	cursor:pointer;
	position:relative;
}
.pro-action__item .info-line.variant-loop .option-list .v-name:before{
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome'!important;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 15px;
}
.pro-action__item .info-line.qv-quantity__box .option-list{overflow:initial;position:relative;}
.pro-action__item .info-line.qv-quantity__box .option-list:before{
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	right: 0;
	font-size: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.qv-quantity__box .option-list .quantity-quick{
	max-width: 66px;
	width: 100%;
	border: 0;
	text-align: center;
	padding-right: 15px;
}
.qv-quantity__box .option-list .list-quantityq{
	position: absolute;
	margin: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	z-index: 9;
	left: 0;
	border: 1px solid #51494B;
	border-radius: 4px;
	display:none;
	transition: all 0.3s;
	height:110px;
	overflow:hidden;
	overflow-y:auto;
}
.qv-quantity__box .option-list .list-quantityq::-webkit-scrollbar {
	width: 6px;
}
.qv-quantity__box .option-list .list-quantityq::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.qv-quantity__box .option-list .list-quantityq::-webkit-scrollbar-thumb {
	background: #888;
}
.qv-quantity__box .option-list .list-quantityq::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.qv-quantity__box .option-list .list-quantityq li a{
	display:block;
	padding:3px 0;
	text-align:center;
	color:#000;
}
.qv-quantity__box .option-list .list-quantityq li a:hover{
	font-weight:500;
}

.pro-action__item .btn-addcartquick,
.pro-action__item .btn-add-promo{
	font-size: 14px;
	text-align: center; 
	color: #FFFFFF;
	background: var(--color-main);
	display: block;
	padding: 3px 5px;
	border-radius: 4px;
}



/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------------------------*/
.wrap-addcart__bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
}
.wrap-addcart__bottom .btn-addcart__bottom{
	display: block;
	text-align: center;
	background: #000;
	height: 45px;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 16px;
}
.btn-addcart__bottom.disabled{
	background: #303030;
	pointer-events: none;
}
.product-detail-main .product-gallery__thumbs-container{
	width:100px;
	padding-right: 15px;
	overflow: hidden;
	overflow-y: auto;
	float:left;
}
.product-detail-main .product-gallery__thumbs-container::-webkit-scrollbar {
	width: 4px;
	display: none;
}
/* Track */
.product-detail-main .product-gallery__thumbs-container::-webkit-scrollbar-track {
	background: rgba(0,0,0,.25);
}
/* Handle */
.product-detail-main .product-gallery__thumbs-container::-webkit-scrollbar-thumb {
	background: #000;
}
/* Handle on hover */
.product-detail-main .product-gallery__thumbs-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.product-gallery__thumbs-container .product-gallery__thumb{
	padding:5px;
	border:1px solid transparent;
}
.product-gallery__thumbs-container .swiper-slide.swiper-slide-thumb-active .product-gallery__thumb{
	border-color:#51494B;
}
.product-gallery__thumbs-container .product-gallery__thumb .thumb-video{
	height: 73px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.product-gallery__thumb .thumb-video span{
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #000;
	margin-top: 5px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#000;
}
#sliderproduct-mb .slide_product:not(.owl-loaded) .item-slide:not(:first-child){display:none}
#sliderproduct-mb{
	position:relative;
}
#sliderproduct-mb .slide-fraction{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index:999;
	display: inline-block;
	padding: 2px 10px;
	background: #919392;
	border-radius: 20px;
	color: #fff;
}
.product-detail-main .product-image-detail{
	width:calc(100% - 100px);
	padding-left:10px;
	float:left;
}
.product-image-detail .product-gallery-item:not(:last-child){margin-bottom:10px;}

.product-content-desc .product-title h1{
	font-size: 24px;
	line-height: calc(34/28);
	margin: 0;
	color: var(--text-color);
	padding-right:10px;
}
#product .row-title-reviews {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#product .row-title-reviews .reviews-badge-count {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#product .row-title-reviews .reviews-badge-count .reviews-star {
	margin-right: 5px;
}
#product .row-title-reviews .reviews-badge-count .reviews-star i {
	color: #f8ce1a;
	margin-right: 3px; 
}
#product .row-title-reviews .reviews-badge-count .reviews-number {
	color: #8A8380;
	font-size: 14px;
	line-height: calc(17/14);
}
.product-content-desc .pro_sku{
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #6d6d6d;
}
.product-content-desc .product-meta{
	margin: 15px 0 10px;
}
.product-content-desc .product-price .pro-sale{display:none;}
.product-content-desc .product-price .pro-price{
	font-size: 18px;
	line-height: calc(27/23);
	color: #51494B;
}
.product-content-desc .product-price del{
	margin-left: 8px;
	font-size: 16px;
	color: #898989;
}
.product-content-desc .product-ecommerce{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:8px;
}
.product-ecommerce .block-ecommerce{
	margin:0;
}
.product-ecommerce .ecommerce-list{margin:0;}
.product-ecommerce .ecommerce-list li{display:inline-block;}
.product-ecommerce .ecommerce-list li img{width:32px;}
.product-ecommerce .ecommerce-list li:not(last-child){margin-right:3px;}
.product-price__save .price-save{
	color: #c44a01;
	font-size: 14px;
	display: inline-block;
}
.product-price__save .sale-percent{
	display: inline-block;
	min-width: 40px;
	margin-left: 0.3rem;
	color: #fff;
	background: var(--color-main);
	text-align: center;
}
.detail-flash{margin-bottom:10px;display:block;}
.detail-flash__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
}

.detail-flash .detail-flash__lt{
	display: flex;
	align-items: center;
}
.detail-flash .detail-flash__lt .flash-icon {
	display: inline-block; }
.detail-flash .detail-flash__lt .flash-desc {
	font-weight: 400;
	color:#fde458;
	text-transform:uppercase;
}
.detail-flash .detail-flash__txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	margin-top:-1px;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	white-space: nowrap;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 400;
	color:#fff;
}
.detail-flash .detail-flash__txt .endTips {
	margin-right: 5px;
}
.detail-flash .detail-flash__txt .end-date span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #fff;
	text-align: center; 
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	border-radius: 4px;
	color:#000;
}
.detail-flash .detail-flash__txt .end-date span:not(:last-child){
	margin-right:4px;
}
.detail-flash .detail-flash__txt a {
	display: inline-block;
	font-size: 20px;
	width: 17px;
	text-align: right; 
}
.product-content-desc .selector-wrapper{display:none;}
.variant-sizguide{
	position:relative;
}
.variant-sizguide .box-item__sizeguide:not(.has-c){margin-top:10px;}
.variant-sizguide .box-item__sizeguide.has-c{
	position: absolute;
	top: 0;
	right: 0;
}
.box-item__sizeguide .btn-size-guide{
	font-size: 14px;
	line-height: calc(25/21);
	font-weight: 500;
	color: #51494B;
	background: transparent;
	outline: 0;
	border: 0;
}
.select-swatch .swatch .header{
	font-size: 16px;
	line-height: calc(25/21);
	color: #51494B;
	margin-bottom: 10px;
}
.select-swatch .swatch.swatch-color .select-swap{
	display:-ms-flexbox;
	display:-webkit-flexbox;
	display:flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-left:-5px;
	margin-right:-5px;
}
.select-swatch .swatch .swatch-element.color{
	flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	padding:0 5px;
	margin-bottom:15px;
}
.select-swatch .swatch .swatch-element input{
	position:absolute;
	opacity:0;
	visibility:hiddenl
}
.select-swatch .swatch .swatch-element.color span{
	display:block;
	text-align:center;
	font-size:13px;
	line-height:calc(20/17);
	margin-top:5px;
	color:#51494B;
	text-transform:capitalize;
	padding:0 5px 0;
}
.select-swatch .swatch .swatch-element.color label{
	border:1px solid transparent;
	margin:0;
	cursor:pointer;
	height:100%;
}
.select-swatch .swatch .swatch-element.color label.sd{
	border-color:#51494B
}
.select-swatch .swatch .swatch-element.soldout{
	opacity:0.4;
	pointer-events:none;
	position:relative;
}
.select-swatch .swatch .swatch-element:not(.color).soldout:before{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	background:#ddd;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
.select-swatch .swatch .swatch-element.color.soldout span{position:relative;}
.select-swatch .swatch .swatch-element.color.soldout span:before{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	background:#ddd;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
.select-cus .select-cus__item label.sd{font-weight:400}
.product-content-desc .select-swatch{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.select-swatch .swatch-color{
	margin-bottom:35px;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
}
.select-swatch .variant-quantity__line{
	flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	margin-bottom:20px;
}
.select-swatch .variant-quantity__line.box-quantity{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
}
.select-swatch .variant-quantity__line .variant-choose__box{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
}
.variant-quantity__wrapper{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom:35px;
}
.variant-quantity__wrapper .variant-quantity__line{
	flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
}
.variant-quantity__line .header{
	margin:0 !important;
	font-size: 16px;
	line-height: calc(25/21);
	color: #51494B;
}
.variant-quantity__line .select-cus{
	flex: 1;
	-ms-flex: 1;
	text-align: center;
	position: relative;
}
.select-cus .select-cus__title{
	font-size: 16px;
	line-height: 1;
	color: #51494B;
	position: relative;
	cursor:pointer;
	max-width: 120px;
	width: 100%;
	min-height: 20px;
	margin-left:auto;
}
.select-cus .select-cus__title input{
	max-width: 90px;
	text-align: center;
	outline: none;
	border: 0;
	font-weight:300;
	height: 20px;
}
.select-cus .select-cus__title:before{
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome'!important;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 15px;
	transition: transform 0.3s ease-in-out;
}
.select-cus .select-cus__title.active:before{
	transform: translateY(-50%) rotate(180deg);
}
.select-cus .select-cus__list{
	position: absolute;
	z-index:999;
	background: #fff;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 1px 0px 3px 0px rgba(88,87,87,0.4);
	display:none;
}
.select-cus .select-cus__item label{
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	cursor:pointer;
}
.select-cus .select-cus__item label:hover{font-weight:500;}

.product-content-desc .selector-actions{
	margin-top:20px;
}
.product-content-desc .wrap-addcart{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items: stretch;
}
.product-content-desc .wrap-addcart .btn-addtocart{
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	outline:none;
}
.product-content-desc .wrap-addcart .btn-wishlist{
	flex: 0 0 36px;
	-ms-flex: 0 0 35px;
	width: 36px;
	text-align: center;
	margin-left: 15px;
	border: 1px solid #ddd;
	padding: 4px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.product-content-desc .wrap-addcart .btn-wishlist svg{
	fill: none;
	stroke: #51494b;
	stroke-miterlimit: 10;
	stroke-width: 1.8px;
}
.product-content-desc .wrap-addcart .btn-wishlist.active svg{
	fill:red;
	stroke:red;
}
.product-description{
	margin-top:15px;
}
.product-description .desc-tabs__list{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.desc-tabs__list .desc-tabs__item{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
}
.desc-tabs__list .desc-tabs__item a{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 1px solid transparent;
}
.desc-tabs__list .desc-tabs__item.active a{
	border-color:#000;
}
.description-content:not(.active){display:none;}
.description-content.desc-short .description-productdetail{
	max-height: 250px;
	overflow: hidden;
	position:relative;
}
.description-content.desc-short .description-productdetail:before{
	background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
	bottom: 0;
	height: 80px;
	left: 0;
	position: absolute;
	width: 100%;
	content: '';
}
.list-productRelated{
	padding-top:40px;
	border-top:1px solid #ddd;
	margin-top:40px;
}
.list-productRelated .heading-title{margin-bottom:25px;}
.list-productRelated .heading-title h2{
	font-size: 16px;
	font-weight:500;
	text-transform: uppercase;
	line-height: calc(19/16);
	margin: 0;
}


.sitebar-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999;
	transform: translate(100%, 0);
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1); }
.sitebar-mobile .sitebar-moile-head {
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5; }
.sitebar-mobile .sitebar-moile-head h4 {
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 500; }
.sitebar-mobile .sitebar-moile-head .close-sitebar-mobile {
	position: absolute;
	font-size: 28px;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 30px;
	text-align: center; }
.sitebar-mobile .sitebar-mobile-body {
	padding: 15px;
	height: 95%;
	overflow: hidden;
	overflow-y: auto; }
.sitebar-mobile.move-sitebar {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0); }
.choose-error {
	font-size: 14px;
	color: red;
	margin-top:8px;
	margin-bottom:0;
}
.variant-choose.error{
	background: #fff;
	position: relative;
	opacity: 0.9;
	z-index: 9999;
}
body.addcart-error .overflow-cart-error{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.product-gallery .swiper-pagination-bullet{
	background:transparent;
	border: 1px solid var(--color-main);
}
.product-gallery .swiper-pagination-bullet-active{
	background:var(--color-main) !important;
}
.slide_product.owl-carousel .owl-dots{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
	padding: 0 15px;
	width: 100%;
}
.slide_product.owl-carousel .owl-dots .owl-dot{
	display:inline-block;
	width:10px !important;
	height:10px;
	border-radius:100%;
	width:100%;
	margin:0 2px;
	border:1px solid var(--color-main) !important;
	background:transparent;
}
.slide_product.owl-carousel .owl-dots .owl-dot.active{
	background:var(--color-main) !important;
}
.pro-action__item .swatch-loop .swatch-element.color{
	display:inline-block;
	margin-right:3px;
	width: 36px;
	height: 36px;
	border:1px solid transparent;
	cursor:pointer;
}
.pro-action__item .swatch-loop .swatch-element.color span{
	display:block;
	width:100%;
	height:100%;
	border-radius:100%;
}
/* ------------------- Setting varian màu sắc -------------------- */

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

svg	.fill-svg{fill:none;stroke:#004734;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px;}





/*.color.swatch-element label.black span {
background: #18181C !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.black svg	.fill-svg{
	fill: #18181C !important;
	//stroke: #18181C !important;
}
.pro-action__item .swatch-loop .swatch-element.color.black{
	background: #18181C !important;
}




/*.color.swatch-element label.cream span {
background: #fafae8 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.cream svg	.fill-svg{
	fill: #fafae8 !important;
	//stroke: #fafae8 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.cream{
	background: #fafae8 !important;
}




/*.color.swatch-element label.brown span {
background: #502709 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.brown svg	.fill-svg{
	fill: #502709 !important;
	//stroke: #502709 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.brown{
	background: #502709 !important;
}




/*.color.swatch-element label.navy span {
background: #0f356d !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.navy svg	.fill-svg{
	fill: #0f356d !important;
	//stroke: #0f356d !important;
}
.pro-action__item .swatch-loop .swatch-element.color.navy{
	background: #0f356d !important;
}




/*.color.swatch-element label.grey span {
background: #b7b7c2 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.grey svg	.fill-svg{
	fill: #b7b7c2 !important;
	//stroke: #b7b7c2 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.grey{
	background: #b7b7c2 !important;
}




/*.color.swatch-element label.dark-green span {
background: #13472b !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.dark-green svg	.fill-svg{
	fill: #13472b !important;
	//stroke: #13472b !important;
}
.pro-action__item .swatch-loop .swatch-element.color.dark-green{
	background: #13472b !important;
}




/*.color.swatch-element label.black-1 span {
background: #18181C !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.black-1 svg	.fill-svg{
	fill: #18181C !important;
	//stroke: #18181C !important;
}
.pro-action__item .swatch-loop .swatch-element.color.black-1{
	background: #18181C !important;
}




/*.color.swatch-element label.black-2 span {
background: #0d110e !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.black-2 svg	.fill-svg{
	fill: #0d110e !important;
	//stroke: #0d110e !important;
}
.pro-action__item .swatch-loop .swatch-element.color.black-2{
	background: #0d110e !important;
}




/*.color.swatch-element label.blue-tint span {
background: #A9FBE3 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.blue-tint svg	.fill-svg{
	fill: #A9FBE3 !important;
	//stroke: #A9FBE3 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.blue-tint{
	background: #A9FBE3 !important;
}




/*.color.swatch-element label.shadow-lime span {
background: #EAFCB4 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.shadow-lime svg	.fill-svg{
	fill: #EAFCB4 !important;
	//stroke: #EAFCB4 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.shadow-lime{
	background: #EAFCB4 !important;
}




/*.color.swatch-element label.coconut-milk span {
background: #FAF4EF !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.coconut-milk svg	.fill-svg{
	fill: #FAF4EF !important;
	//stroke: #FAF4EF !important;
}
.pro-action__item .swatch-loop .swatch-element.color.coconut-milk{
	background: #FAF4EF !important;
}




/*.color.swatch-element label.sand-verbena span {
background: #C3BCEB !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.sand-verbena svg	.fill-svg{
	fill: #C3BCEB !important;
	//stroke: #C3BCEB !important;
}
.pro-action__item .swatch-loop .swatch-element.color.sand-verbena{
	background: #C3BCEB !important;
}




/*.color.swatch-element label.lagoon span {
background: #02BCB2 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.lagoon svg	.fill-svg{
	fill: #02BCB2 !important;
	//stroke: #02BCB2 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.lagoon{
	background: #02BCB2 !important;
}




/*.color.swatch-element label.cacao span {
background: #8b572a !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.cacao svg	.fill-svg{
	fill: #8b572a !important;
	//stroke: #8b572a !important;
}
.pro-action__item .swatch-loop .swatch-element.color.cacao{
	background: #8b572a !important;
}




/*.color.swatch-element label.pink-lady span {
background: #FFCDEA !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.pink-lady svg	.fill-svg{
	fill: #FFCDEA !important;
	//stroke: #FFCDEA !important;
}
.pro-action__item .swatch-loop .swatch-element.color.pink-lady{
	background: #FFCDEA !important;
}




/*.color.swatch-element label.golden-haze span {
background: #FFECAB !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.golden-haze svg	.fill-svg{
	fill: #FFECAB !important;
	//stroke: #FFECAB !important;
}
.pro-action__item .swatch-loop .swatch-element.color.golden-haze{
	background: #FFECAB !important;
}




/*.color.swatch-element label.blue span {
background: #4a90e2 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.blue svg	.fill-svg{
	fill: #4a90e2 !important;
	//stroke: #4a90e2 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.blue{
	background: #4a90e2 !important;
}




/*.color.swatch-element label.pink-dolphin span {
background: #FFCFD1 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.pink-dolphin svg	.fill-svg{
	fill: #FFCFD1 !important;
	//stroke: #FFCFD1 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.pink-dolphin{
	background: #FFCFD1 !important;
}




/*.color.swatch-element label.lavender span {
background: #BCB0EB !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.lavender svg	.fill-svg{
	fill: #BCB0EB !important;
	//stroke: #BCB0EB !important;
}
.pro-action__item .swatch-loop .swatch-element.color.lavender{
	background: #BCB0EB !important;
}




/*.color.swatch-element label.yellow span {
background: #F7EF85 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.yellow svg	.fill-svg{
	fill: #F7EF85 !important;
	//stroke: #F7EF85 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.yellow{
	background: #F7EF85 !important;
}




/*.color.swatch-element label.green-cyan span {
background: #A9FAB8 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.green-cyan svg	.fill-svg{
	fill: #A9FAB8 !important;
	//stroke: #A9FAB8 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.green-cyan{
	background: #A9FAB8 !important;
}




/*.color.swatch-element label.snapdragon span {
background: #FFE480 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.snapdragon svg	.fill-svg{
	fill: #FFE480 !important;
	//stroke: #FFE480 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.snapdragon{
	background: #FFE480 !important;
}




/*.color.swatch-element label.blue-cyan span {
background: #004B61 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.blue-cyan svg	.fill-svg{
	fill: #004B61 !important;
	//stroke: #004B61 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.blue-cyan{
	background: #004B61 !important;
}




/*.color.swatch-element label.cerulean span {
background: #B7DDF9 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.cerulean svg	.fill-svg{
	fill: #B7DDF9 !important;
	//stroke: #B7DDF9 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.cerulean{
	background: #B7DDF9 !important;
}




/*.color.swatch-element label.light-sunny span {
background: #FBF7E2 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.light-sunny svg	.fill-svg{
	fill: #FBF7E2 !important;
	//stroke: #FBF7E2 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.light-sunny{
	background: #FBF7E2 !important;
}




/*.color.swatch-element label.smoky-gray span {
background: #CECECE !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.smoky-gray svg	.fill-svg{
	fill: #CECECE !important;
	//stroke: #CECECE !important;
}
.pro-action__item .swatch-loop .swatch-element.color.smoky-gray{
	background: #CECECE !important;
}




/*.color.swatch-element label.green span {
background: #BDE4D0 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.green svg	.fill-svg{
	fill: #BDE4D0 !important;
	//stroke: #BDE4D0 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.green{
	background: #BDE4D0 !important;
}




/*.color.swatch-element label.crocus-petal span {
background: #DCBBEB !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.crocus-petal svg	.fill-svg{
	fill: #DCBBEB !important;
	//stroke: #DCBBEB !important;
}
.pro-action__item .swatch-loop .swatch-element.color.crocus-petal{
	background: #DCBBEB !important;
}




/*.color.swatch-element label.star-white span {
background: #FBF5F0 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.star-white svg	.fill-svg{
	fill: #FBF5F0 !important;
	//stroke: #FBF5F0 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.star-white{
	background: #FBF5F0 !important;
}




/*.color.swatch-element label.white-jade span {
background: #FFFBD4 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.white-jade svg	.fill-svg{
	fill: #FFFBD4 !important;
	//stroke: #FFFBD4 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.white-jade{
	background: #FFFBD4 !important;
}




/*.color.swatch-element label.beige span {
background: #FFEAC3 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.beige svg	.fill-svg{
	fill: #FFEAC3 !important;
	//stroke: #FFEAC3 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.beige{
	background: #FFEAC3 !important;
}




/*.color.swatch-element label.mushroom span {
background: #DBCCBA !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.mushroom svg	.fill-svg{
	fill: #DBCCBA !important;
	//stroke: #DBCCBA !important;
}
.pro-action__item .swatch-loop .swatch-element.color.mushroom{
	background: #DBCCBA !important;
}




/*.color.swatch-element label.aruba-blue span {
background: #9DFFFD !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.aruba-blue svg	.fill-svg{
	fill: #9DFFFD !important;
	//stroke: #9DFFFD !important;
}
.pro-action__item .swatch-loop .swatch-element.color.aruba-blue{
	background: #9DFFFD !important;
}




/*.color.swatch-element label.yellow-orange span {
background: #FFE3AD !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.yellow-orange svg	.fill-svg{
	fill: #FFE3AD !important;
	//stroke: #FFE3AD !important;
}
.pro-action__item .swatch-loop .swatch-element.color.yellow-orange{
	background: #FFE3AD !important;
}




/*.color.swatch-element label.silver-peony span {
background: #FFF1EA !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.silver-peony svg	.fill-svg{
	fill: #FFF1EA !important;
	//stroke: #FFF1EA !important;
}
.pro-action__item .swatch-loop .swatch-element.color.silver-peony{
	background: #FFF1EA !important;
}




/*.color.swatch-element label.vapor-blue span {
background: #E9E9E9 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.vapor-blue svg	.fill-svg{
	fill: #E9E9E9 !important;
	//stroke: #E9E9E9 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.vapor-blue{
	background: #E9E9E9 !important;
}




/*.color.swatch-element label.sky-blue span {
background: #99E4F9 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.sky-blue svg	.fill-svg{
	fill: #99E4F9 !important;
	//stroke: #99E4F9 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.sky-blue{
	background: #99E4F9 !important;
}




/*.color.swatch-element label.pool-blue span {
background: #A9F6EE !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.pool-blue svg	.fill-svg{
	fill: #A9F6EE !important;
	//stroke: #A9F6EE !important;
}
.pro-action__item .swatch-loop .swatch-element.color.pool-blue{
	background: #A9F6EE !important;
}




/*.color.swatch-element label.pelican span {
background: #E5DEC7 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.pelican svg	.fill-svg{
	fill: #E5DEC7 !important;
	//stroke: #E5DEC7 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.pelican{
	background: #E5DEC7 !important;
}




/*.color.swatch-element label.lettuce-green span {
background: #DCF495 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.lettuce-green svg	.fill-svg{
	fill: #DCF495 !important;
	//stroke: #DCF495 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.lettuce-green{
	background: #DCF495 !important;
}




/*.color.swatch-element label.red span {
background: #AF2B3A !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.red svg	.fill-svg{
	fill: #AF2B3A !important;
	//stroke: #AF2B3A !important;
}
.pro-action__item .swatch-loop .swatch-element.color.red{
	background: #AF2B3A !important;
}




/*.color.swatch-element label.little-boy-blue span {
background: #9BD6F9 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.little-boy-blue svg	.fill-svg{
	fill: #9BD6F9 !important;
	//stroke: #9BD6F9 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.little-boy-blue{
	background: #9BD6F9 !important;
}




/*.color.swatch-element label.yellow-orange span {
background: #FEECB6 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.yellow-orange svg	.fill-svg{
	fill: #FEECB6 !important;
	//stroke: #FEECB6 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.yellow-orange{
	background: #FEECB6 !important;
}




/*.color.swatch-element label.pompeian-red span {
background: #D22138 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.pompeian-red svg	.fill-svg{
	fill: #D22138 !important;
	//stroke: #D22138 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.pompeian-red{
	background: #D22138 !important;
}




/*.color.swatch-element label.brown span {
background: #674E3A !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.brown svg	.fill-svg{
	fill: #674E3A !important;
	//stroke: #674E3A !important;
}
.pro-action__item .swatch-loop .swatch-element.color.brown{
	background: #674E3A !important;
}




/*.color.swatch-element label.lettuce-green span {
background: #DBF694 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.lettuce-green svg	.fill-svg{
	fill: #DBF694 !important;
	//stroke: #DBF694 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.lettuce-green{
	background: #DBF694 !important;
}




/*.color.swatch-element label.dark-green span {
background: #053B33 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.dark-green svg	.fill-svg{
	fill: #053B33 !important;
	//stroke: #053B33 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.dark-green{
	background: #053B33 !important;
}




/*.color.swatch-element label.light-orange span {
background: #FFD2B2 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.light-orange svg	.fill-svg{
	fill: #FFD2B2 !important;
	//stroke: #FFD2B2 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.light-orange{
	background: #FFD2B2 !important;
}




/*.color.swatch-element label.jade-green span {
background: #ABF6E2 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.jade-green svg	.fill-svg{
	fill: #ABF6E2 !important;
	//stroke: #ABF6E2 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.jade-green{
	background: #ABF6E2 !important;
}




/*.color.swatch-element label.summer-song span {
background: #99E4F9 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.summer-song svg	.fill-svg{
	fill: #99E4F9 !important;
	//stroke: #99E4F9 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.summer-song{
	background: #99E4F9 !important;
}




/*.color.swatch-element label.mint-gray-green span {
background: #C9D8C1 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.mint-gray-green svg	.fill-svg{
	fill: #C9D8C1 !important;
	//stroke: #C9D8C1 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.mint-gray-green{
	background: #C9D8C1 !important;
}




/*.color.swatch-element label.cream-blue span {
background: #155670 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.cream-blue svg	.fill-svg{
	fill: #155670 !important;
	//stroke: #155670 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.cream-blue{
	background: #155670 !important;
}




/*.color.swatch-element label.cream-orange span {
background: #f08814 !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.cream-orange svg	.fill-svg{
	fill: #f08814 !important;
	//stroke: #f08814 !important;
}
.pro-action__item .swatch-loop .swatch-element.color.cream-orange{
	background: #f08814 !important;
}




/*.color.swatch-element label.brown-black span {
background: #674E3A !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.brown-black svg	.fill-svg{
	fill: #674E3A !important;
	//stroke: #674E3A !important;
}
.pro-action__item .swatch-loop .swatch-element.color.brown-black{
	background: #674E3A !important;
}




/*.color.swatch-element label.white span {
background: #FAF9FE !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.white svg	.fill-svg{
	fill: #FAF9FE !important;
	//stroke: #FAF9FE !important;
}
.pro-action__item .swatch-loop .swatch-element.color.white{
	background: #FAF9FE !important;
}




/*.color.swatch-element label.nau span {
background: #753a3a !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.nau svg	.fill-svg{
	fill: #753a3a !important;
	//stroke: #753a3a !important;
}
.pro-action__item .swatch-loop .swatch-element.color.nau{
	background: #753a3a !important;
}




/*.color.swatch-element label.nau span {
background: #753a3a !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.nau svg	.fill-svg{
	fill: #753a3a !important;
	//stroke: #753a3a !important;
}
.pro-action__item .swatch-loop .swatch-element.color.nau{
	background: #753a3a !important;
}




/*.color.swatch-element label.nau span {
background: #753a3a !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.nau svg	.fill-svg{
	fill: #753a3a !important;
	//stroke: #753a3a !important;
}
.pro-action__item .swatch-loop .swatch-element.color.nau{
	background: #753a3a !important;
}




/*.color.swatch-element label.nau span {
background: #753a3a !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.nau svg	.fill-svg{
	fill: #753a3a !important;
	//stroke: #753a3a !important;
}
.pro-action__item .swatch-loop .swatch-element.color.nau{
	background: #753a3a !important;
}




/*.color.swatch-element label.nau span {
background: #753a3a !important;
}*/
.pro-action__item .swatch-loop .swatch-element.color.nau svg	.fill-svg{
	fill: #753a3a !important;
	//stroke: #753a3a !important;
}
.pro-action__item .swatch-loop .swatch-element.color.nau{
	background: #753a3a !important;
}


/*--------------------------------------------------------------------------------
COLLECTION 
--------------------------------------------------------------------------------*/
.collection-border{
	border:1px solid #000;
	border-right:0;
	border-bottom:0;
	border-top:0;
}
.collection-border .pro-loop{
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding-top: 10px;
	padding-bottom:15px;
	margin:0;
}
@media (min-width:768px) and (max-width:991px){
	.collection-border .pro-loop:nth-child(1),
	.collection-border .pro-loop:nth-child(2),
	.collection-border .pro-loop:nth-child(3){
		border-top: solid 1px #000;
	}
}
@media (min-width:992px){
	.collection-border .pro-loop:nth-child(1),
	.collection-border .pro-loop:nth-child(2),
	.collection-border .pro-loop:nth-child(3),
	.collection-border .pro-loop:nth-child(4){
		border-top: solid 1px #000;
	}
}
@media (max-width:767px){
	.collection-border .pro-loop:nth-child(1),
	.collection-border .pro-loop:nth-child(2){
		border-top: solid 1px #000;
	}
}
.collection-hd .wrap-collection-title{margin-bottom:20px;}
.collection-hd .collection-title{
	text-align: center;
	font-size: 12px;
	line-height: calc(34/28);
	text-transform: uppercase;
	color: #000;
	margin: 0;
}
.collection-sortby-filter{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.collection-sortby-filter .colsort-row:not(:last-child){margin-right:23px;}
.colsort-row{position:relative;}
.colsort-row .colsort__btn{
	font-size: 16px;
	line-height: calc(24/20);
	color: #000;
	cursor:pointer;
	position:relative;
	padding-right:15px;
}
.colsort-row .colsort__btn .icon-arr{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	line-height:0;
}
.colsort-row .colsort__btn i{
	transition: transform 0.3s ease-in-out;
}
.colsort-row .colsort__btn.active i{
	transform: rotate(180deg);
}
.col-nav__wrapper{text-align:center;}
.col-nav{display:inline-block;}
.colsort-row.col-nav .colsort__btn{color:#070606;}
.colsort-row.col-view{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.col-view .btn-viewSwitch{
	display: inline-block;
	width: 50px;
	height: 25px;
	background: #fff;
	border-radius: 50px;
	margin-left: 10px;
	position: relative;
	border: 1px solid #d9d9d9;
}
.col-view .btn-viewSwitch:before{
	position: absolute;
	content: '';
	width: 21px;
	height: 21px;
	background: #fff;
	border-radius: 50px;
	top: 1px;
	left: 1px;
	transition: .2s ease-out;
	border: 1px solid #d9d9d9;
}
.col-view .btn-viewSwitch.active-view{background:#55D069;}
.col-view .btn-viewSwitch.active-view:before{
	left:26px;
}

.colsort-row .colsort-content{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 100;
	width: 140px;
	border-radius: 4px;
	box-shadow: 0px 0px 3px 1px rgba(165,165,165,50%);
	display:none;
}
.colsort-content ul.listStyle{
	margin:0;
}
.colsort-content ul.listStyle li a{
	display: block;
	padding: 5px 10px;
	text-align:left;
}
.colsort-content ul.listStyle li a.active{
	color:var(--hover-link-color);
}
.col-filter .colsort-content{
	min-width: 740px;
	padding: 15px 10px;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
}
.filter-content{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.filter-content .group-filter{
	flex: 0 0 calc(100% / 4);
	-ms-flex: 0 0 calc(100% / 4);
	padding: 0 10px;
}
.group-filter .layered_subtitle{
	margin-bottom: 8px;
}
.group-filter .layered_subtitle span{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.group-filter .check-box-list{margin:0;}
.group-filter .check-box-list li{
	position: relative;

}
.group-filter .check-box-list li:not(:last-child){
	margin-bottom: 8px;
}
.group-filter .check-box-list li label{
	font-size: 13px;
	margin-bottom: 0;
	color: #000;
	position: relative;
	padding-left: 20px;
	cursor:pointer;
}
.group-filter .check-box-list li input{
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.group-filter .layered-content:not(.filter-color) .check-box-list li label:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #ddd;
	border-radius: 100%;
	top: 2px;
	left: 0;
}
.group-filter .layered-content:not(.filter-color) .check-box-list li input:checked + label{
	color:#000;
}
.group-filter .layered-content:not(.filter-color) .check-box-list li input:checked + label:before{
	border-color:#000;
}
.group-filter .layered-content:not(.filter-color) .check-box-list li input:checked + label:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #2f2b91;
	border-radius: 100%;
	top: 5px;
	left: 3px;
}
.group-filter .layered-content.filter-color .check-box-list li {
	display: inline-block;
	margin-right: 5px;
	line-height: 0;
	margin-bottom: 5px;
}
.group-filter .layered-content.filter-color .check-box-list li label{
	width: 24px;
	height: 24px;
	border: 2px solid transparent;
	padding:2px;
}
.group-filter .layered-content.filter-color .check-box-list li label span{
	display:block;
	width:100%;
	height:100%;
	border: 1px solid #ddd;
}
.group-filter .layered-content.filter-color .check-box-list li input:checked + label{
	border-color:#2f2b91;
}
.collection-ct{margin-top:20px;}
.btnLoadMore img{width:50px;}
.btnLoadMore.btn-sec{
	max-width: 270px;
	width: 100%;
	margin-top: 40px;
	font-weight: 300;
	cursor:pointer;
}
.collection-bottom{
	margin-top:40px;
}
.collection-bottom .collection-image img{width:100%;}
.collection-desc .collection-des__content{
	margin:0 auto;
	padding-top:80px;
	padding-bottom:80px;
	display:none
}
.collection-desc.show-des .collection-des__content{
	display:block;
}
.collection-desc:not(.show-des) .btn-loadmore__des{
	display: block;
	text-align: center;
	padding: 5px;
	background: rgb(71, 71, 76);
	color: #fff;
	border: 1px solid rgb(71, 71, 76);
	font-size: 14px;
	position: relative;
	transition: 0.3s linear;
	z-index: 1;
	overflow:hidden;
}
.collection-desc:not(.show-des) .btn-loadmore__des:before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s ease;
	z-index: -1;
}
.collection-desc.show-des .btn-loadmore__des{
	display:block;
	text-align:center;
	font-size:14px;
}
@media (min-width:992px){
	.collection-desc:not(.show-des) .btn-loadmore__des:hover:before{
		height:102%;
	}
}
/*--------------------------------------------------------------------------------
BLOG - ARTICLE
--------------------------------------------------------------------------------*/
.rto-box{
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
}
.rto-box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: 0.2s linear;
}
.banner-img .rto-box{
	padding-top: 42.5%;
}
.banner-blog{
	position: relative;
}
.full-h{height:100%;}
.banner-content{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4.5rem 0;
}
.banner-con{
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 15px;
	height: 100%;
}
.banner-blog .banner-right{
	margin-left: auto;
}
.banner-blog .bannner-title{
	font-size: 40px;
	margin-bottom: 33px;
	line-height: calc(74/40);
	font-weight:300;
}
.banner-btn{
	display: block;
	margin: 0 auto;
	width: 27rem;
	padding: 5px;
	max-width: 100%;
	position: relative;
	z-index: 1;
	line-height: 1.5;
	padding: 5px;
	text-align: center;
	border: 1px solid var(--color-main);
	background-color: var(--color-main);
	color: #fff;
}
.banner-btn:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background-color: var(--color-main);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s ease;
	z-index: -1;
}
.banner-btn:hover{color:#fff;}
.banner-btn:hover:after{
	height:102%;
}
.btn-sec {
	background-color: #fff;
	display:inline-block;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	position: relative;
	text-align: center;
	line-height: 1.5;
	z-index: 1;
	padding: 5px 24px;
	color:#000;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline:0 !important;
	border-radius:0 !important;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	font-family: 'NVN Monument Extended', sans-serif !important;
}
.btn-sec i {
	display: none;
}
.btn-sec.btn-full{width:100%;}
.sec-title{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 42px;
	text-align: center;
	color: #000;
}
.gallery-blog{padding-bottom:80px;}
.gallery-blog__txt{
	max-width: 768px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
}

.gallery-blog__list .gallery-img{
	margin-bottom: 30px;
}

.blog__list .blog__item{margin-bottom:30px;}
.blog__img .rto-box{
	padding-top: 64.5%;
}
.blog__item .blog__title{
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: calc(24/16);
	margin-bottom: 32px;
}
.blog__item .category-list{margin-bottom:32px;}
.blog__item .category-list a{
	color: var(--color-main);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.blog__item .category-list a:hover{font-weight:400;}
.gallery-blog .btn-sec{margin:0 auto;}
.blog-wrapper .morepro{margin-top:20px;}
.morepro .m-loadmore{margin:0 auto;}
.mg-ct{margin:0 auto;}

.blog-dt__txt p{margin:14px 0;}
.blog-dt__wrap .blog-dt__img {
	margin-bottom: 25px;
}
.back-article{margin-top:45px;}
/*-------------- BLOG TUYEN DUNG ------------------*/
.m-find-jobs {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%) !important;
}
.qa__list{position:relative;}
.qa__item{
	width: calc(100% - 6.5rem);
	position: relative;
	padding: 32px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.qa__item .qa__ques{
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	color: #7f7f7f;
}
.qa__item .qa__ques.active{
	margin-bottom:32px;
	color:#000;
}
.qa__item .qa__ques:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(//cdn.hstatic.net/themes/200000596505/1001391488/14/ic-qa.svg?v=111) 50% 50%/contain no-repeat;
	position: absolute;
	right: 0;
	top: 5px;
	transition: 0.3s ease;
}
.qa__item .qa__ques.active:after {
	transform: rotate(315deg);
}
.qa__item .qa__ans__wrap{
	position: absolute;
	transform: rotateX(90deg);
	pointer-events: none;
	transition: 0.2s ease;
	opacity: 0;
	transform-origin: top;
}
.qa__item .qa__ans__wrap.active{
	opacity: 1;
	transition: 0.5s ease;
	transform: rotateX(0deg);
	position: relative;
	pointer-events: auto;
}
.qa__item .qa__ans{
	background-color: #f9f9f9;
	padding: 2.5rem;
}
.qa__item .qa__txt{margin-bottom:25px;}
.qa__item .banner-btn{margin:0;}
.qa__item .popBtn{
	background:var(--color-main);
	color:#fff;
}
#pop-apply .apply{
	max-width: 100%;
	width: 108rem;
	background-color: #fff;
	padding: 3rem;
	position: relative;
	max-height: 80vh;
}
#pop-apply .closeBtn{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	color: #7f7f7f;
	cursor: pointer;
	padding: 12px 15px;
}
.apply .apply__title{
	margin-bottom: 52px;
	line-height: calc(45/28);
	font-size: 28px;
	text-align: center;
	font-weight: 300;
}
.apply .apply__wrap{
	width: calc(100% + 3rem);
	margin: 0 -15px;
	max-height: calc(80vh - 140px);
	overflow-y: auto;
}
.apply .apply__subtitle{
	font-size: 16px;
	line-height: calc(24/16);
	margin-bottom: 22px;
	text-transform: uppercase;
	font-weight: 500;
}
.apply .apply__txt{
	padding: 10px 0;
}
.apply .f-bold{
	font-weight: 500;
}
.apply .form__inp{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #c0c0c0;
	padding: 10px 0;
	margin-bottom: 20px;
	transition: 0.2s linear;
	font-weight:300;
}
.apply .form__file{
	margin-bottom: 32px;
}
.apply .form__file .fl-con{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.apply .form__file .tailencvokem{
	width: 17rem;
	margin-left: 0;
	margin-right: 30px;
	background:var(--color-main);
	color:#fff;
}
.apply .form__file .fileTxt,
.apply .form__file .fileTxt a{color:var(--color-main);font-weight:500;}
.apply .form__file .form__file__txt{
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
.apply .relativevio .m-cus-btn-submit{
	max-width: 100%;
	background:none !important;
}
.apply .relativevio .m-cus-btn-submit input{
	background: none;
	border: 0;
	font-weight:400;
	color:var(--color-main);
}
.apply .relativevio .dangtaianh{
	opacity:0;
}
.apply .relativevio.active {
	position: relative; }
.apply .relativevio.active .dangtaianh {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 999;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none; }

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	/* Green */ }

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
	/* Red */ }

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
	/* Orange */ }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	/* Yellow */ }

.wpcf7-form-control-wrap {
	position: relative; }

.wpcf7-not-valid-tip {
	color: #dc3232;
	/* Red */
	font-size: 1em;
	font-weight: normal;
	display: block; }

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em; }

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em; }

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " "; }

.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	/* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: absolute;
}

.wpcf7 form.submitting .ajax-loader {
	visibility: visible; }

.wpcf7 .ajax-loader::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	/* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite; }

.wpcf7 input[type="file"] {
	cursor: pointer; }
.wpcf7 input[type="file"]:disabled {
	cursor: default; }

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed; }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr; }

@media (prefers-reduced-motion: reduce) {
	.wpcf7 .ajax-loader::before {
		animation-name: blink;
		animation-duration: 2000ms; } }

@keyframes spin {
	from {
		transform: rotate(0deg); }
	to {
		transform: rotate(360deg); } }

@keyframes blink {
	from {
		opacity: 0; }
	50% {
		opacity: 1; }
	to {
		opacity: 0; } }
/*------------------------ BLOG BỘ SƯU TẬP ----------------------*/
.page-bst .section-bst:first-child{padding-top:0;}
.section-bst{padding:21px 0;}
.section-bst .container{position:relative;}
.section-bst .sec-title{margin-bottom:42px;}
.ban__img .rto-box{
	padding-top:42.5%;
}
.ban__content{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0 45px;
	pointer-events: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.ban__link{
	margin-top: auto;
	text-align: center;
}
.ban__link .btn-sec{margin:0 auto;pointer-events:auto;border:0;}
.bst-banner{position:relative;}
.bst-info .bst-info__image{
	margin-bottom: 20px;
}
.bst-info .bst__subtxt {
	max-width: 768px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom:52px;
}
.bst__more .btn-sec{margin:0 auto;}
.bst-list .bst-items{
	padding:40px 0;
}
.bst-list .bst-items:last-child{padding-bottom:0;}
.bst-list .bst-items .bst-content{
	max-width: 580px;
	width: 100%;
}
.bst-list .bst-items:nth-child(even) .row{
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.bst-list .bst-items:nth-child(even) .bst-content{margin-left:auto;}
.bst-product{
	border-top: 1px solid rgba(112, 112, 112, 0.3);
	padding: 80px 0 0 ;
}
.popup-bst{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	display: flex;
	align-items: center;
	opacity:0;
	visibility:hidden;
}

.popup-bst .popup-bst__bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #0b0b0b;
	opacity: 0.8;
}
.popup-bst .popup-bst__content{
	position: absolute;
	width: 100%;
	padding: 0 8px;
	text-align: center;
}
.popup-bst .popup-bst__close{
	position: absolute;
	top: 0;
	right: 8px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 38px;
	text-align: center;
	font-size: 28px;
	background: #fff;
	color: #000;
	font-weight: 500;
	z-index:9999;
}
.popup-bst__list .swiper-slide{text-align:center;}
.popup-bst__list .swiper-slide img{max-width:515px;width:100%;}
.popup-bst__list .swiper-button-next,.popup-bst__list .swiper-button-prev{
	opacity: 1;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	transform: translateY(-50%);
	background-color: #707070;
	margin: 0;
	transition: 0.3s ease;
}
.popup-bst__list .swiper-button-next:hover,.popup-bst__list .swiper-button-prev:hover{background:#000;}
.popup-bst__list .swiper-button-next:after{
	position:absolute;
	content: "";
	background-image: url(//cdn.hstatic.net/themes/200000596505/1001391488/14/next.svg?v=111);
	left: 50%;
	top: 50%;
	display: block;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 15px;
	z-index: -1;
	display: block;
	margin: 0;
}
.popup-bst__list .swiper-button-prev:after{
	position:absolute;
	content: "";
	background-image: url(//cdn.hstatic.net/themes/200000596505/1001391488/14/prev.svg?v=111);
	left: 50%;
	top: 50%;
	display: block;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 15px;
	z-index: -1;
	display: block;
	margin: 0;
}
.popup-bst__list .swiper-pagination{bottom:15px;}
.popup-bst__list .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 7px;
	border-radius: 100%;
	background-color: #fff;
	z-index: 2;
	opacity:0.2;
	transform:initial;
}
.popup-bst__list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;}
body.show-popup{
	overflow:hidden;
}
body.show-popup .popup-bst{
	opacity:1;
	visibility:visible;
}
/*--------------------------------------------------------------------------------
ABOUT - CONTACT
--------------------------------------------------------------------------------*/
.layout-pageContact{padding-top:30px;}
.heading-page{
	margin-bottom: 20px;
	width: 100%;
}
.heading-page h1{
	text-align: center;
	font-size: 28px;
	line-height: calc(34/28);
	text-transform: uppercase;
	color: #000;
	margin: 0;
}
.header-page-title{
	margin-bottom: 40px;
}
.header-page-title h1{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	line-height: calc(34/28);
	color: #808080;
}
.row-contact{
	align-items:center;
	-webkit-align-items:center;
}
.box-send__des p{
	margin: 0;
	font-size: 23px;
	line-height: calc(27/23);
	font-weight: 300;
	color:#070606;
}
.contactFormWrapper .contact-form input[type="text"]{
	max-width: 125px;
	width: 100%;
	outline: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 0;
	color: #000;
	line-height: calc(17/14);
	font-weight: 300;
}
.contactFormWrapper .contact-form .form-col .input-group{
	width: initial;
	margin-right: 20px;
}
.contactFormWrapper .contact-form textarea{
	max-width: 426px;
	height: 102px;
	width: 100%;
	outline: 0;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #000;
	line-height: calc(17/14);
	font-weight: 300;
	padding: 10px;
}
.btn-contact{
	font-size: 14px;
	line-height: calc(20/17);
	background: var(--color-main);
	outline: 0;
	border: 0;
	padding: 5px 10px;
	color: #fff !important;
	font-weight: 300;
	border-radius: 4px;
	display:inline-block;
}
.contactInfo{
	margin-top: 30px;
	max-width: 426px;
	width: 100%;
}
.contactInfo h4{
	font-size: 23px;
	line-height: calc(28/23);
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contactInfo .contact-list{margin:0;}
.contactInfo .contact-list li{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}
.contactInfo .contact-list li .contact-name{
	font-size: 14px;
	line-height: calc(20/17);
	color: #51494B;
	font-weight: 500;
	width: 65px;
	display: inline-block;
}
.contactInfo .contact-list li .contact-value{
	display: inline-block;
	font-size: 16px;
	line-height: calc(24/20);
	font-weight: 500;
}
.contactInfo .btn-contact{max-width:100px;width:100%;text-align:center;}
/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
.wrapbox-content-cart {padding-bottom: 30px;}
#layout-cart .heading-page{position: relative;text-align:center;margin:0;}

#layout-cart .heading-page h1{
	font-size: 28px;
	line-height: calc(34/28);
	margin-bottom: 30px;
	color: var(--text-color);
}
table.table-cart {margin-bottom:30px;}
table.table-cart thead{

}
table.table-cart thead th.product{
	width:70%;
}
table.table-cart tr {
	border-color: #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table.table-cart th {
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: 500;
	border-color: #eee;
	padding: 10px 0;
}
table.table-cart th.linePrice{width:12%;}
table.table-cart tr:first-child td{border-top:0;}
table.table-cart tr td.item{padding-left:15px}
table.table-cart tr td.item h3{margin:0 0 5px;font-size:16px;font-weight:500;display: inline;}
table.table-cart tr td.item p {margin-bottom:5px;}
table.table-cart tr td.item p del{font-size:12px;}
table.table-cart tr td.item .price{margin:0;float: right;}
table.table-cart tr td.item .price span.text{display:none;}
table.table-cart tr td.item .price span{font-size:16px;padding-right:0;font-weight:500;}
table.table-cart tr td.item .variant{margin-bottom:5px;}
table.table-cart tr td.linePrice .price{margin:0;}
table.table-cart tr td.remove a{display: block;}
.qty-click input.item-quantity {	
	font-weight: 500;
	font-size: 15px;height: 35px;	padding: 0;text-align: center;	
	width: 40px;background: #fff;border: none;
	border-radius: 0;	float: left;-webkit-appearance: none;
}
.qty-click {float: left;}
.qty-click button.qty-btn {
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	color: #abafb2;
	height: 35px;
	padding: 0;
	text-align: center;
	width: 35px;
	border: none;
	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{
	padding: 0 25px;
}
.checkout-note textarea{
	border-radius: 0;
	-webkit-appearance: none;
	background: #fff;
	resize: none;
	color: #000000;
	font-size: 15px;
	padding: 20px;
	outline: none;
	width: 100%;
	height: 80px;
	font-weight: 300;
	border: 1px solid #ccc;
	transition: all 150ms linear;
}

.total-cart {
	border: none;
	padding-top: 0px;
	margin-bottom: 20px;
}



.cart-buttons{
	background: #fff;
	color: #333;
	font-size: 16px;
	padding: 10px 25px;
	border-top: none;
}
.cart-buttons button{width:100%;}
.cart-buttons .note-fee{
	font-size: 14px;
	margin-bottom: 12px;
}
.left-cart-style{
	background: #fff;
	border: none;
	padding: 0 0 25px;
}
.cart-buttons .button{
	border-radius: 25px;
	border-color: #000;
}
.cart-buttons .dark:before{
	background: #000;
}
p.order-infor {
	text-align: left;
	width: 100%;
	color: #787878;
	font-size: 16px;
	padding: 10px 25px;
}

p.order-infor b {
	float: right;
	font-size: 18px;
}
.cart-buttons .button{
	border-color: #000;
	height: 34px;
	display: inline-block;
	border: 0;
	background: #51494B;
	border-radius: 4px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	font-weight: 300;
	outline: none;
	padding: 0 10px;
}
.cart-buttons .link-continue {margin-left: 0;}
.link-continue a{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 150ms linear;
	cursor: pointer;
	margin: 30px 0;
	padding: 0 20px;
}
.line-item-container{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom:20px;
}
.line-item-container .cart-info__image{
	width: 150px;
	padding-right: 10px;
}
.line-item-container .cart-info__detail{
	flex: 0 0 calc(100% - 150px);
	-ms-flex: 0 0 calc(100% - 150px);
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.line-item-container .qty-inner{
	width: 22%;
}
.line-item-container .linePrice{
	width: 20%;
	padding-left:5px;
	padding-top:10px;
	text-align:center;
}
.line-item-container .remove{
	width: 5%;
	padding-top:10px;
}
.line-item-container .remove svg{
	width: 10px;
	height: 10px;
}
.line-item-container .product_info{
	width: 60%;
	padding-top:10px;
	padding-right:10px;
}
.line-item-container .product_info h3{
	font-size: 16px;
	color: #000;
	text-align: left;
	margin: 0;
	font-weight:500;
}
.line-item-container .product_info span{
	font-size: 16px;
	color: #000;
	text-align: left;
}
.line-item-container .product_info del{
	color:#898989;
	margin-left:8px;
	font-size:12px;
}
.line-item-container .product_info del span{
	color:#898989;
	font-size:14px;
}
.gamecart-owl.owl-loaded{margin:0;}
.gamecart-owl .owl-stage{padding-left:0 !important;}
.gamecart-owl.owl-loaded .pro-loop__promotion{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.pro-loop__promotion.not_available{
	/*filter: grayscale(1);*/
	pointer-events:none;
}
.pro-loop__promotion.not_available .btn-add-promo{
	background: #ccc;
	pointer-events: none;
}

/*---------------------------------------------------------------------------------
PAGINATION - 404 - SEARCH PAGE 
-------------------------------------------------------------------------------- */
.breadcrumb-shop{margin-bottom:40px;margin-top:20px;}
.breadcrumb-shop .breadcrumb-arrows{padding: 0 0;background: transparent;border-radius: 0;	margin: 0 -10px;}
.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;font-weight: 500;opacity: 0.4;}
#pagination .next{line-height:0;margin-left:30px}
#pagination .prev{line-height:0;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;padding-top:30px;}
.content-pagenot h1{font-size: 40px;}
.content-pagenot p.subtext{font-weight: 500; opacity: 0.66;}
.content-pagenot a{font-weight: 500;font-size: 16px;margin: 30px 0 0;display: block;}
.wrapbox-content-search {padding-bottom: 30px;}
.searchPage .subtxt {opacity: .66;	margin-top: 15px;}
.search-field {width: 60%;display: block;margin:auto;}
input#go {
	width: 55px;
	height: 55px;
	float: right;
	background: url(//cdn.hstatic.net/themes/200000596505/1001391488/14/iconsearch.png?v=111) #252a2b center no-repeat;
	margin: 0px;
	position: relative;
	top: 0;
	border-radius: 0;
	font-size: 0;
	border: 0;
}
#search .search_box{width: calc(100% - 55px);outline: none;height: 55px;padding: 0 20px;background: #ededed;border: 0;box-shadow: none;}
.expanded-message .message-txt{width: 100%;padding-top: 25px;text-align:center;}
.expanded-message .message-txt p{margin: 0; font-size: 14px;font-weight: 500;}
.expanded-message h2{font-weight: 500; font-size: 22px;}
.expanded-message .subtext {margin-bottom: 40px;display: block;}
.search-item{	margin-bottom: 20px;position: relative;width: 100%;float: left;}
.search-item .thumb-image {	display: block;	width: 80px;	position: relative;	overflow: hidden;	float:left;}
.search-item .thumb-image img{vertical-align:middle;-webkit-transition:transform 250ms linear;-moz-transition:transform 250ms linear;-o-transition:transform 250ms linear;transition:transform 250ms linear}
.search-item .thumb-image:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1);transition:opacity 250ms linear;opacity:0;content:""}
.search-item .content {	float:left;padding-left:35px;width: calc(100% - 80px);}
.search-item .content .title {font-size: 15px;font-weight: 500;text-transform: uppercase;display: block;}
.search-item .content .caption {opacity: .66;display: block;	margin-top: 5px;font-size: 14px;}
.search-item .content .caption del{font-size: 13px; margin-left: 15px; opacity: 0.5;}
.subtext-result{margin-bottom:30px;}
.search-item:hover .thumb-image:after {	opacity: 1;}

/*--------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------*/
.userbox-form__wrapper{
	max-width: 600px;
	margin: 0 auto;
}
.wrapbox-heading-account{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}

.userbox h2 {font-size:16px;margin: 15px 0 15px; font-weight: 500;}
.large_form {margin-bottom:30px;}
.large_form.large_form-mr10{margin-bottom:10px;}
.icon-field {display:none;}
.userbox input[type=date],.userbox input[type=email],.userbox input[type=password],.userbox input[type=text] {
	width: 100%;
	height: 35px;
	border:0;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
	color: #252a2b;
	padding: 0 0;
	font-weight: 500;
	-webkit-appearance: none;
	border-radius:0;
} 
.userbox input[type=email]:focus, .userbox input[type=password]:focus,
.userbox input[type=text]:focus{
	background: #fff;
	border-color: #ededed;
}
.userbox .action_bottom {padding: 0;}
.userbox .action_bottom .btn {
	display: inline-block;
	border-radius: 0;
	padding: 0 30px;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
}
.req_pass{ color:#959898; font-weight: 500;}
.come-back{margin-top:35px; display: block;font-weight: 500;}
.come-back i{margin-right:20px}
.userbox .errors a {color: red;}
.customer_address .input-group .form-control{
	height:35px;
	font-size:14px;
}
.customer_address .input-group input[type="checkbox"]{margin-right:8px;}
@-moz-keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@-webkit-keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
#form-gender input[type="radio"] {display: none;}
#form-gender input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	margin: 0 20px 0 0;
}
#form-gender input[type="radio"] + label:before, input[type="radio"] + label:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#form-gender input[type="radio"] + label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #65d1e6;
	-moz-box-shadow: inset 0 0 0 18px #efefef;
	-webkit-box-shadow: inset 0 0 0 18px #efefef;
	box-shadow: inset 0 0 0 18px #efefef;
}
#form-gender input[type="radio"] + label:after {
	top: 49%;
	left: 9px;
	width: 54px;
	height: 54px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.3);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
#form-gender input[type="radio"]:checked + label:before {
	-moz-box-shadow: inset 0 0 0 4px #efefef;
	-webkit-box-shadow: inset 0 0 0 4px #efefef;
	box-shadow: inset 0 0 0 4px #efefef;
}
#form-gender input[type="radio"]:checked + label:after {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-animation: ripple 1s none;
	-webkit-animation: ripple 1s none;
	animation: ripple 1s none;
}
/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {padding-bottom:50px;padding-top:50px;}

.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-table-bg p {margin:0;}
#customer_orders table thead th, #order_details tr th { font-weight:500; 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: 500;}
#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: 500;
	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 70px 10px 10px;
	border: 1px solid #ddd;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding:15px;
}
.address_title h3 { margin: 0;font-size: 14px;}
.account-address .note { border: none; padding: 0;}
p.address_actions.text-right {margin:7px 5px 0px 0;position: absolute;z-index: 99;top:0;right:0;}
.action_link a {text-transform: uppercase; font-size: 15px;}
span.action_link {padding: 5px;}
.view_address p > b {font-weight: 500; font-size: 14px;}
.view_address p { margin: 5px 0; line-height: 15px;font-size: 14px;}

.account-address .input-group-addon{display:none}
.input-group { margin: 15px 0px;}
.input-group .input-group-addon {
	padding: 6px 10px;
	border-radius: 0;
	color: #DAD9D9;
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.input-group .form-control {
	-webkit-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border-color: #ebebeb;
}
.icon-user:after {content: url(//hstatic.net/0/0/global/design/theme-default/userico.png);}
.icon-envelope:after {content: url(//hstatic.net/0/0/global/design/theme-default/email.png);}
.icon-shield:after {content: url(//hstatic.net/0/0/global/design/theme-default/pass.png);}
.layout-info-account .action_bottom .btn {
	height: 35px;
	line-height: 35px;
	outline: 0;
	margin-right: 5px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 0;
	background:#65d1e6;
	color: #fff;
	display: inline-block;
	border-radius: 0;
}
.AccountTitle{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}
.AccountList ul > li > a {display: block;	position: relative;	padding: 5px 0px;}
.AccountList ul > li > a:before {
	content: "\f192";
	font-family: "FontAwesome";
	font-size: 8px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: 2px;
}
#order_cancelled {margin-bottom:15px;}
#order_cancelled h5 {margin:0;}

/*-------------------------------------------------------------------------------
FOOTER 
--------------------------------------------------------------------------------*/
.footer-main{
	margin-top:50px;
	padding: 40px 0 40px;
	border-top:1px solid #ddd;
}
.footer-infomation .footer-name{
	font-size: 26px;
	font-weight: 500;
	line-height: calc(41/34);
	margin-bottom: 15px;
}
.footer-infomation .footer-infomation__des{
	max-width: 387px;
	width: 100%;
	font-size: 14px;
	line-height: calc(24/20);
	font-weight: 300;
}
.footer-infomation .footer-infomation__des:not(:last-child){margin-bottom:15px;}
.footer-col .footer-col__title{
	font-size: 15px;
	line-height: calc(24/20);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom:25px;
}
.footer-col .list-ul{margin:0;}
.footer-col .list-ul li:not(:last-child){
	margin-bottom: 3px;
}
.footer-col .list-ul li{
	font-size: 14px;
	line-height: calc(21/18);
	font-weight: 300;
}
.footer-col .list-ul li a{
	transition: all 0.3s;
}
.footer-col .list-ul li a:hover{color:#000;font-weight:500;}
.footer-col .list-ul.list-contact li a{font-weight:500;}
.footer-col .footer-content p{
	font-size: 14px;
	line-height: calc(21/18);
	font-weight: 300;
	margin:0;
}
.footer-top .footer-col:not(.col-12) + .footer-col{margin-top:35px;}
.footer-newsletter{margin-top:10px;}
.footer-newsletter .form_newsletter{
	max-width: 322px;
	width: 100%;
	position: relative;
}
.footer-newsletter .form_newsletter input#newsletter-email{
	width: 100%;
	height: 30px;
	border-radius: 4px;
	border: none;
	padding: 0 5px;
	font-size: 14px;
	line-height: 17px;
	color: var(--text-color);
	outline: none;
}
.footer-newsletter .form_newsletter button[type="submit"]{
	position: absolute;
	font-size: 14px;
	line-height: 17px;
	background: var(--color-main);
	height: 100%;
	width: 68px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	box-shadow: none;
	text-shadow: none;
	border: 2px solid #fff;
	right: 0;
	top:0;
	outline:0;
}
.footer-newsletter .form_newsletter .input-group{
	margin:0;
	border: 1px solid #000;
	border-radius: 4px;
}
.footer-newsletter>.row{
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.footer-newsletter .list-social{
	margin: 0;
	align-items: center;
	-webkit-align-items: center;
}
.footer-newsletter .list-social li:not(:last-child){margin-right:30px;}
/*-------------- PAGE WISHLIST -------------*/
.page-wishlist{padding-top:50px;}
.wishlist-notify .wishlist-notify__image{
	margin-bottom: 14px;
	text-align: center;
}
.wishlist-notify .wishlist-notify__image img{max-width: 400px;width:100%;}
.wishlist-notify .wishlist-notify__des{
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}
.wishlist-notify .wishlist-notify__des p{
	text-align: center;
	margin-bottom: 19px;
	font-size: 14px;
	line-height: calc(20/14);
}
.wishlist-notify .wishlist-notify__des .btn-sec{margin:0 auto;}
/*---------------- PAGE OUTFIT DETAIL-------------*/
.outfit-detail__right .sec-title{
	text-align: left;
	margin-bottom: 18px;
}
.section-outfit .list-outfit .outfit-column{
	margin-bottom:15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.section-outfit .list-outfit .outfit-banner__photo {
	--number: 16;
	--posx: 5;
	--posy: 5;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(16, 1fr);
	grid-template-rows: repeat(16, 1fr);
	position: relative;
	text-align:center;
}
.section-outfit .list-outfit .outfit-banner__photo .outfit-image-wrap {
	grid-column: 1/span 16;
	grid-row: 1/span 16;
}
.section-outfit .list-outfit .outfit-banner__photo .popover-dot {
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 18px;
	line-height: 12px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	display: block;
	border: 0;
	outline: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	grid-row: var(--posx);
	grid-column: var(--posy);
	opacity:0;
	visibility:hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.section-outfit .list-outfit .outfit-banner__photo:hover .popover-dot{
	opacity:1;
	visibility:visible;
}
.section-outfit .list-outfit .outfit-banner__photo .outfit-name{
	position: absolute;
	bottom: 30px;
	left:0;
	right:0;
	text-align:center;
	font-size: 18px;
	text-align: center;
	line-height: calc(21/18);
	transition: 0.5s ease;
	font-weight: 500;
	margin: 0;
	opacity:0;
	visibility:hidden;
	transform:translateY(30px);
}
.section-outfit .list-outfit .outfit-banner__photo:hover .outfit-name{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}
.outfit-1 .popover-dot.dot-1 {
	--posx: 2;
	--posy: 7
}
.outfit-1 .popover-dot.dot-2 {
	--posx: 5;
	--posy: 10
}
.outfit-1 .popover-dot.dot-3 {
	--posx: 10;
	--posy: 6
}
.outfit-2 .popover-dot.dot-1 {
	--posx: 3;
	--posy: 5
}
.outfit-2 .popover-dot.dot-2 {
	--posx: 6;
	--posy: 5
}
.outfit-3 .popover-dot.dot-1 {
	--posx: 3;
	--posy: 5
}
.outfit-3 .popover-dot.dot-2 {
	--posx: 5;
	--posy: 4
}
.outfit-4 .popover-dot.dot-1 {
	--posx: 2;
	--posy: 5
}
.outfit-4 .popover-dot.dot-2 {
	--posx: 5;
	--posy: 4
}
.section-outfit .list-outfit .outfit-banner__photo .popover-dot:before {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	top: -8px;
	left: -8px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
	animation: 1.2s popoverTheLookDot ease-in-out infinite
}
.section-outfit .list-outfit .outfit-banner__photo .popover-dot svg {
	fill: #000000;
	height: 20px;
	width: 16px;
	opacity: 0.8;
	-webkit-transform: scale(0.75) rotate(45deg);
	-moz-transform: scale(0.75) rotate(45deg);
	transform: scale(0.75) rotate(45deg);
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-moz-transition: -moz-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s
}
.section-outfit .list-outfit .outfit-banner__photo .popover-dot[aria-describedby^="popover"] {
	z-index: 5
}
.section-outfit .list-outfit .outfit-banner__photo .popover-dot[aria-describedby^="popover"] svg {
	-webkit-transform: scale(1.04) rotate(0deg);
	-moz-transform: scale(1.04) rotate(0deg);
	transform: scale(1.04) rotate(0deg)
}
.section-outfit .list-outfit .outfit-banner__photo .popover {
	border: 0;
	width: 94%;
	max-width: 200px;
	z-index: 4;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25)
}
.section-outfit .list-outfit .outfit-banner__photo .popover .popover-content {
	padding: 8px 8px
}
.section-outfit .list-outfit .outfit-banner__photo .popover-product {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.section-outfit .list-outfit .outfit-banner__photo .popover-product .product--thumb {
	max-width: 80px;
	-webkit-flex-basis: 60px;
	-ms-flex-preferred-size: 60px;
	flex-basis: 60px
}
.section-outfit .list-outfit .outfit-banner__photo .popover-product .product--thumb {
	border: 1px solid #ececec
}
.section-outfit .list-outfit .outfit-banner__photo .popover-product .product--text {
	padding: 0 0px 0 12px;
	text-align: left;
	max-width: calc(100% - 60px);
	-webkit-flex-basis: calc(100% - 60px);
	-ms-flex-preferred-size: calc(100% - 60px);
	flex-basis: calc(100% - 60px)
}
.section-outfit .list-outfit .outfit-banner__photo .popover-product .popover--title {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 4px;
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-decoration: none
}
.section-outfit .list-outfit .outfit-banner__photo .popover-product .popover--price {
	margin: 0;
	font-size: 13px;
	color: red
}
.section-outfit .list-outfit .outfit-banner__photo .popover-product .popover--price .compare-price {
	color: #666;
	text-decoration: line-through;
	font-size: 12px;
	margin-left: 2px
}
.section-outfit .list-outfit .outfit-banner__detail {
	padding: 15px 0px 0
}
.section-outfit .list-outfit .outfit-banner__detail .lookbooks--title {
	color: #333333;
	margin: 0;
	font-size: 16px;
	font-weight: 500
}
.section-outfit .list-outfit .outfit-banner__photo .popover.fade.in {
	opacity: 1;
	animation: scaleDown1 0.3s cubic-bezier(0, 0, 0.2, 1)
}
@keyframes popoverTheLookDot {
	from {
		opacity: 0.6;
		transform: scale(0.6)
	}
	to {
		opacity: 0;
		transform: scale(1.2)
	}
}
.outfit-product__item{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outfit-product__image{
	width: 255px;
	margin-right: 25px;
}
.outfit-product__detail{
	width: calc(100% - 280px);
}
.outfit-product__detail h4{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	color: #7f7f7f;
	margin: 0;
}
.outfit-product__detail .ot-price{margin:0;}
.outfit-product__detail .ot-price .price_cur{
	font-size: 18px;
	line-height: 26px;
	color: #e2002a;
	font-weight: 300;
}
.outfit-product__detail .btn-sec{
	max-width:100%;
	margin-top: 45px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-break: auto
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.outfit-layer {
	grid-column: 1/span 16;
	grid-row: 1/span 16;
	display: grid;
	grid-template-columns: repeat(16, 1fr);
	z-index: 99
}

.outfit-layer .layer-box {
	display: flex;
	border: 1px dotted #eee;
	cursor: pointer;
	justify-content: center;
	align-items: center
}
.outfit-layer .layer-box span {
	position: absolute;
	color: #fff;
	font-size: 8px
}
.outfit-layer .layer-box.actived {
	background: #080808;
}
.outfit-layer .layer-box:not(.actived):hover {
	background: #080808;
	opacity: .5
}
.outfit-back .btn-sec{
	max-width:270px;
	width:100%;
	margin:0 auto;
	margin-top:45px;
}
/*** End Lookbook ***/

/*-------------CART MINI----------*/
body.show-overlay{overflow:hidden;}
body.show-overlay .site-overlay{
	opacity:1;
	visibility:visible
}
body.show-cartmini .site-cart{
	opacity:1;
	visibility:visible;
	transform:translateX(0);
}
.site-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	transition: all 0.3s ease-in-out;
}
.site-cart{
	position: fixed;
	top: 0;
	right: 0;
	bottom:0;
	height:100vh;
	background: #fff;
	z-index: 99999;
	max-width: 528px;
	width: 100%;
	padding: 15px 30px;
	transition: all 0.3s ease-in-out;
	transform:translateX(100%);
	opacity:0;
	visibility:hidden;
}

.cart-ttbold{
	position:relative;
}
.cart-ttbold .close-cart{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.cart-ttbold .close-cart svg{
	display: inline-block;
	width: 15px;
	height: 15px;
}
.ttbold{
	margin: 0;
	font-size: 28px;
	line-height: calc(45/28);
	font-weight: 300;
}
.site-cart .cart-view{
	height:98%;
	margin-top: 10px;
	border-top: 1px solid rgba(112, 112, 112, 0.3);
	padding-top: 20px;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 90px;
	padding-right:10px;
}
.site-cart .cart-view::-webkit-scrollbar {
	display: block;
	width: 3px;
	height: 3px;
	background-color: #e5e5e5;
}
.site-cart .cart-view::-webkit-scrollbar-thumb {
	background-color: #242424;
}

.cart-view-scroll .item_2{
	padding: 10px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.cart-view-scroll .item_2:not(:last-child){
	border-bottom:1px solid rgba(112, 112, 112, 0.3);
}
.cart-view-scroll .item_2 .img{
	width: 130px;
	margin-right: 10px;
}
.cart-view-scroll .item_2 .info{
	width: calc(100% - 130px);
	position: relative;
}
.item_2 .info .pro-title .pro-title-view{
	width:calc(100% - 25px);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.item_2 .info .pro-title .variant{
	display:block;
	font-size:14px;
}
.item_2 .mini-cart_quantity{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.item_2 .mini-cart_quantity .btn-miniqt{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height:20px;
	text-align: center;
	position:relative;
	background:none;
	border:0;
	outline:none;
}
.item_2 .mini-cart_quantity .qty-mini{
	width: 20px;
	height: 20px;
	text-align: center;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: 500;
}
.item_2 .mini-cart_quantity .pro-price-view{
	font-size: 14px;
	line-height: calc(18/14);
}
.item_2 .remove_link{
	position: absolute;
	top: 0;
	right: 0;
}
.item_2 .remove_link svg{
	display:inline-block;
	width:10px;
	height:10px;
}
.cart-view-total .table-total tr td{border:0;}
.cart-view-total .note-fee{
	font-size:14px;
	text-align:center;
}
.cart-view-total .linktocheckout{width:100%;}
.site-cart .progamemingcart{
	margin-top: 10px;
	padding-top: 10px;
}
.site-cart .section-products-cart{
	margin-top: 10px;
	padding-top: 0;
	padding-bottom:0;
}
.site-cart .products-cart-header{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.site-cart .products-cart-header h2{
	width: 100%;
}
.site-cart .products-cart-header .list-collection-cart{
	flex:unset;
	-ms-flex:unset;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
	margin-top: 10px;
}
/* - Menu Mobile */
.hamburger-menu.show-menu .header-action_dropdown{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.header-action_dropdown{
	position: absolute;top: calc(100% + 15px);  left: auto;right:-15px;z-index: 990;
	min-width: 280px;border-radius: 3px;
	color: #677279;background: #fff;  border: solid 1px #dfe3e8;
	visibility: hidden;opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.header-action_dropdown .header-dropdown_content{height:100%;}
.site-menu.menu-mobile{
	position: relative;
	max-width: 100vw; height: 100%;
	overflow: hidden;z-index: 100;
}
.menu-mobile--wrap { height: 100%;padding-bottom:90px;}
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom {
	width: 100%;max-height: calc(100% - 10px);height:100%;overflow:hidden;padding-bottom:90px;overflow-y: auto;
	scroll-behavior: smooth;-webkit-overflow-scrolling: touch;
}
.menu-mobile .menu-mobile--bottom .mp-menu {

}

.menu-mobile .menu-mobile--bottom .mplus-menu {	height:100%}
.menu-mobile .menu-mobile--bottom .mplus-menu ul {
	margin: 0;
}
.menu-mobile .vertical-menu-list li {position: relative; }
.menu-mobile .vertical-menu-list li a {
	display: block;
	padding: 10px 12px;
	outline: none; 
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	position:relative;
	font-weight:300;
	transition: all 0.3s;
}
.menu-mobile .vertical-menu-list li a:not(.active):hover{
	background: rgba(173,225,245,1);
}
.menu-mobile .vertical-menu-list li a.active{font-weight:500;}
.menu-mobile .vertical-menu-list li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;	right: 10px;top: 50%;color: #757575;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
.menu-mobile .vertical-menu-list li a i img{
	transition: all 0.3s ease-in-out;
}
.menu-mobile .vertical-menu-list li a.active i img{
	transform: rotate(180deg);
}
.menu-mobile .vertical-menu-list li a i svg {width: 8px;height: 12px;}
.menu-mobile .vertical-menu-list li a i span{
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
}
.menu-mobile .vertical-menu-list li a i span:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #CCC;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: all 0.3s;
}
.menu-mobile .vertical-menu-list li a i span:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #CCC;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.menu-mobile .vertical-menu-list li a.active>i span:after{
	opacity:0;
	visibility:hidden;
}
.menu-mobile .vertical-menu-list li .menu-mb__sub{display:none;}
.menu-mobile .menu-mobile--bottom .menu-mb__sub{padding:0 12px}
.menu-mobile .vertical-menu-list li .menu-mb__sub.mb-sub__lv1 li a{
	padding:10px 12px;
}
.menu-mobile .vertical-menu-list li .menu-mb__sub.mb-sub__lv2 li a{
	border:0;
}
.menu-mobile .vertical-menu-list li .menu-mb__sub.mb-sub__lv2 .mb-sub__lv2 li a{
	padding:10px 35px;
}

.menu-mobile .mp-menu__wish a,
.menu-mobile .mp-menu__account a{
	display: block;
	font-size: 14px;
	padding:10px 12px;
	border-bottom:1px solid #eee;
}
.menu-mobile .mp-menu__wish a:hover,
.menu-mobile .mp-menu__account a:hover{
	background: rgba(173,225,245,1);
} 
.menu-mobile .mp-menu__language{
	padding: 10px 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.menu-mobile .mp-menu__language .list-language{margin:0;}
.mp-menu__language .list-language{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.mp-menu__language .list-language li{margin-left: 10px;}
.mp-menu__language .list-language li a{
	line-height: 0;
	display: block;
}
.mp-menu__language .list-language li img{width:24px;}
.mona-content img{width:initial !important;height:initial !important;}
.coupon-modal{z-index:99999999;}
.coupon-modal .modal-dialog{margin-top:40px;}
.coupon-modal .modal-content {
	padding: 5px 3px 3px;
	background:linear-gradient(90deg, #99C932 0%, #297623 44.66%, rgba(153,201,50,1) 87.49%, #4E9525 96.37%,#297623 100%);
	border: 0;
	border-radius: 8px;
}
.coupon-modal .modal-content.cp-point{
	background:linear-gradient(90deg, #2A6AAE 0%, #1B1385 19.91%, #5A85BD 78.24%,#1C1485 100%);
}
.coupon-modal .window-close {
	z-index: 9;
	position: absolute;
	right: 7px;
	top: -7px;
	outline: 0;
	opacity: 1;
}
.coupon-modal .window-close span{
	display:inline-block;
	font-size:0;
	background:url(//cdn.hstatic.net/themes/200000596505/1001391488/14/ic-exit1.png?v=111);
	width: 25px; 
	height: 25px;
	background-size: cover;
}
.coupon-modal .modal-content.cp-point .window-close span{
	background:url(//cdn.hstatic.net/themes/200000596505/1001391488/14/ic-exit2.png?v=111);
	background-size: cover;
}
.coupon-title { 
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom:5px;
}
.coupon-body__wrapper {
	padding: 10px 20px;
	background:url(//cdn.hstatic.net/themes/200000596505/1001391488/14/bg-coupon-modal2.png?v=111);
	background-size: cover;
	padding: 40px 20px 100px;
	background-position: center;
	border-radius: 0 0 8px 8px;
	position: relative;
}
.coupon-row:nth-child(2n) {
	display:none;
}
.coupon-label {
	color: #000;
	font-weight:400;
}
.coupon-row .coupon-info {
	color: #000;
	font-weight: 400;
}     
.coupon-action {
	display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.coupon-action .btn-main{
	flex:0 0 48%;
	-ms-flex:0 0 48%;
	max-width:48%;
	border-radius:0;
	box-shadow:none;
}
.coupon-action .btn-main:after{display:none;}
.coupon-action .btn-main:first-child{
	box-shadow: inset 0px 0px 6px #646464;
	border-radius: 6px !important;
	color: #000;
	font-weight: 600;
	border: 1px solid #999;
}
.coupon-action .btn-main:last-child{
	background: linear-gradient(90deg, #84C629 0%, #297623 44.66%, #84C629 87.49%, #4E9525 96.37%,#297623 100%);
	box-shadow: inset 0px 0px 8px #8b8989;
	border-radius: 8px !important;
	border: 2px solid #ddd;
	color:#000;
	font-weight: 600;
}
.modal-content.cp-point .coupon-action .btn-main:last-child{
	background: linear-gradient(90deg, #2A6AAE 0%, #5175B4 37.15%, #5A85BD 78.24%,#435AA7 100%);
}
/*------------- FLASHSALE -------------*/
.flashsale-bc__head{
	margin-bottom:15px;
}
.flashsale-bc__head .link-flashsale{
	width: 100%;
	height: 100%;
	position: relative;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flashsale-bc__head .link-flashsale img{max-width:445px;width:100%;}
.flashsale-bc__head .link-flashsale:before{
	position: absolute;
	width: calc(100% - 50px);
	height: calc(100% - 9px);
	background: #131313;
	content: '';
	left: 50px;
	top: 1px;
	z-index: -1;
	display: block;
	border-radius: 0px 5px 5px;
}
.flashsale-bc__timer{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.flashsale-bc__countdown{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.flashsale-bc__status{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-right: 5px;
}
.flashsale-bc__timer span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	margin: 0 5px;
	border-radius: 4px;
}
.flashsale-bc__process{
	margin-top:10px;
	border: 2px solid #000;
	border-radius: 20px;
}
.flashsale-bc__process .flashsale-bc__icon{
	background: url(//cdn.hstatic.net/themes/200000596505/1001391488/14/icon-fire.png?v=111) 0 no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	position: absolute;
	left: -1px;
	top: -5px;
	z-index: 10;
}
.flashsale-bc__process .flashsale-bc__bar{
	position: relative;
	width: 100%;
	height: 18px;
	border-radius: 20px;
	background-image:url(//cdn.hstatic.net/themes/200000596505/1001391488/14/bg-process.png?v=111);
	background-size: cover;
	background-position: center;
}
.flashsale-bc__process .flashsale-bc__text{
	position: absolute;
	color: #000;
	font-size: 12px;
	top: 0;
	font-weight: 500;
	left: 0;
	right: 0;
	text-align: center;
}
.flashsale-bc__process .flashsale-bc__tran{
	background: #fff;
	float: right;
	height: 100%;
	width:100%;
	border-radius:0 20px 20px 0px;
}
.flashsale-bc__products.owl-carousel .owl-nav button{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	outline:0;
	background:#fff;
}
.flashsale-bc__products.owl-carousel .owl-nav button i{
	line-height: 40px;
	font-size: 48px;
}
.flashsale-bc__products.owl-carousel .owl-nav .owl-prev{left:0;}
.flashsale-bc__products.owl-carousel .owl-nav .owl-next{right:0;}
.page-flashsale{padding:40px 0;}
.flashsale-bc__tabs{
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	margin-bottom: 40px;
}
.flashsale-bc__tabs .flashsale-bc__tab{
	flex: 0 0 calc(100% / 3);
	text-align: center;
	background: #fde5a2;
	padding: 15px;
	cursor:pointer;
}
.flashsale-bc__tabs .flashsale-bc__tab.active{background:var(--color-main);}
.flashsale-bc__tab .fs-tab-time{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
	color:#fff;
}
.flashsale-bc__tab .flashsale-bc__timer{
	position: relative;
	top: 0;
	right: 0;
	transform: initial;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flashsale-bc__tab .flashsale-bc__timer p{
	margin:0;
	font-weight:500;
	font-size:14px;
	color:#fff;
}

/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact{
	z-index:999999;
	font-size: 0; text-align: center; 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 .modal-dialog-centered {
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin-top: 0;
}
.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:30px auto 50px;}
.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);}
.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;}
.member-info__reward{
	text-align: center;
	padding: 15px 30px;
}
.member-info__reward .info-reward__box{
	padding: 30px 0;
	position:relative;
}
.info-reward__box img:not(.rewarad-bg){
	width: 100px;
}
.info-reward__box .rewarad-bg{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.member-info__detail{
	padding: 0 15px;
}
.member-detail__list{
	margin:0;
}
.member-detail__list li{
	background: #242426;
	margin-bottom: 15px;
	padding: 20px 0;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.member-detail__list li:not(:last-child) .detail-left{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	padding: 0 15px;
}
.member-detail__list li:not(:last-child) .detail-right{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	padding: 0 15px;
}
.member-detail__list li:last-child .detail-left{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	padding: 0 15px;
}
.member-detail__list li:last-child .detail-right{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	padding: 0 15px;
}
.member-detail__list li .detail-title{
	font-size: 14px;
	color: #B9B9B9;
	display:block;
}
.member-detail__list li .detail-des{
	font-size: 14px;
}
.member-detail__list li .text-hl{

	font-weight: 500;
	color: #D6AA67;
}
.member-detail__list li .text-ff{
	color: #FFFFFF;
}
.member-detail__list li p{
	color: #777777;
	margin: 0;
	font-size: 13.33px;
	margin-top: 10px;
	text-align: left;
}


@media (min-width: 768px) {
	.modal-popupContact .modal-dialog-centered{width:650px;}
}
@media (max-width: 767px) {
	.modal-popupContact .modal-dialog-centered{margin:35px 10px 50px;}

}
.swiper-scrollmb.swiper-initialized:before{
	content: "";
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 999px;
	background: url(//cdn.hstatic.net/themes/200000596505/1001391488/14/ic-drag.svg?v=111) 50% 50%/2.7rem #f7f7f7;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: calc((100% - 5.5rem) / 2);
	z-index: 2;
	transform: translate(-50%,-50%);
	transition: 0.3s ease;

}
/*------ PAGE FAQ ---------*/
.page-faq{padding-top:20px;}
/*---------------------------------------------------------------------------------
RESPONSIVE
---------------------------------------------------------------------------------*/
@media(max-width:1200px){


} 
@media (min-width:768px){
	.product-detail-main #sliderproduct{
		position: relative;
		padding-bottom: 130%;
		width: 100%;
		overflow: hidden; 
	}
	.product-detail-main .product-image-detail .slide_product{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover; 
		touch-action: none;
	}
	.product-detail-main .product-image-detail .slide_product img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.slide_product .item-slide-video{
		position: relative;
		padding-bottom: 100%;
	}
	.slide_product .item-slide-video video{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media(min-width:992px) and (max-width:1199px){

	/*account*/
	.wrapbox-content-account{padding: 100px 60px;}
	.wrapbox-heading-account .header-page{ width:80%;}
}
@media(min-width:768px) and (max-width:1024px){
	.footer-infomation .footer-name{
		font-size:20px;
	}
	.footer-infomation .footer-infomation__des{
		padding:0;
	}
	.footer-infomation .footer-infomation__des:not(:last-child){
		margin-bottom:15px;
	}
	.footer-col .list-ul li{font-size:14px;}
	.footer-top .footer-col:not(.col-12) + .footer-col{margin-top:20px;}
	.footer-newsletter .list-social{
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}
	.footer-newsletter .list-social li:not(:last-child){margin-right:10px;}
	.col-filter .colsort-content{
		left: -150px;
	}
}
@media(min-width:992px){
	.btn-sec:after{
		content: "";
		display: block;
		width: 0;
		height: 100%;
		background-color: var(--color-main);
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transition: 0.5s ease;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		z-index: -1;
	}
	.btn-sec:hover{color:#fff;}
	.btn-sec:hover:after{
		width: 100%;
	}
	.btn-sec:hover .submitfformnow{color:#fff !important;}
}
@media(min-width:1200px){
	.site-cart .section-products-cart .pro-loop{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.swiper-scrollmb:hover:before{
		transform: translate(-50%, -50%) scale(0);
	}
	.actions-item:hover .notify-wrapper{
		opacity:1;
		visibility:visible;
	}
	.pro-loop .product-img:hover picture:nth-of-type(1){
		opacity:0;
		visibility:hidden;
	}
	.pro-loop .product-img:hover picture:nth-of-type(2){
		opacity:1;
		visibility:visible;
	}

	.section-outfit .list-outfit .outfit-banner__photo .popover {
		max-width: 250px
	}
}
@media(min-width:1600px){
	.popup-bst__list .swiper-slide img{max-width:715px;}
}
@media (min-width:1200px) and (max-width:1600px){
	/*.list-promotion .item-promotion{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}*/
}
@media (max-width:1024px) and (min-width:992px){
	.product-content-desc .product-title h1{font-size:22px;}
}
@media (max-width:1024px){
	.header-top .mb-re{position:unset;}
	.header-action_dropdown{right: 0;left: 0;top: 100%;width: 100vw;height:100vh;}
	.outfit-product__image{width:150px}
	.outfit-product__detail{width:calc(100% - 160px);}
}
@media(max-width:991px) and (min-width:768px){
	.wrapbox-heading-account{height: 50vh;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-account .header-page{ width:80%;text-align: center;padding-bottom:50px; }
	.wrapbox-content-account{padding: 100px 80px;}
}
@media(max-width:991px) {
	.btn-sec:hover{color:#fff;background:var(--color-main);border-color:var(--color-main);}
	.btn-sec:hover .submitfformnow{color:#fff !important;}
	.section-promotion .list-promotion{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		flex-wrap: unset;
		padding-bottom: 20px;
	}

	.product-content-desc{margin-top:15px;}
	.product-detail-main .product-image-detail{
		width:100%;
		padding:0;
	}
	.select-swatch .swatch.swatch-color .select-swap{max-width:500px;width:100%;}
	.select-swatch .swatch-color{margin-bottom:15px;}
	.variant-quantity__wrapper{max-width:400px;width:100%;}
	.search-dt .search-lg{
		left:-90px;
		right:initial;
	}
}
@media (max-width:767px){
	.breadcrumb-shop{margin-bottom:20px;}
	.section-index{margin-top:20px;}
	.search-dt .search-lg{left:0;}
	.header-top .no-pd{padding:0;}
	.header-logo.switch-ref a{margin:0 2px;}
	.header-main .header-language-search .item-left:not(:last-child){margin-right:6px;}
	.header-actions__list .actions-item:not(:last-child){margin-right:10px;}
	.header-actions__list .actions-item img.ic-ac{
		width: 16px;
		height: 16px;
	}
	.action-cart .count-empty img{
		width: 7px;
		height: 7px;
	}
	.language-list .language-item a{
		font-size:6px;
	}
	.btn-header-search img{width:16px;}
	.section-category .row-category{margin:0;}
	.section-category .row-category:not(.owl-loaded) .item-category__home:nth-child(n+5){display:none;}
	.section-category .item-category__home{padding:0;}
	.item-category__home .item-category__image{
		flex: 0 0 45px;
		-ms-flex: 0 0 45px;
		height: 45px;
	}
	.item-category__home .item-category__info h4{font-size:12px;}
	.section-promotion .list-promotion .item-promotion{
		padding-right: 4px;
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
		position: relative;
		width: 100%;
	}
	.list-promotion .item-promotion .promotion-des{font-size:12px;}
	.list-promotion .item-promotion .item-promotion__box{
		min-height:100px;
	}
	.section-heading .section-title{font-size:14px;}
	.pro-loop{margin-bottom:30px;}
	.pro-loop .sold-out span{font-size:14px;}
	.pro-loop .product-detail .pro-name a{font-size:12px;height: 27px;}
	.pro-loop .product-detail .badge-new span{font-size:12px;}
	.pro-action__item .option-list select{font-size:14px;}
	.viewall-row .btn-viewall{font-size:14px;}
	.section-banner .container-fluid{padding:0;}
	.footer-infomation .footer-name{font-size:16px;}
	.footer-infomation .footer-infomation__des{padding:0;}
	.footer-infomation .footer-infomation__des:not(:last-child){margin-bottom:15px;}
	.footer-top{padding-top:0;}
	.footer-col{margin-bottom:15px;border-bottom: 1px solid rgba(112, 112, 112, 0.3);}
	.footer-col .list-ul li{font-size:14px;}
	.footer-col .list-ul li a:hover{color:#000;font-weight:500;}
	.footer-top .footer-col:not(.col-12) + .footer-col{margin:0;}
	.footer-col .footer-content{display:none;margin-top: 10px;margin-bottom:10px;}

	.footer-col .footer-col__title{
		font-size:11.2px;
		font-weight: 300;
		position: relative;
		margin: 0;
		padding: 8px 0;
	}
	.footer-col .footer-col__title.active{font-weight:500;}
	.footer-col .footer-col__title .icon-subft{
		display: inline-block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		text-align:center;
		line-height:1;
	}
	.footer-col .footer-col__title .icon-subft img{
		transition: all 0.3s ease-in-out;
	}
	.footer-col .footer-col__title.active .icon-subft img{
		transform: rotate(180deg);

	}
	.footer-newsletter .list-social{
		justify-content: center;
		-webkit-justify-content: center;
	}
	.footer-newsletter .list-social li:not(:last-child){
		margin-right:10px;
	}

	.collection-hd .wrap-filter{
		margin-left: -5px;
		margin-right: -5px;
		align-items: center;
		-webkit-align-items: center;
	}
	.collection-hd .wrap-filter>div[class*="col-4"]{
		padding: 0 5px;
		flex: auto;
		max-width: initial;
		width: initial;
	}
	.col-nav__wrapper{text-align:left;margin-top:10px;}
	.colsort-row .colsort__btn{font-size:13px;}

	.colsort-row.col-nav .colsort-content{
		right: auto;
		left: initial;
	}
	.colsort-row.col-view{margin-top:5px;}
	.colsort-row.col-view .colsort__btn{padding:0;}

	.collection-sortby-filter .colsort-row:not(:last-child){margin-right:10px;}
	.colsort-content ul.listStyle li a{font-size:12px;}
	.group-filter .check-box-list li label{font-size:13px;}
	.col-filter .colsort-content{
		min-width: 215px;
	}
	.filter-content{
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	.filter-content .group-filter{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		padding:0;
	}
	.filter-content .group-filter:not(:last-child){margin-bottom:20px;}


	.product-content-desc .product-title h1{font-size:14px;font-weight:500}
	.product-content-desc .product-meta{margin-bottom:20px;    margin-top: 15px;}
	.product-content-desc .product-price .pro-price{font-size:18px;}
	.product-content-desc .product-price del{font-size:14px;}
	.variant-quantity__wrapper{margin-bottom:20px;}
	.list-productRelated .heading-title h2{font-size:14px;}
	.product-detail-wrapper .bluecore-reviews-wrapper{margin-top:20px;}
	.product-detail-main .product-left{
		padding:0;
	}
	.main-body-product .footer-main{padding-bottom:60px;}
	.box-send__des p{font-size:16px;}
	.contactInfo .contact-list li .contact-value{font-size:14px;}
	table.table-cart thead{display:none;}
	.line-item-container{
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.line-item-container .cart-info__detail{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		position: relative;
	}
	.line-item-container .product_info{width:100%;padding-top: 0;padding-right:15px;}
	.line-item-container .product_info h3 {
		font-size: 14px;
	}
	.line-item-container .product_info span {
		font-size: 14px;
	}
	.line-item-container .qty-inner{
		width:100%;
	}
	.line-item-container .linePrice{
		position: absolute;
		right: 0;
		text-align: right;
		bottom: 5px;
		width: initial;
		padding-top:0;
	}
	.line-item-container .linePrice .price{margin:0;}
	.line-item-container .remove{
		width:initial;
		position: absolute;
		top: 0;
		right: 0;
		padding-top:0;
		line-height: 0;
		width: 15px;
		height: 20px;
		text-align: right;
	}
	table.table-cart td {
		max-width: 135px;
	}

	.qty-click input.item-quantity {
		height: 30px;
		width: 45px;
		padding: 0;
	}
	.qty-click button.qty-btn {
		width: 20px;
		height: 30px;
	}
	p.order-infor{padding:10px 0;}
	.cart-buttons{padding:10px 0;}
	.checkout-note{padding:0;}
	.gallery-blog{padding-bottom:32px;}
	.sec-title{
		margin-bottom: 16px;
		font-size: 14px;
	}
	.gallery-blog__txt{
		margin-bottom: 20px;
	}
	.gallery-blog__list{
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 24px;
	}
	.gallery-blog__list .col-4{
		padding:3px;
	}
	.gallery-blog__list .gallery-img{
		margin-bottom:0;
	}
	.blog__item .blog__title{
		margin-bottom: 8px;
		font-size: 14px;
		font-weight: 300;
		text-align: center;
		margin-top: 5px;
	}
	.blog__item .category-list{margin-bottom:8px;}
	.blog__item .category-list a{font-size:12px;}
	.blog__item .blog__content-action{text-align:center;}
	.blog__item .blog__btn{margin:0 auto;font-size: 12px;}


	.section-outfit .list-outfit .outfit-banner__photo .outfit-name{
		font-size: 12px;
	}
	.detail-outfit .ot-image{margin-bottom:30px;}
	.outfit-detail__right .sec-title{text-align:center;}
	.outfit-detail__right .mona-content{text-align:center;}
	.outfit-product__image{
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.outfit-product__detail{
		width: calc(50% - 5px);
	}
	.outfit-product__detail h4{font-size:14px;}
	.outfit-product__detail .ot-price .price_cur{font-size:14px;}
	.outfit-back .btn-sec{margin-top:30px;}
	.layout-info-account{padding-top:20px;padding-bottom:20px;}
	.qa__item{width:100%;}
	#pop-apply .apply{padding:15px;}
	.apply .apply__title{font-size:16px;margin-bottom:30px;}
	#pop-apply .closeBtn{top:0;right:0;}
	.apply .apply__subtitle{font-size:14px;margin-bottom:10px;}
	.apply .apply__txt{font-size:13px;}
	.btn-sec{
		transition: none;
	}
	.popup-bst__list .swiper-button-next,.popup-bst__list .swiper-button-prev{display:none !important}
	.pro-loop .product-detail .pro-price span{font-size:12px;}
}
@media (max-width:480px){
	.banner-btn{max-width:216px;}
	.banner-img .rto-box{padding-top:150%;}
	.banner-blog .banner-right{
		margin-top: auto;
		margin-left: 0;
		text-align: center;
	}
	.banner-blog .bannner-title{
		margin-bottom: 15px;
		font-size: 26px;
	}

	.ban__img .rto-box{padding-top:150%;}
	.ban__content{padding:0 0 36px;}
	.swiper-scrollmb{padding-bottom:44px;}
	.swiper-scrollmb.swiper-initialized:before{
		display:block;
		width: 4rem;
		height: 4rem;
		background: url("//cdn.hstatic.net/themes/200000596505/1001391488/14/ic-drag.svg?v=111") 50% 50%/2rem no-repeat #f7f7f7;
		top: unset;
		bottom: -20px;
		animation: drag 2s linear infinite;
	}
	.bst-info .bst__subtxt{margin-bottom:30px;}
	.bst-list .bst-items{padding:20px 0;}
	.bst-product{padding:40px 0 0;}
	.list-productRelated{padding-top:20px;margin-bottom:20px;}
	.site-cart{max-width:95%;padding:15px 10px;}
	.site-cart .cart-view{margin-top:15px;padding-top:0;}
	.ttbold{font-size:24px;}
	.cart-view-scroll .item_2{padding:15px 0;}
	.cart-view-scroll .item_2 .img{
		width:130px;
		min-width:130px;
	}
	.cart-view-scroll .item_2 .info{
		width:calc(100% - 130px);
		min-width:calc(100% - 130px);
	}
	.cart-view-total .linktocheckout{max-width:100%;}
	.section-bst{padding:15px 0;}
	.section-bst .sec-title{margin-bottom:30px;}
	.hm-tabs__list{
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		justify-content: space-between;
	}
	.hm-tabs__list .hm-tabs__item{padding:0 4px;}
	.hm-tabs__list .hm-tabs__item a{font-size:9px;}
	.footer-col .footer-col__title span.icon-subft img {
		display: none;
	}
}
/* modal guide size*/
.modal-sizes{text-align:center;padding:0!important;background: rgba(3, 17, 27, 0.7);}
.modal-sizes .modal-header { padding: 20px 50px 15px;border-bottom:0;justify-content: center;}
.modal-sizes .modal-header.mdal-border{border-bottom: 1px solid #e5e5e5;}
.modal-sizes .modal-header .mdl-title{font-size: 20px;font-weight: 700; margin: 0 0;line-height: initial;}
.modal-sizes .modal-header .close-modal-size {
	position: absolute;top: 8px;right: 8px;
	margin: 0;opacity: 1;display: block;outline: none;
	width:30px;height: 30px;border-radius: 50%;
	text-align: center;background: #e5e5e5;border: 1px solid #e5e5e5;
	padding:0;
}
.modal-sizes .modal-header .close-modal-size svg {
	height: 100%;width: 22px;opacity:0.55;
	-webkit-transition: -webkit-transform .25s, opacity .25s;-moz-transition: -moz-transform .25s, opacity .25s;transition: transform .25s, opacity .25s;
}
.modal-sizes .modal-body {padding:20px;}
.modal-sizes .modal-body .mdl-banner {text-align: center;}
.modal-sizes .modal-body .mdl-note{margin:12px 0 10px;}
.modal-sizes .modal-header .close-modal-size:hover svg{opacity:1;-webkit-transform: scale(1.12);  -moz-transform: scale(1.12); transform: scale(1.12);}
.content-page a,.description-productdetail a{text-decoration:underline;}

@media(min-width:768px){
	.modal-sizes .modal-dialog {max-width: 700px;}
}
@media(max-width:767px){
	.modal-sizes .modal-dialog{margin-top:50px;}
	.modal-sizes .modal-header {padding: 12px 44px 12px 12px;}
	.modal-sizes .modal-header .mdl-title {font-size: 18px;text-align: left;}
	.modal-sizes .modal-body {padding: 20px 10px;}
}
@keyframes drag {
	0% {
		transform: translate(-50%, -50%);
	}
	25% {
		transform: translate(-100%, -50%);
	}
	50% {
		transform: translate(-50%, -50%);
	}
	75% {
		transform: translate(0%, -50%);
	}
	100% {
		transform: translate(-50%, -50%);
	}
}
.policy-shop{margin-top:20px;}

.policy-shop-list {
	margin: 0; }
.policy-shop-list .policy-shop-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.policy-shop-list .policy-shop-item:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px; }
.policy-shop-list .policy-shop-item > a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex: 1; }
.policy-shop-list .policy-shop-item .policy-icon {
	width: 30px; }
.policy-shop-list .policy-shop-item .policy-txt {
	width: calc(100% - 30px);
	padding-left: 10px;
	font-size: 14px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
	position: relative;
}

.policy-shop-list .policy-shop-item .policy-txt .btn-more-policy {
	font-size: 14px;
	color: #9f9e9e; 
}
.policy-shop-list .policy-shop-item.policy-membership{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.policy-shop-list .policy-shop-item.policy-membership .policy-txt .btn-more-policy:before{display:none;}
.policy-membership .policy-membership__head{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	width:100%;
	cursor:pointer;
}
.policy-shop-item .member-info__content{
	margin-top: 10px;
	padding: 0 0 0 40px;
	width: 100%;
}
.policy-shop-item .member-info__content:not(.active){display:none;}
.policy-shop-item .member-info__line{padding:6px 0;}
.policy-shop-item .member-info__line:not(:last-child){border-bottom:1px solid #ddd;}
.policy-shop-item .member-info__line .member-line__head{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.policy-shop-item .member-info__line .member-info__tab{
	background: #000;
	margin-top: 15px;
	padding-bottom:15px;
}
.member-info__line .member-line__head{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.member-info__line .member-line__head .member-name{
	font-size: 14px;
	font-weight: 500;
}
.member-info__line .member-info__tab{display:none;}
.member-info__line .member-icon img{
	transition: all 0.3s ease-in-out;
}
.member-info__line.active .member-icon img{
	transform: rotate(180deg);
}
.policy-membership__head .btn-more-policy img{
	transition: all 0.3s ease-in-out;
}
.policy-membership__head.active .btn-more-policy img{
	transform: rotate(180deg);

}

@media (max-width: 767px) {
	.header-topbar{height:34px;}
	.header-topbar .topbar-slider{height:34px;}
	.header-topbar .topbar-des{
		font-size:12px;
		height:100%;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.slider-video__wrapper{padding-top:150%;}
	.btn-sec.btn-slider{font-size:12px;width:216px;}
	.policy-shop {
		width: calc(100% + 30px);
		transform: translateX(-15px);
		padding-top: 15px;
		background: #f5f5f5;
		padding-bottom: 15px; }
	.policy-shop-list {
		padding: 15px;
		background: #fff; } 
	.policy-shop-list .policy-shop-item .policy-txt .btn-more-policy {
		font-size: 0; }
	.policy-shop-list .policy-shop-item .policy-txt .btn-more-policy:before {
		position: absolute;
		content: '\f105';
		font-family: FontAwesome;
		font-size: 25px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		text-align: right; 
	}
	.flashsale-bc__head .link-flashsale:before{
		height:calc(100% - 6px);
	}
	.flashsale-bc__status{font-size:12px;}
	.flashsale-bc__timer span{font-size:14px;width:25px;height:25px;line-height:25px;}
	.detail-flash .detail-flash__txt .endTips{font-size:12px;}
	.detail-flash .detail-flash__txt .end-date span{
		font-size:14px;width:25px;height:25px;line-height:25px;
	}
	.flashsale-bc__tabs{
		overflow: hidden;
		overflow-x: auto;
	}
	.flashsale-bc__tabs .flashsale-bc__tab{
		flex: 0 0 60%;
		-ms-flex: 0 0 60%;
	}
	.flashsale-bc__tab .fs-tab-time{
		font-size: 22px;
		margin-bottom:5px;
	}
	.flashsale-bc__tab .flashsale-bc__timer{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.flashsale-bc__tab .flashsale-bc__timer p{width:100%;margin-bottom:5px;}
	.row-category .owl-dots {
		text-align: center; 
	}
	.row-category .owl-dots .owl-dot {
		display: inline-block;
		width: 20px;
		height: 3px;
		background: #d1cdcd;
		margin-right: 3px;
	}
	.row-category .owl-dots .owl-dot.active{background:#000;}
	.section-outfit .list-outfit .outfit-banner__photo{
		--number: 10;
		grid-template-columns: repeat(10, 1fr);
		grid-template-rows: repeat(10, 1fr);
	}
	.section-outfit .list-outfit .outfit-banner__photo .outfit-image-wrap{
		grid-column: 1/span 10;
		grid-row: 1/span 10;
	}
	.section-outfit .list-outfit .outfit-banner__photo .popover-dot{
		grid-row: calc((var(--posx) / 16) * 10);
		grid-column: calc((var(--posy) / 16) * 10);
	}
	.product-price__save .price-save{font-size:12px;}
	.product-price__save .sale-percent{font-size:12px;}
	.policy-shop-item .member-info__content{padding: 0;}
	.desc-tabs__list .desc-tabs__item a{font-size:12px;}
	table.table-cart .remove{text-align:right;}
	.banner-video__wrapper{padding-bottom:150%;}

	.fb_dialog_mobile .fb_dialog_content iframe{
		bottom: 80px !important;
	}
	body.product .fb_dialog_mobile .fb_dialog_content iframe{
		bottom: 125px !important;
	}
}
.has-click{pointer-events:none;opacity:0.6;}
#modal-video.active{
	opacity:1;
	visibility:visible;
}
#modal-video{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	z-index: 99999;
	opacity:0;
	visibility:hidden;
	transition: all 0.3s;
	background: rgba(0,0,0,0.5);
}
#modal-video .modal-content{
	background: transparent;
	border: 0;
}
#modal-video .modal-header{padding:0;border:0;}
#modal-video .modal-header .close{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	opacity: 1;
	z-index: 9999;
	outline:0;
}
#modal-video .modal-header .close svg{
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: #fff;
}
#modal-video .show-video{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}
#modal-video .show-video video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-banner-popup.row{
	margin:0;
}
.list-banner-popup .popup-item{
	padding:0;
}

.item-promotion .item-promotion-wrap{
	position: relative;
}
.item-promotion-content{
	position: relative;
	display: flex;
	flex-wrap:wrap;
}
.item-promotion-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	object-fit: cover;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.item-promotion-bg img{
	width: 100%;
	height: 100%;
}
.item-promotion-left, .coupon-detail-left {
	padding: 10px 15px 10px 10px;
	width: 84%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item-promotion-right, .coupon-detail-right {
	width: 16%;
	display: flex;
	flex-direction: column;
	padding: 46px 5px 10px 5px;
	align-items: center;
	text-align: center;
	position:relative;
}
.item-promotion-act, .coupon-btn  {
	display: flex;
	justify-content: space-between;
	position:relative;

}
.promo-title, .promo-desc p{
	margin: 0;
}
.promo-left-upper,.coupon-details {
	padding: 41px 0px 15px 10px;
}

a.coupon_info_toggle, .btn-open-modal   {
	border-radius: 6px;
	display: inline-block;
	padding: 8px 5px;
	background: #e7ebec;
	box-shadow: inset 1px 0px 3px #7e7e7e;
	line-height: normal;
}
.list-promotion .item-promotion a.btn-coupon, .btn-exchange-coupon,
.list-coupon .item-coupon .btn-coupon{
	border-radius: 6px;
	display: inline-block;
	padding: 8px 5px;
	height: auto;
	line-height: normal;
	background: #9acb56;
	box-shadow: inset -4px 0px 6px #5e8c5e;
	color: #000;
	border: 1px solid #dfdfdc;
	font-size:9px;
	font-weight:600;
}
a.coupon_info_toggle, .list-promotion .item-promotion a.btn-coupon, .btn-open-modal, .btn-exchange-coupon{
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
}
p.promo-qty-left, p.coupon-exp-left {
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	margin-bottom:0;
}
span.promo-val-count, span.coupon-val-count {
	font-size: 24px;
}
p.promo-val, p.coupon-val {
	font-size: 16px;
	font-weight: 500; 
	text-transform: uppercase;
}
.promo-title, .promo-desc, .item-coupon .coupon-details .coupon-name, .coupon-desc {
	font-size: 17px;
	font-weight: 500;
}
.btn-exchange-coupon,
.item-coupon.coupon-reward .btn-coupon-use{
	background: #68aede;
	box-shadow: inset 0px 0px 31px #3876a4;
}

.coupon-exp-left {
	margin: 0

}
.coupon-val{
	margin-bottom: 10px;
}
@media (max-width:767px){
	.promo-left-upper,.coupon-details{
		padding: 30px 0px 15px 10px;
	}
	.promo-title, .promo-desc, .item-coupon .coupon-details .coupon-name, .coupon-desc{
		font-size: 10px;
		font-weight: 500;
	}
	.item-promotion-right, .coupon-detail-right{padding:35px 5px 10px 5px;}
	p.promo-val, p.coupon-val{
		font-size: 12px;
	}
	span.promo-val-count, span.coupon-val-count{
		font-size: 16px;
	}
	p.promo-qty-left, p.coupon-exp-left{font-size:10px;}
}

/*login*/
.user-wrapbox {
	max-width: 460px;
	width:100%;
	margin: 0 auto;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0, 0.3);
	border-radius: 5px;
	padding: 20px 25px 30px;
}

.tab-links {
	display: flex;
	justify-content: space-between;
}
.tab-link {
	width: 50%;
	text-align: center;
	color: #666;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}
.tab-link.active span {
	border-bottom: 1px solid black;
	color: #000;
}
.action_account_custommer .action_bottom, .action_account_custommer .req_pass{
	display: block;
	text-align: center;
}
.tab-content .btn-sec{
	width: 100%;
	margin: 20px 0 10px;

}
.req_pass a{
	color: #959898;
	font-size: 12px;
}
.heading-page .heading-title{
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

@media (min-width: 768px) {
	#coupon-login .modal-dialog {
		width: 372px;
	}
}

#coupon-login .modal-content {
	border-radius: 0;
}

#coupon-login .modal-header {
	padding: 0;
	border: 0;
}

#coupon-login .modal-header .close-c {
	margin: 0;
	position: absolute;
	right: 15px;
	top: 0;
	background: none;
	border: 0;
	font-size: 30px;
	color: #464646;
	font-weight: 600;
	line-height: 1;
}

#coupon-login .modal-header h4 {
	text-align: center;
	margin: 0;
	padding-top: 15px;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	width:100%;
}

.coupon-login__wrapper {
	padding: 0;
	overflow: auto;
	max-height: 336px;
}

.coupon-login__wrapper .item-coupon-login:not(:last-child) {
	margin-bottom: 15px;
}

.coupon-login__action {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
	padding-left: 32px;
	padding-right: 32px;
}

.coupon-login__action .btn-cp {
	display: block;
	padding: 8px 12px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.item-coupon-login .item-coupon__inner {
	border: 1px solid #ff805a;
	border-top-width: 5px;
	background: #fff6f1;
	position: relative;
}

.item-coupon-login .coupon-head {
	padding: 8px 15px 15px;
	position: relative;
}
.item-coupon-login .coupon-details{padding:5px 0 0 0;}
.item-coupon-login .coupon-head .coupon-bagde {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #ff805a;
	font-size: 14px;
	display: inline-block;
}

.item-coupon-login .coupon-head .coupon-bagde.bagde-expired {
	color: #000;
	background: #ccc;
	padding: 5px;
}

.item-coupon-login .dash-line {
	position: relative;
	border-top: 2px dashed #fff;
}

.item-coupon-login .dash-line:before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	border: 1px solid #ff805a;
	border-left: 0;
	width: 10px;
	height: 20px;
	background-color: #fff;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}

.item-coupon-login .dash-line:after {
	position: absolute;
	content: '';
	top: 50%;
	right: -1px;
	border: 1px solid #ff805a;
	border-left: 0;
	width: 10px;
	height: 20px;
	background-color: #fff;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.item-coupon-login .coupon-name {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff805a;
	margin-bottom: 0;
}

.item-coupon-login .coupon-details p {
	margin-bottom: 0;
	margin-top: 5px;
	color: #ff805a;
	line-height: 1.2;
}

.item-coupon-login .coupon-condition {
	padding: 0 15px 15px;
	margin-top: 15px;
	margin-bottom: 0;
}

.item-coupon-login .coupon-condition li {
	position: relative;
	padding-left: 13px;
}

.item-coupon-login .coupon-condition li.coupon-date span {
	vertical-align: middle;
	display: inline-block;
	height: 15px;
}

.item-coupon-login .coupon-condition li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.list-coupon .item-coupon{margin-bottom:15px;}
.list-coupon .item-coupon .item-coupon__inner{
	position: relative;
}
.list-coupon .item-coupon .item-coupon__image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.list-coupon .item-coupon .item-coupon__image img{
	width: 100%;
	height: 100%;
}
.list-coupon .item-coupon .item-coupon__detail{
	position:relative;
	display: flex;
	width: 100%;
}

.item-coupon .coupon-head{
	position:relative;
}
.item-coupon .coupon-head .coupon-bagde{
	position: absolute;
	bottom: 15px;
	right: 30px;
	color: #000;
	font-size: 14px;
	display:inline-block;
	display:none !important;
}
.item-coupon .coupon-barcode{padding:0 15px 10px;}
.item-coupon .coupon-barcode svg text{fill:#ff805a;}
.item-coupon .coupon-head .coupon-bagde.bagde-expired{
	color:#000;
	background:#ccc;
	padding: 5px;
}
.item-coupon .dash-line{
	position:relative;
	border-top: 2px dashed #fff;
	display:none;
}
.item-coupon .dash-line:before{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	border: 1px solid #000;
	border-left: 0;
	width: 10px;
	height: 20px;
	background-color: #fff;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}
.item-coupon .dash-line:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -1px;
	border: 1px solid #000;
	border-left: 0;
	width: 10px;
	height: 20px;
	background-color: #fff;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}
.item-coupon .coupon-points{
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
	font-weight: 500;
	line-height:1.4;
}
.item-coupon .coupon-name{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
}
.item-coupon .coupon-details p{
	margin-bottom: 0;
	margin-top:5px;
	color: #000;
	line-height: 1.2;
}
.item-coupon .coupon-condition{
	padding:0 35px 5px;
	margin-top: 15px;
}
.item-coupon.no-active .coupon-condition{padding-bottom:15px;}
.item-coupon .coupon-condition li{
	position: relative;
	padding-left: 13px;
}
.item-coupon .coupon-condition li.coupon-date span{
	vertical-align: middle;
	display: inline-block;
	height: 15px;
}
.item-coupon .coupon-condition li:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.item-coupon .coupon-actions{
	text-align: right;
	padding: 0 30px 15px;
}
.note_opt_phone {
	margin: 20px 0 0;
}


/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp{
	text-align: center;padding: 0!important;
	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-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;}
.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;}
.modal-productApp.fade.active {opacity: 1;visibility: visible;}
#buyxgety-program {margin:20px 0;border: 2px dotted red;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(//cdn.hstatic.net/themes/200000596505/1001391488/14/appbuyxgety-icon.png?v=111');
	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;}
/* edit +++  
.pro-loop .product-img .sold-out == bottom:10 
.qty-click input.item-quantity 
table.table-cart tr td.item h3
.selector-actions
*/
.pro-loop .product-img .product_gift_label {width: 25px;position: absolute;top: 10px;right: 10px;z-index:1;}
.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;}
button.btn-product-gift{width: 100%;padding: 14px 35px; font-size: 16px;}
table.table-cart tr td.item .ico-gift{display: inline-block;width: 16px;vertical-align: text-bottom;margin-left: 10px;}
#modal-sitereview.in{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#modal-sitereview .modal-dialog{
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
}
#modal-sitereview .modal-content{
	box-shadow: none;
	border: 0;
	border-radius: 0;
}
#modal-sitereview .modal-header{
	padding:0;
	border:0;
}
#modal-sitereview .modal-header .close{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	z-index: 2;
	right: 10px;
	background: #ffffff;
	opacity: 1;
	border-radius: 50%;
}
#modal-sitereview .modal-body{padding:0;}
.form-sitereview__info{
	padding: 20px 30px 30px 30px;
	background: #f0f0f0;
	text-align: center;
}
.form-sitereview__info .sitereview-star__line{
	display: flex;
	justify-content: center;
}
.sitereview-star__list input{
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.sitereview-star__list label{
	font-size: 22px;
	margin: 0 2px;
	float: right;
	color:rgba(251, 190, 16, 0.94);
}
.sitereview-star__list input:checked ~ label i:before{
	content:'\f005';
}
.sitereview-des{margin-top:10px;}
.sitereview-des h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.sitereview-des p{
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 300;
}
.sitereview__action{margin-top:15px;}
.btn-sitereview{
	background: var(--color-main);
	display: inline-block;
	border:1px solid var(--color-main);
	padding: 10px 10px;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s;
}
.btn-sitereview:hover{
	background:#fff;
	border-color:var(--color-main);
	color:var(--color-main);
}

.sitereview-content{padding-top:15px;}
.sitereview-content h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.sitereview-content .form-line{margin-bottom:10px;}
.sitereview-content .form-line .review-input{
	width: 100%;
	padding: 10px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-weight: 400;
	outline: none;
}
.sitereview-content .form-line textarea.review-input{
	height: 100px;
	resize: none;
}
.sitereview-content .btn-sitereview{
	display: block;
	width: 100%;
}
.sitereview-content .btn-sitereview-cancle{
	display: block;
	margin-top: 10px;
	border: 1px solid;
	padding: 10px 10px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-main);
	background:#fff;
}
.btn-sitereview-submit.disabled{
	opacity:0.7;
	pointer-events:none;
}

.swatch-element.media {flex: none;display: block;}



.wd-list-coupon {
	margin: 0 -7.5px;
	padding: 5px 0; 
}
@media only screen and (max-width: 992px) {
	.wd-list-coupon {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto; 
	} 
}
.wd-list-coupon .item {
	flex: 0 0 25%;
	width: 25%;
	padding: 0 7.5px;
	margin-bottom: 15px; 
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
	.wd-list-coupon .item {
		flex: 0 0 33.3333%;
		width: 33.3333%;
		margin-bottom: 5px;
	} 
}
@media only screen and (max-width: 767px) {
	.wd-list-coupon .item {
		flex: 0 0 90%;
		width: 90%;
		margin-bottom: 5px; 
	}
}
.wd-list-coupon .wd-coupon {
	background: #fff;
	border-radius: 8px !important;
	box-shadow: 0px 0px 4px 2px #ccc;
	overflow: auto; 
}
.wd-list-coupon .wd-coupon-left {
	flex: 0 0 30%;
	width: 30%;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border-left: 12px solid var(--bgflashsale);
	border-right: 1px dashed #ccc;
	font-size: 22px;
	color: var(--bgflashsale); 
}
@media only screen and (max-width: 767px) {
	.wd-list-coupon .wd-coupon-left {
		flex: 0 0 25%;
		width: 25%;
		font-size: 20px; 
	}
}
.wd-list-coupon .wd-coupon-right {
	padding: 8px;
	background: #fff;
	flex: 0 0 70%;
	width: 70%;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.wd-list-coupon .wd-coupon-right {
		flex: 0 0 75%;
		width: 75%;
	} 
}
.wd-list-coupon .wd-coupon-right-top, .wd-list-coupon .wd-coupon-right-top span {
	display: block; 
}
.wd-list-coupon .wd-coupon-right .big-bold {
	font-weight: 400;
	font-size: 15px;
}
.wd-list-coupon .wd-coupon-right-bottom {
	justify-content: space-between;
	margin-top: 10px;
}
.wd-list-coupon .wd-coupon-right-bottom button {
	border: none;
	background: #000;
	color: #fff;
	padding: 2px 12px;
	border-radius: 20px;
	font-size: 12px;
	outline:0;
}
.wd-list-coupon .wd-coupon-right-bottom button:hover, .wd-list-coupon .wd-coupon-right-bottom button.iscopied {
	background: var(--bgflashsale); 
}
.wd-list-coupon .wd-coupon-detail {
	flex-direction: column;
	font-size: 11px; 
}


.cart-discount{
	padding: 15px 0px;
	background: #fff;
	margin-bottom:15px;
}
.list-discount{margin:0;}
.list-discount .item-discount{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.list-discount .item-discount:not(:last-child){
	margin-bottom:8px;
}
.list-discount .item-discount .icon-discount{
	flex: 0 0 30px;
	-ms-flex: 0 0 30px;
	max-width: 30px;
}
.list-discount .item-discount .detail-discount{
	flex: 0 0 calc(100% - 30px);
	-webkit-flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	padding-left: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.list-discount .item-discount .detail-discount.has-freeship .btn-buycoutinue{display:none;}
.btn-style{
	font-size: 14px;
	text-transform: uppercase;
	display:inline-block;
	padding:5px 8px;
	background: #fff;
	color:#000;
	border-radius:0;
	min-width:100px;
	margin-left:5px;
	text-align:center;
	outline: 0 !important;
	font-family: 'NVN Monument Extended', sans-serif !important;
}


.section-products-cart{
	margin-top: 30px;
	background: #fff;
	padding: 20px 0;
}
.products-cart-header{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 20px;
}
.products-cart-header h2{
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	flex: 0 0 auto;
}
.products-cart-header .list-collection-cart{
	flex: 1;
	-ms-flex: 1;
	max-width: 1000px;
	margin: 0 auto;
}
.products-cart-header .list-collection-cart::-webkit-scrollbar {
	width: 6px;
	height:6px;
}

.products-cart-header .list-collection-cart::-webkit-scrollbar-thumb {
	background: #242424;
}

.products-cart-header .list-collection-cart li{
	display: inline-block;
	margin: 0 20px;
}
.products-cart-header .list-collection-cart li a{
	font-size: 16px;
	font-weight: 400;
	color: #7a7878;
}
.products-cart-header .list-collection-cart li a.active{
	color:var(--color-main);
}
.tab-products-cart:not(.active){display:none;}
.list-products-home.owl-theme.owl-loaded .pro-loop{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (max-width:767px){
	.list-discount .item-discount .detail-discount .btn-buycoutinue{
		flex: 0 0 80px;
		font-size: 13px;
		padding: 5px;
	}
	.list-discount .item-discount .detail-discount{padding-left:10px;}
	.list-discount .item-discount .detail-discount span{width:100%;display:block;padding-right:5px;}

	.products-cart-header{
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	.products-cart-header .list-collection-cart{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		padding-bottom: 10px;
		margin-top:15px;
	}
	.products-cart-header .list-collection-cart li{
		margin: 0 10px;
	}
}

/*---------------- LAYOUT PRODUCT NEW -----------------*/
@media (min-width:768px){
	.product-new .product-detail-main #sliderproduct{
		padding-bottom: 133.42%;
	}
}
@media (min-width:1300px){
	.product-new .container-fluid{
		padding-left:15px;
		padding-right:15px;
	}
	.product-new .row{
		margin-left:-15px;
		margin-right:-15px;
	}
	.product-new div[class*="col-"]{
		padding-left:15px;
		padding-right:15px;
	}
	.product-new .product-detail-main .product-gallery__thumbs-container{
		width: 110px;
		padding-right: 32px;
	}
	.product-new  .product-detail-main .product-image-detail{
		width: calc(100% - 220px);
		padding-left: 22px;
	}

	.product-new .container-fluid{
		max-width: 1240px;
	}
}


/*------------SECTION MIXMATCH-----------------*/
.section-mixmatch {
	margin-top: 30px;
}
.list-mixmatch {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.list-mixmatch .item-mixmatch {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.list-mixmatch__masonry .page-api-click {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.list-mixmatch__masonry .page-api-click img {
	width: 100%;
}
.list-mixmatch__masonry .grid-sizer,
.list-mixmatch__masonry .grid-item {
	width: calc(25% - 20px);
	margin-bottom: 10px;
}

#sliderproduct-mixmatch-pc {
	float: left;
	width: 110px;
	padding-right: 10px;
}
#surround-mixmatch .product-image-feature {
	width: calc(100% - 110px);
	float: left;
}
.featured-images-content .owl-nav button.disabled {
	display: none;
}
.featured-images-content .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px !important;
}
.featured-images-content .owl-nav .owl-prev {
	left: 10px;
}
.featured-images-content .owl-nav .owl-next {
	right: 10px;
}
.featured-images-content:not(.owl-loaded) .item:not(:first-child) {
	display: none;
}
#sliderproduct-mixmatch-pc .slides {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 5px;
}
#sliderproduct-mixmatch-pc .slides::-webkit-scrollbar {
	width: 7px;
}
#sliderproduct-mixmatch-pc .slides::-webkit-scrollbar-track {
	background: #f1f1f1;
}
#sliderproduct-mixmatch-pc .slides::-webkit-scrollbar-thumb {
	background: #000;
}
#sliderproduct-mixmatch-pc .slides .product-thumb {
	padding: 3px;
	border: 1px solid transparent;
}
#sliderproduct-mixmatch-pc .slides .product-thumb.active {
	border-color: #DB512A;
}
.content-detail-lookbook .product-item-index{margin-bottom:25px;}
.content-detail-lookbook .product-item-index:not(:last-child){
	padding-bottom:25px;
	border-bottom:1px solid #dcdcdc;
}
.product-item-index .action_btn{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top:20px;
}
.product-item-index .action_btn button{
	flex: 0 0 48%;
	font-weight: 300;
	font-size: 14px;
	line-height: calc(18/14);
	width: 100%;
	padding:5px 10px;
}
.product-item-index .action_btn button#buy-now{
	margin-top:0;
}
.product-items label{font-size:12px;}
.product-items .option-select ul{margin:0;}
.product-items .option-select ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
	vertical-align: bottom;
}
.product-items .option-select ul li a {
	display: block;
	margin: 0;
	min-width: 39px;
	height: 39px;
	position: relative;
	border: 0.5px solid #ddd;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	line-height: 39px;
}
.product-items .option-select ul li.selected a{border-color:#000;}
.product-items .option-select ul li a.soldout{opacity:0.6;}
.product-items.color .option-select ul li a{
	min-width: initial;
	width: 30px;
	height: 30px;
	padding: 3px;
	border-radius: 50%;
}
.product-items.color .option-select ul li span{
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #dfe0e1;
	background-repeat: no-repeat;
	background-size: contain;
}
.product-items:not(.color) .option-select ul li.selected a{
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.product-mixmatch h3{
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 300;
}
.product-mixmatch .product-price{
	margin-bottom:10px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.product-mixmatch .product-price span.product-sale{
	background: #000000;
	color: #fff;
	display: inline-block;
	padding: 3px 8px;
	font-size:12px;
	font-weight:300;
	margin-right:5px;
}
.product-mixmatch .product-price span{
	font-size: 16px;
	line-height: calc(25/20);
	color: #DB512A;
}
.product-mixmatch .product-price del{
	display:inline-block;
	margin-left:3px;
	font-size:12px;
}


.bar-coupon__bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-main);
	z-index: 99999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	opacity:0;
	visibility:hidden;
	transform: translateY(100px);
}
.bar-coupon__bottom .bar-coupon__wrapper{
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 12px 10px 12px 45px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.bar-coupon__bottom .bar-coupon__close{
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #b6b6b6;
	text-align: center;
	line-height: 20px;
	font-size: 26px;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.bar-coupon__bottom .bar-coupon__value{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
}
.bar-coupon__bottom .bar-coupon__btn{
	display: inline-block;
	padding: 5px 15px;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
}
.bar-coupon__desktop.check-login{
	opacity:0;
	visibility:hidden;
}
.bar-coupon__desktop{
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 9999;

	transform: translateX(calc(100% - 36px));
	-webkit-transform: translateX(calc(100% - 36px));
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transition: transform .2s, -webkit-transform .2s;
}
.bar-coupon__desktop-wrapper{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.bar-coupon__desktop.show-ani{
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.bar-coupon__desktop .outside-btn{
	background: var(--color-main);
	width: 36px;
	position: relative;
	cursor:pointer;
}
.bar-coupon__desktop .outside-btn .outside-icon{
	width: 20px;
	height: 20px;
	margin: 10px auto;
}
.bar-coupon__desktop .outside-btn .outside-txt{
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 270px;
	text-align:center;
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
	transform: translate(-50%,-50%) rotate(-90deg);
	overflow: hidden;
}
.bar-coupon__desktop .outside-inner{position:relative;}
.outside-inner .btn-outside-register{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width:767px){
	body.product .bar-coupon__bottom{
		bottom:45px;
	}
	.bar-coupon__bottom.show-bar{
		opacity:1;
		visibility:visible;
		transform: translateY(0);
	}
	#surround-mixmatch .product-image-feature{
		width:100%;
	}
	body.page{


		.footer-main{
			margin-top: 0;
			padding-top: 20px;
		}
		.product-item-index .action_btn{
			width: calc(100vw - 20px);
			transform: translateX(-44%);
			margin-top: 40px;
		}



	}


}
@media (max-width: 480px) {
	.row-category.swiper-scrollmb {
		padding-bottom: 0px;
	}
}
.footer-col .list-ul li a {
	color: #989898;
}
.refix-col .pro-loop:nth-child(n+9){display:none;}

.breadcrumb-shop .breadcrumb-arrows li span {
	font-family: 'NVN Monument Extended', sans-serif !important;
}
.breadcrumb-shop .breadcrumb-arrows li {
	font-size: 12px !important;
}
.collection-cus .wrap-filter .colsort__btn span,
.hm-tabs__list .hm-tabs__item a {
	font-family: 'NVN Monument Extended', sans-serif !important;
}
.tab-links p span {
	font-family: 'NVN Monument Extended', sans-serif !important;
}
.userbox input {
	font-size: 13px;
	font-family: 'NVN Monument Extended', sans-serif !important;
}
.section-heading .section-title a {
	font-family: 'NVN Monument Extended', sans-serif !important;
}
.btn-sec:after {
	background: #ff0a0b !important;
}
.btn-sec:hover {
	background: #ff0a0b !important;
	border-color: #ff0a0b !important;
}

#btnnewreview:hover,
#btnSubmitReview:hover{
    background: #ff0a0b !important;color:#ffffff;
}

#btnnewreview,
#btnSubmitReview{
    background-color: #fff !important;
    display: inline-block;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    z-index: 1;
	padding: 5px 24px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: 0 !important;
	border-radius: 0 !important;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	font-family: 'NVN Monument Extended', sans-serif !important;
	width: max-content;
	margin-top: 10px !important;!i;!;
}

@media (max-width: 991px){
	.pro-loop .product-detail .pro-name a {
		display: inline-block;
		width: 100%;
	}
}





.hethang {
    position: absolute;
    right: 0;
    top: 40px;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 5px 8px 4px;
    line-height: 1;
}