#checkoutBack {
  background-color: #333439 !important;
  color: #ffffff !important;
  border: 1px solid #333439;
}

#checkoutBack:hover {
  background-color: #ffffff !important;
  color: #333439 !important;
}

#content {
  background-color: #fff;
}

#checkoutMain .productImage.customProductImage {
  border-radius: 0;
}

#checkoutMain .productRow.customProductRow {
  justify-content: space-between;
  height: auto;
}

.termsAndConditions {
  background-color: #f5f5f5;
  padding: 25px 20px 5px;
}

.termsAndConditions p {
  color: #000;
  font-size: 11px;
  line-height: 15px;
}

.productSKU {
  color: #000;
  font-size: 9px;
  margin-bottom: 0.3rem;
}

.stockInfo {
  font-size: 9px;
  font-size: 9px;
  font-weight: 600;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stockInfo.noAvailableStock {
  color: #fff;
  background-color: #333439;
}

.stockInfo.askForStock {
  color: #fff;
  background-color: #939393;
}

.stockInfo.availableStock {
  color: #000;
  background-color: #f0f0f0;
}

.productUnitType {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}

.productRow .imageContainer {
  display: flex;
  flex-direction: column;
  margin-left: 7px;
}

.quantityWrapper {
  width: 222px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3rem;
  margin-top: 4px;
}

#checkoutMain .productQuantityDiv.customQuantityDiv {
  width: 100px;
  margin-left: unset;
  max-width: 94px;
}

#checkoutMain .productRow.customProductRow .productPrice,
#checkoutMain2 .productRow.customProductRow .productPrice {
  justify-content: center;
  margin-left: 0;
  margin-top: 6px;
}

#checkoutMain .productDelete,
#checkoutMain2 .productDelete {
  margin-right: -8px;
  margin-left: unset !important;
  top: 0% !important;
}

.budgetOnlyQuantity {
  font-size: 14px !important;
}

.checkoutStep {
  display: none;
}

.checkoutDivider {
  display: none;
}

.checkoutSummaryLabel,
#addCouponRow,
.checkoutSummaryRow,
#giftRow {
  display: none;
}

#checkoutBack:hover #checkoutBackArrowHover {
  display: block;
}

#checkoutBack:not(:hover) #checkoutBackArrow {
  display: block;
}

#checkoutBack:not(:hover) #checkoutBackArrowHover {
  display: none;
}

.productPrice.notShown {
  opacity: 0;
}

#cartTitle.titleShown {
  display: block !important;
  text-transform: inherit !important;
}

#addCoupon {
  background-color: #58595b !important;
  color: #fff;
  text-transform: uppercase;
}

#checkoutClosedStore {
  background-color: #58595b;
  color: #fff;
}

.discountsContainer {
  flex-wrap: wrap;
}

#checkoutSummaryContainer {
  margin-top: 0;
  margin-bottom: 0;
}

#checkoutCenteredContent {
  margin-bottom: 15px;
  max-width: 1400px;
}

.productQuantityDiv {
  border: 1px solid #9b9b9b !important;
}

#checkoutMain .productInfo,
#checkoutMain2 .productInfo {
  color: #9b9b9b !important;
  font-weight: unset !important;
  width: calc(35% - 30px) !important;
  top: 0 !important;
}

.productQuantity {
  color: #333439 !important;
}

#checkoutMain .productSpec,
#checkoutMai2 .productSpec {
  color: #9b9b9b !important;
}

#checkoutMain .productName,
#checkoutMain2 .productName {
  color: #000000 !important;
  font-weight: 600;
  margin-bottom: 10px !important;
  text-transform: lowercase;
}

#checkoutMain .productName:first-letter,
#checkoutMain2 .productName:first-letter {
  text-transform: uppercase;
}

#checkoutContinue:hover {
  color: #895638 !important;
}

#checkoutContinue {
  text-transform: inherit !important;
}

.shippingOption:hover,
.shippingOption.selectedShippingOption {
  background-color: #58595b !important;
  color: #fff;
  fill: #fff;
}

#checkoutMain .productQuantityDiv {
  border: 1px solid #58595b !important;
}

.productOldPrice {
  display: block;
  float: left;
  height: auto;
  margin-right: 10px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}

.productOldPrice::before {
  width: 100%;
  content: "";
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 7px;
}

.productPriceUnit {
  display: block;
  float: left;
  color: #000;
  font-weight: 600;
}

#checkoutMain .selectArrow,
#checkoutMain2 .selectArrow {
  background-color: #333439 !important;
}

.btn {
  background: none repeat scroll 0 0 #9b9b9b !important;
}

#checkoutContinue,
#confirmShipping,
.billingContinue {
  border: 3px solid #333439 !important;
  background-color: #333439 !important;
  color: white !important;
  border-radius: 0px !important;
}

#checkoutContinue:hover,
#confirmShipping:hover,
.billingContinue:hover {
  background-color: #ffffff !important;
  color: #333439 !important;
}

#checkoutBack:hover #checkoutBackArrowHover {
  display: block;
}

.billingContinue:hover {
  box-shadow: 0 0 6px #58595b !important;
}

#checkoutContinue:not(.disabled):hover {
  background-color: #fff;
  color: #51d5a5;
  font-weight: 900;
}

#checkoutContinue.disabled {
  background-color: #ececec;
  color: #c2c2c2;
  cursor: not-allowed;
  border: 3px solid #ececec;
}

