@charset "UTF-8";
.order_step_one_jquery .page-title-wrapper, .order_step_one_jquery .page-title {
  margin: 0;
}
.order_step_one_jquery .page-title-wrapper {
  margin-top: 15px;
}
.order_step_one_jquery .page-title {
  color: #aa3655;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bolder;
}
.order_step_one_jquery .page-title:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  font-size: 1em;
  margin-right: 15px;
}
.order_step_one_jquery .modal-xl {
  max-width: 1140px;
}

@media screen and (max-width: 992px) {
  #menu-header-2 {
    display: none;
  }

  #order-products {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #order-products .card {
    display: none;
  }
  #order-products button {
    padding: 1em 2em;
    border-radius: 0 !important;
  }

  .materials-category .product {
    background-color: white;
  }
  .materials-category .product .product-title {
    width: 100%;
    padding: 0.5em 0 0 0;
    font-size: 0.9em;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.02);
  }
  .materials-category .product .product-conditioning {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .materials-category .product .product-quantity-wrapper {
    width: 100%;
  }
  .materials-category .product .product-quantity-wrapper .product-quantity {
    width: 100%;
    justify-content: center;
  }

  #confirm-order-modal button[type=submit] {
    width: 100%;
  }

  .order_step_one_jquery .page-title {
    font-size: 1.2em;
  }
}
.form-wrapper {
  border-left: 1px solid #ddd;
}
