@charset "UTF-8";
.layout-aside, .right-sub-content {
  float: left;
}

.layout-content {
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  .layout-content {
    width: 80%;
  }
}

.layout-aside {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .layout-aside {
    display: block;
    width: 25%;
  }
}

.right-sub-content {
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  .right-sub-content {
    width: 70.5%;
  }
}

.layout-content {
  overflow: auto;
}
@media only screen and (min-width: 1281px) {
  .layout-content {
    width: 80%;
  }
}

.layout-content-single {
  margin: 0 auto;
}
@media only screen and (min-width: 1281px) {
  .layout-content-single {
    overflow: auto;
    width: 75%;
  }
}

.vip-member-layout {
  margin-bottom: 30px;
  overflow: auto;
  line-height: 22px;
}
.vip-member-layout .right-sub-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .vip-member-layout .right-sub-content {
    margin-bottom: 2%;
  }
}

#agree-privacy-content {
  padding: 16px;
}
#agree-privacy-content p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 2em;
  margin: 0 auto;
  width: 90%;
}

.layout-crm-description {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .layout-crm-description {
    margin-top: 0;
  }
}

.red-amount {
  border: 1px solid #e33d26;
  border-radius: 5px;
  color: #e33d26;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 5px;
}

.member-gift {
  color: #ff2750;
  font-size: 20px;
  margin: 0 0 0 5px;
}

