.uc-min-cart {
  display: none;
}

.t-form__submit_disabled_text {
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 400;
  color: #000000;
}

.t-form__submit_disabled {
  cursor: auto;
  opacity: .6;
  pointer-events: none;
}

.t-form__submit_disabled_text {
  display: flex;
  justify-content: center;
}


.t-form__submit_disabled_text span {
  text-align: center;
}


