.l-pagetitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  position: fixed;
  top: 20px;
  right: 60px;
  bottom: auto;
  left: 80px;
  z-index: 1030;
}
.l-nav-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.l-nav-bottom {
  display: none;
}
@media (max-width: 767.98px) {
  .l-nav-bottom {
    width: 100%;
    display: block;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px -4px 10px rgba(119, 136, 153, 0.2);
  }
}
@media (max-width: 767.98px) {
  .l-nav-bottom .nav-link-col {
    padding: 4px;
  }
}
.l-nav-menu {
  display: none;
}
@media (max-width: 767.98px) {
  .l-nav-menu {
    padding: 0 24px;
    margin: 0;
    width: 80%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: translateX(-100%);
    transition: all 400ms ease-in;
  }
  .l-nav-menu-user {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding-top: 40px;
    border-bottom: 1px #e4e4ed solid;
  }
  .l-nav-menu-user #menu-close {
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: auto;
    left: auto;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .l-nav-menu.show {
    transform: translateX(0%);
  }
}
.l-nav-menu .overlay {
  background-color: #fff;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  transition-timing-function: ease-in;
}
.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide .stock-frame {
  right: 0px;
}

.index__banner.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  opacity: 100%;
}
.index__banner.swiper-pagination-bullet-active {
  background: #18181a;
}
.index__banner.swiper-button-next, .index__banner.swiper-button-prev {
  width: 30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0%;
  transition: all 400ms ease;
}
@media (max-width: 767.98px) {
  .index__banner.swiper-button-next, .index__banner.swiper-button-prev {
    display: none;
  }
}
.index__banner.swiper-button-next::after, .index__banner.swiper-button-prev::after {
  color: white;
  font-size: 16px;
}
.index__banner.swiper-button-next:hover, .index__banner.swiper-button-prev:hover {
  background-color: #18181a;
}

.index-slider-bg {
  background-image: url("/image/banner/33 Marketing Banner Feb/09 FLASH SALE - BACKGROUND/09 Background.png");
  background-repeat: no-repeat;
  background-position-x: top;
  background-position-y: top;
  background-size: cover;
}

.slideCate .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideCate .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 16px;
  width: 100%;
  height: 182.58px;
}
.slideCate .swiper-slide a:hover {
  opacity: 80%;
}
@media (max-width: 767.98px) {
  .slideCate .swiper-slide a {
    padding: 4px;
    height: 100px;
  }
}

