html {
  height: 100%;
  margin: 0px;
}

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;
  height: 100%;
}

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: 13px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.full-width {
  width: 100% ! important;
}

.link {
  text-decoration: none;
  color: #C73616 ! important;
}

.link:hover {
  text-decoration: underline;
}

.pagination-wrapper {
  text-align: center;
  width: 100%;
  float: left;
}

.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;
}

.field-group {
  margin-bottom: 10px;
}

.field-group:last-child {
  margin-bottom: 0px;
}

.field-group 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;
}

.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 {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.space-10 {
  height: 10px;
  width: 100%;
  overflow: auto;
}

.space-20 {
  height: 20px;
  width: 100%;
  overflow: auto;
}

.space-30 {
  height: 30px;
  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;
}

.space-110 {
  height: 110px;
  width: 100%;
  overflow: auto;
}

.space-135 {
  height: 135px;
  width: 100%;
  overflow: auto;
}

.space-160 {
  height: 160px;
  width: 100%;
  overflow: auto;
}

.space-185 {
  height: 185px;
  width: 100%;
  overflow: auto;
}

.modal {
  position: fixed;
  z-index: 1200;
  padding-top: 50px;
  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-sm .modal-content {
  background-color: #fefefe;
  margin: auto;
  width: 96%;
  max-width: 360px;
  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;
  margin: 0px;
}

.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;
}

#shopping-cart-badge {
  float: right;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  color: white;
  font-weight: bold;
  padding: 0px 6px;
  margin-top: 4px;
  margin-left: 5px;
}

.content {
  min-height: 100%;
  margin-bottom: -36px;
}

.top-section {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  height: 137px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
  border-bottom: 1px solid #efefef;
}

.top-section-with-ad-banner {
  height: 187px;
}

.top-section-with-ad-banner .ad-banner {
  height: 50px;
  background: #333;
  color: white;
}

.top-section-with-ad-banner .ad-banner .content {
  width: 600px;
  text-align: center;
  margin: auto;
}

.top-section-with-ad-banner .ad-banner .content img {
  height: 30px;
  float: left;
  margin: 10px;
}

.top-section-with-ad-banner .ad-banner .content .text {
  float: left;
  color: #e0e0e0;
  font-size: 15px;
  padding-top: 15px;
}

.top-section-with-ad-banner .ad-banner .content .ad-btn {
  width: 100px;
  line-height: 50px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer;
  color: #f9f9f9;
  font-size: 15px;
  background: #e64926;
  text-decoration: none;
}

.top-section .top-nav {
  overflow: hidden;
  margin-top: 8px;
}

.top-section .top-nav .name {
  float: left;
  font-size: 13px;
  color: #666;
}

.top-section .top-nav .nav-menu {
  float: right;
}

.top-section .top-nav .nav-menu a {
  text-decoration: none;
  color: #666;
  font-size: 13px;
  margin-left: 10px;
}

.top-section .top-nav .nav-menu a:hover {
  text-decoration: none;
  color: #C73616;
}

.top-section .top-bar {
  height: 70px;
}

.top-section .top-bar .logo {
  float: left;
  margin-top: 10px;
  height: 50px;
}

.top-section .top-bar .search {
  float: right;
  margin-top: 16px;
}

.top-section .top-bar .search .search-wrapper {
  width: 100%;
  display: table;
}

.top-section .top-bar .search input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  margin-right: -2px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  height: 36px;
  line-height: 1;
  color: #555;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  width: 360px;
  padding: 0px 5px 0px 16px;
}

.top-section .top-bar .search .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: 18px;
  border-top-right-radius: 18px;
  background-color: #fcfcfc;
  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: 36px;
  border-left-width: 0px;
  padding-left: 16px;
  padding-right: 20px;
  outline: none;
}

.top-section .top-bar .search img {
  width: 16px;
  margin-top: 2px;
}

.top-section .top-bar .icons {
  float: right;
  margin-top: 12px;
  min-width: 260px;
  text-align: right;
}

.top-section .top-bar .icons img {
  height: 25px;
}

.top-section .top-bar .icons .cart {
  float: right;
  margin: 10px;
  margin-left: 15px;
}

.top-section .top-bar .icons .separator {
  float: right;
  margin-top: 13px;
  height: 20px;
  width: 1px;
  border-right: 1px solid #ccc;
}

.top-section .top-bar .icons .user {
  float: right;
  margin: 10px;
  margin-right: 15px;
  margin-left: 25px;
}

