* {
	font-family: 'FzPoppins', 'Poppins', sans-serif !important;
	margin: 0;
	padding: 0;
}
.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}
.fa {
	font-family: 'FontAwesome' !important;
}
html,
body {
	border: 0;
	background-color: #fff;
}
html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
}
img {
	max-width: 100%;
}
body {
	line-height: 1.4;
	font-size: 14px;
	color: #000000;
	overflow-x: hidden;
	background: #ffffff;
	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: #ff6200;
	margin: 0 0 13px;
	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;
	line-height: 21px
}
/* 1.5 - Links and Buttons */
a {
	color: #000000;
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
	color: #ff6200;
	text-decoration: none;
	outline: none;
}
a:active {
	outline: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #ff6200;
	line-height: 1.1;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #ff6200;
}
/* 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: 0;
}
table tr td:last-child,
table tr th:last-child {
	padding-right: 0;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
/* 2.3 - Lists */
ul {
	padding: 0;
	list-style-type: none;
}
ul.unstyled,
ol.unstyled {
	margin: 0;
	list-style: none outside none;
}
ul.unstyled > li,
ol.unstyled > li {
	list-style: none;
}
ul.horizontal > li,
ol.horizontal > li {
	display: block;
	float: left;
}
ul.horizontal-inline,
ol.horizontal-inline {
	text-align: center;
}
ul.horizontal-inline > li,
ol.horizontal-inline > li {
	display: inline;
	margin: 0 5px;
}
ul.expanded > li,
ol.expanded > li {
	margin-bottom: 10px;
}
a {
	transition: opacity 150ms linear
		, color 150ms linear
		, background 150ms linear;
}
input:focus {
	outline: none;
}
/*========================================================================*/
main.main-index {
	position: relative;
	z-index: 99;
}
.button {
	position: relative;
	display: inline-block;
	padding: 10px 28px;
	line-height: normal;
	border: 1px solid #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
		, border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
		, border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	color: #000000;
	overflow: hidden;
}
.button:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
		, -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover {
	color: #fff;
}
.button.dark {
	color: #fff;
	border-color: #ff6200;
}
.button.dark:before {
	background-color: #ff6200;
}
.button.dark:hover {
	color: #000000;
}
.button:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.wrap-flex-align {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.flex-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
button:focus {
	border-color: transparent;
	outline: none;
}
// .wrapbox-heading-page{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}
.heading-page h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.pd-page {
	padding-top: 30px;
}
@media(min-width: 1200px) {
	.animation-tran .site-animation {
		-webkit-transform: translateY(60px);
		-moz-transform: translateY(60px);
		-o-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
		-webkit-transition: opacity 300ms linear
			, transform 300ms linear;
		-moz-transition: opacity 300ms linear
			, transform 300ms linear;
		-o-transition: opacity 300ms linear
			, transform 300ms linear;
		transition: opacity 300ms linear
			, transform 300ms linear
	}
	.animation-tran.active .site-animation {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	.column-wrap {
		opacity: 0;
	}
	.column-wrap.active-ani {
		opacity: 1;
	}
	.column-wrap.active-ani:nth-child(1) {
		animation-name: fadeInLeft;
		-webkit-animation-duration: 1.25s;
		animation-duration: 1.25s;
	}
	.column-wrap.active-ani:nth-child(2) {
		animation-name: fadeInDown;
		-webkit-animation-duration: 1.25s;
		animation-duration: 1.25s
	}
	.column-wrap.active-ani:nth-child(3) {
		animation-name: fadeInUp;
		-webkit-animation-duration: 1.25s;
		animation-duration: 1.25s
	}
	.column-wrap.active-ani:nth-child(4) {
		animation-name: fadeInRight;
		-webkit-animation-duration: 1.25s;
		animation-duration: 1.25s
	}
	.column-wrap.active-ani:nth-child(5) {
		animation-name: fadeInLeft;
		-webkit-animation-duration: 1.25s;
		animation-duration: 1.25s
	}
}


/*
--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------
*/
/*--------------------- Topbar ---------------------*/#topbar {
	background: #f3f3f3;
	font-size: 12px;
}
#topbar p {
	padding: 4px 0;
	margin-bottom: 0;
}
.topbar-hotline {
	text-align: right;
	margin: 3.5px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.topbar-hotline ul {
	margin-bottom: 0;
	margin-top: 0;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	margin-left: 5px;
}
.topbar-hotline ul,
.topbar-hotline ul li {
	display: flex;
	margin: 0;

}
.topbar-hotline ul li a {
	font-size: 20px;
	padding: 0 10px
}
.topbar-hotline span.text-phone {
	color: #e00000;
	font-weight: bold;
	letter-spacing: 0.4px;
}
.topbar-hotline a.phone-num .fa {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #000000;
	color: #252a2b;
	border-radius: 50%;
	text-align: center;
	animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
@keyframes h-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}
.main-header {

	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08) inset;
	-webkit-transition: background 0.3s ease-in-out
		, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out
		, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out
		, box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out
		, box-shadow 0.3s ease-in-out
		, -webkit-box-shadow 0.3s ease-in-out;
}
.header-mid {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.main-header .wrap-logo a {
	font-size: 32px;
	font-weight: bold;
	color: #ff6200
}
.main-header .wrap-logo:not(.wrap-logp-mb) a img {
	width: 90px;
	padding: 10px 0;
}
.header-wrap-icon {
	text-align: right;
}
.header-wrap-icon > span {
	display: inline-block;
	margin: 8px 6px 0;
	position: relative;
	transition: opacity 150ms linear;
}
.icon-search {
	vertical-align: -1px;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.icon-search:hover {
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.cart-menu .count-holder {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	height: 17px;
	overflow: hidden;
}
.cart-menu .count {
	transition: top 150ms linear;
	position: relative;
	top: 0;
	animation-duration: 300ms;
}
.icon-cart .count {
	animation-name: scroll-in
}
.icon-cart:hover .cart-menu .count {
	animation-name: scroll-out
}
.icon-cart svg,
.icon-search svg,
.icon-account svg {
	fill: #252a2b;
	width: 28px;
	height: 28px;
}
.icon-account {
	vertical-align: -1px;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
@keyframes scroll-in {
	0% {
		top: 2px
	}
	49% {
		top: -14px
	}
	50% {
		top: 19px
	}
	100% {
		top: 2px
	}
}
@keyframes scroll-out {
	0% {
		top: 2px
	}
	49% {
		top: 19px
	}
	50% {
		top: -14px
	}
	100% {
		top: 2px
	}
}
.hamburger-menu {
	width: 27px;
	height: 19px;
	cursor: pointer;
	display: block;
	transition: all 150ms linear;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
	width: 27px;
	height: 3px;
}
.hamburger-menu .bar:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 7px;
	background: #252a2b;
	-ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, width 150ms linear
		, background 150ms linear;
	-webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, width 150ms linear
		, background 150ms linear;
	transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, width 150ms linear
		, background 150ms linear;
}
.hamburger-menu .bar:after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	background: #252a2b;
	-ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, width 150ms linear
		, background 150ms linear;
	-webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, width 150ms linear
		, background 150ms linear;
	transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, width 150ms linear
		, background 150ms linear;
}
.hamburger-menu .bar {
	position: relative;
	background: #252a2b;
	display: block;
	-ms-transition: all 0ms 100ms
		, width 150ms linear;
	-webkit-transition: all 0ms 100ms
		, width 150ms linear;
	transition: all 0ms 100ms
		, width 150ms linear;
	-ms-transform: translateY(7px);
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
}
.hamburger-menu:not(.active):hover .bar {
	width: 31px;
}
.hamburger-menu:not(.active):hover .bar:before {
	width: 17px;
}
.hamburger-menu:not(.active):hover .bar:after {
	width: 20px;
}
@media screen and (min-width: 1024px) {
	.header-mid {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	header .header-mid > div:not(.wrap-logo) {
		;


		/*
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		*/
	}
}
.main-header.affix-mobile {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;


	/*
	-webkit-animation: fadeInDown 0.4s both;
	animation: fadeInDown 0.4s both;
	*/
	animation-name: slideInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
}
@keyframes slideInDown {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}


}
.main-header.affix-mobile .header-mid {
	padding: 0 0 5px;
}
.main-header .wrap-logp-mb {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 0;
}
.main-header .wrap-logp-mb .logoimg {
	height: 30px;
}
.main-header.affix-mobile .wrap-logp-mb {
	visibility: visible;
	opacity: 1;
	display: block !important;
}
.main-header.affix-mobile .wrap-logp-mb a {
	font-size: 24px;
}
.search-bar-mobile {
	display: none;
	padding: 5px;
	position: relative;
}
.search-bar-mobile form.searchform input.searchinput {
	height: 30px;
	font-size: 12px;
}
.search-bar-mobile form.searchform .btn-search {
	top: 5px;
	right: 5px;
	height: 35px;
	line-height: 35px;
}
.search-bar-mobile form.searchform .btn-search svg {
	width: 15px;
	height: 15px;
}
.search-bar-mobile .smart-search-wrapper {
	position: absolute;
	width: initial;
	background: #fff;
	z-index: 100;
	right: 5px;
	left: 5px;
	padding: 0 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

/*--------------------- Menu Desktop ---------------------*/
.menu-desktop {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#nav .main-nav * {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
#nav nav.main-nav ul li a {
	color: #000000;
}
#nav nav.main-nav ul li a:hover {
	color: #ff6200;
}
#nav .main-nav > ul > li {
	float: left;
	z-index: 10
}
#nav .main-nav > ul > li > a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	/*padding: 0px 0 15px;*/
	padding: 0;
	margin: 0 12px 0 0;
	position: relative;
}
#nav .main-nav > ul > li > a:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-bottom: 2px solid #5c5c5c;
	-webkit-transition: opacity 0.3s
		, -webkit-transform 0.3s;
	transition: opacity 0.3s
		, -webkit-transform 0.3s;
	transition: transform 0.3s
		, opacity 0.3s;
	transition: transform 0.3s
		, opacity 0.3s
		, -webkit-transform 0.3s;
}
#nav .main-nav > ul > li > a:hover:before,
#nav .main-nav > ul > li.active > a:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
#nav .main-nav ul {
	padding-left: 0;
	margin: 0;
}
#nav .main-nav ul > li a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 9px;
	margin-left: 4px;
	margin-bottom: 2px;
}
#nav .main-nav .sub_menu {
	background: #fff;
	position: absolute;
	z-index: 999;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	-ms-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav .main-nav ul > li > ul {
	top: 100%;
	margin-top: -2px;
	border-top: 2px solid transparent;
}
#nav .main-nav li:hover > .sub_menu {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	-moz-transform: rotate3d(0, 0, 0, 0deg);
	-o-transform: rotate3d(0, 0, 0, 0deg);
	-ms-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
#nav .main-nav .sub_menu a {
	padding: 9px 18px;
	white-space: nowrap;
	text-align: left;
	display: block;
	font-size: 14px;
}
#nav .main-nav .sub_menu_2 li {
	display: flex;
	align-items: center;
}
#nav .main-nav .sub_menu_2 a {
	white-space: unset;
	font-size: 13px;
	padding: 9px 10px;
}
#nav .main-nav .sub_menu .sub_menu {
	left: 100%;
	top: 0;
	margin-left: 1px;
	margin-top: 0;
	-webkit-transform: rotate3d(0, 1, 0, 90deg);
	-moz-transform: rotate3d(0, 1, 0, 90deg);
	-o-transform: rotate3d(0, 1, 0, 90deg);
	-ms-transform: rotate3d(0, 1, 0, 90deg);
	transform: rotate3d(0, 1, 0, 90deg)
}
#nav .main-nav .sub_menu li:not(:first-child) {
	border-top: 1px solid #ecf0f1
}
#nav .main-nav ul > li i {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}
#nav .main-nav ul > li:hover > a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 0;
}


