@charset "utf-8";
/* CSS Document */
/* ==========================================================================
   Page: Shopping Cart
   ========================================================================== */
/*
.cartpage .mainContent .container {
    padding-top: 50px;
}

.cartpage .mainHeader {
	background-color: #f9f2dc;
}
*/

#avance.shoppingCart.container {
  min-height: 500px;
}

#avance.thankyou.container {
  min-height: 500px;
  background: #fcfcf1;
}

.cartpage .mainHeader {
  background-color: #f9f2dc !important;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.text400 {
  font-weight: 400;
}

.text600 {
  font-weight: 600;
}

.text700,
.text700 label {
  font-weight: 700;
}

.col-1-2 {
  width: 50%;
  float: left;
}

.col-1-2:nth-child(odd) {
  padding-right: 20px;
}

.col-1-3 {
  width: 33.3%;
  float: left;
}

.col-2-3 {
  width: 66.6%;
  float: left;
}

.cartEmpty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.cartEmpty h3 {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}

#collectionTimeDiv.col-1-2:nth-child(odd) {
  padding-right: 0;
}

#shippingAddress .col-1-2,
#pickupAddress .col-1-2 {
  width: 50%;
  margin-bottom: 10px;
  float: left;
}

.shoppingCart .grid {
  display: block;
  margin-bottom: 10px;
}

.cartBanner {
  background-color: #FCDECA;
}

.shoppingCart fieldset {
  border: none;
  padding-inline: 0;
}

@media screen and (max-width: 1200px) {
  .cartBanner {
    background-size: 150%;
    background-position: 0 50%;
  }
}

@media screen and (max-width: 687px) {
  .cartBanner {
    min-height: 350px;
    background-position: 50%;
    background-size: 200%;
  }
}

@media screen and (max-width: 468px) {
  .cartBanner {
    background-size: 250%;
    /*background-position: 10% 52%;*/
  }
}

.cartBanner h1 {
  margin-bottom: 20px;
}

@media (min-width: 1150px) {
  .cartBanner h1 {
    text-align: left;
  }
}

.cartBanner h2 {
  font-size: 1.8rem;
  color: #000;
  text-align: left;
  line-height: 2rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

@media (min-width: 768px) {
  .cartBanner h2 {
    font-size: 1.9rem;
  }
}

.shoppingCart .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#cartProductsHtml {
  position: relative;
  margin-top: 35px;
}

#cartProductsHtml .cartItem {
  position: relative;
  margin-bottom: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  display: block;
  float: left;
  width: 100%;
  background: none;
  border-bottom: 1px solid #cccccc;
}

.cartItem:first-of-type {
  padding-top: 0 !important;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.cartProductContainer {
  width: 60%;
  float: left;
  padding-right: 50px;
}

.cartSummaryContainer {
  /*
    position: absolute;
    right: 0;
    */
  position: relative;
  float: right;
  width: 40%;
  top: 0;
  display: inline-block !important;
}

.image {
  width: 150px;
  margin-right: 30px;
  float: left;
}

.cartProductName {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1rem;
  color: #000000;
  margin-bottom: 30px;
}

.cartProductName h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1rem;
  color: #000000;
}

.cartProductName h2 label {
  font-weight: 700;
  font-size: 19px;
  color: #000000;
  line-height: 1rem;
  text-align: left;
  padding-right: 10px;
  float: left;
}

.itemlist label {
  padding-right: 10px;
  float: left;
}

/*------Disclaimer ------*/
.error {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  color: #c96565;
}

.contra-disclaimer {
  margin-left: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  ;
}

.contra-disclaimer img {
  width: 20px;
}

.contra-disclaimer-msg {
  padding: 10px;
  background: #fdebdf;
  font-size: 14px;
  line-height: 1.2rem;
}