.top-section .top-bar .icons .user .customer-name {
  float: right;
  margin-left: 5px;
  max-width: 80px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.top-section .top-bar .icons .user .customer-name a {
  cursor: pointer;
  text-decoration: none;
}

.top-section .top-bar .icons .user .logout {
  float: right;
  margin-left: 5px;
  display: -webkit-box;
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.top-section .top-bar .icons .user .logout:hover {
  color: #C73616;
}

.top-section .menu {
  height: 40px;
  border-top: 1px solid #f3f3f3;
  font-size: 16px;
}

.top-section .menu img {
  vertical-align: middle;
}

.top-section .menu a {
  text-decoration: none;
  color: #363636;
  transition: 0.3s;
}

.top-section .menu a:hover {
  text-decoration: none;
  color: #C73616;
}

.top-section .menu .icon {
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
}

.top-section .menu .left-item {
  float: left;
  line-height: 40px;
  margin-right: 30px;
}

.top-section .menu .right-item {
  float: right;
  line-height: 40px;
  margin-left: 30px;
}

.top-section .menu .dropdown {
  float: left;
  overflow: hidden;
}

.top-section .menu .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 100;
}

.top-section .menu .dropdown-content a {
  float: none;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.top-section .menu .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #C73616;
}

.top-section .menu .dropdown:hover .dropdown-content {
  display: block;
}

.top-section .menu .dropdown-content .category {
  float: left;
  background-color: #fff;
  min-width: 160px;
  max-width: 360px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 506px;
  overflow-y: auto;
}

.top-section .menu .dropdown-content .subcategory {
  display: none;
  float: left;
  background-color: #fff;
  min-width: 160px;
  max-width: 360px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 506px;
  overflow-y: auto;
}

.footer {
  height: 35px;
  border-top: 1px solid #f3f3f3;
  background-color: #fff;
  color: #9a9a9a;
  line-height: 35px;
  font-size: 12px;
}

.footer .right {
  float: right;
}

.footer .right a {
  text-decoration: none;
  color: #9a9a9a;
}

.footer .right a:hover {
  text-decoration: underline;
}

.footer .right .powered-by {
  float: right;
  margin-left: 20px;
}

.content-message {
  height: 60px;
  width: 100%;
  overflow: auto;
  font-size: 15px;
  color: #868686;
  text-align: center;
  line-height: 60px;
}

.home-swiper {
  width: 100%;
  height: auto;
}

.home-swiper .swiper-slide img {
  width: 100%;
}

.home-items {
  overflow: hidden;
}

.home-items .section-title {
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 5px;
}

.home-items .section-title .break {
  display: block;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: currentColor;
}

.home-items .section-title span {
  margin: 0 20px;
  font-size: 18px;
  text-align: center;
  color: #808080;
}

.items-section-bar {
  height: 35px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  font-size: 15px;
  background-color: #fff;
  line-height: 35px;
  padding: 0px 10px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.items-section-bar .sort {
  float: right;
  margin-right: 50px;
}

.items-section-bar .sort .sort-option {
  float: right;
  font-weight: normal;
  font-size: 13px;
  padding-left: 5px;
  cursor: pointer;
  padding-top: 1px;
}

.items-section-bar .sortbar {
  overflow: hidden;
}

.items-section-bar .sortbar a {
  float: left;
  color: #525252;
  text-align: center;
  padding: 11px 16px;
  text-decoration: none;
  font-size: 14px;
}

.items-section-bar .dropdown {
  float: left;
  overflow: hidden;
}

.items-section-bar .dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #525252;
  padding: 9px 16px;
  padding-bottom: 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0px;
}

.items-section-bar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.items-section-bar .dropdown-content a {
  float: none;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.items-section-bar .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #C73616;
}

.items-section-bar .dropdown:hover .dropdown-content {
  display: block;
}

.items-section-bar .filter {
  float: right;
}

.items-section-bar .filter .label {
  padding-right: 5px;
}

.items-section-bar .filter input {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px;
  width: 60px;
  outline-width: 0;
}

.items-section-bar .filter button {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #fff;
  color: #363636;
  outline-width: 0;
}

.items {
  overflow: auto;
  margin-left: -6px;
  margin-right: -6px;
}

.item-container {
  float: left;
  width: 20%;
}

.item-container .content {
  position: relative;
  background-color: #fff;
  margin: 10px;
  overflow: auto;
  -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);
}

.item-container .content .badge {
  position: absolute;
  width: 100px;
  right: 0px;
  pointer-events: none;
}

.item-container .content .image {
  width: 100%;
}

.item-container .content .panel {
  overflow: auto;
  padding: 0px 6px 6px 6px;
}

.item-container .content .add {
  float: right;
  height: 30px;
}

.item-container .content .add img {
  width: 23px;
  margin-top: 3px;
  margin-right: 5px;
}

