:root {
	--maincolor: #f03248;
	--oldcolor: #f6dee1;
	--hover: #ff5e14;
	--pricecolor: #fd213b;
}

header.header.header-bg {
	position: fixed;
	width: 100%;
	top: 0;
}
.search-icon {
    display: flex;
}

.header-menu .header-menu-scroll .header-nav .item_big li a {
	padding: 25px 15px;
	padding-top: 20px;
}
.header-menu .header-menu-scroll .header-nav .item_big li a:hover {
	color: #036ab3;
}

.header-banner {
	background: #016fb9;
}

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

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

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

.logo-desktop img {
	height: 55px;
}

.header-menu-scroll {}

.search-icon svg {
	width: 22px;
	height: 22px;
}

.search-icon svg path {
	stroke: #000000;
}

.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: #016fb9;
	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: 9999;
	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: #ffffff;
}

.header-menu .header-menu-scroll {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@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 {}

	.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;
}
    .modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex; align-items: center; justify-content: center;
    z-index: 9999;
}
.modal-content {
    background: #fff;
    width: 900px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}
.close-modal {
    position: absolute;
    right: 10px; top: 10px;
    cursor: pointer;
    font-size: 22px;
}
.product-selector-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-item {
    width: 48%;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-item img {
    width: auto;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.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: #016fb9;
	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 #016fb9;
	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: #016fb9; */
	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;
	padding-left: 25px;
	z-index: 9999999;
	background: #fff;
}

.mobile-header .header-left {
	display: flex;
	align-items: center;
	gap: 0px 13px;
}

.mobile-header .menu-btn {
	background: none;
	border: none;
	color: linear-gradient(135deg, #068ad1, #055ea6);
	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: linear-gradient(135deg, #068ad1, #055ea6);
	margin: 2px 0;
	transition: 0.3s;
	border-radius: 2px;
}

.mobile-header .header-center {
}

.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: #016fb9;
	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: #016fb9;
	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: -300px;
	width: 300px;
	height: 100vh;
	background: linear-gradient(135deg, #0293d6, #0361a3);
	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;
	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;
}




.box-header-logo-mobile {
	display: flex;
	align-items: center;
	gap: 0px 16px;
}

nav.header-nav {
	display: flex;
	justify-content: space-between;
}

.box-header-logo-mobile .cart svg {
	width: 22px;
	height: 22px;
}

.box-header-logo-mobile .cart svg path {
	fill: #000000;
}

.box-header-logo-mobile span.number-cart {
	position: absolute;
	top: -11px;
	right: -12px;
	font-size: 12px;
	background: #ed242a;
	border-radius: 50%;
	color: #fff;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	border: solid 1px #eee;
}

li.nav-item.has-mega ul li .caret-down {
	padding: 10px 20px !important;
}

.box-header-logo-mobile .cart {
	position: relative;
}


.popup-search {
	position: relative;
	z-index: 999999;
}

.popup-search .search-overlay.active {
	opacity: 1;
	visibility: visible;
}

.popup-search .search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.popup-search .search-popup.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.popup-search .search-popup {
	position: fixed;
	top: 14%;
	left: 50%;
	transform: translateX(-50%) translateY(-20px);
	width: 90%;
	max-width: 100%;
	background: white;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup-search .close-btn {
	position: absolute;
	top: -9px;
	right: 0px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
	z-index: 999999;
}

.popup-search .close-icon {
	width: 30px;
	height: 30px;
	color: #646060;
}

.popup-search .popup-search-container {
	position: relative;
	padding: 40px 20px;
}

.popup-search .popup-search-input {
	width: 100%;
	padding: 15px 50px 15px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font-size: 16px;
	background: #f9fafb;
	outline: none;
	transition: all 0.2s ease;
}

.popup-search .popup-search-icon {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: #9ca3af;
	padding: unset;
	background: none;
}

.login-desk .box-userDropdown {
	position: relative;
	display: inline-block;
}

.login-desk .user-icon {
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.login-desk .user-icon svg {
	width: 25px;
	height: 25px;
	transition: fill 0.3s ease;
}

.login-desk .dropdown-menu {
	position: absolute;
	top: 48px;
	right: -35px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
	overflow: hidden;
}

.login-desk .dropdown-menu::before {
	content: '';
	position: absolute;
	top: -8px;
	right: 20px;
	width: 16px;
	height: 16px;
	background: white;
	transform: rotate(45deg);
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.login-desk .dropdown-item.login {
	color: #0069b0;
}

.login-desk .dropdown-item {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
}

.login-desk .dropdown-item svg {
	width: 16px;
	height: 16px;
	margin-right: 12px;
	fill: currentColor;
}

.login-desk .dropdown-item.register {
	color: #0069b0;
}

.login-desk .dropdown-item.settings {
	color: #6b7280;
}

.login-desk .dropdown-item.logout {
	color: #dc2626;
}

.login-desk .dropdown-item:last-child {
	border-bottom: none;
}

.login-desk .dropdown-item:hover {
	background: #f8f9fa;
	padding-left: 20px;
}

.header-menu .header-menu-scroll .header-nav .item_big li .a3 {
	padding: 12px;
}























.box-sosanh .comparison-container {
	 color: white;
	 position: fixed;
	 z-index: 9999;
	 bottom: 20px;
	 width: 63%;
	 box-shadow: 3px -2px 11px 1px rgba(0, 0, 0, .25);
	 left: 50%;
	 transform: translateX(-50%);
}
 .box-sosanh .header {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 background: #4472c4;
	 padding: 10px 20px;
}
 .box-sosanh .header h2 {
	 font-size: 18px;
	 font-weight: bold;
}
 .box-sosanh .close-btn {
	 background: none;
	 border: none;
	 color: white;
	 font-size: 24px;
	 cursor: pointer;
	 padding: 0;
	 width: 30px;
	 height: 30px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-top: 0px;
}
 .box-sosanh .close-btn:hover {
	 background-color: rgba(255, 255, 255, 0.2);
	 border-radius: 50%;
}
 .box-sosanh .product-grid {
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 gap: 15px;
}
 .box-sosanh .product-card {
	 background-color: white;
	 border-radius: 8px;
	 padding: 15px;
	 position: relative;
	 color: #333;
	 min-height: 200px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 text-align: center;
	 border: 1px dashed #ccc;
	 gap: 10px 0px;
	 justify-content: space-between;
}
 .box-sosanh .product-remove {
	 position: absolute;
	 top: 3px;
	 right: 10px;
	 background: none;
	 border: none;
	 font-size: 27px;
	 cursor: pointer;
	 color: #1b1a1a;
	 padding: unset;
}
 .box-sosanh .product-remove:hover {
	 color: #000;
}
 .box-sosanh .product-image {
	 width: 164px;
	 height: auto;
	 background-color: #f0f0f0;
	 border-radius: 4px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .box-sosanh .laptop-icon {
	 width: 50px;
	 height: 35px;
	 background-color: #333;
	 border-radius: 2px;
	 position: relative;
}
 .box-sosanh .laptop-icon::after {
	 content: '';
	 position: absolute;
	 bottom: -3px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 60px;
	 height: 3px;
	 background-color: #666;
	 border-radius: 2px;
}
 .box-sosanh .product-name {
	 font-size: 16px;
	 line-height: 1.3;
	 flex-grow: 1;
	 font-weight: 600;
}
 .box-sosanh .add-product {
	 border: 1px dashed #ccc;
	 background-color: #f9f9f9;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 transition: all 0.3s ease;
}
 .box-sosanh .add-product:hover {
	 border-color: #4472c4;
	 background-color: #f0f4ff;
}
 .box-sosanh .add-icon {
	 font-size: 30px;
	 color: #ccc;
	 margin-bottom: 10px;
	 width: 50px;
	 height: 50px;
	 border: 1px dashed #cdcdcd;
}
 .box-sosanh .add-text {
	 font-size: 12px;
	 color: #666;
}
 .box-sosanh .action-buttons {
	 display: flex;
	 gap: 10px;
	 align-items: center;
	 flex-direction: column;
	 justify-content: center;
}
 .box-sosanh .btn {
	 padding: 10px 20px;
	 border: none;
	 border-radius: 4px;
	 font-size: 14px;
	 cursor: pointer;
	 font-weight: bold;
	 height: 40px;
	 width: 130px;
}
 .box-sosanh .btn-compare {
	 background-color: #4472c4;
	 color: white;
	 height: 40px;
}
 .box-sosanh .btn-compare:hover {
	 background-color: #3660b0;
}
 .box-sosanh .btn-remove {
	 background-color: #dc3545;
	 color: white;
}
 .box-sosanh .btn-remove:hover {
	 background-color: #c82333;
}
 .box-sosanh .box-sosanh-container {
	 background: #fff;
	 padding: 20px 20px;
}
.box-sosanh {
    display: none;
}
.box-sosanh.active {
    display: block;
}
.box-sosanh .product-card:nth-child(n + 4) {
    display: none;
}
 @media (max-width: 768px) {
	 .box-sosanh .product-grid {
		 grid-template-columns: repeat(2, 1fr);
	}
	 .box-sosanh .action-buttons {
		 flex-direction: column;
	}
}

@media (min-width: 769px) {
	.login-desk .box-userDropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

@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) {
	.search-icon svg path {
		stroke: #000;
	}

	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 {
		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: 15px;
		position: relative;
		color: #000000;
		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: #000000;
	}

	.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: 15px;
		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: #0461a7;
	}

	.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: #0461a7;
	}

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

	.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;
	}

	.dropdown-menu.active {
		opacity: 1;
		visibility: visible;
		right: -50px;
	}

	.box-header-mobile-container.header-bg-mobile {
		position: fixed;
		width: 100%;
		top: 0;
		background: #fff;
		z-index: 99;
	}

	.menu-logo img {
		height: 28px;
		object-fit: contain;
	}

	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%;
	}
}