.cart-disclaimer {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart-disclaimer img {
  width: 15px;
}

.pregnant-disclaimer {
  text-align: left;
  margin-left: 5px;
  color: #4c4c4c;
  font-weight: 200;
  font-size: 14px;
  padding-right: 22px;
  line-height: 1.2rem;
}

.cart-disclaimer img {
  width: 15px;
}

.suspendDelivery-disclaimer {
  text-align: left;
  margin-left: 5px;
  color: #d44f46;
  font-weight: 200;
  font-size: 14px;
  padding-right: 22px;
  line-height: 1.2rem;
}


.suspendDelivery {
  font-size: 12px;
  color: #d44f46;
}

.suspendDeliveryIcon.uk-icon {
  width: 15px;
  color: #c96565;
  float: left;
}

.kitItems .itemlist .suspendDeliveryIcon.uk-icon {
  width: 13px;
  color: #c96565;
  float: left;
}

.suspendDelivery {
  margin-top: 20px;
  margin-bottom: 20px;
}

.suspendDelivery .uk-icon {
  width: 15px;
  color: #c96565;
}

.ProductListDesp h2 {
  font-weight: 700;
  font-size: 19px;
  color: #000000;
  line-height: 1rem;
  text-align: left;
}

.recommendation h3 {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}

.RecommendListImage {
  display: inline-block;
  position: relative;
}

.description {
  display: inline-block;
  width: auto;
  font-size: 14px;
  background: #faf8ee;
  padding: 3px 10px;
}

.minus {
  color: #4d4d4d;
  padding: 0 15px;
  padding-left: 15px;
  padding-left: 5px;
  font-size: 25px;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
}

.add {
  color: #4d4d4d;
  padding: 0 15px;
  padding-right: 15px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
}

.cartLabel {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  width: 20px;
  padding: 0;
  text-align: center;
  background: none;
}

input.cartLabel {
  border: none !important;
}

input.cartLabel {
  outline: none;
}

.productPrice {
  float: right;
  width: 60px;
  text-align: right;
  margin-left: 20px;
  margin-top: 2px;
}

.orderSummary {
  background: #fbf8ed;
  padding: 20px 50px;
  width: 100%;
  display: inline-grid;
}

.orderSummary h2 {
  /* padding-top: 0; */
  font-weight: 800;
  font-size: 19px;
  color: #000000;
  line-height: 1rem;
  text-align: left;
}

.orderSummary div {
  border-top: 1px solid #D1D0CC;
}

.orderSummary div:first-of-type {
  border-top: none;
}

a.plus-btn {
  text-decoration: none;
}

a.minus-btn {
  text-decoration: none;
}

.removeItem {
  position: absolute;
  bottom: 20px;
  left: 180px;
}

.removeItem a label {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.subtotal {
  padding: 8px 0;
  /*border-bottom: 1px solid #D1D0CC;*/
  font-weight: 300 !important;
}

.shippingfee {
  padding: 8px 0;
  /*border-bottom: 1px solid #D1D0CC;*/
  font-weight: 300 !important;
}

.voucherInfo {
  padding: 8px 0;
  /*border-bottom: 1px solid #D1D0CC;*/
  font-weight: 300 !important;
  line-height: 1.3;
}

.orderSummary .total {
  font-weight: 600;
  padding: 10px 0;
  padding-bottom: 0;
  border-top: 1px solid #D1D0CC;
  color: #000;
}

.orderSummary .tax {
  padding-bottom: 10px;
  border-top: 0;
}

.tax span {
  font-size: 14px !important;
  color: #000;
}

#shippingRemarkDiv {
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
  line-height: 1.2;
}

.cartButton {
  font-family: 'Overpass', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 19px;
  font-weight: 700 !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 50px;
  background-color: transparent;
  padding: 2px 5px;
  text-decoration: none;
  transition: border-color 300ms;
  text-align: center;
  cursor: pointer;
  float: right;
  /*margin-right: 30px;*/
  margin-top: -3px;
  width: auto;
}

.cartButton a:hover {
  text-decoration: none;
}

.checkoutButton {
  text-align: center;
  margin-top: 30px;
}

.checkoutButton a {
  font-family: 'Overpass', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 19px;
  font-weight: 700 !important;
  color: #000000 !important;
  display: inline-block;
  border: 0 !important;
  background-color: #ffcd00;
  padding: 12px 15%;
  text-decoration: none;
  border-radius: 50px;
  transition: border-color 300ms;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.checkoutButton a label {
  cursor: pointer;
  font-size: 19px;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.cartButton_small a {
  font-family: 'Overpass', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 14px;
  font-weight: 400 !important;
  color: #000000 !important;
  display: inline-block;
  border: 1px solid #000000 !important;
  border-radius: 50px;
  background-color: transparent;
  padding: 3px 10px;
  padding-bottom: 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.cartButton_small a label {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

.recommendation {
  margin-top: 50px;
  display: none;
}

.recommendation .flex-container {
  width: 90%;
  display: flex;
  gap: 3%;
  grid-row-gap: 30px;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  margin: 0 auto;
}

.recommendedItem {
  width: 150px;
  /*flex: auto;*/
}

.recommendedItem h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1;
}

.RecommendListImage h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1;
}

.addtobag::before {
  content: '.';
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: -6px;
}

/* EXS Promotion Package */
#cartProductsHtml .packageItems .promoPackage,
#cartItemsHtml .packageItems .promoPackage {
  width: 100%;
  font-family: 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans KR', 'Noto-Sans-Thai-Regular', sans-serif;
  line-height: 1;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  color: #A15C57;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
}

.packageContainer .item {
  display: flex;
}

.packageContainer {
  background: #f0f0ed;
  border-radius: 0 0 10px 10px;
}

.packageImage {
  width: 20%;
  text-align: center;
  min-width: 100px;
  display: inline-block;
  background: #f8f8f6;
}

.item:last-of-type .packageImage {
  border-radius: 0 0 0 10px;
}

.packageDesc {
  display: inline-block;
  padding: 15px;
}

.packageProductName {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-inline-box;
}

.packageProductName label {
  padding-right: 10px;
  float: left;
}

.packageItems {
  margin-left: 180px;
  border: 0.75px solid #a15c57;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.packageItems.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.packageItems .image {
  width: 100%;
  margin-right: 0;
}

.packageItems .image:last-child {
  border-radius: 10px;
}

.packageItems .unitPrice {
  position: relative;
}

.packageItems .productDesc {
  font-size: 14px;
}

.packageItems .description label {
  display: inline-block;
}

.hideBtn {
  display: inline-block;
  /* background: #f4f4f4; */
  font-size: 12px;
  color: #A15C57;
  text-transform: uppercase;
  font-weight: 700;
  /* padding: 3px 10px; */
  margin-left: 10px;
  cursor: pointer;
  float: right;
}

.showBtn {
  display: inline-block;
  /* background: #f4f4f4; */
  font-size: 12px;
  color: #A15C57;
  text-transform: uppercase;
  font-weight: 700;
  /* padding: 3px 10px; */
  margin-left: 10px;
  cursor: pointer;
  float: right;
}

/****Kit Item***/
.kitItems {
  margin-left: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.kitItems .itemlist:first-of-type {
  margin-top: 10px;
}

.kitItems .itemlist {
  line-height: 1.5;
  margin-top: 0 !important;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
}

.itemlist {
  color: #000000;
  font-weight: 400;
  line-height: 2;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}


@media (max-width: 687px) {
  #cartProductsHtml {
    margin-top: 0;
  }

  #cartProductsHtml .cartProductContainer {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  #checkoutHtml .cartSummaryContainer {
    position: relative;
  }

  #checkoutHtml .cartProductContainer {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .cartSummaryContainer {
    position: relative;
    width: 100%;
    float: none;
  }

  .image {
    margin-right: 20px;
    width: 100px;
  }

  .productPrice {
    margin-right: 0;
  }

  .cartButton {
    position: absolute;
    bottom: 20px;
    left: 120px;
  }

  .removeItem {
    right: 0;
    left: auto;
  }

  .recommendation {
    margin-top: 0;
    margin-bottom: 50px;
    /*float: left;*/
  }

  .recommendation h3 {
    text-align: left;
  }

  .RecommendListImage {
    display: inline-block;
    /* min-height: 200px; */
    /* background: #f9f9f9; */
    position: relative;
  }

  .checkoutButton a {
    width: 100%;
  }

  .orderSummary {
    padding: 20px 20px;
  }

  #cartProductsHtml .cartItem {
    padding-bottom: 20px;
    min-height: 160px;
  }

  .packageItems {
    margin-left: 120px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .packageItems .image {
    width: 80px;
  }

  .packageImage {
    min-width: 80px;
  }

  .kitItems {
    margin-left: 125px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

}

/*----- Voucher Redemption ------*/
.voucherlist {
  position: relative;
  width: 100%;
  margin-top: 10px;
  border-top: 0 !important;
  display: table;
}

/*
.VoucherRedemption .form-check {
    margin-left: 10px;
}
*/
.VoucherRedemption button {
  background-color: #FFDA66;
  border: 1px solid #FFDA66;
  padding: .8rem 3rem .6rem;
  margin: 20px 0 40px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 25px;
  display: inline-block;
}

/*
.VoucherRedemption {
    background: #fbf0e4;
    padding: 20px 50px;
    width: 100%;
    display: inline-grid;
}
*/
.VoucherRedemption h2 {
  font-size: 19px;
  color: #000000;
  line-height: 1rem;
  text-align: left;
  font-weight: 700;
}

.VoucherRedemption h2 label {
  font-size: 19px;
  color: #000000;
  line-height: 1rem;
  text-align: left;
  font-weight: 700;
}

.VoucherRedemption input[type=text] {
  width: 70%;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #737373;
  padding: 8px 12px;
}

.VoucherRedemption input[type=text]:focus {
  outline: none;
}

.VoucherRedemption .linkSmall {
  float: right;
  padding: 8px 0;
  text-align: center;
  width: 27%;
  background: #fcdeca;
  border-radius: 50px;
}

.VoucherRedemption .linkSmall label {
  font-weight: 400;
}

#CheckVoucheraccordion table {
  width: 100%;
  table-layout: fixed;
}

