.containersm {
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(1.5rem) * 0.5);
  padding-right: calc(var(1.5rem) * 0.5);
  width: 100%;
}

.rowsm {
  display: flex;
  gap: 0.5rem;
}

.first-half {
  width: 80%;
  border-right: 1px solid #c8c8c8;
  padding: 0 20px;
}

.form-checkout h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin: 20px 0;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.form-group p {
  margin-bottom: 1rem;
  margin-top: 0;
}

.form-group a {
  text-decoration: none;
  color: blue;
}

.form-input-wrapper {
  position: relative;
}

input.form-control {
  height: 45px;
}

.form-control {
  width: 100%;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.375rem;
  color: #212529;
  background-clip: padding-box;
  background-color: #fff;
  box-sizing: border-box;
}

input.custom-input {
  height: 31px;
}

.cont-shopping-button {
  padding: 5px 20px;
  border-radius: 5px;
  background-color: var(--secondary-color-new);
  color: var(--font-color);
  text-decoration: none;
  cursor: pointer;
}

.customer-address-payment-form .form-input-wrapper span {
  color: #6b7078;
  font-size: 14px;
  left: 0;
  padding: 14px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
}

.form-control:not(:placeholder-shown):focus ~ span,
.form-control:not(:placeholder-shown):valid ~ span {
  background: #fff;
  font-size: 12px;
  left: 10px;
  padding: 0 5px;
  top: -7px;
}

.form-input-wrapper span,
.customer-address-payment-form .form-input-wrapper span,
.customer-tax-information-form .form-input-wrapper span {
  color: #6b7078;
  font-size: 14px;
  left: 0;
  padding: 14px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
}

.checkout-content-wrap select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 9px);
}

.select--arrow .form-control {
  appearance: none;
  padding: 0 30px 0 15px;
}

.select--arrow i {
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-input-wrapper.select--arrow span {
  background: #fff;
  font-size: 12px;
  left: 10px;
  padding: 0 5px;
  top: -7px;
}

.col-sm-6 {
  flex: 0 0 auto;
  width: 50%;
}

.checkout-register_account_cont {
  margin-bottom: 1rem;
}

.checkout-billing_info_label,
.checkout-register_account_label,
.checkout-invoice_label,
.checkout-form-wrapper {
  margin-bottom: 0.5rem;
}

.checkout-register_account_content {
  display: none;
}

.checkout-form-wrapper {
  display: flex;
  gap: 0.5rem;
}

.checkout-otp-timer-cont {
  margin: 0.3rem;
  margin-bottom: 0;
  font-size: 12px;
  display: none;
}

.checkout-register-btn {
  background-color: var(--primary-color);
  color: var(--font-color);
  border-radius: 5px;
  border: none;
  white-space: nowrap;
  width: 20%;
  text-transform: uppercase;
  cursor: pointer;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.register-forms {
  margin-bottom: 10px;
  display: flex;
}

.register-message {
  font-size: 14px;
}

.reg-login-text {
  color: #06c;
  text-decoration: none;
}

.full-width {
  width: 100%;
}

.checkout-billing_info_heading {
  margin: 0;
  margin-bottom: 0.5rem;
}

.checkout-ordernotes-textarea {
  resize: none;
  font-family: "Cairo", sans-serif;
}

.checkout-order_notes_heading {
  font-weight: bold;
  margin-left: 0.3rem;
}

.checkout-invoice_details_form {
  display: none;
}

@media screen and (max-width: 799px) {
  .checkout-form-wrapper {
    flex-direction: column;
  }

  .checkout-apply-otp-btn,
  .checkout-send-otp-btn {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .customer-address-payment-form .form-input-wrapper {
    margin-right: 0;
  }
}

@media (max-width: 899px) {
  .rowsm {
    display: block;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.error {
  font-size: 14px;
  color: red;
}
