#shippingDate,
#shippingHour {
  border-radius: unset;
  color: black;
}
#shippingDate::placeholder {
  color: black;
}
#checkoutBack {
  background-color: #3392fc !important;
  color: #ffffff !important;
  border: 1px solid #3392fc;
}

#checkoutBack:hover {
  background-color: #ffffff !important;
  color: #3392fc !important;
}

#addCoupon {
  background-color: #3392fc !important;
  color: #ffffff;
  text-transform: uppercase;
}

#checkoutClosedStore {
  background-color: #58595b;
  color: #ffffff;
}

.discountsContainer {
  flex-wrap: wrap;
}

#checkoutSummaryContainer {
  margin-top: 0px;
  margin-bottom: 0px;
}

#checkoutCenteredContent {
  margin-bottom: 15px;
}

.productQuantityDiv {
  border: 1px solid #3392fc !important;
}

#checkoutMain .productInfo,
#checkoutMain2 .productInfo {
  color: #9b9b9b !important;
  font-weight: unset !important;
}

.productQuantity {
  color: #3392fc !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;
}

.shippingOption:hover,
.shippingOption.selectedShippingOption {
  background-color: #3392fc !important;
  color: white;
  fill: white;
}

#checkoutMain .productQuantityDiv {
  border: 1px solid #3392fc !important;
}

#checkoutMain .selectArrow,
#checkoutMain2 .selectArrow {
  background-color: #3392fc !important;
}

.btn {
  background: none repeat scroll 0 0 #9b9b9b !important;
}

#checkoutContinue,
#confirmShipping,
.billingContinue {
  border: 3px solid #3392fc !important;
  background-color: #3392fc !important;
  color: white !important;
  border-radius: 0px !important;
}

#checkoutContinue:hover,
#confirmShipping:hover,
.billingContinue:hover {
  background-color: #ffffff !important;
  color: #3392fc !important;
}

#checkoutBack:hover #checkoutBackArrowHover {
  display: block;
}

.billingContinue:hover {
  box-shadow: 0 0 6px #3392fc !important;
}

#checkoutContinue:not(.disabled):hover {
  background-color: white;
  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: #3392fc !important;
  color: white;
  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: black;
  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;
}
#footer .columnsContainer {
  margin-top: 15px;
}
#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: white;
  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: white;
  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: white;
  font-weight: 700;
  background-color: #004a98;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #004a98;
}
#sendElPais:hover {
  background: white;
  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: black;
  padding-left: 12px;
  font-size: 12px;
}
@media all and (max-width: 768px) {
  .paymentType {
    margin-bottom: 5px !important;
  }

  #checkoutCenteredContent {
    margin-top: 40px !important;
  }

  #newsLetterMain {
    display: none !important;
  }
}