.tbl-header {
  background-color: rgba(255, 255, 255, 0.3);
  padding-right: 0;
}

.tbl-header tr th {
  padding: 5px 10px;
  background: #f8f6f4;
  font-size: 12px;
}

.tbl-content {
  /*height: 200px;*/
  /*overflow-x: auto;*/
  margin-top: 20px;
  /*border: 1px solid rgba(255, 255, 255, 0.3);*/
  margin-bottom: 20px;
}

.tbl-footer {
  padding-bottom: 20px;
}

#voucherTableDiv td {
  font-size: 14px;
}

#divCheckVoucheraccordion {
  margin-bottom: 20px;
}

#divCheckVoucheraccordion a.uk-accordion-title label:hover {
  cursor: pointer;
}

#divCheckVoucheraccordion .uk-accordion-title {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}

#divCheckVoucheraccordion .uk-accordion-title:hover {
  text-decoration: underline;
}

#divCheckVoucheraccordion .uk-open>.uk-accordion-title::before {
  display: none;
}

#divCheckVoucheraccordion .uk-accordion-content {
  margin-top: 10px;
}

#divCheckVoucheraccordion input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

#divCheckVoucheraccordion input[type=checkbox]:checked+label:before {
  border-radius: 50px;
  background: #f78469;
  border: 1px solid #f78469;
  text-align: center;
  line-height: 10px;
}