/*
--------------------------------------------------------------------------------
SLIDER
--------------------------------------------------------------------------------
*/
#homepage_slider .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	text-align: center;
}
#homepage_slider .owl-nav .owl-prev {
	left: 15px;
}
#homepage_slider .owl-nav .owl-next {
	right: 15px;
}
#homepage_slider .owl-controls .owl-nav div:before {
	position: relative;
	content: "";
	font-family: "FontAwesome";
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
#homepage_slider .owl-controls .owl-nav div:after {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	display: inline-block;
	position: absolute;
	top: 15px;
	text-transform: uppercase;
}
#homepage_slider .owl-controls .owl-nav .owl-prev:before {
	content: "\f177";
}
#homepage_slider .owl-controls .owl-nav .owl-prev:after {
	content: 'Back';
	left: 100%;
}
#homepage_slider .owl-controls .owl-nav .owl-next:before {
	content: "\f178";
}
#homepage_slider .owl-controls .owl-nav .owl-next:after {
	content: 'Next';
	right: 100%;
}
#homepage_slider .owl-dots {
	position: absolute;
	bottom: 28px;
	text-align: center;
	width: 100%;
}
#homepage_slider .owl-dots .owl-dot {
	display: inline-block;
}
#homepage_slider .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	background: transparent;
	border: 2px solid #fff;
	-webkit-transition: color 0.2s ease-in-out
		, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
		, background 0.2s ease-in-out;
}
#homepage_slider .owl-dots .owl-dot.active span {
	background: #fff;
}


/*
--------------------------------------------------------------------------------
INDEX
--------------------------------------------------------------------------------
*/
.wrapper-heading-home {
	text-align: center;
	padding: 30px 0;
}
.wrapper-heading-home h2 {
	font-weight: bold;
	color: var(--CAM-SHADY, #FF7F32);
	text-align: center;
	font-family: 'Montserrat'
		, sans-serif !important;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: -1.5px;
}
.wrapper-home-banner .home-banner-pd {
	padding: 0;
}
.block-banner-category {
	position: relative;
	overflow: hidden;
	background: #f4f4f4;
}
.caption_banner span {
	font-size: 15px;
	font-weight: 400;
}
.caption_banner h3 {
	font-size: 23px;
	margin: 15px 0;
	color: #fff;
}
.block-banner-category a.link-banner {
	display: block;
}
.caption_banner {
	position: absolute;
	width: 100%;
	padding: 0 15px 0 40px;
	bottom: 50px;
	color: #fff;
}
.wrap-collection-title {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
section.wrapper-home-information {
	background-color: #fcfcfc;
	margin: 50px 0 0;
}

.wrap-pd-infor {
	padding: 0;
	text-align: center;
}
.wrap-pd-infor .inf-content {
	text-align: center;
	color: #c4c4c4;
	font-size: 16px;
	padding: 20% 8%;
}
.wrap-pd-infor .inf-content p.subtitle {
	color: #c4c4c4;
	font-size: 15px;
}
.wrap-pd-infor .inf-content h2 {
	color: #383838;
	font-size: 30px;
	text-transform: capitalize;
}
.wrap-pd-infor img {
	width: 100%;
}

.list-slider-banner .slick-slide {
	opacity: 0.6
}
.list-slider-banner .slick-slide.slick-active {
	opacity: 1;
}
.list-slider-banner .slick-slide .block-banner-category {
	max-height: 450px;
}
.list-slider-banner .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
	box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
	vertical-align: middle;
	line-height: 0;
}
.list-slider-banner .slick-arrow:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
}
.list-slider-banner .slick-arrow.slick-prev {
	left: 30px;
}
.list-slider-banner .slick-arrow.slick-prev:before {
	content: "\f104";
}
.list-slider-banner .slick-arrow.slick-next {
	right: 30px;
}
.list-slider-banner .slick-arrow.slick-next:before {
	content: "\f105";
}
.list-slider-banner .caption_banner_slide {
	position: absolute;
	width: 100%;
	padding: 15px 20px;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.list-slider-banner .caption_banner_slide h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px;
	color: #fff;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.list-slider-banner .button {
	padding: 5px 15px;
}
section.section-featured {
	padding: 81px 0 174px;
	background-color: #fcfcfc;
}
.wrapbox-shadow {
	background-color: #ffffff;
	box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.1);
	transition: background 0.3s
		, border 0.3s
		, border-radius 0.3s
		, box-shadow 0.3s;
	padding: 115px 0 0;
}
.wrapbox-shadow h2 {
	text-align: center;
	font-size: 80px;
	font-weight: 900;
	font-style: italic;
	color: #f0f0f0;
	text-transform: uppercase;
	font-family: sans-serif !important;
	word-break: break-all;
	padding-right: 15px;
}
.wrapbox-shadow .parallax-img img {
	margin: 0 -81px -150px 0;
}
.wrapbox-shadow .parallax-img {
	margin: -80px -81px 0 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	-o-transition: transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	transition: transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	transition: transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98)
		, -webkit-transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.wrapbox-detail {
	text-align: center;
	padding: 73px 42px 0 145px;
}
.wrapbox-detail p.subtitle {
	font-size: 13px;
	color: #f94c43;
	font-weight: bold;
}
.wrapbox-detail h3 {
	color: #383838;
	font-size: 26px;
	text-transform: capitalize;
}
.wrapbox-detail .productTab-loop {
	margin: 20px 0 40px;
	color: #a4a9ab;
	font-size: 17px;
}
.productTab-loop ul.navTabs {
	border: 0;
	text-align: center;
}
.productTab-loop ul.navTabs > li {
	display: inline-block;
	float: initial;
	margin: 16px 14px 6px;
}
.productTab-loop ul.navTabs > li a {
	color: #a4a9ab;
	padding: 0;
	font-size: 14px;
	margin: 0;
	border: 0;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
}

.productTab-loop ul.navTabs > li.active > a,
.productTab-loop ul.navTabs > li.active > a:hover,
.productTab-loop ul.navTabs > li.active > a:focus,
.productTab-loop ul.navTabs > li a:hover {
	color: #f94c43;
	background: transparent;
	border: 0;
	font-weight: bold;
}
.productTab-loop .tab-content {
	border-top: 1px solid #e8e8f6;
	padding: 20px 20px 0;
	font-size: 16px;
}
.wrapbox-detail a.btn-linkpro {
	font-size: 18px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 30px 30px 30px 30px;
	padding: 18px 50px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
	border-color: #ff6200;
	margin-top: 20px;
}
.wrapbox-detail a.btn-linkpro:before {
	background-color: #ff6200;
}
.wrapbox-detail a.btn-linkpro:hover,
.wrapbox-detail a.btn-linkpro:focus {
	color: #ff6200;
}