.vip-member-container {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .vip-member-container {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 769px) {
  .vip-member-right {
    box-sizing: border-box;
    float: right;
    width: calc(35% - 80px);
  }
}

.vip-member-left {
  box-sizing: border-box;
  float: left;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .vip-member-left {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .vip-member-central {
    clear: both;
  }
}

.vip-member-line:before {
  background-color: #f0f0f0;
  border-top: solid 1px #d1d1d1;
  content: '';
  display: block;
  height: 14px;
  margin: 0;
}

.rounded-rectangle, .info-btn .info-btn-item, .purchase-data {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.purchase-btn {
  border: solid 1px #ff9933;
  border-radius: 3px;
  color: #ff9933;
  display: inline-block;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  width: 120px;
}
.purchase-btn:hover {
  background-color: #ff9933;
  color: white;
  transition: 0.2s;
}
.purchase-btn.right {
  position: absolute;
  right: 0;
}

.purchase-mobile-btn .fav-row {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.purchase-mobile-btn .fav-item {
  margin: 15px 0;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.purchase-mobile-btn .fav-item i {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
}
.purchase-mobile-btn .fav-line {
  border-right: dashed 1px #cdcdcd;
}
.purchase-mobile-btn .fav-tag {
  background-color: #ff5353;
  border-radius: 9px;
  color: white;
  font-size: 12px;
  padding: 3px 6px;
  position: absolute;
  right: -12px;
  top: -9px;
}
.purchase-mobile-btn .third-party-item {
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  display: block;
  line-height: 40px;
  text-align: center;
}

.info-btn.info-btn-row .info-btn-item {
  display: inline-block;
  width: 48%;
}
.info-btn.info-btn-column .info-btn-item {
  display: block;
}
.info-btn .info-btn-item {
  display: block;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info-btn .info-btn-item {
    line-height: 50px;
  }
}

.member-info-arrow {
  margin-left: 5px;
}
.member-info-arrow .fa-angle-right, .member-info-arrow .ico-chevron-right {
  position: relative;
  top: -1px;
}
.member-info-arrow .fa-angle-right:hover, .member-info-arrow .ico-chevron-right:hover {
  color: #b3a396;
  transition: 0.2s ease-in-out;
}

.member-info-shortcut {
  position: relative;
}

.crm-member-tier-promotion-container {
  position: relative;
  margin: 5px 0px 10px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .crm-member-tier-promotion-container {
    margin: 0px 0px 10px;
    cursor: pointer;
  }
}
.crm-member-tier-promotion-container .tag-trapezoid-relative {
  position: relative;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-size: 13px;
  padding: 0px 14px 0px 8px;
}
.crm-member-tier-promotion-container .tag-trapezoid-relative::after {
  top: 5px;
  border-color: transparent #fdfdfd #fdfdfd transparent;
  transform: scaleY(3);
}
.crm-member-tier-promotion-container .crm-member-tier-promotion-title {
  font-size: 13px;
  color: #4a4e5c;
  width: 65vw;
  float: left;
}
.crm-member-tier-promotion-container .crm-member-tier-promotion-title:before, .crm-member-tier-promotion-container .crm-member-tier-promotion-title:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .crm-member-tier-promotion-container .crm-member-tier-promotion-title {
    font-size: 15px;
    display: inline-block;
    height: 24px;
    width: auto;
    margin-right: 3px;
    float: initial;
  }
}
.crm-member-tier-promotion-container .crm-member-tier-name {
  font-size: 14px;
  float: left;
  margin-right: 5px;
}
.crm-member-tier-promotion-container .crm-member-tier-name:before, .crm-member-tier-promotion-container .crm-member-tier-name:after {
  content: "";
  display: table;
  clear: both;
}
.crm-member-tier-promotion-container .fa-angle-right.right, .crm-member-tier-promotion-container .ico-chevron-right.right {
  position: absolute;
  top: 3px;
  right: 0px;
}
.crm-member-tier-promotion-container .fa-angle-right.default, .crm-member-tier-promotion-container .ico-chevron-right.default {
  vertical-align: -5%;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown--display {
  position: absolute;
  margin: 15px 15px 15px 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 0 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
}
.custom-dropdown--bar {
  color: transparent;
}
.custom-dropdown--bar option {
  color: #000;
}

@media only screen and (min-width: 769px) {
  .member-promotion {
    float: left;
    width: 100%;
    position: relative;
    margin: 5px 0px 10px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
    background-color: #f5f5f5;
  }
}
.member-promotion .member-promotion-title {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
@media only screen and (min-width: 769px) {
  .member-promotion .member-promotion-title {
    font-size: 15px;
  }
}
.member-promotion .member-promotion-content {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  .member-promotion .member-promotion-content {
    margin-top: 15px;
    font-size: 14px;
  }
}
.member-promotion .member-promotion-link {
  display: flex;
  justify-content: space-between;
}
.member-promotion .member-promotion-arrow {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-promotion .member-promotion-name {
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 36px;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .member-promotion .member-promotion-name {
    font-size: 14px;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    height: 15px;
  }
}
.member-promotion .member-promotion-footer {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d4d9de;
}
.member-promotion .member-promotion-footer-text {
  margin-right: 3px;
}
.member-promotion .icon-editor {
  margin-right: 3px;
}
.member-promotion .ico {
  margin-right: 3px;
}

@media only screen and (min-width: 769px) {
  .member-promotion-mobile {
    display: none;
  }
}

.favorite-location {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  font-size: 15px;
  margin: 20px 0 10px;
  padding: 15px 20px;
  width: 100%;
}
.favorite-location__title {
  margin-right: 20px;
}

.member-info-card {
  border-radius: 10px;
  position: relative;
}
.member-info-card.crm {
  display: block;
}
.member-info-card.default {
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px 0 rgba(71, 73, 0, 0.2);
}
.member-info-card.loading {
  background-image: url("/V2/Content/Images/VipMember/MemberCardDefault/bg_member_defaultloading.png");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px 0 rgba(71, 73, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.member-info-card .member-info-card-name {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.member-info-card .member-info-card-purchase {
  margin-top: 10px;
}
.member-info-card .member-info-card-barcode {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(52, 56, 57, 0.65);
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .member-tool {
    background-color: #f5f5f5;
    margin-bottom: 20px;
  }
}
.member-tool .icon {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.member-tool .member-tool-title {
  font-size: 13px;
  padding: 10px 15px;
}
@media only screen and (min-width: 769px) {
  .member-tool .member-tool-title {
    font-size: 15px;
  }
}
.member-tool .upgrade-info-container {
  padding: 10px 8px;
}
.member-tool .upgrade-info-container .tool-title {
  font-size: 11px;
  color: #868686;
  margin-bottom: 4px;
}
.member-tool .upgrade-info-container .tool-bar {
  border-left: 3px solid #ff5353;
  padding-left: 5px;
  font-size: 13px;
}
.member-tool .member-tool-container {
  font-size: 16px;
  padding: 0 0 10px;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 769px) {
  .member-tool .member-tool-container {
    box-sizing: border-box;
    font-size: 13px;
    padding: 15px;
    width: 100%;
  }
}
.member-tool .member-cost-container {
  padding: 10px 0;
  margin: 0 13px;
  box-sizing: border-box;
  cursor: pointer;
}
.member-tool .member-cost-container.line {
  border-bottom: solid 1px #eeeeee;
}
.member-tool .member-cost-container .box-bottom {
  margin-bottom: 2px;
}
.member-tool .member-cost-container .note-text {
  color: #9b9b9b;
  line-height: 1.5em;
}

.member-info-mobile {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0;
  padding: 10px 3% 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .member-info-mobile {
    display: inherit;
  }
}
.member-info-mobile .member-info-barcode {
  margin-bottom: 10px;
}
.member-info-mobile .member-info-barcode img {
  display: block;
  margin: auto;
  width: 202px;
}
.member-info-mobile .member-info-card {
  min-height: 50px;
  margin-bottom: 10px;
}
.member-info-mobile .member-info-card.crm {
  width: 100%;
}
.member-info-mobile .member-info-card.default {
  background-size: 100% 200px;
  height: 200px;
}
.member-info-mobile .member-info-card.loading {
  background-size: 100% 200px;
  height: 200px;
}
.member-info-mobile .member-info-data {
  margin-bottom: 10px;
  padding: 0px;
}
.member-info-mobile .member-info-data .member-cost-info-data {
  margin-top: 10px;
}
.member-info-mobile .member-info-data .member-cost-info-data .desc-margin {
  margin-left: 10px;
}
.member-info-mobile .member-info-data .member-info-name {
  display: inline-block;
  max-width: 300px;
  word-break: break-word;
}
.member-info-mobile .member-info-line:after {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  content: '';
  margin: 0 -10%;
}

.present-info-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .present-info-mobile {
    display: inherit;
  }
}

.present-info-mobile-line:after {
  background-color: #f0f0f0;
  border-top: solid 1px #d1d1d1;
  content: '';
  display: block;
  height: 14px;
  margin: 0;
}

.member-info-desktop {
  display: none;
}
@media only screen and (min-width: 769px) {
  .member-info-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
.member-info-desktop .member-info-barcode {
  float: left;
  text-align: right;
  width: 200px;
}
.member-info-desktop .member-info-barcode img {
  max-width: 200px;
  position: absolute;
  right: 15px;
}
.member-info-desktop .member-info-data {
  float: left;
  margin-bottom: 15px;
  overflow: auto;
  width: 100%;
}
.member-info-desktop .member-info-container {
  border: solid 1px #ffffff;
  box-shadow: 0 1px 2px 0 rgba(71, 73, 72, 0.2);
  margin-left: 20px;
  margin-right: 3px;
  min-height: 130px;
  padding: 15px;
  position: relative;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.member-info-desktop .member-upgrade-info-container {
  border: solid 1px #dfdfdf;
  box-shadow: 0 1px 3px 0 rgba(71, 73, 72, 0.2);
  margin-left: 0px;
  margin-bottom: 20px;
  padding: 22px 40px;
  position: relative;
  min-height: 0;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.member-info-desktop .member-upgrade-info-container .member-upgrade-sub-message {
  margin-bottom: 10px;
  margin-top: 0px;
}
.member-info-desktop .member-upgrade-info-container .member-upgrade-sub-message .icon-upgrade {
  color: #fff;
  position: relative;
  top: 1px;
}
.member-info-desktop .member-info-shortcut {
  clear: both;
  bottom: 20px;
  position: absolute;
}
.member-info-desktop .member-info-shortcut .purchase-btn {
  margin-right: 10px;
}
.member-info-desktop .member-info-name {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding-right: 40px;
  max-width: 300px;
}
.member-info-desktop .member-info-date {
  float: left;
}
.member-info-desktop .member-info-card.crm {
  margin: 0 auto;
  width: 300px;
}
.member-info-desktop .member-info-card.default {
  height: 195px;
  width: 300px;
}
.member-info-desktop .member-info-card.loading {
  height: 195px;
  width: 300px;
}

.order-list {
  font-size: 14px;
}
.order-list .order-list-title {
  color: #595959;
  font-size: 16px;
  line-height: 40px;
}
.order-list .order-list-link {
  color: #999;
  line-height: 40px;
}
.order-list .order-list-link:hover {
  color: #b3a396;
  transition: 0.2s ease-in-out;
}
.order-list .order-list-container {
  border-collapse: collapse;
  width: 100%;
}
.order-list .order-list-header {
  background-color: rgba(74, 78, 92, 0.6);
  border-collapse: collapse;
  color: #fff;
  padding: 5px 10px;
}
.order-list .order-list-item {
  border-bottom: 1px solid #d1d1d1;
  border-collapse: collapse;
  color: #595959;
  padding: 10px;
}
.order-list .order-list-no-data {
  background-color: #f5f5f5;
  color: #999999;
  opacity: 0.6;
  text-align: center;
  padding: 100px 0;
}

.member-purchase {
  padding: 15px 0;
  width: 95%;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 769px) {
  .member-purchase {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 22px 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .member-purchase .member-purchase-title {
    font-weight: bold;
  }
  .member-purchase .member-purchase-title.middle {
    font-size: 16px;
  }
  .member-purchase .member-purchase-title .max {
    font-size: 24px;
  }
}
.member-purchase .member-purchase-title.middle {
  font-size: 13px;
}
.member-purchase .member-purchase-title .max {
  font-size: 20px;
}
.member-purchase .member-purchase-sub-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.member-purchase .member-purchase-sub-message.single-message {
  margin-top: 0px;
}
.member-purchase .member-purchase-sub-message i {
  color: #999999;
  position: relative;
  top: 1px;
}
.member-purchase .member-purchase-sub-message .description {
  margin-left: 15px;
}
.member-purchase .member-purchase-total .icon-member-money {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.member-purchase .member-purchase-total .fa-angle-right, .member-purchase .member-purchase-total .ico-chevron-right {
  position: relative;
  top: -1px;
}
.member-purchase .member-purchase-total .fa-angle-right:hover, .member-purchase .member-purchase-total .ico-chevron-right:hover {
  color: #b3a396;
  transition: 0.2s ease-in-out;
}
.member-purchase .member-purchase-card {
  height: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .member-purchase .member-purchase-card {
    height: auto;
  }
}
.member-purchase .member-purchase-card .member-purchase-card-list {
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .member-purchase .member-purchase-card .member-purchase-card-list {
    padding-bottom: 0;
  }
}
.member-purchase .member-purchase-card .member-purchase-card-item {
  color: #bcbcbc;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}
.member-purchase .member-purchase-highest-level {
  font-size: 15px;
  margin: 15px 0;
}
@media only screen and (min-width: 769px) {
  .member-purchase .member-purchase-highest-level {
    color: #595959;
    font-size: 18px;
    margin: 30px 0;
  }
}

.purchase-progress {
  margin-top: 20px;
  overflow: auto;
}

.purchase-progress-bar {
  background-color: #f0f0f0;
  border-radius: 10px;
  height: 4px;
  margin: 6px 0;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .purchase-progress-bar {
    background-color: #ffffff;
    height: 10px;
  }
}

.purchase-progress-fill {
  border-radius: 10px;
  height: 4px;
}
@media only screen and (min-width: 769px) {
  .purchase-progress-fill {
    height: 10px;
  }
}

.interror {
  color: red;
}

.choose-birthday:first-child {
  display: none;
}

input[name='AddressDetail'] {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
  height: 55px;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 10px;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}

.memberzone-btn, .member-red-btn, .member-orange-btn {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 44px;
  margin: 20px 10% 20px 10%;
  text-align: center;
}

.member-red-btn {
  background: #e33d26;
  margin-bottom: 50px;
}
.member-red-btn:hover {
  background-color: #ca3c3c;
  transition: all 0.6s ease;
}
.member-red-btn.disabled {
  pointer-events: none;
  background: #f0f0f0;
  color: #aaa;
  cursor: default;
}

.member-orange-btn {
  background: #ff9933;
  width: 74%;
  margin-left: 16%;
}
.member-orange-btn:hover {
  background-color: #f08316;
  transition: all 0.6s ease;
}

.form-memberzone {
  margin: 0 20px 20px;
}

.form-memberzone-wrapper {
  font-size: 15px;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.form-memberzone-wrapper a {
  color: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.form-member-title {
  display: block;
  font-size: 15px;
  line-height: 22px;
}
.form-member-title .required-field {
  color: red;
}

.form-member-indent {
  margin-left: 0;
  width: 100%;
}

.form-member-input {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
  height: 55px;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
}
.form-member-input.disabled {
  color: #cdcdcd;
}

.form-member-address .info-title {
  display: none;
}

.member-agree {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
.member-agree a {
  color: #20afea;
  cursor: pointer;
  display: inline;
  text-decoration: underline;
}
.member-agree a:hover {
  color: #7dd0f3;
}
.member-agree input[type='checkbox'] + label span {
  background: url(../../Content/Images/VipMember/checkbox.png) left top no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  width: 19px;
}
.member-agree input[type='checkbox']:checked + label span {
  background: url(../../Content/Images/VipMember/checkbox.png) -19px top no-repeat;
}

.form-member-caution {
  display: inline-flex;
}
.form-member-caution .bullets {
  margin-right: 6px;
}

@media only screen and (max-width: 768px) {
  .form-memberzone {
    margin: 0 0 20px 0;
  }

  .mobile-padding {
    padding: 16px;
  }

  .form-member-title {
    float: none;
  }

  .form-member-caution {
    padding-left: 0;
    margin-top: 20px;
    max-width: 95%;
  }

  .member-orange-btn {
    margin: 20px 0;
    width: 100%;
  }

  .member-agree {
    max-width: 95%;
  }

  .form-memberzone-wrapper .form-memberzone select {
    box-sizing: border-box;
  }
  .form-memberzone-wrapper .form-memberzone input {
    box-sizing: border-box;
  }
  .form-memberzone-wrapper .form-memberzone .member-label-content {
    width: 48.5%;
  }
}
.name-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.member-general {
  font-size: 15px;
  margin: 5px 0;
  padding: 5px 0 5px 10px;
}

.member-grey {
  color: #aaa;
  font-size: 13px;
  margin: 5px 0;
  padding-left: 10px;
  line-height: 1.1em;
}

.purchase-total {
  display: inline-block;
  font-size: 26px;
  margin: 10px 0 5px 0;
  padding: 5px 3px 5px 10px;
}

.purchase-total-wrapper {
  margin: 0 auto;
  width: 90%;
}

.purchase-data {
  margin-top: 10px;
  padding: 20px;
}

.total-word {
  color: #232c3b;
  font-size: 14px;
  line-height: 28px;
  margin-left: 135px;
  margin-top: 20px;
  text-align: left;
}

.red-total {
  color: #e33d26;
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 3px;
}
.red-total .small {
  color: #e33d26;
  font-size: 16px;
}

.red-point {
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px 0;
  overflow: hidden;
  padding-left: 5px;
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .red-point {
    padding-left: 20px;
  }
  .red-point::before {
    background-color: #f0f0f0;
    width: 140px;
  }
}
.red-point::before {
  background-color: #fff;
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: -1;
}
.red-point img {
  float: left;
  margin-right: 20px;
}

.other-total {
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px 0;
  padding-left: 5px;
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .other-total {
    overflow: hidden;
  }
  .other-total .total-word {
    margin-left: 150px;
  }
  .other-total .red-total {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .other-total {
    overflow: hidden;
  }
}
.other-total a {
  color: #333;
  text-decoration: none;
}
.other-total ul {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding-left: 15px;
}
.other-total ul li {
  color: #666;
  font-size: 15px;
  line-height: 20px;
}
.other-total .other-total-left {
  float: left;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .other-total .other-total-left {
    padding-left: 15px;
  }
  .other-total .other-total-left::before {
    background-color: #f0f0f0;
    width: 140px;
  }
}
.other-total .other-total-left::before {
  background-color: #fff;
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: -1;
}
.other-total .other-total-right {
  height: auto;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .other-shop-total {
    display: none;
  }
}

.shop-owner-define {
  margin-top: 10px;
}
.shop-owner-define ul {
  list-style: none inside none;
  margin-top: 10px;
}
.shop-owner-define ul li {
  font-size: 16px;
  line-height: 20px;
}
.shop-owner-define li:nth-child(odd) {
  color: #333;
}

.member-define {
  color: #aaa;
  margin-right: 5px;
}

.total-arrow {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  padding-left: 20px;
  padding-top: 20px;
  position: absolute;
  right: 4%;
  top: 20%;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .total-arrow {
    display: none;
  }
}

.purchase-info {
  clear: both;
  margin-top: 20px;
  width: 100%;
}
.purchase-info a {
  color: #333;
  text-decoration: none;
}
.purchase-info a:hover {
  background-color: #eee;
}

.text {
  color: #333;
}
.text.min {
  font-size: 12px;
}
.text.small {
  font-size: 13px;
}
.text.middle {
  font-size: 15px;
}
.text.middle-title {
  font-size: 20px;
}
.text.max {
  font-size: 24px;
}
.text.black {
  color: #4a4e5c;
}
.text.dark-gray {
  color: #595959;
}
.text.gray {
  color: #999999;
}
.text.middle-gray {
  color: #666666;
}
.text.light-gray {
  color: #bcbcbc;
}
.text.light-blue {
  color: #428bca;
}
.text.light-blue:hover {
  color: #7ebae3;
  transition: 0.2s ease-in-out;
}
.text.red {
  color: #ff5353;
}
.text.line-height-middle {
  line-height: 22px;
}
.text.line-height-max {
  line-height: 30px;
}
.text.info {
  color: #989898;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .text.info {
    font-size: 15px;
  }
}

.form-memberzone input[type='radio'] {
  display: none;
}

.form-memberzone input[type='radio'] + label {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
  padding: 5px 0;
  text-align: center;
  width: 49.5%;
}

.form-memberzone input[type='radio']:checked + label {
  background-color: #b3a396;
  color: #fff;
}

.ns-date-pick select, .address-block select, .form-memberzone select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  height: 55px;
  margin-top: 10px;
  overflow: hidden;
  padding: 0 20px 0 10px;
  width: 100%;
}

.info-dialog {
  padding-top: 25%;
}
@media only screen and (min-width: 768px) {
  .info-dialog {
    padding-top: 10%;
  }
}
.info-dialog .info-dialog-title {
  padding: 15px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.info-dialog .info-dialog-title .title-name {
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.info-dialog .info-dialog-title svg {
  margin-right: 10px;
}
.info-dialog .info-dialog-content {
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  height: 150px;
  overflow-y: auto;
  padding: 20px;
}
.info-dialog .info-dialog-button {
  padding: 16px 0;
  text-align: center;
}
.info-dialog .confirm-btn {
  line-height: 40px;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  background-color: #ff5353;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
.info-dialog .confirm-btn:hover {
  transition: 0.2s ease;
  background: #ff2020;
}
.info-dialog .confirm-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1281px) {
  .vip-member-nav-container {
    display: none;
  }
}
.vip-member-nav-container .vip-member-nav {
  padding: 6px;
  cursor: pointer;
}
.vip-member-nav-container .vip-member-nav > li:before {
  font-family: FontAwesome;
  content: "\f104";
  padding: 0 5px;
  color: #cccccc;
}
.vip-member-nav-container .vip-member-nav a {
  font-weight: normal;
  color: #b3a396;
}
@media only screen and (max-width: 768px) {
  .vip-member-nav-container .vip-member-nav {
    padding-left: 0;
  }
  .vip-member-nav-container .vip-member-nav > li:before {
    padding-left: 0;
  }
}

.article-module-container {
  width: 100%;
  color: #999;
  line-height: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .article-module-container {
    margin-top: 20px;
  }
}
.article-module-container .article-module {
  margin-left: 10px;
  font-family: "PingFang-SC", "Lucida Grande", "Helvetica", "Arial", "微軟正黑體修正", "微軟正黑體", sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 24px;
}
.article-module-container .article-module p {
  padding: 10px 0;
  font-size: inherit;
  margin: 0;
}
.article-module-container .article-module h2 {
  font-size: 22px;
}
.article-module-container .article-module h3 {
  font-size: 20px;
}

.bar-code-modal .modal-dialog {
  margin-top: 15%;
}
.bar-code-modal .bar-code-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.bar-code-modal .bar-code-img-container {
  width: 100%;
  margin: 35px 0 40px 0;
  text-align: center;
  color: #fff;
}
.bar-code-modal .confirm-btn {
  line-height: 44px;
  text-align: center;
  width: 100%;
  background-color: #ff5353;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
.bar-code-modal .confirm-btn:hover {
  transition: 0.2s ease;
  background: #ff2020;
}
.bar-code-modal .confirm-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}
