input[type="file"].ff_fileupload_hidden {
  display: none;
}
.logout-form {
  text-align: center;
}
.logout-form button[type="submit"] {
  background: #fff;
  padding: 11px;
  border-radius: 50px;
  font: 14px 'GilroyBold', sans-serif;
  color: #878787;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.popup#city .list .label a {
  font-weight: 600;
}
.client-info-item p {
  font: 13px 'GilroyRegular', sans-serif;
  margin-bottom: 7px;
}
.ajax-payment .selects .form-item:first-child {
  width: 100%;
}
.ajax-payment .selects .form-item:nth-child(2),
.ajax-payment .selects .form-item:nth-child(3) {
  width: 47%;
}
.ajax-payment .form-group {
  margin-bottom: 0;
}
.payment-method .form-row.selects .form-item {
  margin-bottom: 5px;
}
/*.order-items-info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 25px;

  .label {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed grey;
  }

  .column-id {
    width: 25%;
    padding: 5px 0;
  }

  .column-name {
    width: 50%;
    padding: 5px 0;

    span {
      font-size: 12px;
      color: grey;
    }
  }

  .column-printing {
    width: 25%;
    padding: 5px 0;
  }
}*/
.select2-container--material .select2-selection--single .select2-selection__rendered {
  font-size: 1.8rem;
}
.select2-container--material .select2-selection {
  margin: 0.7rem 0 1rem;
}
.header-main .client {
  color: white;
  font-size: 11px;
  text-align: center;
  margin-bottom: 3px;
}
.order-card__title {
  margin-bottom: 4px;
}
.product-custom-name {
  margin-top: 0;
  font: 14px 'GilroyRegular', sans-serif;
  color: grey;
}
.product-custom-name em {
  color: grey;
}
.text-container {
  font: 14px/1.4 'GilroyRegular', sans-serif;
}
/*# sourceMappingURL=style-overrides.css.map */