body {
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  background-color: #fcfcfc;
  margin: 0px;
  cursor: default;
  color: #363636;
  font-size: 14px;
}

a {
  -webkit-tap-highlight-color: transparent;
}

input[disabled] {
  color: #9c9c9c;
}

.swiper-pagination-bullet-active {
  background-color: #C73616 !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.link {
  text-decoration: none;
  color: #C73616 ! important;
}

.link:hover {
  text-decoration: underline;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}

.pagination li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #363636;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-size: 12px;
}

.pagination>li>a>img {
  height: 25px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #C73616;
  background-color: #ffffff;
  border-color: #C73616;
  z-index: 3;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.mandatory-mark {
  margin-left: 3px;
  color: #C73616;
}

.has-error input {
  border-color: #c73616 !important;
}

.has-error select {
  border-color: #c73616 !important;
}

.field-group .help-block {
  color: #c73616;
  font-style: italic;
  font-size: 12px;
}

.alert-success {
  margin: 10px;
  padding: 10px;
  border: 1px solid #c3e6cb;
  color: #155724;
  background-color: #d4edda;
  font-size: 14px;
}

.alert-error {
  margin: 10px;
  padding: 10px;
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
  font-size: 14px;
}

.section-alert {
  margin: 10px 0px 10px 0px;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 0px;
}

.primary-bg {
  background-color: #C73616 !important;
}

.primary-text {
  color: #C73616 !important;
}

.primary-btn {
  color: #ffffff;
  background-color: #C73616;
}

.primary-btn[disabled] {
  color: #ffffff;
  background-color: #e25a3b;
}

.primary-outline-btn {
  color: #C73616;
  background-color: #fff;
  border: 1px solid #C73616;
}

.primary-outline-btn[disabled] {
  color: #d87d68;
  background-color: #fff;
}

.secondary-text {
  color: #666 !important;
}

.hidden {
  display: none !important;
}

.container {
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
}

.space-10 {
  height: 10px;
  width: 100%;
  overflow: auto;
}

.space-50 {
  height: 50px;
  width: 100%;
  overflow: auto;
}

.space-60 {
  height: 60px;
  width: 100%;
  overflow: auto;
}

.space-70 {
  height: 70px;
  width: 100%;
  overflow: auto;
}

.modal {
  position: fixed;
  z-index: 1200;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.01);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  width: 96%;
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
}

.modal-content .header {
  height: 38px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
}

.modal-content .header .title {
  float: left;
  line-height: 38px;
  margin-left: 10px;
}

.modal-content .header .close {
  float: right;
  font-size: 25px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 38px;
}

.modal-content .body {
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
}

.modal-content .body .content {
  max-height: 500px;
  overflow-y: auto;
}

.modal-content .alert-success {
  margin: 10px 0px 10px 0px;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 0px;
}

.modal-content .alert-error {
  margin: 10px 0px 10px 0px;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 0px;
}

.modal-content .body .content img {
  width: 100%;
}

.modal-content input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal-content select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-indent: 6px;
  height: 32px;
  font-size: 13px;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal-content textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.add-cart-view {
  z-index: 2000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: none;
}

.add-cart-view .drop {
  position: absolute;
  background: black;
  opacity: 0.2;
  height: 100%;
  width: 100%;
}

.add-cart-view .content {
  max-width: 677px;
  position: absolute;
  background: #fff;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
}