.billingInfoOption:hover,
.billingInfoOption.selectedBillingInfoOption {
  background-color: #58595b !important;
  color: #fff;
  font-weight: 600;
}

#cartInfoTitle {
  color: #9b9b9b !important;
}

.print:hover {
  background-color: #9b9b9b !important;
}

.paymentDiscountImg:nth-child(3) {
  margin-top: -8px;
}

#storeShippingContainer {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}

.summaryContainer .productQuantityDiv {
  border: none !important;
}

#giftRow {
  display: none !important;
}

#shippingOptionsContainer.pickedOption {
  width: 100% !important;
  justify-content: start;
}

.paymentType.disabled {
  opacity: 0.6;
  background: #b6b6b6;
  cursor: not-allowed;
}

.paymentType.disabled:hover {
  box-shadow: none;
}

.paymentOptionsTitle {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-left: 12px;
}

#paymentOptions {
  margin-left: 20px;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.billingTitle {
  margin-bottom: 30px;
}

#newsLetterMain {
  display: none;
}

#elPaisContainer {
  width: 100%;
  height: auto;
  min-height: 130px;
  background-color: #deefff;
  border-radius: 5px;
  margin-bottom: 15px;
  z-index: 10;
}

#elPaisText {
  color: #002f60;
  font-weight: 700;
  font-size: 11px;
  width: 61%;
  margin-left: 8%;
  float: left;
  padding-top: 15px;
  line-height: 18px;
}

#elPaisLogo {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}

#elPaisButton,
#elPaisApply {
  float: left;
  width: 66%;
  margin-left: 8%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #004a98;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid #004a98;
  cursor: pointer;
}

#elPaisApply {
  margin-top: 10px;
}

#elPaisAlert {
  color: #002f60;
  font-weight: 700;
  font-size: 11px;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  float: left;
  padding-top: 15px;
  line-height: 18px;
}

#elPaisButton:hover {
  background: #fff;
  color: #004a98;
}

#elPaisPlease,
.elPaisLabel,
.elPaisInput,
#closeElPais,
#sendElPais,
#elPaisAlert {
  display: none;
}

#closeElPais {
  float: left;
  margin-top: 20%;
  margin-left: 10%;
  color: #002f60;
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
  cursor: pointer;
}

#sendElPais {
  float: right;
  margin-right: 10%;
  margin-top: calc(20% - 10px);
  height: 35px;
  width: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  background-color: #004a98;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #004a98;
}

#sendElPais:hover {
  background: #fff;
  color: #004a98;
}

#elPaisPlease {
  float: left;
  width: 50%;
  margin-left: 25%;
  text-align: center;
  color: #002f60;
  font-weight: 700;
  margin-top: 10%;
}

.elPaisLabel {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 2%;
  color: #002f60;
  font-size: 12px;
  font-weight: 700;
}

.elPaisInput {
  width: 75%;
  margin-left: 10%;
  height: 25px;
  color: #000;
  padding-left: 12px;
  font-size: 12px;
}

.summaryDiv .productQuantityDiv {
  width: 90%;
}

.discountApplied {
  width: 100%;
  float: left;
  color: #000;
  margin-bottom: 4px;
  font-size: 11px;
}

.discountApplied.unitPrice {
  margin-top: 13px;
  margin-bottom: 6px;
}

.itauDiscountContainer {
  width: 100%;
  display: flex;
  color: #000;
  font-size: 11px;
  align-items: center;
  margin-bottom: 10px;
}

.termsAndConditions p:first-of-type {
  margin-top: 20px;
}

.itauDiscount {
  width: 90px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .paymentType {
    margin-bottom: 5px !important;
  }

  #checkoutCenteredContent {
    margin-top: 40px !important;
  }

  #newsLetterMain {
    display: none !important;
  }

  #checkoutContinue.budgetOnlyButton {
    width: 79% !important;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px !important;
  }

  .budgetOnly #checkoutContinue.budgetOnlyButton {
    width: 100% !important;
  }

  .budgetOnlyQuantity {
    font-size: 17px;
    padding-top: 32px;
    width: 100vw;
    height: auto;
    display: flex;
    padding-left: 30px;
    color: #484848;
  }

  .budgetOnly {
    width: 100% !important;
    height: auto !important;
    left: auto !important;
    flex-direction: column;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    background-color: #fcfcfc;
  }

  #checkoutMain .productRow.customProductRow {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #checkoutMain .productName,
  #checkoutMain2 .productName {
    width: calc(100% - 19px) !important;
    overflow: hidden;
    float: left;
  }

  .productRow .imageContainer {
    width: 100px;
    float: left;
  }

  #checkoutMain .productInfo,
  #checkoutMain2 .productInfo {
    width: calc(100% - 107px) !important;
  }

  .quantityWrapper {
    display: block;
    width: calc(100% - 107px);
    overflow: hidden;
  }

  .productUnitType {
    font-size: 10px;
    float: left;
    width: 100%;
  }

  #checkoutMain .productQuantityDiv {
    margin-top: 5px !important;
  }

  .productPrice {
    width: fit-content !important;
    margin-top: 16px !important;
  }

  .stockInfo {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  #checkoutMain .productImage.customProductImage {
    height: 122px;
  }

  .productQuantity {
    width: 100% !important;
  }

  #checkoutMain .productName,
  #checkoutMain2 .productName {
    font-size: 11px;
  }

  #checkoutBottomBar {
    opacity: 0;
  }
}