/* SUPPORT INDEX*/
.section-support .flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-container .column-wrap {
	padding: 50px 10px 70px;
	text-align: center;
	width: 25%;
	background-color: #fcfcfc;
}
.flex-container .column-wrap + .column-wrap {
	border-left: 1px solid #f3f2f2;
}
.inner-content h3 {
	color: #383838;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin: 20px 0 5px;
}
.inner-content p {
	color: #636363;
	font-size: 15px;
	margin: 0;
}
.column-wrap:hover .inner-icon img {
	-webkit-animation: passing 1200ms linear infinite;
	-moz-animation: passing 1200ms linear infinite;
	-ms-animation: passing 1200ms linear infinite;
	-o-animation: passing 1200ms linear infinite;
	animation: passing 1200ms linear infinite;
}
@-webkit-keyframes passing {
	0% {
		-webkit-transform: translateX(-30%) rotate(0deg);
		transform: translateX(-30%) rotate(0deg);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(0%) rotate(10deg);
		transform: translateX(0%) rotate(10deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(30%) rotate(20deg);
		transform: translateX(30%) rotate(20deg);
		opacity: 0
	}
}
@keyframes passing {
	0% {
		-webkit-transform: translateX(-30%) rotate(0deg);
		-ms-transform: translateX(-30%) rotate(0deg);
		transform: translateX(-30%) rotate(0deg);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(0%) rotate(10deg);
		-ms-transform: translateX(0%) rotate(10deg);
		transform: translateX(0%) rotate(10deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(30%) rotate(20deg);
		-ms-transform: translateX(30%) rotate(20deg);
		transform: translateX(30%) rotate(20deg);
		opacity: 0
	}
}
section.section-instagram {}
.gallery_item {
	padding: 0;
	position: relative;
}
.gallery_item:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-color: rgba(170, 196, 247, 0.58);
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;

	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-ms-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);
}
.gallery_item:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.proloop-banner .banner-hover {
	position: relative;
	overflow: hidden;
}
.proloop-banner .banner-hover:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	z-index: 3;
	background-color: rgba(170, 196, 247, 0.58);
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;

	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-ms-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);
}
.proloop-banner .banner-hover img {
	-webkit-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;
}
.proloop-banner .banner-hover:hover img {
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.proloop-banner .banner-hover:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*------------------------- PRODUCT ITEM-------------------------*/
.pro-loop .product-img .image-resize:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.pro-loop .product-img .image-resize img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.pro-loop {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #ffffff;
	margin-bottom: 10px;
}
.pro-loop a {
	display: block;
}
.pro-loop .product-detail {
	padding: 10px 0 20px;
}
.pro-loop .product-img {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.pro-loop .product-img .product-sale,
.pro-loop .product-img .sold-out {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	padding: 5px 10px;
	font-weight: bold;
	z-index: 9;
	color: #000000;
	background: #fff;
}
.pro-loop .product-img .product-sale {
	top: 10px;
	left: 10px;
	color: #f94c43;
}
.pro-loop .product-img .sold-out {
	bottom: 10px;
	right: 10px;
}
.pro-loop .product-img .sold-out span {
	opacity: .66;
}
.product-detail .box-pro-detail {
	z-index: 9;
	width: 100%;
}
.pro-loop .product-detail h3 {
	margin: 0 0 5px;
	font-size: 14px;
	position: relative;
}
.pro-loop .product-detail h3 a {
	line-height: 16px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.pro-price-mb {
	display: none;
}
p.pro-price {
	color: #ff6200;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
p.pro-price.highlight {
	color: #f94c43;
}
p.pro-price span.pro-price-del {
	color: #afafaf;
	font-size: 13px;
	margin-left: 5px;
	font-weight: 500;
}
.pro-loop .product-img .button-add {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 37%;
	// transform: translateY(-37%);
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.pro-loop .product-img button {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	border: 0;
	background: #191919;
	color: #fff;
	padding: 6px 20px;
}
.pro-loop .product-img button i {
	margin-left: 8px;
	font-size: 14px;
}


/*
.pro-loop .product-img picture{
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
display: block;
}
.pro-loop .product-img picture:nth-of-type (2) {
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
opacity: 0;
visibility: hidden;
}
*/
@media(min-width: 1024px) {
	.wrapper-collection-1 .pro-loop,
	.wrapper-collection-2 .pro-loop,
	.search-list-results .pro-loop,
	#collection .pro-loop.col-5 {
		width: 20%;
	}
	.wrapper-collection-2 .pro-loop-banner,
	.wrapper-collection-1 .pro-loop-banner {
		width: 40%;
		margin-bottom: 30px;
		text-align: center;
	}
	.content-hasbanner .pro-loop:nth-child(5) {
		clear: left;
	}
	.pro-loop:hover .product-img .button-add {
		opacity: 1;
		visibility: visible;
		bottom: 50%;
	};


	/*
	.pro-loop:hover .product-img picture:nth-of-type(2) {
	opacity: 1;
	visibility: visible;
}
	.pro-loop:hover .product-img picture:nth-of-type(1) {
	opacity: 0;
	visibility: hidden;
}
	*/
}
@media(max-width: 1023px) and (min-width: 992px) {
	.wrapper-collection-2 .pro-loop-banner,
	.wrapper-collection-1 .pro-loop-banner {
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
	}
	.content-hasbanner .pro-loop:nth-child(4) {
		clear: left;
	}
}
@media(max-width: 767px) {
	.longarrow {
		display: none;
	}
	.pro-price-mb {
		display: inline-block;
		position: absolute;
		left: 10px;
		bottom: 10px;
		font-size: 9px;
	}
	.pro-price-mb .pro-price {
		background: #ff6200;
		color: #fff;
		padding: 2px 8px;
		border-radius: 2px;
		font-size: 10px;
		line-height: 20px;
		font-weight: 500;
		margin-right: 3px;
	}
	p.pro-price {
		display: none;
	}
	.pro-loop .product-detail {
		padding: 5px 0;
	}
}
.product-loop-special {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 60px;
}
.product-loop-special.more-image {
	-webkit-align-items: center;
	align-items: center;
}
.product-loop-special .product-width {
	max-width: 270px;
	margin: auto;
}
.product-loop-special .product-detail {
	padding: 20px 0;
}
.product-loop-special .product-img {
	text-align: center;
	position: relative;
}
.product-loop-special .product-detail h3 {
	margin: 0 0 5px;
	font-size: 14px;
	position: relative;
}
.product-loop-special .product-detail h3 a {
	line-height: 16px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.product-loop-special .action .button {
	width: 100%;
	padding: 10px 5px;
}
@media(min-width: 768px) {
	.collection-special-one .product-loop-special .product-col-left {
		flex-grow: 2;
	}
	.collection-special-one .product-loop-special .product-col-right {
		flex-grow: 1;
		padding: 0 80px;
	}
}
@media(min-width: 1024px) {
	.collection-special-one .product-loop-special {
		padding: 0 100px;
	}
}
.collection-special-two .product-loop-special .product-col-left {
	width: 60%;
}
.collection-special-two .product-loop-special .product-width {
	max-width: 190px;
}
.collection-special-two .product-loop-special .product-col-right {
	padding: 0 0 0 35px;
}
.collection-special-two .product-loop-special .product-detail {
	padding: 10px 0;
}


/*
#collection-slide .owl-controls .owl-nav div {
position: absolute;
top: 30%;
font-size: 0;
border: none;
border-radius: 50%;
background: #fff;
color: #5c5c5c;
cursor: pointer;
text-align: center;
z-index: 1;
-webkit-box-shadow: 0 2px 10px rgba (54,54,54,0.15) ;
box-shadow: 0 2px 10px rgba (54,54,54,0.15) ;
line-height: 0;
}
#collection-slide .owl-nav .owl-prev {left: 15px;}
#collection-slide .owl-nav .owl-next {right: 15px;}
#collection-slide .owl-controls .owl-nav div:before {
position: relative;
content:"";
font-family: "FontAwesome";
font-size: 25px;
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
}
#collection-slide .owl-controls .owl-nav .owl-prev:before {content:"\f104";}
#collection-slide .owl-controls .owl-nav .owl-next:before {content:"\f105";}
*/
@media(max-width: 1200px) and (min-width: 1024px) {
	.collection-special-two .product-loop-special {
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}
	.collection-special-two .product-loop-special .product-width {
		max-width: 170px
	}
	.collection-special-two .product-loop-special .product-col-right {
		padding: 0 0 0 25px;
	}
	.collection-special-two .product-loop-special .product-col-left {
		width: 70%;
	}
}
@media(max-width: 767px) {
	.product-loop-special .action .button {
		font-size: 12px
	}
	.collection-special-two .product-loop-special .product-width {
		max-width: 130px;
	}
	.collection-special-one .product-loop-special .product-col-right {
		padding-left: 20px;
	}
	.collection-special-one .product-loop-special .product-width {
		max-width: 260px;
	}
	.product-loop-special .product-detail {
		padding: 5px 0;
	}
	.topbar-hotline {
		justify-content: center;
		padding-bottom: 5px;
	}
}


/*
--------------------------------------------------------------------
PRODUCT DETAIL
--------------------------------------------------------------------
*/
.product-detail-wrapper {
	padding: 30px 0;
}
.product-detail-main {
	margin-bottom: 40px;
}
.product-title {
	padding: 0 0 10px;
	border-bottom: 1px dotted #dfe0e1;
}
.product-title h1 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
	line-height: initial;
}
#pro_sku {
	font-size: 12px;
	color: #a3a5a7;
	margin-right: 10px;
}
.pro-soldold {
	margin-right: 10px;
}
.hook-reviews {
	border-bottom: 1px dotted #dfe0e1;
	padding-bottom: 15px;
}
.hook-reviews .rating {
	line-height: 1;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	width
}
.hook-reviews .rating .rating {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
}
.hook-reviews .rating .icon {
	display: inline-block;
}
.hook-reviews .rating .icon::before {
	color: #d5d5d5;
	content: "\f005";
	font-family: "FontAwesome"
		, sans-serif;
	font-size: 13px;
	font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {
	color: #ffae00;
}
.number-rating {
	padding-left: 5px;
	font-size: 13px;
}
.product-price {
	padding: 3px 0;
	border-bottom: 1px dotted #dfe0e1;
}
.product-price span.pro-price {
	font-size: 18px;
	font-weight: bold;
	color: #ff6200;
}
.product-price span.pro-sale {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 10px;
	background: #ededed;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #f94c43;
}
.product-price del {
	font-size: 14px;
	color: #afafaf;
	padding-left: 10px;
	font-weight: 500;
}
.selector-actions {
	width: 100%;
	/*margin-top: -15px;*/
}
.quantity-area {
	margin-bottom: 15px;
}
.quantity-area input#quantity {
	background: #fff;
	font-weight: 600;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 70px;
	border: 1px solid #f5f5f5;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	float: left;
	-webkit-appearance: none;
}
.quantity-area input.qty-btn {
	float: left;
	background: #f5f5f5;
	border: solid 1px #f5f5f5;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 0;
}
button.btn-addtocart {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
	padding: 14px 35px;
	line-height: 22px;
	width: 100%;
}
button.btn-addtocart[disabled] {
	opacity: 0.8;
}
.wrap-addcart button.btn-addtocart.dark {
	border-color: #ff6200;
}
.wrap-addcart button.btn-addtocart:before {
	background-color: #ff6200;
}
.wrap-addcart button.btn-addtocart:hover,
.wrap-addcart button.btn-addtocart:focus {
	color: #ff6200;
}
.product-description {
	margin: 20px 0;
}
.product-description .title-bl h2,
.product-description h2,
.product-description h3 {
	font-size: 14px;
	font-weight: 700;
}
.product-description * {
	max-width: 100%
}
.product-description ul {
	list-style: initial;
	padding-left: 20px;
}
.product-description ol {
	list-style-type: decimal;
	padding-left: 20px;
}
.product-description ul ul {
	list-style-type: circle;
}
.product-description ul ul ul {
	list-style-type: square;
}


.product-gallery__thumbs-container {
	width: 9%;
	margin-right: 10px;
}
.product-gallery__thumbs {
	box-sizing: border-box;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 65px;
	padding-bottom: 1px;
}
.product-gallery__thumb a {
	background-color: #f3f3f3;
	display: block;
}
.product-gallery__thumb {
	line-height: 0;
	margin-bottom: 10px;
	border: 1px solid #f7f7f8;
	width: 100%
}
.product-gallery__thumb:last-child {
	margin-bottom: 0
}
.product-gallery__thumb:hover {
	border-color: #a3a5a7
}
.product-gallery__thumb img {
	cursor: pointer;
	background-color: #f7f7f8;
	width: 100%
}
.product-gallery__thumb.active,
.product-gallery__thumb.active:hover {
	border-color: #808284
}
.product-gallery__thumb.active img {
	opacity: .9;
	width: 100%
}
.product-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.product-image-detail {
	width: 91%;
	padding-left: 10px;
	position: relative;
}
.product-gallery-item {
	text-align: center;
	margin-bottom: 10px
}
.product-full-img {
	text-align: center;
}
.product-full-img .no_image {
	width: 50%;
}

/* ------------------------ Style variant ------------------------ */
.product-image-detail ul {
	margin: 0;
}
.selector-wrapper,
.select {
	display: none;
}
.swatch {
	padding: 3px 0;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #dfe0e1;
}
.swatch .header {
	margin: 0 0 8px;
	font-size: 13px;
	text-align: left;
	line-height: initial;
}
.swatch input {
	display: none;
}
.swatch > label.tt-label {
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	text-transform: uppercase;
	width: 85px;
	text-align: right;
}
.swatch .select-swap {
	display: inline-block;
	vertical-align: middle;
}
.swatch input {
	display: none;
}
.swatch .swatch-element {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	vertical-align: bottom;
}
.swatch .swatch-element label {
	display: block;
	margin: 0 0 5px;
	background: #fff;

	padding: 0 4px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.swatch .swatch-element.color.soldout label span {
	overflow: hidden;
	position: relative;
}
.swatch .swatch-element.color.soldout label span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height: 50%;
	/*background: url('//theme.hstatic.net/1000096196/1001389072/14/sold_out.png?v=829') no-repeat;*/
	//background: url(//theme.hstatic.net/1000096196/1001389072/14/close-ic.png?v=829) no-repeat;
	background-size: contain;
}
// .swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color label {
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	border: none;
}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #dfe0e1;
}
.swatch .swatch-element.color label.sd {
	background: transparent;
	border: 1px solid #ff6202;
}
.swatch .swatch-element label.sd {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.swatch .swatch-element.soldout:not(.color) label {
	overflow: hidden;
}
.swatch .swatch-element.soldout:not(.color) label:before {
	// content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height: 50%;
	/*background: url('//theme.hstatic.net/1000096196/1001389072/14/sold_out.png?v=829') no-repeat;*/
	background: url(//theme.hstatic.net/1000096196/1001389072/14/close-ic.png?v=829) no-repeat;
	background-size: contain;
}

label[for="product-select-option-0"] {
	display: none;
}
label[for="product-select-option-1"] {
	display: none;
}
label[for="product-select-option-2"] {
	display: none;
}
#product-select-option-0 {
	display: none;
}
#product-select-option-1 {
	display: none;
}
#product-select-option-2 {
	display: none;
}
#product-select-option-0 + .custom-style-select-box {
	display: none !important;
}
#product-select-option-1 + .custom-style-select-box {
	display: none !important;
}
#product-select-option-2 + .custom-style-select-box {
	display: none !important;
}
@media (max-width: 767px) {
	.swatch .swatch-element.color {
		margin: 5px 8px 5px 0;
	}
}

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

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

.tag-wrapper label {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 700;
}
.tag-wrapper ul.tags {
	display: inline-block;
}
.tag-wrapper ul.tags li {
	display: inline-block;
	list-style-type: none;
	margin-right: 3px;
}
.tag-wrapper ul.tags li:after {
	content: ",";
}
.product-image__button {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 10;
}
.product-sharing,
.product-zoom,
.gallery-index {
	position: absolute;
	z-index: 6;
}
.product-sharing {
	display: none;
	height: auto;
	width: 26px;
	left: 10%;
	bottom: 50px;
	cursor: pointer;
	padding-bottom: 30px;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-sharing .icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
}
.product-sharing a {
	width: 26px;
	position: absolute;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 0;
	opacity: 0;
	visibility: hidden;
	display: block;
	-ms-transform: transform: translateY(50%);
	-webkit-transform: transform: translateY(50%);
	transform: translateY(50%);
}
.product-sharing a:nth-child(2) {
	bottom: 30px;
	-ms-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}
.product-sharing a:nth-child(3) {
	bottom: 80px;
	-ms-transition: all 150ms linear 100ms;
	-webkit-transition: all 150ms linear 100ms;
	transition: all 150ms linear 100ms
}
.product-sharing a:nth-child(4) {
	bottom: 130px;
	-ms-transition: all 150ms linear 200ms;
	-webkit-transition: all 150ms linear 200ms;
	transition: all 150ms linear 200ms
}
.product-sharing a:nth-child(5) {
	bottom: 130px;
	-ms-transition: all 150ms linear 200ms;
	-webkit-transition: all 150ms linear 200ms;
	transition: all 150ms linear 200ms
}
.product-sharing a:nth-child(5) {
	bottom: 180px;
	-ms-transition: all 150ms linear 300ms;
	-webkit-transition: all 150ms linear 300ms;
	transition: all 150ms linear 300ms
}
.product-sharing:hover a {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}
.product-sharing a svg {
	fill: #000;
	width: 24px;
	height: 24px;
}
.product-sharing a:hover svg {
	fill: #65d1e6;
}
.product-zoom {
	width: 30px;
	height: 30px;
	overflow: visible;
	cursor: pointer;
	top: auto;
	bottom: 48px;
	right: 0;
	left: 0;
	margin: auto;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
		, right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
		, right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
		, right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.product-zoom polyline,
.product-sharing .icon svg {
	fill: #000;
}
.product-zoom polyline {
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	transform-origin: center;
	-ms-transition: transform 150ms linear;
	-webkit-transition: transform 150ms linear;
	transition: transform 150ms linear
}
.product-zoom:hover polyline:nth-child(1) {
	-ms-transform: scale(0.9) translate3d(-2px, -2px, 0);
	-webkit-transform: scale(0.9) translate3d(-2px, -2px, 0);
	transform: scale(0.9) translate3d(-2px, -2px, 0);
}
.product-zoom:hover polyline:nth-child(2) {
	-ms-transform: scale(0.9) translate3d(2px, -2px, 0);
	-webkit-transform: scale(0.9) translate3d(2px, -2px, 0);
	transform: scale(0.9) translate3d(2px, -2px, 0);
}
.product-zoom:hover polyline:nth-child(3) {
	-ms-transform: scale(0.9) translate3d(2px, 2px, 0);
	-webkit-transform: scale(0.9) translate3d(2px, 2px, 0);
	transform: scale(0.9) translate3d(2px, 2px, 0);
}
.product-zoom:hover polyline:nth-child(4) {
	-ms-transform: scale(0.9) translate3d(-2px, 2px, 0);
	-webkit-transform: scale(0.9) translate3d(-2px, 2px, 0);
	transform: scale(0.9) translate3d(-2px, 2px, 0)
}
.gallery-index {
	display: none;
	bottom: 55px;
	width: 47px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	right: 10%;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.icon-pr-fix {
	-ms-transition: transition: all 300ms linear;
	-webkit-transition: transition: all 300ms linear;
	transition: all 300ms linear
}

/* ------------------- Zoom product  ------------------------ */
#divzoom {
	position: fixed;
	display: none;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	width: 100vw;
	background: #fff;
}
#divzoom #closedivZoom {
	position: absolute;
	z-index: 1000;
	border: 2px solid #333;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
}
#divzoom #closedivZoom i:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	left: 20%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#divzoom #closedivZoom i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	right: 30%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#divzoom #closedivZoom i {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
}
.divzoom_main {
	height: calc(100vh - 40px);
}
.divzoom_main .product-thumb {
	height: 100%;
	width: 100%;
}
.divzoom_main .product-thumb img {
	max-height: 100%;
}
body.open_layer {
	overflow: hidden;
}
.list-productRelated h2 {
	text-transform: uppercase;
	margin: 10px 0 50px;
}
.list-productRelated .pro-loop .product-img button {
	width: 70%;
}
@media(min-width: 1024px) {
	.list-productRelated .pro-loop {
		width: 20%;
	}
}
.description-productdetail table {
	min-width: initial !important;
}