#divCheckVoucheraccordion input[type=checkbox]:checked+label {
  color: #000000;
  /*margin-bottom: 10px;*/
}

.voucherNumber {
  width: 80%;
}

.voucherDescription {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voucherNumber label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-check .voucherlist label {
  width: 80%;
}

.voucherlist label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.RedemptionPeriod {
  font-size: 12px;
  font-style: italic;
}

a.removeVoucher {
  color: #f78469;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1rem;
  text-decoration: underline;
}



/* ==========================================================================
   Page: Check Out
   ========================================================================== */
#checkoutHtml {
  display: flex;
  position: relative;
  margin-top: 35px;
}

#AddressModal .uk-modal-close-default {
  left: auto;
  right: 10px;
}

.cartSummaryContainer.uk-background-muted {
  background-color: #fbf8ed;
  position: absolute;
  height: 100%;
  right: 0;
  width: 40%;
}

#checkoutHtml .uk-card-body {
  padding: 0;
}

#checkoutHtml .uk-card-default {
  background: none;
  box-shadow: none;
}

#checkoutHtml .cartSummaryContainer {
  top: 0;
  /* width: 100%;*/
}

#checkoutForm label {
  /*margin-bottom: 10px;*/
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

#checkoutForm .cartbox label {
  font-weight: 300 !important;
}

