@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;
}

@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);
	}
}

/* Style 05 */
.header-misc-icon > a i.material-symbols-outlined, 
#top-search-box .btn i.material-symbols-outlined {
	font-size: 1.875rem;
}
#top-user.header-misc-icon > a i.material-symbols-outlined {
	font-size: 2rem;
} 
#header.style_05 .header-misc-icon > a {
	width: 30px;
	height: 30px;
	font-size: 1.875rem;
}
#header.style_05 #top-search-box .input-group {
	border: solid 1px #dddddd;
	border-radius: 30px;
	overflow: hidden;
}
#header.style_05 #top-search-box .input-group-text {
	background-color: transparent;
	border: none;
}
#header.style_05 #top-search-box .form-control {
	border: none;
}
#header.style_05 #top-search-box .btn {
	padding: 0 0.75rem;
	line-height: 1;
}
#header.style_05 .top-cart-number {
	right: -5px;
}
#header.style_05 .svg-trigger {
	transform: scale(1.5);
}
.primary-menu-open #header.style_05 .svg-trigger {
	transform: rotate(45deg) scale(1.5);
}
.style_05 #top_promote {
	display: block;
	width: 100%;
	height: 32px;
	position: relative;
}
.style_05 #top_promote:before {
	content:'';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50vw;
}
.style_05 #top_promote h5 {
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#top-search-inline {
	cursor: pointer;
}
.search-history li {
	border-top: solid 1px #D0D0D0;
	padding: 10px 0;
}
.search-history li:first-child {
	border-top: none;
}
.search-history li .material-symbols-outlined {
	transform: translateY(-2px);
	font-size: 1.0625rem;
}
.search-badges .badge {
	font-size: 1.0625rem;
	background-color: var(--bg-color-light);
}
.topsearchmodal .input-group {
	background-color: #F7F7F7;
	border: solid 1px #D0D0D0;
	border-radius: 2rem;
	overflow: hidden;
}
.topsearchmodal .input-group .form-control {
	border: none;
	background-color: transparent;
}
.topsearchmodal .input-group .btn {
	line-height: 1;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
#top-search-box {
	position: relative;
}
#top-search-mobile {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
@keyframes menuDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (min-width: 992px) {
	#header.style_05 #logo img {
		padding: 14px 0;
	}
	#header.style_05 .primary-menu {
		order: 15;
		width: 100%;
	}
	#header.style_05.sticky-header-shrink .primary-menu {
		width: auto;
		order: unset;
		margin-right: auto;
	}
	#header.style_05 .primary-menu ul {
		justify-content: center;
	}
	#header.style_05 #top-search {
		display: none;
		opacity: 0;
		transition: all 0.2s ease;
	}
	#header.style_05.sticky-header-shrink #top-search {
		display: inline-block;
		opacity: 1;
	}
	#header.style_05 #top-search-box {
		transition: all 0.2s ease;
	}
	#header.style_05.sticky-header-shrink #top-search-box {
		opacity: 0;
		display: none;
	}
	#header.style_05 .primary-menu > .menu-container > .sub-menu > .menu-link > div {
		position: relative;
	}
	#header.style_05 .primary-menu > .menu-container > .sub-menu > .menu-link > div:after {
		display: inline-block;
		content: "\e7a7";
		font-family: 'font-icons';
		font-size: 0.875rem;
        margin: 0 0 0 5px;
	}
	#header.style_05.sticky-header-shrink .primary-menu {
		animation: menuDown 0.5s ease-out forwards;
		opacity: 0; 
        position: relative;
        z-index: 10;
	}
	#header:not(.sticky-header-shrink).style_05 .primary-menu {
		transition: opacity 0.3s ease;
	}
    .sticky-header-shrink .menu-container > .menu-item > .menu-link {
        padding-top: 18px;
        padding-bottom: 18px;
    }
	.style_05 #top_promote {
		position: relative;
		display: block;
		width: 100%;
		order: 14;
		transition: all 0.2s ease;
	}
	.style_05.sticky-header-shrink #top_promote {
		margin-top: -1px;
		backgrond-color: #fff;
	}
	/*#header.style_05.header-size-sm .header-wrap-clone {
     	height: 60px !important;
    }*/
}
@media (max-width: 991.98px) {
	#header.style_05 #top-search, #header.style_05 #top-user {
		display: none;
	}
	#header.style_05 #top-search-box .btn {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	#header.style_05 #primary-menu-trigger {
        margin-left: 0;
        margin-right: 0;
    }
	#top-search-mobile {
		display: block;
	}
}
@media (max-width: 767.98px) {
	#header.style_05 #top-search-box .form-control {
		max-width: 6rem;
		font-size: 0.875rem;
	}
	#header.style_05 #primary-menu-trigger {
		width: 30px;
		height: 30px;
	}
	#header.style_05 #logo img {
        height: auto !important;
        max-width: 105px;
        max-height: 60px;
    }
    #header.style_05 .top-cart-number {
        top: -3px;
    }
}