/* STYLE PRODUCT PAGE */
.pr_style_02 .product-image-detail {
	width: 100%;
	padding-left: 0;
	position: relative;
}
.pr_style_02 .product-gallery-item {
	margin-bottom: 10px
}
@media(min-width: 992px) {
	.pr_style_02 .product-gallery-item {
		width: 50%;
		padding-right: 5px;
		float: left;
	}
	.pr_style_02 .product-gallery-item:nth-of-type(2n) {
		padding-left: 5px;
		padding-right: 0;
	}
	.pr_style_03 button.btn-addtocart {
		width: 40%;
	}
	.pr_style_02 .product-gallery-item:nth-of-type(2n + 1) {
		clear: both;
	}
	.pr_style_03 .product-gallery__thumbs {
		position: initial;
		top: 0;
	}
	.pr_style_03 .product-content-img {
		position: -webkit-sticky;
		position: sticky;
		top: 65px;
	}
	.pr_style_03 .product-content-desc {
		position: initial;
		top: 0;
	}
}


/*
--------------------------------------------------------------------------------
COLLECTION
--------------------------------------------------------------------------------
*/
.wrap-collection-title .heading-collection {
	margin: 50px 0;
}
.wrap-collection-title .heading-collection h1 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.alert-no p,
.alert-no-filter p {
	margin: 10px 0 20px;
}

/* ---------------------------  MENU CATEGORY  --------------------------- */
.tree-menu li a {
	padding: 5px 5px 5px 0;
	color: #666;
	line-height: 26px;
	font-size: 12px;
}
.tree-menu > li > a {
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.tree-menu li.has-child ul {
	display: none;
}
.tree-menu li.has-child:first-child ul {
	display: block;
}
.tree-menu li.has-child > ul {
	padding-left: 15px;
}
.tree-menu li a .icon-control {
	font-size: 8px;
	position: relative;
	top: -2px;
}

/* ---------------------------  FILTER  --------------------------- */
.content-filter .option {
	margin-top: 30px;
}
.option .lb-filter {
	display: block;
	font-size: 15px;
	opacity: .92;
	margin-bottom: 0;
}
.custom-dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	max-width: 100%;
	overflow: hidden;
	border-radius: 0;
}
.custom-dropdown::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 13px;
	color: #000000;
	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 10px;
	border-color: transparent;
	/*border-bottom: 1px solid #000;*/
	background-color: #ff6200;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-indent: 1px;
	color: #fff;
	font-weight: bold;
}
.option .custom-dropdown {
	width: 100%;
}
.option .custom-dropdown::after {
	content: "\f103";
	font-family: FontAwesome;
	font-size: 17px;
	color: #fff;
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 1;
	font-weight: bold;
}
.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: 600;
	text-transform: uppercase;
	background: #f5f5f5;
	padding: 8px 15px;
}
.layered .layered_subtitle {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0;
	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: "\f107";
}
/*.group-filter[aria-expanded=false] .layered-content {
display: none;
height: 0;
}*/
.group-filter.opened .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: #000000;
}
.check-box-list li:hover label {
	color: #ff6200;
}
.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 0.2s;
}
.bl-filter [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
}
.bl-filter [type="checkbox"]:checked + label:after {
	opacity: 1;
}
.bl-filter label:hover:before {
	border: 1px solid #000 !important;
}


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

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

/*Sidebar Blog*/
.news-latest,
.menu-blog {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	border: 1px solid #e3e5ec;
}
.sidebarblog-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	text-align: center;
}
.sidebarblog-title h2 span {
	display: none;
}
.list-news-latest .item-article {
	border-bottom: 1px #efefef dotted;
	padding: 15px 0;
	margin: 0;
}
.list-news-latest .item-article:last-child {
	border-bottom: none;
}
.list-news-latest .item-article .post-image {
	width: 30%;
	float: left;
	position: relative;
}
.list-news-latest .item-article .post-content {
	width: 70%;
	float: left;
	padding-left: 10px;
}
.list-news-latest .item-article .post-content h3 {
	margin: 0 0 5px;
	font-size: 14px;
}
.list-news-latest .item-article .post-content span.author {
	font-size: 12px;
}


/*
--------------------------------------------------------------------------------
ABOUT - CONTACT
--------------------------------------------------------------------------------
*/
.page-contact main {
	min-height: 85vh;
}
.page-wrapper ul,
.page-wrapper ol {
	margin-bottom: 15px;
	padding-left: 40px;
}
.page-wrapper ul {
	list-style-type: initial;
}
.header-page-contact h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 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;
}
.contact-form .input-group textarea:focus {
	outline: none;
}
.box-send-contact button {
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.wrapbox-content-page-contact {
	padding: 50px;
}
.wrapbox-content-page {
	padding-bottom: 30px;
}
.sidebar-page .group-menu {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	border: 1px solid #e3e5ec;
}
.sidebar-page .page_menu_title h2,
.sidebar-page .page_menu_title .title{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	text-align: center;
      color: #ff6200;
    margin: 0 0 13px;
    font-weight: 500;
    line-height: 1.2;
}
.sidebar-page .box_image {
	margin-bottom: 30px;
}
.box_image .banner {
	position: relative;
	overflow: hidden;
}
.box_image .banner img {
	width: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.box_image .banner:hover img {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


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

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


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


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

.userbox h2 {
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 600;
}
.large_form {
	margin-bottom: 30px;
}
.icon-field {
	display: none;
}
.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
	width: 100%;
	height: 55px;
	border: 1px solid transparent;
	background: #ededed;
	color: #000000;
	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;
	}
}
#gender input[type="radio"] {
	display: none;
}
#gender input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	margin: 0 20px 0 0;
}
#gender input[type="radio"] + label:before,
input[type="radio"] + label:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#gender input[type="radio"] + label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #ff6200;
	-moz-box-shadow: inset 0 0 0 18px #efefef;
	-webkit-box-shadow: inset 0 0 0 18px #efefef;
	box-shadow: inset 0 0 0 18px #efefef;
}
#gender input[type="radio"] + label:after {
	top: 49%;
	left: 9px;
	width: 54px;
	height: 54px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.3);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
#gender input[type="radio"]:checked + label:before {
	-moz-box-shadow: inset 0 0 0 4px #efefef;
	-webkit-box-shadow: inset 0 0 0 4px #efefef;
	box-shadow: inset 0 0 0 4px #efefef;
}
#gender input[type="radio"]:checked + label:after {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-animation: ripple 1s none;
	-webkit-animation: ripple 1s none;
	animation: ripple 1s none;
}


/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {
	padding-bottom: 50px;
}
.title-infor-account {
	padding: 30px 15px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 60px;
}
.title-infor-account h1 {
	font-size: 45px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.title-infor-account h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin: 50px auto 0;
	background: #252a2b;
}
.title-detail {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom: 8px;
}
.sb-title:after {
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background: #252a2b;
}
.name_account {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	margin: 10px 0 5px
}
#customer_sidebar p {
	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;
}
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 0;
	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: 0 0 30px;
	padding: 10px;
	background-color: #fbfbfb;
}
span.variant_acc {
	font-size: 13px;
	opacity: 0.8;
}
.alert-info {
	border-radius: 0;
	margin-bottom: 0;
}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	background-color: #d9edf7;
	border-color: #bce8f1;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0 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 0 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: 10px;
	display: inline-block;
	background: #ff6200;
	color: #fff !important;
	text-transform: uppercase;
}
.add-new-address:focus {
	color: #fff;
}
.account-address .input-group-addon {
	display: none
}
.input-group {
	margin: 15px 0;
}
.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: #ff6200;
	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 0;
}
.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
--------------------------------------------------------------------------------
*/
.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;
	color: #fff;
	font-weight: 700;

}
.footer-content ul {
	margin-bottom: 15px;
}
.footer-content ul li {
	display: block;
	line-height: 28px;
	position: relative;
	padding-left: 0;
}
.footer-content ul li a {
	position: relative;
	overflow: hidden;
	color: #fff
}
.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 {
	background-size: 15px 15px !important;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}


/*
.footer-contact ul > li.contact-1 {
background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/1000096196/1001389072/14/icon_footer_1.png?v=829) no-repeat scroll 0px 12px;
}
.footer-contact ul > li.contact-2 {
background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/1000096196/1001389072/14/icon_footer_2.png?v=829) no-repeat scroll 0px center;
}
.footer-contact ul > li.contact-3 {
background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/1000096196/1001389072/14/clock.png?v=829) no-repeat scroll 0px center;
}
.footer-contact ul > li.contact-4 {
background: rgba(0, 0, 0, 0) url(//theme.hstatic.net/1000096196/1001389072/14/icon_footer_4.png?v=829) 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: 150px;
}
.footer .footer-content1 {
	margin-bottom: 20px;
}

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

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

/*---------------------- Sroll to Top -------------------*/
.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.back-to-top .btt-label-back {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	-webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
	-moz-transform: rotate(-90deg) translateX(50%) translateY(50%);
	transform: rotate(-90deg) translateX(50%) translateY(50%);
}
.back-to-top .btt-icon-back {
	position: absolute;
	bottom: 250%;
	left: 80%;
	-webkit-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0,.95,0.77,1);
	transition: transform 0.45s cubic-bezier(0,.95,0.77,1);
	will-change: transform;
}


