
.tab-left-container[data-v-5b992e08] {
	width: 100%;
	height: 100%;
	position: absolute;
}
.tab-content[data-v-5b992e08] {
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
	color: #363445;
	margin-top: 4px;
}
.tab[data-v-5b992e08] {
	margin-top: 12px;
	text-align: center;
	padding: 6px;
	width: 100%;
	position: relative;
	display: block;
}
.tab[data-v-5b992e08]:hover {
	cursor: pointer;
}
.tab-active[data-v-5b992e08] {
	border-left: 2px solid var(--c-green);
	width: calc(100% - 2px);
}
.tab-content-active[data-v-5b992e08] {
	color: var(--c-green);
}
.img-tab[data-v-5b992e08] {
	width: 24px;
	height: 24px;
}
.tab-phone[data-v-5b992e08] {
	display: none;
}
.unread[data-v-5b992e08] {
	clear: both;
	display: inline-block;
	background: #f46414;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-weight: 500;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
}
.hoverMore[data-v-5b992e08] {
	position: relative;
}
.overlayMore[data-v-5b992e08] {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.moreContainer[data-v-5b992e08] {
	position: absolute;
	background: #ffffff;
	box-shadow: 0 1px 5px #00000040;
	left: 58px;
	top: -88px;
	z-index: 5;
	overflow: hidden;
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 6px;
	row-gap: 24px;
	padding: 24px 12px;
}
.tab-more[data-v-5b992e08] {
	text-align: center;
	width: 81px;
	cursor: pointer;
}
@media screen and (max-width: 600px) {
.tab-left-container[data-v-5b992e08] {
		text-align: center;
}
.tab[data-v-5b992e08] {
		clear: both;
		display: inline-block;
		margin-top: 4px;
		margin-left: 0;
		margin-right: 0;
		width: 20%;
}
.tab-active[data-v-5b992e08] {
		border-left: none;
		width: 20%;
}
.tab-com[data-v-5b992e08] {
		display: none;
}
}

.hover[data-v-3a0c63a5] {
    position: relative;
}
.container[data-v-3a0c63a5] {
    position: absolute;
    width: 300px;
    right: 0px;
    top: 24px;
    overflow: hidden;
}
.tab[data-v-3a0c63a5] {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .01em;
    color: #363445;
    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #cdd6df;
}
.tab[data-v-3a0c63a5]:hover {
    background: #f5f5f5;
    cursor: pointer;
}
.tab--active[data-v-3a0c63a5] {
    background: #00693b;
    color: #fff;
}
.tab--active[data-v-3a0c63a5]:hover {
    background: #00693b;
    color: #fff;
}
.tab-manage[data-v-3a0c63a5] {
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0px 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01em;
    color: #0960bd;
    background: #f5f5f5;
    cursor: pointer;
}

.overlay[data-v-1b0909a4] {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.navbar-container[data-v-1b0909a4] {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--c-blue-dark);
	display: flex;
	align-items: center;
}
.nav-tool-container[data-v-1b0909a4] {
	margin-left: auto;
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 24px;
}
.btnNav[data-v-1b0909a4] {
	background-color: var(--c-blue-dark);
	border: none;
	color: white;
	font-weight: 500;
	font-size: 17px;
	border: 1px solid white;
	padding: 4px 8px;
}
.btnCart[data-v-1b0909a4] {
	margin-right: 24px;
}
.btnCart[data-v-1b0909a4]:hover {
	cursor: pointer;
}
.nav-btn-home[data-v-1b0909a4] {
	margin-right: 12px;
}
.nav-btn-home[data-v-1b0909a4]:hover {
	cursor: pointer;
}
.navLink[data-v-1b0909a4] {
	color: white;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	margin-right: 24px;
	cursor: pointer;
}
.navLink-active[data-v-1b0909a4] {
	color: white;
}
.auth-avata[data-v-1b0909a4] {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	overflow: hidden;
}
.auth-name[data-v-1b0909a4] {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
	margin: 0px 12px;
}
.nav-auth[data-v-1b0909a4] {
	display: flex;
	align-items: center;
}
.nav-auth[data-v-1b0909a4]:hover {
	cursor: pointer;
}
.auth-dropdown[data-v-1b0909a4] {
	position: fixed;
	width: 192px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	top: 50px;
	display: none;
	overflow: hidden;
	right: 24px;
}
.auth-dropdown-show[data-v-1b0909a4] {
	display: block;
}
.auth-content[data-v-1b0909a4] {
	height: 54px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #363445;
	padding: 16px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #cdd6df;
	text-decoration: none;
}
.auth-content[data-v-1b0909a4]:hover {
	background-color: var(--c-green);
	color: var(--c-white);
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
}
.nav-bar-search-container[data-v-1b0909a4] {
	background: var(--c-white);
	width: 448px;
	height: 32px;
	border-radius: 100px;
	position: relative;
	left: 200px;
	display: flex;
	align-items: center;
}
.icon-search[data-v-1b0909a4] {
	position: absolute;
	right: 24px;
}
.search-input[data-v-1b0909a4] {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #c4c4c4;
	width: 374px;
	position: absolute;
	left: 24px;
	padding: 0px;
	margin: 0px;
	outline: none;
	border: none;
	color: #212529;
}
.cartContainer[data-v-1b0909a4] {
	position: relative;
}
.numCart[data-v-1b0909a4] {
	clear: both;
	display: inline-block;
	background: #f46414;
	border-radius: 100px;
	position: absolute;
	left: 30%;
	top: -4px;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.numCartText[data-v-1b0909a4] {
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #fff;
	clear: both;
	display: inline-block;
}
@media screen and (max-width: 600px) {
.navLink[data-v-1b0909a4] {
		display: none;
}
}

.overlay[data-v-da705262] {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.question-container[data-v-da705262] {
	border-radius: 5px;
	width: 450px;
	background-color: #fff;
	text-align: center;
	padding: 24px;
	position: relative;
}
.question-header[data-v-da705262] {
	width: 100%;
	height: 36px;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.01em;
	color: #00693b;
}
.question-body[data-v-da705262] {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #525252;
	margin: 20px 0;
}
.btn[data-v-da705262] {
	width: 150px;
	height: 48px;
	left: 732px;
	top: 346px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
}
.btnAccept[data-v-da705262] {
	background: #00693b;
	border-radius: 6px;
	border: 1px solid #00693b;
	color: #f5f5f5;
}
.btnCancel[data-v-da705262] {
	background: #fff;
	border-radius: 6px;
	margin-right: 20px;
	border: 1px solid #334d6e;
	color: #334d6e;
}
.btn + .btn[data-v-da705262] {
	margin-left: 12px;
}
.questionCloseBtn[data-v-da705262] {
	position: absolute;
	right: 24px;
	top: 24px;
}
.questionCloseBtn[data-v-da705262]:hover {
	cursor: pointer;
}
.iconsQuestion[data-v-da705262] {
	margin-top: 12px;
}
@media screen and (max-width: 600px) {
.btn[data-v-da705262] {
		width: 120px;
}
}

.noti-container[data-v-8a5741ce] {
	position: fixed;
	min-width: 260px;
	min-height: 56px;
	right: 24px;
	top: 60px;
	background: #00693b;
	border-radius: 6px;
	clear: both;
	display: block;
	z-index: 4;

	font-weight: normal;
	font-size: 16px;
	line-height: 24px;

	letter-spacing: 0.02em;
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 0px 60px 0px 16px;

	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.noti-container[data-v-8a5741ce]:hover {
	cursor: pointer;
}
.noti-container-error[data-v-8a5741ce] {
	background: #eb5757;
}
.close-noti[data-v-8a5741ce] {
	position: absolute;
	right: 16px;
}
.noti-bottom[data-v-8a5741ce] {
	top: auto;
	bottom: 60px;
}
@media screen and (max-width: 600px) {
.noti-container[data-v-8a5741ce] {
		top: 48px;
		right: 12px;
		width: calc(100% - 24px);
}
}

.account-container[data-v-23496e52] {
	width: 660px;
	background: #ffffff;
	border: 1px solid #cdd6df;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
}
.account-div[data-v-23496e52] {
	height: 70px;
	width: 100%;
	border-bottom: 1px solid #cdd6df;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}
.account-div-left[data-v-23496e52] {
	width: 192px;
	height: 70px;
	background: #f5f5f5;
	border-right: 1px solid #cdd6df;
	display: flex;
	align-items: center;
	padding: 16px;
	margin-right: 16px;
}
.account-div-left-content[data-v-23496e52] {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #363445;
}
.account-div-content[data-v-23496e52] {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #525252;
}
.account-div-input[data-v-23496e52] {
	background: #fefeff;
	border: 0.5px solid #c2cfe0;
	box-sizing: border-box;
	border-radius: 4px;
	width: 436px;
	height: 30px;
	font-size: 15px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	padding-left: 6px;
	color:#363445;
}
.account-btn[data-v-23496e52] {
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

	text-align: center;
	letter-spacing: 0.02em;
	padding: 8px 24px;

	background: #00693b;
	color: #ffffff;
	border: 1px solid #00693b;
	float: right;
	margin-top: 24px;
}
.account-validation[data-v-23496e52] {
	height: 20px;
	width: 436px;
	position: absolute;
	bottom: 0px;
	right: 14px;
	font-size: 15px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	color: #f46414;
}
@media screen and (max-width: 600px) {
.account-container[data-v-23496e52] {
		background: #ffffff;
		border: 1px solid #cdd6df;
		box-sizing: border-box;
		box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
		padding: 12px;
		width: 100%;
		height: auto;
}
.account-div[data-v-23496e52] {
		height: auto;
		border-bottom: none;
		display: block;
		padding: 2px;
		padding-bottom: 12px;
		overflow: auto;
}
.account-div-left[data-v-23496e52] {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		align-items: center;
		letter-spacing: 0.02em;
		color: #363445;
		margin-bottom: 4px;
		margin-right: 0px;
		width: 100%;

		height: auto;

		background: white;

		border: none;
		padding: 0px;
		display: block;
}
.account-div-input[data-v-23496e52] {
		width: 100%;
		background: #fefeff;
		border: 1px solid #cdd6df;
		box-sizing: border-box;
		border-radius: 4px;
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
		align-items: center;
		letter-spacing: 0.02em;
}
}

.account-container[data-v-1c1eab51] {
	width: 660px;
	background: #ffffff;
	border: 1px solid #cdd6df;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
}
.account-div[data-v-1c1eab51] {
	height: 70px;
	width: 100%;
	border-bottom: 1px solid #cdd6df;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}
.account-div-left[data-v-1c1eab51] {
	width: 192px;
	height: 70px;
	background: #f5f5f5;
	border-right: 1px solid #cdd6df;
	display: flex;
	align-items: center;
	padding: 16px;
	margin-right: 16px;
}
.account-div-left-content[data-v-1c1eab51] {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #363445;
}
.account-div-content[data-v-1c1eab51] {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #525252;
}
.account-div-input[data-v-1c1eab51] {
	background: #fefeff;
	border: 0.5px solid #c2cfe0;
	box-sizing: border-box;
	border-radius: 4px;
	width: 436px;
	height: 30px;
	font-size: 15px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	padding-left: 6px;
}
.account-btn[data-v-1c1eab51] {
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

	text-align: center;
	letter-spacing: 0.02em;
	padding: 8px 24px;

	background: #00693b;
	color: #ffffff;
	border: 1px solid #00693b;
	float: right;
	margin-top: 24px;
}
.account-validation[data-v-1c1eab51] {
	height: 20px;
	width: 436px;
	position: absolute;
	bottom: 0px;
	right: 14px;
	font-size: 15px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	color: #f46414;
}
@media screen and (max-width: 600px) {
.account-container[data-v-1c1eab51] {
		background: #ffffff;
		border: 1px solid #cdd6df;
		box-sizing: border-box;
		box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
		padding: 12px;
		width: 100%;
		height: auto;
}
.account-div[data-v-1c1eab51] {
		height: auto;
		border-bottom: none;
		display: block;
		padding: 2px;
		padding-bottom: 12px;
		overflow: auto;
}
.account-div-left[data-v-1c1eab51] {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		align-items: center;
		letter-spacing: 0.02em;
		color: #363445;
		margin-bottom: 4px;
		margin-right: 0px;
		width: 100%;

		height: auto;

		background: white;

		border: none;
		padding: 0px;
		display: block;
}
.account-div-input[data-v-1c1eab51] {
		width: 100%;
		background: #fefeff;
		border: 1px solid #cdd6df;
		box-sizing: border-box;
		border-radius: 4px;
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
		align-items: center;
		letter-spacing: 0.02em;
}
}

.overlayProfile[data-v-279c968a] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.detailProfileContainer[data-v-279c968a] {
  position: fixed;

  border-radius: 6px;
  width: 920px;
  height: 550px;
  top: calc(50% - 275px);
  left: calc(50% - 460px);
  background-color: white;
  z-index: 1;

  overflow: hidden;
}
.showProfile-header[data-v-279c968a] {
  height: 72px;

  border-bottom: 1px solid #cdd6df;
  padding: 24px;
  display: flex;
  align-items: center;
}
.showProfile-header-name[data-v-279c968a] {
  font-weight: 500;
  font-size: 17px;

  line-height: 24px;
  /* Title text */
  color: #363445;
  clear: both;
}
.showProfile-action[data-v-279c968a] {
  clear: both;
  display: inline-block;
  position: absolute;
  right: 24px;
}
.img-close[data-v-279c968a]:hover {
  cursor: pointer;
}
.profile-manage-container[data-v-279c968a] {
  height: 526px;
  width: 100%;
  position: absolute;

  padding: 24px;
}
.profile-manage-tab-left-container[data-v-279c968a] {
  width: 196px;
  position: absolute;
}
.profile-manage-tab-left[data-v-279c968a] {
  width: 196px;
  height: 40px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.profile-manage-tab-left[data-v-279c968a]:hover {
  cursor: pointer;
}
.profile-manage-tab-left-active[data-v-279c968a] {
  background: #cdd6df;
  color: #334d6e;
}
.profile-manage-detail-container[data-v-279c968a] {
  position: absolute;
  width: 660px;
  top: 24px;
  right: 24px;
  overflow: hidden;
}

/*===*/
.showProfile-header-phone[data-v-279c968a] {
  display: none;
}
.header-select[data-v-279c968a] {
  height: 100%;
  width: 50%;
  background: #f5f5f5;
  clear: both;
  display: inline-block;
  border-right: 1px solid #cdd6df;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #90a0b7;
  display: inline-flex;
  align-items: center;
  padding-left: 12px;
  white-space: nowrap;
}
.header-select-active[data-v-279c968a] {
  color: #363445;
  background: white;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
.detailProfileContainer[data-v-279c968a] {
    width: 100%;
    height: calc(100% - 60px);
    left: 0px;
    top: 0px;
    border-radius: 0px;
}
.profile-manage-tab-left-container[data-v-279c968a] {
    display: none;
}
.profile-manage-tab-left[data-v-279c968a] {
    width: 100%;
}
.profile-manage-detail-container[data-v-279c968a] {
    width: 100%;
    height: auto;
    position: static;
    padding-bottom: 24px;
}
.overlayProfile[data-v-279c968a] {
    z-index: 4;
}
.profile-manage-container[data-v-279c968a] {
    height: 100%;
    padding: 12px;
    overflow-y: auto;
}
.showProfile-header[data-v-279c968a] {
    padding: 12px;
    height: 48px;
}
.showProfile-header[data-v-279c968a] {
    display: none;
}
.showProfile-header-phone[data-v-279c968a] {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border-bottom: 1px solid #c2cfe0;
    font-size: 0px;
    white-space: nowrap;
    display: block;
}
}

.loading[data-v-277cd04d] {
	position: relative;
	background-color: #e2e2e2;
	clear: both;
	display: inline-block;
	overflow: hidden;
}
.loading[data-v-277cd04d]::after {
	clear: both;
	display: inline-block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background: -webkit-gradient(linear, left top,
			right top, from(transparent),
			color-stop(rgba(255, 255, 255, 0.2)),
			to(transparent));

	background: linear-gradient(90deg, transparent,
			rgba(255, 255, 255, 0.2), transparent);
	animation: loading-277cd04d 0.8s infinite;
}
@keyframes loading-277cd04d {
100% {
		transform: translateX(100%);
}
}

.image[data-v-26f3046c] {
	width: 100%;
	height: 100%;
	clear: both;
	display: inline-block;
}

.pagination[data-v-0b7e72b7] {
    display: inline-block;
}
.pagination .page[data-v-0b7e72b7] {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination .page.active[data-v-0b7e72b7] {
    background-color: #00693b;
    color: white;
}
.pagination .page[data-v-0b7e72b7]:hover:not(.active) {
    cursor: pointer;
    background-color: #ddd;
}
