:root {
	--primary-color:#1C75BC;
	--background-b:#1C1C1C;
	--text-color: #000;
	--hover-link-color: #1C75BC;
}
*{font-family:'Quicksand', sans-serif!important;margin: 0;padding: 0;}
.fa{font-family: 'FontAwesome'!important;}
html,body{border: 0;background-color: #fff;}
html{font-size: 62.5%;-webkit-overflow-scrolling: touch;-webkit-text-size-adjust:none;-ms-text-size-adjust:100%;}
img{max-width:100%;}
body{
	line-height:1.4;
	font-size: 14px;
	color:var(--text-color);
	overflow-x: hidden;
	background : #fff;
	position: initial !important;
}	
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }
/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 { color:var(--text-color); 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:var(--text-color);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:var(--text-color);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 { font-weight: 700; }
em { font-style: italic; }
/* 2.3 - Lists */
ul{	padding:0;list-style-type:none;}
ul.unstyled, ol.unstyled { margin: 0; list-style: none outside none; }
ul.unstyled > li, ol.unstyled > li { list-style: none; }
ul.horizontal > li, ol.horizontal > li { display: block; float: left; }
ul.horizontal-inline, ol.horizontal-inline { text-align: center; }
ul.horizontal-inline > li, ol.horizontal-inline > li { display: inline; margin: 0 5px; }
ul.expanded > li, ol.expanded > li { margin-bottom: 10px; }
a{transition: opacity 150ms linear, color 150ms linear, background 150ms linear;}
input:focus {outline: none;}
/* 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;
}

.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:1200px) {}
@media(min-width:1200px) {
	.container-fluid {max-width: 1600px;padding: 0 60px;}
	.wrapper-home-information .container-fluid{padding-left: 0;}
	.layout-pageContact .container-fluid {padding-left: 0;}
}
@media(min-width:1280px) {	.container-fluid {padding: 0 75px;}}
.mainContent-theme {min-height: 80vh;}
.mainContent-theme:not(.main-index){padding-top:40px;}
.title-page{margin-bottom:35px;}
/*========================================================================*/
.row-flex{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.text-blue{color:var(--primary-color);}
.btn-cmr-outline{
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: calc(30/24);
	color: var(--primary-color);
	padding: 12px 35px;
	border: 1px solid var(--primary-color);
	border-radius: 51px;
}
body.locked-scroll{
	overflow:hidden;
}
/*--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------*/
.header-main{padding:10px 0;}
.header-main .header-align{
	align-items:center;
	-webkit-align-items:center;
}
.header-main .main-nav{
	margin: 0;
}
.header-main .main-nav>li:not(:last-child){margin-right:20px;}
.header-main .main-nav .nav-item{position:relative;}
.header-main .main-nav .nav-item a{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color:#000;
}
.header-main .main-nav .nav-item i{
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.main-nav .menu-sub{
	background: #fff;
	position: absolute;
	z-index: 999;
	min-width: 140px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.11);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.11);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,.11);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,.11);
	box-shadow: 0 10px 20px rgba(0,0,0,.11);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: 100%;
	margin-top: -1px;
	border-top: 2px solid #5c5c5c;
}
.main-nav .menu-sub .nav-item:not(:last-child){
	border-bottom: 1px solid #ecf0f1;
}
.main-nav .menu-sub .nav-item a{
	padding: 9px 18px;
	white-space: nowrap;
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.main-nav .menu-sub.menu-sub3{
	left: 100%;
	top: 0;
	margin-left: 1px;
	margin-top: 0;
	-webkit-transform: rotate3d(0,1,0,90deg);
	-moz-transform: rotate3d(0,1,0,90deg);
	-o-transform: rotate3d(0,1,0,90deg);
	-ms-transform: rotate3d(0,1,0,90deg);
	transform: rotate3d(0,1,0,90deg);
}
.header-main .main-nav .nav-item:hover>.menu-sub{
	-webkit-transform: rotate3d(0,0,0,0deg);
	-moz-transform: rotate3d(0,0,0,0deg);
	-o-transform: rotate3d(0,0,0,0deg);
	-ms-transform: rotate3d(0,0,0,0deg);
	transform: rotate3d(0,0,0,0deg);
}
.header-main .header-logo{text-align:center;}
.header-main .header-logo img{
	max-width: 200px;
	width:100%;
}
.header-main .action-list{
	margin:0;
	align-items: center;
	-webkit-align-items: center;
	justify-content: right;
	-webkit-justify-content: right;
}
.header-main .action-list li:not(:last-child){
	margin-right:15px;
}
.header-main .action-list li img{
	width: 30px;
}
.header-main .action-list a{
	display:block;
	position:relative;
	line-height:0;
}
.header-main .action-list .count-cart{
	position: absolute;
	display: inline-block;
	background: #FF0000;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	top: -4px;
	right: -7px;
}
.header-main.hSticky{opacity: 1;visibility: visible;}
.header-main.hSticky.hSticky-nav{
	position: fixed;top: 0;left: 0;right: 0;z-index: 999;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(0);transform: translateY(0);
	-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;transition: all 400ms ease;
	background:#fff;
}
.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-nav #topbar{display: none;}
/*--------------------- Menu Mobile ---------------------*/
.header_dropdown_content{
	position: absolute;left: auto;right: 0;top: 100%;z-index: 999;
	min-width: 300px;border-radius: 3px;color: #677279;background: #fff;
	border: solid 1px #dfe3e8;box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
	opacity: 0;visibility: hidden;-webkit-transform: scale(0.9);transform: scale(0.9);
	transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
	will-change: transform;
}
.header_dropdown_content .box-triangle{position: absolute;right: 15px;bottom: calc(100% - 2px);margin: 0;width: 27px;height: 14px;}
.header_dropdown_content .box-triangle svg{-webkit-filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));}
.header_dropdown_content .site-nav-container{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 12px;
	overflow: hidden;
	min-height: 100%;
	padding: 25px 15px 15px;
}
.header_dropdown_content .site-nav-container .titlebox{
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e5ec;
}
.site_menu_mobile{width: 100vw;height: 100vh;top: 100%;}
.site_menu_mobile .box-triangle{left: 12px;}
.mainHeader_tempPr.hSticky-nav .site_menu_mobile .box-triangle{left: 40px;}
.menu-mobile-content{height: 100vh;overflow-y: auto;scroll-behavior: smooth;-webkit-overflow-scrolling: touch;}
.menu-mobile-content .navbar-mainmenu{position: absolute;top: 0px;left: 0px;z-index: 9;width: 100%;height: 100%;overflow: hidden;}
.menu-mobile-content .navbar-mainmenu .navbar-level{
	position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;
	box-shadow: none;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;
}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub{
	position: absolute;left: 0;right: 0;margin: 0;padding: 0;list-style: none;height: calc(100% - 180px);
	background: #fff;overflow: scroll;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform .4s ease;transition: -webkit-transform .4s ease;transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease;-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);transform: translate(100%, 0);-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);
}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub li a{
	display: block;padding: 15px 15px 15px 0;margin-left: 15px;text-transform: uppercase;
	outline: none;border-bottom: 1px solid #eeeeee;font-size: 14px;font-weight: 700;color: #333;
}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub li a i svg{width: 8px;height: 12px;}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child{
	-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub li:not(.comeback) a i{
	position: absolute;right: 10px;top: 50%;color: #757575;-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child.mm-subopened{
	-webkit-transform: translate(-30%, 0);-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);-webkit-transform: translate3d(-30%, 0, 0);transform: translate3d(-30%, 0, 0);
}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub li{position: relative;}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1.mm-opened,
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2.mm-sub,
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3.mm-sub-3{
	-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);
	transform: translate(0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.level-text li a{font-weight: 300;text-transform: none;}
.menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.level-text li.comeback a i{padding-right: 10px;font-weight: 700;font-size: 15px;}
.menu-mobile-content .main_help .mobile_menu_section{padding: 15px;}
.menu-mobile-content .main_help .mobile_menu_section p{font-size: 15px;line-height: 1.85;text-transform: uppercase;font-weight: 500;font-style: normal;color: #333333;}
.menu-mobile-content .main_help .mobile_menu_section .mobile_menu_help{color: #677279;display: flex;-webkit-align-items: center;align-items: center;}
.menu-mobile-content .main_help .mobile_menu_section .mobile_menu_help svg{margin-right: 16px;width: 24px;height: 24px;}
.menu-mobile-content .main_help .mobile_menu_section .mobile_menu_help a{border-bottom: 0!important;text-transform: none!important;margin-left: 0!important;}

@media screen and (min-width: 768px){
	.header_dropdown_content{
		top: calc(100% + 0);right: 0;left: auto;border-radius: 3px;
		-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
	}
	.site_cart{max-height: none;width: 470px;height: auto;}
	.site_cart .cart-view .cart-scroll{max-height: 360px;overflow-y: auto;}
	.site_cart .cart-view .cart-scroll::-webkit-scrollbar {width: 2px;	height: 2px; }
	.site_cart .cart-view .cart-scroll::-webkit-scrollbar-track {-webkit-border-radius: 10px;border-radius: 10px;}
	.site_cart .cart-view .cart-scroll::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: rgba(105, 105, 105, 0.8);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
	.site_cart .cart-view .cart-scroll::-webkit-scrollbar-thumb:window-inactive {background: rgba(105, 105, 105, 0.4);}
	.site_account{width: 350px;}
	.site_search{width: 400px;}
	.site_account.site-account--info{width: 250px;min-width: 250px;}
}
@media(max-width: 767px){
	.header_dropdown_content .site-nav-container{width: 100vw;height: 100vh;overflow-y: auto;padding-bottom: 250px;}
	.site_search.box-triangle{right: 102px;}
	.site_account.box-triangle{right: 62px;}
	.site_menu_mobile.box-triangle{right: 10px;}
}
.header-action.show-action .header_dropdown_content{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
	transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
	transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.header-action.show-action .site_account .site_account_panel.is-selected{visibility: visible;}
.locked-scroll .site-overlay {opacity: 1;visibility: visible;}
.site-overlay{
	background: rgba(225, 225, 225, 0.05);
	position: fixed;left: 0;top: 0;	z-index: 88;
	width: 100vw;height: 100vh;opacity: 0;visibility: hidden;transition: all 200ms linear;
}
/*--------------------------------------------------------------------------------
INDEX
--------------------------------------------------------------------------------*/
#homepage_slider .owl-dots{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}
#homepage_slider .owl-dots .owl-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: none !important;
	margin: 0 3px;
	border: 1px solid #fff !important;
}
#homepage_slider .owl-dots .owl-dot.active{background:#fff !important;}
.home-promotion{
	padding:15px 0;
	background:var(--background-b);
}
.slider-promotion:not(.owl-loaded){
	overflow:hidden;
	flex-wrap:nowrap;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
}

.slider-promotion .item-promotion{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	-webkit-align-items:center;
}
.slider-promotion .item-promotion .icon-promotion{
	display: inline-block;
	line-height: 0;
}
.slider-promotion .item-promotion .text-promotion{
	font-weight: 700;
	font-size: 20px;
	line-height: calc(40/32);
	color: #fff;
	display: inline-block;
	margin-left: 20px;
}

.section-index{padding-top:60px;}
.section-heading{margin-bottom:45px;}
.section-heading h2{
	text-align: center;
	margin-bottom: 30px;
}
.section-title{
	font-family: 'Manrope', sans-serif !important;
	font-weight: 700;
	font-size: 26px;
	line-height: calc(40/32);
	text-transform: uppercase;
	margin:0;
}
.section-title *{
	font-family: 'Manrope', sans-serif !important;
}
.section-promotion .list-promotion{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	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{
	background:url(//theme.hstatic.net/200000259629/1001346951/14/bg-coupon.png?v=796); 
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	border:0;
}	
.list-promotion .item-promotion .item-promotion__body{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.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;}
.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: #000000;
	color: #fff;
}
.coupon-modal .modal-dialog{margin-top:40px;}
.coupon-modal .modal-content {
	padding: 15px 20px;
}
.coupon-modal .window-close {
	z-index: 9;
	position: absolute;
	right: 15px;
	top: 0;
	outline:0;
}
.coupon-modal .window-close span{font-size:24px;}
.coupon-title {
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 32px;
	max-height: 32px;
	font-weight: 500;
	margin: 0px 16px 16px;
	text-align: center;
}
.coupon-row {
	padding: 10px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.coupon-row:nth-child(2n) {
	background-color: #f3f3f3;
}
.coupon-label {
	color: #4c4c4c;
}
.coupon-row .coupon-info {
	grid-column: 1/-1;
	grid-row: 2;
}
.coupon-action {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F0F1F2;
	display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.coupon-action .btn-main{
	flex:0 0 48%;
	-ms-flex:0 0 48%;
	max-width:48%;
	border-radius:0;
	box-shadow:none;
}

.cmr-tab{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin:0;
}
.cmr-tab .cmr-tab__item:not(:last-child){
	margin-right:30px;
}
.cmr-tab .cmr-tab__item a{
	display: inline-block;
	padding: 12px 18px;
	color:#000;
	border: 1px solid var(--background-b);
	border-radius: 78px;
	font-weight: 700;
	font-size: 16px;
	line-height: calc(30/24);
	text-transform: uppercase;
}
.cmr-tab .cmr-tab__item.active a{
	background:var(--background-b);
	color:#fff;
}
.cmr-tab .cmr-tab__item .bc-flashsale__h{
	display: inline-block;
}
.cmr-tab__panel:not(.active){display:none;}
.home-video__wrapper{
	padding-top: 56.25%;
	display: block;
	position: relative;
}
.home-video__wrapper video{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bc-flashsale__cd{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom:30px;
}
.bc-flashsale__cd .bc-flashsale__cd-txt{
	font-weight: 500;
	font-size: 20px;
	line-height: calc(30/24);
	color: var(--primary-color);
	margin-right: 15px;
}
.bc-flashsale__cd .bc-flashsale__cd-timer .timer-v{
	display: inline-block;
	width: 53px;
	height: 53px;
	line-height: 53px;
	background: var(--primary-color);
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.bc-flashsale__cd .bc-flashsale__cd-timer span:not(.timer-v){
	font-weight: 500;
	font-size: 24px;
	line-height: calc(29/24);
	color: var(--primary-color);
	margin: 0 6px;
}
.bc-flashsale__products {
	border: 3px solid var(--primary-color);
	border-radius: 20px;
	padding: 40px 40px 0 40px;
}
.bc-flashsale__products.owl-loaded{
	margin:0;
}
.bc-flashsale__products.owl-loaded .pro-loop{width:100%;padding:0;}
.bc-flashsale__products.owl-carousel .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav button svg{
	display: inline-block;
	width: 55px;
	height: 55px;
}
.bc-flashsale__products.owl-carousel .owl-nav button.owl-prev{left:-30px;}
.bc-flashsale__products.owl-carousel .owl-nav button.owl-next{right:-30px;}

.home-banner__item a{
	display: block;
	position: relative;
}
.home-banner__item a img{
	width: 100%;
}
.home-banner__item .banner-info{
	position: absolute;
	bottom: 44px;
	right: 44px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.home-banner__item .banner-info .ic-up{
	width: 50px;
	height: 50px;
	background: #fff;
	line-height: 50px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.home-banner__item .banner-info .ic-up svg{
	width: 24px;
	height: 24px;
	display: block;
}
.home-banner__item .banner-info .more-txt{
	font-weight: 700;
	font-size: 22px;
	line-height: calc(40/32);
	color: #fff;
	margin-left: 10px;
	display: inline-block;
}

.row-category{
	margin-left:-6px;
	margin-right:-6px;
}
.row-category .category-item{
	padding-left:6px;
	padding-right:6px;
}
.category-item .category-box{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.category-item .category-box img{width:100%;}
.category-item .category-box .category-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: calc(40/32);
	color: #fff;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	padding: 8px 0;
}
.slider-recol{
	padding: 20px 0;
	background: var(--primary-color);
	text-align: center;
}
.slider-recol .item-recol .recol-txt{
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: calc(40/32);
	color: #fff;
}
.slider-recol .item-recol .recol-btn{
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 55px;
	padding: 18px 28px;
	font-weight: 700;
	font-size: 18px;
	line-height: calc(30/24);
	color: #fff;
}
.section-more .more-col{
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: calc(40/32);
	color: var(--primary-color);
	padding: 12px 35px;
	border: 1px solid var(--primary-color);
	border-radius: 55px;
}
.outfit-wrapper{
	margin-top: -210px;
	padding: 0 70px;
}
.outfit-slider .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.outfit-slider .owl-nav button.owl-prev{left:-55px;}
.outfit-slider .owl-nav button.owl-next{right:-55px;}

.form_newsletter_customer{margin-top:40px;}
.form_newsletter_customer .input-group{
	display: block;
	max-width: 731px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.form_newsletter_customer .input-group input{
	width: 100%;
	height: 50px;
	border: 1px solid #000000;
	border-radius: 58px;
	padding: 15px 20px;
	font-size: 16px;
	line-height: calc(25/20);
	color: #B2B2B2;
}
.form_newsletter_customer .input-group button[type="submit"]{
	background: var(--primary-color);
	border-radius: 58px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: calc(30/24);
	color: #fff;
	padding: 8px 15px;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	height: 48px;
	border: 3px solid #fff;
}
/*------------------------- PRODUCT ITEM-------------------------*/
.pro-loop{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.pro-loop .product-img{
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.pro-loop .product-wish{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}
.pro-loop .sold-out{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #DD0000;
	z-index: 2;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: calc(30/24);
	padding: 8px 0;
	text-transform: uppercase;
	color: #fff;
}
.pro-loop .product-sale{
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 15px;
	width: 45px;
	height: 45px;
	background: var(--primary-color);
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
}
.pro-loop .product-sale span{
	font-weight: 600;
	font-size: 13px;
	line-height: calc(20/16);
	color: #fff;
	display: inline-block;
}
.pro-loop .product-detail{padding-top:20px;}
.pro-loop .product-detail .pro-name{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: calc(22/18);
}
.pro-loop .product-detail .pro-price{margin:0;}
.pro-loop .product-detail .pro-price span{
	font-weight: 600;
	font-size: 16px;
	line-height: calc(25/20);
}
.pro-loop .product-detail .pro-price .pro-price-del{
	font-weight: 500;
	font-size: 14px;
	line-height: calc(20/16);
	margin-left: 3px;
}
.pro-loop .product-detail .pro-price span:not(.pro-price-del){
	color:#FF0000;
}
.pro-loop .pro-flashsale__process{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 10px;
}
.pro-loop .pro-flashsale__process .pro-flashsale__bar{
	flex: 1;
	height: 20px;
	border: 1px solid var(--primary-color);
	border-radius: 20px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.pro-loop .pro-flashsale__process .pro-flashsale__bar:before{
	position: absolute;
	content: '';
	background: var(--primary-color);
	width: 60%;
	height: 100%;
	border-radius: 20px;
	left: 0;
	top: 0;
	bottom: 0;
}
.pro-loop .pro-flashsale__process .pro-flashsale__per{
	font-weight: 500;
	font-size: 13px;
	line-height: calc(16/13);
}
.pro-loop .swatch-loop{margin-top:5px;}
.pro-loop .swatch-loop .swatch-element{
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 100%;
	padding: 1px;
}
.pro-loop .swatch-loop .swatch-element label{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------------------------*/
.product-detail-main .product-gallery{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.product-detail-main .product-gallery__thumbs-container{
	flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	max-width: 100px;
}
.product-detail-main .product-image-detail{
	flex: 0 0 calc(100% - 100px);
	-ms-flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px);
	padding-left:10px;
}
.product-detail-main .product-gallery__thumb{margin-bottom:8px;}
.product-detail-main .product-gallery__thumb .product-gallery__thumb-placeholder{
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
}
.product-detail-main .product-gallery__thumb.active .product-gallery__thumb-placeholder{
	border-color:var(--primary-color);
}
.product-image-detail .owl-carousel .owl-dots{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
}
.product-image-detail .owl-carousel .owl-dots .owl-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: none !important;
	margin: 0 3px;
	border: 1px solid #fff !important;
}
.product-image-detail .owl-carousel .owl-dots .owl-dot.active{background:#fff !important;}
.product-detail-main .product-content-desc{
	background: #F8F8F8;
	padding: 40px 25px;
}
.product-content-desc .product-title h1{
	font-weight: 500;
	font-size: 18px;
	line-height: calc(22/18);
	margin-bottom: 8px;
}
.product-content-desc .product-price .pro-price{
	font-weight: 600;
	font-size: 24px;
	line-height: calc(40/32);
}
.product-content-desc .selector-wrapper{
	display:none;
}
.select-swatch .swatch{
	margin-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.select-swatch .swatch .header{
	font-weight: 500;
	font-size: 14px;
	line-height: calc(20/16);
	width: 85px;
}
.select-swatch .swatch .select-swap{
	flex: 1;
	-ms-flex: 1;
}
.select-swatch .swatch .swatch-element{
	display: inline-block;
	margin-right: 10px;
}
.select-swatch .swatch .swatch-element input{
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.select-swatch .swatch .swatch-element label{
	width: 37px;
	height: 37px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 100%;
	text-align: center;
	line-height: 37px;
	font-weight: 500;
	font-size: 14px;
	cursor:pointer;
}
.select-swatch .swatch .swatch-element.soldout label{opacity:0.4;}
.select-swatch .swatch .swatch-element.color label span{font-size:0;}
.select-swatch .swatch .swatch-element.color label{padding:3px;border:1px solid #ddd;}
.select-swatch .swatch .swatch-element.color span{
	display:block;
	width:100%;
	height:100%;
	border-radius:100%; 
}
.select-swatch .swatch .swatch-element label.sd{
	border-color:#000;
}
.product-content-desc .selector-actions{margin-top:20px;}
.product-content-desc .quantity-area{
	max-width: 150px;
	width: 100%;
	position: relative;
}
.product-content-desc .quantity-area .quantity-selector{
	width: 100%;
	height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 16px;
	outline: none;
	font-weight: 600;
}
.product-content-desc .quantity-area .qty-btn{
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
}
.quantity-area .qty-btn.qty-minus{left:0;}
.quantity-area .qty-btn.qty-plus{right:0;}
.product-content-desc .wrap-addcart{
	margin-top: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 400px;
	width: 100%;
}
.product-content-desc .wrap-addcart .product-w{
	width: 30%;
	text-align: center;
	line-height: 50px;
	display: flex;
	align-items: center;
	background: #F5F5F5;
	border: 1px solid #000000;
	border-radius: 98px;
	padding-left: 10px;
}
.product-content-desc .wrap-addcart .btn-addtocart{
	background: #F5F5F5;
	border: 1px solid #000000;
	border-radius: 98px;
	padding: 13px 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: calc(22/18);
	text-transform: capitalize;
}
.product-content-desc .wrap-addcart #add-to-cart{
	width: 54%;
	text-align: left;
	padding-left: 25px;
	margin-left: -56px;
}
.product-content-desc .wrap-addcart #buy-now{
	display: inline-block;
	margin-left: -38px;
	background: #51ABFF;
	color: #fff;
}
.product-description{margin-top:40px;}
.product-tabs{
	margin: 0;
	margin-bottom: 20px;
}
.product-tabs .tab-item{
	display: inline-block;
}
/*.product-tabs .tab-item:not(:last-child){margin-right:24px;}*/
.product-tabs .tab-item a{
	font-weight: 600;
	font-size: 16px;
	line-height: calc(22/18);
	color: #B2B2B2;
}
.product-tabs .tab-item.active a{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.1),rgba(255 255 255/62.5),rgb(248 248 248));
	bottom: 0;
	height: 80px;
	left: 0;
	position: absolute;
	width: 100%;
	content: '';*/
}
.desc-more .btn-des-more{
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: calc(40/32);
	color: var(--primary-color);
	padding: 8px 15px;
	border: 1px solid var(--primary-color);
	border-radius: 55px;
}
.product-detail-wrapper .bc-review-wrapper{margin-bottom:30px;}
.section-product{margin-top:20px;}
.product-price-review{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
/* ------------------- Setting varian màu sắc -------------------- */

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




.color.swatch-element label.navy span {
	background: #406496;
}
.pro-loop .swatch-loop .swatch-element.color.navy label{
	/*background: #406496 !important;*/
}




.color.swatch-element label.grey span {
	background: #9b9b9b;
}
.pro-loop .swatch-loop .swatch-element.color.grey label{
	/*background: #9b9b9b !important;*/
}




.color.swatch-element label.white span {
	background: #fff;
}
.pro-loop .swatch-loop .swatch-element.color.white label{
	/*background: #fff !important;*/
}




.color.swatch-element label.black span {
	background: #000;
}
.pro-loop .swatch-loop .swatch-element.color.black label{
	/*background: #000 !important;*/
}




.color.swatch-element label.cream span {
	background: #f3e1ab;
}
.pro-loop .swatch-loop .swatch-element.color.cream label{
	/*background: #f3e1ab !important;*/
}




.color.swatch-element label.yellow span {
	background: #efb503;
}
.pro-loop .swatch-loop .swatch-element.color.yellow label{
	/*background: #efb503 !important;*/
}




.color.swatch-element label.red span {
	background: #c6080b;
}
.pro-loop .swatch-loop .swatch-element.color.red label{
	/*background: #c6080b !important;*/
}




.color.swatch-element label.green span {
	background: #498105;
}
.pro-loop .swatch-loop .swatch-element.color.green label{
	/*background: #498105 !important;*/
}




.color.swatch-element label.brown span {
	background: #834d1e;
}
.pro-loop .swatch-loop .swatch-element.color.brown label{
	/*background: #834d1e !important;*/
}




.color.swatch-element label.begie span {
	background: #e4cfc2;
}
.pro-loop .swatch-loop .swatch-element.color.begie label{
	/*background: #e4cfc2 !important;*/
}




.color.swatch-element label.caramel span {
	background: #e4a575;
}
.pro-loop .swatch-loop .swatch-element.color.caramel label{
	/*background: #e4a575 !important;*/
}




.color.swatch-element label.pink span {
	background: #f00667;
}
.pro-loop .swatch-loop .swatch-element.color.pink label{
	/*background: #f00667 !important;*/
}




.color.swatch-element label.blue span {
	background: #0c2461;
}
.pro-loop .swatch-loop .swatch-element.color.blue label{
	/*background: #0c2461 !important;*/
}




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




.color.swatch-element label.tim span {
	background: #a711e4;
}
.pro-loop .swatch-loop .swatch-element.color.tim label{
	/*background: #a711e4 !important;*/
}




.color.swatch-element label.dark-grey span {
	background: #797575;
}
.pro-loop .swatch-loop .swatch-element.color.dark-grey label{
	/*background: #797575 !important;*/
}




.color.swatch-element label.socola span {
	background: #603d1c;
}
.pro-loop .swatch-loop .swatch-element.color.socola label{
	/*background: #603d1c !important;*/
}




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




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




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




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




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




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




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




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




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




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




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




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




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

/*--------------------------------------------------------------------------------
COLLECTION 
--------------------------------------------------------------------------------*/
.content-product-list{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sort-collection{margin-top:30px;}
.btn-loadmore__col{
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: calc(30/24);
	text-transform: uppercase;
	color: #FFFFFF !important;
	padding: 14px 25px;
	background: #000;
	border-radius: 64px;
}
/* ---------------------------  MENU CATEGORY  --------------------------- */


/* ---------------------------  FILTER  --------------------------- */
.content-filter .option{margin-top:30px;}
.option .lb-filter{	display: block;	font-size: 15px;	opacity: .92;	margin-bottom: 0px;}
.custom-dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;	
	max-width: 100%;
	overflow: hidden;
	border-radius:0px;
} 
.custom-dropdown::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 13px;
	color: #252a2b;
	opacity: .42;
	display: block;
	position: absolute;
	top: 10px;
	right: 17px;
}
.option .custom-dropdown .custom-dropdown__select {
	font-size: 14px;
	width: 100%;
	display: block;
	height: 30px;
	padding: 0 20px 0 0;
	border-color: transparent;
	border-bottom: 1px solid #000;
	background-color: #fff;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-indent: 1px;
}
.option .custom-dropdown{	width: 100%;}
.option .custom-dropdown::after{
	content: "\f103";
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
	display: block;
	position: absolute;
	top: 9px;
	right: 2px;
}
.option .option-children:not(:first-child) {margin-bottom: 30px;}
.option select option { background: #fff;}
.option.browse-tags .lb-filter{display: inline-block;}
.option.browse-tags .custom-dropdown {width: auto;float:right;}

.left-module {margin-bottom: 20px;overflow: hidden;}
.block .title_block {
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	background: #f5f5f5;
	padding: 8px 15px;
}
.layered .layered_subtitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 10px;
	cursor: pointer;
	position: relative;
}
.layered .layered_subtitle span {font-weight: 600;font-size: 13px;}
.layered span.icon-control {
	position: relative;
	top:-2px;
	left: 5px;
	font-size: 8px;
}
.group-filter[aria-expanded=false] .dropdown-filter .icon-control i:before {
	content: "\f067";
}
.group-filter[aria-expanded=false] .layered-content {display: none;height:0;}
.group-filter[aria-expanded=true] .layered-content {height: auto;}
.group-filter .layered-content {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.check-box-list {margin: 0 0 10px;}
.check-box-list li{line-height: 20px;font-size: 12px;}
.check-box-list label{
	display: inline-block;
	cursor: pointer;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:0;
	color:#252a2b;
}
.check-box-list li:hover label {color:#65d1e6;}
.check-box-list input[type="checkbox"]{display: none;}
.filter-price li {font-size: 14px;margin-bottom:5px;}
.filter-price li:last-child {margin-bottom:0;}
.filter-price li span {font-size: 12px;}
.filter-color ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.filter-color li{
	display: inline;
	margin: 0 10px 10px 0;
	line-height: normal;
	float: left;
}
.filter-color li label{
	border: 1px solid #eaeaea;
	width: 25px;
	height: 25px;
	border-radius: 0;
	float: left;
	position: relative;
	background-size: contain;
}
.filter-color li input[type="checkbox"]:checked + label:before{
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 5px;
	width: 9px;
	z-index: 99;
	border: solid #fff;
	margin: 7px 0 0 7px;
}
.filter-size li {
	text-align: center;
	margin-right: -1px;
	margin-bottom: -1px;
	float: left;
}
.filter-size li label {
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: relative;
	border: 1px solid #e5e5e5;
}
.filter-size li input[type="checkbox"]:checked + label,.size-filter li:hover label {
	background-color: #111;
	color: #fff;
	border: 1px solid #111;
}
.block .block_content {overflow-y: auto;overflow-x: hidden;}
.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
	position: absolute;
	left: -9999px; 
}
.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer; 
}
.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px; 
}
.bl-filter [type="checkbox"]:checked + label:before {border: 1px solid #000; }
.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 4px;
	width: 7px;
	border: solid #111;
	margin: 9px 0 0 4px;
	left: 0;
	top: -3px;
	transition: all .2s; 
}
.bl-filter [type="checkbox"]:not(:checked) + label:after {opacity: 0; }
.bl-filter [type="checkbox"]:checked + label:after {opacity: 1; }
.bl-filter label:hover:before {border: 1px solid #000 !important;}

/*------------ CART-----------*/
.main-content-cart .table-cart thead tr th{
	font-weight: 600;
	font-size: 14px;
	line-height: calc(25/20);
	text-transform: capitalize;
	color: #C6C6C6;
}
.line-item-container .item{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.line-item-container .item .product_image{
	flex: 0 0 100px;
	-ms-flex: 0 0 100px;
}
.line-item-container .item .product_info{
	flex: 0 0 calc(100% - 100px);
	-ms-flex: 0 0 calc(100% - 100px);
	padding-left: 15px;
}
.line-item-container .product_info h3{
	font-weight: 500;
	font-size: 15px;
	line-height: calc(22/18);
	margin-bottom: 6px;
}
.line-item-container .product_info .variant{
	margin-bottom: 3px;
	font-size: 14px;
}
.line-item-container .product_info .info-price .pri{
	font-weight: 700;
	font-size: 14px;
	line-height: calc(25/20);
	color: #FF0000;
}
.line-item-container .product_info .info-price  del{
	margin-left: 5px;
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.line-item-container .quantity-partent{
	max-width: 92px;
	width: 100%;
	position: relative;
}
.line-item-container .quantity-partent input{
	width: 100%;
	text-align: center;
	background: #D9D9D9;
	border: 0;
	height: 32px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: calc(22/18);
	outline: 0;
	pointer-events: none;
}
.line-item-container .quantity-partent .qty-btn{
	position: absolute;
	width: 30px;
	height: 32px;
	border-radius: 20px;
	background: transparent;
	outline: 0;
	border: 0;
	font-size: 25px;
	line-height: 10px;
}
.quantity-partent .qty-btn.qtyminus{
	left:0;
}
.quantity-partent .qty-btn.qtyplus{
	right:0;
}
.line-item-container .line-total{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.line-item-container .line-total .line-item-total{
	font-weight: 700;
	font-size: 16px;
	line-height: calc(25/20);
	color: #FF0000;
}
.line-item-container .line-total .cart{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #D9D9D9;
	text-align: center;
	line-height: 32px;
	border-radius: 100%;
}
.sidebox-order{
	background: #F8F8F8;
	padding: 20px 35px;
	overflow: hidden;
}
.sidebox-order .sidebox-order_title{
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}
.sidebox-order .sidebox-order_title:before{
	position: absolute;
	content: '';
	width: 150%;
	height: 1px;
	background: #ddd;
	left: -50px;
	bottom: 0;
}
.sidebox-order .sidebox-order_title h3{
	font-weight: 600;
	font-size: 20px;
	line-height: calc(25/20);
	margin: 0;
	text-transform: capitalize;
}
.sidebox-order .sidebox-order_total{
	display: flex;
	justify-content: space-between;
	margin: 0;
	font-size: 16px;
	line-height: calc(20/16);
	text-transform: capitalize;
	color: #2C2C2C;
}
.sidebox-order .sidebox-order_total .total-price{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #1C75BC;
}
.sidebox-order_action{
	margin-top: 22px;
}
.sidebox-order_action .btncart-checkout{
	display: block;
	width: 100%;
	background: var(--primary-color);
	font-weight: 600;
	font-size: 16px;
	line-height: calc(30/24);
	padding: 12px 0;
	text-align: center;
	color: #fff;
	cursor:pointer;
}
/*--------------------------------------------------------------------------------
BLOG - ARTICLE
--------------------------------------------------------------------------------*/
.blog-content{margin-top:40px;}
.banner-blog{margin-bottom:40px;}
.blog-loop{
	margin-bottom:20px;
}
.blog-loop .blog-post-image a{
	display: block;
	border-radius: 10px;
	overflow: hidden;

}
.blog-loop .blog-post-detail{padding-top:10px;}
.blog-loop .blog-post-detail .blog-post-title{
	font-weight: 700;
	font-size: 18px;
	line-height: calc(30/24);
	margin-bottom: 10px;
}
.article-content .box-article-heading{margin-bottom:40px;}
.box-article-heading h1{
	text-transform: capitalize;
}
/*--------------------------------------------------------------------------------
ABOUT - CONTACT
--------------------------------------------------------------------------------*/
.page-contact main{	min-height:85vh;}
.page-wrapper ul, .page-wrapper ol {
	margin-bottom:15px;
	padding-left: 40px;
}
.page-wrapper ul {list-style-type: initial;}
.header-page-contact h1{font-size:30px;font-weight:700;margin:0px 0}
.header-page-contact:after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 30px;
	background:#252a2b;
	margin-bottom: 50px;
}
.box-info-contact li {margin-bottom: 30px;}
.box-info-contact li p {margin-bottom: 0;color:#666;font-weight: 500;}
.box-info-contact li p strong{font-weight:600;color:#000000;}
.box-send-contact h2 {font-weight:700;font-size: 25px;margin:40px 0 35px;}
.box-send-contact h2:after {content: "";display: block;margin-top: 25px;width: 30px;height: 3px;background:#252a2b;}
.contact-form .input-group {width: 100%;margin-bottom: 20px;}
.contact-form .input-group input,
.contact-form .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 45px;
	font-weight: 500;
	padding: 0 20px;
	background: #fbfbfb;
	color:#000000;
	width:100%;
}
.contact-form .input-group textarea {width: 100%;height:130px;padding:20px 20px;}
.contact-form .input-group textarea:focus {outline: none;}
.box-send-contact button {
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: calc(40/32);
	color: var(--primary-color);
	padding: 12px 35px;
	border: 1px solid var(--primary-color);
	border-radius: 55px;
	background:#fff;
}
.wrapbox-content-page-contact{padding:50px;}
.wrapbox-content-page {padding-bottom: 30px;}
.sidebar-page .group-menu {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	border: 1px solid #e3e5ec;
}
.sidebar-page .page_menu_title h2 {
	font-size: 18px;
	text-transform:uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	text-align: center;
}
.sidebar-page .box_image {margin-bottom: 30px;}
.box_image .banner {position: relative;overflow: hidden;}
.box_image .banner img {
	width:100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.box_image .banner:hover img {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

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

/*--------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------*/
.modal-cmr .modal-content{border-radius:0;}
.modal-cmr .modal-header{border:0;}
.modal-cmr .modal-header .close{
	margin: 0;
	opacity: 1;
}
.modal-cmr .modal-header svg{
	width:14px;
	height:14px;
}
.modal-cmr .modal-header .modal-title{
	font-weight: 600;
	font-size: 22px;
	line-height: calc(40/32);
	text-transform: capitalize;
	color: #2C2C2C;
	text-align: center;
}
.accoung-main__bg{
	background: #F8F8F8;
	border-radius: 5px;
	padding:50px 20px;
}

.bg-account{
	background:url(//theme.hstatic.net/200000259629/1001346951/14/bg-login.jpg?v=796);
	padding: 75px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.account-info__body .section-title{
	text-transform: capitalize;
	font-weight:600;
	margin-bottom:15px;
}
.form-account-wrapper {
	padding: 30px 45px;
	background: #fff;
	max-width: 630px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 4px 41px -21px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
}
.tab__bot {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0; }
.tab__bot .tab-bot-item {
	display: inline-block;
	text-align: center;
	position: relative;
	padding-bottom: 13px;
	border-bottom: 0.5px solid #B1B1B1; }
.tab__bot .tab-bot-item label, .tab__bot .tab-bot-item a {
	font-weight: 600;
	color:#000;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	margin: 0;
	display: block; }
.tab__bot .tab-bot-item.active {
	border-color: #000; }
.tab-login {
	margin-bottom: 38px; }
.tab-login .tab-bot-item {
	width: 50%; }
@media (min-width: 768px) {
	.tab-login .tab-bot-item .account-tab__btn {
		font-size: 16px; } }

.customer-line:not(.active) {
	display: none; }

.wrapbox-content-account .userbox .large_form {
	margin-bottom: 10px;
	position: relative; }
.wrapbox-content-account .userbox .large_form label.icon-field {
	display: none; }
.wrapbox-content-account .userbox .large_form input.text {
	font-weight: 500;
	width: 100%;
	line-height: calc(15/12);
	color: #CDCDCD;
	padding: 10px 0;
	border: 0;
	border-bottom: 0.5px solid #CDCDCD;
	background:#fff;
}
@media (max-width: 767px) {
	.wrapbox-content-account .userbox .large_form input.text {
		font-size: 12px; } }
.wrapbox-content-account .userbox .large_form .toggle-password {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%); }

#login .req_pass {
	text-align: right;
	margin: 0 0 35px; }
#login .req_pass a {
	font-weight: 500;
	line-height: calc(15/12);
	text-transform: capitalize; }
@media (max-width: 767px) {
	#login .req_pass a {
		font-size: 12px; } }

.action_account_custommer {
	margin-top: 35px; }
.action_account_custommer input[type="submit"] {
	display: block;
	width: 100%;
	background: #000000;
	border-radius: 37px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0;
	height: 40px; }

#recover-password .req_pass {
	text-align: center;
	margin: 10px 0; }
#recover-password .req_pass a {
	display: block;
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #000;
	line-height: 40px;
	border-radius: 37px;
	font-weight: 600;
	font-size: 16px; }
.userbox .action_account_custommer .action_bottom {width:100%;}
.userbox .action_account_custommer input[type="submit"] {
	display: block;
	width: 100%;
	background: #000000;
	border-radius: 37px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0;
	height: 40px;
}
.login-social {
	margin-top: 62px; }
.login-social .text-or {
	text-align: center;
	margin-bottom: 27px; }
.login-social .text-or span {
	font-size: 16px;
	line-height: calc(16/13);
	position: relative; }
@media (max-width: 767px) {
	.login-social .text-or span {
		font-size: 13px; } }
.login-social .text-or span:before {
	position: absolute;
	content: '';
	width: 80%;
	height: 1px;
	background: #000;
	top: 50%;
	left: -100%; }
.login-social .text-or span:after {
	position: absolute;
	content: '';
	width: 80%;
	height: 1px;
	background: #000;
	top: 50%;
	right: -100%; }
.login-social button {
	background: transparent;
	outline: none;
	border: 0; }

.userbox h2 {font-size:20px;margin: 0 0 20px; font-weight: 600;}
.large_form {margin-bottom:30px;}
.large_form.large_form-mr10{margin-bottom:10px;}
.icon-field {display:none;}
.userbox input[type=email],.userbox input[type=password],.userbox input[type=text] {
	width: 100%;
	height: 55px;
	border: 1px solid transparent;
	background: #ededed;
	color: #252a2b;
	padding: 0 20px;
	font-weight: 500;
	-webkit-appearance: none;
}
.userbox input[type=email]:focus, .userbox input[type=password]:focus,
.userbox input[type=text]:focus{
	background: #fff;
	border-color: #ededed;
}
.action_account_custommer .action_bottom,.action_account_custommer .req_pass{	display: inline-block;vertical-align: middle;}
.action_account_custommer .req_pass{margin-left:20px;}
.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: 600;
	background: transparent;
}
.req_pass{ color:#959898; font-weight: 500;}
.come-back{margin-top:35px; display: block;font-weight: 500;}
.come-back i{margin-right:20px}
.userbox .errors a {color: red;}

@-moz-keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@-webkit-keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
#form-gender{
	padding-top: 20px;
}
#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;
	font-weight:400;
}
#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;
}
.account-info__header{margin-bottom:30px;}
.account-info__header .account-info__bg {
	background: #F8F8F8;
	position: relative;
	padding: 26px 30px 26px;
	border-radius:5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center; 
}
.account-info__header .account-info__bg .account-image {
	max-width: 63px;
	width: 100%; }
.account-info__header .account-info__bg .account-detail {
	width: calc(100% - 63px);
	padding-left: 50px; }
.account-info__header .account-info__bg .account-detail .phone {
	font-weight: 500;
	font-size: 18px;
	line-height: calc(24/20);
	color: #000;
}
.account-info__header .account-info__bg .account-detail .btn-account-edit {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	color: #000; }
.account-info__header .account-info__bg .btn-account-logout {
	color: #000;
	position: absolute;
	top: 15px;
	right: 15px; }

.account-info__tab {
	padding: 30px 15px;
	margin-bottom: 8px;
	background: #F8F8F8;
	border-radius: 5px;
}
.account-info__tab .title-tab {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #2C2C2C;
	margin-bottom: 20px;
}
.account-info__tab .account-tablist {
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between; 
}
.account-info__tab .account-tablist .account-tab__item {
	width: calc(100% / 4);
	text-align: center;
	position: relative;
}
.account-info__tab .account-tablist .account-tab__image {
	display: inline-block;
	line-height: 0;
	position: relative; }
.account-info__tab .account-tablist .account-tab__image .account-tab__number {
	width: 13px;
	height: 13px;
	background: #FF0000;
	display: inline-block;
	font-weight: 700;
	font-size: 9px;
	line-height: calc(11/9);
	text-transform: capitalize;
	color: #FFFFFF;
	border-radius: 100%;
	position: absolute;
	top: -3px;
	right: -5px; }
.account-info__tab .account-tablist .account-tab__title {
	margin-top: 13px;
	font-weight: 500;
	line-height: calc(12/10);
	text-transform: capitalize;
	color: #000000;
}
.account-info__tab .account-tablist.tab-block{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.account-info__tab .account-tablist.tab-block .account-tab__item{width:100%;}
.account-info__tab .account-tablist.tab-block .account-tab__item:not(:last-child){
	margin-bottom:15px;
}
.account-info__tab .account-tablist.tab-block .account-tab__item a{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	-webkit-align-items:center;
}
.account-info__tab .account-tablist.tab-block .account-tab__image svg{width:32px;height:32px;}
.account-info__tab .account-tablist.tab-block .account-tab__item .account-tab__title{
	margin-top:0;
	margin-left:15px;
}
@media (min-width: 768px) {
	.account-info__tab .account-tablist .account-tab__title {
		font-size: 16px; } }
@media (max-width: 767px) {
	.account-info__tab .account-tablist .account-tab__title {
		font-size: 11px; } }

.account-product {
	padding: 14px 20px 20px; }
.account-product .account-product-tab {
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center; }
.account-product .account-product-tab li {
	width: 50%;
	text-align: center; }
.account-product .account-product-tab li .product-tab-btn {
	font-weight: 600;
	line-height: calc(20/16);
	text-transform: capitalize;
	color: #2C2C2C;
	padding: 14px 0;
	display: block;
	border-bottom: 1.5px solid transparent; }
@media (min-width: 767px) {
	.account-product .account-product-tab li .product-tab-btn {
		font-size: 18px; } }
@media (max-width: 767px) {
	.account-product .account-product-tab li .product-tab-btn {
		font-size: 16px; } }
.account-product .account-product-tab li.active a {
	border-color: #000; }
.account-product .account-product-content {
	margin-top: 11px; }
.account-product .account-product-content .account-product-row:not(.active) {
	display: none; }
.viewed-list.owl-carousel .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.viewed-list.owl-carousel .owl-nav button svg{
	display: inline-block;
	width: 52px;
	height: 52px;
}
.viewed-list.owl-carousel .owl-nav button.owl-prev{left:0;}
.viewed-list.owl-carousel .owl-nav button.owl-next{right:0;}

/*--------PAGE ACCOUNT ORDER------*/
.account-tab__content{margin-top:40px;}
.account-tab__content .account-tab__item:not(.active){display:none}
.order-item {
	margin-bottom: 10px;
}
.order-item__box {
	border: 1px solid #D9D9D9;
	border-radius: 14px; }
.order-item__box .order-shipping__des {
	padding: 10px 20px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center; }
.order-item__box .order-shipping__des .shipping__des {
	padding-left: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-transform: capitalize;
	color: #FFC700; 
}
.order-item__list {
	padding: 25px 10px 20px; 
}
.order-item__line {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.order-item__line .order-line-image {
	width: 100%;
	line-height: 0;
	border-radius: 15px;
	overflow: hidden;
}
.order-item__line .order-line-image img{width:100% !important;}
.order-item__line .order-line-item {
	padding-top: 10px; 
	width:100%;
}
.order-item__line .order-line-item h3 {
	font-weight: 500;
	font-size: 14px;
	line-height: calc(22/18);
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 5px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; }
.order-item__line .order-line-item .order-variant-quantity {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 11px; }
.order-item__line .order-line-item .order-variant-quantity .order-variant span {
	display: inline-block;
	min-width: 44px;
	padding: 5px 7px;
	border: 1px solid #D9D9D9;
	border-radius: 33px;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	margin-right: 5px; }
.order-item__line .order-line-item .order-variant-quantity .quantity {
	font-weight: 500;
	font-size: 13px;
	line-height: calc(15/12);
	/* identical to box height */
	text-transform: capitalize;
	color: #000000; }
.order-item__line .order-line-item .order-price {
	font-weight: 500;
	font-size: 13px;
	line-height: calc(15/12);
	color: #000000;
	text-align: right;
	margin: 0; }
.order-item__total {
	padding: 14px 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-top: 0.5px solid #E0E0E0; }
.order-item__total .order-num {
	font-weight: 500;
	font-size: 14px;
	line-height: calc(15/12);
	text-transform: lowercase;
	color: #000000; }
.order-item__total .order-price-total {
	font-weight: 600;
	font-size: 14px;
	line-height: calc(15/12);
	color: #000000; }
.order-item__total .order-price-total span {
	font-weight: 600;
	font-size: 15px;
	line-height: calc(18/15);
	text-transform: lowercase;
	color: #1C75BC;
	margin-left: 5px;
	display: inline-block; 
}
.order-item__review {
	padding: 0 20px 24px 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.order-item__review .review-des {
	font-weight: 600;
	font-size: 11px;
	line-height: calc(13/11);
	color: var(--primary-color); 
}
.order-item__review .btn-review {
	display: inline-block;
	background: #000000;
	border-radius: 2px;
	padding: 6px 11px 8px 14px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	border-radius: 73px;
}
.voucher-notify{
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: calc(25/20);
}
.item-voucher {
	margin-bottom: 16px;
}
.item-voucher__box {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	cursor: pointer; 
}
.item-voucher__image {
	width: 100%;
	text-align: center; 
	background: #FFFFFF;
	border-radius: 3px;
	padding: 30px 0;
}
.item-voucher__detail {
	width: 100%;
	position: relative;
}
.item-voucher__detail .voucher-detail__bg{
	padding: 10px 15px 10px 15px;
	background: #000;
	border-radius: 0 0 3px 3px;
}
.item-voucher__detail .voucher-name {
	font-weight: 600;
	font-size: 16px;
	line-height: calc(24/18);
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 9px;
	text-align: center;
}
.item-voucher__detail .voucher-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: calc(21/13);
	color: #fff;
}
.item-voucher__detail .voucher-hsd {
	padding-left: 5px;
	position: relative;
	margin-left: 5px;
}
.item-voucher__detail .voucher-hsd:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 12px;
	background: #fff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.item-voucher__detail .item-voucher__action{
	margin-top: 15px;
	text-align: center;
}
.btn-ac{
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 73px;
	font-size: 16px;
	line-height: calc(22/18);
	color: #fff !important;
	padding: 8px 15px;
	display: inline-block;
}
/*---------------SITE ACCOUNT--------------*/
.site-account-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
	transform: translateX(100%);
	transition: all 0.3s;
	max-width: 500px; }
@media (min-width: 768px) {
	.site-account-fixed {
		left: initial; } }
.site-account-fixed.site-lv1 {
	z-indnex: 999999; }
.site-account-fixed.active {
	transform: translateX(0); }
.site-account-fixed .site-account-inner {
	padding: 23px;
	height: 96vh;
	overflow: hidden;
	overflow-y: auto; }
.site-account-fixed .site-account-head .close-site-account {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #2C2C2C; }
.site-account-fixed .site-account-head .close-site-account svg {
	margin-right: 14px; }
.site-account-fixed .site-account-body {
	margin-top: 18px; }
.site-account-fixed .site-account-body .site-account-nav {
	margin: 0; }
.site-account-fixed .site-account-body .site-account-nav li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 12px 30px 12px 21px;
	position: relative;
	cursor: pointer;
	border: 1px solid #D9D9D9;
	border-radius: 9px;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize; }
.site-account-fixed .site-account-body .site-account-nav li .nav-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%); }
.site-account-fixed .site-account-body .account-logout {
	margin-top: 38px;
	text-align: center; }
.site-account-fixed .site-account-body .account-logout .btn-logout {
	font-weight: 600;
	font-size: 13px;
	line-height: calc(16/13);
	text-transform: capitalize;
	color: #2C2C2C;
	padding: 8px 20px 10px;
	border: 1px solid #000000;
	border-radius: 47px;
	display: inline-block; }

.address-list .address-item {
	padding: 15px 43px 15px 17px;
	margin-bottom: 16px;
	border: 1px solid #2C2C2C;
	border-radius: 9px;
	font-weight: 500;
	font-size: 12px;
	line-height: calc(18/12);
	text-transform: capitalize;
	color: #2C2C2C;
	position: relative; }
.address-list .address-item .address-namephone {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }
.address-list .address-item .address-namephone h4 {
	margin: 0 5px 0 0; }
.address-list .address-item .address-namephone .address-phone {
	font-weight: 600; }
.address-list .address-item .address-edit-btn {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px; }

.address-actions {
	text-align: center;
	margin-top: 32px; }
.address-actions .btn-address-new {
	font-weight: 600;
	font-size: 13px;
	line-height: calc(19/13);
	text-transform: capitalize;
	color: #2C2C2C;
	padding: 11px 19px 11px 18px;
	border: 1px solid #000000;
	border-radius: 85px;
	display: inline-block; }

.form-address .account-input-group {
	margin-bottom: 8px; }
.form-address .account-input-group input[type="text"], .form-address .account-input-group select {
	width: 100%;
	height: 41px;
	border: 1px solid #D9D9D9;
	border-radius: 9px;
	padding: 0 14px;
	font-weight: 600;
	font-size: 11px;
	line-height: calc(13/11);
	text-transform: capitalize;
	outline: 0;
	background: #fff; }

.form-address .input-radio {
	margin-top: 28px; }
.form-address .input-radio .input-radio-item {
	display: inline-block;
	margin-right: 10px; }
.form-address .input-radio .input-radio-item input {
	position: absolute;
	opacity: 0;
	visibility: hidden; }
.form-address .input-radio .input-radio-item label {
	position: relative;
	padding-left: 20px;
	margin: 0;
	font-weight: 600;
	font-size: 11px;
	line-height: calc(13/11);
	text-transform: capitalize;
	color: #2C2C2C; }
.form-address .input-radio .input-radio-item label .fk-chk {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #2c2c2c;
	border-radius: 100%;
	left: 0;
	top: -2px; }
.form-address .input-radio .input-radio-item input:checked + label .fk-chk:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	background: #2C2C2C;
	border-radius: 100%;
	top: 2px;
	left: 2px; }

.btn-address-add {
	display: block;
	padding: 13px 0 13px;
	background: #666;
	font-weight: 700;
	font-size: 20px;
	line-height: calc(24/20);
	text-transform: uppercase;
	color: #8B8B8B; }
@media (max-width: 767px) {
	.btn-address-add {
		width: calc(100% + 46px);
		transform: translateX(-23px); } }

.site-account-body .policy__list .policy__item {
	border: 1px solid #D9D9D9;
	border-radius: 9px;
	padding: 13px 18px 12px;
	margin-bottom: 8px; }
.site-account-body .policy__list .policy__item .policy__item-title {
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	text-transform: capitalize;
	color: #000000;
	position: relative; }
.site-account-body .policy__list .policy__item .nav-icon {
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(180deg); }
.site-account-body .policy__list .policy__item .policy__item-content {
	margin-top: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: calc(25/15);
	color: #2C2C2C; }
.site-account-body .policy__list .policy__item:not(.active) .policy__item-content {
	display: none; }
.site-account-body .policy__list .policy__item:not(.active) .nav-icon {
	transform: rotate(0); }

.viewed-empty{
	text-align:center;
}
.viewed-empty img{
	max-width: 490px;
}
.viewed-empty .viewed-empty__des{
	font-weight: 600;
	font-size: 16px;
	line-height: calc(43/24);
	text-align: center;
	color: #808285;
}
.viewed-empty .viewed-empty__action{margin-top:20px;}
/*-----------REVIEW----------------*/
.account-tab2.tab-reviews .tab-bot-item {
	width: 50%;
	border-bottom: 1.5px solid transparent; }
.account-tab2.tab-reviews .tab-bot-item.active {
	border-color: #000; }

.reviews-product-list {
	margin-top: 20px; }
.reviews-product-list .reviews-data:not(:last-child) {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px; }
.reviews-product-list .reviews-data:not(:last-child):before {
	position: absolute;
	content: '';
	width: 100%;
	height: 15px;
	background: #f3f3f3;
	bottom: 0; }
.reviews-product-list .reviews-keyword-head {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.reviews-product-list .reviews-keyword-head .reviews-title-large {
	margin: 0; 
}
.reviews-product-list .reviews-star {
	margin: 0 10px;
}
.reviews-product-list .data__product-left {
	flex: 0 0 100%;
	display: flex;
}
.reviews-product-list .data__product-left .reviews-product-image {
	flex: 0 0 100px;
	max-width: 100px; 
}
@media (max-width: 767px) {
	.reviews-product-list .data__product-left .reviews-product-image {
		flex: 0 0 89px;
		max-width: 89px;
	}
}
.reviews-product-list .data__product-left .reviews-product-detail {
	flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px);
	padding-left: 15px;
	position: relative; 
}
@media (max-width: 767px) {
	.reviews-product-list .data__product-left .reviews-product-detail {
		flex: 0 0 calc(100% - 89px);
		max-width: calc(100% - 89px); 
	} 
}
.reviews-product-list .data__product-left .reviews-product-detail h3 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-transform: capitalize;
	color: #000000;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.reviews-product-list .reviews-product-detail .product-price span{
	font-weight: 700;
	font-size: 16px;
	line-height: calc(25/20);
	color:#FF0000;
}
.reviews-product-list .reviews-product-detail .product-variant {
	margin: 0; 
}
.reviews-product-list .reviews-product-detail .product-variant span {
	display: inline-block;
	min-width: 44px;
	padding: 5px 7px;
	border: 1px solid #D9D9D9;
	border-radius: 33px;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	margin-right: 5px; 
}
.reviews-product-list .data__product-right {
	flex: 0 0 100%;
	margin-top: 16px;
}
.reviews-product-list .reviews-title-large {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: capitalize;
	color: #000000;
}
.reviews-product-list .reviews-star-txt {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-transform: capitalize;
	color: #000000; 
}
.reviews-data__product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reviews-flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center; 
}
.reviews-flex input {
	position: absolute;
	opacity: 0;
	visibility: hidden; 
}
.reviews-flex input:checked ~ label svg {
	fill: #1C75BC; 
}
.reviews-flex label {
	float: right;
	margin: 0;
	padding: 0 2px;
	line-height: 0;
}
.reviews-flex label svg {
	width: 14px;
	height: 14px; 
}
.reviews-data__comment{margin-top:15px;}
.reviews-data__images {
	margin-top: 15px;
	margin-bottom: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.reviews-data__comment textarea {
	width: 100%;
	height: 90px;
	border: none;
	background: transparent;
	outline: none;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	border: 1px solid #B1B1B1;
	border-radius: 5px;
	padding: 15px;
}
.reviews-data__comment textarea.valid-error {
	border: 1px solid red; }

.data__images-list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-right:15px;
}
.data__images-list .data__images-item,
.data__video-list .data__video__box{
	max-width: 64px;
	margin-right: 10px; }
.data__images-list .data__images-item .box-image-reiew,
.data__video-list .data__video__box .data__video-item{
	position: relative; 
}
.data__images-list .data__images-item .box-image-reiew .remove-img-review,
.data__video-list .data__video__box .remove-video{
	position: absolute;
	top: -8px;
	line-height: 0;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #525050;
	border-radius: 100%;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	color: #fff; }
.data__images-list .data__images-add {
	display: inline-block;
	position: relative; }
.data__images-list .data__images-add input {
	opacity: 0;
	position: absolute;
	visibility: hidden; }
.data__images-list .data__images-add .images-add-btn {
	width: 64px;
	height: 64px;
	border: 1px dashed #8B8B8B;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0; }
.data__images-list .data__images-add .images-add-btn img {
	width: 22px;
	height: 22px; }
.data__images-list .data__images-add .images-add-btn .image-count {
	color: #8B8B8B;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	margin-top: 9px; }
.data__video-list input{
	position: absolute;
	opacity: 0;
}
.data__video-list .images-add-video{
	width: 64px;
	height: 64px;
	border: 1px dashed #8B8B8B;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0;
}
.data__video-list .box-video-reiew{
	display: block;
	width: 64px;
	height: 100%;
	position: relative;
	padding-bottom: 100%;
}
.data__video-list .box-video-reiew video{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.data__video-list .data__video__box.has-video ~ .images-add-video{
	display:none;
}
.review-actions {
	text-align: center;
	margin-top: 45px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.review-actions .review-point{
	font-weight: 600;
	font-size: 12px;
	line-height: calc(30/24);
	color:#1C75BC;
}
.review-actions .btn-send-review {
	display: inline-block;
	max-width: 132px;
	width: 100%;
	height: 39px;
	font-weight: 700;
	font-size: 11px;
	line-height: 39px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	border-radius: 58px; }

.reviews-line-item {
	padding-bottom: 30px; }
.reviews-line-item .review-name {
	font-weight: 500;
	font-size: 10px;
	line-height: calc(12/10);
	color: #000;
	margin-bottom: 10px; }
@media (min-width: 768px) {
	.reviews-line-item .review-name {
		font-size: 14px; } }
.reviews-line-item .review-star {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 12px; }
.reviews-line-item .review-star .star-i {
	margin-right: 3px;
	line-height: 0; }
.reviews-line-item .review-star .star-i.active svg {
	fill: #FF0000; }
.reviews-line-item .review-variant {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 11px; }
.reviews-line-item .review-variant h5 {
	font-weight: 500;
	font-size: 10px;
	line-height: calc(12/10);
	margin-bottom: 0;
	color: #000000;
	margin-right: 8px; }
@media (min-width: 768px) {
	.reviews-line-item .review-variant h5 {
		font-size: 14px; } }
.reviews-line-item .review-variant .variant-v span {
	font-weight: 500;
	font-size: 10px;
	line-height: calc(12/10);
	min-width: 43px;
	text-align: center;
	text-transform: capitalize;
	padding: 5px 7px;
	display: inline-block;
	border: 1px solid #D9D9D9;
	border-radius: 33px;
	margin-right: 5px; }
@media (min-width: 768px) {
	.reviews-line-item .review-variant .variant-v span {
		font-size: 14px; } }
.reviews-line-item .review-des {
	font-weight: 500;
	font-size: 11px;
	line-height: calc(13/11);
	color: #000000;
	margin-bottom: 14px; }
@media (min-width: 768px) {
	.reviews-line-item .review-des {
		font-size: 14px; } }
.reviews-line-item .review-image-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px; }
.reviews-line-item .review-image-list .review-image-item {
	max-width: 87px;
	margin-right: 8px;
	margin-bottom: 8px; }
.reviews-line-item .review-date {
	font-weight: 500;
	font-size: 10px;
	line-height: calc(12/10);
	color: #000000; }
@media (min-width: 768px) {
	.reviews-line-item .review-date {
		font-size: 14px; } }

/*----- FORM ACCOUNT -----*/
.form-group-bc {
	margin-bottom: 21px; }
.form-group-bc label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: calc(16/13);
	text-transform: capitalize;
	color: #999999;
	margin-bottom: 9px; }
.form-group-bc input, .form-group-bc select {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	width: 100%;
	height: 40px;
	padding: 0 17px;
	font-weight: 600;
	font-size: 13px;
	line-height: calc(16/13);
	text-transform: capitalize;
	color: #2C2C2C;
	background: #fff;
	outline: 0; }
.form-group-bc input[disabled], .form-group-bc select[disabled] {
	cursor: default;
	background: whitesmoke; }

.form-group-actions {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%; }
.form-group-actions .btn-update {
	display: block;
	text-align: center;
	height: 51px;
	background: #000;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase; }

.customer_address:not(.active) {
	display: none; }

.address-default {
	margin-top: 22px; }
.address-default input {
	position: absolute;
	opacity: 0;
	visibility: hidden; }
.address-default input:checked + label .chk-fk {
	background: #2c2c2c; }
.address-default input:checked + label .chk-fk:before {
	display: block; }
.address-default label {
	font-weight: 600;
	font-size: 11px;
	line-height: calc(13/11);
	text-transform: capitalize;
	margin: 0;
	color: #2C2C2C;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center; }
.address-default label .chk-fk {
	width: 15px;
	height: 15px;
	border: 1px solid #2c2c2c;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	margin-right: 8px; }
.address-default label .chk-fk:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: 3px;
	left: 2px;
	transform: rotate(-45deg);
	display: none; }
/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {padding-bottom:50px;}
.title-infor-account{
	padding: 30px 15px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 60px;
}
.title-infor-account h1{
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.title-infor-account h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin:50px auto 0;
	background:#252a2b;
}
.title-detail{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom:8px;
}
.sb-title:after{
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background: #252a2b;
}
.name_account {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	margin:10px 0 5px
}
#customer_sidebar p{ margin-bottom: 0;font-size: 14px;}
.customer-table-wrap {background: #f7f7f7; padding: 10px;}
.customer-table-bg {background: #fff; padding: 10px;}
.customer-table-bg p {margin:0;}
#customer_orders table thead th, #order_details tr th { font-weight:600; font-size: 14px;}
#customer_orders table tr a {
	font-weight: 500;
	float: left;
	width: 85%;
	margin-left: 3px;
	line-height: 20px;
	opacity: 0.66;
}
#customer_orders table, #order_details {width: 100%;background: #fff;}
#customer_orders table tr, #order_details tr { height: 25px;line-height: 30px;}
#customer_orders table tr.odd, #order_details tr {background: #fff;}
#customer_orders table tr td, #order_details tr td {vertical-align: middle;	border-top: none;	font-size: 14px;}
#order_details tr td{	line-height:21px;}
#order_details tr td a,#order_details b{font-weight:500;}
#order_details tr td.total b{font-weight: 600;}
#order_details tr td.total,#order_details tr th.total{padding-right:8px;}
#order_details tr.order_border{border-top: 1px solid #ededed;}
#order_details tr td.order-image{width:70px;}
#order_details tr td.order-image a{display:block;width:60px;border: 1px solid #f7f7f7;}
a#view_address {font-weight: 500; opacity: 0.8;}
#customer_orders,#order_payment, #order_shipping{ margin-bottom: 30px; margin-top: 30px;}
.customer-table-bg .table>tbody>tr>th {border-top: none;}
.detail-table-order { margin-top: 30px;}
.name-order {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.order_section_title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.order_date {font-weight: normal;font-size: 14px;text-transform: none;}
.text_status {font-weight: 500;}
.address p {margin-bottom: 5px;}
.account-order .address {margin: 0px 0px 30px;padding: 10px;background-color: #fbfbfb;}
span.variant_acc { font-size: 13px; opacity: 0.8;}
.alert-info {border-radius: 0; margin-bottom: 0;}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 70px 10px 10px;
	background-color: #d9edf7;
	border-color: #bce8f1;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding:15px;
}
.address_title h3 { margin: 0;font-size: 14px;}
.account-address .note { border: none; padding: 0;}
p.address_actions.text-right {margin:7px 5px 0px 0;position: absolute;z-index: 99;top:0;right:0;}
.action_link a {text-transform: uppercase; font-size: 15px;}
span.action_link {padding: 5px;}
.view_address p > b {font-weight: 500; font-size: 14px;}
.view_address p { margin: 5px 0; line-height: 15px;font-size: 14px;}
.add-new-address {
	padding-bottom: 10px;
	display: inline-block;
	padding: 10px;
	background:#65d1e6;
	color:#fff!important;
	text-transform: uppercase;
}
.add-new-address:focus { color:#fff;}
.account-address .input-group-addon{display:none}
.input-group { margin: 15px 0px;}
.input-group .input-group-addon {
	padding: 6px 10px;
	border-radius: 0;
	color: #DAD9D9;
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.input-group .form-control {
	-webkit-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border-color: #ebebeb;
}
.icon-user:after {content: url(//hstatic.net/0/0/global/design/theme-default/userico.png);}
.icon-envelope:after {content: url(//hstatic.net/0/0/global/design/theme-default/email.png);}
.icon-shield:after {content: url(//hstatic.net/0/0/global/design/theme-default/pass.png);}
.layout-info-account .action_bottom .btn {
	height: 35px;
	line-height: 35px;
	outline: 0;
	margin-right: 5px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 0;
	background:#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{margin-top:60px;}
.main-footer {padding: 40px 0 30px;border-bottom: 1px solid #e7e7e7;border-top: 1px solid #e7e7e7;}
.bottom-footer {padding: 20px 0;}
.bottom-footer p {margin-bottom: 0;}
.footer h4 {
	font-size: 20px;
	letter-spacing: 0.02em;
	margin: 0 0 20px;
	position: relative;
	line-height: 30px;
}
.footer-content ul {margin-bottom: 15px;}
.footer-content ul li{display: block;line-height: 28px;position:relative;padding-left:0px;}
.footer-content ul li a {position:relative;overflow: hidden;}
.footer-contact ul li{padding:0;}
.footer .list-social {margin-bottom:10px;}
.footer .list-social li{
	display: inline-block;
	text-align: center;
	padding:0;
	margin-right: 12px;
}
.footer .list-social li a{
	font-size: 12px;
	display: block;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	position: relative;
} 
.footer .list-social li span {font-weight: 600;margin-left:5px;}
.footer-contact ul > li {
	padding: 0 0px 5px 25px;
	background-size: 15px 15px!important;
	line-height: 22px;
	font-size: 14px;
}
.footer-contact ul > li.contact-1 {
	background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/200000259629/1001346951/14/icon_footer_1.png?v=796) no-repeat scroll 0px 12px;
}
.footer-contact ul > li.contact-2 {
	background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/200000259629/1001346951/14/icon_footer_2.png?v=796) no-repeat scroll 0px center;
}
.footer-contact ul > li.contact-3 {
	background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/200000259629/1001346951/14/icon_footer_3.png?v=796) no-repeat scroll 0px center;
}
.footer-contact ul > li.contact-4 {
	background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/200000259629/1001346951/14/icon_footer_4.png?v=796) no-repeat scroll 0px center;
}
.footer-static-content iframe {width:100%!important;position:relative!important;}
.footer-static-content .fb_iframe_widget > span {width:100%!important;}
.logo-footer {margin-bottom:20px;}
.logo-footer img {width:180px;}
.footer .footer-content1 {margin-bottom:20px;}

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

.footer .collapse {display: block;visibility: visible;}
.footer .title-expand {text-align: center;margin:0;}
.footer .title-expand a{
	font-weight: 600;
	font-size:18px;
	padding: 20px 15px;
	display: block;
}
.footer .title-expand a span {
	font-size:18px;
	opacity: .78;
	padding: 0px 20px;
	font-weight: bold;
	vertical-align: text-bottom;
	padding-left: 20px;
	-webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.footer .title-expand a[aria-expanded=false] span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.footer .title-expand a[aria-expanded=true] {border-bottom: 1px solid #e7e7e7}
.des-point{
	text-align:center;
}
.des-point .point-cus{
	font-weight: 600;
	color: var(--primary-color);
}
/*---------------------------------------------------------------------------------
RESPONSIVE
---------------------------------------------------------------------------------*/
@media(min-width:992px) and (max-width:1199px){
	.outfit-wrapper{margin-top: -160px;}
}
@media(min-width:992px){

}
@media(min-width:1200px){
	.slider-promotion:not(.owl-loaded) .item-promotion{
		flex: 0 0 calc(100% / 3);
		-ms-flexbox: 0 0 calc(100% / 3);
	}
}
@media(min-width:768px) and (max-width:1200px){
	.slider-promotion:not(.owl-loaded) .item-promotion{
		flex: 0 0 calc(100% / 2);
		-ms-flexbox: 0 0 calc(100% / 2);
	}
}
@media(max-width:991px) and (min-width:768px){
	.slider-promotion .item-promotion .text-promotion{font-size:16px;margin-left:10px;}
}
@media (max-width:1024px){
	.header-main{
		position:relative;
		z-index:999;
	}
	.header-main .header-nav{
		position:unset;
	}
	.outfit-slider.owl-carousel .owl-nav button svg{
		display:inline-block;
		width:42px;
		height:42px;
	}
	.outfit-slider .owl-nav button.owl-prev{left:-20px;}
	.outfit-slider .owl-nav button.owl-next{right:-20px;}
	.bc-flashsale__products.owl-carousel .owl-nav button svg{
		display: inline-block;
		width: 42px;
		height: 42px;
	}
	.bc-flashsale__products.owl-carousel .owl-nav button.owl-prev{left:-15px;}
	.bc-flashsale__products.owl-carousel .owl-nav button.owl-next{right:-15px;}
}
@media(max-width:991px) {
	.section-title{font-size:20px;}
	.outfit-wrapper{
		margin-top: -130px;
		padding: 0 35px;
	}
	.sidebarCart-sticky{margin-top:30px;}
	.section-promotion .list-promotion{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		flex-wrap: unset;
		padding-bottom: 20px;
	}
}
@media(max-width:767px){
	.section-promotion .list-promotion .item-promotion{
		padding-right: 4px;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		position: relative;
		width: 100%;
	}
	.list-promotion .item-promotion .item-promotion__box{
		margin:10px auto;
		padding:10px 15px;
	}
	.mainContent-theme:not(.main-index){padding-top:10px;}
	.menu-hamburger img{width:22px;}
	.header-main .action-list a svg{
		width: 20px;
		height: 20px;
		display: inline-block;
	}
	.header-main .action-list .count-cart{
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 10px;
		top: -7px;
		right: -7px;
	}
	.section-index{padding-top:30px;}
	.section-heading{margin-bottom:20px;}
	.section-heading h2{margin-bottom:15px;}
	.slider-promotion:not(.owl-loaded) .item-promotion{
		flex: 0 0 100%;
		-ms-flexbox: 0 0 100%;
	}
	.slider-promotion .item-promotion .icon-promotion svg{width:32px;height:32px;display:inline-block;}
	.slider-promotion .item-promotion .text-promotion{font-size:14px;margin-left:10px;}
	.cmr-tab{
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: auto;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		padding-bottom:10px;
	}
	.cmr-tab .cmr-tab__item:not(:last-child){
		margin-right: 10px;
	}
	.cmr-tab .cmr-tab__item a{
		font-size: 14px;
		white-space: nowrap;
		padding:12px 14px;
	}
	.pro-loop .product-detail .pro-name{
		font-size:14px;
	}
	.pro-loop .product-detail .pro-price span{font-size:14px;}
	.pro-loop .product-detail .pro-price .pro-price-del{font-size:12px;}
	.home-banner .home-banner__item + .home-banner__item{margin-top:20px;}
	.home-banner__item .banner-info{
		bottom: 15px;
		right: 15px;
	}
	.home-banner__item .banner-info .ic-up{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.home-banner__item .banner-info .ic-up svg{
		width:20px;
		height:20px;
	}
	.home-banner__item .banner-info .more-txt{
		font-size: 16px;
	}
	.row-category .category-item{
		margin-bottom:30px;
	}
	.category-item .category-box .category-title{font-size:16px;}
	.slider-recol .item-recol .recol-txt{font-size:16px;}
	.slider-recol .item-recol .recol-btn{
		font-size: 14px;
		paddinG:12px 15px;
	}
	.section-more .more-col{
		font-size: 14px;
		paddinG:12px 15px;
	}
	.outfit-wrapper{
		margin-top: -50px;
		padding: 0 15px;
	}

	.bc-flashsale__cd .bc-flashsale__cd-txt{
		font-size:14px;
	}
	.bc-flashsale__cd .bc-flashsale__cd-timer .timer-v{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size:14px;
	}
	.bc-flashsale__cd .bc-flashsale__cd-timer span:not(.timer-v){
		font-size: 14px;
	}

	.bc-flashsale__products{padding:40px 15px 0 15px;}

	.pro-loop .pro-flashsale__process .pro-flashsale__per{display:none;}
	.pro-loop .product-sale{
		right: 5px;
		top: 5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.pro-loop .product-sale span{
		font-size: 10px;
	}
	.pro-loop .sold-out{font-size:10px;}
	.btn-loadmore__col{font-size:14px;}
	.product-detail-main .product-image-detail{
		padding:0;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width:100%;
	}
	.product-detail-main .product-content-desc{
		padding:15px;
	}
	.section-p-head{
		margin:0 0 10px 0;
	}
	.product-content-desc .wrap-addcart .btn-addtocart{font-size:16px;}

	.blog-content{margin-top:20px;}
	.banner-blog {
		margin-bottom: 20px;
	}

	.main-content-cart .table-cart thead{display:none;}
	.line-item-container .item .product_image{
		flex: 0 0 80px;
		-ms-flex: 0 0 80px;
	}
	.line-item-container .item .product_info{
		flex: 0 0 calc(100% - 80px);
		-ms-flex: 0 0 calc(100% - 80px);
		padding-left: 10px;
	}
	.line-item-container .product_info h3{
		font-size: 13px;
	}
	.line-item-container .product_info .variant{
		font-size: 12px;
	}
	.line-item-container .product_info .info-price{margin:0;}
	.line-item-container .product_info .info-price .pri{
		font-size:12px;
	}
	.line-item-container .product_info .info-price del{
		display: block;
		font-size: 12px;
		margin:0;
	}
	.line-item-container .remove{
		position:relative;
	}
	.line-item-container .line-total .cart{
		position: absolute;
		top: 0;
		right: 0;
		background:none;
		width: 20px;
		height: 20px;
		line-height:20px;
	}
	.line-item-container .line-total .cart img{
		width:10px;
	}
	.line-item-container .line-total .line-item-total{
		font-size: 14px;
	}
	.line-item-container .quantity-partent{
		max-width:100%;
		width:70px;
	}
	.line-item-container .quantity-partent input{
		font-size:14px;
		height:25px;
	}
	.line-item-container .quantity-partent .qty-btn{
		height: 25px;
		font-size:20px;
	}
	.sidebarCart-sticky{
		margin-top:30px;
	}
	.sidebox-order{
		padding: 15px;
	}
	.sidebox-order .sidebox-order_title h3{font-size:18px;}
	.sidebox-order .sidebox-order_total{font-size:14px;}

	.account-info__header .account-info__bg{
		padding: 26px 15px 26px;
	}
	.account-info__header .account-info__bg .account-detail{
		padding-left: 15px;
	}
	.account-info__header .account-info__bg .account-detail .phone{font-size:14px;}
	.account-info__tab{
		padding: 15px 15px;
	}
	.viewed-list.owl-carousel .owl-nav button svg{
		width: 42px;
		height: 42px;
	}

	.accoung-main__bg{
		padding:20px;
	}
	.voucher-notify{font-size:14px;}
	.item-voucher__image{padding:15px 0;}
	.item-voucher__image img{
		max-width: 90px;
	}
	.item-voucher__detail .voucher-detail__bg{
		padding: 10px 10px 10px 10px;
	}
	.item-voucher__detail .voucher-name{font-size:11px;}
	.item-voucher__detail .voucher-flex{
		font-size:11px;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	.item-voucher__detail .voucher-hsd{
		padding:0;
		margin:0;
	}
	.item-voucher__detail .voucher-hsd:before{
		display:none;
	}
	.item-voucher__detail .item-voucher__action{margin-top:8px;}
	.item-voucher__detail .btn-copie{
		font-size: 12px;
	}

	.product-content-desc .product-price .pro-price{font-size:18px;}
	.select-swatch .swatch{margin-top:10px;}
	.product-tabs .tab-item a{font-size:14px;}
	/* footer*/
	.footer{margin-top:30px;}
	.main-footer {padding: 20px 0;}
	.footer .collapse {display: none;visibility: hidden;}
	.footer .collapse.in {display: block;visibility: visible;}
	.main-footer .footer-content {display: none;}
	.main-footer .footer-col {border-bottom: 1px solid #efefef;margin-bottom:0;}
	.main-footer .footer-title {
		line-height: 20px;
		position: relative;
		font-size: 14px;
		text-transform: uppercase;
		margin: 0px;
		padding: 10px 0;
	}
	.main-footer h4.footer-title:before {
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 14px;
		position: absolute;
		top: 0px;
		right: 5px;
		text-align: center;
		line-height: 36px;
	}
	.main-footer h4.footer-title.active:before {content: "\f106";}
	.main-footer .col-lg:last-child .footer-col {border-bottom: none;}
	.home-video__wrapper{padding-top:177.77%;}
}
.btncart-checkout[data-check="0"] {
	opacity: .65;    pointer-events: none;
}
.social-fixed {
	position: fixed;
	right: 25px;
	bottom: 15px;
	z-index: 9;
}

.header-main-menu{
	padding-left: 20px;
	padding-right: 20px;
}
/*-------------------------------------------------------------------------------- SIDEBAR MAIN --------------------------------------------------------------------------------*/
.sidebar-main .sitenav-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1010;
	background: transparent;
}
.sidebar-main .sitenav-wrapper.sitenav-right {
	right: 0;
}
.sidebar-main .sitenav-wrapper.sitenav-right .sitenav-inner {
	right: 0;
	-webkit-transform: translateX(120%);
	transform: translateX(120%);
	-webkit-transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
	transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
}
.sidebar-main .sitenav-wrapper.sitenav-left {
	left: 0;
}
.sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
	transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
}
.sidebar-main .sitenav-wrapper .sitenav-inner {
	margin: 0 auto;
	max-width: 480px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	background-clip: padding-box;
	display: flex;
	flex-direction: column;
}
.sidebar-main .sitenav-wrapper .sitenav-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 1;
	visibility: visible;
}
.sidebar-main.is-show-right .sitenav-wrapper.show {
	left: 0 !important;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner {
	right: 0;
	width: 85%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner:after {
	visibility: hidden;
	opacity: 0;
}
.sidebar-main.is-show-right .sitenav-wrapper.show .sidebar-overlay {
	opacity: 1;
	visibility: visible;
}
.sidebar-main.is-show-left .sitenav-wrapper.show {
	right: 0 !important;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
	left: 0;
	width: 85%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner:after {
	visibility: hidden;
	opacity: 1;
}
.sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
	opacity: 1;
	visibility: visible;
}
.sidebar-main .sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sitenav-inner .sitenav-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid var(--shop-color-border);
}
.sitenav-inner .sitenav-header__title {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}
.sitenav-inner .sitenav-header__btn svg {
	width: 17px;
	height: 100%;
	margin: 0 auto;
	cursor: pointer;
}
.sitenav-inner .sitenav-header .cart-shipping {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 30px;
}
.sitenav-inner .sitenav-header .cart-shipping__title {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.5px;
	min-height: 30px;
}
.sitenav-inner .sitenav-header .cart-shipping__title .price {
	font-weight: 600;
	color: #ff2c26;
}
.sitenav-inner .sitenav-header .cart-shipping__title .free-ship {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
}
.sitenav-inner .sitenav-content {
	padding: 15px;
	position: relative;
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.sitenav-inner .sitenav-content::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}
.sitenav-inner .sitenav-content::-webkit-scrollbar-track {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: 10px;
}
.sitenav-inner .sitenav-content::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #e1e3e4;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
	background: #e1e3e4;
}
.sitenav-inner .sitenav-content .more-notify {
	padding: 8px 0;
	border-top: 1px solid var(--shop-color-border);
}
.sitenav-inner .sitenav-content .more-notify a {
	color: #0d6efd;
}
.sitenav-inner .sitenav-footer {
	padding: 15px;
	margin-top: auto;
	border-top: 1px solid var(--shop-color-border);
}

.cart-shipping {
	padding: 10px;
}
.cart-shipping .price {
	font-size: 18px;
	font-weight: 600;
	color: #ff2c26;
}
.cart-shipping .free-ship {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
}
@media (max-width: 767px) {
	.cart-shipping .free-ship {
		display: block;
	}
}
.cart-shipping__title {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.5px;
}
.cart-shipping__bar {
	height: 8px;
	width: 100%;
	background-color: #e9e9e9;
	border-radius: 5px;
	margin: 15px 0 10px;
	position: relative;
}
.cart-shipping__bar .shipping-bar {
	background-color: #00adef;
	width: 0;
	border-radius: 5px;
	transition: width 0.4s ease-in-out;
	display: block;
	height: 100%;
	position: relative;
}
.cart-shipping__bar .shipping-bar .icon {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	right: 10px;
	transform: translate(50%, -50%);
	font-weight: 700;
	content: "";
	font-size: 12px;
	color: #00adef;
	border: 1px solid #00adef;
	background: currentColor;
	display: none;
}
.cart-shipping__bar .shipping-bar .icon svg {
	fill: #fff;
}
.cart-shipping.cart-shipping-free .cart-shipping__bar span {
	background-color: #00adef;
}
.cart-shipping.cart-shipping-free .cart-shipping__bar .icon {
	background-color: #00adef;
	border-color: #00adef;
	color: #00adef;
}

.cart-shipping__bar {
	overflow: hidden;  /* Đảm bảo thanh không bị tràn ra ngoài */
	white-space: nowrap;  /* Ngăn không cho phần tử con bị tràn dòng */
}

.shipping-bar {
	display: block;
	width: 100%;
	background-color: #f2f2f2;
	height: 5px;
	border-radius: 5px;
	position: relative;
}

.shipping-bar .icon {
	position: absolute;
	top: -8px;
	left: -18px;
	font-size: 16px;
}
.shipping-bar {
	min-width: 0;  /* Đảm bảo thanh không bị co lại quá mức */
}
.product-tabs {
	list-style: none;
	padding: 0;
	margin: 0;

	overflow: hidden;
}

.product-tabs .tab-item {
	display: block;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 0;
}

.product-tabs .tab-item:last-child {
	border-bottom: none;
}

.product-tabs .tab-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: background 0.2s ease;
}

.product-tabs .tab-item a:hover {
	background: #f0f8ff;
}

.product-tabs .tab-item.active a {
	background: #e6f4ff;
}

.tab-toggle {
	font-size: 20px;
	line-height: 1;
	margin-left: 10px;
}

.description-content {
	display: none;
	padding: 14px 16px;
	background: #fdfdfd;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.6;
	// max-height: 200px;
	// overflow: auto;
}
a.btn-des-more {
	width: auto;
	display: inline-block !important;
	background: #fff !important;
	padding: 5px 15px !important;
}
#cart-table tr:has(.original) {
	display: none;
}
.modal-dialog.modal-dialog-right {
	width: 400px;
}
.modal-footer .item-total {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.modal-footer .cart-buttons  button {
	width: 100%;
	background: #e0e0e0;
	color: #000;
	padding: 10px 0;
	margin-bottom: 10px;
	border: 0;
}
.btn.btn-primary.view-cart-btn {
	background: #efefef;
}
.btn.btn-success.checkout-btn {
	background: #000;
	color: #fff;
}
.modal-footer .btn+.btn {
	margin-left: 0px;
}
.tab-toggle i {
	font-size: 12px;
}
.description-productdetail  a {
	background: none !important;
	padding: 0 !important;
	font-size: 15px !important;
	display: inline-block !important;
}

