:root {
  --box-gutter: 20px;
  --bs-primary: #e10600;
  --bs-primary-hover: #c1000b;
  --bs-primary-rgb: 255, 6, 0;
  --bs-link-color-rgb: 120, 120, 120;
  --bs-link-hover-color-rgb: 193, 0, 11;
  --bs-secondary: #ccc;
}
body {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
}
body:lang(zh-CN) {
  font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
body:lang(zh-TW) {
  font-family: Roboto,Helvetica Neue,Helvetica,Noto Sans,Noto Sans TC,PingFang TC,微軟正黑體,Microsoft JhengHei,新細明體,PMingLiU,sans-serif;
}
body.memorial {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
h1, h2, h3, h4 {
  color: #1a1a1a;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1rem;
}
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
img {
  line-height: 0;
  margin: 0;
  max-width: 100%;
}
img.lazy {
  display: block;
  border: 0;
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 300ms;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
video {
  max-width: 100%;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.fs-sm {
  font-size: 0.875rem;
}
.fs-tiny {
  font-size: 0.75rem;
}
.hover-shadow {
  transition: all 0.25s ease-in-out;
}
.hover-shadow:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.08)!important;
  border-color: #cbd5e1!important;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.line-clamp-1, .line-clamp-2, .line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
legend {
  font-size: 18px;
  padding: 7px 0px
}
label, .label {
  font-weight: normal;
}
.container.padding-top {
  padding-top: 30px;
}
.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row-sm .col-lg-1, .row-sm .col-lg-10, .row-sm .col-lg-11, .row-sm .col-lg-12, .row-sm .col-lg-2, .row-sm .col-lg-3, .row-sm .col-lg-4, .row-sm .col-lg-5, .row-sm .col-lg-6, .row-sm .col-lg-7, .row-sm .col-lg-8, .row-sm .col-lg-9, .row-sm .col-md-1, .row-sm .col-md-10, .row-sm .col-md-11, .row-sm .col-md-12, .row-sm .col-md-2, .row-sm .col-md-3, .row-sm .col-md-4, .row-sm .col-md-5, .row-sm .col-md-6, .row-sm .col-md-7, .row-sm .col-md-8, .row-sm .col-md-9, .row-sm .col-sm-1, .row-sm .col-sm-10, .row-sm .col-sm-11, .row-sm .col-sm-12, .row-sm .col-sm-2, .row-sm .col-sm-3, .row-sm .col-sm-4, .row-sm .col-sm-5, .row-sm .col-sm-6, .row-sm .col-sm-7, .row-sm .col-sm-8, .row-sm .col-sm-9, .row-sm .col-1, .row-sm .col-10, .row-sm .col-11, .row-sm .col-12, .row-sm .col-2, .row-sm .col-3, .row-sm .col-4, .row-sm .col-5, .row-sm .col-6, .row-sm .col-7, .row-sm .col-8, .row-sm .col-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
/*  position: relative;
  bottom: -0.15em;
  font-size: 1.1em;*/
}
.table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 1rem 1.5rem;
    vertical-align: top;
    border-color: var(--bs-secondary-bg-subtle);
}
.table > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: var(--bs-border-color-translucent);
    border-bottom-width: 1px;
}
.table-bordered {
  border-color: var(--bs-border-color-translucent);
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.table-bordered {
  border-color: var(--bs-border-color-translucent);
}
.table-flush {
  --bs-table-bg: transparent;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .form-label:after {
  content: ' *';
  color: var(--bs-primary);
  font-weight: bold;
}
.form-horizontal div.required .form-label:after {
  display: none;
}
.form-horizontal div.required .form-label:before {
  content: '* ';
  color: var(--bs-primary);
  font-weight: bold;
}
.text-danger {
  color: var(--bs-primary);
}
.is-invalid .checkbox, .is-invalid .checkbox-inline, .is-invalid .form-label, .is-invalid .form-text, .is-invalid .radio, .is-invalid .radio-inline, .is-invalid.checkbox label, .is-invalid.checkbox-inline label, .is-invalid.radio label, .is-invalid.radio-inline label {
  color: var(--bs-primary);
}
.is-invalid .form-control {
  border-color: var(--bs-primary);
}
.form-group {
  margin-bottom: 1rem;
}
.form-group .options {
  position: relative;
}
.form-control-feedback {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.is-valid .form-control-feedback {
  color: #5cb85c;
}
.is-invalid .form-control-feedback {
  color: #d9534f;
}
.form-group .options .form-control-feedback {
  top: 0;
}
.radio, .checkbox {
  min-height: 18px;
}
input[type="radio"]:not(.form-check-input), .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"]:not(.form-check-input), .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: relative;
  width: 18px;
  width: 18px \0;
  height: 18px;
  height: 18px \0;
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #dcdcdc;
  border: 1px solid transparent \0;
  border-radius: 2px;
  vertical-align: middle;
}
input[type="radio"]:not(.form-check-input):focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:not(.form-check-input):focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
  border-color: #dcdcdc;
  outline: 0;
}
input[type="radio"]:not(.form-check-input):active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:not(.form-check-input):active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
  background-color: #ebebeb;
  border-color: #c6c6c6;
}
input[type="radio"]:not(.form-check-input):checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:not(.form-check-input):checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
  background: #2563eb;
  border-color: #2563eb;
}
input[type="radio"]:not(.form-check-input), .radio input[type="radio"], .radio-inline input[type="radio"] {
  width: 18px;
  width: 18px \0;
  height: 18px;
  height: 18px \0;
  border-radius: 1em;
}
input[type="radio"]:not(.form-check-input):checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  line-height: 1;
  background: #fff;
  border-radius: 1em;
  vertical-align: middle;
}
input[type="checkbox"]:not(.form-check-input):hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: none \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: none \9;
}
input[type="checkbox"]:not(.form-check-input):checked:hover, .checkbox input[type="checkbox"]:checked:hover, .checkbox-inline input[type="checkbox"]:checked:hover {
  border-color: #2563eb;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none \9;
  box-shadow: none;
  box-shadow: none \9;
}
input[type="checkbox"]:not(.form-check-input):checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*content: url('../image/checkmark.png');*/
  color: #fff;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62a";
  -webkit-transition: .4s;
  transition: .4s;
}
.checkbox-inline, .radio-inline {
  margin-right: 1rem;
}
.progress {
  height: 18px;
  border-radius: 10px;
  box-shadow: none;
}
.progress-bar {
  --bs-progress-bar-bg: var(--bs-primary);
  --bs-progress-border-radius: 10px;
  min-width: 28px;
  max-width: 100%;
  line-height: 18px;
  box-shadow: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-sm {
  --bs-progress-height: 0.5rem;
}
.progress-tiny {
  --bs-progress-height: 0.25rem;
}
.progress-bar:last-child {
  border-top-right-radius: var(--bs-progress-border-radius);
  border-bottom-right-radius: var(--bs-progress-border-radius);
}
a:focus,
button:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn-group-giant>.btn, .btn-giant {
  padding: 14px 22px;
  font-size: 18px;
  line-height: 1.5;
}
.btn-block.btn-giant+.btn-block {
  margin-top: 15px;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 8px 22px;
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: var(--bs-primary-hover);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-outline-secondary {
  --bs-btn-border-color: var(--bs-secondary);
}
.btn-icon {
  --bs-btn-disabled-border-color: transparent;
}
.btn-icon:hover {
  /* background-color: rgba(0,0,0,0.03); */
}
.btn-alipay {
  color: #fff;
  background-color: #1FBCEB;
  border-color: #1FBCEB;
}
.btn-alipay:hover {
  color: #fff;
  background-color: #0AE;
  border-color: #0AE;
}
.btn-alipay i {
  margin-right: 5px;
  transform: scale(1.5);
}
.btn-wechat {
  color: #fff;
  background-color: #07c160;
  border-color: #07c160;
}
.btn-wechat:hover {
  color: #fff;
  background-color: #2f9833;
  border-color: #2f9833;
}
.btn-wechat i {
  margin-right: 5px;
  transform: scale(1.5);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-round {
  border-radius: 999px;
}
.btn-long {
  padding: 6px 26px;
}
.btn-lg.btn-long {
  padding: 12px 32px;
}
.btn-play-video, .btn-play {
  position: relative;
  z-index: 998;
  display: inline-block;
  height: 46px;
  width: 46px;
  background-color: transparent;
  border: 2px solid #666;
  border-color: rgba(0,0,0,0.4);
  border-radius: 50%;
}
.btn-play-video:after, .btn-play:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 11px;
  height: 0;
  width: 0;
  border: 10px solid #666;
  border-width: 10px 17px;
  border-color: transparent transparent transparent #666;
  border-left-color: rgba(0,0,0,0.4);
}
.btn-play-video:hover, .btn-play:hover {
  border-color: #333;
  border-color: rgba(0,0,0,0.8);
}
.btn-play-video:hover:after, .btn-play:hover:after {
  border-left-color: #333;
  border-left-color: rgba(0,0,0,0.8);
}
.btn-close-video {
  position: relative;
  z-index: 1001;
  display: inline-block;
  height: 46px;
  width: 46px;
  color: #fff;
  font-size: 26px;
  background-color: #666;
  background-color: rgba(0,0,0,0.4);
  border: none;
  border-radius: 50%;
}
.btn-close-video:hover {
  background-color: #333;
  background-color: rgba(0,0,0,0.8);
}
.form-control, .input-group, .form-select {
  min-width: 60px;
  /* max-width: 562px; */
}
.form-control.short, .input-group.short, .form-select.short {
  max-width: 250px;
}
.form-control.long, .input-group.long, .form-select.long {
  max-width: 750px;
}
.form-control.digit, .input-group.digit, .form-select.digit {
  max-width: 80px;
}
.three-input-group {
  max-width: 520px;
  margin-left: -10px;
  margin-right: -10px;
}
.three-input-group > div {
  padding-left: 10px;
  padding-right: 10px;
}
.three-input-group.short {
  max-width: 270px;
}
.table-borderless td, .table-borderless th {
  border: none !important;
}
.fill-margin-bg {
  border: 1px solid transparent;
}
/* breadcrumb */
.site-breadcrumb .container {
  min-height: 60px;
}
.site-breadcrumb .breadcrumb {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 12px;
}
.site-breadcrumb .breadcrumb i {
  font-size: 15px;
}

.pagination {
  margin-bottom: 30px;
  padding: 2px 0;
}
.pagination > li {
  display: inline-block;
  margin: 0 5px;
}
.pagination > li a, .pagination > li span {
  height: 36px;
  min-width: 36px;
  padding: 0 5px;
  color: #333;
  line-height: 34px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 20px !important;
}
.pagination li.active span, .pagination li:hover a {
  color: #fff;
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.pagination.has-first .first, .pagination.has-first .prev, .pagination.has-last .last, .pagination.has-last .next {
  display: none;
}
.pagination-amount {
  display: inline-block;
  padding: 8px 0;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}
.text-right .pagination {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .dropdown-menu {
    top: 100%;
    margin-top: var(--bs-dropdown-spacer);
  }
  .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(var(--bs-dropdown-spacer) * -2);
    width: 100%;
    height: calc(var(--bs-dropdown-spacer) * 2);
  }
  .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu .view-all {
    display: none;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(var(--bs-body-color-rgb), 0.03);
  border-radius: 8px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* plugins */
.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 45px;
}
.swiper-pagination {
  bottom: 3px;
  left: 0;
  text-align: center;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.7) !important;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  background: var(--bs-primary) !important;
}
.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.9) !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  cursor: pointer;
  pointer-events: auto;
}
.swiper-button-prev, .swiper-button-next {
  height: 60px !important;
  width: 60px !important;
  margin-top: -30px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 2;
  background-image: none !important;
  opacity: 0;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper .swiper-button-prev {
  opacity: 0;
  left: 0px;
}
.swiper .swiper-button-next {
  opacity: 0;
  right: 0px;
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  color: var(--bs-primary);
  opacity: 1;
}
@media (max-width: 768px){
  .swiper {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* Desktop */
@media (min-width: 768px){
  .swiper .swiper-button-prev {
    opacity: 0;
    left: -60px;
  }
  .swiper .swiper-button-next {
    opacity: 0;
    right: -60px;
  }
  .swiper:hover .swiper-button-prev {
    opacity: 0.7;
    left: 0px;

  }
  .swiper:hover .swiper-button-next {
    opacity: 0.7;
    right: 0px;
  }
  .swiper-pagination {
    bottom: 10px;
  }
}
.swal2-content a {
  border-bottom: 1px dashed #eee;
}
.swal2-content a:hover {
  border-color: var(--bs-primary);
}
.swal2-modal .swal2-styled {
  font-weight: 300;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* JBS Toast Notifications */
.jbs-toast-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.jbs-toast {
  display: flex;
  align-items: center;
  min-width: 280px;
  max-width: 400px;
  padding: 0;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.jbs-toast-body {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  width: 100%;
}

.jbs-toast-icon {
  margin-right: 12px;
  font-size: 18px;
}

.jbs-toast-message {
  flex: 1;
  font-size: 14px;
}

.jbs-toast-close {
  background: none;
  border: none;
  padding: 0;
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  opacity: 0.7;
}

.jbs-toast-close:hover {
  opacity: 1;
}

/* Toast Types */
.jbs-toast-default {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
.jbs-toast-success {
  background: #52c41a;
  color: #fff;
}

.jbs-toast-error {
  background: #ff4d4f;
  color: #fff;
}

.jbs-toast-warning {
  background: #faad14;
  color: #fff;
}

.jbs-toast-info {
  background: #1890ff;
  color: #fff;
}

.jbs-toast-danger {
  background: #ff4d4f;
  color: #fff;
}

.alert-notify {
  max-width: 600px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #2c2c2c;
  background-color: rgba(0,0,0,.8);
  border-color: #2c2c2c;
  box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.alert-notify.large{
  padding: 40px 20px;
}
.alert-notify hr {
  border-top-color: #1f1f1f;
}
.alert-notify a {
  color: #e6e6e6;
}
.alert-notify .close {
  color: #ffeb3b;
  opacity: 1;
}

/* top */
.top-notification {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.top-notification .close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 28px;
}

.label-group, .label-group-price {
  padding: 0 8px;
  color: #fff;
  background-color: #666;
}
img.label-group, img.label-group-price {
  padding: 0;
  height: 18px;
  background-color: transparent;
  border-radius: 3px;
}

.site-topbar .navbar-nav .divider {
  height: 10px;
  width: 1px;
  margin: 0 5px;
  background-color: var(--bs-navbar-disabled-color);
}
.site-topbar .navbar-nav .arrow {
  margin-left: 2px;
}
.site-topbar .location-selector .dropdown-toggle .icon {
  margin-right: 0.5em;
  color: var(--bs-primary);
}
.site-topbar .language-selector .dropdown-toggle .icon {
  margin-right: 0.5em;
}
.site-topbar .currency-selector .dropdown-toggle .icon {
  display: inline-block;
  margin-top: -0.24em;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-align: center;
  background-color: var(--bs-nav-link-color);
  border-radius: 50%;
  vertical-align: middle;
}
.site-topbar .wishlist .count {
  display: none;
}
.site-header .logo {
  margin-right: 1rem;
  font-size: 2rem;
}
.site-header .logo img {
  height: 50px;
}
.site-header .navbar-toggler {
  margin-left: 1rem;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .quick-cart, .site-header .search, .site-header .sep {
  position: relative;
  margin-left: 1rem;
  padding: 0 5px;
}
.site-header .sep {
  padding: 0;
  margin-left: 15px;
  height: 20px;
  width: 1px;
  background-color: #eee;
}
.site-header .quick-action {
  position: relative;
  margin-left: 1rem;
}
.site-header .quick-action .nav-link{
  display: block;
  padding: 0 3px;
  color: var(--bs-navbar-color);
}
.site-header .quick-action .nav-link .icon{
  height: 20px;
  width: 20px;
  font-size: 18px;
}
.site-header .quick-action .nav-link .count {
  position: absolute;
  top: -8px;
  right: -6px;
  color: #fff;
  font-size: .75em;
  font-weight: 400;
  background-color: var(--bs-primary);
  border-radius: 999px;
  opacity: .8;
}
.site-header .quick-action.count-zero .count {
  display: none;
}
.site-header .quick-cart > a, .site-header .search > a {
  display: block;
  padding: 5px 3px;
  color: var(--bs-navbar-color);
}
.site-header .quick-cart > a i, .site-header .search > a i {
  height: 20px;
  width: 20px;
  font-size: 18px;
}
.site-header .quick-cart .cart-count {
  position: absolute;
  top: -8px;
  right: -6px;
  color: #fff;
  font-size: .75em;
  font-weight: 400;
  background-color: var(--bs-primary);
  border-radius: 999px;
  opacity: .8;
}
.site-header .quick-cart.empty .cart-count {
  display: none;
}
.site-header .search-box {
  position: relative;
  max-width: 150px;
  margin-left: 1rem;
}
.site-header .search-box .link {
  height: 20px;
  width: 30px;
  padding: 0 3px;
  color: var(--bs-navbar-color);
  font-size: 18px;
}
.site-header .search-box form {
  display: none;
}
.site-header .search-box .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.site-header .search-box .form-control {
  padding-left: 15px;
  padding-right: 42px;
  border-radius: 999px;
}
.site-header .search-box .input-group-btn .btn {
  height: 34px;
  width: 34px;
  padding: 0;
  color: #666;
  font-size: 18px;
  background-color: transparent;
}
.site-header .navbar-toggle {
  padding: 0 5px;
  margin: 39px 0 0 13px;
  color: #666;
  font-size: 16px;
}
.nav-main-wrapper {
  justify-content: flex-end;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
}
.nav-main {
  --bs-dropdown-spacer: 0;
  --bs-navbar-nav-link-padding-x: 16px;
}
.nav-main .nav-link {
  padding: 10px 20px;
  text-align: center;
}
[lang=en] .nav-main .nav-link {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .site-header .logo img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .nav-main-wrapper {
    position: static;
    background-color: transparent;
  }
  .nav-main .nav-link {
    /* padding: 26px 16px; */
  }
}
@media (min-width: 1200px) {
  .site-header .search-box .link {
    display: none;
  }
  .site-header .search-box form {
    display: block;
  }
}
/* cart */
.quick-cart-box, .quick-search-box {
  left: auto !important;
  right: 0;
  min-width: 290px;
  padding: 0;
}
.quick-cart-box:after, .quick-search-box:after {
  left: auto;
  right: 25px;
}
.quick-cart-box {
  z-index: 1001;
}
.quick-cart-box .cart-empty {
  text-align: center;
  padding: 25px 0;
}
.quick-cart-wrapper {
  padding: 5px 20px;
}
.quick-cart-content {
  max-height: 363px;
  overflow: auto;
  padding: 0 20px;
  margin: 0 -20px;
}
.quick-cart-box .item {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.quick-cart-box .item:last-child {
  border-bottom: none;
}
.quick-cart-box .info {
  flex: 1;
  position: relative;
}
.quick-cart-box .image {
  display: block;
  width: 80px;
  margin-right: 10px;
  background-color: #f6f6f6;
}
.quick-cart-box .name {
  display: block;
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.quick-cart-box .option {
  display: block;
  height: 18px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quick-cart-content .price {
  line-height: 18px;
}
.quick-cart-content .quantity {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  color: #ccc;
  font-size: 14px;
  line-height: 18px;
}
.quick-cart-box .has-option .name {
  margin-bottom: 0;
}
.quick-cart-box .remove {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  padding: 0;
  color: #999;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background-color: #f3f3f3;
  border: none;
  border-radius: 50%;
}
.quick-cart-box .item:hover .remove {
  display: block;
}
.quick-cart-box .remove i {
  display: block;
}
.quick-cart-box .remove:hover {
  color: var(--bs-primary);
}
.quick-cart-footer {
  padding-top: 5px;
}
.quick-cart-footer .totals {
  margin-bottom: 10px;
}
.quick-cart-footer .totals p{
  margin-bottom: 0;
}
.quick-cart-footer .totals .price {
  float: right;
}
.quick-cart-footer .btns{
  margin-bottom: 15px;
}
.quick-cart-footer .btns .btn {
  display: inline-block;
  width: 48%;
}
.quick-cart-footer .btns .checkout {
  float: right;
}
/* search */
.quick-search-box form {
  padding: 5px 20px;
}
.quick-search-box .input-group {
  padding: 15px 0;
}

.search-history-box {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  width: 300px;
  margin-top: 10px;
  padding: 0 0 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.search-history-box .header {
  margin-bottom: 10px;
  padding: 10px 20px 0;
}
.search-history-box .header h3 {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
.search-history-box .header .clear {
  float: right;
  color: #666;
}
.search-history-box .header .clear:hover {
  color: var(--bs-primary);
}
.search-history-list .item {
  padding: 0 20px;
  height: 30px;
  color: #333;
  line-height: 30px;
}
.search-history-list .item:hover {
  background-color: #f5f5f5;
}
.search-history-list .item a {
  display: block;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-history-list .item .remove {
  float: right;
  color: #999;
  font-size: 22px;
  line-height: 30px;
}
.search-history-list .item .remove:hover {
  color: var(--bs-primary);
  cursor: pointer;
}
.page-main {
}
/* footer */
.site-footer {
  margin-top: 0;
  padding: 50px 0 40px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
}
.site-footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
.site-footer h4 {
  font-weight: 400;
}
.site-footer .contact-phone {
  color: var(--bs-primary);
  font-size: 18px;
}
.footer-title h4{
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-content{
  margin-bottom: 30px;
  line-height: 30px;
}
.footer-content i {
  margin-right: 0.5em;
}

.footer-content .icon-wechat {
  color: #07c160;
}
.footer-bar {
  padding: 15px 0;
  color: #9d9d9d;
  background-color: #181818;
}
.footer-bar a {
  color: #9d9d9d;
}
.footer-bar a:hover {
  color: #fff;
}
.footer-bar .copyright .text, .footer-bar .copyright a {
  margin-right: 10px;
}
.footer-bar .copyright a img {
  position: relative;
  top: -1px;
  height: 16px;
  margin-right: 5px;
}
.footer-bar .links a {
  display: inline-block;
  margin-right: 7px;
  padding-right: 10px;
  line-height: 1;
  border-right: 1px solid #9d9d9d;
  white-space: nowrap;
}
.footer-bar .links > a:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.footer-bar .site-links {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.footer-bar .site-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-bar .site-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.footer-bar .site-links img {
  max-height: 31px;
}

.back-to-top {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  padding: 3px;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.back-to-top.active {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  height: 0;
  width: 0;
  border: 2px solid var(--bs-primary);
  opacity: 0;
  border-radius: 50%;
}
.back-to-top:hover:after {
  bottom: -5px;
  right: -5px;
  height: 50px;
  width: 50px;
  opacity: 1;
  transition: all 400ms ease-in-out 0s;
}
.back-to-top:hover, .back-to-top:focus {
  color: #fff;
  background-color: var(--bs-primary);
}

.price {
  color: var(--bs-primary);
}
.section {
  margin-bottom: 30px;
}
.card {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}
.card-header, .card-footer {
  padding: 20px;
}
.card-header .more {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
}
.card-title {
  margin: 0;
  color: #333;
  font-size: 20px;
}
.card-subtitle {
  display: block;
  margin-top: 0.5rem;
  color: #999;
}
.card-body {
  padding: 20px;
}
.card-footer, .card-header + .card-body {
  padding-top: 0;
}
.card-borderless {
  background-color: transparent;
  border-width: 0;
}
.card-borderless .card-header, .card-borderless .card-footer {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
}
.card-borderless .card-header .more {
  right: 0;
}
.card-borderless .card-body {
  padding-left: 0;
  padding-right: 0;
}

h1.heading {
  margin: 0;
  padding: 20px 0;
  color: #666;
  font-size: 28px;
  font-weight: 400;
}
h1.heading small, h1.heading .subtitle {
  margin-left: 10px;
  color: #777;
  font-size: 20px;
  line-height: 1.5;
}
h2.subtitle {
  padding: 20px 0;
  color: #666;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.panel-group {
  margin-bottom: 0;
}
.panel {
  margin-bottom: 1rem;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
}
.panel:last-child {
  border-bottom-width: 0;
}
.panel+.panel {
  margin-top: 0;
}
.panel-heading {
  background-color: #fff;
}
.panel-heading+.panel-collapse>.panel-body {
  border-top-width: 0;
}
.panel-title {
  font-size: 1rem;
  font-weight: normal;
}
.panel-title a {
  display: block;
}
.accordion .toggle {
  display: block;
  float: right;
  margin-left: 5px;
  height: 18px;
  width: 18px;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.accordion .toggle:hover {
  color: var(--bs-primary);
}
.accordion .panel-heading.active {
  background-color: #f5f5f5;
}
.accordion .subs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .subs li {
  display: block;
}
.accordion .subs li a {
  display: block;
  padding: 5px 10px;
}
.accordion .subs li.active a {
  color: var(--bs-primary);
}
.box {
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
}
.box .header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}
.box .header h3 {
  margin: 0;
  padding: 0 15px;
  color: #333;
  font-size: 17px;
  line-height: 39px;
}
.box .header .action {
  float: right;
  margin: 0;
  padding: 0 15px 0 0;
  color: #999;
  font-size: 15px;
  line-height: 39px;
}
.box .header .action:hover {
  color: var(--bs-primary);
  text-decoration: none;
}

.box-title {
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.box-title .action {
  float: right;
  padding-left: 15px;
  color: #999;
  font-size: 15px;
}
.box-subtitle {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.module-box {
  margin-bottom: 20px;
}
.message-board, .no-data-box, .loading-box {
  margin-bottom: 30px;
  padding: 80px 20px;
  text-align: center;
}
.message-board i, .no-data-box i, .loading-box i {
  display: block;
  margin: 0 auto 30px;
  color: #ddd;
  font-size: 90px;
}
.message-board .title i.success, .no-data-box i.success, .loading-box i.success {
  color: #07c160;
}
.message-board .title i.danger, .no-data-box i.danger, .loading-box i.danger {
  color: #ee0a24;
}
.message-board .title i.warning, .no-data-box i.warning, .loading-box i.warning {
  color: #f0ad4e;
}
.message-board .title i.round, .no-data-box i.round, .loading-box i.round {
  height: 90px;
  width: 90px;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  text-align: center;
  background-color: #eee;
  border-radius: 999px;
}
.message-board .title i.round.success, .no-data-box i.round.success, .loading-box i.round.success {
  background-color: #07c160;
}
.message-board .title i.round.danger, .no-data-box i.round.danger, .loading-box i.round.danger {
  background-color: #ee0a24;
}
.message-board .title i.round.warning, .no-data-box i.round.warning, .loading-box i.round.warning {
  background-color: #f0ad4e;
}
.message-board .title .text {
  margin-bottom: 20px;
  color: #555;
  font-size: 20px;
  line-height: 1.5; 
}
.message-board .message, .no-data-box .text, .loading-box .text {
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
  max-width: 600px;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.5;
}
.message-board .message .link, .no-data-box .text .link, .loading-box .text .link {
  text-decoration: underline;
}
.message-board .action, .no-data-box .action, .loading-box .action {
  margin-top: 3rem;
  text-align: center;
}
.message-board .action .btn, .no-data-box .action .btn, .loading-box .action .btn {
  margin: 0 10px;
}
.message-board.small, .no-data-box.small, .loading-box.small {
  padding: 5rem 1rem;
}
.message-board.small .title i, .no-data-box.small i, .loading-box.small i {
  font-size: 5rem;
}
.message-board.small .message, .no-data-box.small .text, .loading-box.small .text {
  margin-top: 1.5rem;
}
.message-board .text.success, .message-board .message.success, .no-data-box .text.success, .loading-box .text.success {
  color: #07c160;
}
.message-board .text.danger, .message-board .message.danger, .no-data-box .text.danger, .loading-box .text.danger {
  color: #ee0a24;
}
.message-board .text.warning, .message-board .message.warning, .no-data-box .text.warning, .loading-box .text.warning {
  color: #f0ad4e;
}
@media (max-width: 768px) {
  .message-board, .no-data-box, .loading-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bs-callout {
  --bs-link-color-rgb: var(--bs-callout-link);
  --bs-code-color: var(--bs-callout-code-color);
  padding: 1.25rem;
  color: var(--bs-callout-color, inherit);
  background-color: var(--bs-callout-bg, var(--bs-gray-100));
  border-left: .25rem solid var(--bs-callout-border, var(--bs-gray-300));
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
.bs-callout h4 {
  margin-bottom: .25rem
}
.bs-callout>:last-child {
  margin-bottom: 0
}
.bs-callout+.bs-callout {
  margin-top: -.25rem
}
.bs-callout .highlight {
  background-color: #0000000d
}
.bs-callout-primary {
  --bs-callout-color: var(--bs-primary-text-emphasis);
  --bs-callout-bg: var(--bs-primary-bg-subtle);
  --bs-callout-border: var(--bs-primary-border-subtle)
}
.bs-callout-info {
  --bs-callout-color: var(--bs-info-text-emphasis);
  --bs-callout-bg: var(--bs-info-bg-subtle);
  --bs-callout-border: var(--bs-info-border-subtle)
}
.bs-callout-warning {
  --bs-callout-color: var(--bs-warning-text-emphasis);
  --bs-callout-bg: var(--bs-warning-bg-subtle);
  --bs-callout-border: var(--bs-warning-border-subtle)
}
.bs-callout-danger {
  --bs-callout-color: var(--bs-danger-text-emphasis);
  --bs-callout-bg: var(--bs-danger-bg-subtle);
  --bs-callout-border: var(--bs-danger-border-subtle)
}
#content {
  min-height: 200px;
}
/* product list */
.main-filters {
  margin: 10px 0 30px;
}
.main-filters .filter {
  float: left;
  width: 100%;
  padding: 15px 0 0;
  border-bottom: 1px dashed #eee;
}
.main-filters .filter:last-child {
  border-bottom: 1px solid #eee;
}
.main-filters .filter .name {
  float: left;
  margin: 0 30px 15px 0;
  color: #999;
  font-size: 1rem;
}
.main-filters .filter .items {
  float: none;
}
.main-filters .filter .items a{
  float: left;
  margin: 0 30px 15px 0;
  font-size: 1rem;
}
.main-filters .filter .items a.active {
  color: var(--bs-primary);
}
.main-filters .filter a span {
  vertical-align: middle;
}
.main-filters .filter i {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background-color: #ddd;
  border-radius: 50%;
  vertical-align: middle;
}
.main-filters .filter a:hover i, .main-filters .filter a.active i {
  background-color: var(--bs-primary);
}
.product-item {
  margin-bottom: 20px;
  overflow: auto;
}
.product-item.border{
  border: 1px solid #eaeaea;
}
.product-img {
  position: relative;
}
.product-img .image {
  background-color: #f6f6f6;
}
.product-img .image a {
  display: block;
}
.product-img .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-img .tip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}

.product-list .product-img .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-img .image {
    position: relative;
  }
}
.product-list .product-info {
  padding: 10px 15px 15px;
  min-height: 92px;
}
.product-list .product-info .labels {
  margin-bottom: 8px;
  text-align: center;
}
.product-list .product-info .title {
  height: 24px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-list .product-info .intro {
  height: 24px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product-list .product-img .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-info {
    min-height: 0;
    margin-left: 0;
    padding: 10px;
  }
}
.product-list .product-img .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #E69500;
}
h2.price {
  margin: 0;
}
.product-list .product-info .price {
  min-height: 22px;
  color: var(--bs-primary);
  line-height: 22px;
  text-align: center;
}
.product-list .product-info .price .price-value {
  font-family: arial,sans-serif;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}
.product-list .product-info .price .symbol, .product-list .product-info .price .decimal {
  font-size: 12px;
  vertical-align: middle;
}
.product-list .product-info .price .price-value .symbol:first-child {
  margin-right: 2px;
}
.product-list .product-info .price .price-value .symbol:last-child {
  margin-left: 2px;
}
.product-list .product-info .price .unit {
  margin-left: 2px;
  color: #333;
  font-size: 12px;
  vertical-align: middle;
}
.product-list .product-info .price-now {
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  background-color: var(--bs-primary);
  border-radius: 2px;
}
.product-list .product-info .price-now .unit {
  color: #fff;
}
.product-list .product-info .price-pre {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-list .product-info .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-list .product-info .sales {
  margin-top: -8px;
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.product-list .product-info .sales .count {
  margin: 0 3px;
  /*color: var(--bs-primary);*/
}
.product-list .product-info .sales .count.zero {
  color: #999;
}
.product-list .product-img .action {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 36px;
  text-align: center;
  pointer-events: none;
}
.product-list .product-img .action button, .product-list .product-img .action a {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 0 6px;
  color: #999;
  font-size: 16px;
  line-height: 32px;
  background-color: #eee;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  transform: scale(0);
  pointer-events: auto;
}
.product-list .product-img .action button:hover, .product-list .product-img .action a:hover {
  background-color: #3c3c3c;
  color: #dedede;
}
.product-item:hover .product-img .action button, .product-item:hover .product-img .action a {
  transform: scale(1);
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (max-width: 768px) {
  .product-list .product-img .button-group {
    border-left: none;
  }
}
.product-list .product-img .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-list .product-img .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-list .product-img .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-list .product-img .button-group button, .product-list .product-img .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-list .product-img .button-group button, .product-list .product-img .button-group button + button {
    width: 33.33%;
  }
}
.product-list .product-img .commission {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-color: #ee0a24;
  background-image: linear-gradient(120deg, #ff6034, #ee0a24);
  border-radius: 999px;
}
.product-list .product-img .commission .icon {
  margin-left: -5px;
  margin-right: 5px;
}

.product-list-sidebar .product-item {
  margin-bottom: 10px;
}
.product-list-sidebar .product-img {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.product-list-sidebar .product-img .action {
  display: none;
}
.product-list-sidebar .product-info {
  min-height: 60px;
  padding: 0;
}
.product-list-sidebar .product-info .title {
  height: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  -webkit-line-clamp: 1;
}
.product-list-sidebar .product-info .labels, .product-list-sidebar .product-info .price-hidden-tip {
  display: none;
}
.product-list-sidebar .product-info .intro {
  height: 18px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.product-list-sidebar .product-info .price {
  margin-bottom: 0;
  text-align: left;
}
.product-list-sidebar .product-info .price-pre {
  margin-left: 5px;
}

.product-list-grouped {
  padding: 20px;
  border: 1px solid #eee;
}
.product-list-grouped .product-item {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.product-list-grouped .product-img {
  float: left;
}
.product-list-grouped .product-img .image {
  height: 100px;
  width: 100px;
}
.product-list-grouped .product-info {
  min-height: 100px;
  margin: 0 100px;
  padding: 0 10px;
}
.product-list-grouped .product-info .title {
  height: 48px;
  text-align: left;
  -webkit-line-clamp: 2;
}
.product-list-grouped .product-info .price {
  font-size: 16px;
  text-align: left;
}
.product-list-grouped .product-count {
  float: right;
  height: 100px;
  width: 100px;
  font-size: 26px;
  line-height: 100px;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 8px;
}
.product-list-grouped .product-item:first-child {
  padding-top: 0;
}
.product-list-grouped .product-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.product-list-grouped .product-item.disabled .title {
  color: #999;
}


@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear:left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-item .col-md-3 {
       width: 100%;
    }

  #column-left + #content .product-item .col-md-3 {
       width: 50%;
    }

  #column-left + #content + #column-right .product-item .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-item .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-item, #column-right .product-item {
  width: 100%;
}
.primary-images {
  position: relative;
}
.primary-images .image {
  display: block;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}
.primary-images .image .zoom {
  display: block;
}
.primary-images .image img {
  width: 100%;
}
.primary-images .btn-play-video {
  position: absolute;
  left: 18px;
  bottom: 18px;
}
.primary-images .btn-close-video {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
}
.primary-images video {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.primary-images.video-active video, .primary-images.video-active .btn-close-video {
  display: block;
}
.primary-images.video-active .btn-play-video {
  display: none;
}
.thumbnails .image{
  float: left;
  width: 25%;
  min-height: 1px;
  margin-bottom: 10px;
}
.thumbnails .image a {
  display: block;
  margin-right: 10px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
}
.thumbnails .image a:hover, .thumbnails .image.active a {
  border-color: #666;
}
.thumbnails .image img {
  width: 100%;
}
.product-label {
  display: inline-block;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  border: 1px solid transparent;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
img.product-label {
  height: 20px;
  padding: 0;
  border-width: 0;
}
.product-con {
  position: relative;
  min-height: 60px;
  padding-right: 80px;
}
.product-con .name {
  margin-bottom: 12px;
}
.product-con .name h1 {
  display: inline;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  vertical-align: middle;
}
.product-con .review {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  height: 60px;
  min-width: 50px;
  color: #999;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.product-con .review:hover {
  color: var(--bs-primary);
  cursor: pointer;
}
.product-con .review .number {
  display: block;
  font-size: 22px;
  line-height: 28px;
}
.product-con .review .text {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 14px;
}
.product-con .intro {
  display: block;
  padding: 5px 0;
  padding-right: 80px;
  color: var(--bs-primary);
  font-size: 14px;
  line-height: 20px;
}
.product-con .intro a {
  color: var(--bs-primary);
  text-decoration: underline;
}
.product-con .desc {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.product-details .box-options {
  margin-top: 25px;
  padding: 25px 0;
  color: #666;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-details .box-options ul {
  list-style: none;
  margin-bottom: 0;
}
.price-box {
  margin-top: 10px;
  padding: 10px 0;
}
.price-box .price {
  color: var(--bs-primary);
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
}
.price-box .price .price-value {
  vertical-align: middle;
}
.price-box .price .symbol {
  font-size: 14px;
}
.price-box .price .price-value .symbol:first-child {
  margin-right: 3px;
}
.price-box .price .price-value .symbol:last-child {
  margin-left: 3px;
}
.price-box .price .unit {
  margin-left: 3px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.price-box .price-pre, .price-box .compare-at-price {
  color: #a3a3a3;
  display: inline-block;
  font-size: 18px;
  margin-left: 8px;
  text-decoration: line-through;
  vertical-align: middle;
}
.price-box .price-pre .symbol, .price-box .compare-at-price .symbol {
  text-decoration: none;
}
.price-box .market-price, .price-box .tip {
  color: #999;
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
  vertical-align: middle;
}
.price-box .market-price .text {
  vertical-align: middle;
}
.price-box .market-price .price {
  color: #999;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}
.price-box .tax, .price-box .points {
  display: block;
  color: #a3a3a3;
}
.price-box .label {
  vertical-align: middle;
}
.price-hidden-tip {
  display: inline-block;
  margin-left: 8px;
  padding: 0 8px;
  color: #999;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 3px;
  vertical-align: middle;
  white-space: nowrap;
}
.promotion-box {
  color: var(--bs-primary);
}
.maximum-tip {
  color: var(--bs-primary);
}
.maximum-tip .count {
  margin: 0 3px;
  color: var(--bs-primary);
}
.product-details .sales {
  color: #999;
}
.product-details .sales .count {
  margin: 0 3px;
  /*color: var(--bs-primary);*/
}
.product-details .sales .count.zero {
  color: #999;
}
.discounts-table-wrapper {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.discounts-table {
  margin-top: 20px;
  color: #666;
}
.discounts-table th, .discounts-table td {
  border: none !important;
  font-weight: 400;
}
.discounts-table > thead > tr > td, .discounts-table > thead > tr > th, .discounts-table > tbody > tr > td {
  padding: 5px 10px 5px 0;
  font-weight: 400;
  border: none;
}
.discounts-table-wrapper .login-to-view {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 26px 36px;
  color: #666;
  font-size: 16px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%);
}
.product-details .product-variations {
  margin-top: 25px;
}
.variations .form-group > .form-label {
  min-width: 60px;
  margin: 7px 15px 7px 0;
  color: #343434;
  font-size: 14px;
  line-height: 24px;
}
.variations div.required .form-label:after {
  display: none;
 }
.variations .is-invalid .form-label {
  color: var(--bs-primary);
}
.variations .control-content {
  flex: 1;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.variations .control-content label {
  font-size: 14px;
}
.variations .form-group {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.variations .form-control {
  /* height: 38px; */
  font-size: 14px;
  line-height: 24px;
  /*border-radius: 2px;*/
}
.variations textarea.form-control {
  height: auto;
}
.variations div.required .form-label:before {
  display: none;
}
.variations .input-group.date, .variations .input-group.time, .variations .input-group.datetime {
  min-width: 15em;
}
.variations .qty .form-label {
  margin: 14px 15px 14px 0;
}
.variations .option-container {
  margin-bottom: -8px;
}
.variations .radio, .variations .checkbox {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.variations .radio label, .variations .checkbox label {
  display: inline-block;
  position: relative;
  min-width: 8rem;
  margin: 0;
  padding: 8px 15px;
  line-height: 22px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}
.variations .radio.has-image label, .variations .checkbox.has-image label {
  padding-left: 51px;
}
.variations .radio.has-image label img, .variations .checkbox.has-image label img {
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  width: 38px;
}
.variations .radio input, .variations .checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  border-width: 0;
}
.variations .radio label:hover, .variations .checkbox label:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  cursor: pointer;
}
.variations .radio label.selected, .variations .checkbox label.selected {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.variations .radio label.disabled, .variations .checkbox label.disabled {
  color: #999;
  background-color: #f8f8f8;
  border: 1px dashed #ccc;
  cursor: not-allowed;
  opacity: 0.8;
}
.variations .radio .additional, .variations .checkbox .additional {
  margin-left: 0.5em;
  font-size: 0.8em;
  opacity: 0.8;
}
.variations .radio .checkmark, .variations .checkbox .checkmark {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  overflow: hidden;
  color: #fff;
}
.variations .radio .checkmark:before, .variations .checkbox .checkmark:before {
  border: 20px solid transparent;
  border-bottom-color: var(--bs-primary);
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
}
.variations .radio .checkmark i, .variations .checkbox .checkmark i {
  position: absolute;
  right: -1px;
  bottom: -1px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.variations .radio label.selected .checkmark, .variations .checkbox label.selected .checkmark {
  display: block;
}
.variations .radio label.disabled .checkmark, .variations .checkbox label.disabled .checkmark {
  display: none;
}
.variations .style-single_row .radio, .variations .style-single_row .checkbox {
  display: block;
  margin: 0 0 8px 0;
}
/*.variations .style-single_row .radio label, .variations .style-single_row .checkbox label {
  display: block;
  text-align: left;
}*/
.quantity-box {
  min-width: 112px;
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.quantity-box .minus, .quantity-box .plus, .quantity-box .quantity {
  height: 46px;
  box-shadow: none;
  font-weight: 400;
  text-align: center;
  width: 30px;
  font-size: 18px;
  line-height: 46px;
  border-radius: 2px;
  padding: 0;
  color: #666666;
  border: 0;
}
.quantity-box .quantity {
  width: 50px;
  min-width: auto;
  margin: 0;
  border-radius: 0;
}
.quantity-box .minus {
  min-width: auto;
  border-radius: 2px 0 0 2px;
}
.quantity-box .plus {
  min-width: auto;
  border-radius: 0 2px 2px 0;
}
.quantity-box .minus:hover, .quantity-box .plus:hover {
  color: var(--bs-primary);
  background-color: #eee;
}
.quantity-box--small .minus, .quantity-box--small .plus, .quantity-box--small .quantity {
  height: 36px;
  line-height: 36px;
}
.product-form .quantity-box {
  margin-right: 4px;
  vertical-align: middle;
}
.product-form .stock {
  margin-left: 8px;
  color: #888;
  font-size: 16px;
  vertical-align: middle;
}

.product-btns {
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-btns .btn {
  margin: 0 15px 15px 0;
  padding: 6px 16px;
  min-width: 167px;
  height: 52px;
  line-height: 38px;
  font-size: 20px;
  border-radius: 2px;
}
.product-btns .btn i {
  margin-right: 8px;
  font-size: 20px;
}
.product-btns .btn-icon {
  padding: 6px;
  min-width: 52px;
  line-height: 16px;
}
.product-btns .btn-icon i {
  display: block;
  margin-right: 0;
  font-size: 18px;
}
.product-btns .btn-icon .text {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 14px;
}

.product-content {
  margin-top: 22px;
  margin-bottom: 60px;
}
.tab-switcher .nav {
  --bs-nav-underline-gap: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.tab-switcher .nav .nav-link {
  color: var(--bs-gray-600);
  border-bottom: 2px solid transparent;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  margin: 0;
  position: relative;
}
.tab-switcher .nav-underline .nav-link {
  background-color: transparent;
  border-width: 0;
  border-bottom-width: 2px;
  border-radius: 0;
}
.tab-switcher .nav .name {
  vertical-align: middle;
}
.tab-switcher .nav .badge {
  margin-left: 5px;
  padding: 3px 7px;
  color: #999;
  background-color: #eee;
  border-radius: 999px;
}

.tab-switcher .nav .nav-link:hover, .tab-switcher .nav .nav-link:focus {
  color: var(--bs-primary);
  background-color: transparent;
}
.tab-switcher .nav .nav-link.active {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  font-weight: normal;
}
.tab-switcher .nav .nav-link:hover .badge, .tab-switcher .nav .nav-link:focus .badge, .tab-switcher .nav .nav-link.active .badge {
  color: #fff;
  background-color: var(--bs-primary);
}
.product-content .tab-content {
  line-height: 1.5;
  padding: 2rem 4rem;
  background: #fff;
  color: #666;
  border: 1px solid #f3f3f3;
  border-top: 0;
}

.product-content .subtitle {

}

@media (max-width: 767px) {
  .product-content .container {
    padding: 0;
  }
  .product-content .tab-content {
    padding: 2rem 2rem;
  }
}
.comment-form {
  margin: 20px 0;
  padding: 15px 25px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.search-form {
  margin: 30px 0;
  padding: 30px 30px 15px;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.search-form .checkbox-inline {
  margin-top: 6px;
}
.search-form .input-keyword {
  max-width: 100%;
}
.search-form .button-search {
  width: 100%;
}

.login-form {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 1.8rem;
  box-shadow: none;
  overflow: hidden;
}
.login-form form {
}
.login-form .nav {
  --bs-nav-link-color: var(--bs-gray);
  margin-bottom: 30px;
  border-bottom-width: 0;
}
.login-form .nav > li {
  position: relative;
  margin-right: 1rem;
}
.login-form .nav > li:last-child {
  margin-right: 0;
}
.login-form .nav > li > a {
  margin: 0;
  padding: 0 0 5px;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  border-width: 0;
}
.login-form .nav > li > a:hover {
  background-color: transparent;
  border-bottom-color: transparent;
}
.login-form .nav > li.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 4px;
  background-color: #ee5554;
  border-radius: 5px;
}
.login-form .nav>li.active>a, .login-form .nav>li.active>a:focus, .login-form .nav>li.active>a:hover {
  color: var(--bs-gray-800);
  font-weight: 500;
  border-width: 0;
}
.login-form .nav > li.active:last-child > a {
  border-right-width: 0;
}
.login-form .form-control, .login-form .form-select {
  height: 40px;
  font-size: 16px;
  line-height: 26px;
}
.login-form .form-label {
  font-size: 16px;
}
.login-form .input-group .btn {
  height: 40px;
  font-size: 16px;
  line-height: 26px;
}
.login-form .form-password {
  position: relative;
}
.login-form .form-password .forgotten {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--bs-primary);
}
.login-form .form-password .forgotten:hover {
  color: #c9302c;
  text-decoration: underline;
}
.login-form .btn-block {
  line-height: 36px;
}
.login-form .links {
  padding: 20px 0;
  text-align: center;
}
.login-form .lead {
  font-size: 18px;
  font-weight: normal;
}
.login-form .form-group + .links {
  padding-top: 5px;
}
.login-form .links > div {
  text-align: left;
}
.qr-login-switch-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
}
.qr-login-switch {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background-color: #ee5554;
  cursor: pointer;
  transform: translate(50%, -50%) rotate(-45deg);
  overflow: hidden;
}
.qr-login-switch .icon {
  position: absolute;
  top: 22px;
  left: -9px;
  color: #fff;
  font-size: 36px;
  transform: rotate(45deg);
}
.qr-login-switch .bi-display {
  display: none;
}
.login-qrcode .qr-login-switch .bi-qr-code {
  display: none;
}
.login-qrcode .qr-login-switch .bi-display {
  display: block;
}
.scan-code-box {
  padding-top: 20px;
}
.scan-code-box__title {
  margin-bottom: 30px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.scan-code-box__qrcode {
  position: relative;
  height: 180px;
  width: 180px;
  margin: 0 auto;
  background-color: #fff;
  outline: 5px solid #f5f5f5;
}
.scan-code-box__tips {
  margin-top: 26px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.scan-code-box__app {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.scan-code-box__qrcode .image {
  height: 100%;
  width: 100%;
}
.scan-code-box__qrcode .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;
  width: 48px;
  margin: -24px 0 0 -24px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 999px;
}
.scan-code-box__qrcode .loading i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  color: rgba(0,0,0,0.6);
  font-size: 30px;
  line-height: 48px;
  text-align: center;
}
.scan-code-box__qrcode .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
}
.scan-code-box__qrcode .mask .action {
  margin-top: 10px;
}
.scan-code-box__qrcode .mask .icon {
  height: 36px;
  width: 36px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  background-color: #07c160;
  border-radius: 50%;
}
.scan-code-box__qrcode .mask .icon {
  background-color: var(--bs-primary);
}
#checkout-cart {
  padding-bottom: 0;
}
.cart-form .table {
  border-bottom: 1px solid #e8e8e8;
}
.cart-form .table td, .cart-form .table th {
  padding: 9px 12px;
  vertical-align: middle;
}
.cart-form .table th {
  font-weight: normal;
}
.cart-form thead td {
  text-transform: uppercase;
  border-bottom-width: 1px;
}
.cart-form .col-check {
  width: 30px;
}
.cart-form .col-check input[type="checkbox"], .cart-total input[type="checkbox"] {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  cursor: pointer;
}
.cart-form .col-check input[type="checkbox"]:checked::after, .cart-total input[type="checkbox"]:checked::after {
  left: 2px;
  font-size: 20px;
  line-height: 24px;
}
.cart-form .col-image {
  width: 144px;
  text-align: left;
}
.cart-form .col-image a {
  display: block;
  background-color: #f6f6f6;
}
.cart-form .col-name {
  min-width: 12em;
  text-align: left;
}
.cart-form .col-name .title {
  display: block;
}
.cart-form .col-name .title .name {
  font-size: 18px;
  vertical-align: middle;
}
.cart-form .col-name .label {
  margin-left: 3px;
  vertical-align: middle;
}
.cart-form .col-name .extra {
  display: block;
  color: #999;
  font-size: 14px;
}
.cart-form .col-name .extra .option {
  margin-right: 10px;
}
.cart-form .col-text, .cart-form .col-price, .cart-form .col-subtotal {
  width: 120px;
}
.cart-form .col-text, .cart-form .col-price, .cart-form .col-subtotal {
  font-size: 16px;
}
.cart-form .col-subtotal {
  text-align: right;
  white-space: nowrap;
}
.cart-form .col-subtotal .price-tip {
  display: block;
  font-size: 12px;
}
.cart-form .col-quantity {
  width: 200px;
}
.cart-form .col-action {
  width: 30px;
}
.cart-form .col-action .btn {
  height: 30px;
  width: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.cart-form .col-action .btn-remove {
  height: 30px;
  width: 30px;
  padding: 0;
  color: #999;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background-color: #f3f3f3;
  border-width: 0;
  border-radius: 50%;
}
.cart-form .col-action .btn-remove:hover {
  color: #fff;
  background-color: var(--bs-primary);
}
.cart-form .tip-update {
  color: #999;
  text-align: right;
}
.cart-form--small .col-image {
  min-width: 80px;
  width: 80px;
}
.cart-form--small .col-name .name {
  font-size: 16px;
}
.cart-form--small .col-quantity {
  width: 100px;
}
.cart-form .is-invalid {
  background-color: #eee;
}
.cart-form .is-invalid td.col-subtotal {
  color: #666;
}

.cart-modules .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.cart-modules .panel .panel-heading {
  padding-left: 0;
  background-color: transparent;
}
.cart-modules .panel-heading a {
  color: #666;
}
.cart-modules .accordion-button .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.cart-modules .panel-heading a:hover {
  color: var(--bs-primary);
}
.cart-modules .accordion-button:hover .icon {
  color: #fff;
  background-color: var(--bs-primary);
}
.cart-modules .success .accordion-button .icon {
  color: #fff;
  background-color: #07c160; 
}
.cart-modules .accordion-body {
  background-color: #f8f8f8;
}
.cart-modules .panel .panel-body-title {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.total-table .col-title, .total-table .col-text {
  padding: 4px;
  text-align: right;
}
.total-table .col-text {
  width: 100px;
}
.total-table .total-table__total .col-title {
  padding-top: 10px;
}
.total-table .total-table__total .col-text .price {
  padding-top: 10px;
  font-size: 28px;
}
.total-table .price-tip {
  display: block;
  font-size: 12px;
}
#cart-total-placeholder {
  height: 0;
  padding-bottom: 60px;
}
#cart-total-placeholder.fixed {
  height: 60px;
}
.cart-total-wrapper.fixed {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cart-total {
  height: 60px;
  font-size: 18px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.cart-total-wrapper.fixed .cart-total {
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.cart-total .col-check {
  float: left;
  padding: 15px 12px;
  line-height: 30px;
}
.cart-total .col-check .select-all {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}
.cart-total .col-check .select-all-tip {
  margin-left: 8px;
}
.cart-total .col-check .selected-tip {
  margin-left: 12px;
  color: #999;
}
.cart-total .col-check .selected-tip .count {
  margin-left: 5px;
}
.cart-total .col-action {
  float: right;
}
.cart-total .col-action .btn {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 30px;
  border-width: 0;
  border-radius: 0;
}
.cart-total .col-total {
  float: right;
  padding: 15px 20px;
  line-height: 30px;
}
.cart-total .col-total .price {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 425px) {
  .cart-total-wrapper .container {
    width: 100%;
    padding: 0;
  }
}
.area-selector select.none {
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}
.article-list {
  margin-bottom: 3em;
}
.article-list .item {
  position: relative;
  margin-bottom: 10px;
  padding-right: 10em;
  font-size: 1.2em;
  line-height: 1.8em;
}
.article-list .item .time {
  position: absolute;
  right: 0;
  color: #999;
  font-size: 1em;
}
.post-list .post {
  max-width: 880px;
  margin: 0 auto 6rem;
}
.post-list .post .title a {
  color: #333;
  font-size: 2rem;
}
.post-list .post .title a:hover {
  color: var(--bs-primary);
}
.post-list .post .time {
  display: block;
  margin-bottom: 1rem;
  color: #999;
}
.post-list .post .image {
  display: block;
  margin-bottom: 2rem;
}
.post-list .post .description {
  margin-bottom: 2rem;
  color: #666;
  line-height: 1.8em;
}
.post-list .post .more {
  color: var(--bs-primary);
}
.post-list .post .more:hover {
  color: #c12e2a;
}

.post-wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.post-header {
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.post-header .avatar {
  height: 36px;
  width: 36px;
  margin-right: 5px;
  border-radius: 999px;
  vertical-align: middle;
}
.post-header .name {
  margin-right: 5px;
  color:rgba(0,0,0,0.8);
  vertical-align: middle;
}
.post-header .date {
  color:rgba(0,0,0,0.5);
  vertical-align: middle;
}
.post-content {
  font-size: 16px;
  line-height: 1.5em;
}
.post-content h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 500;
}
.post-content p {
  margin-bottom: 1em;
}
.checkout-login-form .tips {
  padding: 20px;
  color: #999;
  text-align: center;
}
.checkout-detail {
  position: relative;
  margin-bottom: var(--box-gutter);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.checkout-detail:before {
  content: '';
  width: 100%;
  height: 8px;
  display: block;
  background-image: repeating-linear-gradient(135deg, #f29b91 0px, #f09290 12px, transparent 12px, transparent 20px, #83b3db 20px, #84adcb 32px, transparent 32px, transparent 40px);
  border-radius: 4px 4px 0 0;
}
.checkout-detail:after {
  position: absolute;
  top: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 180px;
  display: block;
  background-image: linear-gradient(to bottom, #f6f6f2, transparent);
  border-radius: 5px 5px 0 0;
}
.checkout-detail .checkout-login-box {
  display: none;
  margin: 60px 0;
}
.checkout-detail.login-first .checkout-login-box {
  display: block;
}
.checkout-detail.login-first .checkout-address-box, .checkout-detail.login-first .checkout-method-box, .checkout-detail.login-first .checkout-confirm-box {
  display: none;
}
.checkout-detail .section {
  margin: 30px;
  border-bottom: 1px solid #ddd;
}
.checkout-detail .section-title {
  float: left;
  margin: 0 0 20px;
  font-size: 18px;
}
.checkout-detail .section-header .more {
  float: right;
  font-size: 14px;
}
.checkout-detail .section-confirm {
  margin-bottom: 0;
}
.checkout-detail .section-bar {
  padding: 20px 30px;
}
.checkout-detail .section-bar .action {
  text-align: right;
}
.address-selector .address-item {
  display: block;
  position: relative;
  height: 150px;
  margin-bottom: 20px;
  padding: 15px 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.address-selector .address-item .checkmark{
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  overflow: hidden;
  color: #fff;
}
.address-selector .address-item .checkmark:before, .address-selector .address-item .checkmark:before {
  border: 20px solid transparent;
  border-bottom-color: var(--bs-primary);
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
}
.address-selector .address-item .checkmark i, .address-selector .address-item .checkmark i {
  position: absolute;
  right: -1px;
  bottom: -1px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.address-selector .address-item.selected .checkmark {
  display: block;
}
.address-selector .address-item:hover {
  text-decoration: none;
  border-color: #bbb;
  cursor: pointer;
}
.address-selector .address-item.selected, .address-selector .address-item.selected:hover {
  border-color: var(--bs-primary);
}
.address-selector .address-item input {
  position: absolute;
  opacity: 0;
}
.address-selector .address-item .name {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
.address-selector .address-item .telephone, .address-selector .address-item .address {
  display: block;
  color: #666;
}
.address-selector .address-item .address {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.address-selector .address-item .default {
  display: block;
  position: absolute;
  top: 19px;
  right: 24px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background-color: #5cb85c;
  border-radius: 3px;
}
.address-selector .address-item .action {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.address-selector .address-item:hover .action {
  display: block;
}
.address-selector .address-item.empty {
  color: #aaa;
  line-height: 30px;
  text-align: center;
}

.address-selector .address-item.empty i {
  display: block;
  height: 30px;
  width: 30px;
  margin: 30px auto 10px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.address-selector .address-item.empty:hover {
  color: #666;
}
.address-selector .address-item.empty:hover i {
  color: #fff;
  background-color: #666;
}
.address-show-more {
  clear: both;
}
.address-show-more .btn {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  font-size: 14px;
  background-color: #eee;
  border-color: #eee;
}
.address-show-more .btn:hover {
  color: var(--bs-primary);
}
.address-show-more .inactive-text {
  display: block;
}
.address-show-more .active-text {
  display: none;
}
.address-selector .inactive-item {
  display: none;
}
.address-selector.show-all .inactive-item {
  display: block;
}
.address-selector.show-all .inactive-text {
  display: none;
}
.address-selector.show-all .active-text {
  display: block;
}
.checkout-agree {
  margin: 20px 0 0;
  color: #999;
}
.checkout-agree [type=checkbox] {
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .checkout-agree {
    margin: 0 0 20px;
  }
}
.checkout-detail .section-success {
  border-bottom: none;
}
.checkout-success-description {
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.checkout-success-description .tip {
  color: #666;
  font-size: 16px;
}
.checkout-success-message {
  text-align: center;
}
.checkout-success-message .link {
  text-decoration: underline;
}
.checkout-success-payment {
  padding: 20px 0;
}
.checkout-success-payment .total {
  margin-bottom: 20px;
  text-align: center;
}
.checkout-success-payment .total .text {
  margin-right: 5px;
  color: #666;
  font-size: 20px;
  vertical-align: middle;
}
.checkout-success-payment .total .value {
  color: var(--bs-primary);
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
}
.checkout-success-payment .payment-action {
  text-align: center;
}
.checkout-success-payment .alipay-form {
  text-align: center;
}
.checkout-success-payment .wechat-pay-form {
  text-align: center;
}
.checkout-success-action {
  margin-top: 30px;
  text-align: center;
}

/* account */
.user-address-list td {
  padding: 9px 12px;
  text-align: center;
  vertical-align: middle !important;
}
.user-address-list thead td {
  color: #999;
  text-transform: uppercase;
  border-bottom-width: 1px !important;
}
.user-address-list .col-name {
  width: 100px;
}
.user-address-list .col-address {
  text-align: left;
}
.user-address-list .col-telephone {
  width: 150px;
}
.user-address-list .col-action {
  width: 180px;
}

.page-title {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.page-title .logo {
  margin-right: 0.5em;
  height: 1.2em;
  vertical-align: middle;
}
.page-title .title {
  vertical-align: middle;
}
.page-introduction {
  margin-bottom: 20px;
  text-align: center;
}
.page-description {
  margin-bottom: 20px;
}

.brand-list .brand-item {
  margin-bottom: 15px;
  text-align: center;
}
.brand-list .image {
  display: block;
  margin-bottom: 10px;
}
.review-item, .comment-item {
  position: relative;
  padding: 30px 0 10px 80px;
}
.review-item .user-image, .comment-item .user-image {
  position: absolute;
  left: 0;
  top: 30px;
  height: 60px;
  width: 60px;
}
.review-item .user-image img, .comment-item .user-image img {
  height: 100%;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 50%;
}
.review-info, .comment-info {
  position: relative;
  margin-bottom: 10px;
}
.review-info .user-name, .comment-info .user-name {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.review-info .time {
  display: block;
  color: #ccc;
}
.review-info .rating, .comment-info .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}
.review-content, .comment-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.review-content .review-text, .comment-content .comment-text {
  margin-bottom: 20px;
}
.review-item:last-child .review-content, .comment-item:last-child .comment-content {
  border-bottom-width: 0;
}
.review-images {
  margin-top: 10px;
}
.review-images .image, .review-images .video {
  float: left;
  height: 100px;
  width: 100px;
  margin: 0 8px 8px 0;
  overflow: hidden;
}
.review-images .video {
  position: relative;
  background-color: #f5f5f5;
}
.review-images .video .btn-play {
  position: absolute;
  top: 27px;
  left: 27px;
}
.reply-item {
  position: relative;
  min-height: 110px;
  padding: 20px 20px 10px 85px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.reply-item:not(:last-child) {
  margin-bottom: 10px;
}
.reply-item .reply-image {
  position: absolute;
  left: 20px;
  top: 30px;
  height: 50px;
  width: 50px;
}
.reply-item .reply-image img {
  height: 100%;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 50%;
}
.reply-info {
  position: relative;
  margin-bottom: 10px;
}
.reply-info .reply-name {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.reply-info .reply-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}
.reply-info .label {
  margin-left: 0.5em;
  padding: .2em .6em .2em;
  font-weight: 300;
  vertical-align: middle;
}
.reply-item.official .reply-name {
  color: var(--bs-primary);
}
.nav-box {
  margin-bottom: 20px;
  padding: 20px 15px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.nav-box li {
}
.nav-box li a {
  display: block;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
}
.nav-box li a:hover {
  background-color: #f3f3f3;
}
.nav-box li.active a {
  color: var(--bs-primary);
}
.nav-box li i {
  display: none;
  margin-right: 0.5em;
}

.user-info-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.user-info-box .info {
  flex: 1;
  position: relative;
  padding-left: 160px;
  min-height: 160px;
}
.user-info-box .avatar {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.user-info-box .avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.user-info-box .avatar .edit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.user-info-box .avatar:hover .edit {
  opacity: 1;
}
.user-info-box .avatar .edit:hover {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.user-info-box .name {
  margin-right: 5px;
  font-size: 23px;
  vertical-align: middle;
}
.user-info-box .name small {
  margin-right: 5px;
  color: #999;
}
.user-info-box .user .label {
  margin-right: 10px;
  vertical-align: middle;
}
.user-info-box .tip {
  display: block;
  color: #999;
  margin-bottom: 10px;
}
.user-info-box .label-group {
  display: inline-block;
  height: 26px;
  margin-right: 10px;
  padding: 4px 10px;
  color: #666;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 999px;
}
.user-info-box img.label-group {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.user-info-box .actions {
  padding: 20px 0 0;
}
.user-info-box .actions .btn {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .user-info-box .info {
    min-height: 100px;
    padding-left: 100px;
  }
  .user-info-box .avatar {
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
  }
  .user-info-box .name {
    padding-top: 0;
  }
}
.filter-list {
  border-bottom-width: 0;
}
.filter-list .nav-item {
  margin: 10px 0;
  border-right: 1px solid #e0e0e0;
}
.filter-list .nav-item:last-child {
  border-right-width: 0;
}
.filter-list .nav-link {
  margin: 0;
  padding: 0 20px;
  color: #777;
  font-size: 16px;
  line-height: 20px;
  border-width: 0;
  border-radius: 0;
}
.filter-list .nav-link:hover, .filter-list .nav-link:focus {
  color: var(--bs-primary);
  border-width: 0;
}
.filter-list .nav-link.active {
  background-color: transparent;
}
.filter-list > li:first-child > a {
  padding-left: 0;
}
.filter-list > li > a .text {
  vertical-align: middle;
}
.filter-list .nav-link .badge {
  background-color: var(--bs-primary);
}
.order-search-form {
  margin: 5px 0 15px;
}
.data-panel, .order-item {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.data-panel .panel-footer, .order-item .order-action {
  padding: 20px 30px;
  text-align: right;
  background-color: #f8f8f8;
}
.data-panel .footer-action {
  padding: 20px 30px;
}
.data-panel .order-action .price, .order-item .order-action .price {
  float: left;
  color: #333;
  font-size: 18px;
  line-height: 34px;
}
.data-panel .order-summary, .order-item .order-summary {
  margin: 0 30px;
  padding: 20px 0;
}
.order-summary .number {
  margin-right: 10px;
  color: #333;
  font-size: 18px;
}
.order-summary .date, .order-summary .invoice {
  margin-right: 10px;
  color: #777;
  white-space: nowrap;
}
.order-summary .status {
  float: right;
}
.order-summary .action {
  float: right;
  margin-left: 10px;
}
.order-summary .action .dropdown {
  display: inline-block;
}
.order-summary .description {
  margin-top: 15px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.order-items {
  margin: 0 30px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.order-items .description {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.order-list .order-items {
  border-bottom: none;
}
.order-items .table {
  margin-bottom: 0;
}
.order-items .table td, .order-items .table th {
  padding: 10px 0;
  border-width: 0;
  vertical-align: middle;
}
.order-items .table .col-image {
  width: 80px;
}
.order-items .table .col-image a {
  display: block;
  background-color: #f6f6f6;
}
.order-items .table .col-image img {
  max-width: 80px;
}
.order-items .table .col-name {
  padding: 9px 20px;
  min-width: 12em;
  text-align: left;
}
.order-items .table .col-name .name {
  font-size: 16px;
  line-height: 26px;
}
.order-items .table .col-name .spec {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
.order-items .table .col-name .spec-item {
  margin-right: 10px;
}

.order-items .table .col-text, .order-items .table .col-price, .order-items .table .col-subtotal, .order-items .table .col-action {
  font-size: 14px;
  text-align: right;
}
.order-items .extra {
  padding-top: 5px;
}
.data-panel .info-card, .order-detail-info {
  margin: 0 30px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.data-panel .info-card.no-border {
  border-bottom-width: 0;
}
.data-panel .info-card .title .action, .order-detail-info .title .action {
  float: right;
}
.data-panel .info-card h3, .order-detail-info h3 {
  margin: 0 0 15px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.data-panel .info-card dl:last-child, .order-detail-info dl:last-child {
  margin-bottom: 0;
}
.data-panel .info-card dt, .data-panel .info-card dd, .order-detail-info dt, .order-detail-info dd {
  min-height: 26px;
  padding: 3px 0;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.data-panel .info-card dt, .order-detail-info dt {
  float: left;
  clear: left;
  min-width: 80px;
  margin-right: 10px;
}
.data-panel .info-card dd, .order-detail-info dd {
  margin-left: 90px;
}
.data-panel .form {
  margin: 0 30px;
  padding: 20px 0;
}
.order-detail-info .payment-action {
  padding: 10px 0;
  text-align: center;
}
.order-detail-info .alipay-form {
  padding: 10px 0;
  text-align: center;
}
.order-detail-info .wechat-pay-form {
  padding: 10px 0;
  text-align: center;
}
.order-total {
  margin: 0 30px;
  padding: 30px 0 0;
  border-top: 1px solid #e0e0e0;
}
.total-table .col-text, .total-table .col-price {
  width: 150px;
  white-space: nowrap;
}

.label-default {
  font-weight: 400;
  background-color: #aaa;
}
.label-complete {
  background-color: #5cb85c;
}
.label-processing {
  background-color: #5bc0de;
}
.label-shipped {
  background-color: #337ab7;
}

.quick-stats {
  display: block;
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  padding: 12px 15px 15px 66px;
  text-align: left;
  border-radius: 5px;
}
.quick-stats i {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 40px;
  opacity: 0.8;
}
.quick-stats .count {
  display: block;
  font-size: 28px;
  line-height: 32px;
}
.quick-stats .text {
  display: block;
  font-size: 14px;
}

.upload-image-box{position:relative;height:360px;width:360px;border:1px solid #eee;}
.upload-image-box .icon{margin:70px auto 20px auto;text-align: center;}
.upload-image-box .icon i{width:100%;color:#b1b1b1;font-size:100px;text-align:center;pointer-events:none;}
.upload-image-box .tips{margin-bottom:70px;color:#8f8f8f;font-size:16px;text-align:center;}
.upload-image-box .action{margin:0 15px 15px;text-align:center;}
.upload-image-box .use{display:none;text-align:center;}
.upload-image-box input[type=file]{display:none;}
.upload-image-box .preview{display:none;position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;line-height:360px;}
.upload-image-box .preview img{display:block;max-width:100%;max-height:100%;}
.upload-image-box .preview img.cr-original-image{display:none;}
.upload-image-box.has-preview .preview, .upload-image-box.only-preview .preview{display:block;}
.upload-image-box.only-preview .use{display:block;position:absolute;top:300px;width:100%;}
.upload-image-box.only-preview .icon, .upload-image-box.only-preview .tips, .upload-image-box.only-preview .action{display:none;}
.upload-image-box.has-preview .icon, .upload-image-box.has-preview .tips, .upload-image-box.has-preview .action{display:none;position:relative;z-index:10;}
.upload-image-box.has-preview:hover .preview{opacity:0.3;}
.upload-image-box.has-preview:hover .icon, .upload-image-box.has-preview:hover .tips, .upload-image-box.has-preview:hover .action{display:block;}
.upload-image-box.has-error .icon i{color:#a94442;}
.modal .upload-image-box{margin:0 auto;border-color:transparent;}

.order-shipping .telephone {
  margin-left: 10px;
}
.trace-list .time {
  margin-right: 10px;
  color: #999;
}

.checkin-board {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
.checkin-board .tip {
  margin: 15px auto 0;
  font-size: 16px;
}
.checkin-board .point-total {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #999;
  font-size: 16px;
  line-height: 16px;
}
.checkin-board .point-total:hover {
  color: var(--bs-primary);
}
.checkin-board .current-month {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #ddd;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -8px;
  opacity: 0.5;
}
.checkin-loop-days {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.checkin-loop-days .item {
  position: relative;
  display: inline-block;
  margin: 5px;
}
.checkin-loop-days .reward {
  height: 40px;
  width: 40px;
  color: #aaa;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.checkin-loop-days .reward i {
  font-size: 20px;
  line-height: 38px;
}
.checkin-loop-days .day {
  margin-top: 5px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.checkin-loop-days .current .reward {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.checkin-loop-days .current:before {
  content: '';
  position: absolute;
  left: 15px;
  top: -10px;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid;
  border-color: var(--bs-primary) transparent transparent transparent;
}
.checkin-rule {
  margin-bottom: 30px;
  color: #888;
  font-size: 14px;
  line-height: 22px;
}
.checkin-charts h2 {
  margin-bottom: 30px;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
.checkin-charts ul {
  display: table;
  width: 100%;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #eee;
}
.checkin-charts li {
  display: table-row;
  border-bottom: 1px solid #eee;
}
.checkin-charts li span {
  display: table-cell;
  padding: 20px 0;
  border-top: 1px solid #eee;
  white-space: nowrap;
  vertical-align: middle;
}
.checkin-charts .ranking {
  width: 70px;
  padding-left: 10px;
  color: #999;
  font-size: 16px;
  line-height: 30px;
}
.checkin-charts .avatar {
  width: 46px;
  padding-left: 10px;
}
.checkin-charts .avatar img {
  height: 36px;
  width: 36px;
  min-width: 36px;
  border-radius: 50%;
}
.checkin-charts .user {
  padding-left: 10px;
  color: #999;
  font-size: 16px;
  line-height: 30px;
}
.checkin-charts .days {
  width: 70px;
  padding-right: 10px;
  color: #999;
  text-align: right;
}
.checkin-charts .number_1 .ranking {
  color: #333;
  font-size: 20px;
}
.checkin-charts .number_2 .ranking, .checkin-charts .number_3 .ranking {
  color: #666;
  font-size: 18px;
}
.checkin-charts .current {
  background-color: #fdedef;
}
.checkin-charts .current span {
  border-color: transparent;
}
.checkin-charts .current .ranking, .checkin-charts .current .days {
  color: var(--bs-primary);
}
.checkin-charts .current .user {
  color: #333;
}

.captcha {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.message-item {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.message-item .header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.message-item .title {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.message-item .subtitle {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}
.message-item .extra {
  position: absolute;
  top: 20px;
  right: 20px;
}
.message-item .body {
  padding-top: 10px;
}
.message-item .image {
  margin-bottom: 10px;
}
.message-item .content {
  font-size: 14px;
  line-height: 1.5;
}
.message-item .action a {
  color: var(--bs-primary);
}
.message-item .action a:hover {
  text-decoration: underline;
}
.third-login {
  margin-top: 20px;
  padding: 20px;
}
.third-login .title {
  margin-bottom: 20px;
  color: #999;
  text-align: center;
}
.third-login .title:before, .third-login .title:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 2em;
  margin: 0 1em;
  background-color: #eee;
  vertical-align: middle;
}
.third-login .inner {
  text-align: center;
}
.third-login .item {
  display: inline-block;
}
.third-login .login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  margin: 0 10px;
  font-size: 22px;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
}
.third-login .login:hover {
  background-color: #f8f8f8;
  border-color: #ccc;
}
.third-login .login i {
  font-size: 30px;
}
.third-login .login .name {
  display: none;
}
.third-login .wechat i {
  color: #55bc40;
}
.third-login .qq i {
  color: #28b4fc;
}
.third-login .weibo i {
  color: #fc5c3f;
}
.third-login .facebook i {
  color: #4267b2;
}
.third-login .google i {
  color: #1a73e8;
}
.third-login .apple i {
  color: #000;
}
.third-login .twitter i {
  color: #1da1f2;
}
.wechat-pay-board .title {
  color: #333;
  font-size: 22px;
  text-align: center;
}
.wechat-pay-board .qrcode {
  padding: 20px 0;
  text-align: center;
}
.wechat-pay-board .qrcode img {
  height: 256px;
  width: 256px;
}
.wechat-pay-board .tip {
  margin-bottom: 20px;
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.wechat-pay-board .total {
  margin-bottom: 20px;
  color: var(--bs-primary);
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.wechat-pay-board .action {
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}

.marketing-flash_sale .page-main {
  background-color: #f6f6f6;
}

.marketing-flash_sale .page-title {
  margin: 2em 0;
}
.flash-sale-product-list .product-item {
  height: 220px;
  overflow: hidden;
  background-color: #fff;
}
.flash-sale-product-list .product-img {
  float: left;
  height: 220px;
  width: 220px;
  box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.flash-sale-product-list .product-img .image {
  background-color: #fff;
}
.flash-sale-product-list .product-info {
  position: relative;
  height: 220px;
  margin-left: 220px;
  padding: 20px 15px;
}
.flash-sale-product-list .product-info .title {
  height: 26px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flash-sale-product-list .product-info .intro {
  margin-bottom: 20px;
  text-align: left;
}
.flash-sale-product-list .product-info .price {
  position: absolute;
  left: 15px;
  bottom: 20px;
  text-align: left;
}
.flash-sale-product-list .progress {
  margin-bottom: 10px;
}
.flash-sale-product-list .extra {
  margin-bottom: 10px;
  color: #888;
}
.flash-sale-product-list .product-info .price-now {
  padding: 0 10px;
  font-size: 20px;
}
.flash-sale-product-list .product-info .action {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.flash-sale-product-list .btn {
  padding: 5px 18px;
  min-width: 120px;
  height: 44px;
  line-height: 32px;
  font-size: 18px;
  border-radius: 2px;
}
.flash-sale-product-list .btn-outline-secondary, .flash-sale-product-list .btn-outline-secondary:focus {
  color: var(--bs-primary);
  background-color: #fdedef;
  border-color: var(--bs-primary);
}
.flash-sale-product-list .btn-outline-secondary:hover {
  background-color: #fff;
}
.flash-sale-product-list .btn-primary, .flash-sale-product-list .btn-primary:focus {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.flash-sale-product-list .btn-primary:hover {
  background-color: #eb4b57;
  border-color: #eb4b57;
}

.flash-sale-nav {
  margin-bottom: 20px;
  background-color: #fff;
}
.flash-sale-nav.count-1 {
  display: none;
}
.flash-sale-nav li {
  float: left;
  width: 190px;
  width: 16.6666666%;
}
.flash-sale-nav.count-5 li {
  width: 20%;
}
.flash-sale-nav.count-4 li {
  width: 25%;
}
.flash-sale-nav.count-3 li {
  width: 33.333333%;
}
.flash-sale-nav.count-2 li {
  width: 50%;
}
.flash-sale-nav li a {
  display: block;
  padding: 10px;
}
.flash-sale-nav li a .name {
  display: block;
  height: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flash-sale-nav li a .status {
  display: block;
  height: 24px;
  text-align: center;
  overflow: hidden;
}
.flash-sale-nav li.status-ended a {
  color: #999;
}
.flash-sale-nav li.active a {
  color: #fff;
  background-color: var(--bs-primary);
}

.flash-sale-countdown {
  min-height: 54px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.flash-sale-countdown .tip {
  display: inline-block;
  vertical-align: middle;
}
.flash-sale-countdown .countdown {
  display: inline-block;
  vertical-align: middle;
}
.flash-sale-countdown .days {
  color: var(--bs-primary);
  font-size: 28px;
}
.flash-sale-countdown .hours, .flash-sale-countdown .minutes, .flash-sale-countdown .seconds {
  display: inline-block;
  min-width: 46px;
  margin: 0 3px;
  padding: 0 3px;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  background-color: #333;
  border-radius: 3px;
}
.flash-sale-countdown .colon {
  color: #666;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .flash-sale-nav li {
    width: 33.3333333%;
  }
  .flash-sale-product-list .product-item {
    height: 180px;
  }
  .flash-sale-product-list .product-img {
    height: 180px;
    width: 180px;
  }
  .flash-sale-product-list .product-info {
    height: 180px;
    margin-left: 180px;
  }
}
@media (max-width: 425px) {
  .flash-sale-nav.count-5 li {
    width: 33.33333%;
  }
  .flash-sale-nav.count-4 li {
    width: 25%;
  }
}
@media (max-width: 320px) {
  .flash-sale-countdown .tip {
    display: block;
  }
  .flash-sale-nav.count-5 li {
    width: 50%;
  }
  .flash-sale-nav.count-4 li {
    width: 50%;
  }
}

.activity-banner {
  height: 32px;
  color: #fff;
  line-height: 32px;
  background-color: var(--bs-primary);
  border-radius: 5px;
  overflow: hidden;
}

.activity-banner .activity-type {
  padding: 0 10px;
  font-size: 16px;
}
.activity-banner .activity-type i {
  margin: 0 5px 0 0;
  font-size: 18px;
}
.activity-banner .activity-more {
  float: right;
  padding: 0 10px;
  color: #fff;
}
.activity-banner .activity-more:hover {
  background-color: #eb4b57;
  border-radius: 0 3px 3px 0;
}


.action-history {
  position: relative;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.history-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.history-item .history-image {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.history-item .history-image img {
  height: 100%;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 50%;
}
.history-info {
  position: relative;
  margin-bottom: 5px;
}
.history-info .history-name {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.history-info .history-time {
  color: #999;
}
.history-info .history-status {
  float: right;
  color: #666;
}
.history-info .label {
  margin-left: 0.5em;
  padding: .2em .6em .2em;
  font-weight: 300;
  vertical-align: middle;
}
.history-item.official .history-name {
  color: var(--bs-primary);
}
.payment-countdown-wrapper {
  text-align: center;
}
.payment-countdown-wrapper i, .payment-countdown {
  color: var(--bs-primary);
}
.more-order-product {
  color: #888;
  font-size: 16px;
}

.coupon-item {
  position: relative;
  margin-bottom: 20px;
  height: 146px;
  overflow: hidden;
}
.coupon-item:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 47px;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff, 0 30px 0 #fff, 0 40px 0 #fff, 0 50px 0 #fff, 0 60px 0 #fff, 0 70px 0 #fff, 0 80px 0 #fff, 0 90px 0 #fff, 0 100px 0 #fff, 0 110px 0 #fff;
}
.coupon-wrapper {
  position: relative;
  height: 100%;
  padding: 0 50px 0 125px;
  background-color: #fcf8e3;
  border: 1px solid #eee;
  border-radius: 5px;
}
.coupon-item.no-image .coupon-wrapper {
  padding-left: 0;
}
.coupon-item .info-wrapper {
  padding: 10px 15px;
}
.coupon-item .price {
  height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon-item .price em {
  display: inline-block;
  margin: 3px 3px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  vertical-align: top;
}
.coupon-item .price strong {
  display: inline-block;
  font-size: 34px;
  line-height: 40px;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
}
.coupon-item .range {
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.coupon-item .limit {
  margin-bottom: 5px;
}
.coupon-item .time {
  margin-bottom: 5px;
  color: #888;
  font-size: 14px;
  line-height: 20px;
}
.coupon-item .image-wrapper {
  position: absolute;
  top: 18px;
  left: 15px;
  height: 110px;
  width: 110px;
  background-color: #fff;
  border-radius: 5px;
}
.coupon-item .type-badge {
  position: absolute;
  top: 18px;
  left: 15px;
  height: 110px;
  width: 110px;
  color: #f23030;
  font-size: 28px;
  line-height: 110px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.featured-label {
  display: inline-block;
  height: 19px;
  margin-right: 4px;
  padding: 0 5px;
  color: #f23030;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #f23030;
  border-radius: 2px;
}
.limit-label {
  display: inline-block;
  padding: 0 5px;
  color: #f23030;
  font-size: 12px;
  line-height: 18px;
  background-color: #fff4ec;
}
.coupon-item .price .limit-label {
  margin: 10px 0 0 3px;
}
.coupon-item .date-range {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.coupon-item .date-range .to {
  padding: 2px 0;
  text-align: center;
}
.coupon-item .other-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
.coupon-item .other-wrapper:before, .coupon-item .other-wrapper:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0,0,0,0.6);
}
.coupon-item .other-wrapper:after {
  top: auto;
  bottom: -10px;
}
.coupon-item .btn-action {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 0 0 3px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background-color: #fb0f3a;
  background-image: linear-gradient(to bottom, #fb0f3a 0, #f02353 100%);
  border-width: 0;
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coupon-item .btn-action span {
  display: block;
  width: 20px;
  margin: 28px auto;
}
.coupon-item .btn-action:hover {
  font-weight: 500;
  background-color: #fb0f3a;
  background-image: linear-gradient(to bottom, #fb0f3a 0, #d01a45 100%);
}
.coupon-item.soon .btn-action {
  background-color: #444;
  background-image: linear-gradient(to bottom, #444 0, #333 100%);
}
.coupon-item.soon .btn-action:hover {
  background-image: linear-gradient(to bottom, #444 0, #222 100%);
}
.coupon-item.invalid .btn-action, .coupon-item.invalid .btn-action:hover {
  background-color: #ccc;
  background-image: linear-gradient(to bottom, #ccc 0, #bbb 100%);
}
.simple-coupon-item {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #fcf8e3;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
}
.simple-coupon-item .check {
  float: right;
  height: 26px;
  width: 26px;
  margin: 2px 0 2px 10px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}
.simple-coupon-item .price {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.simple-coupon-item .price em {
  display: inline-block;
  margin: 3px 3px 0 0;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  vertical-align: middle;
}
.simple-coupon-item .price strong {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
}
.simple-coupon-item .price strong.small {
  font-size: 20px;
}
.simple-coupon-item .range {
  display: inline-block;
  margin-right: 5px;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.simple-coupon-item .limit {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.simple-coupon-item .time {
  display: inline-block;
  margin-right: 5px;
  color: #888;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.simple-coupon-item:hover {
  border-color: #ccc;
}
.simple-coupon-item.disabled {
  background-color: #eee;
  cursor: default;
}
.simple-coupon-item.disabled:hover {
  border-color: #eee;
}
.simple-coupon-item.disabled .check {
  opacity: 0;
}
.simple-coupon-item.disabled .price {
  color: #999;
}
.simple-coupon-item.disabled .limit-label {
  color: #999;
  background-color: #f4f4f4;
}
.simple-coupon-item.disabled .featured-label {
  color: #999;
  border-color: #999;
}
.simple-coupon-item.active .check {
  background-color: #0275d8;
  border-color: #0275d8;
}
.coupon-dialog .tab-pane {
  height: 220px;
}
.coupon-dialog .filter-list li {
  width: 50%;
}
.coupon-dialog .filter-list a {
  display: block;
  padding: 0;
  text-align: center;
}
.card-dialog-empty {
  padding: 60px 0;
  color: #b0b0b0;
  text-align: center;
}
.card-dialog-empty .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.card-dialog-action {
  text-align: center;
}
.coupon-dialog .coupon-code-section {
  padding: 50px 20px 20px;
}
.coupon-dialog .simple-coupon-list {
  height: 166px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.point-dialog .reward-point-section {
  padding: 20px;
}

.steps {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  margin: 0 auto 20px;
}
.steps .step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.steps .icon {
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  background-color: #ddd;
  border-radius: 999px;
}
.steps .title {
  color: #888;
  font-size: 16px;
  line-height: 1.5;
}
.steps .line {
  position: absolute;
  top: 14px;
  left: 50%;
  height: 2px;
  width: 100%;
  padding: 0 30px;
}
.steps .line:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #eee;
  border-radius: 2px;
}
.steps .step:last-child .line {
  display: none;
}
.steps .step-finished .icon, .steps .step-finished .line:after {
  background-color: #07c160;
}
.steps .step-finished .title {
  color: #333;
}
.steps .step-process .icon {
  background-color: var(--bs-primary);
}
.steps .step-process .title {
  color: var(--bs-primary);
}

.form-board {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}
.form-board-title {
  margin-bottom: 20px;
  padding: 20px 0;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.form-board-action {
  padding: 20px 0;
  text-align: center;
}

.quickview-modal .modal-dialog {
  width: 802px;
}
.quickview-modal .modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  padding: 0;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  background-color: #c40000;
  border: none;
  border-radius: 15px;
  pointer-events: auto;
}
.quickview-modal .modal-close:hover {
  background-color: #333;
}
.quickview-modal .modal-next, .quickview-modal .modal-prev {
  position: absolute;
  top: 180px;
  right: -60px;
  height: 40px;
  width: 40px;
  padding: 0;
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  background-color: #333;
  border: none;
  border-radius: 20px;
  pointer-events: auto;
}
.quickview-modal .modal-prev {
  right: auto;
  left: -60px;
}
.quickview-modal .modal-next:hover, .quickview-modal .modal-prev:hover {
  background-color: #c40000;
}
.quickview-modal .modal-content {
  overflow: hidden;
}
.quickview-modal .product-action-bar {
  display: block;
  position: static;
  background-color: transparent;
}
.quickview-modal .product-action-bar .container {
  width: 100%;
  padding: 0;
}
.quickview-modal .product-details {
  /* padding-right: 15px; */
}
.quickview-modal .product-con {
  margin-top: 15px;
}
.quickview-modal .product-content {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #eee;
}
.checkout-modal .checkout-product {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
}
.checkout-modal .checkout-product .image-wrapper {
	width: 200px;
	height: 200px;
}
.checkout-modal .checkout-product .image-wrapper img {
	width: 100%;
}
.checkout-modal .checkout-product .info {
	padding: 10px;
}
.checkout-modal .checkout-address {
	max-width: 400px;
	margin: 20px auto 0;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.checkout-modal .checkout-address:before {
	content: '';
	width: 100%;
	height: 8px;
	display: block;
	background-image: repeating-linear-gradient(135deg, #f29b91 0px, #f09290 12px, transparent 12px, transparent 20px, #83b3db 20px, #84adcb 32px, transparent 32px, transparent 40px);
	border-radius: 4px 4px 0 0;
}
.checkout-modal .checkout-address:after {
	position: absolute;
	top: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 180px;
	display: block;
	background-image: linear-gradient(to bottom, #f6f6f2, transparent);
	border-radius: 5px 5px 0 0;
}
.checkout-modal .checkout-address .btn-full {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
}
.checkout-modal .checkout-address .btn-full .text {
	flex: 1;
	font-size: 18px;
}
.checkout-modal .checkout-address .btn-full .icon {
	margin-left: 10px;
	color: #666;
	font-size: 20px;
}

.checkout-modal .address-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding: 15px;
}
.checkout-modal .address-box:hover {
	text-decoration: none;
	cursor: pointer;
}
.checkout-modal .address-box .icon {
	margin-right: 10px;
	color: #666;
	font-size: 20px;
}
.checkout-modal .address-box .arrow {
	margin-left: 10px;
	color: #666;
	font-size: 20px;
}
.checkout-modal .address-box .info {
	flex: 1;
}
.checkout-modal .address-box input {
	position: absolute;
	opacity: 0;
}
.checkout-modal .address-box .name {
	display: block;
	margin-bottom: 5px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.checkout-modal .address-box .telephone, .checkout-modal .address-box .address {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
.product-added-box .image {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.product-added-box .image img {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 5px;
}
.product-added-box .message {
  display: block;
  text-align: center;
}
.selected-option-box {
  margin: 20px 10px 0;
  padding: 15px;
  text-align: left;
  background-color: #f8f8f8;
  border-radius: 8px;
}
.selected-option-box .option-item {
  margin-bottom: 8px;
}
.selected-option-box .option-item:last-child {
  margin-bottom: 0;
}
.selected-option-box .name {
  margin-right: 10px;
  color: #333;
  font-weight: bold;
}
.modal-total-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding: 15px;
}
.modal-total-box .text {
	margin-right: 5px;
	color: #333;
	font-size: 18px;
}
.modal-total-box .price {
	font-size: 22px;
	font-weight: bold;
}
.promote-button {
  position: relative;
  padding: 6px 10px;
  height: 60px;
  min-width: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color: #ee0a24;
  background-image: linear-gradient(120deg, #ff6034, #ee0a24);
  border-radius: 5px;
}
.promote-button .icon {
  display: block;
  font-size: 22px;
  line-height: 28px;
}
.promote-button .text {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 14px;
}
.promote-button:hover {
  background-color: #eb4b57;
  background-image: linear-gradient(120deg, #ff6034, #eb4b57);
  cursor: pointer;
}
.promote-button .tip {
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -10px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  background-color: #ee0a24;
  border-radius: 3px;
}
.promote-button .tip:after {
  content: '';
  position: absolute;
  z-index: 99;
  top: 5px;
  right: -10px;
  border: 5px solid;
  border-color: transparent transparent transparent #ee0a24;
}
.share-modal .modal-content {
  border-radius: 10px;
}
.share-modal .modal-header {
  text-align: center;
  border-bottom-width: 0;
}
.share-modal .close {
  font-size: 25px;
  font-weight: 400;
}
.share-modal .modal-footer {
  text-align: center;
  border-top-width: 0;
}
.share-modal .share-tip {
  margin: 0 10px;
  color: #888;
  font-size: 14px;
  text-align: center;
}
.share-modal .share-link {
  margin: 20px 20px 0;
}
.footer-cookie-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.footer-cookie-modal .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 2.125rem;
  padding-bottom: 2.25rem;
}
.footer-cookie-modal .content {
  flex: 1;
}
.footer-cookie-modal .action {
  float: right;
  margin-left: 30px;
}
.footer-cookie-modal .action .btn {
  background-color: #f5f5f5;
  border-width: 0;
  border-radius: 999px;
}
.product-box-item {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.product-box-item .image-wrapper {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 3px;
  overflow: hidden;
}
.product-box-item .quantity {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 24px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-top-left-radius: 3px;
  background-color: rgba(0,0,0,0.5);
}
.data-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.data-header .info {
  flex: 1;
  display: inline-block;
}
.data-header .info .title {
  color: #333;
  font-size: 16px;
}
.data-header .info .value {
  margin-top: 5px;
  font-size: 18px;
}
.data-header .action {
  float: right;
}
.data-header form {
  flex: 1;
  padding-top: 15px;
}
.data-table {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.data-table .table {
  margin-bottom: 0;
}
.data-table .column-label, .data-table .column-date, .data-table .column-price {
  width: 120px;
  white-space: nowrap;
}
.table-attribute .group-name {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.table-attribute tbody tr:first-child td {
  border-top-width: 0;
}
.table-attribute tbody tr:last-child td {
  border-bottom-width: 0;
}
.table-attribute .column-name {
  min-width: 3em;
  width: 6em;
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
}
.table-attribute .column-name .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 3px;
  vertical-align: middle;
}
.table-attribute .column-name .text {
  display: inline-block;
  vertical-align: middle;
}
.table-attribute .column-text {
  color: #666;
  vertical-align: middle;
}
.table-attribute .value-item {
  display: inline-block;
  margin-right: 8px;
}
.table-attribute .value-item .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 3px;
  vertical-align: middle;
}
.table-attribute .value-item .text {
  display: inline-block;
  vertical-align: middle;
}

.content-images {
  margin-bottom: 30px;
}
.content-gallery {
  width: 100%;
  height: 245px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .content-gallery {
    height: 422px;/* 632.5 */
  }
}
@media (min-width: 992px) {
  .content-gallery {
    height: 465px;/* 697.5 */
  }
}
@media (min-width: 1200px) {
  .content-gallery {
    height: 565px;/* 847.5 * 0.666 */
  }
}
.content-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
.content-gallery .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.content-gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: rgba(0,0,0,0.03);
}
.content-gallery-thumbs .swiper-slide {
  width: 100px;
  height: 80px;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
.content-gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}
.content-gallery-thumbs .swiper-slide-active {
  border: 2px solid var(--bs-primary);
  opacity: 1;
}

.main-filter {
  margin-bottom: 20px;
}
.main-filter__title {
  margin-bottom: 10px;
  color: #333;
  font-size: 24px;
  text-anchor: ;
}
.main-filter__footer {
  text-align: right;
}
.main-filter__items {
  margin-bottom: 10px;
}
.main-filter__item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.main-filter__item .item-name {
  float: left;
  min-width: 4em;
  margin-right: 10px;
  font-weight: 500;
}

.product-board {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.product-board .info {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}
.product-board .image {
  width: 100%;
  border-radius: 8px;
}

.rating-group {
  display: inline-flex;
}
.rating-group .rating__label {
  margin: 0;
  padding: 0 8px 0 0;
  font-size: 26px;
  line-height: 1.2;
  cursor: pointer;
}
.rating-group .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.rating-group .rating__icon {
  color: #ee0a24;
  pointer-events: none;
}
.rating-group .rating__input:checked ~ .rating__label .rating__icon {
  color: #eee;
}
.rating-group:hover .rating__label .rating__icon {
  color: #ee0a24 !important;
}
.rating-group .rating__input:hover ~ .rating__label .rating__icon {
  color: #eee !important;
}
.product-service-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #b0b0b0;
  line-height: 30px;
  white-space: nowrap;
}
.product-service-item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #b0b0b0;
  border-radius: 999px;
  vertical-align: middle;
}
.product-service-item img.icon {
  width: auto;
  border-width: 0;
  border-radius: 0;
}
.product-service-item .text {
  vertical-align: middle;
}
.select-input-group {
  position: relative;
  min-width: 280px;
}
.select-input-group .form-control {
  max-width: 100%;
}
.select-input-group .form-control[readonly] {
  background-color: #fff;
  cursor: pointer;
}
.select-input-group .arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  color: #999;
  font-size: 22px;
  line-height: 1;
  transform-origin: 50% 50%;
  transition: transform 0.2s linear;
  pointer-events: none;
}
.select-input-group.active .arrow {
  transform: rotate(180deg);
}
.select-input-group.active .dropdown-menu {
  display: block;
  margin-top: 6px;
  padding: 0;
}
.time-slot-selector {
  max-width: 520px;
}
.time-slot-selector .cascader-menus {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 520px;
  height: 240px;
}
.time-slot-selector .cascader-menu {
  min-width: 120px;
  height: 100%;
  padding: 10px 0;
  overflow: auto;
  border-right: 1px solid #eee;
}
.time-slot-selector .cascader-menu:last-child {
  border-right: none;
}
.time-slot-selector .cascader-menu.full {
  flex: 1;
}
.time-slot-selector .cascader-menu-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5px 12px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.2s;
}
.time-slot-selector .cascader-menu-item .day {
  margin-left: 5px;
}
.time-slot-selector .cascader-menu-item:hover {
  background-color: #f6f6f6;
}
.time-slot-selector .cascader-menu-item.active {
  color: #fff;
  background-color: var(--bs-primary);
}
.time-slot-selector .cascader-menu-inner {
  display: none;
}
.time-slot-selector .cascader-menu-inner.active {
  display: block;
}
.time-slot-selector .item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 0 10px;
}
.time-slot-selector .item-list .item {
  min-width: 120px;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.2s;
}
.time-slot-selector .item-list .item:hover {
  background-color: #f6f6f6;
}
.time-slot-selector .item-list .item.active {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.time-slot-selector .item-list .item.disabled {
  color: #ccc;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  cursor: default;
}
.membership-start-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 280px;
  margin: 10px 0;
  padding: 8px 10px;
  color: #663300;
  background-color: #fff4d2;
  background: linear-gradient(90deg,#fff4d2,#ffecb6);
  border-radius: 6px;
}
.membership-start-btn__content {
  flex: 1;
  padding-left: 3px;
}
.membership-start-btn__content .title {
  color: #663300;
  font-size: 16px;
  font-weight: 600;
}
.membership-start-btn__content .subtitle {
  margin-top: 5px;
  color: #a88100;
}
.membership-start-btn__action {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.membership-start-btn__action .icon {
  margin-left: 3px;
}
.user-data-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 15px;
  color: #333;
  font-size: 16px;
  background-color: #f8f8f8;
  border-width: 0;
  border-radius: 10px;
}
.user-data-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.user-data-item .text {
  margin-top: 5px;
  color: #666;
}
.user-data-item .value {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.user-data-item .tip {
  margin-top: 5px;
  color: #999;
  font-size: 14px;
}
.user-data-item:hover .text, .user-data-item:hover .value {
  color: var(--bs-primary);
}
.user-center .container > .row {
  display: flex;
  flex-direction: row;
}
.user-center #column-left, .user-center #column-right {
  width: 240px;
}
.user-center #content {
  flex: 1;
}
@media (max-width: 992px) {
  .user-info-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tag {
  display:inline;
  margin-right: 5px;
  padding: 3px 8px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  background-color: #eee;
  border-radius:999px;
  white-space: nowrap;
}
.tag:hover {
  color: #fff;
  background-color: #666;
}
.multiseat-box {
	padding: 15px;
	background-color: #f4f4f4;
	border-radius: 5px;
}
.multiseat-box .empty {
	padding: 30px 15px;
	color: #666;
	text-align: center;
}
.multiseat-box .add-form {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.multiseat-box .form-option {
	flex: 1;
	display: flex;
	flex-direction: row;
	margin: 0 -5px;
}
.multiseat-box .option-item {
	flex: 1;
	margin: 0 5px;
}
.multiseat-box .form-action {
	margin-left: 10px;
}
.multiseat-box .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.multiseat-box .item-number {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	color: #333;
	font-size: 16px;
	background-color: #ddd;
	border-radius: 999px;
}
.multiseat-box .item-info {
	flex: 1;
}
.multiseat-box .form-action {
	margin-left: 10px;
}

.cart-form .price-info-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.price-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  color: var(--bs-primary);
  white-space: nowrap;
}
.price-info .price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.price-info .price-label {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 12px;
  line-height: 18px;
}
.price-info .symbol {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.price-info .unit {
  margin-left: 3px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.price-info .compare-at-price {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 18px;
}

.col-sm-12 .full-width-module {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pin-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.pin-input .pin-digit {
  width: 50px;
  height: 50px;
  text-align: center;
}