#checkoutForm input[type=radio]:checked+label:before {
  border-radius: 50px;
  background: #f78469;
  border: 1px solid #f78469;
  text-align: center;
  line-height: 10px;
}

/*
#payment input, #payment select, #payment textarea, #contactUsForm option {
    padding: 30px 20px;
    border-radius: 30px;
    font-size: 1.2rem;
}
*/

.checkoutContainer {
  position: relative;
  width: 60%;
  padding-right: 50px;
  float: left;
}

.checkoutContainer input,
select,
textarea,
option {
  background: #F9F2DC;
  border-radius: 30px;
}

.checkoutContainer input[type="text"],
.checkoutContainer input[type="tel"] {
  outline: none;
  /* Removes the default outline */
}

#AddressModal input:focus,
#AddressModal input[type="text"]:focus,
#AddressModal input[type="tel"]:focus,
.checkoutContainer input[type="tel"]:focus,
.checkoutContainer input[type="text"]:focus {
  outline: 2px solid #ffcd00;
  /* Removes the default outline */
}



/* Delivery Address*/
.shoppingCart input[type=radio] {
  position: absolute;
  visibility: hidden;
}

#shippingAddressesHtml {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#deliveryAddressDiv .cartButton_small a {
  width: auto !important;
}

.cartbox {
  padding: 10px;
  width: 100%;
  /*float: left;*/
  /*margin-left: 2%;*/
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #efefef;

}

.cartbox:nth-child(odd) {
  margin-left: 0;
}

.form-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 14px;
  color: #808080;
}

.form-radio label:before {
  content: "";
  display: inline-block;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 1px;
  border: 1px solid #a2a2a2;
  background-color: #FFFFFF;
}

.form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  /*margin-bottom: 10px;*/
  color: #a2a2a2;
  line-height: 1.3rem;
}

.form-check label:before {
  content: "";
  display: inline-block;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 1px;
  border: 1px solid #a2a2a2;
  background-color: #FFFFFF;
}

.editContainer {
  float: right;
  display: block;
}

.delete img {
  width: 20px !important
}

#collectionDetails.col-1-2 {
  padding-right: 20px;
}

#contactNumberDiv .iti__flag-container {
  width: 10%;
  float: left;
  margin-top: 10px;
  font-weight: 300;
}

@media (max-width: 687px) {
  #checkoutHtml {
    display: block;
    margin-top: 0;
  }

  #checkoutHtml .cartSummaryContainer {
    width: 100%;
    float: none;
  }

  .checkoutContainer {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .checkoutContainer .col-1-2 {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  #pickupAddress .cartbox {
    width: 100%;
  }

}


/* ==========================================================================
   Page: Confirmation
   ========================================================================== */

#confirmationHtml {
  display: flex;
  position: relative;
  margin-top: 35px;
}

#confirmationHtml .uk-card-body {
  padding: 0;
}

#confirmationHtml .uk-card-default {
  background: none;
  box-shadow: none;
}

#confirmationHtml .cartSummaryContainer {
  top: 0;
  /* width: 100%;*/
}

.unitPrice {
  position: absolute;
  bottom: 20px;
  left: 180px;
}

.unitPrice a {
  font-size: 14px;
  font-weight: 600;
}


