:root {
	--maincolor: #f03248;
	--oldcolor: #f6dee1;
	--hover: #ff5e14;
	--pricecolor: #fd213b;
}
header.header.header-bg .header-banner {
    /* display: none; */
}
header.header.header-bg {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}
.nav-item:hover {
    background: #2cbaf0cc !important;
}

.header-menu .header-menu-scroll .header-nav .item_big li a {
    padding: 10px 15px;
}
.header-banner {
    background: #1aace3;
}

.header-banner a img {
    height: 100%;
    display: block;
}
.header-banner img {
    height: 100%;
    display: block;
}
.header-banner a {
    height: 100%;
    display: block;
}

header.header.header-bg .header-middle {
	/* display: none; */
}

.auth-container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.auth-button {
	position: relative;
	padding: 9px 12px;
	font-size: 14px;
	font-weight: 600;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: hidden;
	min-width: 143px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.auth-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s;
}

.auth-button:hover:before {
	left: 100%;
}

/* NÃƒÂºt Ã„ÂÃ„Æ’ng NhÃ¡ÂºÂ­p */
.login-btn {
	background: linear-gradient(135deg, #ff6b6b, #ee5a24);
	color: white;
	/* border: 2px solid transparent; */
}

.login-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(238, 90, 36, 0.4);
	background: linear-gradient(135deg, #ee5a24, #ff6b6b);
}

.login-btn:active {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(238, 90, 36, 0.3);
}

/* NÃƒÂºt Ã„ÂÃ„Æ’ng KÃƒÂ½ */
.register-btn {
	background: transparent;
	color: white;
	border: 2px solid white;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.1);
}

.register-btn:hover {
	background: white;
	color: #667eea;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
	border-color: white;
}

