iframe#admin_bar_iframe {
  display: none;
}
/*--------header--------*/
.topbar a {
  display: block;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.topbar a img {
  width: 100%;
}
.header-logo {
  flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  max-width: 15%;
}
.header-logo img {
  max-height: 75px;
  width: auto;
}
.header-logo .logo-img {
  display: inline-block;
  padding-right: 45px;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.header-search {
  flex: 0 0 57%;
  -ms-flex: 0 0 57%;
  max-width: 57%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.header-action {
  flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  max-width: 28%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}

.hotline-txt {
  margin: 0;
  border-right: 1px solid;
  padding-right: 15px;
}

.header-search-form input {
  border: 0;
  outline: 0;
  width: 100%;
}

.header-search-form {
  border-bottom: 2px solid var(--shop-color-main);
  padding: 10px 45px 10px 0;
}

.header-search-wrap {
  flex-grow: 1;
  position: relative;
}

.header-act-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.header-search-wrap button {
  border: 0;
  outline: 0;
  display: inline-block;
  position: absolute;
  right: 5px;
  background: transparent;
}

.header-search-wrap button svg {
  width: 22px;
  height: 22px;
}

.cart-count {
  position: absolute;
  right: -8px;
  top: -3px;
  font-size: 10px;
  background-color: var(--shop-color-main);
  color: #fff;
  display: inline-flex;
  height: 16px;
  min-width: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  line-height: 1;
}

.act-btn.btn-cart {
  position: relative;
}
.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1020;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.search-dropdown h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.search-dropdown ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 5px;
}

.search-dropdown ul a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  text-transform: capitalize;
}
.dropdown-box.products-suggest a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 8px 10px;
  border-top: 1px dotted #e1e1e1;
}
.dropdown-box.products-suggest a:first-child {
  border-top: 0;
}
.dropdown-box.products-suggest a img {
  flex: 0 0 44px;
  -ms-flex: 0 0 44px;
  max-width: 44px;
}
.dropdown-box.products-suggest a span {
  flex: 0 0 calc(100% - 44px);
  -ms-flex: 0 0 calc(100% - 44px);
  max-width: calc(100% - 44px);
  padding-left: 10px;
}
.dropdown-box.products-suggest a b {
  font-weight: 400;
  display: block;
}
.dropdown-box.products-suggest a del {
  font-size: 13px;
  color: #5d5d5d;
  margin-left: 10px;
}
.dropdown-box.dropdown-brands li {
  flex: 0 0 calc(100% / 6 - 5px);
  -ms-flex: 0 0 calc(100% / 6 - 5px);
  max-width: calc(100% / 6 - 5px);
}

.dropdown-box.dropdown-brands li a {
  padding: 5px;
}

.dropdown-box {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 10px;
}
.dropdown-box:last-child {
  border: 0;
}
.nav-main .nav-main-list .nav-child:hover .submenu {
  display: block;
}
.nav-desktop {
  position: relative;
}
.nav-main .nav-main-list .nav-child:hover > .submenu-dropdown {
  opacity: 1;
  visibility: visible
}

.nav-main .nav-main-list > .nav-child > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  color: #212121;
  padding: 10px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-main .submenu-dropdown {
  position: absolute;
  left: 0;
  min-width: 180px;
  padding: 0;
  box-shadow: 0 0 3px rgba(164, 164, 164, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 9999;
  background: #fff;
}

.nav-main .submenu-dropdown .nav-child a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #212121;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-main .submenu-dropdown .nav-child a .icon-sb {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.nav-main .submenu-dropdown.submenu-lv3 {
  left: 100%;
  top: 0
}


.nav-main-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.header-nav {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.nav-main-list .nav-child {
  position: relative;
}
.megamenu {
  display: none;
  position: absolute;
  left: -50%;
  transform: translateX(-30%);
  min-width: 560px;
  padding: 20px 20px 0;
  background: #fff;
  z-index: 9999;
  top: 100%;
  box-shadow: 0 0 3px rgba(164, 164, 164, 0.9);
}

.megamenu .megamenu-left .row {
  justify-content: center;
  -webkit-justify-content: center
}

.megamenu .megamenu-col,
.megamenu .megamenu-right_col {
  margin-bottom: 20px
}

.megamenu .megamenu-col .img-megamenu {
  overflow: hidden;
  display: block;
  margin: 0 auto 12px;
  text-align: center;
}

.megamenu .megamenu-col .img-megamenu img {
  max-width: 100px;
  width: 100%
}

.megamenu .megamenu-col h4 {
  font-size: 12px;
  line-height: calc(23 / 20);
  font-weight: 600;
  margin-bottom: 0;
  text-align: center
}

.megamenu .megamenu-col h4 a {
  color: #212121;
}

.megamenu .megamenu-col .megamenu-link li:not(:last-child) {
  margin-bottom: 5px
}

.megamenu .megamenu-col .megamenu-link li a {
  font-size: 14px;
  line-height: calc(22 / 14);
  font-weight: 500
}

.megamenu .megamenu-col .megamenu-link.sub-lv3 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px
}