.cartQty {
  font-size: 14px;
  position: absolute;
  top: 18px;
  right: 20px;
}

.cartItem:first-of-type .cartQty {
  position: absolute;
  top: -3px;
}

.totalPrice {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.totalPrice label {
  font-weight: 600;
}

#confirmationHtml .cartItem {
  position: relative;
  margin-bottom: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  display: block;
  float: left;
  width: 100%;
  background: none;
  border-bottom: 1px solid #cccccc;
}

#confirmationHtml .cartProductContainer {
  position: relative;
  width: 60%;
  padding-right: 50px;
  float: left;
}

.address label {
  margin-bottom: 10px;

}

.address strong label {
  font-weight: 700;
}

.placeOrderButton a {
  font-family: 'Overpass', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 19px;
  font-weight: 700 !important;
  color: #000000 !important;
  display: inline-block;
  border: 1px solid #000000 !important;
  background-color: transparent;
  padding: 12px 15%;
  text-decoration: none;
  border-radius: 2px;
  transition: border-color 300ms;
  text-align: center;
  width: auto;
  cursor: pointer;
}

.placeOrderButton a label {
  cursor: pointer;
  font-size: 19px;
  font-weight: 700 !important;
}


@media (max-width: 687px) {
  #confirmationHtml {
    display: block;
    margin-top: 0;
  }

  #confirmationHtml .cartProductContainer {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  #confirmationHtml .cartSummaryContainer {
    width: 100%;
    float: none;
    position: relative;
  }

  .checkoutContainer {
    width: 100%;
    float: none;
  }

  .checkoutContainer .col-1-2 {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  #pickupAddress .cartbox {
    width: 100%;
  }

}

/* ==========================================================================
   Page: Order Complete
   ========================================================================== */
#avance.orderComplete.container {
  background: #fcfcf1;
}

#orderCompleteHtml {
  display: flex;
  position: relative;
  margin-top: 35px;
}

.orderCompleteContainer {
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
}

.orderCompleteContent {
  display: block;
  background: #fbf0e4;
  padding: 80px 20px;
  text-align: center;
}

.orderCompleteContent h1 {
  color: #f78469;
}

.orderCompleteContent h2 {
  color: #000000;
  font-size: 25px;
  line-height: 1.2;
}

.orderCompleteContent p {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}

.paymentContent {
  display: block;
  background: #fdf6d8;
  padding: 80px 50px;
}

.paymentContent h2 {
  color: #000000;
  margin-top: 0;
  font-size: 25px;
  line-height: 1.2;
}

.paymentContent hr {
  margin-top: 10px;
  border-top: 1px solid #000000;
}

.text400 label {
  font-weight: 400 !important;
}

.text600 label {
  font-weight: 600 !important;
}

#paymentDetailTable td {
  vertical-align: top;
}

@media (max-width: 800px) {
  #orderCompleteHtml {
    display: block;
    margin-top: 0;
  }

  .orderCompleteContent {
    display: block;
    background: #fbf0e4;
    padding: 50px 30px;
    text-align: center;
  }

  .orderCompleteContent h1 {
    font-size: 2.2rem;
  }

  .orderCompleteContent h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .orderCompleteContent p {
    font-size: 18px;
    line-height: 1.2;
  }

  #paymentDetailTable td {
    font-size: 18px;
    line-height: 1.2;
  }

  .orderCompleteContainer {
    width: 100%;
    margin: 0 auto;
  }

  .paymentContent {
    display: block;
    background: #fdf6d8;
    padding: 80px 30px;
  }
}

@media (max-width: 560px) {
  #orderCompleteHtml {
    display: block;
    margin-top: 0;
  }

  .orderCompleteContent {
    display: block;
    background: #fbf0e4;
    padding: 50px 20px;
    text-align: center;
  }

  .orderCompleteContent h1 {
    font-size: 2rem;
  }

  .orderCompleteContent h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .orderCompleteContent p {
    font-size: 16px;
    line-height: 1.2;
  }

  #paymentDetailTable td {
    font-size: 16px;
  }

  .paymentContent {
    padding: 80px 20px;
  }
}