/*
----------------------------------------------------------------------------------
MAIN SIDEBAR
----------------------------------------------------------------------------------
*/
/* ---------------------  search sidebar --------------------- */
.site-nav form.searchform,
.site-nav .main-navbar,
.cart-view {
	margin-top: 50px;
}
.site-nav form.searchform {
	position: relative;
	padding: 0;
}
form.searchform input.searchinput {
	background: #f5f5f5;
	color: #000000;
	width: 100%;
	border: none;
	height: 55px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 55px 0 20px;
	margin: 0;
	display: inline-block;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 150ms linear;
}
form.searchform .btn-search {
	width: 55px;
	height: 55px;
	line-height: 64px;
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	background: transparent;
	transition: opacity 150ms linear;
}
form.searchform .btn-search svg {
	width: 25px;
	height: 22px;
	opacity: .12;
}
form.searchform input:focus {
	background: #f7f7f7;
	outline: none;
}
/*----------------- Search auto ---------------*/
.smart-search-wrapper {
	/*position: absolute;	top:115%;*/
	width: 100%;
	background: #fff;
	z-index: 100;
	right: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.smart-search-wrapper .item-ult {
	padding: 10px 0;
	border-bottom: 1px dotted #dfe0e1;
	clear: both;
	width: 100%;
	float: left;
}
.smart-search-wrapper .item-ult .thumbs {
	width: 40px;
	display: inline-block;
	text-align: right;
}
.smart-search-wrapper .item-ult .title {
	width: calc(100% - 40px);
	padding-right: 5px;
	float: left;
	line-height: 20px;
	position: relative;
	margin-top: 0 !important;
}
.smart-search-wrapper .item-ult .title a {
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
.smart-search-wrapper .item-ult .title p {
	line-height: 15px;
	font-size: 12px;
	font-weight: 400;
	float: left;
	margin: 0;
}
.smart-search-wrapper .item-ult .title p del {
	font-size: 11px;
	margin-left: 5px;
	color: #797979;
}
.resultsMore {
	width: 100%;
	float: left;
}
.resultsMore a {
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 10px 0;
}
.dataEmpty {
	text-align: center;
	padding: 10px 0;
}
/* --------------------- cart view --------------------- */
.cart-info {
	display: inline-block;
	position: relative;
}
.cart-view table {
	width: 100%;
}
.cart-view table td.img img {
	width: 70px;
	border: 1px solid #ededed;
	margin-right: 10px;
	max-width: none;
}
.cart-view table td a.pro-title-view {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#cart-view .variant {
	font-size: 12px;
	float: left;
	width: 100%;
	margin: 5px 0 12px;
	opacity: 0.66;
	text-transform: uppercase;
}
#cart-view tr td,
.table-total tr td {
	border: none !important;
}
.cart-view .line {
	float: left;
	width: 100%;
	border-top: 2px solid #000000;
	margin: 10px 0;
}
.cart-view a.linktocheckout,
.cart-view a.linktocart {
	padding: 19px 30px;
	position: relative;
	width: 100%;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 25px;
}
table#cart-view tr {
	border-bottom: 1px dotted #bcbcbc;
}
table#cart-view tr td {
	border-top: 0;
}
table#cart-view tr td {
	border: none;
}
#cart-view tr td:not(.img) {
	padding: 25px 20px 25px 0;
	position: relative;
}
.remove-cart {
	position: absolute;
	right: 10px;
}
span.pro-quantity-view {
	position: relative;
	vertical-align: top;
	padding-right: 15px;
	display: inline-block;
	margin-right: 10px;
}
span.pro-quantity-view {
	float: left;
	width: auto;
	background: #ededed;
	text-align: center;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1;
	margin-right: 12px;
}
span.pro-price-view {
	display: block;
	text-align: center;
	float: left;
	line-height: 26px;
	font-weight: 500;
	opacity: 0.7;
}
#cart-view tr:last-child {
	border: none;
}

/* ---------------------  menu  --------------------- */
.menu-collection {
	margin-bottom: 50px;
}
.menu-collection li.navi1 {
	margin-bottom: 5px
}
.menu-collection li.navi1 span.icon-subnav {
	text-align: center;
	width: 40px;
	cursor: pointer;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.menu-collection ul.submenu {
	display: none;
}
.menu-collection li a {
	display: inline-block;
	width: calc(100% - 45px);
	vertical-align: middle;
}
.menu-collection li.navi1 > a {
	font-weight: 600;
	font-size: 18px;
}
.menu-collection ul.subnav-children li.navi2 > a {
	padding: 8px 0 8px 25px;
	font-size: 16px;
	font-weight: 600;
}
.menu-collection ul.subnav-children ul.subnav-child li a {
	padding: 8px 0 8px 45px;
}
.menu-collection li.active > span.icon-subnav {
	color: #ff6200;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.menu-about li {
	margin-bottom: 12px;
}
.menu-about li a {
	font-weight: 500;
	font-size: 15px;
}
.menu-about li.login {
	margin-top: 50px;
}
.to-bottom-content {
	position: absolute;
	bottom: 60px;
	left: 70px;
}
.to-bottom-content .site-copyright p {
	font-size: 12px;
	opacity: .66;
	margin: 0;
}

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

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

#site-cart {
	display: none
}
#site-nav--mobile.show-cart #site-cart {
	display: block
}
#site-nav--mobile.show-cart #site-filters,
#site-nav--mobile.show-cart #site-navigation,
#site-nav--mobile.show-cart #site-search {
	display: none
}
.site-close-handle {
	position: absolute;
	top: 55px;
	right: 60px;
	width: 35px;
	height: 35px;
	z-index: 999;
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	-ms-transition: transform 150ms linear;
	-webkit-transition: transform 150ms linear;
	transition: transform 150ms linear;
}
.site-close-handle .hamburger-menu .bar.animate {
	background: transparent;
}
.site-close-handle .hamburger-menu .bar.animate:before {
	bottom: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site-close-handle .hamburger-menu .bar.animate:after {
	top: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1)
		, transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site-close-handle:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.site-overlay {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 7777;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms linear;
}
.menu-about li.login span:first-child {
	margin-right: 4px;
	vertical-align: -5px;
}
.menu-about li.login span svg {
	fill: #252a2b;
	width: 20px;
	height: 20px;
}
/*--------------------- menu active ---------------------*/
.site-overlay.active {
	opacity: 1;
	visibility: visible;
}
.main-body.sidebar-move {
	right: 480px;
}
.site-nav.style--sidebar.active {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@media(min-width: 992px) {
	.main-body.sidebar-move .box__slideshow-split:not(.back-to-normal) .site-box-background-container {
		transform: translateX(-480px);
	}
}
@media(max-width: 767px) {
	/* Header */
	.header-wrap-icon > span {
		display: inline-block !important;
	}
	.site-nav.style--sidebar {
		width: 320px;
	}
	.main-body.sidebar-move {
		right: 320px;
	}
	.site-nav.style--sidebar .site-nav-container {
		width: 100%
	}
	.site-nav.style--sidebar .site-nav-container-last {
		padding-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-close-handle {
		top: 35px;
		right: 30px;
	}
	.to-bottom-content {
		left: 30px
	}
	/* site cart */
	.cart-view a.linktocheckout,
	.cart-view a.linktocart {
		font-size: 11px;
		padding: 15px 8px;
	}
	/* site menu */
	.menu-collection li.navi1 > a {
		font-size: 20px;
	}
	.menu-collection ul.subnav-children li.navi2 > a {
		font-size: 16px;
	}
}
/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
	right: 12px !important;
}
.addThis_listSharing {
	position: fixed;
	bottom: 85px;
	z-index: 999;
	right: -15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.addThis_listSharing.is-show {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.addThis_listing .addThis_item {
	margin-bottom: 5px;
	margin-right: 24px;
}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;
	top: 4px;
	right: 55px;
	z-index: 9;
	height: 32px;
	line-height: 26px;
	padding: 3px 10px;
	width: auto;
	border-radius: 5px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 1);
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
	text-decoration: none;
	opacity: .9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
		, 0 4px 15px rgba(0, 0, 0, 0.13);
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}
.actionToolbar_mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	height: 45px;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	padding: 5px 10px;
}
.actionToolbar_mobile ul.actionToolbar_listing {
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.actionToolbar_mobile ul.actionToolbar_listing li {
	width: 20%;
	float: left;
}
.actionToolbar_mobile ul.actionToolbar_listing li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}
.actionToolbar_mobile ul.actionToolbar_listing li a svg {
	fill: #696969;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}
.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
	/*margin-top: -25px;*/
	display: inline-block;
	vertical-align: top;
}
.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
	;
	/*width:44px;height:44px;*/
}
/* modal- center */
.modal-addThis {
	background: rgba(3, 17, 27, 0.7);
	-webkit-transition: opacity 0.35s linear;
	-o-transition: opacity 0.35s linear;
	transition: opacity 0.35s linear;
}
.modal-addThis.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-addThis .modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-addThis .modal-dialog-centered .modal-content {
	width: 100%;
}
.modal-addThis .modal-dialog-centered {
	margin: 1.75rem auto;
	min-height: calc(100% -(1.75rem * 2));
}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.modal-addThis.fade.in .modal-dialog-centered {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.modal-addThis .modal-dialog-centered .modal-content {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	#sliderproduct:not(.flickity-enabled) {
		display: flex;
	}
	#sliderproduct:not(.flickity-enabled) li:nth-child(n + 2) {
		display: none;
	}
	.modal-addThis .modal-dialog-centered {
		margin: 2.5rem 1.5rem;
		min-height: calc(100% -(2.5rem * 2));
	}
}
.modal-backdrop.in {
	display: none;
	opacity: 0 !important;
}
/* modal-succes */
.modal-succes .modal-body .modal-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.modal-succes .modal-body p:not(.modal-title) {
	font-size: 15px;
	margin: 10px 0 5px
}
.modal-succes .modal-body .txtloading {
	color: #aaa;
	font-size: 13.5px;
}
@keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	5% {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	12% {
		-webkit-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-o-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	100% {
		-webkit-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-o-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}
@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}
@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}
.modal-icon.sweet-alert {
	padding-top: 15px;
}
.animateSuccessTip {
	animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
	animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
	animation: rotatePlaceholder 4.25s ease-in;
}
.sweet-alert .sa-icon.sa-success {
	width: 80px;
	height: 80px;
	border: 4px solid #4cae4c;
	border-radius: 50%;
	margin: 20px auto 0;
	position: relative;
	box-sizing: content-box
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
	content: '';
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.sweet-alert .sa-icon.sa-success::before {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	-moz-transform-origin: 60px 60px;
	-o-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}
.sweet-alert .sa-icon.sa-success::after {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	-moz-transform-origin: 0 60px;
	-o-transform-origin: 0 60px;
	transform-origin: 0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(92, 184, 92, 0.2);
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}
.sweet-alert .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #5cb85c;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.modal-contactform .modal-header .close {
	margin-top: -10px;
	opacity: 0.5;
	font-size: 26px;
	width: 30px;
	margin-right: -8px;
}
.modal-contactform .content_popupform .input-group {
	width: 100%;
	margin: 0 0 15px;
}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 40px;
	font-weight: 500;
	padding: 5px 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.modal-contactform .content_popupform .input-group textarea {
	resize: none;
	height: 80px;
}
/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 9999;
	width: 65px;
	height: 65px;
	padding: 8px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {
	box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}
.harafunnel-mb a {
	display: block;
}
.harafunnel-mb a svg {
	width: 100%;
	height: 100%;
}