.megamenu .megamenu-img img {
  width: 100%
}
.header-logo .nav-burger {
  display: none;
  cursor: pointer;
}

@media(max-width: 767px) {
  .nav-main-list {
    display: none;
  }
  .header-logo .logo-img {
    padding: 0;
  }
  .header-logo {
    width: 35%;
  }
  .header-logo .nav-burger {
    display: inline-block;
  }
  .header-hotline {
    display: none;
  }
  .header-act-btns a {
    flex-shrink: 0;
  }
  .header-act-btns {
    gap: 15px;
    width: 100%;
  }
  .header-act-btns a img,
  .header-act-btns a svg {
    width: 19px !important;
    height: auto;
  }
  .header-action {
    width: 35%;
  }
  .header-search {
    padding-left: 15px;
  }
  .search-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .header-search-form {
    padding: 10px 0 10px 30px;
    position: relative;
  }
  .header-search-wrap button {
    right: auto;
    left: 0;
  }
  .dropdown-box.dropdown-search {
    border-bottom: 0;
    padding-right: 70px;
    padding-left: 20px;
    position: relative;
  }
  .close-dropdown-mb {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
  }
  .close-dropdown-mb:after,
  .close-dropdown-mb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #212121;
    width: 1.5px;
    height: 30px;
    content: '';
    border-radius: 1px;
  }
  .close-dropdown-mb:after {
    transform: translate(-50%, -50%) rotate(45deg)
  }
  .close-dropdown-mb:before {
    transform: translate(-50%, -50%) rotate(-45deg)
  }
  .header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-search-form.search-desktop {
    padding: 10px 35px 10px 0;
  }
  .header-search-wrap .header-search-form.search-desktop button {
    right: 5px;
    left: auto;
  }
}
/*---------Header mobile-----------*/
.sitenav-wrapper {
  display: none;
}
@media(max-width: 767px) {
  .sitenav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sitenav-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 150ms;
  }
  .show-menu-mb .sitenav-wrapper.sitenav-left.sitenav-menu {
    opacity: 1;
    visibility: visible;
  }

  .show-menu-mb {
    overflow: hidden;
  }
  .sitenav-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    padding: 40px 15px 30px;
    overflow: auto;
  }

  .btn-sitenav-close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px;
  }
}

/*-------Product loop--------*/

.pro-loop .product-image {
  position: relative;
}

.pro-loop .product-image .hovered-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
}

.pro-loop .product-image:hover .hovered-img img {
  opacity: 1;
}
.proLoop-labels span {
  display: inline-flex;
  color: #fff;
  font-size: 9px;
  margin-right: 0;
  padding: 2px 4px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  line-height: 18px;
}
.proLoop-labels .proLoop-label-freeship {
  background: #002351;
  border: 1px solid #002351;
}
.proLoop-labels .proLoop-label-new {
  border: 1px solid #fe2d05;
  background: #fe2d05;
}
.proLoop-labels .proLoop-label-soon {
  border: 1px solid #fe2d05;
  background: #fe2d05;
}
.proLoop-labels .proLoop-label-bestseller {
  background: #b50014;
  border: 1px solid #b50014;
}
.proLoop-labels .proLoop-label-guarantee {
  border: 1px solid var(--shop-color-main);
  color: var(--shop-color-main);
  text-transform: uppercase;
  font-weight: 500;
}
.proLoop-labels .proLoop-label-offer {
  border: 1px solid #4aa8ff;
  background: #4aa8ff;
  color: #f8ff00;
  text-transform: uppercase;
  font-weight: 500;
}
.proLoop-labels .proLoop-label-deal {
  background: #e53232;
  border: #e53232;
}
.proLoop-labels .productGift {
  background: #f68fc7;
}
.proloop-detail h3 {
  font-size: 14px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  white-space: initial;
  height: 42px;
  line-height: 1.5;
}

.proloop-vendor {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212121;
  padding: 3px 0;
}
.proloop-vendor a,
.proloop-detail h3 a {
  color: #212121;
}
.proloop-detail {
  padding: 10px;
}

.proloop-price {
  position: relative;
  display: flex;
  : column;
  flex-direction: column;
}

.proloop-price .pro-percent {
  background: rgba(159, 206, 24, 0.8);
  position: absolute;
  z-index: 2;
  display: inline-flex;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.proloop-price .price {
  font-size: 13px;
  color: var(--shop-color-main);
  font-weight: bold;
}

.proloop-price .price-del {
  font-size: 12px;
  color: #828282;
  text-decoration: line-through;
}
.pro-soldout {
  position: absolute;
  z-index: 2;
  background: #4c4c4c9e;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 9px;
  color: #fff;
  line-height: 1.3;
}
/*--------Index--------*/
.home-section {
  padding: 30px 0;
}

.index-collection-products {
  background: #f5f5f5;
  padding: 1px;
}
.index-collection-list .pro-loop {
  background: #fff;
}
.index-collection-list.owl-carousel:not(.owl-loaded) {
  display: flex;
  gap: 1px;
}
.index-collection-list.owl-carousel:not(.owl-loaded) .pro-loop {
  width: 100%;
}
.index-collection-list.owl-carousel:not(.owl-loaded) .pro-loop:nth-child(n + 6) {
  display: none;
}
@media(max-width: 767px) {
  .index-collection-list.owl-carousel:not(.owl-loaded) .pro-loop:nth-child(n + 3) {
    display: none;
  }
.index-collection-list.owl-carousel:not(.owl-loaded) .pro-loop {
   display: none;
  }
.index-collection-list.owl-carousel:not(.owl-loaded) {
    display: block;
    padding-bottom: 82.94%;
  }
}

#rowCountHotDeal-bc {
    background: #e5fce0;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px 10px 0 0;
      display: flex;
    justify-content: space-between;
      border: 1px solid var(--shop-color-main);
}
.flashsale-countdown {
  display: inline-flex;
  font-size: 18px;
  gap: 5px;
  align-items: center;
}

