/* Checkout Page */
.checkout-page-section .heading h2 {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 25px;
  font-weight: bold;
  color: #008174;
  letter-spacing: 2px;
}
.checkout-page-section .heading {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.form-div form .d-flex {
  column-gap: 20px;
}
.form-div {
  padding: 0px 20px;
}
.shipping-form {
  margin-top: 20px;
}
.form-div h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}
::placeholder {
  color: rgb(145, 145, 145);
  opacity: 1;
  font-size: 12px;
  letter-spacing: 0.5px;
}

:-ms-input-placeholder {
  color: rgb(145, 145, 145);
  font-size: 12px;
  letter-spacing: 0.5px;
}

::-ms-input-placeholder {
  color: rgb(145, 145, 145);
  font-size: 12px;
  letter-spacing: 0.5px;
}
.order-details-div .d-flex p {
  width: 50%;
  margin-bottom: 10px;
}
.order-details-div h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #0f0f0f;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
}
.order-details-div {
  background-color: #7bcac31f;
  padding: 40px;
  color: #2b2b2b;
  letter-spacing: 0.5px;
  border-radius: 10px;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.order-details-div .total p {
  font-weight: bold;
  color: #1c1c1c;
}
.form-control {
  border-color: #e6e6e6;
}
.cart-summary h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.cart-summary h6 {
  color: #008174;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.cart-summary {
  padding: 30px;
  background: #f5f5f5;
  border-radius: 10px;
}
.cart-detail .d-flex img {
  width: 30%;
  margin-right: 20px;
}
.cart-detail .details {
  width: 70%;
  letter-spacing: 0.5px;
}
.cart-detail .details p {
  margin-bottom: 5px;
}
.bold {
  font-weight: 600;
}
.w-50 {
  width: 50%;
}
.text-end {
  text-align: end;
}
.pay-btn {
  background-color: #008174;
  color: #fff;
  cursor: pointer;
  border: none;
}

/* Success Page */
.thankyou-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thankyou-title {
  color: #008174;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}
.thankyou-page h4 {
  color: #0f0f0f;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.main-content-thankyou img {
  width: 100px;
}
.main-content__body {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
  color: #008174;
}
.thankyou-div {
  padding: 100px;
  /* background-color: #fafbfa; */
}

/* Failure Page */
.fail-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fail-title {
  color: #fb4c44;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}
.fail-page h4 {
  color: #0f0f0f;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.main-content-fail img {
  width: 150px;
}
.main-content__body {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 700;
  color: #0687ae;
}

.fail-div {
  padding: 100px;
  /* background-color: #fff8f6; */
}
/* Payment Invoice */
.payment-invoice {
  margin: 50px 100px;
}
.invoice-header {
  padding-bottom: 30px;
}
.header p {
  margin-bottom: 0px;
}
.invoice-header .row h4 {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 35px;
  color: #008174;
}
.company-profile p,
.customer-profile p {
  margin-bottom: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}
.company-profile h5,
.customer-profile h5 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.company-profile h6,
.customer-profile h6 {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 20px;
  color: #008174;
}
.bill-row {
  background-color: #00817417;
  /* background-color: #e8f4f2; */
  padding: 30px;
  margin: 0px;
}
.signature p {
  font-weight: 700;
  margin-top: 40px;
}
