@charset "utf-8";
/* CSS Document */
#logo img {
	transition: all 0.2s ease;
}
#logo img.dark-logo {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.dark #logo img.dark-logo {
	opacity: 1;
}
.dark #logo img.default-logo {
	opacity: 0;
}

.header-misc-icon > a {
	font-size: 1.5rem;
	width: 25px;
	height: 25px;
	line-height: 24px;
}

@media (max-width: 991.98px) {
	#header .header-misc .button {
		font-size: 1.25rem;
	}
	#primary-menu-trigger {
		margin-left: -15px;
		margin-right:  15px;
	}
}

@media (min-width: 992px) {
	#header.transparent-header.dark:hover #header-wrap, #header.transparent-header:hover #header-wrap, #header.transparent-header.dark:hover #header-wrap .sub-menu-container {
		background-color: #ffffff;
	}
	.menu-link {
		font-size: 1.25rem;
	}
	#header.dark:hover #logo img.dark-logo {
		opacity: 0;
	}
	#header.dark:hover #logo img.default-logo {
		opacity: 1;
	}
	#header.dark:hover .menu-link {
		color: #444;
	}
	#header.dark:hover .menu-item:hover > .menu-link,  #header.dark:hover .menu-item.current > .menu-link {
		color: var(--main-color);
	}
	.header-extended .sub-menu-container .menu-link {
		font-size: 0.9375rem;
	}
	.header-extended.dark .primary-menu:not(.not-dark) .sub-menu-container {
		background-color: #ffffff;
		border: none;
	}
	.header-extended.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
		color: #666;
	}
	.header-extended.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
		color: var(--main-color);
		background-color: transparent;
	}
	.primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
		border: none;
	}
	.primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container::after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 2px;
		width: 0;
		opacity: 0;
		background-color: var(--main-color);
		-webkit-transition: width .5s ease, opacity 0.1s ease;
		-o-transition: width .5s ease, opacity 0.1s ease;
		transition: width .5s ease, opacity 0.1s ease;
	}
	.primary-menu:not(.on-click) .menu-item:not(.mega-menu):hover .sub-menu-container::after {
		width: 100%;
		opacity: 1;
	}
	#header.dark:hover .header-misc-icon > a {
		color: #666;
	}
	#header.dark:hover .header-misc-icon > a:hover {
		color: #666;
	}
	#header.dark:hover .top-search-form input {
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
		color: #333 !important;
	}
	#header.dark:hover .top-search-form input::-moz-placeholder {
		color: rgba(0,0,0,0.15) !important;
	}
	#header.dark:hover .top-search-form input:-ms-input-placeholder {
		color: rgba(0,0,0,0.15) !important;
	}

	#header.dark:hover .top-search-form input::-webkit-input-placeholder {
		color: rgba(0,0,0,0.15) !important;
	}
	#header.dark:hover .top-cart-content, .dark .sub-menu-container {
		border-color: rgba(0, 0, 0, 0.05);
		border-top-color: var(--main-color);
		background-color: #fff;
	}
	#header.dark:hover, #header.dark:hover h1, #header.dark:hover h2, #header.dark:hover h3, #header.dark:hover h4, #header.dark:hover h5, #header.dark:hover h6 {
		color: #333;
	}
	#header.dark:hover .top-cart-item:not(:first-child), #header.dark:hover .top-cart-action {
		border-top-color: rgba(0,0,0,0.1);
	}
}

@media (min-width: 1400px) {
	#header .container-fluid {
		width: calc(100% - 200px);
	}
}

.top-search .input-group {
	border: solid 1px #DDD;
	border-radius: 0.25rem;
	overflow: hidden;
}
.top-search-form-group {
	width: calc(100% - 42px);
}
.top-search-form-group input.form-control {
	width: 100%;
}
.top-search {
	width: 45%;
}

@media (max-width: 991.98px) {
	.top-search {
		width: 100%;
	}
	.sticky-header .menu-container {
		max-height: 90vh;
	}
}
@media (min-width: 992px) {
	.header-mall.header-size-custom .menu-container > .menu-item > .menu-link {
				padding: 8px 10px !important;
		font-size: 0.85rem;
	}
}

/* Marketplace header refinement */
:root {
	--market-soft-gray: #F4F4F6;
	--market-text-gray: #646060;
}