.time-frame {
  background: #0a0a0a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  line-height: 1;
  font-weight: 600;
}
#wrapImgHot-bc {
  display: inline-block;
}
.flsalevariant {
  margin-top: 10px;
}

.flsalevariant > div {
  background: #cff0c3;
  width: 100%;
  height: 4px;
  position: relative;
  border-radius: 4px;
}

.percenvariant {
  position: absolute;
  border-radius: 4px;
  left: 0;
  width: 30%;
  background: #2cc333;
  height: 100%;
}

.solwi {
  font-size: 12px;
  line-height: 14px;
  color: #212121;
  margin-top: 10px;
}
.index-collection {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.index-heading-wrap .index-heading-left {
  display: flex;
  align-items: center;
}
.index-heading-wrap .index-heading {
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .index-heading-wrap .index-heading {
    font-size: 15px;
  }
}
.index-heading-wrap .index-heading-right a {
  color: var(--shop-color-main);
}
@media (max-width: 767px) {
  .index-heading-wrap .index-heading-right a {
    font-size: 13px;
  }
}

.section-promo {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .section-promo {
    margin-bottom: -10px;
  }
}
.section-promo .index-hotdeal-products {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 1199px) {
  .section-promo .index-hotdeal-products {
    padding-bottom: 5px;
  }
}
.section-promo .index-hotdeal-list .index-hotdeal-item {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .section-promo .index-hotdeal-list .index-hotdeal-item {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-promo .index-hotdeal-list .index-hotdeal-item-wrap {
    display: block;
  }
}

.section-promo .index-hotdeal-list .index-hotdeal-item-products {
  display: flex;
  gap: 1px;
  background: #fff;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -60px;
  background: #f5f5f5;
  padding: 1px;
}
.section-promo .index-hotdeal-list .index-hotdeal-item-products.no-banner {
  margin: 0;
}
@media (max-width: 767px) {
  .section-promo .index-hotdeal-list .index-hotdeal-item-products {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -30px;
    transform: translateY(0px);
  }
}

.section-promo .index-hotdeal-list .owl-dots {
  transform: translateY(-40px);
  counter-reset: dots;
}
@media (max-width: 1199px) {
  .section-promo .index-hotdeal-list .owl-dots {
    transform: translateY(0px);
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .section-promo .index-hotdeal-list .owl-dots {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    margin-top: 0;
  }
}
.section-promo .index-hotdeal-list .owl-dots .owl-dot {
  width: 22px;
  height: 22px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  outline: 0;
}
.section-promo .index-hotdeal-list .owl-dots .owl-dot.active {
  background: var(--shop-color-main) !important;
  color: #fff;
}
.section-promo .index-hotdeal-list .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.section-promo .pro-loop {
  width: 100%;
  background: #fff;
}

.index-collection-tabs ul {
  list-style-type: none;
  margin: 0;
  position: relative;
  justify-content: space-between;
  padding: 0;
  display: flex;
}
.index-collection-tabs li {
  min-width: calc(25% - 20px);
}
.index-collection-tabs li a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 40px;
  color: #212121;
  width: 100%;
}
.index-collection-tab-list .owl-stage {
  padding-left: 0 !important;
}

.index-collection-tabs {
  border-radius: 40px;
  border: 2px solid var(--shop-color-main);
  margin-bottom: 30px;
  padding: 5px;

}
.owl-dots {
  text-align: center;
}
.index-collection-tabs li a.active {
  color: #fff;
  background: var(--shop-color-main);
}

@media(max-width: 767px) {
  .index-collection-tabs li a {
    padding: 7px 25px;
    min-width: 200px;
  }

  .index-collection-tabs li {
    width: max-content;
    flex-shrink: 0;
  }

  .index-collection-tabs ul {
    overflow: auto;
    gap: 16px;
    padding-bottom: 10px;
  }

  .index-collection-tabs {
    padding: 0;
    border: 0;
    margin-bottom: 10px;
  }
}

.index-products-bordered {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  gap: 1px;
  padding: 1px;
}

.index-products-bordered .pro-loop {
  width: calc(20% - 1px);
}
@media(max-width: 767px) {
  .index-products-bordered .pro-loop {
    width: calc(50% - 1px);
  }
}
.index-list-viewmore {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  background: #fff;
  align-items: center;
}
.index-list-viewmore a {
  color: var(--shop-color-main);
  display: inline-flex;
  padding: 5px 20px;
}

/*-- index brand --*/
.index-brandlist-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;


}

.index-brandlist-left {
  width: calc(100% / 8);
}


.index-brandlist-left-mb {
  width: 100%;
  margin-bottom: 5px;
}

.index-brandlist-listwrap {
  border: 2px solid var(--shop-color-main);
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 15px;
  margin-top: -5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;


}
@media (max-width: 767px) {

  .index-brandlist-listitem {

    flex: 0 0 calc(100% / 3);
    -ms-flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.index-brandlist-list .index-brandlist-listitem a img {
  border-radius: 10px;
}

.index-brandlist-list .index-brandlist-listitem a.active {
  border-color: var(--shop-color-main);
}

.index-brandlist-list {
  display: flex;
  flex-direction: column;
}
.index-brandlist-list .index-brandlist-listitem a {
  position: relative;
  padding: 5px;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
}
@media(min-width: 768px) {
  .index-brandlist-left-mb {
    display: none;
  }
  .index-brandlist-heading {
    display: none;
  }
  .index-brandlist-right {
    width: calc(100% - (100% / 8));
    padding-left: 20px;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .index-brandlist-left {
    width: 100%;
  }
  .index-brandlist-right {
    width: 100%;
  }
  .index-brandlist-wrap {
    display: block;
    .index-brandlist-list {
      flex-direction: row;
    }
  }


}
.index-brandlist-listitem a.active .index-brandlist-listitem-img-white {
  display: block;
}
.index-brandlist-listitem a .index-brandlist-listitem-img-white {
  display: none;
}
.index-brandlist-listitem a.active .index-brandlist-listitem-img-black {
  display: none;
}

.index-brandlist-listitem a.active img:not(.lazyloaded) {
  height: 0;
}
.section-brand .index-products-bordered .pro-loop {
  width: calc(25% - 1px);
}
.section-brand .no-banner .pro-loop {
  width: calc(20% - 1px);
}
@media(max-width: 767px) {

  .section-brand .index-products-bordered .pro-loop {
    width: calc(50% - 1px);
  }
}


/*------------- voucher ---------------*/
body.show-voucher-detail {
  overflow: hidden;
}
.category-list {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.category-list > li {
  width: calc(100% / 6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.skinfood-voucher-page section {
  margin-bottom: 20px;
}
.event-banner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 300px;
  padding: 20px 0;
}

.event-banner .newcomer-event {
  width: 40%;
}
.event-banner .special-event {
  width: 60%;
}
.event-banner .event-box a {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.event-banner .event-box a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h4.event-heading {
  text-align: center;
  margin: 0;
  font-size: 20px
}

.category-container {
  margin-bottom: 20px;
}

.voucher-container {
  margin-bottom: 20px;
}
.voucher-section-heading {
  text-align: center;
  margin-bottom: 5px;
}

.voucher-section-heading h3 {
  font-size: 18px;
  background: var(--shop-color-main);
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  margin: 0;
  text-transform: capitalize;
  border-radius: 20px;
}

.item-ribbon {


  /*
   --mask:
   linear-gradient(#000 0 0) 50%/calc(100% - 36px) calc(100% - 36px) no-repeat,
   radial-gradient(10px,#0000 98%,#000) 0 -18px/33.3px 36px round no-repeat,
   radial-gradient(10px,#0000 98%,#000) 0 calc(100% + 18px)/33.3px 36px round no-repeat,
   radial-gradient(10px,#0000 98%,#000) -18px 0/36px 33.3px no-repeat round,
   radial-gradient(10px,#0000 98%,#000) calc(100% + 18px) 0/36px 33.3px no-repeat round;
   clip-path: polygon(0px 0,calc(100% - 0px) 0,100% 0px,100% calc(100% - 0px),calc(100% - 0px) 100%,0px 100%,0 calc(100% - 0px),0 0px);
   -webkit-mask: var(--mask);
   mask: var(--mask);
   padding: 20px 0;
*/
  background: #f5fdf2;
  display: flex;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
}

.voucher-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.voucher-item {
  width: 50%;
  flex-shrink: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.item-ribbon__left {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-ribbon__right {
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  max-width: 75%;
  padding: 15px 20px;
  border-left: 1px dashed #b5b5b5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.item-ribbon__right:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 9px;
  background: #fff;
  top: -1px;
  left: -8px;
  border: 1px solid #cfcfcf;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.item-ribbon__right:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 9px;
  background: #fff;
  bottom: -1px;
  left: -8px;
  border: 1px solid #cfcfcf;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.item-info__upper .heading {
  display: flex;
  justify-content: space-between;
}
.item-info__lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}

.item-info .title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.item-info .condition {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-info .condition a {
  font-weight: 500;
  text-decoration: underline;
  color: #d62a2a;
}
.save-voucher-btn {
  background: var(--shop-color-main);
  display: inline-block;
  padding: 5px 35px;
  font-size: 14px;
  color: #fff !important;
  position: relative;
}
.save-voucher-btn .coupon-ani {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  color: #e55534;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  top: 0;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.save-voucher-btn .coupon-ani svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 2px;
}
.save-voucher-btn .coupon-ani.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-21px);
}
.coupon-item__view-detail {
  position: absolute;
  z-index: 100;
  transition: all ease-in-out 250ms;
  opacity: 0;
  visibility: hidden;
  top: 65px;
  right: 0;
  width: 360px;
}
.coupon-detail-container {
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 18px;
  position: relative;
  background: #fff;
}
.show-detail .coupon-item__view-detail {
  opacity: 1;
  visibility: visible;
}
.details {
  margin: 0;
  padding-left: 20px;
}
.close-detail-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #e5b8a1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
}
.close-detail-btn::after,
.close-detail-btn::before {
  position: absolute;
  top: 50%;
  left: 49%;
  content: "";
  width: 2px;
  height: 10px;
  background: #fff;
}
.close-detail-btn::after {
  transform: translateY(-50%) rotate(45deg);
}
.close-detail-btn::before {
  transform: translateY(-50%) rotate(-45deg);
}
.coupon-item__view-detail .detail {
  font-size: 14px;
  margin: 2px 0;
}
.campaign-list.owl-carousel:not(.owl-loaded) .campaign-item:not(:first-child) {
  display: none;
}
.voucher-by-group__heading {
  max-width: 800px;
  margin: 0 auto 40px;
}
.voucher-by-group__heading h3 {
  text-align: center;
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}
.detail-code,
.detail-exp {
  display: flex;
  align-items: center;
}

.detail-code span,
.detail-exp span {
  width: 50%;
}
.detail-code__code {
  font-weight: 500;
}

.detail-code__code svg {
  width: 16px;
  height: 16px;
}

.detail-code__code a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: #ffefe7;
  align-items: center;
  justify-content: center;
  border-radius: 1000%;
  cursor: pointer;
  margin-left: 5px;
  display: none;
}
.detail-code,
.detail-details {
  background: #fafafa;
}

.detail-code,
.detail-exp,
.detail-details {
  padding: 10px 20px;
}
.coupon-item__view-detail .handle {
  display: inline-block;
  background: #fff;
  width: 10px;
  height: 10px;
  top: -4px;
  right: 60px;
  position: absolute;
  transform: rotate(45deg);
}

.voucher-detail-isshown {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all ease-in-out 250ms;
}
.show-voucher-detail .voucher-detail-isshown {
  opacity: 0.6;
  visibility: visible;
  background: #000;
  z-index: 999;
}

@media(max-width: 1200px) {
  .event-banner {
    height: 250px;
    gap: 15px;
  }
}
@media(max-width: 991px) {
  .event-banner {
    height: 200px;
    gap: 10px;
  }
  .voucher-item {
    padding: 15px 10px;
  }

  .item-ribbon__left {
    padding: 0 5px 0 15px;
  }
  .item-ribbon__right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .save-voucher-btn {
    padding: 5px 20px;
    font-size: 11px;
  }
  .item-info__lower span {
    font-size: 10px;
  }
  .item-info .title {
    font-size: 16px;
  }
  .show-detail-btn {
    font-size: 11px;
  }
  .item-info .condition {
    font-size: 12px;
  }
}


@media(max-width: 767px) {
  .event-banner .event-box {
    width: 100%;
  }
  .voucher-item {
    width: 100%;
    padding: 15px 10px;
  }
  .category-list > li {
    padding: 10px;
    width: calc(100% / 3);
  }
  .category-list {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .voucher-section-heading h3 {
    font-size: 16px;
    padding: 10px 30px;
  }
  .event-banner {
    height: auto;
    flex-direction: column;
  }

  .event-banner .event-box a {
    padding-bottom: 50%;
  }
  .voucher-by-group__heading h3 {
    font-size: 18px;
  }
  .voucher-by-group__heading {
    margin-bottom: 30px;
  }
  .coupon-item__view-detail {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: auto;
    transform: translateY(100%);
    transition: all ease-in-out 300ms;
  }
  .coupon-detail-container {
    padding-bottom: 70px;
    padding-top: 20px;
    position: relative;
    border-radius: 20px 20px 0 0;
  }
  .coupon-item__view-detail .handle {
    width: 80px;
    height: 5px;
    transform: rotate(0deg) translateX(50%);
    top: -10px;
    border-radius: 30px;
    right: 50%;
    box-shadow: 0 -1px 8px 0 #0000001f;
  }

  .show-voucher-detail .coupon-item__view-detail {
    transform: translateY(0);
  }
}
@media(max-width: 400px) {
  .save-voucher-btn {
    padding: 3px 15px;
    font-size: 10px;
  }
}
.detail-action {
  padding: 10px 20px 5px;
}

.detail-action .use-coupon-btn {
  background: var(--shop-color-main);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px 0 !important;
}
@media(min-width: 768px) {
  .detail-action {
    display: none;
  }
}
.view-coupon-btn .dt {
  display: block;
}
.view-coupon-btn .mb {
  display: none;
}
@media(max-width: 767px) {
  .view-coupon-btn {
    border: 1px solid;
    color: #a3a3a3;
    display: inline-flex;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  .view-coupon-btn .dt {
    display: none;
  }
  .view-coupon-btn .mb {
    display: block;
  }
  .section-heading h3 {
    font-size: 18px;
  }
}

/* index voucher*/
@media (min-width: 1024px) {
  .index-vouchers .voucher-item {
    width: 25%;
    min-height: 135px;
    padding: 5px;
  }
}
@media(min-width: 768px) {

  .index-vouchers .item-ribbon__right {
    padding: 15px 7px;
  }
  .index-vouchers .item-ribbon__left {
    padding: 0 10px;
  }
  .index-vouchers .coupon-item__view-detail {
    top: 45px;
    right: -23px;
  }
  .index-vouchers .item-info .title {
    font-size: 16px;
  }

  .index-vouchers .save-voucher-btn {
    padding: 1px 20px;
    font-size: 14px;
  }
  .index-vouchers .item-info__lower span:not(.coupon-ani) {
    font-size: 11px;
  }
  .index-vouchers .view-coupon-btn .dt {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .index-vouchers .voucher-list {
    flex-wrap: nowrap;
    overflow-y: auto;
    gap: 10px;
    margin: 0 -15px;
    padding-left: 10px;
  }
  .index-vouchers .voucher-list .voucher-item {
    width: 45%;
    padding: 0;
    min-height: 110px;
  }
  .index-collection__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-collection-list .owl-stage {
    padding-left: 0 !important;
  }
}
@media(max-width: 767px) {
  .index-vouchers .item-info .title {
    font-size: 14px;
  }
  .index-vouchers .voucher-list .voucher-item {
    width: 90%;
    padding: 0;
    min-height: 110px;
  }
  .index-vouchers .item-ribbon__left {
    padding: 0 5px;
  }
  .index-vouchers .item-info .condition {
    font-size: 12px;
  }
  .index-vouchers .item-ribbon__right {
    padding: 10px;
  }
  .index-vouchers .save-voucher-btn {
    padding: 3px 20px;
    font-size: 11px;
  }
  .index-vouchers .item-info__lower span {
    font-size: 11px;
  }
}

.show-contact-dialog .contact-dialog{
	transform: translateX(0);
}
.contact-dialog {
	position: fixed;
	right: 0;
	bottom: 150px;
	z-index: 999;
	background: #f5f6fa;
	box-shadow: 0 0 10px 5px #00000014;
	border-radius: 10px 0 0 10px;
	transform: translateX(100%);
	transition: all ease-in-out 250ms;
}

.contact-dialog a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
}
.contact-dialog li:not(:last-child) a{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff
}

.contact-dialog svg {
	width: 35px;
	height: 35px; 
}

.contact-dialog ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 10px 0;
}

.close-contact-dialog {
	position: absolute;
	right: 10px;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #5c5c5c;
	border-radius: 5px;
}

.close-contact-dialog::after, .close-contact-dialog::before {
	content:'';
	width: 2px;
	height: 15px;
	background: #fff;
	position:absolute;
	top: 50%;
	left: 50%;
}
.close-contact-dialog::after{
	transform: translate(-50%, -50%) rotate(45deg)
}
.close-contact-dialog::before{
	transform: translate(-50%, -50%) rotate(-45deg)
}

.contact-dialog-btn {
	background: var(--shop-color-main);
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 998;
	writing-mode: vertical-rl; 
	text-orientation: mixed;
	transform: rotate(180deg);
	padding: 20px 5px;
	font-size: 16px;
	box-shadow: 0 0 5px 0px #00000014;
	border-radius: 0 10px 11px 0;
	transition: all ease-in-out 150ms;
}

.contact-dialog-btn:hover {
	color: #fff;
}
.show-contact-dialog .contact-dialog-btn {
	opacity: 0;
	visibility: hidden;
}

.total.promo-applied {
    display: flex;
    flex-direction: column;
    align-items: end;
    line-height: 1.3;
}

.total.promo-applied svg {
    fill: #eb1414;
}

.del-total {
    color: #8c8c8c;
    font-weight: normal;
    font-size: 16px;
}

.wrapper-mainCart .order-summary-block .summary-total .promo-applied span {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #eb1414;
}

/* checkin / rollcall */

.rollcall {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.rollcall-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: calc(100% / 7);
    background: #dedede;
    border-radius: 5px;
    box-shadow: inset -3px -3px 4px 0px #c0c0c0;
}

#popup-checkin .modal-body {
    padding: 0 20px 20px;
  text-align: center;
}

#popup-checkin .modal-heading {
    padding: 20px 20px 0;
  text-align: center;
  
}

.rollcall-btn {
    display: inline-flex;
    padding: 10px 20px;
    margin-top: 20px;
    background: var(--shop-color-main);
    color: #fff;
    border-radius: 5px;
}
.rollcall-btn:hover {
    color: #fff;
}
.rollcall-btn.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.rollcall-item.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.rollcall-item.is-got {
    opacity: 1;
    background: var(--shop-color-main);
    color: #fff;
    box-shadow: inset -3px -3px 4px 0px #4c8852;
}
.rollcall-item span {
    font-size: 12px;
}

.rollcall-item strong {
    font-size: 20px;
    font-weight: 600;
}
@media(max-width: 767px){
  .rollcall-item {
    padding: 10px 0;
  }
  .rollcall-item strong {
    font-size: 16px;
}
  .rollcall {
    gap: 5px;
  }
  .rollcall-btn{
    margin-top: 10px;
        width: 100%;
    justify-content: center;
  }
}
.modal-heading h5 {
    margin: 0;
}
.checkin-dialog {
    position: fixed;
    z-index: 3;
    right: 15px;
    bottom: 90px;
    width: 80px;
    height: 80px;
}

.checkin-dialog-btn {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #0000005e;
}

.checkin-dialog-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  animation: shakeAndScale  cubic-bezier(0.19, 0.63, 0.82, 0.47);
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
@keyframes shakeAndScale {
  10%, 90% {
    transform: scale(1) rotate(0);
  }
  20%, 60% {
    transform: scale(1.05) rotate(-2deg);
  }
  40%, 80% {
    transform: scale(1.05) rotate(2deg);
  }
}

.hide-checkin-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -8px;
    right: -8px;
    background: #0000007a;
    border-radius: 50%;
      cursor: pointer;
}

.hide-checkin-btn:after, .hide-checkin-btn:before {
  content: '';
    width: 1.5px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
}
.hide-checkin-btn:after{
  transform: translate(-50%, -50%) rotate(40deg)
}
.hide-checkin-btn:before{
  transform: translate(-50%, -50%) rotate(-40deg)
}
@media(max-width: 767px){
  .checkin-dialog {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 120px;
  }
  .hide-checkin-btn:after, .hide-checkin-btn:before {
    width: 1px;
    height: 13px;
  }
  .hide-checkin-btn {
    width: 23px;
    height: 23px;
  }
}
.item-remove {
    display: inline-block;
    padding: 3px 10px;
    background: #e7e7e7;
    font-size: 12px;
}
.btn-checkbox {
	cursor: pointer;
	display: inline-flex;
	border: 2px solid #eae4e8;
	border-radius: 4px;
  position: relative;
  width: 20px;
  height: 20px;
}

.btn-checkbox svg {
	opacity: 0;
	visibility: hidden;
}
input[type="checkbox"]:checked + .btn-checkbox {
	border-color: var(--shop-color-main);
    box-shadow: inset 0px 0px 0px 2px var(--shop-color-main);
}
input[type="checkbox"]:checked + .btn-checkbox svg {
	visibility: visible;
	opacity: 1;
}

.select-all-btn input[type="checkbox"],.select-btn input[type="checkbox"]{
	display: none;
}
.btn-checkbox path {
    fill: var(--shop-color-main);
}
.media-select {
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-left: -5px;
}
.media-left .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.btn-checkbox svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.table-heading {
    margin: 0 -10px;
    padding: 5px 10px 10px;
    border-bottom: 3px solid var(--shop-color-main);
}

.select-all-btn {
    display: flex;
    gap: 10px;
    margin: 0;
}

.select-all-btn p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.select-all-btn .btn-checkbox {
    width: 25px;
    height: 25px;
}

.select-btn {
    line-height: 0;
}
.btncart-checkout {
    display: block;
    width: 100%; 
    background: var(--shop-color-main);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0;
    margin-top: 12px;
    outline: 0;
    border: 0;
}

.btncart-checkout:focus {
    outline: 0;
}
.promotion-list {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
  max-width: 100%;
}

.promotion-list li {
    flex-shrink: 0;
    display: inline-block;
    padding: 0px 5px;
    background: #fbebed;
    position: relative;
    color: #ee4d2d;
    font-size: 12px
}


.product-promotions p {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}
.account-rollcall .rollcall {
    max-width: 600px;
    width: 100%;
}

.account-rollcall {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
  .prod-video video {
    pointer-events: none;
  }
  .fancybox-slide--video .fancybox-content {
  aspect-ratio: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
}
  .fancybox-slide--video {
    padding: 0;
}
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 2999;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 200ms;
}

body.show-side-cart{
    overflow: hidden;
}
.show-side-cart .overlay{
    opacity: 0.4;
    visibility: visible;
}
.show-side-cart .side-cart{
    transform: translateX(0);
}
.side-cart {
    position: fixed;
    z-index: 3000;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
  max-width: 100%;
    box-shadow: -3px 0px 10px #0000002e;
    transition: all ease-in-out 200ms;
    transform: translateX(100%);
}
.side-cart .wrapper-mainCart{
    margin: 0;
}
.side-cart .wrapper-mainCart .table-cart{
    border: 0;
    padding-bottom: 15px;
    overflow: auto;
    max-height: 80vh;
  
}

.side-cart .table-heading {
    position: relative;
}

.side-cart .close-side-cart {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 600;
}

.side-cart  .table-heading h4 {
    margin: 0;
    font-weight: 600;
}

.side-cart .table-footing {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #eae4e8;
    padding: 10px ;
    background: #fff;
}
.side-cart .table-footing .act-btns{
      display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.side-cart .wrapper-mainCart .order-summary-block {
    border: 0;
    margin: 0;
    padding: 0;
}

.side-cart .wrapper-mainCart .order-summary-block .summary-total {
    border: 0;
    padding: 0;
}
.side-cart .checkout-btn {
    background: var(--shop-color-main);
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
}
.side-cart .to-cart-btn{
    color: var(--shop-color-main);
    text-decoration: underline;
}
.side-cart .wrapper-mainCart .media-line-item .item-variant-edit {
    cursor: auto;
}

.side-cart .promotion-item {
    flex-shrink: 0;
    background: #fbebed;
    border: 1px solid #ee4d2d;
    border-radius: 5px;
    color: #ee4d2d;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 250px;
    margin-bottom: 10px;
}

.side-cart .promotion-item .item-left {
    display: block;
    width: 20%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.side-cart .promotion-item .item-right {
    position: relative;
    padding-bottom: 22px;
    padding-left: 10px;
    border-left: 1px dashed;
}

.side-cart .promotion-item .item-right p {
    margin: 0;
    font-size: 14px;
}

.side-cart  .promotion-item .item-right a {
    position: absolute;
    right: -5px;
    bottom: 0px;
    background: #ee4d2d;
    color: #fbebed;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.side-cart .table-promotion {
    background: #eaeaea;
    padding: 15px 10px 5px;
    padding-right: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.side-cart .promotion-item .item-right .code {
    font-weight: 600;
}

.side-cart .table-promotion:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 20px;
    right: 0;
    box-shadow: -2px 0px 8px 3px #eaeaea;
    z-index: 1;
    width: 5px;
    background: #eaeaea;
}

.side-cart .promotion-list {
    padding-right: 10px;
}
.side-cart .table-shipping {
padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 25px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

/*--- flashsale ---*/
.flashsale-box #wrapImgHot-bc {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    margin-right: 10px;
}

.flashsale-box #wrapImgHot-bc h2 {
    margin: 0;
    font-size: 32px;
    color: #fff;
}

.flashsale-box #wrapImgHot-bc h3 {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.flashsale-box {
    background: var(--shop-color-main);
    padding: 15px;
    border-radius: 10px;
}

.flashsale-box .index-collection-list.owl-carousel:not(.owl-loaded) {
    gap: 10px;
}

.flashsale-box .index-collection-products {
    background: transparent;
}

.flashsale-box .time-frame {
    color: var(--shop-color-main);
    background: #fff;
}

.flashsale-box .colon {
    color: #fff;
}

.flashsale-box a {
    color: #fff;
}
@media(max-width: 767px){
.flashsale-box #wrapImgHot-bc {
    display: block;
}

div#khungCounHotDeal-bc {
    display: flex;
    justify-content: space-between;
    width: 100%;
}  
}
/* blog */

.menuList-links li a img {
    width: 25px;
    height: 25px;
}
.menuList-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.group-sidebox.menuBlog-content{
box-shadow: none;
  border-radius: 0;
  
}
.menuBlog-content .menuList-links > li{border:0;}
/* topbar */

.topbar-menu {
    background: var(--shop-color-main);
}

.topbar-nav .nav-child a {
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.topbar-nav {
    display: flex;
}

.topbar-nav .submenu {
    position: absolute;
    background: #fff;
    z-index: 10;
    width: max-content;
    max-width: 80vw;
    box-shadow: 2px 3px 5px 0px #00000021;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 150ms;
}

.topbar-nav .nav-child {
    position: relative;
}

.topbar-nav .submenu a {
    color: var(--shop-color-title);
}

.topbar-nav .submenu .nav-child {border-bottom: 1px solid #e6e6e6;margin: 0 10px;}

.topbar-nav .submenu .nav-child a {
    padding: 10px 0;
}

.topbar-nav .submenu .nav-child:last-child {
    border: 0;
}
@media(min-width: 768px){
  .topbar-nav .nav-child:hover .submenu {
      opacity: 1;
      visibility: visible;
  }
}
@media (max-width:991px){
  .menuBlog-content .menuList-links{
        display: -webkit-flex;
        display: flex;
        gap: 20px;
        overflow: hidden;
        overflow-x: auto;
    }
  .menuBlog-content .menuList-links li{
    flex: 0 0 auto;
  }
  .menuBlog-content .menuList-links li a{
    display: block;
        background: #dfdfdf;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        line-height: 30px;
    width:100%;
  }
  .menuBlog-content .menuList-links li a.active{
background: #ff484214;
        color: #8a0000;
  }
  .menuBlog-content .menuList-links li a img{
    width: 30px;
    height: 30px;
}
  .menuBlog-content .menuList-links li a span{
    display:block;
  }
}
@media(max-width: 767px){
    .topbar-nav .nav-child a {
        font-size: 12px;
        padding: 10px 0;
    }

    .topbar-nav .submenu {
        position: fixed;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .topbar-nav .showmenu .submenu {
        opacity: 1;
        visibility: visible;
    }
    .nav-child.showmenu {
        background: #fff;
    }
    .nav-child.showmenu>a {
        color: var(--shop-color-main);
    }
    .topbar-nav .nav-child {
        padding: 0 10px;
    }
    .topbar-nav .nav-child:first-child {
        padding-left: 0;
    }
}
