#checkoutBack {
  background-color: var(--base) !important;
  color: #ffffff !important;
  border: 1px solid var(--base);
}
#checkoutBack:hover {
  background-color: #ffffff !important;
  color: #5e5d5d !important;
}
#checkoutBackText {
  margin-top: 2px;
}
#addCoupon {
  background-color: var(--grey);
  color: var(--base);
  text-transform: uppercase;
  line-height: 33px;
  font-size: 12px;
  height: 33px;
}
.discountCustomInfo {
  font-size: 13px;
  margin-top: 20px;
  width: auto;
  margin-left: 10px;
}
#couponText {
  height: 33px;
}
.productQuantityDiv {
  border: 1px solid #9b9b9b;
}
#checkoutMain .productInfo,
#checkoutMain2 .productInfo {
  color: #9b9b9b !important;
  font-weight: unset !important;
}
.productQuantity {
  color: var(--base) !important;
}
#checkoutMain .productSpec,
#checkoutMai2 .productSpec {
  color: #9b9b9b !important;
}
#checkoutMain .productName,
#checkoutMain2 .productName {
  color: #9b9b9b !important;
}
#checkoutContinue:hover {
  color: #895638 !important;
}
#checkoutContinue {
  text-transform: lowercase !important;
}
.paymentType {
  width: 150px !important;
}
.shippingOption:hover,
.shippingOption.selectedShippingOption {
  background-color: #e3d1bd !important;
  color: #5e5d5d !important;
  fill: #5e5d5d !important;
}
#checkoutMain .productQuantityDiv {
  border: 1px solid var(--base) !important;
}
#checkoutMain .selectArrow,
#checkoutMain2 .selectArrow {
  background-color: var(--base) !important;
}
.btn {
  background: none repeat scroll 0 0 #9b9b9b !important;
}
#checkoutContinue,
#confirmShipping,
.billingContinue {
  border: 3px solid #9b9b9b !important;
  background-color: #9b9b9b !important;
  color: #fff5ea !important;
  border-radius: 0px !important;
}
#checkoutContinue:hover,
#confirmShipping:hover,
.billingContinue:hover {
  background-color: #ffffff !important;
  color: #9b9b9b !important;
}
#checkoutBack:hover #checkoutBackArrowHover {
  display: block;
}
#headerDummy {
  height: 9rem;
}
#content {
  background: white !important;
}
.billingContinue:hover {
  box-shadow: 0 0 6px #9b9b9b !important;
}
.checkoutContinue {
  background-color: var(--base);
  border: 2px solid var(--base);
  color: #fff;
}
.checkoutContinue:not(.disabled):hover {
  background-color: #fff;
  color: #5e5d5d;
  font-weight: 900;
}
#checkoutContinue.disabled {
  background-color: #ececec;
  color: #c2c2c2;
  cursor: not-allowed;
  border: 3px solid #ececec;
}
.billingInfoOption:hover,
.billingInfoOption.selectedBillingInfoOption {
  background-color: #9b9b9b !important;
  color: #fff;
  font-weight: 600;
}
#cartInfoTitle {
  color: #9b9b9b !important;
}
.print:hover {
  background-color: #9b9b9b !important;
}
.summaryBanksData {
  width: 650px;
  display: flex;
  position: relative;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  justify-content: space-around;
  margin-top: 35px;
}
.paymentMethod {
  display: flex;
  align-items: center;
}

#checkoutClosedStore {
  display: block;
  background-color: #5e5d5d;
  color: #fff;
}
#checkoutSummaryContainer {
  margin-top: 0;
}
.preorderBadgeLong {
  width: 90%;
  margin: 0.5rem auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .summaryBankData {
    margin-bottom: 30px;
  }
  .summaryBanksData {
    width: 100%;
    display: block;
  }
  .summaryText {
    width: 80%;
  }
}
