button.signup-mobile {
	display: none;
}

.sign-mobile {
	display: none;
}
.modal-footer button {
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
}
/* dangky  */
li.menu-mobile-sb a {
	color: #fff !important;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

.header-mb__cart {
	position: relative;
}

.header-menu-mb {
	margin-right: 10px;
}

.header-mb__cart span.count-cart-mobile {
	position: absolute;
	background: #fff;
	border-radius: 100%;
	font-size: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: -10px;
	right: -12px;
	width: 21px;
	height: 21px;
}

section.sigin-header {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.container-singin {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

section.sigin-header .overlay:after {
	background: none;
	content: "";
	display: none;
}

section.sigin-header .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 1;
	z-index: 1;
}

section.sigin-header .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

section.sigin-header .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

section.sigin-header form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

section.sigin-header .social-container {
	margin: 20px 0;
}

section.sigin-header .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

section.sigin-header input {
	background-color: #eee;
	border: none;
	padding: 10px 15px;
	margin: 8px 0;
	width: 100%;
	font-size: 13px;
}

section.sigin-header button,
.sigin-header .btn-red {
	border-radius: 20px;
	border: 1px solid #de2c27;
	background-color: #de2c27;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	margin: 0;
}

section.sigin-header form a {
	font-size: 14px;
	margin: 15px 0;
}

section.sigin-header form span {
	font-size: 12px;
}

section.sigin-header form h1 {
	font-weight: bold;
	margin: 0;
	font-size: 39px;
}

section.sigin-header .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-right {
	right: 0;
	transform: translateX(0);
}

section.sigin-header .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #f52f29, #de2c27);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

section.sigin-header .overlay-panel h1 {
	font-size: 32px;
	font-weight: 700;
}

section.sigin-header .overlay-panel p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

section.sigin-header .ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

section.sigin-header:before {
	left: 0;
	right: 0;
	bottom: 0;
}

.signup--header-home {
	position: relative;
}

.signup--header-home:before {
	content: "";
	position: fixed;
	background: #00000042;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.close-form-dk {
	position: absolute;
	right: 10px;
	z-index: 9999;
	font-size: 18px;
	color: #de2c27;
	top: 8px;
	background: #fff;
	height: 25px;
	width: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}

.right-panel-active .overlay {
	transform: translateX(50%) !important;
}

.right-panel-active .form-container.sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {

	0%,
	49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%,
	100% {
		opacity: 1;
		z-index: 5;
	}
}

.form-container.sign-in-container {}

.right-panel-active .overlay-container {
	transform: translateX(-100%);
}

.right-panel-active .overlay-left {
	transform: translateX(0) !important;
}

.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.right-panel-active .overlay-right {
	transform: translateX(20%);
}

section.sigin-header button:focus {
	outline: none;
}

.signup--header-home.active .sigin-header {
	top: 50%;
	transition: 1s ease;
}

.signup--header-home {
	opacity: 0;
	visibility: hidden;
}

.signup--header-home.active {
	opacity: 1;
	visibility: visible;
	/* display: none; */
	/* transition: 1s ease; */
}

/* end dangky  */

.toolbar-item.dangnhap i {
	font-size: 24px;
	color: #de2c27;
}








/* =======announcement====== */
.announcement-content {
	padding: 8px 0px;
	background: linear-gradient(0deg, #c10013 0%, #c1001300 100%);
}

.announcement__title {
	color: #f5f021;
	font-family: "Playfair Display", serif;
	text-shadow: -1px 2px 2px #000000;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.search input {
	height: 38px;
	width: 100%;
	background-color: #fff0;
	border-radius: 5px;
	border: 1px solid #f5f021;
	padding: 0px 15px;
	color: #fff;
	font-size: 15px;
}

.search input::placeholder {
	color: #fff
}

.search button {
	padding: 0;
	background-color: transparent;
	height: 100%;
	width: 45px;
}

.search svg {
	height: 20px;
	fill: #f5f021;
}

.social-head {
	color: white;
	justify-content: center;
}

.social-head svg {
	fill: white;
	height: 38px;
	margin-right: 10px;
}

.content-social {
	font-size: 15px;
	font-weight: 500;
}

.content-social p {
	color: #f5f021;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
}

.content-social span {
	font-weight: 400;
}

.content-social a:hover {
	color: #f5f021
}

.box-header-sigunset li {
	text-align: center;
}

.avartar-signin img {
	width: 40px;
	height: 40px;
	border-radius: 25px;
}

.box-header-sigunset.clm {
	position: relative;
}

.hoso-user {
	position: absolute;
	top: 100%;
	z-index: 9999;
	background: #fff;
	width: 180px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

.hoso-user ul li {
	border-bottom: 1px solid #eee;
}

.hoso-user ul li a {
	display: inline-block;
	width: 100%;
	padding: 5px 20px;
	color: #000;
	text-align: left;
}

.hoso-user a {
	font-size: 15px;
}

.toolbar-item a {
	position: unset !important;
	height: unset !important;
	display: inline-flex;
	justify-content: space-between;
}

.box-header-sigunset:hover .hoso-user {
	display: block;
}

.box-header-sigunset li a {
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.box-header-sigunset li {
	text-align: center;
}

/* =======header====== */
header {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px, rgba(0, 0, 0, 0.23) 0px 0px 8px;
}

header .menu ul li {
	margin-right: 30px;
	position: relative;
}

header .menu ul li a svg {
	height: 12px;
	width: 10px;
	margin-bottom: 2px;
	transform: rotate(90deg);
}

header .menu ul li.icon-bar a svg {
	height: 17px;
	width: 20px;
}

a.rela-carts {
	position: relative;
}

span.quantilys {
	display: inline-flex;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 100%;
	color: #000;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	font-weight: 600;
}

header .menu ul li a {
	color: #000;
	padding: 13px 0px;
	display: block;
	font-size: 15px;
}

header .menu ul li a:hover {
	color: #c91e28
}

header .menu ul li ul {
	min-width: 190px;
	top: 48px;
	padding: 5px 0px;
	background: #fff;
	display: none;
	z-index: 10;
}

header .menu ul li:hover ul {
	display: block;
}

header .menu ul li ul li {
	width: 100%;
}

header .menu ul li ul li a {
	padding: 4px 10px;
	font-size: 15px;
}

.header-mobile {
	display: none;
}

.menu-mobile {
	position: fixed;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	transform: translateX(-100%);
	transition: all 200ms linear 0s;
	z-index: 10;
}

.menu-mobile.active {
	transform: translateX(0);
	transition: all 200ms linear 0s;
}

.menu-mobile--bg {
	background-color: #0000005f;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.menu-mobile-body {
	background-color: #c10213;
	width: 280px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.menu-mobile-logo a img {
	height: 100px;
	padding: 10px 0px;
	display: block;
}

.menu-mobile-content {
	background-color: var(--bg-body);
	flex: 1;
}

.menu-mobile-content ul li {
	position: relative;
}

.menu-mobile-content ul li a {
	padding: 5px 40px 5px 25px;
	display: block;
	line-height: 36px;
	color: white;
	font-size: 15px;
}

.menu-mobile-content ul .menu-mobile-sb::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 40px;
	height: 1px;
	width: 80%;
	background: rgba(240, 240, 240, 0.41);

}

.menu-mobile-content ul li svg {
	position: absolute;
	fill: white;
	height: 15px;
	right: 15px;
	top: 14px;
}

.menu-mobile-content ul ul ul {
	padding-left: 10px;
}

.menu-mobile-content ul .sub-menu {
	display: none;
}

.menu-mobile-content ul .sub-menu.open {
	display: block;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: white;
}

header .menu .list-menu {
	width: 255px;
	float: left;
	position: absolute;
	left: 0;
	top: 36px;
	height: 387px;
	z-index: 10;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	margin-top: 27px;
	background-color: white;
	border-radius: 15px;
}

header .menu .list-menu .submenu_c1 {
	height: 100%;
	display: block;
}

header .menu .list-menu .submenu_c1 .list-menu_c1 {
	position: unset;
	margin-right: 0px;
	padding: 0;
}

header .menu .list-menu .submenu_c1 .list-menu_c1 .submenu {
	display: none;
	right: 0;
	top: -1px;
	width: 100%;
	min-width: 1070px;
	left: 210px;
}

header .menu .list-menu .submenu_c1 .list-menu_c1:hover .submenu {
	display: block;
}

header .menu .list-menu .submenu_c2--ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: unset;
}

header .menu .list-menu ul ul {
	box-shadow: unset;
	min-width: unset;
}

header .menu .list-menu ul ul ul {
	display: block;
	padding: 0;
}

header .menu .list-menu .submenu_c2--ul .submenu_c2--li {
	width: 25%;
	margin-right: 0px;
}

header .menu .list-menu.fixed2 {
	display: none;
	top: 20px;
}

header .menu .list-menu.fixed2.active {
	display: block;
}

@media(max-width:1400px) {
	header .menu ul li {
		margin-right: 16px;
		position: relative;
	}
}

@media (max-width: 1200px) {


	.announcement-content,
	header {
		display: none;
	}

	.announcement__title {
		font-size: 16px;
		margin-bottom: 0px;
		padding: 10px 0px 12px 0px;
		color: white;
	}

	.announcement-mobile {
		border-bottom: 1px solid #fff;
	}

	.header-mobile {
		display: block;
		background: linear-gradient(0deg, rgb(193, 0, 19) 0%, rgb(193, 0, 19) 100%);
	}

	.header-logo a img {
		height: 60px;
	}

	.header-menu-mb ul li .header-mb__search,
	.header-menu-mb ul li .header-mb__cart,
	.header-menu-mb ul li .header-mb__bar {
		height: 30px;
		width: 30px;
		border: 1px solid white;
		border-radius: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 15px;
	}

	.header-menu-mb ul li svg {
		height: 14px;
		fill: white;
	}

	.search {
		position: absolute;
		right: 0px;
		top: 100%;
		margin: 0;
		padding: 0;
		z-index: 10;
		display: block;
		background-color: white;
	}

	.form_search {
		width: 0;
		z-index: 5;
		overflow: hidden;
		padding: 0;
		height: 38px;
		transition: 0.5s;
	}

	.open .form_search {
		width: 330px;
	}

	.form_search input {
		width: calc(100% - 60px);
		float: left;
		border: 1px solid #ab0d01;
	}

	.form_search button {
		width: 60px;
		float: left;
		background-color: #b20a01;
		border: 1px solid #af0c02;
	}

	.form_search button i {
		font-size: 16px;
		color: #fff;
	}

	.form_search .form-control {
		border-radius: 0;
		box-shadow: none;
	}
}

@media(max-width:990px) {
	button.signup-mobile {
		display: block;
	}

	.box-sig-up {
		display: flex;
		gap: 10px;
	}

	button.signup-mobile {
		margin-left: 10px;
	}

	li.header-profile-cart {
		display: none;
	}

	.announcement-mobile.ta-center {
		display: none;
	}
}

@media(max-width:768px) {
	section.sigin-header.active-mobile .form-container.sign-in-container {
		display: none;
	}


	section.sigin-header.active-mobile .form-container.sign-up-container {
		width: 100%;
	}

	section.sigin-header.active-mobile .container-singin {
		min-height: unset;
		height: 500px;
	}

	.signup--header-home.active .sigin-header {
		height: 100%;
	}

	.box-sign {
		display: flex;
		gap: 10px;
	}

	.sign-mobile {
		display: flex;
	}

	button.sign-mobile {
		margin-left: 10px;
	}

	section.sigin-header form {
		padding: 0px 20px;
	}

	section.sigin-header form h1 {
		font-size: 30px;
	}

	.overlay-panel.overlay-right {
		display: none !important;

	}

	section.sigin-header .overlay-panel {}

	section.sigin-header .overlay-container {
		width: 100%;
		display: none !important;

	}

	section.sigin-header .sign-in-container {
		width: 100%;
	}

	.container-singin {
		width: 455px;
		min-height: 415px;
	}

	.close-form-dk {
		color: #000000a6;
	}
}

@media (max-width: 586px) {

	section.sigin-header button,
	.sigin-header .btn-red {
		padding: 10px 25px;
	}

	.signup--header-home.active .sigin-header {
		width: 100%;
	}

	.container-singin {
		width: 80%;
		min-height: 415px;
	}

	.announcement__title {
		font-size: 9px;
		color: white;
		padding: 10px 0px 9px 0px;
		text-shadow: -1px 3px 3px #28252500;
		font-family: unset;
	}

	.header-mobile-bt {
		padding: 10px 0px;
	}

	.header-logo a img {
		height: 70px;
	}

	.header-menu-mb ul li .header-mb__search,
	.header-menu-mb ul li .header-mb__cart,
	.header-menu-mb ul li .header-mb__bar {
		height: 28px;
		width: 28px;
		margin-left: 8px;
	}

}

.password-container {
	position: relative;
	width: 100%
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