.swiper-button-next, .swiper-button-prev {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(24, 24, 26, 0.2);
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #18181a;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

.slideProduct.swiper {
  height: auto;
}

.slideProductSm.swiper {
  height: auto;
}
.slideProductSm .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.slideProductSm .swiper-slide-thumb-active {
  opacity: 1;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1100;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.loading img {
  border-radius: 20px;
  max-width: 120px;
}

.l-index__category {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 16px;
}
.l-index__category:hover {
  opacity: 80%;
}
@media (max-width: 767.98px) {
  .l-index__category {
    width: 25%;
    padding: 4px;
  }
  .l-index__category p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
  }
}
.l-index__sort {
  margin: 12px 0;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
}
.l-index__time-counter {
  background-color: #ff323c;
  color: #fff;
  font-weight: 700;
  padding: 4px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-index__time-counter {
    font-size: 14px;
  }
}
.l-index__fireicon {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: -8px;
  max-height: 20px;
}

@media (max-width: 767.98px) {
  .slideSort .img_product {
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-member-nav-dk {
  padding: 0;
}
@media (max-width: 767.98px) {
  .l-member-nav-dk {
    display: none;
  }
}
.l-member-nav-dk-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 48px 24px 24px 24px;
}
.l-member-nav-mb {
  display: none;
  padding: 16px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .l-member-nav-mb {
    display: block;
  }
}
.l-member-dashboard {
  box-sizing: border-box;
  padding: 4px;
  border-radius: 4px;
  background-image: linear-gradient(#e73b56, rgba(254, 203, 0, 0.8), rgba(37, 157, 180, 0.8));
}

.l-login-card {
  max-width: 500px;
  margin: 24px auto;
}
@media (max-width: 767.98px) {
  .l-login-card {
    height: 100vh;
    margin: 0;
  }
}

.l-doc__navlink {
  display: inline-block;
  margin: 8px;
  margin: 8px 0;
  padding: 8px 16px;
  border: 1px solid #b0b0ba;
  border-radius: 4px;
  color: #86868e;
  font-size: 14px;
  font-weight: 400;
  line-height: center;
}
@media (max-width: 767.98px) {
  .l-doc__navlink {
    margin: 0;
  }
}
.l-doc__navlink:hover {
  color: #18181a;
  border: 1px solid #18181a;
}
.l-doc__navlink:active {
  color: #e73b56;
  border: 1px solid #e73b56;
  background-color: rgba(231, 59, 86, 0.2);
}
.l-doc__card {
  background-color: #fff;
  border: 1px solid #b0b0ba;
  border-radius: 4px;
  padding: 24px;
}

.stock-frame {
  position: absolute;
  top: 4px;
  right: 30px;
  width: 75%;
  content: url("/image/stock_frame.png");
}
@media (max-width: 767.98px) {
  .stock-frame {
    top: 2px;
    right: 23px;
  }
}

:root {
  --color-gold: #ffc41f;
  --color-gold-light: #ffd560;
}

.comment-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.comment-stars .comment-stars-input {
  display: none;
}
.comment-stars .comment-stars-input:checked ~ .comment-stars-view svg {
  fill: var(--color-gold);
}
.comment-stars .comment-stars-input:checked ~ .comment-stars-view:hover svg,
.comment-stars .comment-stars-input:checked ~ .comment-stars-view:hover ~ .comment-stars-view svg {
  fill: var(--color-gold-light);
}

.comment-stars-view {
  cursor: pointer;
}
.comment-stars-view svg {
  fill: #ededef;
  width: 1.4em;
  height: 1.5em;
}
.comment-stars-view.is-half {
  transform: translateX(100%);
  margin-left: -0.7em;
}
.comment-stars-view.is-half svg {
  width: 0.7em;
}

.comment-stars-view:hover svg,
.comment-stars-view:hover ~ .comment-stars-view svg {
  fill: var(--color-gold-light);
}

.l-store__title {
  max-height: 132px;
}
@media (max-width: 767.98px) {
  .l-store__filter {
    display: flex;
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1060;
    transform: translateX(-100%);
    transition: all 400ms ease-in;
  }
}
.l-store__filter.show {
  transform: translateX(0%);
}
.l-store__filter-open {
  display: none;
}
@media (max-width: 767.98px) {
  .l-store__filter-open {
    display: flex;
    align-items: center;
    margin: 50vh 0 0 0;
    width: 30px;
    height: 40px;
    border-radius: 0 50% 50% 0;
    transform: translate(100%);
    background-color: #fff;
    text-align: center;
    transition: all 400ms ease-in;
  }
}
.l-store__filter-open.show {
  transform: translateX(0%);
}

.l-product__control {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
@media (max-width: 767.98px) {
  .l-product__control {
    width: 100%;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 60px;
    left: 0;
    z-index: 1000;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  }
}
.l-product__spec {
  position: relative;
}
@media (max-width: 767.98px) {
  .l-product__spec {
    display: none;
    transform: translateY(100%);
    transition: all 600ms ease-in;
  }
  .l-product__spec.is-show {
    display: block;
    transform: translateY(0%);
  }
}
.l-product__spec .icon-arrow-down {
  display: none;
}
@media (max-width: 767.98px) {
  .l-product__spec .icon-arrow-down {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: auto;
    left: auto;
    z-index: 1;
  }
}
.l-product__spec input {
  max-width: 80px;
  border: none;
  text-align: center;
}
.l-product__spec input:focus {
  outline: none;
}
.l-product__spec input[type=radio] {
  display: none;
}
.l-product__spec input[type=radio]:checked + label {
  color: #f9f9fc;
  background-color: #86868e;
}
.l-product__spec-amount {
  padding: 8px;
  border: 1px #86868e solid;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.l-product__accordion .accordion-item {
  border: none;
}
.l-product__accordion .accordion-button {
  font-weight: 700;
  padding: 0;
}
.l-product__accordion .accordion-button:focus {
  box-shadow: none;
}
.l-product__accordion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  box-shadow: none;
}
.l-product__accordion .accordion-body {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.l-product__accordion .accordion-body a {
  padding: 4px;
  width: 100%;
}
.l-product__accordion .accordion-body a:hover {
  color: #e73b56;
}
@media (max-width: 767.98px) {
  .l-choice__modal {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
.l-choice__modal .modal-dialog {
  margin: 0 auto;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .l-choice__modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
  }
}
.l-choice__modal .modal-content {
  border-radius: 0;
}
.l-category__img {
  width: 100%;
  height: 196.39px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 767.98px) {
  .l-category__img {
    height: 113px;
  }
}

.product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}

.banner-cate {
  height: 370px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (max-width: 767.98px) {
  .banner-cate {
    height: auto;
  }
}

.product-img {
  width: 75%;
  height: 75%;
  display: block;
  margin: auto;
}

div.div_nav {
  overflow-y: hidden;
}
div.div_nav ul {
  white-space: nowrap;
  overflow: visible;
  width: 100px;
}
div.div_nav ul li {
  display: inline-block;
}

div.div_nav::-webkit-scrollbar {
  display: none;
}