#header,
#header #header-wrap,
.sticky-header #header-wrap,
#header.header-mall,
#header.header-mall #header-wrap {
	background: #fff !important;
	color: var(--market-text-gray) !important;
	border-bottom: 1px solid #ececef;
	box-shadow: none;
}

#header a,
#header .header-misc-icon > a,
#header .side-panel-trigger a,
#header .material-symbols-outlined,
#header .keyword-tag a,
#header .top-search .btn,
#top-cart-block,
#top-cart-block a {
	color: var(--market-text-gray) !important;
}

#header .side-panel-trigger a,
#header .header-misc-icon > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	transition: background-color .18s ease, color .18s ease;
}

#header .side-panel-trigger a:hover,
#header .header-misc-icon > a:hover {
	background: var(--market-soft-gray);
	color: #3f3c3c !important;
}

#header .top-search .input-group {
	border: 1px solid rgb(254,73,96);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

#header .top-search .btn .icon-line-search {
	background: linear-gradient(90deg, #ff933f, #f93782 69%, #f93782);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent !important;
}

#header .top-search-form-group input.form-control {
	color: var(--market-text-gray);
	background: #fff;
}

#header .top-search-form-group input.form-control::placeholder {
	color: rgba(100,96,96,.58);
}

#side-panel {
	background: #fff;
	color: var(--market-text-gray);
}

#side-panel .side-panel-wrap {
	padding-top: 34px;
}

#side-panel .select-lang,
#side-panel .select-currency {
	width: 100%;
}

#side-panel .widget {
	border-color: #ededf1;
}

#side-panel .select-lang,
#side-panel .select-currency {
	position: relative;
}

#side-panel .select-lang::before,
#side-panel .select-currency::before {
	display: block;
	margin: 0 0 8px 2px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: rgba(100,96,96,.72);
}

#side-panel .select-lang::before {
	content: 'Language';
}

#side-panel .select-currency::before {
	content: 'Currency';
}

#side-panel .select-lang::after,
#side-panel .select-currency::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid var(--market-text-gray);
	border-bottom: 1.5px solid var(--market-text-gray);
	transform: rotate(45deg);
	pointer-events: none;
}

#side-panel .select-lang .sm-form-control,
#side-panel .select-currency .sm-form-control {
	min-height: 52px;
	padding: 0 42px 0 16px;
	border: 1px solid #dedee5;
	border-radius: 12px !important;
	background: var(--market-soft-gray);
	color: var(--market-text-gray);
	font-size: 15px;
	font-weight: 600;
	line-height: 52px;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

#side-panel .select-lang .sm-form-control:hover,
#side-panel .select-currency .sm-form-control:hover,
#side-panel .select-lang .sm-form-control:focus,
#side-panel .select-currency .sm-form-control:focus {
	border-color: #c8c8d0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(100,96,96,.08);
	outline: 0;
}

#side-panel .button {
	border-radius: 8px;
	background: var(--market-text-gray);
	color: #fff !important;
	box-shadow: none;
}

#side-panel .button:hover {
	background: #4f4b4b;
}

#side-panel a,
#side-panel .nav-tree li a,
#side-panel .text-blue {
	color: var(--market-text-gray) !important;
}

#side-panel .nav-tree li a:hover,
#side-panel .text-blue:hover {
	color: #3f3c3c !important;
}
html[lang="zh-Hant-TW"] #side-panel .select-lang::before {
	content: '\8A9E\7CFB';
}

html[lang="zh-Hant-TW"] #side-panel .select-currency::before {
	content: '\5E63\5225';
}
/* Mobile side-panel select containment */
#side-panel .side-panel-wrap,
#side-panel .widget,
#side-panel .row,
#side-panel .select-lang,
#side-panel .select-currency {
	max-width: 100%;
	box-sizing: border-box;
}

#side-panel .select-lang .sm-form-control,
#side-panel .select-currency .sm-form-control {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

@media (max-width: 575.98px) {
	#side-panel .side-panel-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	#side-panel .row.gutter-10 {
		margin-left: 0;
		margin-right: 0;
	}

	#side-panel .row.gutter-10 > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
}
/* Keep the storefront logo visually centered between the header actions. */
#header .header-row {
	position: relative;
}

#header #logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

#header #logo a.standard-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header #logo a.retina-logo {
	display: none;
	align-items: center;
	justify-content: center;
}