.add-cart-view .item-image {
  width: 70px;
  position: absolute;
  top: -30px;
  right: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(93, 93, 93, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(93, 93, 93, 0.5);
}

.add-cart-view .item-name {
  padding: 10px;
  font-size: 15px;
  margin: 0px;
}

.add-cart-view .item-price-line {
  padding-right: 10px;
  padding-left: 10px;
}

.add-cart-view .item-price-line .item-price {
  font-size: 16px;
}

.add-cart-view .item-price-line .price-currency-symbol {
  font-size: 12px;
}

.add-cart-view .item-price-line .rrp-price-space {
  padding-left: 20px;
}

.add-cart-view .item-price-line .original-price {
  font-size: 13px;
  text-decoration: line-through;
}

.add-cart-view .item-price-line .original-price-currency-symbol {
  font-size: 10px;
}

.add-cart-view .show-item-image {
  padding-right: 90px;
}

.add-cart-view .item-variation {
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.add-cart-view .item-variation .variation-value {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin: 10px 10px 0px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #f3f3f3;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  max-width: 100%;
  word-break: break-word;
  cursor: default;
  border: 1px solid #f3f3f3;
}

.add-cart-view .item-variation .selected {
  border: 1px red solid;
  color: #000;
}

.add-cart-view .item-variation .onsale-label {
  color: #dc3c48;
  font-size: 12px;
  padding: 1px;
}

.add-cart-view .item-qty {
  height: 38px;
  padding-top: 15px;
}

.add-cart-view .item-qty .qty-label {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
}

.add-cart-view .item-qty .qty-kg-label {
  padding-left: 2px;
  padding-right: 5px;
  color: #858585;
  float: left;
  padding-top: 6px;
  font-size: 13px;
}

.add-cart-view .item-qty .qty-reduce img {
  float: left;
  height: 30px;
}

.add-cart-view .item-qty .qty-add img {
  float: left;
  height: 30px;
}

.add-cart-view .item-qty input {
  float: left;
  box-sizing: border-box;
  display: block;
  width: 80px;
  padding: 5px 6px;
  font-size: 13px;
  line-height: 19px;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.add-cart-view .btns {
  display: table;
  background-color: #f3f3f3;
  width: 100%;
}

.add-cart-view .btns .add {
  display: table-cell;
}

.add-cart-view .btns .add-to-cart-btn {
  margin: 15px 20px 25px 15px;
  width: auto;
  display: block;
}

.add-cart-view .btns .close {
  display: table-cell;
  width: 100px;
}

.add-cart-view .btns .close-btn {
  width: auto;
  display: block;
  margin-right: 20px;
}

.top-nav {
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  height: 44px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(239, 239, 239, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(239, 239, 239, 1);
  box-shadow: 0px 0px 5px 1px rgba(239, 239, 239, 1);
  border-bottom: 1px solid #efefef;
}

.top-nav .back {
  position: absolute;
  width: 50px;
  height: 100%;
  float: left;
}

.top-nav .back img {
  height: 25px;
  margin-left: 5px;
  margin-top: 9px;
}

.top-nav .title {
  text-align: center;
  font-size: 14px;
  margin-top: 13px;
}

.top-nav .logout {
  position: absolute;
  width: 80px;
  top: 0px;
  padding-top: 13px;
  right: 10px;
  text-align: right;
  height: 32px;
  font-size: 12px;
}

.footer-nav {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-top: 1px solid #e5e5e5;
}

.footer-nav .nav-item {
  float: left;
  width: 33%;
  text-align: center;
}

.footer-nav .item-nav-item {
  width: 25%;
}

.footer-nav .nav-cart {
  position: relative;
}

.footer-nav .nav-item .menu-label {
  font-size: 12px;
  color: #666;
}

.footer-nav .icon {
  width: 25px;
  margin-top: 6px;
}

.footer-nav .sold-out {
  font-size: 18px;
  margin-top: 17px;
}

.cart-item {
  position: relative;
}

.shopping-cart-badge {
  top: 3px;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  color: white;
  font-weight: bold;
  left: 50%;
  padding: 0px 6px;
}

.shop-section {
  background-color: #fff;
  margin-top: 20px;
  position: relative;
  padding-bottom: 12px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.shop-section .logo {
  width: 60px;
  border: 2px solid #fff;
  position: absolute;
  top: -10px;
  left: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.shop-section .name {
  box-sizing: border-box;
  display: -webkit-box;
  text-align: right;
  padding: 6px 10px 0px 85px;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.shop-section .buttons {
  min-height: 23px;
  text-align: right;
  padding-right: 10px;
  padding-left: 85px;
  overflow: auto;
}

.shop-section .buttons .menu-btn {
  float: right;
  margin-top: 6px;
  margin-left: 10px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.home-swiper {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.home-swiper .swiper-slide img {
  width: 100%;
}

.search-section {
  margin: 15px 10px;
}

.search-section .search-wrapper {
  width: 100%;
  display: table;
}

.search-section input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 30px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  width: 100%;
  padding: 0px 5px 0px 12px;
}

.search-section .search-btn {
  display: table-cell;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  color: #565656;
  border: 1px solid #ccc;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  height: 30px;
  border-left-width: 0px;
  padding-left: 20px;
  padding-right: 5px;
}

.search-section .search-btn img {
  width: 16px;
  margin-top: 2px;
}

.home-categories {
  margin-top: 10px;
  background-color: #fff;
  overflow: auto;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.category-container {
  border-bottom: 1px solid #f3f3f3;
  overflow: auto;
  margin: 10px 10px 0px 10px;
}

.category-container .title {
  font-size: 16px;
}

.category-container .content {
  margin: 0px 0px 10px 0px;
}

.category-container .content .name {
  font-size: 14px;
  line-height: 20px;
  max-height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin: 6px 0px;
}

.category-container .content .images {
  height: 50px;
  overflow: hidden;
}

.category-container .content .image {
  width: 50px;
  border-radius: 3px;
  margin-right: 5px;
}

.category-container:last-child {
  border-width: 0px;
}

.items-container {
  position: absolute;
  overflow-y: scroll;
  top: 47px;
  bottom: 63px;
  max-width: 677px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.items-container::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.category-separator {
  border-top: 1px solid #f1f1f1;
  margin-left: 10px;
  margin-right: 10px;
}

.subcategory-swiper {
  width: 100%;
  background-color: #fff;
  height: 45px;
}

.subcategory-swiper .swiper-slide {
  display: block;
  width: auto !important;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #565656;
}

.subcategory-swiper .swiper-slide:first-child {
  margin-left: 10px;
}

.subcategory-swiper .swiper-slide:last-child {
  margin-right: 10px;
}

.subcategory-swiper .swiper-slide span {
  padding: 5px 15px;
  border-radius: 15px;
  line-height: 20px;
}

.subcategory-swiper .swiper-slide .active {
  color: #363636;
  background: #f3f3f3;
}

.items {
  margin-top: 10px;
  background-color: #fff;
  overflow: auto;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.items .section-title {
  padding: 10px 10px 0px 10px;
  font-size: 16px;
}

.items .load-more-items {
  height: 60px;
  width: 100%;
  overflow: auto;
  font-size: 15px;
  color: #868686;
  text-align: center;
  line-height: 60px;
}

.item-container {
  border-bottom: 1px solid #f3f3f3;
  overflow: auto;
  margin: 0px 10px;
}

.item-container:last-child {
  border-width: 0px;
}

.item-container .content {
  position: relative;
}

.item-container .content .badge {
  position: absolute;
  width: 35px;
  left: 35px;
  top: 10px;
  pointer-events: none;
}

.item-container .content .image {
  float: left;
  width: 70px;
  margin: 10px 10px 10px 0px;
  border-radius: 3px;
}

.item-container .content .info {
  float: left;
  width: calc(100% - 80px);
  margin-bottom: 5px;
}

.item-container .content .info-no-image {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.item-container .content .add {
  float: right;
  padding: 5px 0px 0px 15px;
}

.item-container .content .add img {
  width: 35px;
}

.item-container .content .name {
  font-size: 14px;
  line-height: 16px;
  max-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin: 15px 10px 0px 0px;
}

.item-container .content .name a {
  color: #363636;
  text-decoration: none;
}

.item-container .content .currency-symbol {
  font-size: 10px;
}

.item-container .content .price {
  float: right;
  font-size: 14px;
  overflow: hidden;
  margin-top: 6px;
}

.item-container .content .wrapper {
  margin-top: 5px;
}

.item-container .content .sold-out {
  float: left;
  font-size: 13px;
  color: #6b6b6b;
  height: 20px;
  margin-top: 7px;
  margin-right: 5px;
}

.popup-item {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: 0px;
  z-index: 1200;
  background-color: #fff;
}

.popup-item .content-message {
  height: 300px;
  line-height: 300px;
}

.item-swiper {
  width: 100%;
  height: auto;
}

.item-swiper .swiper-slide img {
  width: 100%;
}

.item-info {
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #f3f3f3;
}

.item-info .price {
  font-size: 17px;
}

.item-info .price .currency-symbol {
  font-size: 12px;
}

.item-info .price .rrp-price {
  display: inline;
  font-size: 14px;
  margin-left: 15px;
  text-decoration: line-through;
}

.item-info .name {
  font-size: 15px;
  margin-top: 5px;
}

.item-description {
  background-color: #fff;
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.item-description .title {
  font-size: 16px;
}

.item-description .content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-description .content .section {
  word-break: break-word;
}

.item-description .content .section img {
  width: 100%;
}

.item-description .content .section iframe {
  width: 100%;
}

.add-cart-item {
  width: 50% !important;
}

.add-cart-item .add-btn {
  margin: 12px;
  line-height: 36px;
  color: #fff;
  border-radius: 0px;
  font-size: 15px;
}

.add-cart-item .out-of-stock {
  line-height: 60px;
  font-size: 15px;
  color: #868686;
}

.content-message {
  height: 60px;
  width: 100%;
  overflow: auto;
  font-size: 15px;
  color: #868686;
  text-align: center;
  line-height: 60px;
}

.cart-promote {
  overflow: auto;
}

.cart-promote .msg {
  margin: 10px 0px 0px 0px;
  text-align: right;
  font-size: 12px;
  padding: 5px;
  float: right;
  border: 1px solid #c3e6cb;
  color: #155724;
  background-color: #d4edda;
}

.cart-promote .msg .freeshipp-excluded-label {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.cart-promote .msg .freeshipp-excluded-items {
  border-top: 1px solid;
  margin-top: 5px;
  color: #bb3006;
  font-size: 11px;
}

.cart-items {
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.cart-items .currency-symbol {
  font-size: 10px;
}

.cart-items .item {
  border-bottom: 1px solid #efefef;
  overflow: auto;
  text-align: right;
  padding: 5px 0px;
}

.cart-items .item .thumbnail {
  float: left;
  width: 90px;
  margin: 0px 10px 0px 0px;
}

.cart-items .item .name {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.cart-items .item .variation {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
  padding-top: 5px;
}

.cart-items .item .price {
  float: right;
  padding-top: 7px;
  line-height: 30px;
}

.cart-items .item .qty {
  float: right;
  padding-top: 7px;
  line-height: 30px;
  width: 176px;
}

.cart-items .item .minus-qty {
  float: right;
  height: 30px;
}

.cart-items .item .qty-value {
  float: right;
  height: 30px;
  padding: 0px 2px;
  font-size: 13px;
}

.cart-items .item .plus-qty {
  float: right;
  height: 30px;
}

.cart-items .item .delete {
  float: right;
  margin-left: 5px;
  height: 30px;
}

.cart-items .item .special-name {
  padding-top: 3px;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.cart-items .item .special-discount {
  padding-top: 5px;
  padding-bottom: 3px;
}

.cart-items .total {
  margin: 15px 0px 5px 0px;
}

.cart-items .total .other-fees {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.cart-items .total .other-fees:first-child {
  margin-top: 10px;
}

.cart-items .total .amount {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

.cart-items .voucher {
  width: 100%;
  text-align: right;
}

.cart-items .use-voucher-btn,
.delete-voucher-btn {
  font-size: 12px;
  margin-left: 10px;
}

.cart-section {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.cart-section .label {
  font-size: 13px;
}

.cart-section .content {
  margin-top: 2px;
  font-size: 14px;
}

.cart-section .login-btn {
  width: 100%;
  height: 38px;
  color: #ffffff;
  background-color: #C73616;
  margin-top: 6px;
}

.cart-fields {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.cart-fields .pickup-location-details {
  margin-top: 5px;
  font-size: 12px;
}

.cart-fields .login {
  margin: 5px 0px 10px 0px;
}

.cart-fields .login a {
  margin-left: 2px;
  text-decoration: none;
}

.cart-fields button {
  margin-top: 5px;
  font-size: 12px;
}

.cart-fields input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-top: 5px;
}

.cart-fields select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-indent: 6px;
  height: 32px;
  font-size: 13px;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-top: 5px;
}

.cart-fields textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-top: 5px;
}

.cart-fields .field-group {
  margin-bottom: 10px;
}

.cart-fields .field-group:last-child {
  margin-bottom: 0px;
}

.cart-fields .place-order-btn {
  width: 100%;
  height: 38px;
  margin-top: 5px;
}

#voucher-modal button {
  margin-top: 10px;
  float: right;
  font-size: 12px;
}

.order-phone {
  margin-top: 10px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.order-phone .alert-error {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0px;
}

.order-phone input {
  margin: auto;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  width: 300px;
  text-align: center;
  padding: 6px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  margin-top: 5px;
}

.order-phone button {
  color: #ffffff;
  background-color: #C73616;
  margin-top: 15px;
}

.order-info {
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}

.order-info .label:first-child {
  margin-top: 0px;
}

.order-info .label {
  margin-top: 10px;
  font-size: 13px;
}

.order-info .value {
  margin-top: 2px;
  font-size: 14px;
}

.order-info .row {
  margin-top: 5px;
  overflow: auto;
}

.order-info .row:first-child {
  margin-top: 0px;
}

.order-info .left-label {
  float: left;
  width: 50%;
  font-size: 13px;
}

.order-info .right-value {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 14px;
}

.order-info .attachment-title {
  margin-bottom: 10px;
}

.order-info .has-subtitle {
  margin-bottom: 5px;
}

.order-info .subtitle {
  font-size: 12px;
  margin-bottom: 10px;
}

.order-info .alert-error {
  margin: 0px 0px 10px 0px;
}

.order-info .attachment-upload-btn {
  font-size: 12px;
}

.order-info .attachment-loading-ring {
  float: left;
  position: relative;
  width: 33px;
  height: 33px;
}

.order-info .attachment-loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 2px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: attachment-loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f56849 transparent transparent transparent;
}

.order-info .attachment-loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.order-info .attachment-loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.order-info .attachment-loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes attachment-loading-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#attachment-error-msg {
  display: none;
}

#attachment-choose-file-view {
  height: 33px;
  margin-bottom: 5px;
}

#attachment-upload-view {
  height: 33px;
  margin-bottom: 5px;
  overflow: hidden;
  display: none;
}

#attachment-uploading-progress-value {
  padding-top: 8px;
  margin-left: 45px;
  font-size: 13px;
  color: #616060;
}

.order-info .order-attachments {
  overflow: auto;
}

.order-info .order-attachments .attachment-item {
  float: left;
  width: 75px;
  margin-right: 15px;
  margin-top: 5px;
}

.order-info .order-attachments .attachment-item img {
  width: 75px;
}

.order-info .order-attachments .attachment-item p {
  margin-top: 2px;
  margin-bottom: 0px;
}

.order-info .order-attachments .attachment-item .delete-attachmet-btn {
  color: #C73616;
  font-size: 13px;
  cursor: pointer;
}

.attachment-delete-ok-btn {
  float: right;
  margin-right: 15px;
}

.attachment-delete-cancel-btn {
  float: right;
}

.order-info .refunds .row {
  border-top: 1px solid #efefef;
  overflow: auto;
  padding: 5px 0px;
  margin-top: 0px;
}

.order-info .refunds .row:first-child {
  border-top-width: 0px;
}

.order-info .refunds .info {
  overflow: auto;
  font-size: 12px;
}

.order-info .refunds .info .amount {
  float: right;
}

.order-info .refunds .notes {
  font-size: 12px;
}

.payment-methods {
  overflow: auto;
}

.payment-methods .payment-method {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 33%;
  text-align: center;
  float: left;
}

.payment-methods img {
  width: 50px;
}

.payment-methods .label {
  font-size: 12px;
  line-height: 15px;
  height: 30px;
  padding: 0px 10px;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.order-items {
  margin-top: 10px;
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.order-items .currency-symbol {
  font-size: 10px;
}

.order-items .item {
  border-bottom: 1px solid #efefef;
  overflow: auto;
  text-align: right;
  padding: 5px 0px;
}

.order-items .item .thumbnail {
  float: left;
  width: 82px;
  margin: 0px 10px 0px 0px;
}

.order-items .item .name {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.order-items .item .variation {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
  padding-top: 5px;
}

.order-items .item .price {
  float: right;
  padding-top: 5px;
  line-height: 25px;
}

.order-items .item .qty {
  float: right;
  padding-top: 5px;
  line-height: 25px;
  width: 120px;
}

.order-items .item .special-name {
  padding-top: 3px;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.order-items .item .special-discount {
  padding-top: 5px;
  padding-bottom: 3px;
}

.order-items .total {
  margin: 15px 0px 5px 0px;
}

.order-items .total .other-fees {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.order-items .total .other-fees:first-child {
  margin-top: 10px;
}

.order-items .total .amount {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.save-order {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.save-order input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-top: 5px;
}

.save-order p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.save-order button {
  font-size: 12px;
}

.payment-qrcode-modal p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.payment-qrcode-modal img {
  width: 100%;
}

.payment-qrcode-modal .amount {
  width: 100%;
  padding: 0px 2px;
}

.payment-qrcode-modal .notes {
  width: 100%;
  font-size: 12px;
}

.dashboard-info,
.dashboard-orders,
.dashboard-vouchers {
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}

.dashboard-info .label:first-child {
  margin-top: 0px;
}

.dashboard-info .label {
  margin-top: 10px;
  font-size: 13px;
}

.dashboard-info .value {
  margin-top: 2px;
  font-size: 14px;
  overflow: auto;
  line-height: 20px;
}

.dashboard-info .customer-email-label .email-value {
  float: left;
  margin-right: 10px;
  word-break: break-all;
}

.dashboard-info .customer-email-label .verify-email {
  float: left;
  font-size: 12px;
  color: #C73616;
  cursor: pointer;
  word-break: keep-all;
}

.dashboard-info .customer-email-label .verified {
  color: #038e15 !important;
  cursor: default !important;
}

.dashboard-info .edit-buttons {
  margin-top: 10px;
  text-align: right;
}

.dashboard-info .edit-btn,
.change-password-btn {
  font-size: 12px;
  margin-left: 10px;
}

.dashboard-orders .title {
  overflow: auto;
}

.dashboard-orders .title .label {
  font-size: 13px;
}

.dashboard-orders .title .view-all {
  float: right;
  font-size: 12px;
  text-decoration: none;
}

.dashboard-orders p {
  margin: 10px 0px 5px 0px;
  text-align: center;
  font-size: 12px;
}

.dashboard-orders .orders {
  padding: 10px 0px 0px 0px;
}

.dashboard-orders .orders-no-title {
  padding: 0px;
}

.dashboard-orders .row {
  border-top: 1px solid #efefef;
  overflow: auto;
  padding: 10px 0px;
}

.dashboard-orders .row:first-child {
  border-top-width: 0px;
}

.dashboard-orders .info {
  overflow: auto;
  font-size: 12px;
}

.dashboard-orders .info .amount,
.status {
  float: right;
}

.dashboard-orders .images {
  overflow: hidden;
  height: 60px;
  margin-top: 5px;
}

.dashboard-orders .images img {
  width: 60px;
  margin-right: 5px;
  border-radius: 3px;
}

.dashboard-vouchers .title {
  overflow: auto;
  font-size: 13px;
}

.dashboard-vouchers .vouchers {
  padding: 10px 0px 0px 0px;
}

.dashboard-vouchers .row {
  border-top: 1px solid #efefef;
  overflow: auto;
  padding: 10px 0px;
}

.dashboard-vouchers .row:first-child {
  border-top-width: 0px;
}

.dashboard-vouchers .info {
  overflow: auto;
  font-size: 12px;
}

.dashboard-vouchers .info .code {
  float: right;
}

.dashboard-vouchers .expiry {
  font-size: 12px;
}

.dsahboard-edit-modal .field-group {
  margin-bottom: 10px;
}

.dsahboard-edit-modal input,
textarea,
select {
  margin-top: 5px;
}

.dsahboard-edit-modal .save-btn {
  float: right;
  font-size: 12px;
}

.login-section {
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}

.login-section .field-group {
  margin-bottom: 10px;
}

.login-section input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-top: 5px;
}

.login-section .login-buttons {
  overflow: auto;
  margin-top: 10px;
}

.login-section .forgot-password {
  float: left;
  font-size: 14px;
  padding-top: 6px;
}

.login-section .login-btn,
.register-btn {
  float: right;
  font-size: 12px;
  margin-left: 15px;
}

.login-privacy {
  text-align: center;
  font-size: 11px;
  margin: 20px;
}

.register-modal .field-group {
  margin-bottom: 10px;
}

.register-modal input {
  margin-top: 5px;
}

.register-modal .save-btn {
  float: right;
  font-size: 12px;
}

.forgot-password-modal .field-group {
  margin-bottom: 10px;
}

.forgot-password-modal input {
  margin-top: 5px;
}

.forgot-password-modal .send-email-btn {
  float: right;
  font-size: 12px;
}

.reset-password-section {
  overflow: auto;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}

.reset-password-section input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-top: 5px;
}

.reset-password-section .field-group {
  margin-bottom: 10px;
}

.reset-password-section .save-btn {
  font-size: 12px;
  float: right;
}

.customer-membership-barcode{
  max-height: 60px;
}

.customer-membership-no{
  padding-right: 10px;
}

.shop-info {
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}

.shop-info .content .section {
  word-break: break-word;
}

.shop-info .content .section img {
  max-width: 100%;
}

.shop-info .content .section a {
  color: #363636;
}