.button-white {
  display: flex;
  width: 184px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: #FFF;
  border-radius: 0;
}

.button-white:hover, .button-white:focus {
  background: #bbb;
  color: #000000;
}

.red-button {
  /*display: flex;*/
  width: 188px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #7C110D;
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 0;
}

.red-button:hover, .red-button:focus {
  background: #690E0B;
  color: #EBEBEB;
}

.language_button:focus {
  background: #7C110D !important;
  color: #fdfdfd;
}

.language_button:hover {
  background: #7C110D;
  color: #fdfdfd;
}

.language_button.active {
  color: #fdfdfd;
  background: #7C110D !important;
}

.language_button {
  height: 100%;
  background: #EBEBEB;
  border: none;
  display: flex;
  width: 48px;
  height: 54px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-variant: small-caps;
}

.unstyled-button {
  background: none;
  border-radius: 0;
  border: none;
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  padding: 0;
}

.unstyled-button:hover, .unstyled-button:focus {
  color: #aaa !important;
}

.newsletter-button {
  height: 48px;
  padding: 10px;
  border-radius: 0;
  margin-left: 0;
  background: #7c110d !important;
  color: #ffffff;
  border: none;
  width: 50%;
  max-width: 150px;
}

.newsletter-button:hover, .newsletter-button:focus {
  background: #690E0B !important;
  color: #EBEBEB;
}

