body {
  font-family: "Roboto", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

* {
  padding: 0;
  margin: 0;
  outline: none !important;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-title {
  font-size: 30px;
  margin-bottom: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
.section-title.section-title-small {
  font-size: 20px;
}

.section-view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-view-more .section-view-more-link {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.section-padding {
  padding: 30px 0 40px 0;
}

.section-border-bottom {
  border-bottom: 1px solid #cccccc;
}

.home-banner-section .section-padding {
  padding: 20px 0;
}

.banner-link {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.banner-link:hover, .banner-link:focus {
  opacity: 0.8;
}

.block-flash-sale-title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.block-flash-sale-title .block-flash-sale-text {
  font-size: 30px;
  color: #f2611c;
}
.block-flash-sale-title .block-flash-sale-countdown {
  padding-top: 6px;
}

.mb-24px {
  margin-bottom: 24px;
}

.mb-32px {
  margin-bottom: 32px;
}

.category-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

.togglelines-btn {
  position: relative;
  width: 24px;
  height: 24px;
}
.togglelines-btn .togglelines {
  position: absolute;
  width: 22px;
  height: 2px;
  top: 50%;
  background: #222;
  -o-transition: background 0.01s ease 0.3s;
  -webkit-transition: background 0.01s ease 0.3s;
  transition: background 0.01s ease 0.3s;
}
.togglelines-btn .togglelines:after, .togglelines-btn .togglelines:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #222;
  position: absolute;
  top: -4px;
  -o-transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, width 0.01s ease 0.3s;
  -webkit-transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, width 0.01s ease 0.3s;
  -webkit-transition: top 0.3s ease 0.3s, width 0.01s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, width 0.01s ease 0.3s, -webkit-transform 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0.3s, width 0.01s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, width 0.01s ease 0.3s, -webkit-transform 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0.3s, width 0.01s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, width 0.01s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, width 0.01s ease 0.3s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, width 0.01s ease 0.3s, -webkit-transform 0.3s ease 0s;
}
.togglelines-btn .togglelines:after {
  top: 4px;
  width: 12px;
}

.sidebar-overlay-filter {
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5490196078);
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
@media screen and (max-width: 992px) {
  .sidebar-overlay-filter.is-active {
    display: block;
  }
}

.page-breadcrumb {
  padding: 28px 0 20px 0;
}
.page-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.page-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000000;
}
.page-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "|";
}

.input-outer {
  position: relative;
}
.input-outer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-outer select::-ms-expand {
  display: none;
}
.input-outer .input-item {
  width: 100%;
  display: block;
  padding: 8px 36px 8px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.input-outer i {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  pointer-events: none;
}
.input-outer i.mwc-icon-mwc-search {
  font-size: 16px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1224px;
  }
}

#page-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page-wrapper #site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 360px) and (max-width: 576px) {
  .col-xs-custom-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}
.header {
  background-color: #000000;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 8px;
  }
}
.header .header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 15px 0;
  position: relative;
  z-index: 4;
}
.header .header-bar .header-bar-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 52px;
}
@media screen and (max-width: 1200px) {
  .header .header-bar .header-bar-left {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-bar .header-bar-left {
    gap: 12px;
  }
}
@media screen and (max-width: 375px) {
  .header .header-bar .header-bar-left {
    gap: 8px;
  }
}
.header .header-bar .header-bar-left .header-bar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-bar .header-bar-left .header-bar-menu ul li a {
  color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header-bar .header-bar-left .header-bar-menu ul li a:hover, .header .header-bar .header-bar-left .header-bar-menu ul li a:focus {
  opacity: 0.9;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu ul li a .mwc-icon-angle-down,
.header .header-bar .header-bar-left .header-bar-menu ul li a .mwc-icon-angle-right {
    font-size: 9px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
  }
  .header .header-bar .header-bar-left .header-bar-menu ul li a .mwc-icon-angle-down::before,
.header .header-bar .header-bar-left .header-bar-menu ul li a .mwc-icon-angle-right::before {
    content: "\e92f";
  }
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu ul li a.is-active .mwc-icon-angle-down,
.header .header-bar .header-bar-left .header-bar-menu ul li a.is-active .mwc-icon-angle-right {
    font-size: 9px;
  }
  .header .header-bar .header-bar-left .header-bar-menu ul li a.is-active .mwc-icon-angle-down::before,
.header .header-bar .header-bar-left .header-bar-menu ul li a.is-active .mwc-icon-angle-right::before {
    content: "\e92e";
  }
}
.header .header-bar .header-bar-left .header-bar-menu ul > li ul > li > a {
  background-color: #fff;
}
.header .header-bar .header-bar-left .header-bar-menu ul > li ul > li > a:hover, .header .header-bar .header-bar-left .header-bar-menu ul > li ul > li > a:focus {
  color: #f2611c;
  opacity: 1;
}
.header .header-bar .header-bar-left .header-bar-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul {
    position: absolute;
    top: 44px;
    display: block;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.125);
    display: none;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li {
  position: relative;
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li:not(:first-child) {
  padding-left: 12px;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li:not(:first-child) {
    padding-left: 0;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li:not(:first-child)::before {
    display: none;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li:not(:last-child) {
  padding-right: 12px;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li:not(:last-child) {
    padding-right: 0;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > a {
  line-height: 30px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li > a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 12px;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    width: 100%;
    left: 0;
    top: auto;
    position: relative;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li {
  display: block;
  position: relative;
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  padding: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px 0 24px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fafafa;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 4;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    width: 100%;
    left: 0;
    top: auto;
    position: relative;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li {
  display: block;
  position: relative;
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  padding: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li > a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px 0 36px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    width: 100%;
    left: 0;
    top: auto;
    position: relative;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li > ul > li {
  display: block;
  position: relative;
}
.header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li > ul > li > a {
  display: block;
  line-height: 30px;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu > ul > li > ul > li > ul > li > ul > li > a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px 0 48px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f0f0f0;
  }
}
.header .header-bar .header-bar-left .header-bar-menu .hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header .header-bar .header-bar-left .header-bar-menu .hamburger {
    display: block;
    margin-top: -4px;
  }
}
.header .header-bar .header-bar-left .header-bar-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 375px) {
  .header .header-bar .header-bar-left .header-bar-social ul {
    gap: 6px;
  }
}
.header .header-bar .header-bar-left .header-bar-social ul li a {
  color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-bar .header-bar-left .header-bar-social ul li a:hover, .header .header-bar .header-bar-left .header-bar-social ul li a:focus {
  opacity: 0.8;
}
@media screen and (max-width: 375px) {
  .header .header-bar .header-bar-left .header-bar-social ul li a {
    font-size: 13px;
  }
}
.header .header-bar .header-bar-right ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header .header-bar .header-bar-right ul {
    gap: 12px;
  }
}
.header .header-bar .header-bar-right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header-bar .header-bar-right ul li a:hover, .header .header-bar .header-bar-right ul li a:focus {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .header .header-bar .header-bar-right ul li a span {
    display: none;
  }
}
.header .header-inner {
  padding: 10px 32px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px 22px;
  position: relative;
  z-index: 3;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 1440px) {
  .header .header-inner {
    padding: 10px 0;
  }
}
.header .header-inner .header-left {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
.header .header-inner .header-left .logo {
  color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header-inner .header-left .logo:hover, .header .header-inner .header-left .logo:focus {
  opacity: 0.8;
}
.header .header-inner .header-left .logo i {
  font-size: 49px;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-left .logo i {
    font-size: 32px;
  }
}
.header .header-inner .header-center {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .header-inner .header-center .header-center-area {
  max-width: 782px;
  width: 100%;
  position: relative;
}
.header .header-inner .header-center .header-center-area form {
  width: 100%;
  position: relative;
}
.header .header-inner .header-center .header-center-area form input {
  height: 50px;
  border-radius: 10px;
  border: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0 76px 0 26px;
}
.header .header-inner .header-center .header-center-area form input ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.header .header-inner .header-center .header-center-area form input ::-moz-placeholder {
  color: #bfbfbf;
}
.header .header-inner .header-center .header-center-area form input :-ms-input-placeholder {
  color: #bfbfbf;
}
.header .header-inner .header-center .header-center-area form input ::-ms-input-placeholder {
  color: #bfbfbf;
}
.header .header-inner .header-center .header-center-area form input ::placeholder {
  color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-center .header-center-area form input {
    height: 36px;
    padding: 0 44px 0 12px;
  }
}
.header .header-inner .header-center .header-center-area form button {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  border: 0;
  background-color: transparent;
  font-size: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header-inner .header-center .header-center-area form button:hover, .header .header-inner .header-center .header-center-area form button:focus {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-center .header-center-area form button {
    height: 36px;
    font-size: 20px;
    width: auto;
    width: 44px;
  }
}
.header .header-inner .header-right {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 36px;
}
@media screen and (max-width: 992px) {
  .header .header-inner .header-right {
    padding-right: 0;
  }
}
.header .header-inner .header-right .header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-inner .header-right .header-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 38px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header-inner .header-right .header-cart a:hover, .header .header-inner .header-right .header-cart a:focus {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-right .header-cart a {
    font-size: 30px;
  }
}
.header .header-inner .header-cat-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .header-inner .header-cat-area .header-cat-grid {
  max-width: 782px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-cat-area .header-cat-grid {
    gap: 12px;
  }
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a .header-cat-grid-thumb {
  margin-bottom: 10px;
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a .header-cat-grid-thumb img {
  margin: 0 auto;
  display: block;
  height: 34px;
  width: 58px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a .header-cat-grid-thumb img {
    height: 22px;
    width: 37px;
  }
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a .header-cat-grid-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a .header-cat-grid-title {
    font-size: 10px;
  }
}
@media screen and (max-width: 360px) {
  .header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a .header-cat-grid-title {
    display: none;
  }
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a:hover, .header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu > a:focus {
  opacity: 0.8;
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu:not(:first-child) > a {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu:not(:first-child) > a {
    padding-left: 0;
  }
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu:not(:first-child) > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 4px;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu:not(:first-child) > a::before {
    display: none;
  }
}
.header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu:not(:last-child) > a {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .header .header-inner .header-cat-area .header-cat-grid .cat-grid-menu:not(:last-child) > a {
    padding-right: 0;
  }
}
.header .header-inner .header-cat-area {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
@media screen and (max-width: 992px) {
  .header .header-inner .header-cat-area {
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 992px) {
  .header .header-inner .header-cat-area ~ .header-left {
    grid-row: 2/span 1;
  }
}
.header .header-inner .header-cat-area ~ .header-center {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
@media screen and (max-width: 992px) {
  .header .header-inner .header-cat-area ~ .header-right {
    grid-row: 2/span 1;
  }
}

.header .header-inner .header-cat-area {
  z-index: 22;
}

.header-cat-grid .cat-grid-menu:first-child > ul {
  left: 0;
}

.header-cat-grid .cat-grid-menu {
  position: relative;
}
.header-cat-grid .cat-grid-menu ul {
  opacity: 1;
}
.header-cat-grid .cat-grid-menu ul li a {
  opacity: 1;
  background-color: #fff !important;
}
.header-cat-grid .cat-grid-menu ul li a:hover {
  color: #f2611c;
}
.header-cat-grid .cat-grid-menu:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-cat-grid .cat-grid-menu > ul {
  position: absolute;
  top: 100%;
  left: 20px;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .header-cat-grid .cat-grid-menu > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    width: 100%;
    left: 0;
    top: auto;
    position: relative;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.header-cat-grid .cat-grid-menu > ul > li {
  display: block;
  position: relative;
}
.header-cat-grid .cat-grid-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  padding: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
}
@media screen and (max-width: 992px) {
  .header-cat-grid .cat-grid-menu > ul > li > a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px 0 24px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fafafa;
  }
}
.header-cat-grid .cat-grid-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-cat-grid .cat-grid-menu > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .header-cat-grid .cat-grid-menu > ul > li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    width: 100%;
    left: 0;
    top: auto;
    position: relative;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.header-cat-grid .cat-grid-menu > ul > li > ul > li {
  display: block;
  position: relative;
}
.header-cat-grid .cat-grid-menu > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  padding: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
}
@media screen and (max-width: 992px) {
  .header-cat-grid .cat-grid-menu > ul > li > ul > li > a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px 0 36px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
  }
}
.header-cat-grid .cat-grid-menu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-cat-grid .cat-grid-menu > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 4;
}
@media screen and (max-width: 992px) {
  .header-cat-grid .cat-grid-menu > ul > li > ul > li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    width: 100%;
    left: 0;
    top: auto;
    position: relative;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.header-cat-grid .cat-grid-menu > ul > li > ul > li > ul > li {
  display: block;
  position: relative;
}
.header-cat-grid .cat-grid-menu > ul > li > ul > li > ul > li > a {
  display: block;
  line-height: 30px;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
}
@media screen and (max-width: 992px) {
  .header-cat-grid .cat-grid-menu > ul > li > ul > li > ul > li > a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0 12px 0 48px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f0f0f0;
  }
}

body header {
  height: 229px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
body header .header-center {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 992px) {
  body header {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  body header {
    height: 174px;
  }
}
@media screen and (max-width: 360px) {
  body header {
    height: 160px;
  }
}
body #site-content {
  padding-top: 229px;
}
@media screen and (max-width: 992px) {
  body #site-content {
    padding-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  body #site-content {
    padding-top: 174px;
  }
}
@media screen and (max-width: 360px) {
  body #site-content {
    padding-top: 160px;
  }
}
body.header-is-sticky header {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  padding-bottom: 0;
  height: 158px;
}
body.header-is-sticky header .header-center {
  display: none !important;
}
body.header-is-sticky header #site-content {
  padding-top: 158px;
}

@media screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

.hamburger {
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 24px;
  margin: 0 auto;
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 2px;
  background-color: #bfbfbf;
}
.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger .hamburger-inner {
  display: block;
}
.hamburger.hamburger--slider .hamburger-inner {
  top: 6px;
}
.hamburger.hamburger--slider .hamburger-inner:before {
  top: 6px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.hamburger.hamburger--slider .hamburger-inner:after {
  top: 12px;
}
.hamburger.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.footer {
  background-color: #000000;
}
.footer a, .footer p, .footer span {
  color: #fff;
  line-height: 1.4;
}
.footer a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.footer a:hover, .footer a:focus {
  opacity: 0.8;
}
.footer .footer-group {
  margin-bottom: 40px;
}
.footer .footer-group .footer-widget .footer-widget-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .footer-group .footer-widget .footer-widget-title i {
  display: none;
}
@media screen and (max-width: 992px) {
  .footer .footer-group .footer-widget .footer-widget-title i {
    display: block;
  }
}
.footer .footer-group .footer-widget .footer-widget-title.footer-title-toggle {
  cursor: pointer;
}
.footer .footer-group .footer-widget .footer-widget-title.footer-title-toggle.is-active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .footer .footer-group .footer-widget .footer-widget-title.footer-title-toggle ~ ul {
    display: none;
  }
}
.footer .footer-group .footer-widget > ul > li > a {
  display: block;
  margin-bottom: 18px;
}
.footer .footer-group .footer-widget + .footer-widget {
  padding-top: 12px;
}
.footer .footer-section-title {
  margin-bottom: 30px;
}
.footer .footer-section-title .footer-section-main {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer .footer-section-title .footer-section-des {
  margin-bottom: 0;
}
.footer .footer-top {
  padding: 40px 0 4px 0;
  border-bottom: 1px solid #e1e1e1;
}
.footer .footer-middle {
  padding: 22px 0 8px 0;
  border-bottom: 1px solid #e1e1e1;
}
.footer .footer-bottom {
  padding: 28px 0 36px 0;
}
.footer .footer-bottom .footer-company-name {
  text-transform: uppercase;
}
.footer .footer-bottom .btc-sign {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slider .section-padding {
  padding-bottom: 0;
}

.home-cat-grid .section-padding {
  padding: 38px 0;
}
.home-cat-grid .section-padding .home-cat-grid-inner {
  display: grid;
  grid-template-columns: repeat(7, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home-cat-grid .section-padding .home-cat-grid-inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 12px;
  }
}
@media screen and (max-width: 480px) {
  .home-cat-grid .section-padding .home-cat-grid-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-cat-grid .section-padding .home-cat-grid-inner a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}
.home-cat-grid .section-padding .home-cat-grid-inner a .header-cat-grid-thumb {
  margin-bottom: 10px;
}
.home-cat-grid .section-padding .home-cat-grid-inner a .header-cat-grid-thumb img {
  margin: 0 auto;
  display: block;
  width: 95px;
  height: 59px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media screen and (max-width: 1200px) {
  .home-cat-grid .section-padding .home-cat-grid-inner a .header-cat-grid-thumb img {
    width: 79px;
    height: 49px;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .home-cat-grid .section-padding .home-cat-grid-inner a .header-cat-grid-thumb img {
    width: 63px;
    height: 39px;
    font-size: 14px;
  }
}
.home-cat-grid .section-padding .home-cat-grid-inner a .header-cat-grid-title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .home-cat-grid .section-padding .home-cat-grid-inner a .header-cat-grid-title {
    font-size: 16px;
  }
}
.home-cat-grid .section-padding .home-cat-grid-inner a:hover, .home-cat-grid .section-padding .home-cat-grid-inner a:focus {
  opacity: 0.8;
}
.home-cat-grid .section-padding .home-cat-grid-inner a:not(:first-child) {
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .home-cat-grid .section-padding .home-cat-grid-inner a:not(:first-child) {
    padding-left: 0;
  }
}
.home-cat-grid .section-padding .home-cat-grid-inner a:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 73px;
}
@media screen and (max-width: 1200px) {
  .home-cat-grid .section-padding .home-cat-grid-inner a:not(:first-child)::before {
    height: 14px;
    top: 64px;
  }
}
@media screen and (max-width: 992px) {
  .home-cat-grid .section-padding .home-cat-grid-inner a:not(:first-child)::before {
    display: none;
  }
}
.home-cat-grid .section-padding .home-cat-grid-inner a:not(:last-child) {
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .home-cat-grid .section-padding .home-cat-grid-inner a:not(:last-child) {
    padding-right: 0;
  }
}

.home-sale .section-padding {
  padding: 30px 0;
}
.home-sale .section-padding .home-sale-inner {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) {
  grid-template-areas: "banner-1 banner-2 banner-4" "banner-1 banner-3 banner-4";
}
@media screen and (max-width: 767px) {
  .home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) {
    grid-template-areas: "banner-1 banner-2" "banner-3 banner-4";
  }
}
.home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(1) {
  grid-area: banner-1;
}
.home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(2) {
  grid-area: banner-2;
}
.home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(3) {
  grid-area: banner-3;
}
.home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(4) {
  grid-area: banner-4;
}
@media screen and (max-width: 767px) {
  .home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(1) {
    grid-area: banner-3;
  }
  .home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(2) {
    grid-area: banner-1;
  }
  .home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(3) {
    grid-area: banner-2;
  }
  .home-sale .section-padding .home-sale-inner:not(.home-sale-grid-normal) > a:nth-child(4) {
    grid-area: banner-4;
  }
}
@media screen and (max-width: 767px) {
  .home-sale .section-padding .home-sale-inner {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.home-sale .section-padding .home-sale-inner > a {
  position: relative;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.home-sale .section-padding .home-sale-inner > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-sale .section-padding .home-sale-inner > a:hover, .home-sale .section-padding .home-sale-inner > a:focus {
  opacity: 0.8;
}

.left-banner-grid .section-padding {
  padding: 28px 0 32px 0;
}
.left-banner-grid .section-padding .left-banner-grid-image {
  display: block;
  width: 100%;
  height: 100%;
}
.left-banner-grid .section-padding .left-banner-grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.category-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .category-top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.category-top-info .category-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.category-top-info .toolbar-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .category-top-info .toolbar-mode {
    width: 100%;
    background-color: #f5f5f5;
    padding: 8px 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.category-top-info .toolbar-mode .filter-collection-left {
  display: none;
}
.category-top-info .toolbar-mode .filter-collection-left > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.category-top-info .toolbar-mode .filter-collection-left > a .shop-filter-text span {
  text-transform: uppercase;
  color: #000000;
}
.category-top-info .toolbar-mode .filter-collection-left > a .shop-filter-text span.opentext {
  display: none;
}
@media screen and (max-width: 992px) {
  .category-top-info .toolbar-mode .filter-collection-left {
    display: block;
  }
}
.category-top-info .toolbar-mode .toolbar-right .browse-tags {
  text-align: right;
  padding-right: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
}
.category-top-info .toolbar-mode .toolbar-right .browse-tags label {
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 576px) {
  .category-top-info .toolbar-mode .toolbar-right .browse-tags label {
    display: none;
  }
}
.category-top-info .toolbar-mode .toolbar-right .browse-tags select.sort-by {
  padding-right: 30px;
  border: 1px solid #d9d9d9;
  padding: 8px 12px;
  background: #fff;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.5px;
  -moz-appearance: none;
  text-indent: 0.01px;
  width: 150px;
}
.category-top-info .toolbar-mode .toolbar-right .browse-tags i {
  border-left: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  z-index: 9;
  color: #8c8c8c;
}

@media screen and (max-width: 992px) {
  .filter-sidebar#filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  .filter-sidebar#filter-sidebar.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .filter-sidebar#filter-sidebar .filter-sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .filter-sidebar#filter-sidebar .filter-sidebar-body {
    padding: 16px;
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.filter-sidebar .filter-sidebar-header {
  display: none;
  padding: 16px;
  background: #000000;
}
.filter-sidebar .filter-sidebar-header .filter-sidebar-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
}
.filter-sidebar .filter-sidebar-header .filter-sidebar-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 4px;
}
.filter-sidebar .filter-sidebar-header .filter-sidebar-close:hover, .filter-sidebar .filter-sidebar-header .filter-sidebar-close:focus {
  background-color: #262626;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group {
  margin-bottom: 22px;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group:not(:last-child) {
  border-bottom: 1px solid #b7b7b7;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group .filter-sidebar-group-title {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group .filter-sidebar-group-title.sidebar-title-border {
  border-bottom: 1px solid #b7b7b7;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group .filter-sidebar-group-content {
  padding: 20px 0;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group .filter-sidebar-group-content .filter-sidebar-subgroup {
  padding: 0 0 30px 0;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group .filter-sidebar-group-content .filter-sidebar-subgroup:not(:last-child) {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
.filter-sidebar .filter-sidebar-body .filter-sidebar-group .filter-sidebar-group-content .filter-sidebar-subgroup .filter-sidebar-subgroup-title {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.filter-price-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.filter-price-grid .form-check {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.filter-price-grid .form-check .form-check-label {
  padding-top: 4px;
}

.filter-color-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}
.filter-color-grid .filter-color-item {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.filter-color-grid .filter-color-item:hover, .filter-color-grid .filter-color-item:focus {
  opacity: 0.8;
}

.trigger-new-slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trigger-new-slider-btn a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #595959;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.trigger-new-slider-btn a:hover, .trigger-new-slider-btn a:focus {
  background-color: #262626;
}

.sidebar-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.sidebar-slider-item .product-grid-item .product-grid-thumb {
  padding-bottom: 60%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 576px) {
  .pagination {
    gap: 8px;
  }
}
.pagination .pagination-item .pagination-link {
  padding: 0 13px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pagination .pagination-item .pagination-link.pagination-link-disabled {
  pointer-events: none;
}
.pagination .pagination-item .pagination-link.pagination-link-disabled svg path {
  fill: #D9D9D9;
}
.pagination .pagination-item .pagination-link.pagination-link-active, .pagination .pagination-item .pagination-link:hover, .pagination .pagination-item .pagination-link:focus {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.pagination .pagination-item .pagination-link.pagination-link-active svg path, .pagination .pagination-item .pagination-link:hover svg path, .pagination .pagination-item .pagination-link:focus svg path {
  fill: #fff;
}
.pagination .pagination-item .pagination-link svg {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.category-top {
  padding: 32px 0 0 0;
}
.category-top .category-banner {
  padding-bottom: 32px;
}
.category-top .category-banner:not(.border-none) {
  border-bottom: 1px solid #b7b7b7;
}

.combo-products .combo-products-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.combo-products .combo-products-content .combo-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
  padding-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .combo-products .combo-products-content .combo-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 360px) {
  .combo-products .combo-products-content .combo-products-grid {
    grid-template-columns: 1fr;
  }
}
.combo-products .combo-products-content .combo-products-grid .product-grid-item {
  margin-bottom: 20px;
}

#ProductTab {
  border: 0;
  background-color: #f0f0f0;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  #ProductTab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #ProductTab {
    grid-template-columns: 1fr;
  }
}
#ProductTab .nav-item .nav-link {
  margin: 0;
  border: 0;
  border-radius: 6px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 992px) {
  #ProductTab .nav-item .nav-link {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
  }
}
#ProductTab .nav-item .nav-link.active {
  background-color: #fff;
}

#ProductTabContent {
  border: 1px solid #d9d9d9;
}
#ProductTabContent .tab-pane {
  padding: 24px;
  line-height: 2;
}

.product-detail-layout .section-padding {
  padding: 30px 0 10px 0;
}

.product-detail-top {
  display: grid;
  gap: 22px;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 768px) {
  .product-detail-top {
    grid-template-columns: 1fr;
  }
}
.product-detail-top .product-detail-thumb {
  min-width: 1px;
}
.product-detail-top .product-detail-thumb .product-grid-thumb {
  padding-bottom: 107%;
}
.product-detail-top .product-detail-thumb .product-detail-thumb-outer {
  position: relative;
}
.product-detail-top .product-detail-thumb-main {
  margin-bottom: 8px;
}
.product-detail-top .product-detail-thumb-nav-item {
  margin: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product-detail-top .product-detail-thumb-nav-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  border-radius: 4px;
  border: 3px solid transparent;
}
.product-detail-top .product-detail-thumb-nav-item.slick-current.slick-active:after {
  border: 3px solid #22c2d5;
}
.product-detail-top .product-detail-main .product-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.product-detail-top .product-detail-thumb-nav .slick-prev {
  left: 8px;
}
.product-detail-top .product-detail-thumb-nav .slick-next {
  right: 8px;
}
.product-detail-top .product-detail-thumb-nav .slick-arrow {
  z-index: 3;
}

.product-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-top-info .product-grid-rating .product-grid-star.product-grid-star-active {
  color: #f26522;
}

.product-detail-main .product-grid-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.product-detail-main .product-grid-price .product-grid-price-new .product-grid-price-new-text {
  font-size: 24px;
}
.product-detail-main .mwc-countdown-timer-area {
  margin-bottom: 20px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .product-detail-main .mwc-countdown-timer-area .mwc-countdown-info {
    display: none;
  }
}
.product-detail-main .sale-coupon {
  display: grid;
  grid-template-columns: 113px 1fr;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-detail-main .sale-coupon {
    grid-template-columns: 90px 1fr;
  }
}
.product-detail-main .sale-coupon .sale-coupon-items {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1200px) {
  .product-detail-main .sale-coupon .sale-coupon-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .product-detail-main .sale-coupon .sale-coupon-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-detail-main .sale-coupon .sale-coupon-items .sale-coupon-item {
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #fdc689;
  color: #000000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.product-detail-main .sale-coupon .sale-coupon-items .sale-coupon-item:hover, .product-detail-main .sale-coupon .sale-coupon-items .sale-coupon-item:focus {
  background-color: #e4b27b;
}
.product-detail-main .sale-des {
  margin-bottom: 20px;
}
.product-detail-main .product-detail-main-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .product-detail-main .product-detail-main-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-option {
  display: grid;
  grid-template-columns: 113px 1fr;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-option {
    grid-template-columns: 90px 1fr;
  }
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-option .product-option-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-option .product-option-items .product-option-item {
  text-align: center;
  padding: 7px 9px;
  background-color: #fff;
  color: #000000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: 1px solid transparent;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-option .product-option-items .product-option-item:hover, .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-option .product-option-items .product-option-item:focus {
  background-color: #ffffff;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-option .product-option-items .product-option-item.active {
  border: 1px solid #ccc;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .size-guide-link {
  color: #000000;
  display: block;
  margin-bottom: 20px;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .size-guide-link:hover, .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .size-guide-link:focus {
  text-decoration: underline;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .buy-now-link,
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .add-to-cart-link,
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .find-local-store-link {
  padding: 6px 10px;
  border: 1px solid #ed1c24;
  color: #ed1c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .buy-now-link:hover, .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .buy-now-link:focus,
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .add-to-cart-link:hover,
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .add-to-cart-link:focus,
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .find-local-store-link:hover,
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .find-local-store-link:focus {
  border-color: #d51920;
  color: #d51920;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .find-local-store-link {
  margin-bottom: 20px;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-cart-actions {
    gap: 12px;
  }
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-cart-actions .buy-now-link {
  background-color: #ed1c24;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100px;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-cart-actions .buy-now-link:hover, .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-cart-actions .buy-now-link:focus {
  background-color: #d51920;
}
@media screen and (max-width: 768px) {
  .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-cart-actions .buy-now-link {
    min-width: 85px;
  }
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-left .product-cart-actions .add-to-cart-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  padding: 32px;
}
@media screen and (max-width: 1200px) {
  .product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 16px;
  }
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right .sale-hot-line {
  text-align: center;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right .sale-hot-line .sale-hot-line-text {
  text-transform: uppercase;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right .sale-hot-line .sale-hot-line-number {
  font-size: 19px;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right .sale-shipping {
  text-align: center;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right .sale-shipping .sale-shipping-des {
  margin-bottom: 14px;
}
.product-detail-main .product-detail-main-bottom .product-detail-main-bottom-right .sale-shipping .sale-shipping-icon {
  font-size: 32px;
  color: #0174bb;
}

.local-store-section {
  padding-bottom: 60px;
}
.local-store-section .local-store-banner {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.local-store-section .local-store-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.local-store-section .filter {
  margin-bottom: 32px;
}
.local-store-section .filter .filter-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .local-store-section .filter .filter-item {
    grid-template-columns: 1fr;
  }
}
.local-store-section .local-item-list .local-item {
  padding-bottom: 30px;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #262626;
  display: grid;
  grid-template-columns: 1fr 390px 390px;
}
@media screen and (max-width: 1400px) {
  .local-store-section .local-item-list .local-item {
    grid-template-columns: 1fr 300px 300px;
  }
}
@media screen and (max-width: 992px) {
  .local-store-section .local-item-list .local-item {
    grid-template-columns: 1fr 1fr;
  }
}
.local-store-section .local-item-list .local-item .local-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .local-store-section .local-item-list .local-item .local-info {
    grid-column: 1/span 2;
  }
}
.local-store-section .local-item-list .local-item .local-image {
  width: 100%;
}
.local-store-section .local-item-list .local-item .local-image:hover .thumb img {
  opacity: 0.8;
}
.local-store-section .local-item-list .local-item .local-image .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 8px;
}
.local-store-section .local-item-list .local-item .local-image .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.local-store-section .local-item-list .local-item .local-image .more {
  margin-bottom: 0;
  text-align: right;
  color: #000000;
  text-decoration: underline;
  font-style: italic;
}
.local-store-section .local-item-list .local-item .local-info .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 22px;
}
.local-store-section .local-item-list .local-item .local-info .des p {
  margin-bottom: 0;
  line-height: 1.5;
}
.local-store-section .local-item-list .local-item .local-info .des p:not(:last-child) {
  margin-bottom: 6px;
}
.local-store-section .show-more-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.local-store-section .show-more-items a {
  display: block;
  font-size: 44px;
  color: #00acec;
}
.local-store-section .show-more-items a:hover, .local-store-section .show-more-items a:focus {
  color: #009bd4;
}

.page-header-noti {
  border: 1px solid #000000;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
.page-header-noti svg {
  width: 20px;
  height: auto;
}

.shopee-svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}

.shopee-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: visible;
  outline: 0;
}

.shopee-drawer__contents {
  position: absolute;
  top: 100%;
  z-index: 400;
}

.cart-item--shipping .shopee-drawer__contents {
  top: calc(100% + 0.625rem);
}

.cart-item--shipping .shopee-drawer__contents:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0.625rem 0.75rem;
  visibility: visible;
  -webkit-transition: visibility 0s;
  -o-transition: visibility 0s;
  transition: visibility 0s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 3;
}

.cart-item--shipping-drawer {
  -webkit-box-shadow: 0 0.0625rem 3.125rem 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0.0625rem 3.125rem 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  width: 31.25rem;
  border-radius: 2px;
  border-top: 0;
  overflow: hidden;
  padding: 1.75rem 1.875rem;
  white-space: normal;
}

.cart-item--shipping-drawer--title {
  font-size: 1.25rem;
}

.cart-item--shipping-drawer--shop {
  font-size: 1rem;
  color: #bbb;
}

.cart-item--shipping-drawer--muted {
  color: #888;
}

.cart-item--shipping-drawer--grid {
  margin-top: 0.9375rem;
  font-size: 1rem;
}

.cart-item--shipping-drawer--grid,
.cart-item--shipping-drawer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.cart-item--shipping-drawer--flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item--shipping-drawer--flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stardust-checkbox {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  max-width: 400px;
}
.stardust-checkbox .stardust-checkbox__input {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.stardust-checkbox .stardust-checkbox__box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  text-align: center;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.02);
  margin-right: 8px;
}
.stardust-checkbox .stardust-checkbox__box:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 3px;
}
.stardust-checkbox.stardust-checkbox--checked > .stardust-checkbox__box {
  background: #ee4d2d;
  border-color: #ee4d2d;
}
.stardust-checkbox.stardust-checkbox--checked > .stardust-checkbox__box:before {
  border-color: #fff;
}
.stardust-checkbox.stardust-checkbox--disabled {
  opacity: 0.35;
  cursor: no-drop;
}

.cart-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  overflow: hidden;
  border-radius: 3px;
  height: 55px;
  font-size: 14px;
  background: #fff;
  margin-bottom: 12px;
  color: #888;
  padding: 0 20px;
}

.cart-list-header-check-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-list-header-check-all {
  padding: 0 12px 0 20px;
  min-width: 58px;
}

.cart-list-header-title {
  color: rgba(0, 0, 0, 0.8);
  width: 46.27949%;
}

.cart-list-header-price {
  width: 15.88022%;
  text-align: center;
}

.cart-list-header-quantity {
  width: 15.4265%;
  text-align: center;
}

.cart-list-header-amount {
  width: 10.43557%;
  text-align: center;
}

.cart-list-header-action {
  width: 12.70417%;
  text-align: center;
}

.cart-item-outer {
  border: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  overflow: visible;
  margin-bottom: 32px;
}
.cart-item-outer .cart-item-header {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 16px 20px;
}
.cart-item-outer .cart-item-header .cart-item-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-item-outer .cart-item-header .cart-item-header-content .cart-item-header-checkbox {
  min-width: 58px;
  width: 58px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px 0 20px;
}
.cart-item-outer .cart-item-header .cart-item-header-content .cart-item-header-shop {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  min-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-outer .cart-item-header .cart-item-header-content .cart-item-header-shop .cart-item-header-shop-mall {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #d0011b;
  border-radius: 2px;
  padding: 2px 3px;
  vertical-align: middle;
  line-height: 12px;
}
.cart-item-outer .cart-item-header .cart-item-header-content .cart-item-header-shop .cart-item-header-shop-mall > svg {
  display: block;
  fill: #fff;
  width: 24px;
  height: 11px;
}
.cart-item-outer .cart-item-header .cart-item-header-content .cart-item-header-shop-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  background: none;
  border: 0;
  padding: 0;
}
.cart-item-outer .cart-item-header .cart-item-header-content .cart-item-header-shop-chat .cart-item-header-shop-chat-svg {
  color: #ee4d2d;
  width: 1.375rem;
  height: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-item-outer .cart-item-body {
  position: relative;
  padding-bottom: 1px;
}
.cart-item-outer .cart-item-body-space {
  width: calc(100% - 15px);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  margin-left: 0.9375rem;
}
.cart-item-outer .cart-item-body-space,
.cart-item-outer .cart-item-outer {
  margin-bottom: 0.9375rem;
}
.cart-item-outer .cart-item-body-space--big-sale {
  margin-left: 50px;
  margin-right: 20px;
  height: 1px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.cart-item-outer .cart-item-body-item:last-child {
  padding-bottom: 20px;
}
.cart-item-outer .cart-item-body-item:first-child {
  padding-top: 15px;
}
.cart-item-outer .cart-item-body-item {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 0 20px 15px;
  margin-top: 15px;
}
.cart-item-outer .cart-item-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-outer .cart-item-body-item-checkbox {
  padding: 0 12px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-width: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-item-outer .cart-item-body-item-product,
.cart-item-outer .cart-item-body-item-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-item-outer .cart-item-body-item-product-thumb {
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.cart-item-outer .cart-item-body-item-product-name,
.cart-item-outer .cart-item-body-item-product-info {
  line-height: 16px;
  overflow: hidden;
}
.cart-item-outer .cart-item-body-item-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 20px 0 10px;
  font-size: 14px;
  width: 243.5px;
}
.cart-item-outer .cart-item-body-item-product-return {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-outer .cart-item-body-item-product-image {
  width: 15.6px;
  height: 14px;
}
.cart-item-outer .cart-item-body-item-product-text {
  font-size: 12px;
  color: #252525;
  margin-left: 5px;
}
.cart-item-outer .cart-item-body-item-product-name {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  margin-bottom: 5px;
  max-height: 32px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cart-item-outer .cart-item-body-item-product-bonus-label {
  line-height: 16px;
  padding: 0 1px;
  margin-right: 0.5em;
  color: #ee4d2d;
  border-radius: 2px;
  font-size: 10px;
  border: 1px solid;
}
.cart-item-outer .cart-item-body-item-product-flash-sale {
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart-item-outer .cart-item-body-item-product {
  width: 29.03811%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart-item-outer .cart-item--prices {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 15.88022%;
}
.cart-item-outer .cart-item-body-item-product-options,
.cart-item-outer .cart-item--prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-item-outer .cart-item-body-item-product-options {
  width: 17.24138%;
}
.cart-item-outer .cart-item-body-item-product-options-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-item-outer .cart-item-body-item-product-options-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
  margin-right: 10px;
}
.cart-item-outer .cart-item-body-item-product-options-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  text-align: left;
}
.cart-item-outer .cart-item-body-item-product-options-name {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  margin-top: 5px;
}
.cart-item-outer .cart-item-body-item-product-options-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  background: none;
  padding: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.54);
  border-bottom: 0;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: transform 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin: 0 0 0 10px;
}
.cart-item-outer .cart-item--price-item {
  margin-right: 10px;
}
.cart-item-outer .cart-item--price-item-old {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: line-through;
}
.cart-item-outer .cart-item--price-item:last-child {
  margin: 0;
}
.cart-item-outer .cart-item--voucher-item,
.cart-item-outer .cart-item--vouchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-item-outer .cart-item--vouchers-svg {
  color: #ee4d2d;
  fill: currentColor;
  width: 1.3125rem;
  height: 1.25rem;
  margin-top: 0.0625rem;
}
.cart-item-outer .cart-item--vouchers {
  padding: 1rem 0 1rem 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.cart-item-outer .cart-item--vouchers .cart-item--voucher-item {
  margin: 0 0 0 0.875rem;
  height: 1.75rem;
}
.cart-item-outer .cart-item--vouchers .cart-item--voucher-item .cart-item--voucher-item--title {
  color: rgba(0, 0, 0, 0.87);
}
.cart-item-outer .cart-item--vouchers .cart-item--voucher-item .cart-item--voucher-item--link {
  position: relative;
  z-index: 0;
  margin: 0 0 0 1.5rem;
}
.cart-item-outer .cart-item--vouchers .cart-item--voucher-item .cart-item--voucher-item--link .cart-item--voucher-item--link-item {
  white-space: nowrap;
  color: #05a;
}
.cart-item-outer .cart-item--shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0 1.25rem 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.cart-item-outer .cart-item--shipping .cart-item--shipping-svg {
  color: #00bfa5;
  stroke: currentColor;
  fill: currentColor;
  width: 1.25rem;
  height: 0.9375rem;
}
.cart-item-outer .cart-item--shipping .cart-item--shipping-title {
  margin-left: 0.9375rem;
}
.cart-item-outer .cart-item--shipping .cart-item--shipping-more {
  margin-left: 0.375rem;
  color: #05a;
  cursor: pointer;
}

.cart-item--price-note {
  margin: 4px 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
}

.cart-item--price-note-text {
  color: #ee4d2d;
  margin-right: 5px;
  font-size: 12px;
  line-height: 14px;
}

.cart-item--price-note-label,
.sold-out-label {
  color: #fff;
  padding: 1px 5px;
}

.cart-item--price-note-label {
  background-color: #ee4d2d;
  font-size: 10px;
  border-radius: 1px;
}

.cart-item--quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 15.4265%;
}

.cart-item--quantity-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item--quantity-actions--item:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cart-item--quantity-actions--item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cart-item--quantity-actions--item {
  outline: none;
  cursor: pointer;
  border: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  width: 32px;
  height: 32px;
}

.cart-item--quantity-actions--item .shopee-svg-icon {
  font-size: 10px;
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-item--quantity-actions--input {
  width: 50px;
  height: 32px;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: text;
  border-radius: 0;
  -webkit-appearance: none;
}

.cart-item--total {
  width: 10.43557%;
  text-align: right;
  color: #ee4d2d;
}

.cart-item--actions-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-item--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.70417%;
  text-transform: capitalize;
}

.cart-item--action-item {
  cursor: pointer;
  background: none;
  border: 0;
}

.cart-item--find-more {
  z-index: 2;
  max-width: 100%;
}

.cart-item--find-more--related.cart-item--find-more--related {
  color: #ee4d2d;
  font-weight: 400;
  border: 0.0625rem solid transparent;
  height: 1.875rem;
  max-width: 100%;
}

.shopee-button-no-outline {
  position: relative;
  overflow: visible;
  outline: 0;
  padding: 0.3125rem 0.4375rem;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border: 0;
}

.shopee-button-no-outline,
.shopee-icon-button,
.shopee-image-button {
  outline: none;
  cursor: pointer;
  border: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.shopee-icon-button {
  border: 1px solid rgba(0, 0, 0, 0.54);
  background-color: transparent;
  padding: 0;
}

.shopee-button-solid {
  outline: none;
  cursor: pointer;
  border: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  position: relative;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

.shopee-button-solid--primary {
  position: relative;
  overflow: visible;
  outline: 0;
  background: #ee4d2d;
}

.shopee-button-solid--primary:not(.shopee-button-solid--disabled):hover {
  background: #f05d40;
}

.cart-final-sticky .shopee-button-solid {
  padding: 13px 36px;
  margin: 0 22px 0 15px;
  text-transform: capitalize;
  font-weight: 300;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  border-radius: 2px;
  width: 13.125rem;
}

.cart-item--find-more--related-svg {
  margin-left: 0.25rem;
  width: 0.625rem;
  min-width: 0.625rem;
}

.cart-item--voucher-item--actions {
  margin: 0 0 0 1.5rem;
}

.cart-item--voucher-item--action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item--voucher-item--action-button-outline.cart-item--voucher-item--action-button-outline {
  background: #fff !important;
  color: #ee4d2d !important;
  border: 0.0625rem solid #ee4d2d !important;
  width: auto;
}

.cart-item--voucher-item--action-button {
  height: 1.75rem;
  padding: 0px 0.5625rem;
  width: 3.4375rem;
  white-space: nowrap;
}

.btn-solid-primary {
  color: #fff;
  position: relative;
  overflow: visible;
  outline: 0;
  background: #ee4d2d;
}

.btn--s {
  height: 34px;
  padding: 0 15px;
  min-width: 60px;
  max-width: 190px;
}

.btn--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  outline: 0;
  cursor: pointer;
}

.cart-item-body-item--sold-out {
  background: rgba(0, 0, 0, 0.02);
}

.cart-item--quantity--sold-out {
  opacity: 0.3;
}

.cart-item--quantity--note {
  margin-top: 0.3125rem;
  color: #ee4d2d;
  font-size: 0.8125rem;
}

.cart-item-body-item-product-sold-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ee4d2d;
}

.cart-item-body-item-product-image {
  width: 15.6px;
  height: 14px;
}

.cart-item-body-item-product-text {
  font-size: 12px;
  color: #252525;
  margin-left: 5px;
}

.cart-final {
  display: grid;
  grid-template-columns: 1fr 20.3125rem 11.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  position: relative;
  margin-top: 0.75rem;
}

.cart-final--middle-outer {
  grid-column: 1/span 3;
  display: grid;
  grid-template-columns: 1fr 20.3125rem 11.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-final-sticky {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.cart-final-grow-1 {
  -ms-grid-row: 1;
}

.cart-final--top {
  grid-column-start: 2;
  grid-column-end: 4;
  -ms-grid-column-span: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0;
}

.cart-final--top .icon-voucher-applied-line,
.cart-final--top .icon-voucher-line {
  color: #ee4d2d;
  fill: currentColor;
  width: 1.3125rem;
  height: 1.25rem;
}

.cart-final--top-voucher {
  margin: 0 0.3125rem;
}

._1D0Wmy,
.cart-final--top-voucher {
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.5rem;
}

.cart-final--top-space {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-final--top-codes {
  margin-right: 1.875rem;
  text-transform: capitalize;
  color: #05a;
  font-size: 0.875rem;
  white-space: nowrap;
  cursor: pointer;
}

.cart-final--grow-2 {
  -ms-grid-row: 2;
}

.cart-final--hr {
  grid-column-start: 1;
  grid-column-end: 4;
  -ms-grid-column-span: 3;
  border-top: 1px dashed rgba(0, 0, 0, 0.09);
}

.cart-final--grow-3 {
  -ms-grid-row: 3;
}

.cart-final--middle-discount {
  grid-column-start: 3;
  grid-column-end: 4;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-final--middle-discount--space {
  padding-right: 30px;
  font-weight: 500;
  color: #d0d0d0;
}

.cart-final--middle-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-start: 2;
  grid-column-end: 3;
}

.cart-final--middle-right,
.cart-final--middle-discount {
  -ms-grid-column-span: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-final--middle-coin {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: none;
}

.cart-final--middle-fz14 {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-final--middle--opacity-20 .cart-final--middle-coin--title,
.cart-final--middle--opacity-20 .cart-final--middle-coin,
.cart-final--middle--opacity-20 .cart-final--middle-left {
  opacity: 0.2;
}

.cart-final--middle-coin--title {
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}

.cart-final--middle-coin--des {
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #929292;
  margin-left: 17px;
}

.cart-final--middle-coin--popover {
  z-index: 2;
}

.cart-final--middle-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-width: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 16px 12px 16px 20px;
}

.cart-final--middle-left .stardust-checkbox--disabled {
  opacity: 1;
}

.clear-btn-style {
  background: 0;
  border: 0;
}

.cart-final--bottom-del {
  margin: 0 8px;
}

.cart-final--bottom-whishlist {
  color: #ee4d2d;
  margin: 0 8px;
  max-width: 168px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart-final--bottom-space {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-final--grow-5 {
  -ms-grid-row: 5;
}

.cart-final--bottom {
  padding: 12px 0;
  grid-column-start: 1;
  grid-column-end: 4;
  -ms-grid-column-span: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.cart-final--bottom-discount--flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-final--bottom-payment--total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-final--bottom-payment--total-grid {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-final--bottom-payment--total-arrow {
  margin-left: 8px;
}

.cart-final--bottom-payment--total-title {
  font-size: 16px;
  color: #222;
  line-height: 19px;
}

.cart-final--bottom-payment--total-amount {
  font-size: 24px;
  line-height: 28px;
  margin-left: 5px;
  color: #ee4d2d;
}

.cart-final--bottom-payment--save {
  font-size: 14px;
  margin-top: 1px;
  text-align: right;
}

.cart-final--bottom-payment--save-total {
  padding-left: 24px;
  color: #ee4d2d;
}

.cart-final--bottom-checkbox {
  padding: 0 12px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-width: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-final:before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  height: 1.25rem;
  width: 100%;
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.06));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.06)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.06));
}

.cart-final {
  border-radius: 0;
  -webkit-transition: background 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: background 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: background 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.cart-item--options-modal {
  position: absolute;
  right: 50%;
  top: 110%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .cart-item--options-modal {
    top: 110% !important;
  }
}

.shopee-arrow-box__arrow--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopee-arrow-box__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
}

.shopee-arrow-box__arrow-outer {
  position: relative;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.09);
}

.shopee-arrow-box__arrow-inner {
  position: absolute;
  bottom: -10px;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.shopee-arrow-box__content {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.cart-item--options-modal .shopee-arrow-box__arrow-outer {
  border-bottom-color: rgba(0, 0, 0, 0.09);
}

.cart-item--options-modal .shopee-arrow-box__content {
  border-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09);
}

.cart-item--options-modal--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 27px 25px;
  width: 365px;
  max-height: 450px;
  overflow-y: auto;
  background: #fff;
}

.cart-item--options-modal--grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-item--options-modal--list {
  margin-bottom: 15px;
}

.cart-item--options-modal--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item--options-modal--list-title {
  margin-bottom: 10px;
}

.cart-item--options-modal--list-title {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
}

.product-variation {
  overflow: visible;
  cursor: pointer;
  min-width: 5rem;
  min-height: 2.125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.25rem 0.75rem;
  margin: 0 8px 8px 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  position: relative;
  background: #fff;
  outline: 0;
  word-break: break-word;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-variation--selected {
  color: #ee4d2d;
  border-color: #ee4d2d;
}

.product-variation__tick {
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
}

.product-variation__tick:before {
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid #ee4d2d;
  content: "";
  position: absolute;
  right: -0.9375rem;
  bottom: 0;
}

.product-variation__tick > .icon-tick-bold {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 8px;
}

.cart-item--options-modal--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cancel-btn {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  color: #555;
  margin-right: 6px;
  line-height: 1;
  background: none;
  border: 0;
  -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.cart-item--options-modal--actions > .shopee-button-solid {
  width: 140px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 12px 0;
  cursor: pointer;
}

.cancel-btn:hover {
  background: #f8f8f8;
}

.product-variation {
  white-space: normal;
}

.cart-item--big-sale {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  margin: 22px 20px;
}

.cart-item--big-sale--header {
  padding: 9px 12px;
  background: #fff3ed;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.cart-item--big-sale--body {
  margin-top: 0 !important;
  padding: 16px 0 !important;
}

.cart-item--big-sale--bonus {
  background-color: rgba(255, 243, 237, 0.4);
  border-radius: 2px;
}

.cart-item-body-item {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 0 20px 15px;
  margin-top: 15px;
}

.cart-item--big-sale--header-label {
  padding: 1px 4px;
  margin-right: 8px;
  line-height: 12px;
  vertical-align: middle;
  color: #ee4d2d;
  font-size: 10px;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 400;
}

.cart-item--big-sale--header-more {
  margin-left: 12px;
}

.cart-item--big-sale--header-more > a {
  display: inline-block;
  color: #ee4d2d;
  text-transform: capitalize;
}

.cart-item--find-more-priority {
  z-index: 3;
}

.cart-item--find-more--related-active {
  position: relative;
  width: 8.125rem;
  border: 0.0625rem solid #ee4d2d;
  border-bottom: 0;
  border-radius: 0.0625rem 0.0625rem 0 0;
  background-color: #fff;
}

.cart-item--find-more--related-active .cart-item--find-more--related-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-item--find-more--dropdown {
  padding: 1.625rem 1.875rem;
  border: 1px solid #ee4d2d;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-item--find-more--dropdown-abs {
  position: absolute;
  margin-top: 30px;
  left: 0;
  width: 100%;
}

.shopee-page-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopee-page-controller .shopee-icon-button {
  color: rgba(0, 0, 0, 0.4);
  min-width: 2.5rem;
  height: 1.875rem;
  border: 0;
}

.shopee-page-controller .shopee-icon-button--left {
  text-align: right;
  margin-right: 0.9375rem;
}

.shopee-page-controller--v2 .shopee-icon-button--left {
  margin-right: 0.625rem;
}

.shopee-page-controller--v2 .shopee-icon-button {
  color: rgba(0, 0, 0, 0.54);
  min-width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.shopee-page-controller--v2 .shopee-button-solid {
  margin: 0 0.625rem;
  height: 1.5rem;
  min-width: 1.5rem;
  font-size: 1rem;
  border-radius: 0.0625rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shopee-page-controller .shopee-button-solid {
  color: #fff;
}

.shopee-page-controller--v2 .shopee-button-no-outline {
  margin: 0 0.625rem;
  height: 1.5rem;
  min-width: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
}

.shopee-page-controller .shopee-button-no-outline,
.shopee-page-controller .shopee-button-solid {
  padding: 0;
  min-width: 2.5rem;
  text-align: center;
  height: 1.875rem;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
}

.shopee-button-no-outline--primary,
.shopee-button-no-outline:hover {
  color: #ee4d2d;
}

.stardust-popover {
  position: relative;
}

.stardust-popover__popover {
  will-change: transform;
  position: absolute;
  z-index: -1;
}

.stardust-popover__popover--show {
  z-index: 3;
  -webkit-animation: popover-enter-animation 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  animation: popover-enter-animation 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  opacity: 1;
}

.stardust-popover__arrow {
  z-index: 3;
  position: absolute;
  will-change: transform;
}

.stardust-popover__arrow--inner {
  position: absolute;
  left: -8px;
  width: 0;
  height: 0;
}

.cart-final--bottom-popover {
  width: 550px;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  border-radius: 3px;
}

.cart-final--bottom-popover--items,
.cart-final--bottom-popover--title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-final--bottom-popover--title {
  padding: 25px 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.09);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.cart-final--bottom-popover--items:not(:last-child) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.09);
}

.cart-final--bottom-popover--items {
  padding: 15px 0;
}

.cart-final--bottom-popover--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 17px;
}

.cart-final--bottom-popover--item:not(:last-child) {
  margin-bottom: 8px;
}

.cart-final--bottom-popover--item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-final--bottom-popover--item-title--bold,
.cart-final--bottom-popover--total-discount {
  font-weight: 500;
}

.cart-final--bottom-popover--total-discount {
  color: #ee4c2c;
}

.cart-final--bottom-popover--total-checkout {
  font-weight: 500;
}

.cart-final--bottom-popover--note {
  padding: 2px 0 11px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.sold-out-label {
  border-radius: 44px;
  background-color: #a3a3a3;
  height: 14px;
  line-height: 13px;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-final--bottom-checkout--btn {
  width: 100%;
}

.shopee-drawer__contents {
  opacity: 0;
  visibility: hidden;
}

.shopee-drawer:hover .shopee-drawer__contents {
  opacity: 1;
  visibility: visible;
}

.cart-item--options-modal {
  display: none;
}
.cart-item--options-modal.cart-item--options-modal--active {
  display: block;
}

.cart-final .stardust-popover__popover {
  opacity: 0;
  visibility: hidden;
}

.stardust-popover:hover .stardust-popover__popover {
  opacity: 1;
  visibility: visible;
}

.cart-item--find-more--dropdown {
  display: none;
}
.cart-item--find-more--dropdown.cart-item--find-more--dropdown--active {
  display: block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1200px) {
  .cart-item--find-more--related.cart-item--find-more--related {
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .cart-item--find-more--related.cart-item--find-more--related {
    height: auto;
  }
  .cart-list-header {
    display: none;
  }
  .cart-item-outer .cart-item-body-inner {
    display: grid;
    grid-template-columns: 58px 80px 1fr;
    grid-template-areas: "checkbox product product" "checkbox empty options" "checkbox empty prices" "checkbox empty quantity" "checkbox empty total" "checkbox empty actions";
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 20px;
  }
  .cart-item-outer .cart-item-body-item-product-inner {
    gap: 12px;
  }
  .cart-item-outer .cart-item-body-item-checkbox {
    grid-area: checkbox;
    margin-top: 32px;
  }
  .cart-item-outer .cart-item-body-item-product {
    grid-area: product;
    width: 100%;
  }
  .cart-item-outer .cart-item-body-item-product-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-item-outer .cart-item-body-item-product-options {
    width: 100%;
    grid-area: options;
  }
  .cart-item-outer .cart-item--prices {
    width: 100%;
    grid-area: prices;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart-item--quantity {
    grid-area: quantity;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart-item--total {
    width: 100%;
    grid-area: total;
    text-align: left;
  }
  .cart-item--actions {
    width: 100%;
    grid-area: actions;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
  }
  .cart-item--find-more--related.cart-item--find-more--related {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-item-body-item--sold-out .cart-item-body-item-checkbox {
    padding: 0;
  }
  .cart-item-body-item--sold-out .cart-item-body-item-checkbox .sold-out-label {
    margin: 0;
    white-space: normal;
    min-width: 1px;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 4px;
  }
  .cart-final--middle-outer {
    grid-template-columns: auto 1fr auto;
  }
  .cart-final {
    grid-template-columns: 1fr 1fr;
  }
  .cart-final--bottom,
.cart-final--hr,
.cart-final--top {
    grid-column: 1/span 2;
  }
  .cart-final--middle-left {
    grid-column: 1/span 1;
  }
  .cart-final--middle-right {
    grid-column: 2/span 1;
  }
  .cart-final--top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-final--top-codes {
    margin-right: 0;
  }
  .cart-final--middle-discount--space {
    padding-right: 20px;
  }
  .cart-final--bottom--product-couter,
.cart-final--bottom-whishlist,
.cart-final--bottom-del {
    display: none;
  }
  .cart-final--top-voucher,
.cart-final--top-codes,
.cart-final--middle-coin--title,
.cart-final--middle-coin--des,
.cart-final--middle-discount,
.cart-final--bottom-payment--total-title,
.cart-final--bottom-checkbox--title {
    font-size: 14px;
  }
  .cart-final--bottom-payment--total-amount {
    font-size: 18px;
  }
  .cart-final-sticky .shopee-button-solid {
    width: auto;
    padding: 13px 24px;
  }
  .cart-final--bottom-payment--save-total {
    padding-left: 12px;
  }
  .cart-item-outer .cart-item--vouchers {
    padding-right: 2.5rem;
  }
  .cart-item-outer .cart-item--shipping {
    display: grid;
    grid-template-columns: auto 1fr;
    position: relative;
    padding-right: 2.5rem;
  }
  .cart-item-outer .cart-item--vouchers .cart-item--voucher-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .cart-item-outer .cart-item--vouchers .cart-item--voucher-item .cart-item--voucher-item--actions,
.cart-item-outer .cart-item--vouchers .cart-item--voucher-item .cart-item--voucher-item--link {
    margin-left: 0;
  }
  .cart-item-outer .cart-item--shipping .shopee-drawer {
    grid-column: 2/span 1;
    padding-left: 0.5625rem;
    position: static;
  }
  .cart-item--shipping .shopee-drawer__contents:after {
    left: 100px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cart-item--shipping .shopee-drawer .shopee-drawer__contents {
    opacity: 1;
    visibility: visible;
    top: 100%;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: none;
  }
  .cart-item--shipping .shopee-drawer .shopee-drawer__contents .cart-item--shipping-drawer {
    width: 100%;
  }
  .cart-item--shipping .shopee-drawer.shopee-drawer--active .shopee-drawer__contents {
    display: block;
  }
  .cart-final--bottom {
    position: relative;
  }
  .cart-final--bottom .stardust-popover {
    position: static;
  }
  .cart-final--bottom .stardust-popover .stardust-popover__popover {
    bottom: 100% !important;
    top: auto !important;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .cart-final--bottom .stardust-popover.stardust-popover--active .stardust-popover__popover {
    display: block;
  }
  .cart-final--bottom .stardust-popover .stardust-popover__popover .cart-final--bottom-popover {
    width: 100%;
  }
  .cart-final--bottom .stardust-popover .stardust-popover__popover .stardust-popover__arrow {
    left: 100% !important;
    -webkit-transform: translate(-200px, -100%) !important;
    -ms-transform: translate(-200px, -100%) !important;
    transform: translate(-200px, -100%) !important;
  }
  .cart-item-outer .cart-item-body-item-product-options-inner {
    position: static;
  }
  .cart-item-outer .cart-item-body-item {
    position: relative;
  }
  .cart-item--options-modal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    width: 100%;
    right: auto;
  }
  .cart-item--options-modal--grid {
    width: 100%;
  }
  .cart-item--options-modal--grid-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .cart-final--top-voucher,
.cart-final--top-codes,
.cart-final--middle-coin--title,
.cart-final--middle-coin--des,
.cart-final--middle-discount,
.cart-final--bottom-payment--total-title,
.cart-final--bottom-checkbox--title {
    font-size: 13px;
  }
  .cart-final--bottom-payment--total-amount {
    font-size: 16px;
  }
  .cart-final--bottom-payment--total-grid {
    margin-left: 0;
  }
  .cart-final--bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "checkbox checkboxTitle" "checkbox popover" "checkbox checkout";
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 20px;
    gap: 12px 0;
  }
  .cart-final--bottom-space {
    display: none;
  }
  .cart-final--bottom-checkbox {
    grid-area: checkbox;
  }
  .cart-final--bottom-checkbox--title {
    grid-area: checkboxTitle;
    text-align: left;
  }
  .cart-final--bottom .stardust-popover {
    grid-area: popover;
  }
  .cart-final--bottom .stardust-popover .stardust-popover__target .cart-final--bottom-discount--flex-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart-final-sticky .shopee-button-solid {
    margin: 0;
    grid-area: checkout;
  }
}
@media screen and (max-width: 479.98px) {
  .cart-item-outer .cart-item-body-inner {
    grid-template-areas: "checkbox product product" "checkbox options options" "checkbox prices prices" "checkbox quantity quantity" "checkbox total total" "checkbox actions actions";
    gap: 12px;
  }
  .cart-item-outer .cart-item-body-item-product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-item-outer .cart-item-body-item-product-info {
    gap: 3px;
  }
}
.recent-view-products {
  padding: 44px 0;
}

.recommended-products {
  padding: 44px 0;
  border-bottom: 1px solid #262626;
}

.product-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.product-block-header .product-block-header--title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.product-block-header .product-block-header--more {
  font-size: 14px;
  color: #ee4d2d;
}

.cart-page {
  padding-bottom: 60px;
}

.profile-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0 3.125rem;
}

.profile-sidebar {
  display: block;
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile-main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 980px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1.6875rem;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0.125rem;
}

.profile-sidebar__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}

.profile-sidebar--menu {
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
  cursor: pointer;
}

.shopee-avatar {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  border-radius: 50%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.09);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile-sidebar--thumb, .shopee-avatar {
  width: 50px;
  height: 50px;
}

.shopee-avatar__placeholder {
  width: 100%;
  position: relative;
  padding-top: 100%;
  background-color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}

.shopee-avatar__placeholder .icon-headshot {
  stroke: #c6c6c6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shopee-avatar__img, .shopee-avatar__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.shopee-avatar__img {
  border-radius: 50%;
}

.profile-sidebar--info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  overflow: hidden;
}

.profile-sidebar--info-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.profile-sidebar--info-btn {
  color: #888;
  text-transform: capitalize;
  text-decoration: none;
}
.profile-sidebar--info-btn:hover {
  color: #666;
}

.profile-sidebar--menu {
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
  cursor: pointer;
}

.stardust-dropdown {
  position: relative;
}

.stardust-dropdown__item-body {
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.stardust-dropdown__item-body {
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.stardust-dropdown__item-body--open {
  height: auto;
  opacity: 1;
}

.profile-sidebar--menu-item, .profile-sidebar--submenu-item__text {
  text-transform: capitalize;
  -webkit-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-sidebar--menu-item {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.profile-sidebar--menu-item:hover {
  color: rgb(0, 0, 0);
}

.profile-sidebar--menu-item--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.profile-sidebar--menu-item--icon > img {
  width: 100%;
  height: 100%;
}

.profile-sidebar--menu-item--title {
  line-height: 1rem;
}

.profile-sidebar--menu-item--text {
  font-weight: 500;
  margin-right: 0.3125rem;
}

.profile-sidebar--menu-item--label {
  vertical-align: middle;
  position: absolute;
}

.profile-sidebar--submenu {
  display: block;
  padding: 0 0 0.1875rem 2.125rem;
}

.profile-sidebar--submenu-item {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  margin-bottom: 0.9375rem;
  color: rgba(0, 0, 0, 0.65);
}

.profile-sidebar--submenu-item__text:hover,
.profile-sidebar--submenu-item--active {
  color: #ee4d2d;
}

.profile-sidebar--submenu-item--active:hover, .profile-sidebar--submenu-item--active:focus {
  color: #ee4d2d;
}

.profile-sidebar--submenu-item__text {
  font-size: 0.875rem;
  display: block;
}

.profile-main__acount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

.profile-main__account-inner {
  padding: 0 1.875rem 0.625rem;
}

.profile-main__account-header {
  border-bottom: 0.0625rem solid #efefef;
  padding: 1.125rem 0;
}

.profile-main__account-header__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #333;
}

.profile-main__account-header__des {
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #555;
}

.profile-main__account-body {
  padding-top: 1.875rem;
}

.profile-main__account-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.profile-main__account-body__right, .profile-main__account-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-main__account-body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-main__account-body__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 3.125rem;
}

.profile-main__account-body__right {
  width: 17.5rem;
  overflow: hidden;
  border-left: 0.0625rem solid #efefef;
}

.profile-main__account-body__right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile-main__account-body__right-avatar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-main__account-body__right-avatar input {
  display: none;
}

.profile-main__account-body__right-avatar, .profile-main__account-body__right-avatar__thumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-main__account-body__right-avatar__thumb {
  height: 6.25rem;
  width: 6.25rem;
  margin: 1.25rem 0;
  position: relative;
}

.profile-main__account-body__right-avatar__thumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile-main__account-body__right-avatar__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn-light {
  outline: 0;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: visible;
}

.btn--m {
  height: 40px;
  padding: 0 20px;
  min-width: 70px;
  max-width: 220px;
}

.btn-light:active,
.btn-light:hover {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.profile-account__upload-note {
  margin-top: 0.75rem;
  display: block;
}

.profile-account__upload-note__item {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.profile-account__custom-form__group {
  margin-bottom: 1.875rem;
}

.profile-account__custom-form__footer {
  margin-bottom: 3.75rem;
  padding-left: calc(20% + 1.25rem);
}

.btn-solid-primary:not(.btn-solid-primary--disabled):hover {
  background: #f05d40;
  color: #fff;
}

.profile-account__custom-form__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.profile-account__custom-form__label {
  width: 20%;
  text-align: right;
  color: rgba(85, 85, 85, 0.8);
  text-transform: capitalize;
  overflow: hidden;
}

.profile-account__custom-form__form-note {
  color: rgba(0, 0, 0, 0.4);
}

.oO22SN, .profile-account__custom-form__form-note {
  margin-top: 0.3125rem;
}

.oO22SN, .profile-account__custom-form__form-note, .profile-account__custom-form__form {
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.25rem;
}

.profile-account__custom-form__form-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-account__custom-form__form-text {
  font-size: 0.875rem;
  color: #333;
}

.input-with-validator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.02);
  color: #222;
  height: 40px;
  padding: 10px;
  -webkit-transition: border-color 0.1s ease;
  -o-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}

.input-with-validator input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.stardust-radio-group-inline .stardust-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stardust-radio {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 16px 12px;
}

.stardust-radio-group-inline .stardust-radio {
  padding: 0;
  margin-right: 0.75rem;
}

.stardust-radio-button {
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
}

.stardust-radio-button__outer-circle {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stardust-radio-button__outer-circle > .stardust-radio-button__inner-circle {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ee4d2d;
  opacity: 0;
}

.stardust-radio__content {
  cursor: pointer;
}

.stardust-radio-button--checked .stardust-radio-button__outer-circle {
  border-color: #ee4d2d;
}

.stardust-radio-button--checked > .stardust-radio-button__outer-circle > .stardust-radio-button__inner-circle {
  opacity: 1;
}

.profile-account__custom-form__form-select-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shopee-dropdown {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.profile-account__custom-form__form-select-flex .input-outer,
.profile-account__custom-form__form-select-flex .shopee-dropdown {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-account__custom-form__form-select-flex .input-outer .input-item {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.shopee-dropdown__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0.9375rem;
}

.shopee-dropdown__entry--selected {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  height: 2.5rem;
  background: #fff;
  color: #bbb;
}

.shopee-dropdown--has-selected .shopee-dropdown__entry--selected {
  color: rgba(0, 0, 0, 0.8);
}

.profile-account__custom-form__form-select-flex .shopee-dropdown__entry {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopee-dropdown__entry span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shopee-dropdown__entry .shopee-svg-icon {
  margin-left: 0.3125rem;
  font-size: 0.75rem;
}

.input-with-validator {
  overflow: hidden;
}

.input-with-validator input {
  max-width: 100%;
  min-width: 1px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .profile-main__account-body__right {
    width: 200px;
  }
  .profile-main__account-body__info {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .profile-main__account-body__right {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 32px;
    border-left: 0;
  }
  .profile-main__account-body__info {
    padding-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .profile-main__account-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .profile-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-sidebar {
    width: 100%;
    margin-bottom: 32px;
  }
  .profile-main {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .profile-account__custom-form__form-select-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .profile-account__custom-form__form-select-flex .input-outer {
    width: 100%;
  }
}
.my-account-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px 20px;
  background: #fff;
  overflow: visible;
}

.my-account-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 22px 0;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.my-account-section__header-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.my-account-section__header-button {
  margin-left: 10px;
}

.my-account-section__header-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #333;
  text-transform: capitalize;
}

.my-account-section__header-subtitle {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #555;
  margin-top: 3px;
}

.shopee-button-solid--address-tab,
.shopee-button-solid--bacc-tab {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.button-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.button-with-icon__icon {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ba-card {
  display: block;
  margin: 0 -30px;
}

.ba-card__separator {
  border-bottom: 1px solid #efefef;
}

.ba-card--rejected > .ba-card__separator,
.ba-card:last-child > .ba-card__separator {
  border: 0;
}

.ba-card__content {
  max-width: 61.875rem;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ba-card__content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ba-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bacc-secondary-action-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  margin-right: 20px;
  text-decoration: underline;
  background: none;
  border: 0;
  outline: none;
}

.ba-card__buttons .default-cod.default-cod,
.ba-card__buttons .default.default {
  margin-left: 1.25rem;
  padding: 4px 15px;
  max-height: unset;
  height: unset;
}

.btn-light--disabled {
  background: #fff !important;
  color: #ccc !important;
  cursor: not-allowed !important;
}

.btn--s {
  height: 34px;
  padding: 0 15px;
  min-width: 60px;
  max-width: 190px;
}

.ba-card__logo-wrapper {
  width: 55px;
  height: 55px;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  padding: 4px;
  margin-right: 20px;
  background-image: url(../images/general/payment-bank.png);
}

.ba-card__logo,
.ba-card__logo-wrapper {
  background-size: 45px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.ba-card__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  padding: 1px;
}

.bacc-acc-no {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  margin: 6px 40px 0 0;
  white-space: nowrap;
}

.ba-card__account-brief {
  min-width: 23.125rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1rem;
}

.ba-card__bank-name-wrapper {
  min-height: 1.625rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ba-card__bank-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0 0.75rem 0 0;
}

.ba-card__account-status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ba-card__account-status--checked,
.ba-card__account-status--collected {
  color: rgba(51, 51, 51, 0.4);
}

.bacc-default-badge {
  display: inline-block;
  background: #00bfa5;
  color: #fff;
  border-radius: 3px;
  padding: 3px 7px 2px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  width: auto;
  white-space: nowrap;
  margin-right: 12px;
}

.ba-card__username {
  text-transform: capitalize;
}

.ba-card__username {
  text-transform: capitalize;
}

.ba-card__item--region-branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ba-card__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.ba-card__item--region-branch > .ba-card__item--region {
  margin-right: 0.625rem;
}

.ba-card__item--region-branch > .ba-card__item--branch,
.ba-card__item--region-branch > .ba-card__item--region {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ba-card__item > .ba-card__label {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
}

.creditcard-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.creditcard-card__logo {
  width: 67px;
  height: 40px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  font-weight: 600;
}

.creditcard-card__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.creditcard-card__type {
  font-size: 1rem;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.8);
}

.creditcard-card__spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.creditcard-card__no {
  font-size: 1.0625rem;
  letter-spacing: 0;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-top: 0.25rem;
}

.creditcard-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-width: 300px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ba-card__buttons .btn {
  white-space: nowrap;
}

.modal-btn-cancel {
  outline: none;
  height: 40px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 12px;
  background: #fff;
  padding: 0 50px;
  border: 1px solid rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.87);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}

.modal-btn-submit {
  height: 40px;
  line-height: 40px;
  background: #ee4d2d;
  padding: 0 50px;
  border: 0;
  color: #fff;
  border-radius: 2px;
  width: auto;
}

.modal-note {
  padding: 12px;
  background: #f7fffe;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border: 1px solid #30b566;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-bottom: 24px;
}

.modal-note-icon {
  margin-right: 10px;
}

.modal-note-content {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 16px;
}

.modal-note-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 20px;
  color: #222;
}

.modal-note-des {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.65);
}

.modal-form-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.modal-form-group__title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.modal-form-group__title-text {
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 12px;
}

.payment-method-items-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.payment-method-item-logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 30px;
  height: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.payment-method-item-logo-visa {
  background-image: url(../images/general/payment-visa.png);
}

.payment-method-item-logo-master-card {
  background-image: url(../images/general/payment-master-card.png);
}

.payment-method-item-logo-jcb {
  background-image: url(../images/general/payment-jcb.png);
}

.payment-method-item-logo-ae {
  background-image: url(../images/general/payment-ae.png);
}

.modal-form-group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.modal-form-group-items .profile-account__custom-form__group {
  margin-bottom: 0;
}

.modal-form-group-items .profile-account__custom-form__group.add-payment-number-and-cvv {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 145px;
}

.modal-form-group-items .profile-account__custom-form__item--vertial {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}

.modal-form-group-items .profile-account__custom-form__item--vertial .profile-account__custom-form__label {
  width: 100%;
  text-align: left;
}

.modal-form-group-items .profile-account__custom-form__item--vertial .profile-account__custom-form__form {
  width: 100%;
  padding-left: 0;
}

.modal-form-group-items .profile-account__custom-form__item--vertial .profile-account__custom-form__form-note {
  padding-left: 0;
  margin-top: 0;
}

.profile-account__custom-form__form-note.profile-account__custom-form__form-note--error {
  color: #f44336;
}

.modal-form-group .input-outer .input-item {
  border: 1px solid rgba(0, 0, 0, 0.14);
  min-height: 40px;
  padding: 10px;
}

.modal-form-group .input-outer i {
  color: #aaa;
}

.profile-account__custom-form__form--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 1200px) {
  .ba-card__item--region-branch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.625rem;
  }
  .ba-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ba-card__buttons {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 75px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .ba-card__content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ba-card__logo-wrapper {
    margin-right: auto;
    margin-bottom: 12px;
  }
  .bacc-acc-no {
    margin-right: auto;
  }
  .ba-card__buttons {
    padding-left: 0;
  }
  .ba-card__buttons .btn {
    margin-left: 0 !important;
  }
  .ba-card__bank-name-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }
  .ba-card__account-brief {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .bacc-acc-no {
    margin-top: 0;
  }
  .my-account-section__header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .my-account-section__header-button {
    margin-left: 0;
  }
  .creditcard-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
  .bacc-default-badge,
.creditcard-card__no,
.creditcard-card__logo {
    margin-right: auto;
  }
  .creditcard-card__no {
    margin-left: 0;
    padding-top: 0;
  }
  .creditcard-card__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.account-address-grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px 20px;
  background: #fff;
  overflow: visible;
}

.account-address-grid, .account-address-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-address-header {
  border-bottom: 1px solid #efefef;
  padding: 22px 0;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.account-address-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-address-header-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-address-header-title-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #333;
  text-transform: capitalize;
}

.account-address-header-action {
  margin-left: 10px;
}

.account-address-header-action--add {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.account-address-header-action--has-icon {
  width: 100%;
}

.account-address-header-action--has-icon {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account-address-header-action--icon, .account-address-header-action--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-address-header-action--icon, .account-address-header-action--has-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-address-header-action--icon {
  margin-right: 10px;
}

.account-address-item--padding {
  padding: 18px 0 20px;
}

.account-address-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
}

.account-address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-address-item-inner {
  min-width: 0;
  width: 100%;
}

.account-address-item-body {
  margin-bottom: 4px;
}

.account-address-item-body-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account-address-item-align-center, .account-address-item-actions, .account-address-item-body-between, .account-address-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-address-item-footer {
  margin-top: 4px;
}

.account-address-item-footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account-address-item-info-name, .account-address-item-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-address-item-info-left {
  margin-right: 8px;
}

.account-address-item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
}

.account-address-item-actions-right {
  padding-top: 4px;
}

.account-address-item-actions {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.account-address-item-info-inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.account-address-item-info-inner, .account-address-item-color-default {
  color: rgba(0, 0, 0, 0.54);
}

.account-address-item-color-default {
  border-color: rgba(0, 0, 0, 0.54);
}

.account-address-item-footer-label-margin {
  margin: 0 4px 4px 0;
}

.account-address-item-footer-label {
  border-radius: 1px;
  padding: 2px 4px;
  border: 0.5px solid;
}

.account-address-item-footer-label--active {
  color: #ee4d2d;
  border-color: #ee4d2d;
}

.account-address-item-btn-link {
  white-space: nowrap;
}

.account-address-item-btn-link {
  padding: 4px;
  color: #08f;
}

.account-address-item-btn-link {
  border: 0;
  background: none;
  outline: none;
}

.account-address-item-info-name, .account-address-item-info-tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-address-item-info-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.account-address-item-info-name {
  font-weight: 500;
  min-width: 0;
}

.account-address-item-info-name-bold {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.5rem;
}

.account-address-item-info-name-inner {
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-address-item-info-space {
  border-left: 0.5px solid rgba(0, 0, 0, 0.26);
  margin: 0 8px;
}

.account-address-item-info-tel-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.account-address-item-info-tel-sm {
  color: rgba(0, 0, 0, 0.54);
}

.account-address-item-info-tel-nowrap {
  white-space: nowrap;
}

.account-address-item-info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .account-address-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
  }
  .account-address-item-btn-link {
    padding-left: 0;
    padding-right: 8px;
  }
  .account-address-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    gap: 12px;
  }
  .account-address-header-action {
    margin-left: 0;
  }
}
.account-forgot-password-form {
  padding: 0 1.875rem 0.625rem;
}

.account-forgot-password-header {
  border-bottom: 0.0625rem solid #efefef;
  padding: 1.125rem 0;
}

.account-forgot-password-header-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #333;
}

.account-forgot-password-header-des {
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #555;
}

.account-forgot-password-body {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.account-forgot-password-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account-forgot-password-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-forgot-password-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-forgot-password-group {
  width: 50rem;
}

.account-forgot-password-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-forgot-password-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-forgot-password-item {
  width: 100%;
  margin-bottom: 0.9375rem;
  border-radius: 0.125rem;
}

.account-forgot-password-left-space {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 20%;
}

.account-forgot-password-left-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-forgot-password-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-forgot-password-item-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-forgot-password-right-space {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.account-forgot-password-right-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-solid-primary.btn-solid-primary--disabled {
  background: #facac0 !important;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-solid-primary:hover,
.btn-solid-primary:focus {
  color: #fff !important;
}

.account-forgot-password-label {
  text-align: right;
}

.account-forgot-password-label {
  width: 20%;
}

.account-forgot-password-label-text {
  color: #757575;
  text-transform: capitalize;
  text-align: right;
}

.account-forgot-password-input-full-area {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.account-forgot-password-input-full-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-forgot-password-input-full {
  width: 100%;
}

.account-forgot-password-input {
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.14);
  height: 2.5rem;
}

.account-forgot-password-item-link {
  background-color: #fff;
}

.account-forgot-password-item-link {
  color: #757575;
  outline: none;
  border: 0;
}

@media screen and (max-width: 1200px) {
  .account-forgot-password-group {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .account-forgot-password-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .account-forgot-password-item {
    margin-bottom: 24px;
  }
  .account-forgot-password-label {
    width: 100%;
    text-align: left;
  }
  .account-forgot-password-input-full-area {
    width: 100%;
    padding: 0;
  }
  .account-forgot-password-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .account-forgot-password-right-space {
    width: 100%;
    padding: 0;
  }
}
.no-orders {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fff;
  height: 600px;
  text-align: center;
}

.no-orders-title {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
}

.no-orders-thumb {
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-image: url(../images/general/no-orders.png);
}

.orders-page-search {
  padding: 12px 12px 12px 0;
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  color: #212121;
  background: #eaeaea;
  border-radius: 2px;
}
.orders-page-search > svg {
  margin: 0 15px;
  stroke: #bbb;
}
.orders-page-search > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  outline: none;
  background-color: inherit;
}

.profile-main--no-border {
  border: 0;
}

.orders-page > .custom-tab-nav {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.order-item {
  margin: 12px 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
}

.order-item-inner {
  padding: 12px 24px;
  background: #fff;
}
.order-item-inner:first-child {
  padding-top: 24px;
}
.order-item-inner:last-child .order-item-space {
  display: none;
}

.order-item-space {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  height: 10px;
}

.order-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-item-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.order-item-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.order-item-header-right {
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-item-favourite-lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-item-shop-name {
  max-width: 200px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.stardust-button {
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.26);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}

.stardust-button--primary {
  background-color: #ee4d2d;
  border-color: #cd3011;
  color: #fff;
}

.stardust-button.stardust-button--active,
.stardust-button:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.26);
}

.stardust-button--primary.stardust-button--active,
.stardust-button--primary:hover {
  cursor: pointer;
  background-color: #d73211;
  border-color: #ba2b0f;
}

.order-item-shop-chat > .stardust-button {
  padding: 4px 8px;
  font-size: 12px;
  text-transform: capitalize;
  outline: none;
  border-radius: 2px;
  border: 1px solid transparent;
}
.order-item-shop-chat > .stardust-button:not(.stardust-button--primary) {
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.order-item-shop-chat > .stardust-button:not(.stardust-button--primary):hover {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.order-item-shop-chat > .stardust-button:hover {
  background-color: #d73211;
  border: 1px solid transparent;
}

.order-item-shop-link > .stardust-button {
  padding: 4px 8px;
  font-size: 12px;
  text-transform: capitalize;
  outline: none;
  border-radius: 2px;
  border: 1px solid transparent;
}
.order-item-shop-link > .stardust-button:not(.stardust-button--primary) {
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.order-item-shop-link > .stardust-button:not(.stardust-button--primary):hover {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.order-item-shop-link > .stardust-button:hover {
  background-color: #d73211;
  border: 1px solid transparent;
}

.order-item-status {
  margin: 0 10px 0 0;
  padding: 0 5px 0 0;
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.order-item-status .icon-free-shipping-line {
  margin: 0 4px 0 0;
  vertical-align: middle;
  font-size: 1rem;
  color: #00bfa5;
  stroke: #26aa99;
}

.order-item-status-link {
  margin: 0 5px 0 0;
}

.order-item-status-text {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  color: #26aa99;
  vertical-align: middle;
}

.order-item-review-status {
  line-height: 24px;
  color: #ee4d2d;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.order-item-mall-lable {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #d0011b;
  border-radius: 2px;
  padding: 2px 3px;
  vertical-align: middle;
  line-height: 12px;
  margin-bottom: 1px;
}
.order-item-mall-lable > svg {
  display: block;
  fill: #fff;
  width: 24px;
  height: 11px;
}

.order-item-full-line {
  width: 100%;
  height: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.09);
  position: relative;
}

.order-item-full-line-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.order-item-full-line-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.order-item-calc {
  padding: 24px 24px 12px;
  background: #fffefb;
}

.order-item-calc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-item-guard-icon {
  cursor: pointer;
}

.order-item-guard-icon-inner {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 5px 0 0;
  line-height: 0;
}

.order-item-calc-lable {
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.order-item-calc-content {
  color: #ee4d2d;
  font-size: 24px;
  line-height: 30px;
}

.order-item-actions {
  padding: 12px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #fffefb;
}

.order-item-actions-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  max-width: 400px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-wrap: break-word;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.54);
}

.order-item-actions-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.order-item-actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.order-item-actions-item-btn {
  min-width: 150px;
  min-height: 40px;
  padding: 8px 20px;
  outline: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: capitalize;
  border-radius: 2px;
  outline: 0;
}
.order-item-actions-item-btn:not(.stardust-button--primary) {
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.order-item-actions-item-btn:not(.stardust-button--primary):hover:not(.order-item-actions-item-btn--disabled) {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.order-item-body {
  margin: 10px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.order-item-body:first-child {
  margin: 0;
  border: 0;
}

.order-item-product-line {
  height: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.order-item-product-grid {
  padding: 12px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
}
.order-item-product-grid:hover, .order-item-product-grid:focus {
  color: rgba(0, 0, 0, 0.87);
}

.order-item-product-amount {
  text-align: right;
}

.order-item-product-amount-content {
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.order-item-product-info-grid {
  padding: 0 12px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
}

.order-item-product-thumb {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e1e1e1;
  background: #e1e1e1;
}

.shopee-image__wrapper {
  position: relative;
}

.shopee-image__content,
.shopee-image__wrapper {
  width: 100%;
  height: 100%;
}

.shopee-image__place-holder {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fafafa;
}
.shopee-image__place-holder .icon-loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  stroke: #c6c6c6;
}

.shopee-image__content {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.shopee-image__content--blur {
  width: 100%;
  height: 100%;
}

.order-item-product-info {
  min-width: 0;
  padding: 0 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  word-wrap: break-word;
}

.order-item-product-title {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 22px;
  max-height: 48px;
}

.order-item-product-title-inner {
  vertical-align: middle;
}

.order-item-product-variants {
  color: rgba(0, 0, 0, 0.54);
  margin: 0 0 5px;
}

.order-item-product-quantity {
  margin: 0 0 5px;
}

.order-item-general-lable {
  padding: 2px 4px;
  margin: 0 6px 0 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  border-radius: 1px;
  color: #ee4d2d;
  border: 0.5px solid #ee4d2d;
  white-space: nowrap;
}

.order-item-product-old-price {
  margin: 0 4px 0 0;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #000;
  opacity: 0.26;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
}

.order-item-product-new-price {
  color: #ee4d2d;
}

.order-item-product-small-thumb {
  width: 50px;
  height: 50px;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e1e1e1;
  background: #e1e1e1;
}

.order-item-product-small-info {
  min-width: 0;
  padding: 0 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  word-wrap: break-word;
}

.order-item-product-small-title {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 22px;
  max-height: 48px;
}

.order-item {
  border: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
  .order-item-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
  }
  .order-item-actions-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
  .order-item-actions-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .order-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .order-item-header-right {
    padding-left: 0;
  }
  .order-item-actions-item-btn {
    min-width: 1px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .order-item-product-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
  .order-item-product-amount {
    width: 100%;
    padding-left: 92px;
    text-align: left;
  }
}
.order-detail-page {
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.order-detail-header {
  padding: 20px 24px;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-detail-header-left {
  color: rgba(0, 0, 0, 0.54);
}
.order-detail-header-left:hover, .order-detail-header-left:hover {
  color: rgba(0, 0, 0, 0.87);
}
.order-detail-header-left > svg {
  height: 16px;
  margin: 0 5px 0 0;
  font-size: 14px;
  line-height: 16px;
  vertical-align: bottom;
}
.order-detail-header-left > span {
  line-height: 16px;
  vertical-align: bottom;
}

.order-detail-header-line {
  margin: 0 16px;
}

.order-detail-header-status {
  color: #ee4d2d;
  text-transform: uppercase;
}

.order-detail-steps {
  padding: 40px 24px;
}

.stepper {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stepper__step {
  width: 140px;
  min-width: 140px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
}

.stepper__line {
  position: absolute;
  top: 29px;
  height: 4px;
  width: 100%;
}

.stepper__line-background, .stepper__line-foreground {
  position: absolute;
  width: calc(100% - 140px);
  margin: 0 70px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stepper__line-background {
  background: #e0e0e0;
}

.stepper__line-foreground {
  background: #2dc258;
  -webkit-transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.stepper__step-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.875rem;
  border: 4px solid #e0e0e0;
  color: #e0e0e0;
  background-color: #fff;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}

.stepper__step-icon--finish {
  border-color: #2dc258;
  color: #2dc258;
}

.stepper__step-text {
  text-transform: capitalize;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.25rem;
  margin: 1.25rem 0 0.25rem;
}

.stepper__step-date {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.26);
}

.icon-order-order, .icon-order-paid, .icon-order-problem, .icon-order-rating, .icon-order-received, .icon-order-shipping {
  stroke: currentColor;
}

.order-detail-actions {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fffcf5;
  border-top: 1px dotted rgba(0, 0, 0, 0.09);
}

.order-detail-actions:first-child {
  border: 0;
}

.order-detail-actions-left {
  padding: 0 12px 0 0;
  text-align: left;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 16px;
}

.order-detail-actions-right {
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.order-detail-actions-right button {
  width: 220px;
  outline: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.order-detail-post-bg {
  padding: 3px 0;
}

.order-detail-post-gradient {
  height: 0.1875rem;
  width: 100%;
  background-position-x: -1.875rem;
  background-size: 7.25rem 0.1875rem;
  background-image: -o-repeating-linear-gradient(45deg, #6fa6d6, #6fa6d6 33px, transparent 0, transparent 41px, #f18d9b 0, #f18d9b 74px, transparent 0, transparent 82px);
  background-image: repeating-linear-gradient(45deg, #6fa6d6, #6fa6d6 33px, transparent 0, transparent 41px, #f18d9b 0, #f18d9b 74px, transparent 0, transparent 82px);
}

.order-detail-timeline-area {
  padding: 20px 24px 24px;
}

.order-detail-timeline-header {
  padding: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.order-detail-timeline-header-tile {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 24px;
}

.order-detail-timeline-header-vendor {
  max-width: 50%;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.54);
}

.order-detail-timeline-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-detail-timeline-left {
  max-width: 100%;
  padding: 10px 24px 0 0;
  line-height: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
}

.order-detail-timeline-right {
  width: 620px;
  padding: 4px 0 0 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.order-detail-receiver {
  max-width: 100%;
  margin: 0 0 7px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.8);
}

.order-detail-receiver-info {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  white-space: pre-line;
}

.order-detail-timeline-line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 5px;
  background: #d8d8d8;
}

.order-detail-timeline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 32px;
}

.order-detail-timeline-dot {
  width: 11px;
  height: 11px;
  margin: 11px 8px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
  border-radius: 50%;
  background: #d8d8d8;
}

.order-detail-timeline-time {
  width: 120px;
  margin: 0 4px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.8);
}

.order-detail-timeline-item {
  position: relative;
}
.order-detail-timeline-item:first-child .order-detail-timeline-flex {
  color: #26aa99;
}
.order-detail-timeline-item:first-child .order-detail-timeline-dot {
  background: #26aa99;
}

.order-detail-products {
  padding: 12px 24px;
  background-color: #fafafa;
}

.order-detail-products-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.order-detail-product-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 0 12px;
}

.order-detail-product-review-title {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.54);
  text-transform: capitalize;
}

.rating-stars__star {
  stroke: currentColor;
}

.order-detail-product-review-stars {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order-detail-product-review-stars .rating-stars__star {
  width: 12px;
  height: 12px;
  margin-left: 1px;
}

.rating-stars__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-stars__container > div {
  margin: 0 0.125rem;
  position: relative;
}

.order-detail-product-review-star-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.order-detail-calc {
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.order-detail-calc-item {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.09);
  text-align: right;
}
.order-detail-calc-item:last-child {
  border: 0;
}

.order-detail-calc-item-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-detail-calc-label {
  padding: 13px 10px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.order-detail-calc-label > span {
  display: inline-block;
  vertical-align: middle;
}

.order-detail-calc-content {
  padding: 13px 0 13px 10px;
  width: 240px;
  min-width: 240px;
  border-left: 1px dotted rgba(0, 0, 0, 0.09);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.8);
}

.order-detail-calc-label-pt {
  padding-top: 20px;
}

.order-detail-calc-content-main {
  color: #ee4d2d;
  font-size: 24px;
}

.order-item-product:last-child .order-item-product-line {
  display: none;
}

.order-detail-footer {
  background-color: #fafafa;
}

.vertical-align-middle {
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  .order-detail-timeline-layout,
.order-detail-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .order-detail-timeline-layout {
    gap: 24px;
  }
  .order-detail-header {
    gap: 12px;
  }
  .order-detail-timeline-left {
    padding-right: 0;
    width: 100%;
  }
  .order-detail-timeline-right {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
  .stepper {
    overflow: auto;
  }
}
@media screen and (max-width: 480px) {
  .order-detail-product-review {
    padding-left: 92px;
  }
  .order-detail-calc-content {
    width: 190px;
    min-width: 190px;
  }
  .order-detail-actions,
.order-detail-timeline-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
  .order-detail-actions-right button,
.order-detail-actions-right {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .order-detail-calc-content {
    width: 150px;
    min-width: 150px;
  }
}
.account-noti-page {
  background-color: #fff;
  min-height: 100%;
  border-radius: 0.125rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-noti-page-header {
  height: 2.5rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 0.875rem;
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-noti-page-make-read {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  margin-left: auto;
  margin-bottom: 0;
}

.account-noti-item-inner {
  padding: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-noti-item-inner:hover {
  background-color: #f8f8f8;
}

.account-noti-item-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.account-noti-item-right-bnt {
  cursor: pointer;
  outline: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 5rem;
  height: 1.875rem;
  margin-left: auto;
  padding: 0 0.4375rem;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: capitalize;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.8);
}
.account-noti-item-right-bnt:hover, .account-noti-item-right-bnt:focus {
  color: #ee4d2d;
  border-color: #ee4d2d;
}

.account-noti-item-thumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
}

.account-noti-item-thumb-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.account-noti-item-thumb-image {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  height: 100%;
}

.account-noti-item-center {
  color: rgba(0, 0, 0, 0.54);
  word-wrap: break-word;
  margin-right: 1.25rem;
}

.account-noti-item-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  margin-top: 0;
  margin: 0.67em 0;
}

.account-noti-item-des {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}

.account-noti-item-actions {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.54);
  word-wrap: break-word;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-noti-item-date {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.account-noti-item-dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.account-noti-item-dropdown-btn.account-noti-item-dropdown-btn--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.account-noti-item-des-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-noti-item-des-image-inner {
  position: relative;
  margin: 0.4375rem 0 0.625rem;
}

.account-noti-item-des-image-main {
  max-width: 25rem;
  max-height: 12.5rem;
  width: 100%;
  height: auto;
  background-color: #fff;
  background-position: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.account-noti-item-detail {
  padding: 1.25rem;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.account-noti-item-detail-thumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f8f8f8;
  width: 5rem;
  margin-right: 1.25rem;
  overflow: visible;
  position: relative;
}

.account-noti-item-detail-thumb-inner {
  position: absolute;
  width: 1px;
  top: -1.25rem;
  left: 2.5rem;
  bottom: -1.25rem;
  background: rgba(0, 0, 0, 0.09);
}
.account-noti-item-detail-thumb-inner:after {
  content: " ";
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #e2e2e2;
}

.account-noti-item-detail-thumb-inner-first {
  top: -2.5rem;
}
.account-noti-item-detail-thumb-inner-first:after {
  top: 2.8125rem;
}

.account-noti-item-detail-info {
  color: rgba(0, 0, 0, 0.54);
  word-wrap: break-word;
  margin-right: 0.625rem;
}

.account-noti-item-detail-info-title {
  margin: 0.67em 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  margin-top: 0;
}

.account-noti-item-detail-info-des {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}

.account-noti-item-detail-info-date {
  color: rgba(0, 0, 0, 0.54);
  margin: 0 0.625rem 0 0;
  line-height: 1;
  font-size: 0.875rem;
}

@media screen and (max-width: 480px) {
  .account-noti-item-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "thumb info" "thumb btns";
    gap: 12px 0;
  }
  .account-noti-item-right {
    grid-area: btns;
    width: 100%;
  }
}
.account-voucher-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 0;
}

.account-voucher-padding {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.5625rem 2rem;
  background: #fff;
}

.account-voucher-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account-voucher-header-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}

.account-voucher-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-voucher-header-links .account-voucher-header-link {
  border-left: 0.5px solid rgba(0, 0, 0, 0.26);
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}
.account-voucher-header-links .account-voucher-header-link:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.account-voucher-header-links .account-voucher-header-link--active {
  color: #ee4d2d;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
}
.account-voucher-header-links .account-voucher-header-link--muted {
  color: #757575;
}

.account-voucher-save {
  background: rgba(0, 0, 0, 0.03);
  padding: 1.75rem 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.25rem;
}
.account-voucher-save .input-with-validator-wrapper {
  margin: 0 0.5rem 0 0.875rem;
  position: relative;
}
.account-voucher-save .input-with-validator {
  width: 25.875rem;
  height: 2.75rem;
  padding: 0.8125rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.02);
}

.account-voucher-save-title {
  text-transform: capitalize;
  font-weight: 500;
}

.account-voucher-save-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  cursor: default;
}

.account-voucher-save-btn {
  width: 6.25rem;
  height: 2.75rem;
  text-align: center;
  border-radius: 0.125rem;
  outline: none;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  background: #ee4d2d;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-voucher-save-btn {
  text-transform: capitalize;
  font-weight: 500;
}

.account-voucher-save-btn:disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: default;
}

.stardust-tabs-header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  width: 100%;
  background: #f6f6f6;
}

.stardust-tabs-header {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  overflow: auto;
}

.custom-tab-stardust .stardust-tabs-header {
  border-bottom: 0;
}

.stardust-tabs-header__tab {
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}

.custom-tab-stardust .stardust-tabs-header__tab {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 12px 2.75rem;
  font-size: 0.75rem;
}

.stardust-tabs-header__tab--active {
  color: #ee4d2d;
}

.account-voucher-stardust-contents {
  margin-top: 16px;
}

.acc-voucher-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}

.acc-voucher-item {
  height: 118px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 1px;
}

.acc-voucher-item-inner {
  height: 100%;
}

.acc-voucher-item-inner {
  position: relative;
}

.acc-voucher-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 0.125rem;
  position: relative;
  overflow: visible;
  height: 100%;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.07);
  box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.07);
  padding: 0;
}

.acc-voucher-item-thumb-outer {
  position: relative;
}

.acc-voucher-item-thumb-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.375rem;
  height: calc(100% - 0.125rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-linear-gradient(left, transparent 0, transparent 0.25rem, #fff 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.25rem, transparent), color-stop(0, #fff));
  background: linear-gradient(90deg, transparent 0, transparent 0.25rem, #fff 0);
  background-origin: border-box;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-right: 1px dashed var(--border-color);
}

.acc-voucher-item-thumb-square {
  height: 3.5rem;
  width: 3.5rem;
  position: relative;
  overflow: hidden;
}

.acc-voucher-item-thumb-square-inner {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.acc-voucher-item-thumb-card-title {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.75rem;
  line-height: 0.875rem;
  max-height: 1.75rem;
  max-width: 90%;
  text-align: center;
  -webkit-box-pack: center;
  word-break: break-word;
  margin-top: 0.3125rem;
  padding: 0 0.5rem;
}

.acc-voucher-item-thumb-card-dot {
  top: 0;
  left: 0;
  position: absolute;
  width: 0.25rem;
  height: 100%;
}
.acc-voucher-item-thumb-card-dot:before, .acc-voucher-item-thumb-card-dot::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.1875rem;
  border-left: 1px solid var(--border-color);
}
.acc-voucher-item-thumb-card-dot:before {
  top: 0;
}
.acc-voucher-item-thumb-card-dot:after {
  bottom: 0;
}

.acc-voucher-item-thumb-card-dot-main {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.25rem;
  height: calc(100% - 0.375rem);
  background: -o-radial-gradient(0, circle, at 0.375rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background: radial-gradient(circle at 0, at 0.375rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background: -o-radial-gradient(0 0.375rem, circle, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background: radial-gradient(circle at 0 0.375rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background-size: 0.25rem 0.625rem;
  background-repeat: repeat-y;
}

.acc-voucher-item-thumb-card-dot-main {
  background: -o-radial-gradient(0, circle, at 0.375rem, transparent 0, rgba(0, 0, 0, 0.03) 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background: radial-gradient(circle at 0, at 0.375rem, transparent 0, rgba(0, 0, 0, 0.03) 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background: -o-radial-gradient(0 0.375rem, circle, transparent 0, rgba(0, 0, 0, 0.03) 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background: radial-gradient(circle at 0 0.375rem, transparent 0, rgba(0, 0, 0, 0.03) 0.1875rem, var(--border-color) 0, var(--border-color) 0.25rem, #fff 0);
  background-size: 0.25rem 0.625rem;
  background-repeat: repeat-y;
}

.acc-voucher-item-thumb-ship {
  width: 7.375rem;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(left, transparent 0, transparent 0.1875rem, var(--background-color) 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.1875rem, transparent), color-stop(0, var(--background-color)));
  background: linear-gradient(90deg, transparent 0, transparent 0.1875rem, var(--background-color) 0);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 0.125rem 0 0 0.125rem;
}

.acc-voucher-item-thumb-ship-title {
  color: #fff;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.375rem;
  max-height: 2.75rem;
  text-transform: uppercase;
  text-align: center;
}

.acc-voucher-item-thumb-ship-dot {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 0.25rem;
  height: calc(100% - 0.4375rem);
  background: -o-radial-gradient(0, circle, at 0.25rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background: radial-gradient(circle at 0, at 0.25rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background: -o-radial-gradient(0 0.25rem, circle, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background: radial-gradient(circle at 0 0.25rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background-size: 0.25rem 0.625rem;
  background-repeat: repeat-y;
}
.acc-voucher-item-thumb-ship-dot:after, .acc-voucher-item-thumb-ship-dot:before {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--background-color);
  border-left: 1px solid var(--border-color);
}
.acc-voucher-item-thumb-ship-dot:before {
  top: -0.3125rem;
  height: 0.3125rem;
  border-radius: 0.125rem 0 0 0;
  border-top: 1px solid var(--border-color);
}
.acc-voucher-item-thumb-ship-dot:after {
  bottom: -0.125rem;
  left: 0;
  height: 0.125rem;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0 0 0 0.125rem;
}

.acc-voucher-item-thumb-pay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.375rem;
  height: calc(100% - 0.125rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 0.125rem 0 0 0.125rem;
  background: -o-linear-gradient(left, transparent 0, transparent 0.1875rem, var(--background-color) 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.1875rem, transparent), color-stop(0, var(--background-color)));
  background: linear-gradient(90deg, transparent 0, transparent 0.1875rem, var(--background-color) 0);
}

.acc-voucher-item-thumb-pay-title {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.75rem;
  line-height: 0.875rem;
  max-height: 1.75rem;
  max-width: 90%;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  word-break: break-word;
  margin-top: 0.3125rem;
  padding: 0 0.5rem;
}

.acc-voucher-item-thumb-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.acc-voucher-item-thumb-pay-dot {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 0.25rem;
  height: calc(100% - 0.4375rem);
  background: -o-radial-gradient(0, circle, at 0.25rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background: radial-gradient(circle at 0, at 0.25rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background: -o-radial-gradient(0 0.25rem, circle, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background: radial-gradient(circle at 0 0.25rem, transparent 0, transparent 0.1875rem, var(--border-color) 0, var(--background-color) 0.25rem);
  background-size: 0.25rem 0.625rem;
  background-repeat: repeat-y;
}
.acc-voucher-item-thumb-pay-dot:after, .acc-voucher-item-thumb-pay-dot:before {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--background-color);
  border-left: 1px solid var(--border-color);
}
.acc-voucher-item-thumb-pay-dot:before {
  top: -0.375rem;
  height: 0.375rem;
  border-radius: 0.125rem 0 0 0;
  border-top: 1px solid var(--border-color);
}
.acc-voucher-item-thumb-pay-dot:after {
  bottom: -0.1875rem;
  left: 0;
  height: 0.1875rem;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0 0 0 0.125rem;
}

.acc-voucher-item-label-abs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  color: #fff;
  font-size: 0.625rem;
  line-height: 0.75rem;
  left: -0.1875rem;
  top: 0.3125rem;
  background: #fb0;
}
.acc-voucher-item-label-abs::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 1px;
  top: calc(100% + 1px);
  border: 0.1875rem solid transparent;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  border-left: 0.1875rem solid #dfa400;
}

.acc-voucher-item-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  height: calc(100% - 0.125rem);
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 0 0.125rem 0.125rem 0;
  border-left: 0 solid transparent;
  width: 100%;
  min-width: 0;
}

.acc-voucher-item-info-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding: 0 0.75rem;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.acc-voucher-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.75rem 0.75rem 0.75rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}

.acc-voucher-item-link-bottom {
  text-transform: capitalize;
  justify-self: flex-end;
}
.acc-voucher-item-link-bottom > a {
  color: #508be3;
  font-size: 0.75rem;
  font-weight: 500;
}

.acc-voucher-item-link-top {
  padding: 0;
  border: 0;
  position: relative;
  color: #ee4d2d;
  font-size: 0.875rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.acc-voucher-item-link-top::after {
  border: solid #ee4d2d;
  border-width: 0 1px 1px 0;
  padding: 0.2125rem;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  position: absolute;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  right: -0.625rem;
  bottom: 0.0625rem;
  margin-left: 0.3125rem;
}

.acc-voucher-item-thumb {
  display: inline-block;
  vertical-align: top;
}

.acc-voucher-item-ship-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25rem;
  max-height: 2.6875rem;
}

.acc-voucher-item-note {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 0.25rem;
  color: #ee4d2d;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acc-voucher-item-note-svg {
  margin-right: 0.25rem;
}

.stardust-icon {
  stroke: currentColor;
  fill: currentColor;
  height: 1em;
  width: 1em;
}

.acc-voucher-item-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.3125rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.acc-voucher-item-labels > div:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.3125rem;
  max-width: 80%;
}
.acc-voucher-item-labels > div:only-child {
  max-width: 100%;
}

.acc-voucher-item-label {
  border-radius: 0.125rem;
  white-space: nowrap;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ee4d2d;
  border: 1px solid #ee4d2d;
  padding: 0.0625rem 0.25rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.acc-voucher-item-label-text {
  font-size: 0.75rem;
  line-height: 0.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.acc-voucher-item-des {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1rem;
}

.acc-voucher-item-flex-title-text {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.25rem;
}

.acc-voucher-item-flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acc-voucher-item-flex-title-outer {
  color: rgba(0, 0, 0, 0.87);
  display: inline;
}

.acc-voucher-item-flex-title-outer-outer {
  color: rgba(0, 0, 0, 0.87);
}

.acc-voucher-item-card-notes {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 0.25rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.acc-voucher-item-thumb-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acc-voucher-item-thumb-image {
  height: 0.875rem;
  width: 3.75rem;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.acc-voucher-item-progress {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0.3125rem 0.3125rem 0 0;
}

.acc-voucher-item-progress-notes {
  margin-top: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.acc-voucher-item-progress-note-danger {
  color: #ff424f;
}

.acc-voucher-item-progress-note-danger-medium {
  color: #ff424f;
  font-weight: 500;
}

.acc-voucher-item-progress-bar {
  width: 100%;
  height: 0.25rem;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 0.25rem;
  overflow: hidden;
}

.acc-voucher-item-progress-note-small {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 0.25rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.h125rem {
  height: 1.25rem;
}

.recommend-voucher {
  padding: 0 2rem;
}

.recommend-voucher-header {
  padding: 24px 0;
}

.recommend-voucher-header-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: rgba(0, 0, 0, 0.87);
}

.recommend-voucher-contents {
  margin-top: 16px;
  margin-bottom: 16px;
}

.recommend-voucher-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}

.recommend-voucher-item {
  height: 118px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 1px;
}

.recommend-voucher-item-inner {
  position: relative;
  height: 100%;
}

.recommend-voucher-item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.125rem;
  position: relative;
  overflow: visible;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.07);
  box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.07);
  padding: 0;
  height: 100%;
}

.recommend-voucher-item-thumb {
  position: relative;
}
.recommend-voucher-item-thumb > a {
  color: inherit;
}

.recommend-voucher-item-thumb-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.375rem;
  height: calc(100% - 0.125rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-linear-gradient(left, transparent 0, transparent 0.25rem, #fff 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.25rem, transparent), color-stop(0, #fff));
  background: linear-gradient(90deg, transparent 0, transparent 0.25rem, #fff 0);
  background-origin: border-box;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}

.recommend-voucher-item-thumb-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 10px;
}

.recommend-voucher-item-thumb-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.recommend-voucher-item-thumb-dot {
  top: 0;
  left: 0;
  position: absolute;
  width: 0.25rem;
  height: 100%;
}
.recommend-voucher-item-thumb-dot:after, .recommend-voucher-item-thumb-dot:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.1875rem;
  border-left: 1px solid #e8e8e8;
}
.recommend-voucher-item-thumb-dot:before {
  top: 0;
}
.recommend-voucher-item-thumb-dot:after {
  bottom: 0;
}

.recommend-voucher-item-thumb-dot-inner {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.25rem;
  height: calc(100% - 0.375rem);
  background: -o-radial-gradient(0, circle, at 0.375rem, transparent 0, transparent 0.1875rem, #e8e8e8 0, #e8e8e8 0.25rem, #fff 0);
  background: radial-gradient(circle at 0, at 0.375rem, transparent 0, transparent 0.1875rem, #e8e8e8 0, #e8e8e8 0.25rem, #fff 0);
  background: -o-radial-gradient(0 0.375rem, circle, transparent 0, transparent 0.1875rem, #e8e8e8 0, #e8e8e8 0.25rem, #fff 0);
  background: radial-gradient(circle at 0 0.375rem, transparent 0, transparent 0.1875rem, #e8e8e8 0, #e8e8e8 0.25rem, #fff 0);
  background-size: 0.25rem 0.625rem;
  background-repeat: repeat-y;
}
.recommend-voucher-item-thumb-dot-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: -o-repeating-linear-gradient(#e8e8e8, #e8e8e8 0.125rem, transparent 0, transparent 0.625rem);
  background: repeating-linear-gradient(#e8e8e8, #e8e8e8 0.125rem, transparent 0, transparent 0.625rem);
  background-size: 1px 0.625rem;
}

.recommend-voucher-mall-label-abs {
  font-weight: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 0.875rem;
  left: -0.3125rem;
  top: 0.3125rem;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  position: absolute;
  background: #d0011b;
  border-left-color: #930113;
}
.recommend-voucher-mall-label-abs:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 1px;
  top: calc(100% + 1px);
  border: 0.25rem solid transparent;
  border-left-color: #cd3011;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
}

.recommend-voucher-mall-label-abs-img {
  height: 14px;
  padding: 3px 0;
}

.recommend-voucher-favourite-label-abs {
  font-weight: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 0.875rem;
  left: -0.3125rem;
  top: 0.3125rem;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  position: absolute;
  background: #ee4d2d;
}
.recommend-voucher-favourite-label-abs:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 1px;
  top: calc(100% + 1px);
  border: 0.25rem solid transparent;
  border-left-color: #cd3011;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
}

.recommend-voucher-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  height: calc(100% - 0.125rem);
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 0 0.125rem 0.125rem 0;
  border-left: 0 solid transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.recommend-voucher-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem;
  z-index: 1;
  border-left: 0.5px dashed rgba(0, 0, 0, 0.15);
  width: 116px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.recommend-voucher-info-right-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-clamp: 2;
  line-height: 19px;
  max-width: 100%;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.recommend-voucher-info-right-des {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 14px;
  max-height: 0.875rem;
  -webkit-line-clamp: 1;
  margin-top: 0.125rem;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.recommend-voucher-info-right-btns {
  margin-top: 0.5rem;
}

.recommend-voucher-info-right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-voucher-info-right-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-voucher-info-right-btn-main {
  white-space: nowrap;
  padding: 0 0.5625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  height: 1.5rem;
  min-width: 3.4375rem;
  width: auto;
}

.recommend-voucher-info-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding: 0.5rem 0.5rem 0.625rem 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 1px;
  gap: 4px;
}

.recommend-voucher-info-left-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  line-height: 1rem;
  max-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.recommend-voucher-info-left-bottom {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  color: #ee4d2d;
}

.recommend-voucher-info-left--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.recommend-voucher-info-left-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.recommend-voucher-info-left-labels > span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 4px;
  color: #ee4d2d;
  border: 1px solid #ee4d2d;
}

.recommend-voucher-info-right-sale-count {
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  margin-top: 4px;
}

.no-vouchers-area {
  padding: 5.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-vouchers-area .no-vouchers-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.no-vouchers-area .no-vouchers-area-inner .no-vouchers-area-image {
  width: 140px;
  height: 140px;
}
.no-vouchers-area .no-vouchers-area-inner .no-vouchers-area-info {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: -8px;
  text-align: center;
}
.no-vouchers-area .no-vouchers-area-inner .no-vouchers-area-title {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
}
.no-vouchers-area .no-vouchers-area-btn {
  border-radius: 0.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  overflow: hidden;
  outline: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  height: 2.25rem;
  min-width: 4rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fff;
  border: 0.0625rem solid transparent;
  background: #ee4d2d;
}
.no-vouchers-area .no-vouchers-area-btn .no-vouchers-area-btn-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stardust-tabs-content-item {
  display: none;
}
.stardust-tabs-content-item.stardust-tabs-content-item--active {
  display: block;
}

.acc-voucher-item-thumb-ship-title,
.acc-voucher-item-thumb-card-title,
.acc-voucher-item-thumb-pay-title {
  padding: 0 12px;
}

@media screen and (max-width: 992px) {
  .account-voucher-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
  .account-voucher-save {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }
  .account-voucher-save .input-with-validator-wrapper {
    margin: 0;
    width: 100%;
  }
  .account-voucher-save .input-with-validator {
    width: 100%;
  }
  .recommend-voucher-grid,
.acc-voucher-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .account-voucher-header-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .account-voucher-header-links .account-voucher-header-link {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .acc-voucher-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .acc-voucher-item {
    height: auto;
  }
  .acc-voucher-item-thumb-card,
.acc-voucher-item-thumb-pay,
.acc-voucher-item-thumb-ship,
.acc-voucher-item-thumb-outer {
    height: 118px;
  }
  .acc-voucher-item-thumb-card,
.acc-voucher-item-thumb-pay,
.acc-voucher-item-thumb-ship {
    width: 100%;
  }
  .acc-voucher-item-info {
    padding: 10px 0;
  }
  .recommend-voucher-item {
    height: auto;
  }
  .recommend-voucher-item-thumb {
    height: 118px;
  }
  .recommend-voucher-item-thumb-outer {
    width: 100%;
  }
  .recommend-voucher-item-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recommend-voucher-info {
    padding: 12px 0 12px 12px;
  }
  .custom-tab-stardust .stardust-tabs-header__tab {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 12px 24px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 375px) {
  .acc-voucher-item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
  .acc-voucher-item-link {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recommend-voucher-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
  }
  .recommend-voucher-info-left {
    padding-right: 0;
  }
  .recommend-voucher-info-right {
    border: 0;
    padding: 0;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.account-coins-header {
  border-radius: 0.125rem;
  overflow: hidden;
  overflow: visible;
  padding: 1rem 1.25rem;
  background-color: #fff;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f6a700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.account-coins-header-svg {
  width: 48px;
  height: 48px;
  margin-right: 14px;
}
.account-coins-header-svg svg {
  width: 100%;
  height: 100%;
}

.account-coins-current {
  font-size: 2rem;
  margin-right: 0.625rem;
}

.account-coins-header-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: inherit;
}
.account-coins-header-link:hover, .account-coins-header-link:focus {
  color: #f6a700;
}

.account-coins-header-link-svg {
  margin-left: 9px;
  width: 10px;
  height: 10px;
}

.account-coins-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-coins-header-title-current {
  font-size: 1rem;
}

.account-coins-header-title-current-help {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  padding-left: 1.1875rem;
}

.account-coins-header-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 300;
}

.account-coins-header-title-sub > a {
  color: #929292;
  text-decoration: none;
}

.account-coins-header-title-sub-svg {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.6875rem;
  margin-left: 7px;
}

.custom-tab-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  overflow: auto;
}

.custom-tab-nav {
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-bottom: 0.75rem;
}

.custom-tab-nav-item {
  font-size: 1rem;
  line-height: 1.1875rem;
  padding: 1rem 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.custom-tab-nav-item:hover, .custom-tab-nav-item:focus {
  color: rgba(0, 0, 0, 0.8);
}

.custom-tab-nav-item--active {
  border-bottom: 2px solid #ee4d2d;
}

.custom-tab-nav-item--active {
  color: #ee4d2d;
}
.custom-tab-nav-item--active:hover, .custom-tab-nav-item--active:focus {
  color: #ee4d2d;
}

.custom-tab-content-item {
  display: none;
}
.custom-tab-content-item.custom-tab-content-item--active {
  display: block;
}

.account-coins-tab .custom-tab-content-item {
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.account-coin-item {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  overflow: hidden;
  background-color: #fff;
  padding: 12px 12px 8px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  text-decoration: none;
}
.account-coin-item .account-coin-item-thumb {
  float: left;
  min-width: 5rem;
  height: 5rem;
  border: 1px solid #f5f5f5;
  -ms-flex-preferred-size: 5rem;
  flex-basis: 5rem;
  background-size: cover;
}

.account-coin-item-info {
  padding: 0 0.625rem;
  width: 6.25rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.account-coin-item-info > p {
  word-break: break-all;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.account-coin-item-info > p > p:first-child {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.account-coin-item-info > p > p:last-child {
  margin-bottom: 0;
}

.account-coin-item-total-products {
  color: #714c15;
  text-transform: capitalize;
}

.account-coin-item-amount {
  text-align: right;
  min-width: 5rem;
  float: right;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25rem;
  padding: 0.625rem;
}

.account-coin-item-amount-received {
  color: #f6a700;
}

@media screen and (max-width: 992px) {
  .account-coins-header {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "svg total info" "empty empty link";
  }
  .account-coins-header-link {
    grid-area: link;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .account-coin-item .account-coin-item-thumb {
    min-width: 50px;
    height: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
  }
  .account-coin-item-amount {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .account-coin-item .account-coin-item-thumb {
    min-width: 50px;
    height: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
  }
  .account-coin-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "svg info" "empty coin";
  }
  .account-coin-item-amount {
    font-size: 18px;
    grid-area: coin;
    text-align: left;
  }
  .account-coin-item-info {
    width: 100%;
    min-width: 1px;
  }
}
.mwc-countdown-timer-section {
  padding: 60px;
}

@-webkit-keyframes second-ten {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  16.66% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  31.66% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  33.33% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  48.33% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  50% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  65% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  66.66% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  81.66% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  83.33% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  98.33% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
}
@keyframes second-ten {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  16.66% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  31.66% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  33.33% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  48.33% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  50% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  65% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  66.66% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  81.66% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  83.33% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  98.33% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
}
@-webkit-keyframes second-digit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@keyframes second-digit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@-webkit-keyframes minute-ten {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  16.638888% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  16.666666% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  33.305555% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  33.333333% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  49.972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  50% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  66.638888% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  66.666666% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  83.305555% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  83.333333% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  99.972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
}
@keyframes minute-ten {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  16.638888% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  16.666666% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  33.305555% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  33.333333% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  49.972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  50% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  66.638888% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  66.666666% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  83.305555% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  83.333333% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  99.972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  to {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
}
@-webkit-keyframes minute-digit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.833% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.833% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.833% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.833% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.833% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.833% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.833% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.833% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.833% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.833% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@keyframes minute-digit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.833% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.833% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.833% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.833% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.833% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.833% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.833% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.833% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.833% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.833% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@-webkit-keyframes hour-hundred {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.999972222% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.999972222% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.999972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.999972222% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.999972222% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.999972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.999972222% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.999972222% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.999972222% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.999972222% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@keyframes hour-hundred {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.999972222% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.999972222% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.999972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.999972222% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.999972222% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.999972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.999972222% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.999972222% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.999972222% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.999972222% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@-webkit-keyframes hour-ten {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.99972222% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.99972222% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.99972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.99972222% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.99972222% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.99972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.99972222% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.99972222% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.99972222% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.99972222% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@keyframes hour-ten {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.99972222% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.99972222% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.99972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.99972222% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.99972222% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.99972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.99972222% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.99972222% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.99972222% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.99972222% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@-webkit-keyframes hour-digit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.9972222% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.9972222% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.9972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.9972222% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.9972222% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.9972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.9972222% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.9972222% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.9972222% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.9972222% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@keyframes hour-digit {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  9.9972222% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  19.9972222% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  20% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  29.9972222% {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
  30% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  39.9972222% {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  40% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  49.9972222% {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  50% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  59.9972222% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  60% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  69.9972222% {
    -webkit-transform: translateY(-102px);
    transform: translateY(-102px);
  }
  70% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  79.9972222% {
    -webkit-transform: translateY(-119px);
    transform: translateY(-119px);
  }
  80% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  89.9972222% {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
  }
  90% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  99.9972222% {
    -webkit-transform: translateY(-153px);
    transform: translateY(-153px);
  }
  to {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
.mwc-countdown-timer-area {
  max-width: 665px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.625rem;
  height: 36px;
  padding: 0 20px;
  background-image: url("../images/components/flash-sale/flash-sale-box-bg.jpg"), -o-linear-gradient(right, #f0451e 9%, #f32424 96%);
  background-image: url("../images/components/flash-sale/flash-sale-box-bg.jpg"), -webkit-gradient(linear, right top, left top, color-stop(9%, #f0451e), color-stop(96%, #f32424));
  background-image: url("../images/components/flash-sale/flash-sale-box-bg.jpg"), linear-gradient(-90deg, #f0451e 9%, #f32424 96%);
}
.mwc-countdown-timer-area .flash-sale-logo {
  display: inline-block;
}
.mwc-countdown-timer-area .flash-sale-logo.flash-sale-logo--white {
  color: #fff;
}
.mwc-countdown-timer-area .mwc-countdown-info {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 6px;
  padding: 0 12px;
}
.mwc-countdown-timer-area .mwc-countdown-info .mwc-svg-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.mwc-countdown-timer-area .mwc-countdown-info .mwc-countdown-text {
  text-transform: uppercase;
  font-weight: lighter;
  color: #fff;
}

.mwc-countdown-timer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mwc-countdown-timer .mwc-countdown-timer__colon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position-y: 3px;
  text-align: center;
  width: 3px;
  height: 17px;
  font-weight: 400;
  font-size: 20px;
  margin: 0 2px;
}
.mwc-countdown-timer .mwc-countdown-timer__colon.mwc-countdown-timer__colon--flashing-off {
  opacity: 0;
}
.mwc-countdown-timer .mwc-countdown-timer__colon .colon-dot__wrapper {
  width: 100%;
  height: 50%;
  position: relative;
}
.mwc-countdown-timer .mwc-countdown-timer__colon .colon-dot__wrapper .colon-dot {
  position: absolute;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  top: 10%;
  left: 0;
  background: #262626;
}
.mwc-countdown-timer .mwc-countdown-timer__number {
  background: #262626;
  border-radius: 2px;
  height: 17px;
  padding: 1px 3px;
  line-height: 20px;
  font-size: 19px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 20px;
  text-align: center;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__deca,
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__hexa {
  display: inline-block;
  width: 9px;
  height: 187px;
  overflow: hidden;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__hexa--hour {
  -webkit-animation-name: hour-ten;
  animation-name: hour-ten;
  -webkit-animation-duration: 360000s;
  animation-duration: 360000s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__deca--hour {
  -webkit-animation-name: hour-digit;
  animation-name: hour-digit;
  -webkit-animation-duration: 36000s;
  animation-duration: 36000s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__hexa--minute {
  -webkit-animation-name: minute-ten;
  animation-name: minute-ten;
  -webkit-animation-duration: 3600s;
  animation-duration: 3600s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__deca--minute {
  -webkit-animation-name: minute-digit;
  animation-name: minute-digit;
  -webkit-animation-duration: 600s;
  animation-duration: 600s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__hexa--second {
  -webkit-animation-name: second-ten;
  animation-name: second-ten;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__deca--second {
  -webkit-animation-name: second-digit;
  animation-name: second-digit;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__item {
  position: relative;
  width: 9px;
  height: 17px;
}
.mwc-countdown-timer .mwc-countdown-timer__number .mwc-countdown-timer__number__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 13px;
  fill: #fff;
  stroke: #fff;
  overflow: visible;
}

.product-grid-item {
  position: relative;
  max-width: 100%;
  min-width: 1px;
}
.product-grid-item .product-grid-info {
  display: block;
  padding-top: 12px;
}
.product-grid-item .product-grid-info .product-grid-info-top {
  margin-bottom: 4px;
}
.product-grid-item .product-grid-info .product-grid-info-top .product-grid-title {
  color: #000000;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-grid-item .product-grid-info .product-grid-footer {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-grid-item .product-grid-info .product-grid-footer .product-grid-shipping {
  font-size: 18px;
  color: #0174BB;
}
.product-grid-thumb {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-grid-thumb .customized-overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.product-grid-thumb .customized-overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}
.product-grid-thumb .product-grid-sale-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner {
  background-color: #f00;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 8px 10px 8px;
  text-align: center;
  line-height: 1;
  width: 59px;
}
.product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner.product-grid-sale-tag-small {
  font-size: 16px;
  width: 59px;
}
.product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner.product-grid-sale-tag-small:after {
  border-width: 0 30px 10px;
}
@media screen and (max-width: 767px) {
  .product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner.product-grid-sale-tag-small:after {
    border-width: 0 28px 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner.product-grid-sale-tag-small {
    font-size: 14px;
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner {
    font-size: 14px;
    width: 55px;
  }
}
.product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  position: absolute;
  border-color: transparent #f00;
  border-style: solid;
  border-width: 0 30px 10px;
}
@media screen and (max-width: 767px) {
  .product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner:after {
    border-width: 0 28px 10px;
  }
}
.product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner .product-grid-sale-tag-text {
  margin-bottom: 4px;
}
.product-grid-thumb .product-grid-sale-tag .product-grid-sale-tag-inner .product-grid-sale-tag-title {
  margin-bottom: 0;
}
.product-grid-thumb .product-grid-sale-wishlist {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #f00;
  font-size: 24px;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.product-grid-thumb .product-grid-sale-wishlist:hover, .product-grid-thumb .product-grid-sale-wishlist:focus {
  color: #e60000;
}
.product-grid-thumb .product-grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.product-grid-thumb .product-grid-image:hover {
  opacity: 0.8;
}
.product-grid-thumb .product-grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-grid-thumb.product-grid-thumb-tag {
  padding-bottom: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 3;
  pointer-events: none;
}

.product-sale-progress .product-sale-progress-inner {
  width: 159px;
  height: 19px;
  background: url("../images/general/flash-sale-line.png") 0 100% no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 8px;
  margin: 0 auto;
}
.product-sale-progress .product-sale-progress-inner .product-sale-progress-title {
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  z-index: 2;
  bottom: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  height: 19px;
  line-height: 19px;
}
.product-sale-progress .product-sale-progress-inner .product-sale-progress-line {
  width: 100%;
  background: transparent;
  overflow: hidden;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  height: 19px;
  border-radius: 8px;
}
.product-sale-progress .product-sale-progress-inner .product-sale-progress-line .product-sale-progress-percent {
  background: #fff;
  float: right;
  position: relative;
  height: 19px;
}
.product-sale-progress .product-sale-progress-inner .product-sale-progress-line .product-sale-progress-percent .product-sale-progress-line-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffbda6;
}

.product-grid-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}
.product-grid-rating .product-grid-star {
  color: #d9d9d9;
}
.product-grid-rating .product-grid-star.product-grid-star-active {
  color: #FFF200;
}
.product-grid-price {
  padding-top: 0px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.product-grid-price .product-grid-price-old .product-grid-price-old-text {
  color: #000000;
  text-align: center;
}
.product-grid-price .product-grid-price-new .product-grid-price-new-text {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.product-grid-price .product-grid-price-new .product-grid-price-new-text.is-flash-sale {
  color: #ed1c24;
}

/*# sourceMappingURL=style.css.map */