@media(min-width: 992px) {
	.modal-addThis.modal-contactform .modal-dialog {
		width: 600px;
	}
	.modal-addThis.modal-succes .modal-dialog {
		width: 450px;
	}
}
@media(max-width: 767px) {
	.mainfooter-toolbar {
		margin-bottom: 50px;
	}
	.mainfooter-product {
		margin-bottom: 60px;
	}
	.actionToolbar_product {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.product-action-bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 700;
		background: #fff;
		display: block;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		padding: 8px 10px;
		-webkit-transition: padding 0.3s ease;
		transition: padding 0.3s ease;
	}
	.layoutProduct_scroll.scroll-down .actionToolbar_product {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.layoutProduct_scroll.scroll-down .product-action-bottom {
		padding-bottom: 60px;
	}
}


/*
---------------------------------------------------------------------------------
RESPONSIVE
---------------------------------------------------------------------------------
*/
@media(min-width: 768px) {
	table.table-cart tr td.remove {
		position: absolute;
		right: 15px;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	/*account*/
	.wrapbox-content-account {
		padding: 100px 60px;
	}
	.wrapbox-heading-account .header-page {
		width: 80%;
	}
}
@media(min-width: 992px) {
	.wrapbox-heading-account {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		border-right: 1px solid #ededed;
		height: 100vh;
		padding: 0;
	}
	.wrapbox-heading-account .header-page {
		padding-bottom: 70px;
	}
	.box-heading-contact {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		border-right: 1px solid #ededed;
		height: 100vh;
		padding: 0;
	}
	.box-map iframe {
		height: 100vh !important
	}
	.wrapper-home-information .row-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.wrap-pd-infor .container-background {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		transition: background 200ms linear;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.wrap-pd-infor .container-background img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		font-family: "object-fit: cover";
		-ms-transition: opacity 150ms linear;
		-webkit-transition: opacity 150ms linear;
		transition: opacity 150ms linear;
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	/* HEADER */
	.main-header {
		padding: 0 60px;
	}
	#topbar {
		padding: 0 50px;
	}
	.header-mid {
		padding: 0 0 10px;
	}
	.col-header-mid .wrap-logo img {
		transform: translateY(-5px);
	}
	.wrap-pd-infor .inf-content {
		padding: 130px 20px;
		max-width: 80%;
		margin: auto;
	}
	/**** COLLECTION ****/
	.sidebar-fix {
		position: -webkit-sticky;
		position: sticky;
		top: 50px;
		margin-top: 50px;
	}
	/**** PRODUCT DETAIL ****/
	.icon-pr-fix.out-with-you {
		opacity: 0;
	}
	.product-content-desc {
		position: -webkit-sticky;
		position: sticky;
		top: 65px;
	}
	/**** BLOG ****/
	.list-article-content .news-content {
		height: 50vh;
	}
	/**** FOOTER ****/
	.top-footer .area_newsletter {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 0;
	}
	.top-footer .area_newsletter .title_newsletter {
		width: 32%;
		border-right: 1px solid #e7e7e7;
		margin-right: 20px;
		margin-bottom: 0;
	}
}
@media(min-width: 1200px) {
	.wrapbox-content-account {
		padding: 100px;
	}
	.wrapbox-heading-account .header-page {
		width: 60%;
	}
	.block-banner-category img {
		-webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
			, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.block-banner-category:hover img {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	.flex-container .column-wrap {
		padding: 57px 40px 70px;
	}
	.top-footer .area_newsletter .title_newsletter {
		width: 26%;
	}
	.wrapbox-content-cart,
	.wrapbox-content-search {
		;
		/*padding: 0 100px 30px;*/
	}
}
@media(max-width: 991px) and (min-width: 768px) {
	.wrapbox-heading-account {
		height: 50vh;
		border-bottom: 1px solid #ededed;
	}
	.wrapbox-heading-account .header-page {
		width: 80%;
		text-align: center;
		padding-bottom: 50px;
	}
	.wrapbox-heading-account .header-page:after {
		margin: 50px auto 0;
	}
	.wrapbox-content-account {
		padding: 100px 80px;
	}
	#site-menu-handle {
		padding-right: 80px;
		display: inline-block !important;
	}
	span#site-menu-handle:after {
		font-size: 13px;
		display: inline-block;
		content: "Menu";
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top: 0;
		opacity: 0.6;
	}
	.box-heading-contact {
		height: 50vh;
		border-bottom: 1px solid #ededed;
	}
	.box-map iframe {
		height: 50vh !important
	}
	/* HEADER */
	.main-header {
		padding: 0 15px;
	}
	/* INDEX */
	.caption_banner h2 {
		font-size: 24px;
	}
	.wrap-pd-infor .inf-content {
		padding: 100px 15px;
		max-width: 80%;
		margin: auto;
	}
	.inner-content h3 {
		font-size: 14px;
	}
	.inner-content p {
		font-size: 13px;
	}
	/* COLLECTION */
	.no-product {
		text-align: center
	}
	/* PRODUCT DETAIL*/
	.icon-pr-fix {
		position: absolute;
		bottom: 25px;
	}
	.product-zoom.icon-pr-fix {
		right: 15px;
		left: initial;
		margin: 0;
	}
	.gallery-index.icon-pr-fix {
		display: none;
	}
	.divzoom_main .product-thumb {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.box__product-gallery {
		overflow: visible;
	}
	.slide_product {
		width: 100%;
		height: 100%;
	}

	.slide_product li.gallery-item {
		height: 100%;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center
	}
	.box__product-gallery.scroll .site-box-content:after {
		content: 'flickity';
		display: none;
	}
	/* BLOGS */
	.list-article-content .news-content {
		height: 50vh;
	}
	/* Footer */
	footer.footer .col-lg:nth-of-type(2n + 1) {
		clear: both;
	}
}

@media(max-width: 991px) {
	.header-wrap-icon > span.icon-account,
	.header-wrap-icon > span.icon-search {
		display: none !important
	}
	.search-bar-mobile {
		display: block;
	}
	.block .title_block {
		position: relative;
		display: inline-block;
		margin: 0 0 5px;
	}
	.block .title_block span {
		display: block;
		top: 8px;
		right: 10px;
		position: absolute;
	}
	.block .block_content {
		display: none;
	}
	.filter-default {
		padding: 0 15px;
	}
	.product-image-detail {
		width: 100%;
		padding: 0;
	}
	.flickity-page-dots {
		bottom: -55px;
		z-index: 2;
	}
	.product-title h1 {
		font-size: 26px;
		margin-top: 30px;
	}
	/* collection */
	.wrap-collection-title .heading-collection {
		margin: 0;
	}
	.wrap-collection-title .heading-collection h1 {
		font-size: 20px;
		text-align: center;
		margin: 20px 0;
	}
	.no-product {
		text-align: center
	}
	.left-module {
		margin: 20px 0 0;
	}

	.wrapper-collection-2 .index-loop-mb:nth-child(odd),
	.wrapper-collection-1 .index-loop-mb:nth-child(odd),
	#collection-body .pro-loop:nth-child(odd),
	.list-productRelated .pro-loop:nth-child(odd) {
		padding-right: 7.5px;
	}

	.wrapper-collection-2 .index-loop-mb:nth-child(even),
	.wrapper-collection-1 .index-loop-mb:nth-child(even),
	#collection-body .pro-loop:nth-child(even),
	.list-productRelated .pro-loop:nth-child(even) {
		padding-left: 7.5px;
	}

	.wrapper-collection-2 .content-hasbanner .index-loop-mb:nth-child(even),
	.wrapper-collection-1 .content-hasbanner .index-loop-mb:nth-child(even) {
		padding-left: 15px;
		padding-right: 7.5px;
	}

	.wrapper-collection-2 .content-hasbanner .index-loop-mb:nth-child(odd),
	.wrapper-collection-1 .content-hasbanner .index-loop-mb:nth-child(odd) {
		padding-left: 7.5px;
		padding-right: 15px;
	}

	.wrapper-collection-2 .pro-loop-banner,
	.wrapper-collection-1 .pro-loop-banner {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	/* Blog Article */
	.blog-loop:nth-of-type(2n + 1) {
		clear: both;
	}
	.sidebar-blog .layered,
	.sidebar-page .layered {
		display: none;
	}
}
@media(max-width: 767px) {
	.wrapbox-heading-account {
		padding: 30px 15px;
		border-bottom: 1px solid #ededed;
	}
	.wrapbox-heading-account .header-page {
		text-align: center;
	}
	.wrapbox-heading-account .header-page h1 {
		font-size: 34px;
	}
	.wrapbox-heading-account .header-page:after {
		margin: 20px auto 0;
	}
	.wrapbox-content-account {
		padding: 60px 15px;
	}
	.heading-page {
		position: relative;
		text-align: center;
		padding: 0 0 30px;
	}
	.heading-page:after {
		content: "";
		background: #252a2b;
		display: block;
		width: 60px;
		height: 4px;
		margin: 25px auto 0;
	}
	.heading-page h1 {
		font-size: 30px;
		margin: 0;
	}
	.wrapbox-content-page-contact {
		padding: 40px 15px;
	}
	/*header*/
	#topbar p {
		padding: 4px 0;
		text-align: center;
	}
	.main-header .wrap-logo {
		text-align: center
	}
	.main-header .wrap-logo a {
		font-size: 20px;
	}
	.main-header {
		padding: 10px 12px;
	}
	.header-wrap-icon > span {
		margin: 0 5px;
		display: inline-block !important;
	}
	.wrap-logo img {
		max-width: 90px;
	}
	.scroll-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 999;
		-webkit-animation: fadeInDown 500ms ease-in-out;
		-moz-animation: fadeInDown 500ms ease-in-out;
		-ms-animation: fadeInDown 500ms ease-in-out;
		animation: fadeInDown 500ms ease-in-out;
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-ms-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
	}
	/* index */
	.list-slider-banner .slick-arrow.slick-prev {
		left: 15px;
	}
	.list-slider-banner .slick-arrow.slick-next {
		right: 15px;
	}
	.wrapper-heading-home h2 {
		font-size: 28px;
	}
	.caption_banner h2 {
		font-size: 26px;
	}
	.wrap-collection-title h2,
	.wrap-collection-title .link-more {
		font-size: 24px;
	}
	.wrap-collection-title.image-resize {
		padding-top: 0;
	}
	.wrap-pd-infor .inf-content {
		padding: 70px 15px;
		max-width: 100%;
		margin: auto;
	}
	.section-support .flex-container {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-container .column-wrap {
		width: 50%;
		padding: 30px 10px 45px;
	}
	.inner-content h3 {
		font-size: 13px;
	}
	.inner-content p {
		font-size: 13px;
	}
	.column-wrap:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #f3f2f2
	}
	.column-wrap:nth-child(4) {
		border-top: 1px solid #f3f2f2
	}
	.wrapbox-shadow .parallax-img {
		margin: 0;
	}
	.wrapbox-detail {
		padding: 130px 0 0;
	}
	section.section-featured {
		padding: 81px 0 60px;
	}
	.wrap-pd-infor .inf-content h2 {
		font-size: 25px;
	}
	.wrapbox-shadow h2 {
		font-size: 90px;
	}
	/* product detail*/
	.product-image-detail {
		border-bottom: 1px solid #ededed;
	}
	.icon-pr-fix {
		position: absolute;
		bottom: 25px;
	}
	.product-sharing.icon-pr-fix {
		left: 15px;
	}
	.product-zoom.icon-pr-fix {
		right: 15px;
		left: initial;
		margin: 0;
	}
	.gallery-index.icon-pr-fix {
		display: none;
	}
	.divzoom_main .product-thumb {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.box__product-gallery {
		overflow: visible;
	}
	.slide_product {
		width: 100%;
		height: 100%;
	}
	.slide_product li.gallery-item {
		height: 100%;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.box__product-gallery.scroll .site-box-content:after {
		content: 'flickity';
		display: none;
	}
	.slide_product li.gallery-item img {
		width: 100%;
	}
	.slide_product .flickity-page-dots {
		bottom: -45px;
		z-index: 99;
	}
	.input-bottom {
		width: 54px;
		float: left;
		margin-right: 15px;
	}
	.input-bottom input {
		width: 54px;
		height: 45px;
		border: 1px solid #d1d1d1;
		text-align: center;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.add-cart-bottom {
		font-weight: 600;
		height: 45px;
		width: calc(100% - 70px);
		border-radius: 4px;
		float: left
	}
	.list-productRelated .pro-loop-title .product-resize,
	.list-productRelated .pro-loop-title .wrap-collection-title.image-resize {
		height: initial !important
	}
	.list-productRelated .wrap-collection-title.image-resize {
		padding-bottom: 45px;
	}
	.list-productRelated .wrap-collection-title .block-pding:after {
		content: "";
		display: block;
		width: 50px;
		height: 4px;
		margin: 30px auto auto;
		background: #252a2b;
	}
	/******* blog -article *******/
	.list-article-content .news-content {
		min-height: 250px;
		height: 50vh;
	}
	.article-body h2.title-article {
		font-size: 24px;
	}
	.sidebarblog-title h2 {
		text-align: center;
		margin-bottom: 10px;
	}
	.sidebarblog-title h2 span {
		display: inline-block;
	}
	.blog-posts .blog-post .blog-post-thumbnail {
		margin-bottom: 20px;
	}
	/******* ABOUT-CONTACT *******/
	.box-heading-contact {
		padding: 0;
	}
	.header-page-contact h1 {
		font-size: 35px;
	}
	.box-send-contact h2 {
		font-size: 20px
	}
	.box-map iframe {
		height: 50vh !important
	}
	/* CART PAGE */
	table.table-cart thead tr {
		display: none;
	}
	table.table-cart tr td {
		border: 0;
		padding: 0 5px;
	}
	table.table-cart tbody > tr {
		background: #ffffff;
		padding: 20px 0;
		display: block;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		border-bottom: 1px solid #e8e8e8;
		position: relative;
		margin-bottom: 10px;
	}
	table.table-cart tr td.image {
		width: 80px;
		float: left;
	}
	table.table-cart tr td.image img {
		max-width: 70px;
		background: #fff
	}
	table.table-cart tr td.item {
		width: calc(100% - 80px);
		float: left;
		padding-left: 5px;
	}
	table.table-cart tr td.item h3 {
		margin: 0 0 5px;
		display: block;
		padding-right: 20px;
	}
	table.table-cart tr td.qty {
		padding: 0;
		float: right;
		margin-right: 8px;
		text-align: right;
		position: absolute;
		right: 0;
		bottom: 35%;
	}
	table.table-cart tr td.item .price {
		width: 100%;
		float: left;
		text-align: left;
		margin: 15px 0;
	}
	table.table-cart tr td.item .price del {
		margin-top: 2px;
	}
	table.table-cart tr td.item .price span.text {
		display: inline-block;
		font-size: 12px;
	}
	table.table-cart tr td.remove a {
		position: absolute;
		top: 22px;
		right: 0;
	}
	table.table-cart tbody > tr:last-child,
	table.table-cart tr:last-child td {
		border: none;
	}
	.checkout-note textarea {
		margin-bottom: 40px;
	}
	.cart-buttons .btn-checkout,
	.cart-buttons a,
	.cart-buttons .btn-update {
		font-size: 10px;
		margin: 0;
		padding: 15px 8px;
	}
	/* 	ACCOUNT */
	.title-infor-account h1 {
		font-size: 30px;
	}
	.title-infor-account h1:after {
		margin-top: 32px;
	}
	.AccountSidebar {
		margin-bottom: 40px;
	}
	.table-responsive {
		padding: 0 8px;
	}
	/* footer*/
	.main-footer {
		padding: 20px 0;
	}
	.footer .collapse {
		display: none;
		visibility: hidden;
	}
	.footer .collapse.in {
		display: block;
		visibility: visible;
	}
	.main-footer .footer-content {
		display: none;
	}

	.main-footer .footer-title {
		line-height: 20px;
		position: relative;
		font-size: 14px;
		margin: 0;
		padding: 10px 0;
	}
	.main-footer h4.footer-title:before {}
	.main-footer h4.footer-title.active:before {
		content: "\f106";
	}
	.main-footer .col-lg:last-child .footer-col {
		border-bottom: none;
	}
	.breadcrumb-shop .breadcrumb-arrows li {
		font-size: 10px;
	}
}
/* Animation Scroll */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}


/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
	background: rgba(3, 17, 27, 0.7);
	-webkit-transition: opacity 0.35s linear;
	-o-transition: opacity 0.35s linear;
	transition: opacity 0.35s linear;
}
.modal-productApp.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-productApp .modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-productApp .modal-dialog-centered .modal-content {
	width: 100%;
}
.modal-productApp .modal-dialog-centered {
	margin: 1.75rem auto;
	min-height: calc(100% -(1.75rem * 2));
}
.modal-productApp.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.modal-productApp.fade.in .modal-dialog-centered {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.modal-productApp .modal-dialog-centered .modal-content {
	margin-bottom: 50px;
}

.modal-productApp .modal-footer {
	padding: 15px;
	text-align: center;
}
.modal-productApp .modal-footer .button {
	margin: 0 5px;
}
.modal-productApp .modal-header {
	padding: 15px 20px;
}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
	margin: 0;
	font-weight: bold;
	font-size: 22px;
	padding: 0 30px 0 0;
}
.modal-productApp .modal-header .combo-title {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
}
.modal-productApp .modal-header .close-modal-app {
	display: inline-block;
	position: absolute;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #333;
	right: 13px;
	top: 9px;
	z-index: 9;
	opacity: 1;
	margin: 0;
}
.modal-productApp .modal-header .close-modal-app svg {
	display: inline-block;
	fill: currentColor;
	position: relative;
	width: 12px;
	line-height: 30px;
	margin-top: -2px;
}

#combo-program {
	max-height: 400px;
	overflow: auto;
}
#combo-program .combo-title b {
	color: #ff0707;
}
#combo-program .combo-w {
	border: 0;
	margin-bottom: 0;
	padding: 0 10px 0 40px;
	position: relative;
}
#combo-program .combo-w:after {
	content: '\2714\fe0e';
	font-size: 16px;
	position: absolute;
	top: calc(50% - 11px);
	left: 11px;
	color: #ff6200;
	opacity: 0;
}
#combo-program .combo-w:before {
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	position: absolute;
	top: calc(50% - 10px);
	left: 7px;
}
#combo-program .combo-w.checked:after {
	opacity: 1;
}
#combo-program .combo-w.checked:before {
	border: 1px solid#ff6200;
}
#combo-program table tr {
	margin-bottom: 3px;
}
#combo-program table tr:first-child td {
	border-top: 0;
}
#combo-program table label {
	font-weight: normal;
	font-size: 13px;
	display: block;
	border: none;
	padding: 2px 5px;
	cursor: pointer;
}
#combo-program table label:after {
	content: "";
	display: table;
	clear: both;
}
#combo-program table label img {
	display: inline-block;
	width: 85px;
	float: left;
}
#combo-program table label p {
	display: inline-block;
	width: calc(100% - 85px);
	float: left;
	margin-bottom: 0;
	padding-left: 15px;
}
#combo-program table label .discount-promotion-price b {
	color: #fa0303;
}
#combo-program table label .discount-promotion-price del {
	margin-left: 5px;
}
#combo-program table input {
	display: none;
}
#combo-program table input:checked + label {
	color: #000;
	background: #fff8f8;
}
#buyxgety-program {
	margin: 20px 0;
	border: 2px dotted#ff6200;
	padding: 10px;
	position: relative;
	min-height: 100px;
	z-index: 0;
}
#buyxgety-program .buyxgety-heading {
	padding: 5px 60px 5px 10px;
	position: relative;
}
#buyxgety-program .buyxgety-heading h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 4px;
}
#buyxgety-program .buyxgety-heading:after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	right: 10px;
	top: 6px;
	background-image: url('https://file.hstatic.net/1000308580/file/icon-gifbox_21127e78739a40a28f058e5e123d41b1.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#buyxgety-program .modal-body {
	padding: 15px 30px;
}
.buyxgety_item {
	display: -webkit-flex;
	display: flex;
	padding: 5px 10px 10px;
}
.buyxgety_item .buyxgety_checkbox {
	width: 35px;
	float: left;
	padding-top: 7px;
}
.buyxgety_item .buyxgety_image {
	width: 60px;
	float: right;
}
.buyxgety_item .buyxgety_item_title {
	width: calc(100% - 95px);
	float: right;
	padding-left: 15px;
}
.buyxgety_item .buyxgety_list_variant select {
	font-size: 94%;
	font-style: italic;
	min-width: 110px;
	outline: none;
	padding: 1px 15px 2px;
	margin: 2px 0 5px;
}
.buyxgety_item .buyxgety_checkbox input[type=radio] {
	cursor: pointer;
	width: 15px;
	height: 15px;
}

