:root {
  --font-pri: "Inter", sans-serif;
  --font-sec: "Manrope", sans-serif;
  --font-third: "Open Sans", sans-serif; }

.row {
  --col-gap: 2.4rem;
  --row-gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--col-gap) / 2 * -1) calc(var(--row-gap) * -1); }

.col {
  width: 100%;
  padding: 0 calc(var(--col-gap) / 2);
  margin-bottom: var(--row-gap); }
  .col-11 {
    width: calc(11/12 * 100%); }
  .col-10 {
    width: calc(10/12 * 100%); }
  .col-9 {
    width: calc(9/12 * 100%); }
  .col-8 {
    width: calc(8/12 * 100%); }
  .col-7 {
    width: calc(7/12 * 100%); }
  .col-6 {
    width: 50%; }
  .col-5 {
    width: calc(5/12 * 100%); }
  .col-4 {
    width: calc(4/12 * 100%); }
  .col-3 {
    width: calc(3/12 * 100%); }
  .col-2 {
    width: calc(2/12 * 100%); }
  .col-1 {
    width: calc(1/12 * 100%); }

/*------------------------------------------------------------
	Clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
.prod.prod-best .product-stt,
.prod.prod-best .article-content {
  display: none; }

.prod.prod-best.is-reverse .product-numb {
  bottom: unset;
  top: 1.2rem; }

.prod.prod-best.is-reverse .article-content {
  display: block; }

.prod.prod-best.is-reverse .product-discount {
  justify-content: center; }

.prod.prod-best.is-reverse .tags,
.prod.prod-best.is-reverse .article-title,
.prod.prod-best.is-reverse .discount-txt {
  display: none; }

.prod.prod-best.is-reverse .price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f0f0f; }
  @media only screen and (max-width: 1200px) {
    .prod.prod-best.is-reverse .price {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .prod.prod-best.is-reverse .price {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 575.98px) {
    .prod.prod-best.is-reverse .price {
      font-size: 1.6rem; } }
  .prod.prod-best.is-reverse .price .amount {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0f0f0f;
    flex-direction: column;
    gap: 0;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .prod.prod-best.is-reverse .price .amount {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .prod.prod-best.is-reverse .price .amount {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 575.98px) {
      .prod.prod-best.is-reverse .price .amount {
        font-size: 1.6rem; } }
    .prod.prod-best.is-reverse .price .amount del {
      text-decoration: unset; }
      .prod.prod-best.is-reverse .price .amount del .amount {
        font-size: 1.8rem;
        color: #777777;
        font-weight: 400;
        text-decoration: line-through; }
        @media only screen and (max-width: 1200px) {
          .prod.prod-best.is-reverse .price .amount del .amount {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .prod.prod-best.is-reverse .price .amount del .amount {
            font-size: 1.5rem; } }

@media screen and (max-width: 991.98px) {
  .prod.prod-best.is-reverse .swiper-wrapper {
    flex-direction: row;
    row-gap: 1.6rem; }
  .prod.prod-best.is-reverse .article-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .prod.prod-best.is-reverse .article-content {
    padding: 1.2rem 1.4rem;
    background: #fff;
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem; }
  .prod.prod-best.is-reverse .price {
    font-size: 1.4rem;
    color: #0f0f0f;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .prod.prod-best.is-reverse .price .amount {
      font-size: 1.4rem;
      color: #0f0f0f;
      font-weight: 700; } }
    @media screen and (max-width: 991.98px) and (max-width: 575.98px) {
      .prod.prod-best.is-reverse .price .amount {
        gap: 0.4rem !important; }
        .prod.prod-best.is-reverse .price .amount del .amount {
          font-size: 1.4rem; } }

.prod.prod-best.top-best .swiper-wrapper {
  counter-reset: product-counter; }

.prod.prod-best.top-best .swiper-slide {
  counter-increment: product-counter; }

.prod.prod-best.top-best .article-card {
  padding-top: 2.5rem;
  padding-left: 2.1rem; }
  @media screen and (max-width: 575.98px) {
    .prod.prod-best.top-best .article-card {
      padding-left: 1.4rem;
      padding-top: 1.6rem; } }

.prod.prod-best.top-best .product-stt {
  display: flex; }
  .prod.prod-best.top-best .product-stt > span {
    position: relative;
    display: block; }
    .prod.prod-best.top-best .product-stt > span::before {
      content: counter(product-counter); }

.prod.prod-normal .product-numb,
.prod.prod-normal .product-stt,
.prod.prod-normal .tags,
.prod.prod-normal .discount-txt {
  display: none; }

.prod.prod-normal .article-title {
  margin-top: 0; }
  @media screen and (max-width: 991.98px) {
    .prod.prod-normal .article-title {
      font-size: 1.4rem; } }

.prod.prod-normal .article-img {
  border-radius: 1.2rem; }

.prod.prod-normal .article-content {
  padding-top: 1.2rem; }
  .prod.prod-normal .article-content .price .amount {
    font-size: 1.8rem; }
    @media only screen and (max-width: 1200px) {
      .prod.prod-normal .article-content .price .amount {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 800px) {
      .prod.prod-normal .article-content .price .amount {
        font-size: 1.5rem; } }
    .prod.prod-normal .article-content .price .amount del {
      text-decoration: unset; }
      .prod.prod-normal .article-content .price .amount del .amount {
        font-size: 1.4rem;
        font-weight: 400;
        text-decoration: line-through; }
        @media screen and (max-width: 575.98px) {
          .prod.prod-normal .article-content .price .amount del .amount {
            font-size: 1.2rem; } }
        @media screen and (max-width: 575.98px) {
          .prod.prod-normal .article-content .price .amount del .amount {
            font-size: 1rem;
            text-align: center; } }
    .prod.prod-normal .article-content .price .amount:has(del) {
      display: flex;
      flex-direction: row-reverse;
      gap: 0.8rem; }
      @media screen and (max-width: 575.98px) {
        .prod.prod-normal .article-content .price .amount:has(del) {
          flex-direction: column;
          gap: 0; } }

@media screen and (max-width: 991.98px) {
  .prod.prod-normal.is-other .prod-slider {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    padding-left: 0; }
    .prod.prod-normal.is-other .prod-slider .swiper-slide {
      padding: 0 2.5rem; }
  .prod.prod-normal.is-other .article-card {
    display: flex;
    gap: 1.6rem;
    align-items: center; }
  .prod.prod-normal.is-other .article-content {
    flex: 1;
    padding: 0; }
  .prod.prod-normal.is-other .article-picture {
    width: 40%; } }
  @media screen and (max-width: 991.98px) and (max-width: 575.98px) {
    .prod.prod-normal.is-other .article-picture {
      width: 10rem; } }

@media screen and (max-width: 991.98px) {
  .prod.prod-normal.is-other .article-img {
    padding-top: calc(146 / 100 * 100%);
    border-radius: 0.8rem; }
  .prod.prod-normal.is-other .price {
    font-size: 1.4rem;
    color: #424242;
    font-weight: 400; }
    .prod.prod-normal.is-other .price .amount {
      font-size: 1.4rem;
      color: #777;
      font-weight: 400; } }
    @media screen and (max-width: 991.98px) and (max-width: 575.98px) {
      .prod.prod-normal.is-other .price .amount {
        font-size: 1.4rem;
        gap: 0.4rem !important; }
        .prod.prod-normal.is-other .price .amount del .amount {
          font-size: 1rem;
          text-align: left; } }

@media screen and (max-width: 575.98px) {
  .prod.prod-normal.is-other .article-title {
    color: #343434; } }

@media screen and (max-width: 425.98px) {
  .prod.prod-normal.is-other .prod-slider {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-left: 0; }
    .prod.prod-normal.is-other .prod-slider .swiper-slide {
      padding: 0 1rem; }
  .prod.prod-normal.is-other .article-card {
    gap: 1rem; } }

@media screen and (max-width: 991.98px) {
  .prod.prod-normal .swiper-wrapper {
    flex-direction: row;
    row-gap: 2rem; }
  .prod.prod-normal .prod-slider .swiper-slide {
    min-width: unset; }
  .prod.prod-normal:not(.is-other) .article-content {
    background: #fff;
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    padding: 1.2rem 1.4rem; }
  .prod.prod-normal:not(.is-other) .article-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .prod.prod-normal:not(.is-other) .article-title {
    font-size: 1.4rem;
    color: #777;
    font-weight: 400;
    text-align: center;
    line-height: 1.3; }
  .prod.prod-normal:not(.is-other) .product-discount {
    justify-content: center; }
  .prod.prod-normal:not(.is-other) .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0f0f0f;
    font-size: 1.2rem;
    font-weight: 700; }
    .prod.prod-normal:not(.is-other) .price .amount {
      color: #0f0f0f;
      font-size: 1.2rem;
      font-weight: 700; } }
    @media screen and (max-width: 991.98px) and (max-width: 575.98px) {
      .prod.prod-normal:not(.is-other) .price .amount {
        text-align: center;
        gap: 0.4rem !important; }
        .prod.prod-normal:not(.is-other) .price .amount del .amount {
          color: #5c5b5b; } }

.prod.prod-new .product-numb,
.prod.prod-new .product-stt,
.prod.prod-new .discount-txt {
  display: none; }

@media screen and (max-width: 991.98px) {
  .prod.prod-new .prod-slider {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    padding-left: 0; }
    .prod.prod-new .prod-slider .swiper-slide {
      padding: 0 2.5rem; }
  .prod.prod-new .swiper-wrapper {
    flex-direction: row;
    row-gap: 1.6rem; }
  .prod.prod-new .article-card {
    display: flex;
    gap: 1.6rem;
    align-items: center; }
  .prod.prod-new .article-content {
    flex: 1;
    padding: 0; }
  .prod.prod-new .article-picture {
    width: 40%; } }
  @media screen and (max-width: 991.98px) and (max-width: 575.98px) {
    .prod.prod-new .article-picture {
      width: 10rem; } }

@media screen and (max-width: 991.98px) {
  .prod.prod-new .article-img {
    padding-top: calc(146 / 100 * 100%);
    border-radius: 0.8rem; }
  .prod.prod-new .price {
    font-size: 1.4rem;
    color: #424242;
    font-weight: 400; }
    .prod.prod-new .price .amount {
      font-size: 1.4rem;
      color: #424242;
      font-weight: 400; } }

@media screen and (max-width: 425.98px) {
  .prod.prod-new .prod-slider {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-left: 0; }
    .prod.prod-new .prod-slider .swiper-slide {
      padding: 0 1rem; }
  .prod.prod-new .article-card {
    gap: 1rem; } }

.prod.prod-sale {
  background: #fffcef; }
  .prod.prod-sale .product-numb,
  .prod.prod-sale .product-stt,
  .prod.prod-sale .tags {
    display: none; }
  .prod.prod-sale .product-top {
    display: flex;
    flex-direction: column-reverse; }
  .prod.prod-sale .product-discount {
    padding: 16.5px 20px;
    background: linear-gradient(90deg, #feecbe 0%, #ffce52 99.99%);
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem; }
  .prod.prod-sale .article-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .prod.prod-sale .article-content {
    padding: 0; }
  .prod.prod-sale .price .amount {
    font-weight: 700;
    flex-direction: column-reverse;
    gap: 0; }
    .prod.prod-sale .price .amount:not(:has(del)) .amount {
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .prod.prod-sale .price .amount:not(:has(del)) .amount {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .prod.prod-sale .price .amount:not(:has(del)) .amount {
          font-size: 1.7rem; } }
      @media only screen and (max-width: 575.98px) {
        .prod.prod-sale .price .amount:not(:has(del)) .amount {
          font-size: 1.6rem; } }
      @media screen and (max-width: 575.98px) {
        .prod.prod-sale .price .amount:not(:has(del)) .amount {
          font-size: 1.4rem; } }
    @media screen and (max-width: 575.98px) {
      .prod.prod-sale .price .amount del .amount {
        font-size: 1rem;
        color: #757474; } }
  .prod.prod-sale .article-title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #777;
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 1200px) {
      .prod.prod-sale .article-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .prod.prod-sale .article-title {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 575.98px) {
      .prod.prod-sale .article-title {
        font-size: 1.6rem; } }
    .prod.prod-sale .article-title:hover {
      color: #c6342e; }
  @media screen and (max-width: 991.98px) {
    .prod.prod-sale .product-discount {
      padding: 0.8rem 1.2rem;
      border-bottom-left-radius: 1.2rem;
      border-bottom-right-radius: 1.2rem; }
    .prod.prod-sale .price {
      display: flex;
      flex-direction: column;
      font-size: 1.4rem; }
      .prod.prod-sale .price .amount {
        font-size: 1.4rem; }
    .prod.prod-sale .discount-txt {
      font-size: 0.8rem; }
    .prod.prod-sale .article-img {
      border-top-left-radius: 1.2rem;
      border-top-right-radius: 1.2rem; }
    .prod.prod-sale .article-title {
      font-size: 1.4rem;
      color: #777;
      font-weight: 400; } }
  @media screen and (max-width: 575.98px) {
    .prod.prod-sale {
      background: transparent; } }

.prod .box-btn {
  margin-top: 3.2rem;
  margin-right: auto;
  margin-left: auto;
  width: fit-content; }
  .prod .box-btn .btn {
    padding: 1.1rem 3.2rem; }
    @media screen and (max-width: 575.98px) {
      .prod .box-btn .btn {
        line-height: 1.5; } }

.prod-slider {
  position: relative;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
  margin-top: 4rem; }
  .prod-slider .swiper-slide {
    width: 25%;
    padding: 0 0.4rem; }
  @media screen and (max-width: 991.98px) {
    .prod-slider {
      margin-top: 2.4rem;
      margin-right: -1.9rem;
      margin-left: -1.9rem;
      padding-left: 1.5rem; }
      .prod-slider .swiper-slide {
        width: calc(100% / 3);
        min-width: 15.1rem; } }

.prod-button {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2f4f7; }
  .prod-button::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 2.6rem;
    height: 2.2rem;
    background-image: url("../images/common/arrown.svg"); }
  .prod-button.swiper-button-prev {
    transform: rotate(-180deg);
    left: -9.6rem; }
  .prod-button.swiper-button-next {
    right: -9.6rem; }
  @media screen and (max-width: 1440.98px) {
    .prod-button {
      width: 4.4rem;
      height: 4.4rem; }
      .prod-button.swiper-button-prev {
        left: 1.5rem; }
      .prod-button.swiper-button-next {
        right: 1.5rem; }
      .prod-button::after {
        width: 2rem;
        height: 1.8rem; } }
  @media screen and (max-width: 991.98px) {
    .prod-button {
      display: none; } }

.prod-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; }
  .prod-header .flash-header {
    flex: 1; }

.p-productdt .woocommerce-breadcrumb {
  display: none; }

.product-discount .price .amount {
  font-size: 1.8rem;
  gap: 0.4rem; }
  @media only screen and (max-width: 1200px) {
    .product-discount .price .amount {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .product-discount .price .amount {
      font-size: 1.5rem; } }
  .product-discount .price .amount del {
    text-decoration: unset; }
    .product-discount .price .amount del .amount {
      font-size: 1.4rem;
      font-weight: 400;
      text-decoration: line-through;
      gap: 0.4rem; }
      @media screen and (max-width: 575.98px) {
        .product-discount .price .amount del .amount {
          font-size: 1.2rem; } }
      @media screen and (max-width: 575.98px) {
        .product-discount .price .amount del .amount {
          font-size: 1rem; } }
  .product-discount .price .amount:has(del) {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.8rem; }
    @media screen and (max-width: 575.98px) {
      .product-discount .price .amount:has(del) {
        gap: 0.4rem;
        flex-direction: column; } }

@media screen and (max-width: 575.98px) {
  .product-item .article-title {
    line-height: 1.15; } }

.product-discount .min-price-range,
.product-discount .max-price-variation {
  display: none; }

.sugesst-pro .min-price-range,
.sugesst-pro .max-price-variation {
  display: inline-block; }

.account {
  padding: 2rem 0; }
  @media screen and (max-width: 576px) {
    .account {
      padding: 0; } }
  .account-wrap,
  .account-wrap .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem; }
    @media screen and (max-width: 1199.98px) {
      .account-wrap,
      .account-wrap .woocommerce {
        gap: 1.6rem; } }
  .account-cate {
    width: calc(3 / 12 * 100% - 1.6rem); }
    @media screen and (max-width: 1199.98px) {
      .account-cate {
        width: calc(3 / 12 * 100% - 0.8rem); } }
    @media screen and (max-width: 768px) {
      .account-cate {
        width: calc(5 / 12 * 100% - 0.8rem); } }
    @media screen and (max-width: 576px) {
      .account-cate {
        width: 100%; } }
  .account-cate .menu-list {
    flex-direction: column;
    align-items: initial;
    padding-top: 1.6rem;
    border-top: 0.2rem solid #e4e7ec; }
    @media screen and (max-width: 576px) {
      .account-cate .menu-list {
        padding: 3.2rem 0;
        margin: 0 -1.6rem;
        border-top: none;
        height: auto;
        width: calc(100% + 3.2rem) !important; } }
  .account-cate .menu-item {
    color: #0f0f0f;
    font-weight: 400;
    padding: 1.6rem 0;
    display: flex;
    flex-wrap: wrap;
    height: fit-content; }
    @media screen and (min-width: 576.02px) {
      .account-cate .menu-item.menu-item-policy {
        display: none; } }
    @media screen and (max-width: 576px) {
      .account-cate .menu-item {
        color: #000;
        padding: 1.2rem 1.6rem;
        font-size: 1.2rem; }
        .account-cate .menu-item.menu-item-gallery, .account-cate .menu-item.menu-item-rank, .account-cate .menu-item.menu-item-order {
          display: none; } }
    .account-cate .menu-item.menu-item:not(.menu-item-has-children) {
      width: fit-content; }
      @media screen and (max-width: 576px) {
        .account-cate .menu-item.menu-item:not(.menu-item-has-children) {
          width: 100%; } }
    .account-cate .menu-item::before {
      content: none; }
    @media screen and (min-width: 576.02px) {
      .account-cate .menu-item.current-menu-item, .account-cate .menu-item:hover, .account-cate .menu-item:focus-visible {
        color: #c6342e; } }
    @media screen and (min-width: 576.02px) {
      .account-cate .menu-item-logout {
        margin-top: 4.2rem; } }
  .account-cate .menu-item .menu-link:hover, .account-cate .menu-item .menu-link:focus-visible {
    color: currentColor;
    transition: initial; }
  .account-cate .menu-item img {
    margin-top: 0.2rem;
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(738%) hue-rotate(321deg) brightness(94%) contrast(89%);
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(738%) hue-rotate(321deg) brightness(94%) contrast(89%); }
    @media screen and (max-width: 576px) {
      .account-cate .menu-item img {
        margin-top: 0; } }
  .account-cate .menu-item img:last-of-type {
    margin-left: auto;
    margin-top: 0.3rem;
    transition: transform 0.4s; }
    @media screen and (max-width: 576px) {
      .account-cate .menu-item img:last-of-type {
        margin-top: 0; } }
  .account-cate .menu-item:not(.menu-item-has-children) img:last-of-type {
    display: none; }
    @media screen and (max-width: 576px) {
      .account-cate .menu-item:not(.menu-item-has-children) img:last-of-type {
        display: block; } }
  @media screen and (max-width: 576px) {
    .account-cate > .menu-list > .menu-item:not(:first-child) {
      border-top: 1px solid rgba(0, 0, 0, 0.05); } }
  .account-cate > .menu-list > .menu-item > .menu-link {
    height: fit-content;
    width: 100%;
    align-items: initial;
    display: flex; }
    .account-cate > .menu-list > .menu-item > .menu-link span {
      margin-left: 0.8rem; }
      @media screen and (max-width: 575.98px) {
        .account-cate > .menu-list > .menu-item > .menu-link span {
          line-height: 2rem; } }
    @media screen and (max-width: 576px) {
      .account-cate > .menu-list > .menu-item > .menu-link img:first-child {
        filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2204%) hue-rotate(347deg) brightness(110%) contrast(84%);
        -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2204%) hue-rotate(347deg) brightness(110%) contrast(84%); } }
  .account-cate > .menu-list > .menu-item.current-menu-item > .menu-link {
    width: 100%; }
    @media screen and (min-width: 576.02px) {
      .account-cate > .menu-list > .menu-item.current-menu-item > .menu-link img:first-child {
        filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2204%) hue-rotate(347deg) brightness(110%) contrast(84%);
        -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(2204%) hue-rotate(347deg) brightness(110%) contrast(84%); } }
    @media screen and (max-width: 576px) {
      .account-cate > .menu-list > .menu-item.current-menu-item > .menu-link span {
        margin-top: 0.1rem; } }
  .account-cate > .menu-list > .menu-item.is-active > .menu-link img:last-of-type {
    transform: rotate(-90deg); }
  .account-cate .child {
    position: initial;
    transform: none;
    opacity: 1;
    display: flex;
    gap: 1.2rem;
    background-color: transparent;
    box-shadow: none;
    padding: 1.6rem 0 0 2.8rem;
    align-items: initial; }
    @media screen and (max-width: 576px) {
      .account-cate .child {
        padding: 0 4.4rem;
        margin: 1.2rem -1.6rem -1.2rem;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        gap: 0;
        width: calc(100% + 3.2rem); } }
    .account-cate .child::before {
      content: none; }
    .account-cate .child .menu-item {
      padding: 0;
      text-align: initial; }
    @media screen and (max-width: 576px) {
      .account-cate .child .menu-link {
        padding: 1.2rem 0;
        width: 100%; } }
  .account-sign {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding-bottom: 1.6rem;
    position: relative; }
    @media screen and (max-width: 576px) {
      .account-sign {
        padding-bottom: 0; } }
    .account-sign .btn {
      margin-top: 0.2rem;
      width: fit-content;
      padding: 0.95rem 2.35rem;
      font-size: 1.4rem; }
    .account-sign .title {
      color: #0f0f0f;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%; }
      @media screen and (max-width: 576px) {
        .account-sign .title {
          color: #fff; } }
    .account-sign .desc {
      color: #0f0f0f;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 150%; }
      @media screen and (max-width: 576px) {
        .account-sign .desc {
          color: #fff; } }
  .account-content {
    width: calc(9 / 12 * 100% - 1.6rem); }
    @media screen and (max-width: 1199.98px) {
      .account-content {
        width: calc(9 / 12 * 100% - 0.8rem); } }
    @media screen and (max-width: 900px) {
      .account-content {
        width: calc(7 / 12 * 100% - 0.8rem); } }
    @media screen and (max-width: 576px) {
      .account-content {
        display: none; } }

.account-signed {
  padding-bottom: 1.6rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 576px) {
    .account-signed {
      padding: 0 1.6rem 0;
      margin: 0 -1.6rem;
      position: relative; } }
  .account-signed .icon {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #d9d9d9; }
    @media screen and (max-width: 1199.98px) {
      .account-signed .icon {
        width: 6rem;
        height: 6rem; } }
  .account-signed .content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1; }
    @media screen and (max-width: 576px) {
      .account-signed .content {
        flex: unset; } }
  .account-signed .membership {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    background-image: radial-gradient(60.13% 311.36% at 52.67% 50%, #873da9 0%, #211026 100%);
    border: 0.5px solid #fff;
    width: fit-content;
    text-align: center;
    padding: 0.15rem 1rem;
    border-radius: 100rem; }
  .account-signed .rank {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    flex-shrink: 0; }
    @media screen and (min-width: 576.02px) {
      .account-signed .rank {
        display: none; } }
    @media screen and (max-width: 576px) {
      .account-signed .rank {
        margin: 0 auto;
        margin-left: auto;
        margin-right: 1rem;
        width: 4rem;
        height: 4rem; } }
    .account-signed .rank img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .account-signed .name {
    color: #0f0f0f;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal; }
    @media screen and (max-width: 575.98px) {
      .account-signed .name {
        font-size: 2rem;
        color: #fafafa; } }
    @media screen and (max-width: 390px) {
      .account-signed .name {
        font-size: 1.6rem; } }
  .account-signed .phone {
    color: #424242;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal; }
    @media screen and (max-width: 575.98px) {
      .account-signed .phone {
        font-size: 1.2rem;
        color: #fafafa; } }
  .account-signed .arrow {
    width: 0.9rem;
    height: 1.2rem;
    flex-shrink: 0; }
    .account-signed .arrow img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
      @media screen and (max-width: 575.98px) {
        .account-signed .arrow img {
          filter: brightness(0) invert(1);
          -webkit-filter: brightness(0) invert(1); } }
  .account-signed:not(:has(.rank)) .arrow {
    margin-left: auto; }
  @media screen and (max-width: 1199.98px) {
    .account-signed {
      gap: 0.6rem; } }

.account-info {
  padding: 4rem 7.2rem; }
  .account-info strong,
  .account-info a {
    font-weight: 700; }
  .account-info a {
    color: #c6342e; }
    .account-info a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 991.98px) {
    .account-info {
      padding: 0; } }
  @media screen and (max-width: 576px) {
    .account-info {
      padding: 2.4rem 0;
      margin: 0 -1.6rem; } }
  .account-info form {
    display: flex;
    flex-direction: column;
    gap: 3.2rem; }
    @media screen and (max-width: 576px) {
      .account-info form {
        gap: 2.4rem; } }

.account-avatar {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
  border-radius: 50%; }
  @media screen and (max-width: 576px) {
    .account-avatar {
      width: 12rem;
      height: 12rem; } }
  .account-avatar:hover .avatar::before {
    background-color: rgba(0, 0, 0, 0.4); }

.account-avatar .avatar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%; }
  .account-avatar .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; }
  .account-avatar .avatar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.4s; }

.account-avatar .avatar-change label {
  position: absolute;
  inset: 0;
  cursor: pointer;
  border-radius: 50%; }
  .account-avatar .avatar-change label::before {
    content: "";
    position: absolute;
    top: 12.67rem;
    right: 0;
    width: 5.33rem;
    aspect-ratio: 1;
    background-image: url("../../assets/images/account/icon_change.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 576px) {
      .account-avatar .avatar-change label::before {
        width: 3.2rem;
        top: 7.6rem; } }

.account-form .form-label {
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 576px) {
    .account-form .form-label {
      margin-bottom: 1.2rem; } }

.account-form .form-text {
  margin-bottom: 0.4rem;
  color: #1e1e1e;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400; }
  @media screen and (max-width: 576px) {
    .account-form .form-text {
      color: #0f0f0f;
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0;
      padding: 0.8rem 1.6rem; } }

.account-form .form-input {
  border-radius: 0.8rem;
  border-color: #d9d9d9;
  font-weight: 400;
  padding: 0.9rem 1.6rem; }
  .account-form .form-input:hover, .account-form .form-input:focus-visible {
    border-color: #c6342e; }
  @media screen and (max-width: 576px) {
    .account-form .form-input {
      border-color: transparent;
      border-radius: 0;
      font-size: 1.2rem;
      padding: 1.1rem 1.6rem; } }
  .account-form .form-input::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
    color: #b3b3b3; }
    @media screen and (max-width: 576px) {
      .account-form .form-input::placeholder {
        font-size: 1.2rem; } }

.account-form button {
  width: 100%; }
  @media screen and (max-width: 576px) {
    .account-form button {
      margin: 16rem 4.2rem 0;
      width: calc(100% - 8.4rem);
      padding: 1.15rem 3.2rem; } }

.account-member {
  padding: 0 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  @media screen and (max-width: 992px) {
    .account-member {
      padding: 0rem; } }
  .account-member_heading {
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
  .account-member_rank {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem; }
    @media screen and (max-width: 992px) {
      .account-member_rank {
        gap: 0.8rem; } }
    @media screen and (max-width: 575.98px) {
      .account-member_rank {
        justify-content: center; } }
  .account-member_rank > * {
    width: calc(50% - 1.6rem); }
    @media screen and (max-width: 992px) {
      .account-member_rank > * {
        width: 100%; } }
    @media screen and (max-width: 576px) {
      .account-member_rank > * {
        width: calc(50% - 0.4rem); } }
  .account-member_rank > * .rank-item {
    height: 100%;
    padding: 4.73rem;
    padding-top: 3.2rem;
    border-radius: 1.6rem;
    border: 2px solid transparent;
    background-image: linear-gradient(#fdf5ea, #fdf5ea), linear-gradient(to bottom, #fddcba 20%, #ee7f0e);
    background-origin: border-box;
    background-clip: padding-box, border-box; }
    .account-member_rank > * .rank-item.is-active .btn {
      pointer-events: none;
      background: #ccc; }
      .account-member_rank > * .rank-item.is-active .btn::after {
        position: absolute;
        z-index: 0;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url("../images/common/check_blue.svg");
        width: 8rem;
        height: 4rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 575.98px) {
          .account-member_rank > * .rank-item.is-active .btn::after {
            width: 6rem;
            height: 3rem; } }
    @media screen and (max-width: 768px) {
      .account-member_rank > * .rank-item {
        padding: 2.4rem;
        padding-top: 1.65rem;
        border-radius: 0.8rem; } }
    @media screen and (max-width: 575.98px) {
      .account-member_rank > * .rank-item {
        padding: 1.2rem; } }
    .account-member_rank > * .rank-item .title {
      font-size: 3.9385rem;
      font-weight: 700;
      line-height: 150%;
      text-transform: uppercase;
      background-image: linear-gradient(91deg, #c89321 1.61%, #deba3b 7.5%, #e7cc44 17.38%, #deba3b 29.14%, #c89321 38.44%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .title {
          font-size: 2rem; } }
    .account-member_rank > * .rank-item .subtitle {
      color: #0f0f0f;
      font-size: 2.3631rem;
      font-weight: 400;
      line-height: 130%; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .subtitle {
          font-size: 1.2rem; } }
    .account-member_rank > * .rank-item .price {
      display: flex;
      flex-direction: column;
      margin-top: 2.4rem; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .price {
          margin-top: 1.2rem; } }
    .account-member_rank > * .rank-item .price-old {
      color: #8f8d8d;
      font-size: 2.3631rem;
      font-weight: 400;
      line-height: 150%;
      text-decoration: line-through; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .price-old {
          font-size: 1.2rem; } }
    .account-member_rank > * .rank-item .price-new {
      color: #1e1e1e;
      font-size: 3.1508rem;
      font-weight: 700;
      line-height: normal; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .price-new {
          font-size: 1.6rem; } }
    .account-member_rank > * .rank-item .benefit {
      margin-top: 2.4rem;
      display: flex;
      flex-direction: column;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .benefit {
          margin-top: 1.27rem;
          gap: 1rem; } }
    .account-member_rank > * .rank-item .benefit > * {
      color: #0f0f0f;
      font-size: 2.3631rem;
      font-style: normal;
      line-height: 130%;
      position: relative;
      padding-left: 2.8rem; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .benefit > * {
          font-size: 1.2rem;
          padding-left: 1.4rem; } }
    .account-member_rank > * .rank-item .benefit > *::before {
      content: "";
      position: absolute;
      top: 0.5rem;
      left: 0;
      width: 2rem;
      height: 2rem;
      background-image: url("../../assets/images/account/icon_check.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .benefit > *::before {
          top: 0.3rem;
          width: 1rem;
          height: 1rem; } }
    .account-member_rank > * .rank-item .benefit > *.is-disable::before {
      top: 0.1rem;
      width: 2.4rem;
      height: 2.4rem;
      background-image: url("../../assets/images/account/icon_x.svg"); }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .benefit > *.is-disable::before {
          top: 0.2rem;
          width: 1.2rem;
          height: 1.2rem; } }
    .account-member_rank > * .rank-item .btn {
      margin-top: 3.2rem; }
      @media screen and (max-width: 768px) {
        .account-member_rank > * .rank-item .btn {
          margin-top: 1.27rem; } }
      @media screen and (max-width: 575.98px) {
        .account-member_rank > * .rank-item .btn.btn-economy {
          padding: 0.9rem 1.2rem;
          font-size: 1.2rem; } }
  .account-member_rank > * .rank-item.rank-diamond {
    background-image: linear-gradient(#f4efff, #f4efff), linear-gradient(to bottom, #692a93, #d4217e); }
    .account-member_rank > * .rank-item.rank-diamond .title {
      background-image: linear-gradient(90deg, #c0387d 0%, #682a93 100%); }
  .account-member_note {
    color: #484848;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 130%; }
    @media screen and (max-width: 768px) {
      .account-member_note {
        font-size: 1.2rem; } }
  .account-member_upgrade {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    align-items: center;
    padding: 3.6rem 4rem;
    border-radius: 1.6rem;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #692a93, #d4217e);
    background-origin: border-box;
    background-clip: padding-box, border-box; }
    @media screen and (max-width: 768px) {
      .account-member_upgrade {
        padding: 2.4rem;
        border-radius: 0.8rem; } }
    @media screen and (max-width: 576px) {
      .account-member_upgrade {
        width: 100%; } }
    .account-member_upgrade .btn {
      width: fit-content;
      font-size: 1.6rem;
      padding: 1.1rem 2.4rem; }
      @media screen and (max-width: 768px) {
        .account-member_upgrade .btn {
          font-size: 1.2rem;
          padding: 0.9rem 1.2rem; } }
    .account-member_upgrade .tt-pri {
      background: linear-gradient(90deg, #c0387d 0%, #682a93 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .account-member_info {
    padding: 4rem;
    border-radius: 1.6rem;
    border: 2px solid transparent;
    background-image: linear-gradient(#fdf5ea, #fdf5ea), linear-gradient(to bottom, #fddcba, #ee7f0e);
    background-origin: border-box;
    background-clip: padding-box, border-box; }
    .account-member_info.account-member_info--diamond {
      background-image: linear-gradient(#fdf5ea, #fdf5ea), linear-gradient(to bottom, #692a93, #d4217e); }
    @media screen and (max-width: 768px) {
      .account-member_info {
        padding: 2.4rem;
        border-radius: 0.8rem; } }
    .account-member_info .icon {
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .account-member_info .icon {
          width: 6rem;
          height: 6rem; } }
      @media screen and (max-width: 575.98px) {
        .account-member_info .icon {
          width: 4rem;
          height: 4rem; } }
      .account-member_info .icon img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .account-member_info .title {
      color: #000;
      font-size: 2.3631rem;
      font-weight: 700;
      line-height: 130%;
      margin-top: 3.314rem; }
      @media screen and (max-width: 768px) {
        .account-member_info .title {
          font-size: 1.4rem;
          margin-top: 1.6rem; } }
    .account-member_info .info {
      margin-top: 1.8rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1.8rem 1rem; }
      @media screen and (max-width: 768px) {
        .account-member_info .info {
          margin-top: 1.27rem;
          gap: 1rem; } }
    .account-member_info .info > * {
      color: #000;
      font-size: 2.3631rem;
      font-style: normal;
      line-height: 130%;
      position: relative;
      padding-left: 2.8rem; }
      @media screen and (max-width: 768px) {
        .account-member_info .info > * {
          font-size: 1.2rem;
          padding-left: 1.4rem; } }
      .account-member_info .info > *:first-child {
        width: 100%; }
    .account-member_info .info > *::before {
      content: "";
      position: absolute;
      top: 0.5rem;
      left: 0;
      width: 2rem;
      height: 2rem;
      background-image: url("../../assets/images/account/icon_check.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .account-member_info .info > *::before {
          top: 0.3rem;
          width: 1rem;
          height: 1rem; } }

.account-order {
  padding: 3.2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  @media screen and (min-width: 576.02px) {
    .account-order {
      display: none; } }
  .account-order_heading {
    display: flex;
    justify-content: space-between; }
    .account-order_heading .title {
      color: #000;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: normal; }
    .account-order_heading .history {
      color: #da2128;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: normal; }
  .account-order_list {
    display: flex;
    justify-content: space-between;
    gap: 1rem; }
  .account-order_list > * {
    flex: 1 1 calc(25% - 1rem * 3 / 4); }
  .account-order_list .order-item {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; }
    .account-order_list .order-item .icon {
      position: relative;
      padding: 0.8rem;
      border-radius: 0.8rem;
      background-color: #f2f4f7;
      width: fit-content;
      margin: 0 auto; }
      .account-order_list .order-item .icon img {
        display: block;
        width: 2rem;
        height: 2rem;
        object-fit: contain; }
    .account-order_list .order-item .icon .count {
      position: absolute;
      top: -0.4rem;
      right: -0.5rem;
      min-width: 1.2rem;
      max-width: 1.6rem;
      aspect-ratio: 1;
      border-radius: 50%;
      background-color: #c6342e;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 500;
      line-height: 150%;
      padding: 0 0.4rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .account-order_list .order-item .icon .count sup {
        vertical-align: super;
        font-size: 0.4rem;
        position: relative;
        bottom: 0.2rem; }
    .account-order_list .order-item .txt {
      color: #252525;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: normal; }

.account-wishlist {
  display: flex;
  flex-direction: column;
  gap: 3.2rem; }
  .account-wishlist .yith-wcwl-form {
    display: block; }
    .account-wishlist .yith-wcwl-form .cart {
      background: transparent; }
    .account-wishlist .yith-wcwl-form .wishlist-empty {
      text-align: center; }
  @media screen and (max-width: 768px) {
    .account-wishlist {
      gap: 1.6rem; } }
  @media screen and (max-width: 576px) {
    .account-wishlist {
      padding: 1.6rem 0; } }
  .account-wishlist_remove {
    display: block;
    color: #c6342e;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    margin-left: auto;
    padding: 1.2rem 0; }
    @media screen and (max-width: 768px) {
      .account-wishlist_remove {
        display: none; } }
  .account-wishlist_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.8rem 0.8rem; }
    @media screen and (max-width: 768px) {
      .account-wishlist_list {
        gap: 1.6rem 0.8rem; } }
  .account-wishlist_list > * {
    width: calc(100% / 3 - 0.8rem * 2 / 3); }
    @media screen and (max-width: 768px) {
      .account-wishlist_list > * {
        width: calc(50% - 0.4rem); } }
  .account-wishlist_list > * > * .article-title {
    transition: none;
    line-height: 1.15; }
    @media screen and (max-width: 768px) {
      .account-wishlist_list > * > * .article-title {
        font-weight: 400; } }
    @media screen and (max-width: 575.98px) {
      .account-wishlist_list > * > * .article-title {
        text-align: center;
        color: #777; } }
  .account-wishlist_list > * > * .article-title > *:hover {
    color: #c6342e; }
  @media screen and (max-width: 575.98px) {
    .account-wishlist_list > * > * .product-discount {
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .account-wishlist_list > * > * .article-img {
      border-radius: 1.2rem 1.2rem 0 0; } }
  @media screen and (max-width: 768px) {
    .account-wishlist_list > * > * .article-card {
      background-color: #fff;
      border-radius: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .account-wishlist_list > * > * .article-content {
      padding: 0.4rem 0.8rem 1.2rem; } }
  .account-wishlist .box-btn {
    margin-top: 1.6rem; }
    @media screen and (max-width: 768px) {
      .account-wishlist .box-btn {
        margin-top: 0;
        text-align: center; } }

.account-lang {
  display: flex;
  flex-direction: column;
  gap: 3.2rem; }
  @media screen and (max-width: 768px) {
    .account-lang {
      padding: 2.4rem 0; }
      .account-lang .tt-pri {
        display: none; } }
  @media screen and (max-width: 576px) {
    .account-lang {
      margin: 0 -1.6rem; } }
  .account-lang_form .form-label {
    padding: 1.2rem 1.6rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .account-lang_form .form-label {
        gap: 0.8rem; } }
  .account-lang_form .form-text {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .account-lang_form .form-text {
        gap: 0.4rem; } }
    .account-lang_form .form-text img {
      display: block;
      width: 4rem;
      height: 4rem;
      object-fit: contain; }
      @media screen and (max-width: 768px) {
        .account-lang_form .form-text img {
          width: 3.2rem;
          height: 3.2rem; } }
    .account-lang_form .form-text span {
      color: #0f0f0f;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: normal; }
      @media screen and (max-width: 768px) {
        .account-lang_form .form-text span {
          font-size: 1.2rem; } }
  .account-lang_form .btn {
    margin-top: 1.6rem; }
    @media screen and (max-width: 768px) {
      .account-lang_form .btn {
        width: calc(100% - 8.4rem);
        margin: auto 4.2rem 0;
        padding: 1.15rem 3.2rem; } }
    @media screen and (max-width: 576px) {
      .account-lang_form .btn {
        position: absolute;
        bottom: 8.6rem; } }

.account-changepw {
  display: flex;
  flex-direction: column;
  column-gap: 3.2rem; }
  @media screen and (max-width: 768px) {
    .account-changepw {
      padding: 2.4rem 0;
      column-gap: 1.6rem; } }
  .account-changepw_heading {
    display: flex;
    flex-direction: column;
    gap: 0.4rem; }
    @media screen and (max-width: 768px) {
      .account-changepw_heading {
        color: #0f0f0f; }
        .account-changepw_heading .tt-pri {
          display: none; } }
  .account-changepw .btn {
    margin-top: 3.2rem; }
    @media screen and (max-width: 768px) {
      .account-changepw .btn {
        margin-top: 1.6rem;
        width: calc(100% - 8.4rem);
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 1.15rem 3.2rem; } }
  .account-changepw + .account-changepw {
    margin-top: 3.2rem; }

@media screen and (max-width: 768px) {
  .account-tab {
    margin: 0 -1.6rem;
    width: calc(100% + 1.6rem); } }

@media screen and (max-width: 576px) {
  .modal-form_desc {
    font-size: 1.4rem; } }

.p-account-change main,
.p-account-nosign main,
.p-account-membership main,
.p-account-upgrade main,
.p-account-wishlist main,
.p-account-signed main,
.p-account-lang main,
.p-account-changepw main,
.p-account-order main {
  background-color: #f2f4f7; }

@media screen and (min-width: 576.02px) {
  .p-account-change .prod,
  .p-account-nosign .prod,
  .p-account-membership .prod,
  .p-account-upgrade .prod,
  .p-account-wishlist .prod,
  .p-account-signed .prod,
  .p-account-lang .prod,
  .p-account-changepw .prod,
  .p-account-order .prod {
    display: none; } }

.p-account-change .prod .more-slider,
.p-account-nosign .prod .more-slider,
.p-account-membership .prod .more-slider,
.p-account-upgrade .prod .more-slider,
.p-account-wishlist .prod .more-slider,
.p-account-signed .prod .more-slider,
.p-account-lang .prod .more-slider,
.p-account-changepw .prod .more-slider,
.p-account-order .prod .more-slider {
  margin-top: 2.4rem; }
  @media screen and (max-width: 991.98px) {
    .p-account-change .prod .more-slider,
    .p-account-nosign .prod .more-slider,
    .p-account-membership .prod .more-slider,
    .p-account-upgrade .prod .more-slider,
    .p-account-wishlist .prod .more-slider,
    .p-account-signed .prod .more-slider,
    .p-account-lang .prod .more-slider,
    .p-account-changepw .prod .more-slider,
    .p-account-order .prod .more-slider {
      margin-right: -2.5rem;
      margin-left: -2.5rem; }
      .p-account-change .prod .more-slider .swiper-slide,
      .p-account-nosign .prod .more-slider .swiper-slide,
      .p-account-membership .prod .more-slider .swiper-slide,
      .p-account-upgrade .prod .more-slider .swiper-slide,
      .p-account-wishlist .prod .more-slider .swiper-slide,
      .p-account-signed .prod .more-slider .swiper-slide,
      .p-account-lang .prod .more-slider .swiper-slide,
      .p-account-changepw .prod .more-slider .swiper-slide,
      .p-account-order .prod .more-slider .swiper-slide {
        padding: 0 2.5rem; } }

@media screen and (max-width: 576px) {
  .p-account-nosign,
  .p-account-signed {
    background-color: #fff; }
    .p-account-nosign main,
    .p-account-signed main {
      background-color: #fff; } }

@media screen and (max-width: 576px) {
  .p-account-change .account::before,
  .p-account-wishlist .account::before,
  .p-account-lang .account::before,
  .p-account-changepw .account::before {
    display: none; } }

@media screen and (max-width: 576px) {
  .p-account-change .account-cate,
  .p-account-wishlist .account-cate,
  .p-account-lang .account-cate,
  .p-account-changepw .account-cate {
    display: none; } }

@media screen and (max-width: 576px) {
  .p-account-change .account-content,
  .p-account-wishlist .account-content,
  .p-account-lang .account-content,
  .p-account-changepw .account-content {
    display: block;
    width: 100%; } }

@media screen and (max-width: 900px) {
  .p-account-order .account-cate {
    display: none; } }

@media screen and (max-width: 576px) {
  .p-account-order .account::before {
    display: none; } }

@media screen and (max-width: 900px) {
  .p-account-order .account-content {
    display: block;
    width: 100%; } }

@media screen and (max-width: 576px) {
  .p-account-membership .account-cate .account-order,
  .p-account-membership .account-cate .menu-list,
  .p-account-upgrade .account-cate .account-order,
  .p-account-upgrade .account-cate .menu-list {
    display: none; } }

@media screen and (max-width: 576px) {
  .p-account-membership .account-content,
  .p-account-upgrade .account-content {
    display: block;
    width: 100%; } }

.p-account-upgrade .account-member_note {
  text-align: left; }
  @media screen and (max-width: 575.98px) {
    .p-account-upgrade .account-member_note {
      word-break: break-word; } }

.p-account-upgrade .account-member {
  gap: 4rem; }
  @media screen and (max-width: 768px) {
    .p-account-upgrade .account-member {
      gap: 2rem; } }

@media screen and (max-width: 575.98px) {
  .p-account-membership .header,
  .account-wallet .header,
  .account-course .header,
  .account-library .header,
  .p-account-address .header,
  .p-account-signed .header,
  .p-account-nosign .header {
    background: transparent; }
    .p-account-membership .header.is-fixed,
    .account-wallet .header.is-fixed,
    .account-course .header.is-fixed,
    .account-library .header.is-fixed,
    .p-account-address .header.is-fixed,
    .p-account-signed .header.is-fixed,
    .p-account-nosign .header.is-fixed {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-image: url(../images/common/header_bg.jpg); } }

@media screen and (max-width: 575.98px) {
  .account {
    position: relative; }
    .account::before {
      position: absolute;
      z-index: 0;
      content: "";
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
      background-image: url("../images/bonus/bg.jpg");
      top: -14rem;
      left: 0;
      width: 100%;
      height: 21rem; } }

.woocommerce::before, .woocommerce::after {
  display: none !important; }

@media screen and (max-width: 576px) {
  .p-account-changepw .main {
    background: #f2f4f7; }
  .p-account-changepw .form-input {
    border-radius: 4.5rem;
    border-color: #fff; }
    .p-account-changepw .form-input::placeholder {
      font-size: 1.4rem;
      font-weight: 500; } }

@media screen and (max-width: 576px) {
  .p-account-lang .main {
    background: #f2f4f7; } }

.info-value-uppercase {
  text-transform: uppercase;
  font-weight: 500; }

@media screen and (max-width: 991.98px) {
  .p-account-wishlist .header,
  .p-account-changepw .header,
  .p-account-change .header,
  .p-account-lang .header,
  .p-account-order .header,
  .account-library .header,
  .p-account-address .header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/common/header_bg.jpg); }
  .p-account-wishlist .main,
  .p-account-changepw .main,
  .p-account-change .main,
  .p-account-lang .main,
  .p-account-order .main,
  .account-library .main,
  .p-account-address .main {
    background-color: #f2f4f7; } }

.account_addr {
  margin-top: 2.4rem; }

.wishlist-item .article-content .price del .amount {
  font-weight: 400; }

@media screen and (max-width: 576px) {
  .account-library .account::before,
  .p-account-address .account::before {
    display: none; } }

@media screen and (max-width: 576px) {
  .account-library .account-cate,
  .p-account-address .account-cate {
    display: none; } }

@media screen and (max-width: 576px) {
  .account-library .account-content,
  .p-account-address .account-content {
    display: block;
    width: 100%; } }

#formAddresses,
#formAddresses .monaFieldVietnam {
  margin-bottom: 1.6rem; }

@media screen and (max-width: 576px) {
  .monaInformationUser .row {
    padding: 0 1.6rem !important; } }

@media screen and (max-width: 576px) {
  .monaInformationUserTitle {
    font-size: 1.6rem !important; } }

.share-button-link .copy-trigger {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  padding: 0; }
  .share-button-link .copy-trigger img {
    width: 2rem;
    height: 2rem;
    max-width: unset; }
  .share-button-link .copy-trigger input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem; }

.member-act {
  display: flex;
  align-items: center;
  gap: 0.4rem; }
  @media screen and (min-width: 576px) {
    .member-act {
      display: none; } }
  .member-act .btn {
    font-size: 1rem;
    border: 0.5px solid #fff;
    width: fit-content;
    padding: 0.15rem 0.5rem; }

@media screen and (max-width: 575.98px) {
  .p-account-signed .header-action .header-txt,
  .p-account-membership .header-action .header-txt {
    display: none; } }

@media screen and (max-width: 575.98px) {
  .account-member .account-member_info {
    position: relative; }
    .account-member .account-member_info .icon {
      position: absolute;
      top: 1rem;
      right: 1rem; }
    .account-member .account-member_info .title {
      margin-top: 0; } }

@media screen and (max-width: 575.98px) {
  .woocommerce-MyAccount-navigation .menu-link {
    font-size: 1.6rem; } }

.account-signed .button-group .membership:nth-child(2) {
  background: linear-gradient(90deg, #cb0223 0%, #fe302f 53.08%, #cb0223 100%); }

.library-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
  row-gap: 4.8rem; }
  @media screen and (max-width: 1199.98px) {
    .library-list {
      margin-right: -0.8rem;
      margin-left: -0.8rem;
      row-gap: 1.6rem; } }
  @media screen and (max-width: 767.98px) {
    .library-list {
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (max-width: 576.98px) {
    .library-list {
      margin-right: -0.8rem;
      margin-left: -0.8rem; } }

.library-item {
  width: calc(100% / 3);
  padding: 0 1.6rem; }
  @media screen and (max-width: 1199.98px) {
    .library-item {
      padding: 0 0.8rem; } }
  @media screen and (max-width: 991.98px) {
    .library-item {
      width: 50%; } }
  @media screen and (max-width: 576.98px) {
    .library-item {
      width: 50%; } }

.library-card {
  border-radius: 11.728px;
  background: #fff;
  box-shadow: 0px 17.592px 23.455px -5.864px rgba(16, 24, 40, 0.08), 0px 5.864px 8.796px -2.932px rgba(16, 24, 40, 0.03);
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.4rem; }
  .library-card .btn {
    padding: 0.95rem 1.6rem;
    width: 100%; }
  @media screen and (max-width: 1199.98px) {
    .library-card {
      padding: 1.6rem;
      row-gap: 1.6rem; } }
  @media screen and (max-width: 575.98px) {
    .library-card .btn {
      padding: 0.05rem 1.6rem; } }

.p-library .account {
  padding-top: 6.4rem; }
  @media screen and (max-width: 768px) {
    .p-library .account {
      padding-top: 2.4rem; } }
  @media screen and (max-width: 1199.98px) {
    .p-library .account.library-outer .account-wrap,
    .p-library .account.library-outer .account-wrap .woocommerce {
      gap: 1.6rem; } }
  @media screen and (max-width: 1199.98px) {
    .p-library .account.library-outer .account-content {
      width: calc(9 / 12 * 100% - 0.8rem); }
    .p-library .account.library-outer .account-cate {
      width: calc(3 / 12 * 100% - 0.8rem); } }
  @media screen and (max-width: 768px) {
    .p-library .account.library-outer .account-content {
      width: 100%;
      display: block; }
    .p-library .account.library-outer .account-cate {
      display: none; } }

.library-img img {
  width: 94px;
  height: 94px;
  object-fit: cover; }
  @media screen and (max-width: 575.98px) {
    .library-img img {
      width: 64px;
      height: 64px; } }

.library-content {
  font-size: 1.4rem;
  text-align: center;
  color: #484848; }
  @media screen and (max-width: 575.98px) {
    .library-content {
      font-size: 1.2rem; } }
  .library-content .tt-gift {
    font-weight: 700;
    margin-bottom: 0.6rem; }
    @media screen and (max-width: 575.98px) {
      .library-content .tt-gift {
        margin-bottom: 0.4rem; } }
  @media screen and (max-width: 575.98px) {
    .library-content {
      font-size: 1rem; } }

.library-signin {
  padding-top: 6.4rem; }
  .library-signin .library-list {
    margin-top: 4.8rem; }
    @media screen and (max-width: 767.98px) {
      .library-signin .library-list {
        margin-top: 2.4rem; } }
    @media screen and (max-width: 575.98px) {
      .library-signin .library-list {
        margin-top: 0; } }
  .library-signin .library-item {
    width: 25%; }
    @media screen and (max-width: 1199.98px) {
      .library-signin .library-item {
        width: calc(100% / 3); } }
    @media screen and (max-width: 767.98px) {
      .library-signin .library-item {
        width: 50%; } }
  .library-signin .library-card {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s ease; }
    .library-signin .library-card:hover {
      border-color: transparent;
      box-shadow: 0px 17.592px 23.455px -5.864px rgba(16, 24, 40, 0.08), 0px 5.864px 8.796px -2.932px rgba(16, 24, 40, 0.03); }
  @media screen and (max-width: 575.98px) {
    .library-signin {
      padding-top: 2.4rem; } }

#libraryform .wpcf7-not-valid-tip {
  padding: 0 !important; }

#libraryform .modal-body .box-btn .wpcf7-spinner {
  bottom: 5px; }

#libraryform .form-label:has(.wpcf7-not-valid-tip) {
  padding-bottom: 1rem; }