#header #logo img {
	display: block;
	max-width: 190px;
	object-fit: contain;
}

#header .side-panel-trigger,
#header .header-misc {
	position: relative;
	z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	#header #logo a.standard-logo { display: none; }
	#header #logo a.retina-logo { display: flex; }
}

@media (max-width: 575.98px) {
	#header #logo img {
		max-width: 148px;
	}
}
/* Cart badge alignment */
#header .header-misc,
#header #top-cart-block,
#header #top-cart,
#header #top-cart-trigger {
	overflow: visible !important;
}

#header #top-cart-block,
#header #top-cart {
	position: relative !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#header #top-cart-trigger {
	position: relative !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px !important;
	line-height: 1 !important;
}

#header #top-cart-trigger .material-symbols-outlined,
#header #top-cart-trigger i {
	line-height: 1 !important;
}

#header span#top-cart-qty.top-cart-number {
	position: absolute !important;
	top: 1px !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 18px !important;
	width: auto !important;
	height: 18px !important;
	padding: 0 5px !important;
	margin: 0 !important;
	border: 2px solid #fff !important;
	border-radius: 999px !important;
	background: #f57224 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 14px !important;
	text-align: center !important;
	text-indent: 0 !important;
	transform: none !important;
	z-index: 50 !important;
	box-shadow: 0 1px 3px rgba(0,0,0,.22) !important;
	pointer-events: none;
}

#header span#top-cart-qty.top-cart-number::before,
#header span#top-cart-qty.top-cart-number::after {
	display: none !important;
	content: none !important;
}
/* Top background gap guard */
html, body {
	background: #fff !important;
}
#wrapper {
	margin-top: 0 !important;
}

/* Mall shop identity */
.mall-shop-header .header-row {
	gap: 12px;
}
.mall-store-identity {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 240px;
	min-width: 0;
	padding: 4px 10px 4px 4px;
	border: 1px solid #ececef;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.mall-store-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	background: #F4F4F6;
	flex: 0 0 34px;
}
.mall-store-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mall-store-name {
	min-width: 0;
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #646060 !important;
}
.mall-shop-header #logo {
	margin-left: 0;
}
@media (max-width: 991.98px) {
	.mall-store-identity {
		max-width: 38vw;
		padding-right: 8px;
	}
	.mall-store-name {
		max-width: calc(38vw - 50px);
		font-size: 12px;
	}
}
@media (max-width: 575.98px) {
	.mall-shop-header .header-row {
		gap: 6px;
	}
	.mall-store-identity {
		max-width: 34vw;
		padding: 3px 7px 3px 3px;
	}
	.mall-store-logo {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}
	.mall-store-name {
		max-width: calc(34vw - 38px);
		font-size: 11px;
	}
	.mall-shop-header #logo img {
		max-width: 118px;
	}
}
/* Mall shop header placement: menu, store identity, centered Lazada logo, actions */
.mall-shop-header .header-row {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
	gap: 10px;
	position: relative;
}
.mall-shop-header .side-panel-trigger {
	order: 1;
	flex: 0 0 auto;
}
.mall-shop-header .mall-store-identity {
	order: 2;
	position: relative;
	z-index: 5;
	flex: 0 1 auto;
	max-width: min(260px, calc(50vw - 250px));
}
.mall-shop-header #logo {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 2;
	margin: 0 !important;
}
.mall-shop-header .header-misc {
	order: 4;
	margin-left: auto !important;
	flex: 0 0 auto;
	z-index: 5;
}
@media (max-width: 991.98px) {
	.mall-shop-header .mall-store-identity {
		max-width: min(220px, calc(50vw - 128px));
	}
}
@media (max-width: 767.98px) {
	.mall-shop-header .header-row {
		gap: 6px;
	}
	.mall-shop-header .mall-store-identity {
		max-width: calc(50vw - 118px);
	}
	.mall-shop-header .mall-store-name {
		max-width: calc(50vw - 160px);
	}
	.mall-shop-header #logo img {
		max-width: 108px;
	}
}
@media (max-width: 480px) {
	.mall-shop-header .mall-store-identity {
		max-width: 30vw;
	}
	.mall-shop-header .mall-store-name {
		max-width: calc(30vw - 38px);
	}
	.mall-shop-header #logo img {
		max-width: 96px;
	}
}