.pro-loop .product-img .product_gift_label {
	width: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.product-loop-special .product-col-left {
	position: relative;
}
.product-loop-special .product-col-left .product_gift_label {
	position: absolute;
	width: 50px;
	top: 15px;
	z-index: 2;
	left: 20px;
}
button.btn-product-gift {
	width: 100%;
	padding: 14px 35px;
	font-size: 16px;
}
table.table-cart tr td.item .ico-gift {
	display: inline-block;
	width: 16px;
	vertical-align: text-bottom;
	margin-left: 10px;
}
@media(max-width: 767px) {
	.modal-productApp .modal-dialog-centered {
		margin: 2.5rem 1.5rem;
		min-height: calc(100% -(2.5rem * 2));
	}
	.modal-productApp .modal-header {
		padding-left: 15px;
	}
	.modal-productApp .modal-header .name-combo,
	.modal-productApp .modal-header .modal-title {
		font-size: 18px;
	}
	.modal-productApp .modal-footer .button {
		width: 100%;
		margin: 0;
	}
	.modal-productApp .modal-footer .button + .button.discount-promotion-btn {
		margin-top: 15px;
	}
}
#nav .main-nav .menu-item-9 .sub_menu .sub_menu,
#nav .main-nav .menu-item-8 .sub_menu .sub_menu {
	left: auto !important;
	right: 100%;
	transform-origin: 100% 0;
	width: max-content;
}
#nav .main-nav .menu-item-9 .sub_menu > li:first-child > .sub_menu {
	display: flex;
	flex-wrap: wrap;
	width: 488px;
}
#nav .main-nav .menu-item-9 .sub_menu > li:first-child > .sub_menu > li {
	flex: 0 0 50%;
}
#nav .main-nav .menu-item-9 .sub_menu > li i,
#nav .main-nav .menu-item-8 .sub_menu > li i {
	float: left;
	transform: rotate(180deg);
	margin: 4px 10px 0 0;
}
#map {
	height: 100%;
}
.product-loop-review,
.product-loop-review .hrv-product-reviews-star,
.d-flex-center {
	display: flex;
	align-items: center;
}
.hrv-product-reviews-star i {
	font-size: 14px;
	color: #fbd61f !important;
}
#dvRating i {
	color: #fbd61f !important;
}
.product-loop-review p {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}
.product-loop-review .hrv-product-reviews-star {
	margin-right: 5px;
}
.menu-collection ul.subnav-children ul.subnav-child-2 li a {
	padding: 8px 0 8px 60px;
}
.menu-item-3.thuong-hieu > ul,
.menu-item-6.kieu-dang > ul {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
}
.menu-item-6.kieu-dang > ul {
	width: 500px;
}
.menu-item-3.thuong-hieu > ul > li,
.menu-item-6.kieu-dang > ul > li {
	flex: 0 0 50%;
}

.icon-facebook-fix {
	width: 44px;
	height: 44px;
	background-color: #0A7CFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 44px
}
.icon-facebook-fix svg {
	width: 30px;
}

.owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	font-size: 20px;
}
.owl-next {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 20px;
}
@media (max-width: 767px) {
	#sliderproduct .flickity-page-dots {
		display: none
	}
	.product__images-owl {
		margin-top: 8px
	}
}
.blog-content .row {
	margin: 0;
}
.blog-content .blog-post img {
	height: 250px;
}
/**/
.item_store a {
	background-image: linear-gradient(#ff6200, #ff6200);
}
.item_store a img {
	filter: invert(100%);
}
.question_cus input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

/* Accordion styles */
.question_cus .tabs {
	overflow: hidden;
	/*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}
.question_cus .tab {
	width: 100%;
	color: #777;
	overflow: hidden;
}
.question_cus .tab-label {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	margin-bottom: 0;
	/*background: #2c3e50;*/
	font-weight: bold;
	cursor: pointer;
	border-top: 1px solid #ddd;
	font-size: 15px;
	/* Icon */
}
.question_cus .tab-label:hover,
.question_cus .tab-label:hover::after {
	/*background: #1a252f;*/
	color: #000000;
}
.question_cus .tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1.5em;
	text-align: center;
	transition: all 0.35s;
	transform: rotate(90deg);
	color: #777;
}
.question_cus .tab-label span {
	padding-left: 25px;
}
.question_cus .tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #000000;
	background: white;
	transition: all 0.35s;
	text-align: left;
	font-weight: 500;
}


/*
.question_cus .tab-close {
display: flex;
justify-content: flex-end;
padding: 1em;
font-size: 0.75em;
background: #2c3e50;
cursor: pointer;
}
.question_cus .tab-close:hover {
background: #1a252f;
}
.question_cus input:checked + .tab-label {
background: #1a252f;
}
*/
.question_cus .tab-open input:checked + .tab-label {
	color: #ff6200;
	border-top: 1px solid#ff6200;
	background: rgba(0, 0, 0, 0.03);
	font-weight: 600;
}
.question_cus .tab-open input:checked + .tab-label::after {
	transform: rotate(-90deg);
	color: #ff6200;
}
.question_cus .tab-open input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em;
}
.question_cus .question_title {
	text-align: center;
}
.question_cus .question_title h3 {
	font-size: 18px;
	font-weight: 600;
}
.question_cus {
	padding: 50px 0;
}

