.form-login-flex > label {
  width: 30%;
}

/*Этап 4 чекаут*/
#checkoutButtonLP {
  padding: 13px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  background-color: #ec7834 !important;
}

/*Страница чекаут оформленный заказ*/
.woocommerce-order {
  color: black;
}

.product-name-2,
.product-total-2,
.product-subTotal-2 {
  font-family: "Titillium Web";
  text-align: right !important;
  font-size: 16px;
}

#step-4 > table > thead,
#step-4 > table > tfoot {
  background-color: #fff;
}

#step-4 > table > tbody {
  background-color: transparent;
}

#menu-item-867 > ul {
  background: black;
}

.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover {
  color: #0f5684 !important;
}

.checkout-steps {
  color: black;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.woocommerce-checkout {
  color: black;
}
.form-card {
  width: 50%;
}
.checkout-options-wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.checkout-steps li {
  cursor: pointer;
  padding: 8px 16px;
  border-bottom: 2px solid transparent;
}
.checkout-steps li.active {
  font-weight: bold;
  border-color: #004e7c;
}
.checkout-step-content {
  color: black;
  display: none;
}
.checkout-step-content.active {
  display: block;
}
.next-step-btn {
  margin-top: 20px;
  background: #004e7c;
  color: #fff;
  border: none;
  cursor: pointer;
}
.billing-registration-grid {
  display: flex;
  gap: 30px;
}
.billing-registration-grid .left,
.billing-registration-grid .right {
  flex: 1;
}
.validation-error {
  color: red;
  margin-bottom: 15px;
  font-weight: bold;
}
.field-error {
  border: 1px solid red;
  background: #ffe6e6;
}

@media (max-width: 575px) {
  .checkout-options-wrapper {
    flex-wrap: wrap;
  }
  .form-card {
    width: 100%;
  }
}