/*----------Modal----------*/
.close {
  /*float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)*/
  float: right;
  /*font-size: 30px;*/
  /*font-weight: 700;*/
  line-height: 1;
  color: #000;
  /*text-shadow: 0 1px 0 #fff;*/
  filter: alpha(opacity=50);
  opacity: .5
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  /*padding: 0;*/
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.cartpage .uk-modal-dialog {
  border-radius: 20px;
}

.cartpage .uk-modal-header {
  border-radius: 20px 20px 0 0;
}

.cartpage .uk-modal-footer {
  border-radius: 0 0 20px 20px;
}

#AddressModal .uk-modal-dialog {
  border-radius: 20px;
}

#AddressModal .uk-modal-header {
  border-radius: 20px 20px 0 0;
}

#AddressModal .uk-modal-footer {
  border-radius: 0 0 20px 20px;
}


.cartpage .uk-modal-title {
  font-family: 'Overpass', sans-serif;
  color: #000000;
  display: inline-block;
  padding-right: 5px;
  font-weight: bolder;
  line-height: 1.2;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

#AddressModal .uk-modal-title {
  font-family: 'Overpass', sans-serif;
  color: #000000;
  display: inline-block;
  padding-right: 5px;
  font-weight: bolder;
  line-height: 1.2;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.cartpage .uk-close {
  color: #000000;
}

.uk-close svg {
  width: 16px;
  height: 16px;
}

.uk-modal a {
  font-family: 'Overpass', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 19px;
  font-weight: 700 !important;
  color: #000000 !important;
  display: inline-block;
  border: 1px solid #000000 !important;
  background-color: transparent;
  padding: 12px 15%;
  text-decoration: none;
  border-radius: 50px;
  transition: border-color 300ms;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.uk-modal a label {
  cursor: pointer;
  font-size: 19px;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

#AddressModal label {
  display: inline-block;
  padding-right: 5px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

#AddressModal .checkoutButton label {
  padding-right: 0;
}

/*#updateAccountForm label {
    display: block;
    padding: 0;
    padding-right: 30px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    font-size: 1.1rem;
    margin-bottom: 5px;
}*/

#AddressModal input {
  background: #F9F2DC;
  border-radius: 30px;
}

#AddressModal .grid {
  margin-bottom: 15px;
  display: block;
}

/*.modalcontentContainer{
	padding: 5%;
    color: #502c1e;
}*/

/*#TermsModal .modalcontentContainer {
    padding: 5%;
    width: 80%;
    margin: 0 auto;
}

#TermsModalPersonalProtection .modalcontentContainer {
    padding: 5%;
    width: 80%;
    margin: 0 auto;
}*/

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.shoppingCart .modal-content {
  width: 45%;
  min-width: 500px;
  /*position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0*/
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1340;
  /*background-color: rgba(0,0,0,0.48)*/
}

/*.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}*/

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  font-family: 'Poppins', "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 25px;
  text-align: right;
  /*border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px*/
}

.modal-header .close {
  margin-top: -2px;
  padding: 10px;
  text-align: right;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  /*padding: 15px;*/
  margin-top: 15px;
}

/*#AddressModal .modal-body {
    position: relative;
    padding: 30px;
	padding-top: 0;
	margin-top:0px;
}

#AddressModal .checkoutButton a {
    width: 100%;
}*/
.modal-footer {
  /*margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5*/
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

#AlertModal .modal-footer {
  text-align: center;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

@media (min-width:768px) {
  /* .modal-dialog {
        width: 600px;
        margin: 30px auto
    }*/

  .modal-dialog {
    width: 90%;
    margin: 0 auto
  }

  /*.modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }*/
  /*.modal-sm {
        width: 45%;
		min-width: 500px;
		margin: 100px auto;
    }*/

  .modal-sm-center {
    max-width: 80%;
    width: 600px;
    margin: 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
  }
}