@media(max-width: 480px) {
	li.item_store a {
		width: 35px;
		height: 35px;
		margin: auto;
		border-radius: 50%;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	li.item_store a img {
		width: 22px !important;
	}
	.question_cus {
		padding: 20px 0;
	}
}

.collection__description {
	margin: 30px 0 0
}
#home-partner .owl-controls {
	margin-top: 15px;
}
@media (min-width: 1024px) {
	header .header-mid > div.col-header-mid {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1 !important;
		display: flex !important;
		justify-content: center;
		// flex-direction: column;
		align-items: center;
	}
}
#nav .main-nav li:hover > .sub_menu {
	top: auto;
}
@media (max-width: 991px) {
	.main-header .wrap-logo {
		flex: 1;
		display: flex;
		justify-content: center;
		transform: translateX(37%);
	}
	.wrapper-home-banner .home-banner-pd:nth-child(2n + 1) {
		clear: both;
	}
	.main-header .wrap-logo.hide {
		display: block !important;
	}
	.header-mid {
		justify-content: center;
	}
}
@media (min-width: 991px) {
	.new-gallery-left {
		position: sticky;
		top: 75px;
	}
}
@media (max-width: 991px) {
	.topbar-hotline ul li a {
		padding: 0 5px;
	}
	.topbar-hotline .phone-num {
		text-align: left;
		margin-left: 5px;
	}
	.topbar-hotline span.text-phone {
		letter-spacing: 0;
		font-size: 12px;
	}
	html,
	body {
		overflow-x: hidden;
	}
}
#nav .main-nav > ul > li ul li {
	position: relative;
}
#nav .main-nav > ul > li ul li > ul {
	top: 0 !important;
}

/*Mai (06/06/2022)*/
.short_desc {
	height: 100px;
	overflow: hidden;
}
.collection__description.see_more_tab .short_desc {
	height: auto;
}
.collection__description.see_more_tab .bg-gradient {
	display: none;
}
.bg-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 30px;
	left: 0;
	background: linear-gradient(to top, #fff, rgba(255,255,255,.5));
}
.btn_more {
	padding-top: 10px;
	text-align: center;
	font-weight: 600;
	color: #0e56bd;
}


.variantColor li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	vertical-align: bottom;
}
.variantColor li label {
	display: block;
	margin: 0 0 5px;
	background: #fff;
	width: max-content;
	padding: 0;
	height: 30px;
	line-height: 30px;
	position: relative;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	width: 60px;
	height: 40px;
	// border-radius: 50%;
	overflow: hidden;
}

.variantColor li label span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #dfe0e1;
}
.variantColor li label.sd {
	border: 1px solid #000;
	color: #fff;
}
/* ------------------- Setting varian màu sắc -------------------- */




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}




.variantColor li label.
span {
	background: 
	!important;
}


.center-footer {
	padding: 20px 0;
	background: #ff6200;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}
@media (max-width: 767px) {
	.center-footer span {
		display: block;
	}
}
#nav .main-nav > ul > li.trong-kinh > a:hover:before {
	opacity: 0 !important;
}
#nav .mega-menu .col-mega-menu.menumm-big li .submega3 {
	display: none;
	position: absolute;
	left: 80%;
	min-width: 200px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 39px 0 rgb(0 0 0 / 10%);
	padding: 10px 10px 10px 25px;
	width: max-content;
}
#nav .mega-menu .col-mega-menu.menumm-big li:hover .submega3 {
	display: block;
}
#nav .main-nav > ul > li.thuong-hieu ul li {
	flex: 0 0 50%;
	width: 50%;
}
@media (max-width: 767px) {
	.copyright p,
	.copyright p a {
		font-size: 15px;
		text-align: center;
	}
}

.flip-clock-wrapper ul li {
	background: #000;
}
.product-img .over-detail {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.3s all;
}
.pro-loop:hover .product-img .over-detail {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	transition: 0.3s all;
}
.product-img .over-detail:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
}
.product-img .over-detail a {
	color: white;
	border: 2px solid white;
	padding: 10px 30px;
	text-transform: uppercase;
	position: relative;
}

.pro-loop .product-img .over-detail {
	display: none !important;
}
// .pro-loop:hover .product-img picture img {transform: scale(1.3);}

.pro-loop .product-img picture img {
	transition: all 0.7s ease-out;
}
.option .custom-dropdown .custom-dropdown__select option {
	background: #fff;
	color: #000;
}
#home-articlesbaochi .article-img img {
	width: 100%;
	height: auto;
}
.search-list-results.row {
	display: flex;
	flex-flow: row wrap;
}
#nav .mega-menu .item-mega-menu h3 a {
	color: #ff6200 !important;
	font-weight: bold !important;
}
li.menu-item-5.gong-kinh-can ul.col-mega-menu {
	column-count: 2;
}
ul.sub_menu.sub_menu_2 {
	min-width: 200px;
}
.motangan p{
	margin-bottom: 5px;
}
.motangan ul li {
	margin-bottom: 5px !important;
}
.collection-page-all .block .block_content .group-filter .layered-content {
	display:none;
}
.collection-page-all .block .block_content .group-filter.opened .layered-content {
	display:block;
}
@media (min-width: 992px) {
	.wrap-filter .left-module {overflow: unset;}
	.wrap-filter .group-filter {position: relative;}
	.wrap-filter .block .block_content {overflow: unset;}

}

.wrap-filter .layered-content {
	position: absolute;
	width: 100%;
	background: white;
	top: 100%;
	margin-top: 0!important;
	padding: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transform: translateY(30px);
	transition: .2s all;
}

.block .block_content .group-filter.opened .layered-content {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	transform: translateY(0);
	transition: .2s all;
}
@media (min-width: 992px) {
	.block .block_content .group-filter.opened .layered_subtitle span.icon-control {
		transform: translateX(-50%) rotate(180deg);
	}
}
@media (max-width: 991px) {
	.wrap-collection-title .heading-collection > div .block .block_content{
		overflow: unset !important;
	}
	.wrap-filter .group-filter {
		position: relative;
	}
	.wrap-filter .layered-content {
		top: 60px;
	}

	.block .block_content .group-filter.opened .layered-content {

		position: unset;
		top: 50px;
	}
}

@media (max-width: 992px) {
	.product-detail-main {
		margin-bottom: 0;
	}
	.motasanpham {margin-top: 0;}
}

.flexsocial2{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;  
	flex-wrap:wrap;
	justify-content: flex-start;
	padding: 0 0px 0 0;
	background: #e8e8e8;
}
.flexsocial2 > div{
	width:auto;margin-right:10px;
	text-align:left;
}
.flexsocial2 img{
	width:auto;
	height:25px;
}

#collection {
	position: relative;

}



/*PAGE STORE*/
.page-store {padding: 30px 0;}
.page-store .page-heading h1 {margin-bottom: 20px;font-size: 30px;text-transform: uppercase;}
.page-store .page-body .section-top p {margin-bottom:2px;}
.page-store .page-body .section-top ul {
	margin: 21px 0;
	display: flex; 
	flex-direction: column; 
	gap: 10px;
	padding-left: 21px;
	list-style: disc;
	color: #777;
}
.page-store .page-body .section-top ul li span {color:#000;}
.page-store .page-body .section-map {margin-bottom: 20px;}
.page-store .page-body .section-map h2 {font-size: 26px;margin-bottom: 20px;}
.page-store .page-body .section-map .d-flex {display: flex; flex-direction: column; gap: 28px;}
.page-store .page-body .section-map .d-flex > div {width:100%;padding-bottom: 20px;}
.page-store .page-body .section-map .col-inner .map_store {display: none;}
.page-store .page-body .section-map .col-inner .map_store.active {display: block;}
.page-store .page-body .section-map .col-inner .map_store iframe {max-width: 100%;width: 100%;}
.page-store .page-body .section-map .col-local .col-inner {
	display: flex; 
	flex-direction: column; 
	gap: 8px;
}
.page-store .page-body .section-map .col-inner .local_store {
	padding: 11px 12px;
	border-radius: 5px;
	cursor: pointer;
	background: #f1f1f1;
	width:100%;
	font-size: 16px;
}
.page-store .page-body .section-map .col-inner .local_store.active {
	background: #ff6101;
	color:#fff;
}
.page-store .page-body .section-map .col-inner .local_store p {margin-bottom:0;}
.page-store .page-body .list-faqs {font-size: 16px; }
.page-store .page-body .list-faqs .header-faqs {
	font-weight: 600;
	cursor: pointer; 
	border-top: 1px solid #ddd;
	display: block;
	padding: 12px 0 12px 40px;
	position: relative;
	color: #777;
}
.page-store .page-body .list-faqs .header-faqs span {
	position: absolute;
	height: 20px;
	width: 20px;
	top:0; 
	left:10px;
	bottom: 0; 
	margin: auto;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s; 
}
.page-store .page-body .list-faqs .header-faqs span:before {
	content: "";
	left: 0; right: 0;
	top: 0; bottom: 0; 
	margin: auto;
	position: absolute;
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-style: solid;
	border-color: currentColor;
	border-width: 0px 1.2px 1.2px 0px;
	transform: rotate(45deg);
}
.page-store .page-body .list-faqs .header-faqs.opened {
	background-color: rgba(0, 0, 0, .03);
	border-color: #ff6200;
	color: #ff6200;
	font-weight: 700;
}
.page-store .page-body .list-faqs .header-faqs.opened span {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); 
}
.page-store .page-body .list-faqs .content-faqs {
	display: none; 
	padding: 1em 2.3em;
	text-align: center;
}

@media(min-width: 992px){
	.page-store .page-body .section-map .d-flex {flex-direction: row;}
	.page-store .page-body .section-map .d-flex > div {
		width: calc((100% - 28px) /2 );
	}
}

.check-box-list li.active label:after {
	opacity: 1 !important;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
	font-weight: 700 !important;
}


.section-index-groupmenu {
  position: relative;
  top: 0;
  background: white;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 0; }
  .section-index-groupmenu .flexbox-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
  .section-index-groupmenu .cate-home {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 10px; }
  .section-index-groupmenu .cate-home .box-icon {
    display: inline-block; }
  .section-index-groupmenu .cate-home .box-icon svg {
    width: 20px;
    fill: #000; }
  .section-index-groupmenu .menulist-cate {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    //overflow: hidden;
    //overflow-x: auto;
    //padding-bottom: 7px;
    margin-bottom: 0;
  }
    .section-index-groupmenu .menulist-cate .cate-item {
      padding: 0 5px;
      -ms-flex: 1;
      flex: 1;
    }
    .section-index-groupmenu .menulist-cate .cate-item a {
      cursor: pointer;white-space: nowrap;
      font-size: 14px;
      height: 100%;
      color: #000;
      font-weight: 500;
      background: white;
      border: 1px solid #000;
      border-radius: 5px;
      text-align: center;
      padding: 10px 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -ms-justify-content: center;
      justify-content: center;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .section-index-groupmenu .menulist-cate .cate-item.active a,
  .section-index-groupmenu .menulist-cate .cate-item.active a:hover {
    background: #ff6200;
    border-color: transparent;
    color: #ffffff; }
  .section-index-groupmenu .menulist-cate .cate-item.active2 a {
    background: #ff6200;
    border-color: transparent;
    color: #fff; }
  @media (max-width: 991px) {
    .section-index-groupmenu {
      padding: 5px 0; }
    .section-index-groupmenu .cate-home {
      margin-right: 0px; }
    .section-index-groupmenu .menulist-cate {
      padding-bottom: 20px;
      margin-bottom: -20px;
      
    }
      
      .section-index-groupmenu .menulist-cate .cate-item {
        padding: 0 3px;
        margin-top: 0; }
        .section-index-groupmenu .menulist-cate .cate-item a {
          font-size: 12px;
          padding: 4px 5px;
          min-height: 32px; } }

.section-index-groupmenu .menulist-cate::-webkit-scrollbar {
        width: 8px;
        padding: 2px;
        height: .3rem;
}
.section-index-groupmenu .menulist-cate::-webkit-scrollbar-thumb {
    background: #ff6200;
}
.section-index-groupmenu .menulist-cate::-webkit-scrollbar-track {
    background: #f1f1f1;
}



.title-bl .title-txt {
    font-size: 28px;
    color: #ff6200;
    margin: 0 0 13px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 767px){
  .detailtext{
    width: calc(100% - 110px);
  }
} 
.section-index-groupmenu {position: relative;}
.button-cate {
  background-color: white;
  border: 1px solid #d5d5d5!important;
  outline: unset;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  //opacity: 0;
  //pointer-events: none;
}
.button-cate.prev {
  left: 10px;
}
.button-cate.next {
  right: 10px;
}
@media (max-width: 992px) {
  .button-cate.prev {
    left: 10px;
  }
  .menulist-cate {flex: 0 0 auto;}
  .cate-item {flex: unset;min-width: 120px;}
  .section-index-groupmenu .flexbox-categories {
        width: max-content;
    overflow: unset;
  }
}
.flexbox-categories:hover .button-cate{
  cursor: pointer;
}
.flexbox-categories-inner {
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

li.menu-item-6.trong-kinh ul.col-mega-menu {
    column-count: 2;
}