.register-btn:active {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* Icon styles */
.btn-icon {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.auth-button:hover .btn-icon {
	transform: scale(1.1);
}



.header-search-mobile .search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cdcdcd;
    height: 100%;
}

button.search-btn {
    background: #1aace3;
    color: #fff;
    height: 100%;
    font-size: 13px;
}

.header-search-mobile .search-box input {
    height: 100%;
    width: 72%;
    padding: 5px 15px;
}

.search-section {
    height: 40px;
}




.header-search-mobile{
	display: none;
}











/* Responsive */
@media (max-width: 480px) {
	.auth-container {
		flex-direction: column;
		gap: 20px;
	}

	.auth-button {
		min-width: 250px;
		padding: 16px 40px;
		font-size: 16px;
	}
}

/* HiÃ¡Â»â€¡u Ã¡Â»Â©ng ripple */
.auth-button {
	position: relative;
	overflow: hidden;
}

.auth-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.auth-button:active::after {
	width: 300px;
	height: 300px;
}

/* Glow effect */
.login-btn {
	box-shadow: 0 1px 7px rgba(238, 90, 36, 0.3), 0 0 0 rgba(238, 90, 36, 0.4);
}

.login-btn:hover {
	box-shadow: 0 12px 35px rgba(238, 90, 36, 0.4), 0 0 20px rgba(238, 90, 36, 0.3);
}

.register-btn {
	box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.register-btn:hover {
	box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
}

header.header {
	z-index: 98;
	position: relative;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header.header .header-middle {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

header.header .header-middle .header-store {
	margin-right: 27px;
}

header.header .header-middle .header-store a {
	display: flex;
	align-items: center;
	color: #fff;
}

header.header .header-middle .header-store a span {
	display: block;
}

header.header .header-middle .header-store a span:nth-child(2) {
	font-weight: 700;
	font-size: 17px;
}

header.header .header-middle .header-store a .text {
	margin-left: 10px;
}

header.header .header-middle .header-store a:hover .text {
	opacity: 0.6;
}

header.header .header-middle .header-search {
	width: 54%;
}

header.header .header-middle .header-search form {
	position: relative;
}

.header-search .header .header-middle .header-search form input {
	width: 100%;
	border-radius: 12px;
	border: initial;
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding: 0px 20px;
	height: 45px;
	font-size: 14px;
}

header.header .header-middle .header-search form .input-group-btn {
	position: absolute;
	right: 0;
	top: 9px;
}

header.header .header-middle .header-search form .input-group-btn button {
	height: 32px;
	border: initial;
	background: initial;
	color: var(--maincolor);
	font-weight: 500;
	font-size: 14px;
	border-left: 1px solid rgba(43, 47, 51, 0.2);
	width: 110px;
}

header.header .header-middle .header-hotline {
	margin-right: 21px;
}

header.header .header-middle .header-hotline a {
	display: flex;
	align-items: center;
	color: #fff;
}

header.header .header-middle .header-hotline a span {
	display: block;
}

header.header .header-middle .header-hotline a span:nth-child(2) {
	font-weight: 700;
	font-size: 16px;
}

header.header .header-middle .header-hotline a .text {
	margin-left: 10px;
}

header.header .header-middle .header-hotline a:hover .text {
	opacity: 0.6;
}

header.header .header-middle .header-wish {
	margin-right: 21px;
	text-align: center;
}

header.header .header-middle .header-wish svg {
	margin-bottom: 8px;
}

header.header .header-middle .header-wish a {
	color: #fff;
}

header.header .header-middle .header-wish a:hover .text,
header.header .header-middle .header-wish a:hover svg {
	opacity: 0.6;
}

header.header .header-middle .header-account {
	text-align: center;
	position: relative;
	margin-right: 23px;
}

header.header .header-middle .header-account svg {
	margin-bottom: 8px;
}

header.header .header-middle .header-account>a {
	color: #fff;
}

header.header .header-middle .header-account>a span {
	display: block;
}

header.header .header-middle .header-account>a:hover span {
	opacity: 0.6;
}

header.header .header-middle .header-account .drop-account {
	width: 130px;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	text-align: center;
	z-index: 999;
	box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
	transition-duration: 0s;
	transition-delay: 0.1s;
	opacity: 0;
	visibility: hidden;
}

header.header .header-middle .header-account .drop-account a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	padding: 0 5px;
}

header.header .header-middle .header-account .drop-account a:first-child {
	border-bottom: solid 1px #ebebeb;
}

@media (min-width: 991px) {
	header.header .header-middle .header-account:hover>a {
		opacity: 0.6;
	}

	header.header .header-middle .header-account:hover .drop-account {
		opacity: 1;
		visibility: visible;
	}
}

header.header .header-middle .header-cart {
	text-align: center;
}

header.header .header-middle .header-cart svg {
	margin-bottom: 7px;
}

header.header .header-middle .header-cart .text {
	display: block;
	color: #fff;
}

header.header .header-middle .header-cart .cart-head {
	position: relative;
}

header.header .header-middle .header-cart .cart-head .count_item {
	background: #fff;
	display: inline-block;
	color: var(--maincolor);
	line-height: 17px;
	width: 17px;
	height: 17px;
	font-size: 13px;
	border-radius: 17px;
	position: absolute;
	right: 5px;
	top: -15px;
}

header.header .header-middle .header-cart .cart-head:hover .text,
header.header .header-middle .header-cart .cart-head:hover svg {
	opacity: 0.6;
}

.header-menu {
	position: relative;
	z-index: 99;
	background: #1aace3;
}

.header-menu .header-menu-scroll {
	display: flex;
	align-items: center;
}

@media (min-width: 991px) {
	.header-menu .header-menu-scroll .header-nav .item_big {
		white-space: nowrap;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.header-menu .header-menu-scroll .control-menu {
	display: none;
	text-align: right;
}

.header-menu .header-menu-scroll .control-menu.active {
	display: block;
}

.header-menu .header-menu-scroll .control-menu #prev svg,
.header-menu .header-menu-scroll .control-menu #next svg {
	width: 12px;
	height: 12px;
	margin-top: -5px;
}

@media (min-width: 1199px) {
	.header-menu .header-menu-scroll .header-nav {
		width: 1170px;
	}

	.header-menu .header-menu-scroll .control-menu {
		width: calc(100% - 1170px);
	}
}

@media (max-width: 1199px) and (min-width: 991px) {
	.header-menu .header-menu-scroll .header-nav {
		width: 885px;
	}

	.header-menu .header-menu-scroll .control-menu {
		width: calc(100% - 885px);
	}
}

.header-menu .logo {
	height: 100%;
	align-items: center;
	display: flex;
}

.header-menu .inner {
	background: var(--maincolor);
	padding: 0 0 0 20px;
}

.header-menu .col-right {
	align-items: center;
	display: flex;
	justify-content: end;
}

.search-suggest {
	position: absolute;
	top: 40px;
	right: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	border-radius: 8px;
	display: none;
	position: absolute;
	top: 100%;
	overflow-y: auto;
	box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
}

.search-suggest.open {
	display: block;
	z-index: 99999;
	padding: 10px;
}

.search-suggest.open .title {
	display: inline-block;
	color: #000;
}

.search-suggest .smart-search-title {
	margin-bottom: 10px;
}

.search-suggest .smart-search-title li {
	display: inline-block;
}

.search-suggest .smart-search-title li a {
	padding: 5px 10px;
	display: block;
	background: var(--maincolor);
	color: #fff;
	border-radius: 5px;
	opacity: 0.8;
}

.search-suggest .smart-search-title li:hover a,
.search-suggest .smart-search-title li.active a {
	background: var(--maincolor);
	color: #fff;
	opacity: 1;
}

.list-search-style {
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

.list-search-style.active {
	display: block;
}

.list-search-style .title-search {
	text-align: left;
	text-align: left;
	color: #000;
	margin-bottom: 20px;
	font-weight: 800;
}

.list-search-style .title-search span {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.list-search-style .title-search span:before {
	background: var(--maincolor);
	content: "";
	right: 0;
	left: 0;
	position: absolute;
	bottom: -5px;
	height: 3px;
	display: block;
	z-index: 1;
	width: 40%;
}
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}
.list-search-style .see-more {
	color: var(--maincolor);
	padding: 8px 30px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	border: 1px solid var(--maincolor);
	border-radius: 8px;
}

.list-search-style .see-more:hover {
	background: var(--maincolor);
	border: 1px solid var(--maincolor);
	color: #fff;
}

.list-search-style .product-smart,
.list-search-style .art-smart {
	display: inline-block;
	padding: 0px 0px 8px;
	border-bottom: 1px solid #ededed;
	background: #fff;
	position: relative;
	width: 100%;
	text-align: left;
}

.list-search-style .product-smart:first-child,
.list-search-style .art-smart:first-child {
	margin-top: 5px;
}

.list-search-style .product-smart:last-child,
.list-search-style .art-smart:last-child {
	border-bottom: none;
}

.list-search-style .product-smart .image_thumb,
.list-search-style .art-smart .image_thumb {
	display: inline-block;
	float: left;
	width: 80px;
}

.list-search-style .product-smart .image_thumb img,
.list-search-style .art-smart .image_thumb img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.list-search-style .product-smart .product-info,
.list-search-style .art-smart .product-info {
	display: block;
	float: left;
	width: calc(100% - 80px);
	-o-width: calc(100% - 80px);
	-moz-width: calc(100% - 80px);
	-webkit-width: calc(100% - 80px);
	padding-left: 10px;
}

.list-search-style .product-smart .product-info,
.list-search-style .art-smart .product-info {
	position: relative;
}

.list-search-style .product-smart .product-info h3,
.list-search-style .art-smart .product-info h3 {
	padding: 0;
	text-overflow: ellipsis;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 3px;
	padding-bottom: 3px;
	text-transform: capitalize;
}

@media (max-width: 1199px) {

	.list-search-style .product-smart .product-info h3,
	.list-search-style .art-smart .product-info h3 {
		font-size: 14px;
	}
}

.list-search-style .product-smart .product-info h3:hover,
.list-search-style .art-smart .product-info h3:hover {
	color: var(--maincolor);
}

.list-search-style .product-smart .product-info h3 a,
.list-search-style .art-smart .product-info h3 a {
	color: #000;
}

.list-search-style .product-smart .product-info h3 a:hover,
.list-search-style .art-smart .product-info h3 a:hover {
	color: var(--maincolor);
}

.list-search-style .product-smart .product-info .price-box,
.list-search-style .art-smart .product-info .price-box {
	color: red;
	line-height: 23px;
	display: block;
	font-size: 14px;
	font-weight: 500;
}


.header-search .searchform.search-member-header {
	align-items: center;
	display: inline-block;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	border: 1px solid #cdcdcd;
	height: 45px;
	border-radius: 7px;
	overflow: hidden;
}

.header-search .flex-col.search-form-categories select {
	height: 45px;
	border: none;
	padding: 0px 25px 0px 18px;
	font-size: 15px !important;
	line-height: 45px;
	background: #fff;
	min-width: 115px;
	width: 95px;
}

.flex-col.flex-grow {
	flex: 1;
}

.header-search .flex-col {
	max-height: 100%;
	height: 100%;
}

.header-search .ux-search-submit {
	background: #1aace3;
	width: 64px;
	height: 100%;
}

.header-search .flex-col.search-form-categories:before {
	content: "";
	background-image: url(https://thietbidiennuoc.maugiaodien.com/wp-content/uploads/2023/06/down-search.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	right: 0;
	width: 17px;
	height: 100%;
	z-index: 9999;
}

.header-search .flex-col.search-form-categories {
	position: relative;
}

button.ux-search-submit svg path {
	stroke: #fff;
}

button.ux-search-submit svg {}

header.header .header-middle .header-search form input:focus {
	outline: none;
}

.flex-col.search-form-categories select:focus {
	outline: none;
}

.cart-desck-header .header-nav {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	gap: 0px 10px;
}

.cart-desck-header .header-nav img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.cart-desck-header .header-nav span {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
	color: #4c4c4c;
	position: relative;
}

.cart-desck-header .phone-header-block {
	display: flex;
	align-items: center;
	margin-right: 30px;
	transition: all .2s;
	overflow: hidden;
}

@keyframes play0 {
	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);
	}
}

.cart-desck-header ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0 7px;
	transition: background-color .3s;
}

.cart-desck-header .account-item.has-icon:before {
	position: absolute;
	left: -30px;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../images/muser-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}


.cart-desck-header .html.custom.html_topbar_right img {
	animation: play0 1.5s ease infinite;
	transition: opacity 1s;
	opacity: 1;
}

.cart-desck-header .cart-img-icon {
	border: 2px solid #1aace3;
	border-radius: 10px;
	width: 42px !important;
	max-width: unset;
	padding: 4px;
	height: 42px !important;
}

.header-search input.search-field {
	width: 100%;
	height: 45px;
	padding: 0px 20px;
}

a.logo.logo-desk-header img {
	width: auto;
	height: auto;
	padding-right: 25px;
}




.list-search-style .product-smart .product-info .price-box .price,
.list-search-style .art-smart .product-info .price-box .price {
	padding-right: 5px;
}

.list-search-style .product-smart .product-info .price-box .compare-price,
.list-search-style .art-smart .product-info .price-box .compare-price {
	text-decoration: line-through;
	font-size: 12px;
	color: #969696;
	line-height: 24px;
	font-weight: 300;
}











.mobile-header {
	 /* background: #1aace3; */
	 padding: 12px 16px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	 position: relative;
	 min-height: 60px;
}
 .mobile-header .header-left {
	 display: flex;
	 align-items: center;
}
 .mobile-header .menu-btn {
	 background: none;
	 border: none;
	 color: #1aace3;
	 font-size: 20px;
	 cursor: pointer;
	 padding: 8px;
	 border-radius: 8px;
	 transition: all 0.3s ease;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 width: 40px;
	 height: 40px;
}
 .mobile-header .menu-btn:hover {
	 background: rgba(255, 255, 255, 0.1);
	 transform: scale(1.05);
}
 .mobile-header .menu-icon {
	 width: 24px;
	 height: 2px;
	 background: #1aace3;
	 margin: 2px 0;
	 transition: 0.3s;
	 border-radius: 2px;
}
 .mobile-header .header-center {
	 position: absolute;
	 left: 50%;
	 transform: translate(-50%,-50%);
	 display: flex;
	 align-items: center;
	 top: 50%;
}
 .mobile-header .logo {
	 color: white;
	 font-size: 24px;
	 font-weight: bold;
	 text-decoration: none;
	 letter-spacing: -0.5px;
	 transition: all 0.3s ease;
	 display: flex;
	 align-items: center;
}
 .mobile-header .logo:hover {
	 transform: scale(1.05);
	 text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
 .mobile-header .header-right {
	 display: flex;
	 align-items: center;
	 gap: 12px;
}
 .mobile-header .header-btn {
	 background: #1aace3;
	 border: none;
	 color: white;
	 padding: 8px 12px;
	 border-radius: 20px;
	 cursor: pointer;
	 font-size: 14px;
	 font-weight: 500;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
	 display: flex;
	 align-items: center;
	 gap: 6px;
	 min-height: 36px;
}
 .mobile-header .header-btn:hover {
	 background: #1aace3;
	 transform: translateY(-2px);
	 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
 .mobile-header .cart-btn {
	 position: relative;
}
 .mobile-header .cart-badge {
	 position: absolute;
	 top: -8px;
	 right: -8px;
	 background: #ff4757;
	 color: white;
	 border-radius: 50%;
	 width: 20px;
	 height: 20px;
	 font-size: 12px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-weight: bold;
	 animation: pulse 2s infinite;
}
 @keyframes pulse {
	 0% {
		 transform: scale(1);
	}
	 50% {
		 transform: scale(1.1);
	}
	 100% {
		 transform: scale(1);
	}
}
 .mobile-header .icon {
	 width: 18px;
	 height: 18px;
	 fill: currentColor;
}
 .mobile-header .menu-overlay {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100vh;
	 background: rgba(0, 0, 0, 0.5);
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.3s ease;
	 z-index: 999;
}
 .mobile-header .menu-overlay.active {
	 opacity: 1;
	 visibility: visible;
}
 .mobile-header .menu-sidebar {
	 position: fixed;
	 top: 0;
	 left: -330px;
	 width: 330px;
	 height: 100vh;
	 background: #1aace3;
	 transition: all 0.3s ease;
	 z-index: 1000;
	 box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
 .mobile-header .menu-sidebar.active {
	 left: 0;
}
 .mobile-header .menu-header {
	 padding: 20px 10px 20px 20px;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .mobile-header .menu-logo {
	 color: white;
	 font-size: 24px;
	 font-weight: bold;
	 letter-spacing: -0.5px;
}
 .mobile-header .close-btn {
	 background: none;
	 border: none;
	 color: white;
	 font-size: 24px;
	 cursor: pointer;
	 border-radius: 50%;
	 transition: all 0.3s ease;
	 width: 35px;
	 height: 35px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-top: 0px;
}

 .mobile-header .menu-content {
	 padding: 0px 0;
}
 .mobile-header .menu-item {
	 padding: 16px 24px;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 display: flex;
	 align-items: center;
	 gap: 16px;
	 color: white;
	 text-decoration: none;
	 border-left: 3px solid transparent;
}
 .mobile-header .box-item-menu-c1:hover {
	 background: rgba(255, 255, 255, 0.1);
	 border-left-color: white;
	 transform: translateX(5px);
}
 .mobile-header .menu-item .icon {
	 width: 20px;
	 height: 20px;
	 fill: white;
}
 .mobile-header .menu-item span {
	 font-size: 16px;
	 font-weight: 500;
}
 .mobile-header .demo-content {
	 padding: 20px;
	 text-align: center;
	 color: #666;
	 margin-top: 20px;
}
.mobile-header .search-section {
	 padding: 20px 24px;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .mobile-header .search-box {
	 position: relative;
	 display: flex;
	 align-items: center;
}
 .mobile-header .search-icon-input {
	 position: absolute;
	 left: 15px;
	 width: 20px;
	 height: 20px;
	 fill: rgba(255, 255, 255, 0.7);
	 pointer-events: none;
}
 .mobile-header .search-input {
	 width: 100%;
	 padding: 12px 16px 12px 19px;
	 border: none;
	 border-radius: 25px;
	 background: rgba(255, 255, 255, 0.15);
	 color: white;
	 font-size: 15px;
	 backdrop-filter: blur(10px);
	 transition: all 0.3s ease;
}
 .mobile-header .search-btn {
	 position: absolute;
	 right: 5px;
	 background: rgba(255, 255, 255, 0.2);
	 border: none;
	 border-radius: 50%;
	 width: 35px;
	 height: 35px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 padding: unset;
}
 .mobile-header .search-btn .icon {
	 width: 18px;
	 height: 18px;
	 fill: white;
}
 .mobile-header .search-input::placeholder {
	 color: #fff;
}
 .box-item-menu-c1 {
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 16px;
    color: white;
    text-decoration: none;
    border-left: 3px solid transparent;
    justify-content: space-between;
    padding-right: 10px;
}

.box-item-menu-c1 svg {
    width: 23px;
    height: 22px;
    fill: white;
    transition: transform 0.3s ease;
}

.box-menu-mobile-c1 {
    position: relative;
    overflow: hidden;
}

.submenu.active {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    max-height: 100%;
}

a.submenu-item {
    padding: 12px 24px 12px 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    border-left: 3px solid transparent;
}
.submenu-item .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.mobile-header .logo img {
    height: 50px;
}





 @media (max-width: 480px) {
	 .mobile-header .header-btn {
		 padding: 6px 10px;
		 font-size: 12px;
	}
	 .mobile-header .logo {
		 font-size: 20px;
	}
	 .mobile-header .mobile-header {
		 padding: 10px 12px;
	}
}
 

@media(max-width:990px) {
	header.header {
		display: none;
	}
}
@media(min-width:990px){
	header.mobile-header {
    display: none;
}
}

@media (max-width: 767px) {

	.list-search-style .product-smart .product-info .price-box,
	.list-search-style .art-smart .product-info .price-box {
		min-height: 54px;
	}
}


@media (max-width: 767px) {

	.list-search-style .product-smart .product-info .price-box .compare-price,
	.list-search-style .art-smart .product-info .price-box .compare-price {
		display: block;
	}
}

@media (min-width: 1199px) {
	header.header .col-right {
		flex: 0 0 20%;
		max-width: 20%;
	}

	header.header .col-middle {}

	header.header .header-middle .header-search form {}
}

@media (min-width: 991px) {
	.header-nav {
		flex: 1;
		display: block;
		/* overflow-x: hidden; */
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
	}

	.header-nav>ul.item_big>li.nav-item {
		display: inline-block;
		position: static;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega {
		position: static;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content {
		background: #fff;
		overflow: hidden;
		display: block;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		transform: perspective(600px) rotateX(-90deg);
		transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
		transform-origin: 0% 0%;
		margin: 0;
		padding: 15px 15px 0;
		position: absolute;
		top: 100%;
		z-index: 9999;
		width: 100%;
		border: none;
		text-align: left;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content ul li {
		white-space: initial;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:hover,
	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:focus {
		text-decoration: none;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item .h-mega {
		font-weight: 600;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 5px;
		white-space: break-spaces;
		display: block;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 {
		margin-bottom: 30px;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
		font-weight: normal !important;
		text-transform: none !important;
		color: #333;
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover,
	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
		text-decoration: none;
		color: var(--maincolor);
	}

	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .row .level1 {
		margin-bottom: 10px;
	}
}

@media (min-width: 991px) and (min-width: 991px) {
	.header-nav>ul.item_big>li.nav-item.has-mega .mega-content .row .level1:nth-child(4n+1) {
		clear: left;
	}
}

@media (min-width: 991px) {
	.header-nav>ul.item_big>li.nav-item.has-mega:hover>.mega-content {
		overflow: visible;
		max-height: 800px;
		max-width: 845px;
		opacity: 1;
		transform: perspective(600px) rotateX(0deg);
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}

	.header-nav>ul.item_big>li.nav-item:last-child {
		margin-right: 0;
	}



	.header-nav>ul.item_big>li.nav-item>a {
		display: block;
		text-align: left;
		font-size: 16px;
		position: relative;
		color: #ffffff;
		padding: 10px 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.header-nav>ul.item_big>li.nav-item>a.caret-down:after {
		content: "";
		position: relative;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #fff transparent transparent transparent;
		display: inline-block;
		top: -2px;
		margin-left: 2px;
		margin-top: -6px;
		transition: 0.5s;
	}

	.header-nav>ul.item_big>li.nav-item:hover>a {
		color: #ffffff;
	}

	.header-nav>ul.item_big>li.nav-item:hover>a.caret-down:after {
		transform: rotate(180deg);
		border-color: #fdfca5 transparent transparent transparent;
	}

	.header-nav>ul.item_big>li.nav-item:hover>ul {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		opacity: 1;
		transform: perspective(600px) rotateX(0deg);
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}

	.header-nav>ul.item_big>li.nav-item .fa-caret-down {
		visibility: hidden;
		display: none;
	}

	.header-nav>ul.item_big>li.nav-item .item_small {
		overflow: hidden;
		display: block;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		transform: perspective(600px) rotateX(-90deg);
		transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		position: absolute;
		top: 100%;
		left: auto;
		width: 220px;
		padding: 0;
		background-color: #fff;
		box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
		transform-origin: 0% 0%;
		z-index: 99999999999999999;
	}

	.header-nav>ul.item_big>li.nav-item .item_small:before {
		content: "";
		position: absolute;
		top: -14px;
		right: 0;
		background: transparent;
		width: 200px;
		height: 14px;
	}

	.header-nav>ul.item_big>li.nav-item>ul li {
		float: none;
		padding: 0 0;
	}

	.header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
		border-bottom: 0;
	}

	.header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
		display: block;
		position: absolute;
		width: 250px;
		padding: 0;
		background-color: #fff;
		z-index: 99;
		box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
	}
}

@media (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	.header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
		position: relative;
		left: 0;
		width: 100%;
		padding-left: 0;
		box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
	}

	.header-nav>ul.item_big>li.nav-item>ul li:hover>ul li a {
		padding-left: 25px;
	}
}

@media (min-width: 991px) {
	.header-nav>ul.item_big>li.nav-item>ul li a {
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		display: block;
		padding: 8.5px 20px 8.5px 10px;
		color: #333;
		position: relative;
		border-bottom: 1px solid #F6F6F6;
		text-align: left;
		white-space: initial;
	}

	.header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {
		/* content: ""; */
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #333 transparent transparent transparent;
		display: inline-block;
		top: 50%;
		left: 100%;
		margin-left: -15px;
		margin-top: -2px;
		transition: 0.5s;
		transform: rotate(270deg);
	}

	.header-nav>ul.item_big>li.nav-item>ul li ul {
		box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
		display: none;
		left: 220px;
		top: 0px;
	}

	.header-nav>ul.item_big>li.nav-item>ul>li {
		color: #333;
	}

	.header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
		color: #1aace3;
	}

	.header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
		border-color: var(--hover) transparent transparent transparent;
	}

	.header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
		color: var(--hover);
	}

	.header-nav>ul.item_big>li.active>a {
		color: #ffffff;
	}

	.header-nav>ul.item_big>li.active>a.caret-down:after {
		border-color: #fdfca5 transparent transparent transparent;
	}

	.header-nav ul li ul a.text2line:hover {
		color: var(--hover) !important;
		background: transparent !important;
	}

	.header-nav li li {
		position: relative;
	}
}

@media (max-width: 1199px) and (min-width: 991px) {
	.header-nav>ul.item_big>li.nav-item.has-mega:hover>.mega-content {
		max-width: 760px;
	}

	.header-menu:after {
		transform: skew(-19deg);
	}

	.header-nav>ul.item_big>li.nav-item {
		margin-right: 16px;
	}

	.cart-head .count_item {
		position: absolute;
		right: 5px;
		top: 5px;
	}

	header.header .header-middle .col-middle {
		flex: 0 0 52.333333%;
		max-width: 52.333333%;
	}

	header.header .header-middle .col-right {
		flex: 0 0 31%;
		max-width: 31%;
	}

	header.header .header-middle .header-search {
		margin-right: 0;
	}

	header.header .header-middle .header-search form {
		width: 285px;
	}

	header.header .header-middle .header-hotline {
		margin-right: 15px;
	}

	header.header .header-middle .header-account {
		margin-right: 15px;
	}
}

@media (max-width: 991px) and (min-width: 767px) {
	header.header .header-middle .header-search {
		margin-right: 0;
	}

	header.header .header-middle .header-search form {
		width: 510px;
	}

	header.header .header-middle .header-cart .cart-head .count_item {
		right: 60px;
		top: -5px;
	}
}

@media (max-width: 991px) {
	.header-search-mobile{
	display: block;
}

.box-header-mobile-container.header-bg-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
    background: #fff;
}
	.menu-logo img {
    height: 40px;
    object-fit: contain;
    display: flex;
}
	body {
		/* padding-bottom: 51px; */
	}

	.block-menu-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 15px;
	}

	header.header {
		margin-bottom: 0;
	}

	header.header .header-middle {
		border-bottom: none;
	}

	header.header .header-middle .col-left {
		text-align: center;
	}

	header.header .header-middle .col-left a {
		display: block;
		height: initial;
		padding: 10px 0;
	}

	header.header .header-middle .col-right {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background: var(--maincolor);
		top: initial !important;
		text-align: center;
		padding: 10px 0;
	}

	header.header .header-middle .col-right>div {
		width: 20%;
		margin-right: 0;
	}

	header.header .header-middle .col-right>div .text,
	header.header .header-middle .col-right>div .info {
		display: none;
	}

	header.header .header-middle .col-right>div a {
		display: block;
	}

	header.header .header-middle .header-account svg {
		margin-bottom: 0;
	}

	header.header .header-middle .header-wish svg {
		margin-bottom: 0;
	}

	.header-menu .inner {
		height: 45px;
		padding: 0 0 0 15px;
	}

	.header-menu .col-right {
		justify-content: space-between !important;
	}
}

@media (max-width: 767px) {
	header.header .header-middle {
		padding: 14px 0;
	}

	header.header .header-middle .col-left a {
		padding-top: 0;
	}

	header.header .header-middle .header-cart .cart-head .count_item {
		right: 15px;
		top: -5px;
	}

	header.header .header-middle .header-search {
		margin-right: 0;
		width: 100%;
		margin-top: 10px;
	}

	header.header .header-middle .header-search form {
		width: 100%;
	}
}





