#checkoutBack {
  background-color: var(--base);
  color: var(--btn-font);
  border: 1px solid var(--base);
}

#checkoutBack:hover #checkoutBackArrow {
  -webkit-filter: hue-rotate(64deg) saturate(36%) brightness(29%);
  filter: hue-rotate(64deg) saturate(36%) brightness(29%);
}

#checkoutBack:hover {
  background-color: var(--btn-font);
  color: var(--base);
}

#checkoutBackText {
  margin-top: 2px;
}

#addCoupon {
  background-color: #022829;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  width: 28%;
  right: 0;
  border-radius: 2px;
  text-transform: uppercase;
}

.checkoutContinue:not(.disabled):hover {
  background-color: white;
  color: var(--base);
}

.productQuantityDiv {
  border: 1px solid #9b9b9b;
}

#checkoutMain .productInfo,
#checkoutMain2 .productInfo {
  color: #9b9b9b;
  font-weight: unset;
}

.productQuantity {
  color: var(--base);
}

#checkoutMain .productSpec,
#checkoutMai2 .productSpec {
  color: white;
}

#checkoutMain .productName,
#checkoutMain2 .productName {
  color: white;
}

#checkoutContinue {
  text-transform: lowercase;
}

.paymentType {
  width: 150px;
}

.shippingOption:hover,
.shippingOption.selectedShippingOption {
  background-color: var(--base);
  color: var(--btn-font);
  fill: var(--btn-font);
}

#checkoutMain .productRow,
#checkoutMain2 .productRow {
  height: 130px !important;
  margin: 20px auto;
}

#checkoutMain .productImage,
#checkoutMain2 .productImage {
  height: 100%;
  width: 105px;
  background-size: contain;
}

#checkoutMain .productQuantityDiv {
  border: 1px solid white;
  border-radius: 100px;
}

#checkoutMain .selectArrow,
#checkoutMain2 .selectArrow {
  background-color: unset;
}

.btn {
  background: none repeat scroll 0 0 #9b9b9b;
}

#checkoutContinue,
#confirmShipping,
.billingContinue {
  border: 3px solid var(--base);
  background-color: var(--base);
  color: var(--btn-font);
  border-radius: 0;
}

#checkoutContinue:hover,
#confirmShipping:hover,
.billingContinue:hover {
  background-color: var(--btn-font);
  color: var(--base);
}

#checkoutBack:hover #checkoutBackArrowHover {
  display: block;
}

.checkoutContinue {
  background-color: var(--base);
  border: 1px solid var(--base);
  color: white;
}

#checkoutContinue.disabled {
  background-color: #ececec;
  color: #c2c2c2;
  cursor: not-allowed;
  border: 3px solid #ececec;
}

.billingInfoOption:hover,
.billingInfoOption.selectedBillingInfoOption {
  background-color: var(--base);
  color: var(--btn-font);
  font-weight: 700;
}

#cartInfoTitle {
  color: #9b9b9b;
}

.print:hover {
  background-color: #9b9b9b;
}

.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;
}

#checkoutSummaryTitle {
  background: transparent;
  color: white;
  font-weight: unset;
}

.paymentMethod {
  display: flex;
  align-items: center;
}

#checkoutClosedStore {
  display: block;
  background-color: #5e5d5d;
  color: #fff;
}

#checkoutSummaryContainer {
  margin-top: 0;
}

#content {
  background: var(--web-background);
}

.checkBoxColorContainer {
  width: 10px;
  height: 10px;
  border-radius: 47px;
}

.shippingTypeCheckBoxChecked .checkBoxColorContainer {
  background-color: var(--base);
}

.hideImportant {
  display: none !important;
}

/* fixes shipp */
div#shippingTypesContainer {
  flex-direction: column;
  min-height: 100px;
}

.shippingLabel.textShippingTypes {
  margin-bottom: 0px;
  margin-top: 6px;
  color: black;
}

div#shippingTypes {
  width: calc(100% - 50px);
  line-height: 20px;
}

.boxContainer {
  margin-top: 0;
}

.shippingLabelLight {
  font-weight: bold;
}

.descriptionsContainer {
  margin-top: 10px;
}

#checkoutMain .cartSeparator,
#checkoutMain2 .cartSeparator {
  background-color: white;
}

#addCouponRow {
  border: 1px solid;
  display: flex;
  justify-content: space-between;
}

#couponText {
  background-color: white;
  font-size: 14px;
  color: black;
  padding: 0;
  border-radius: unset;
  text-indent: 10px;
  width: 72%;
}

#checkoutSummaryTitle {
  font-size: 14px;
}

.couponLabelToChange {
  margin: 11px 0 7px;
}

.shippingLabelLight {
  font-size: 13px;
}

.descriptionsContainer {
  margin-top: 0;
}

#subtotal,
.checkoutSummaryRow .checkoutSummaryLabel,
.couponLabelToChange {
  color: black;
  font-weight: 100;
}


#checkoutBack {
  background-color: transparent;
  color: white;
  border: none;
  text-transform: none;
  font-size: 18px;
  font-weight: unset;
}



#checkOutSteps {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}

.checkoutStep {
  position: relative;
  width: 26%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: white;
  border: 1px solid #cccccc;
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  margin: auto;
  border-radius: 40px;
  font-size: 19px;
  font-weight: normal;
  text-transform: none;
}

.checkoutStep.currentStep {
  background-color: black;
  border: black;
  color: white;
  opacity: 1;
}

.checkoutDivider {
  position: relative;
  float: left;
  width: 35px;
  height: 1px;
  background-color: #cccccc;
}

#checkoutMain {
  background: #ffffff38;
}


#checkoutMain #cartTitle {
  display: block;
  color: white;
  font-weight: normal;
}

#checkoutMain option {
  color: grey !important;
}

#checkoutMain .productQuantity,
#checkoutMain2 .productQuantity {
  border: 1px solid white;
  color: white
}

#checkoutMain .productPrice,
#checkoutMain2 .productPrice {
  font-size: 16px;
  color: white;
  margin-left: 0px;
  font-weight: 100;
}

#shippingTitle,
.shippingLabel,
.shippingTitle {
  color: white;
  font-weight: 100
}

#checkoutBackArrow {
  height: 15px;
  top: 2px;
}

#checkoutBackText {
  text-transform: capitalize;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .summaryBankData {
    margin-bottom: 30px;
  }

  .summaryBanksData {
    width: 100%;
    display: block;
  }

  .summaryText {
    width: 80%;
  }

  #couponText {
    height: 35px;
  }

  #addCoupon {
    height: 35px;
    line-height: 35px;
  }

  #checkoutSummaryTitle {
    font-size: 14px;
  }

  .couponLabelToChange {
    margin: 11px 0 7px;
  }

  .shippingLabelLight {
    font-size: 13px;
  }

  .descriptionsContainer {
    margin-top: 0;
  }
}