.item-container .content .name {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin: 5px 0px;
}

.item-container .content .name a {
  text-decoration: none;
  color: #363636;
}

.item-container .content .currency-symbol {
  font-size: 10px;
}

.item-container .content .price {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.item-container .content .wrapper {
  margin-top: 5px;
}

.item-container .content .sold-out {
  color: #6b6b6b;
  margin-top: 1px;
}

.section-content {
  border-top: 1px solid #f3f3f3;
  font-size: 14px;
  background-color: #fff;
  margin-top: 10px;
}

.section-content .title {
  font-size: 16px;
  margin-bottom: 15px;
}

.section-content .has-subtitle {
  margin-bottom: 10px;
}

.section-content .subtitle {
  font-size: 13px;
  margin-bottom: 15px;
}

.item-top {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.item-top .item-images {
  float: left;
  width: 50%;
}

.item-top .item-primary {
  float: left;
  width: 50%;
  border-top: 1px solid #f3f3f3;
  font-size: 14px;
  background-color: #fff;
  min-height: 460px;
}

.item-top .item-primary-no-images {
  width: 100%;
  min-height: 0px;
}

.item-top .item-primary .name {
  margin: 15px;
  font-size: 20px;
}

.item-top .item-primary .price {
  margin: 15px 15px 10px 15px;
  font-size: 32px;
}

.item-top .item-primary .price .currency-symbol {
  font-size: 20px;
}

.item-top .item-primary .price .rrp-price-space {
  padding-left: 20px;
}

.item-top .item-primary .price .rrp-currency-symbol {
  font-size: 13px;
  color: #afafaf;
}

.item-top .item-primary .price .rrp-price {
  font-size: 18px;
  text-decoration: line-through;
  color: #afafaf;
}

.item-top .item-primary .sold-out {
  margin: 20px 15px 15px 0px;
  font-size: 20px;
  color: #787878;
}

.item-top .item-primary .variation {
  margin: 5px 5px 0px 5px;
  overflow: auto;
}

.item-top .item-primary .variation .onsale-label {
  color: #dc3c48;
  font-size: 12px;
  padding: 1px;
}

.item-top .item-primary .variation .active {
  border: 1px solid #C73616;
}

.item-top .item-primary .variation a {
  float: left;
  margin: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #363636;
}

.item-top .item-primary .qty {
  margin: 15px;
  padding-top: 18px;
  border-top: 1px solid #f3f3f3;
}

.item-top .item-primary .qty .kg-label {
  margin-left: 8px;
  color: #858585;
}

.item-top .item-primary .qty input {
  margin-bottom: 0;
  height: 36px;
  line-height: 1;
  color: #555;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  width: 100px;
  padding: 0px 5px 0px 16px;
}

.item-top .item-primary .btns {
  margin-bottom: 15px;
}

.item-top .item-primary .add-to-cart-btn {
  margin-left: 15px;
  margin-top: 10px;
  font-size: 16px;
  padding: 10px 30px;
}

.item-top .item-primary .buy-now-btn {
  margin-left: 15px;
  margin-top: 10px;
  font-size: 16px;
  padding: 10px 30px;
}

.item-top .item-primary .label {
  font-size: 16px;
  padding-right: 20px;
}

.item-description {
  float: left;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  font-size: 14px;
  background-color: #fff;
  margin-top: 20px;
}

.item-description .title {
  margin: 10px;
  font-size: 16px;
}

.item-description .content {
  margin: 10px;
}

.item-description .content .section {
  word-break: break-word;
}

.item-description .content .section img {
  width: 100%;
}

.item-description .content .section iframe {
  width: 100%;
}

.login-section {
  float: left;
  width: 50%;
}

.login-section .section-content {
  margin-right: 30px;
  padding: 10px;
}

.login-section .forgot-password {
  float: right;
  margin-top: 5px;
}

.register-section {
  float: left;
  width: 50%;
}

.register-section .section-content {
  margin-left: 30px;
  padding: 10px;
}

.cart-section .currency-symbol {
  font-size: 10px;
}

.cart-section .section-content {
  margin-right: 30px;
  padding: 10px;
}

.cart-section .cart-notes {
  margin-top: 5px;
}

.cart-section .item {
  border-bottom: 1px solid #efefef;
  overflow: auto;
  text-align: right;
  padding: 5px 0px;
}

.cart-section .item .thumbnail {
  float: left;
  width: 75px;
  margin: 0px 10px 0px 0px;
}

.cart-section .item .name {
  font-size: 14px;
  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;
}

.cart-section .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-section .item .price {
  float: right;
  padding-top: 7px;
  line-height: 30px;
}

.cart-section .item .qty {
  float: right;
  padding-top: 7px;
  line-height: 30px;
  width: 185px;
}

.cart-section .item .minus-qty {
  float: right;
  height: 30px;
}

.cart-section .item .qty-value {
  float: right;
  height: 30px;
  padding: 0px 2px;
  font-size: 13px;
}

.cart-section .item .plus-qty {
  float: right;
  height: 30px;
}

.cart-section .item .delete {
  float: right;
  margin-left: 5px;
  height: 30px;
}

.cart-section .item .special-name {
  padding-top: 3px;
  font-size: 14px;
  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;
}

.cart-section .item .special-discount {
  padding-top: 5px;
  padding-bottom: 3px;
}

.cart-section .cart-promote {
  overflow: auto;
}

.cart-section .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-section .cart-promote .msg .freeshipp-excluded-label {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.cart-section .cart-promote .msg .freeshipp-excluded-items {
  border-top: 1px solid;
  margin-top: 5px;
  color: #bb3006;
  font-size: 11px;
}

.cart-section .total {
  margin: 15px 0px 5px 0px;
}

.cart-section .total .other-fees {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.cart-section .total .other-fees:first-child {
  margin-top: 10px;
}

.cart-section .total .amount {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

.cart-section .voucher {
  width: 100%;
  text-align: right;
}

#voucher-modal button {
  margin-top: 10px;
  float: right;
  font-size: 12px;
}

.cart-section .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 .pickup-location-details {
  margin-top: 5px;
  font-size: 12px;
}

.cart-section .cart-login {
  margin: 5px 0px 10px 0px;
}

.cart-section .cart-login a {
  margin-left: 2px;
  text-decoration: none;
}

.cart-section button {
  margin-top: 5px;
  font-size: 12px;
}

.cart-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;
}

.cart-section 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-section 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-section .login-btn {
  margin-top: 5px;
  text-decoration: none;
}

.cart-section .place-order-btn {
  height: 38px;
  margin-top: 5px;
}

.dashboard-orders {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.dashboard-orders .orders-table {
  text-align: left;
  width: 100%;
  border-spacing: 0px;
  margin-top: 15px;
}

.dashboard-orders .orders-table td,
th {
  padding: 10px 5px;
}

.dashboard-orders .orders-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.dashboard-orders .orders-table td:last-child {
  text-align: right;
  padding-right: 10px;
}

.dashboard-orders .orders-table .header {
  background-color: #efefef !important;
}

.dashboard-orders .orders-table .order-id {
  width: 100px;
}

.dashboard-orders .orders-table .order-date {
  width: 180px;
}

.dashboard-orders .orders-table .order-status {
  width: 100px;
}

.dashboard-orders .orders-table .order-items {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dashboard-orders .orders-table .item-thumbnails {
  overflow: hidden;
  height: 60px;
}

.dashboard-orders .orders-table .item-thumbnails img {
  overflow: hidden;
  height: 60px;
  border-radius: 3px;
  margin-right: 5px;
}

.dashboard-orders .orders-table a {
  text-decoration: none;
  color: #363636;
}

.dashboard-orders .orders-table a:hover {
  text-decoration: none;
  color: #C73616;
}

.dashboard-orders .orders-table .order-amount {
  width: 100px;
}

.dashboard-orders .orders-table .order-view {
  width: 60px;
}

.dashboard-orders .section-content {
  padding: 10px;
}

.dashboard-orders .title {
  overflow: auto;
  margin-bottom: 5px;
}

.dashboard-orders .title .label {
  font-size: 13px;
}

.dashboard-orders .title .view-all {
  float: right;
  font-size: 12px;
  text-decoration: none;
}

.dashboard-orders p {
  margin: 2px 0px 15px 0px;
  text-align: center;
  font-size: 12px;
}

.dashboard-orders .orders {
  padding: 0px;
}

.dashboard-orders .orders-no-title {
  padding: 0px;
}

.dashboard-vouchers {
  float: left;
  width: 100%;
}

.dashboard-vouchers .section-content {
  padding: 10px;
}

.dashboard-vouchers .title {
  overflow: auto;
  margin-bottom: 5px;
}

.dashboard-vouchers .vouchers {
  padding: 10px 0px 0px 0px;
}

.dashboard-vouchers .row {
  border-top: 1px solid #efefef;
  overflow: auto;
  padding: 10px 0px;
  font-size: 14px;
}

.dashboard-vouchers .row:first-child {
  border-top-width: 0px;
}

.dashboard-vouchers span {
  padding-right: 50px;
}

.dashboard-vouchers .expiry {
  float: right;
}

.dashboard-edit-section {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.dashboard-edit-section .section-content {
  margin-right: 30px;
  padding: 10px;
}

.dashboard-edit-section .value {
  margin-top: 5px;
  overflow: auto;
  line-height: 20px;
}

.dashboard-edit-section .customer-email-label .email-value {
  float: left;
  margin-right: 10px;
  word-break: break-all;
}

.dashboard-edit-section .customer-email-label .verify-email {
  float: left;
  font-size: 12px;
  color: #C73616;
  cursor: pointer;
  word-break: keep-all;
}

.dashboard-edit-section .customer-email-label .verified {
  color: #038e15 !important;
  cursor: default !important;
}

.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;
}

.points-password-section {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.points-password-section .section-content {
  margin-left: 30px;
  padding: 10px;
}

.reset-password {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.reset-password .section-content {
  padding: 10px;
  width: 360px;
  margin: auto;
}

.order-phone {
  margin-top: 10px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.order-phone .alert-error {
  margin: 5px;
  padding: 10px;
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
  font-size: 14px;
  display: inline-block;
}

.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: 10px;
}

.order-section .currency-symbol {
  font-size: 10px;
}

.order-section .section-content {
  padding: 10px;
}

.order-section .value {
  margin-top: 5px;
}

.order-section .row {
  margin-top: 5px;
  overflow: auto;
}

.order-section .row:first-child {
  margin-top: 0px;
}

.order-section .left-label {
  float: left;
  width: 50%;
  font-size: 13px;
}

.order-section .right-value {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 14px;
}

.order-section .item {
  border-bottom: 1px solid #efefef;
  overflow: auto;
  text-align: right;
  padding: 5px 0px;
}

.order-section .item .thumbnail {
  float: left;
  width: 75px;
  margin: 0px 10px 0px 0px;
}

.order-section .item .name {
  font-size: 14px;
  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;
}

.order-section .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-section .item .price {
  float: right;
  padding-top: 7px;
  line-height: 30px;
}

.order-section .item .qty {
  float: right;
  padding-top: 7px;
  line-height: 30px;
  width: 172px;
}

.order-section .item .special-name {
  padding-top: 3px;
  font-size: 14px;
  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;
}

.order-section .item .special-discount {
  padding-top: 5px;
  padding-bottom: 3px;
}

.order-section .total {
  margin: 15px 0px 5px 0px;
}

.order-section .total .other-fees {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.order-section .total .other-fees:first-child {
  margin-top: 10px;
}

.order-section .total .amount {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.order-section .payment-methods {
  overflow: auto;
}

.order-section .payment-methods {
  margin-bottom: 5px;
}

.order-section .payment-methods .payment-method {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 10%;
  text-align: center;
  float: left;
}

.order-section .payment-methods img {
  width: 50px;
}

.order-section .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-section .alert-error {
  margin: 0px 0px 10px 0px;
}

.order-section .attachment-loading-ring {
  float: left;
  position: relative;
  width: 33px;
  height: 33px;
}

.order-section .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-section .attachment-loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.order-section .attachment-loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.order-section .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-section .order-attachments {
  overflow: auto;
}

.order-section .order-attachments .attachment-item {
  float: left;
  width: 75px;
  margin-right: 15px;
  margin-top: 5px;
}

.order-section .order-attachments .attachment-item img {
  width: 75px;
}

.order-section .order-attachments .attachment-item p {
  margin-top: 2px;
  margin-bottom: 0px;
}

.order-section .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-section .hint {
  font-size: 12px;
  margin-top: 5px;
}

.order-section .refund-time {
  float: left;
  width: 180px;
}

.order-section .refund-amount {
  padding-right: 30px;
  float: left;
  width: 120px;
}

.order-section .refund-notes {
  float: left;
  width: 800px;
}

.payment-qrcode-modal p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.payment-qrcode-modal img {
  width: 100%;
}

.payment-qrcode-modal .amount {
  padding: 0px 2px;
}

.payment-qrcode-modal .notes {
  width: 100%;
  font-size: 12px;
}

.customer-membership-barcode {
  max-height: 60px;
}

.customer-membership-no {
  padding-right: 10px;
}

.shop-info {
  float: left;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  font-size: 14px;
  background-color: #fff;
  margin-top: 20px;
}

.shop-info .title {
  margin: 10px;
  font-size: 16px;
  padding-bottom: 5px;
}

.shop-info .content {
  margin: 10px;
}

.shop-info .content .section {
  word-break: break-word;
}

.shop-info .content .section img {
  max-width: 100%;
}

.shop-info .content .section a {
  color: #363636;
}