.btn-shout-writer-beer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  /* margin-top: .25rem!important; */
  /* margin-bottom: .5rem!important; */
  background-color: #fff;
  border: 1px solid #ced4da;

  color: #000;
  cursor: pointer;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
}
.btn-shout-writer-beer.active {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.ico-beer {
  /* content: "\f0f4"; */
  width: 35px;
  height: 60px;
  /* background-image: url(../images/younghenrys.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
  margin: auto 0.5rem auto 0.25rem;
}
.logo-beer img {
  height: 50px !important;
  width: auto;
  max-width: none;
}
.shout-writer-beer-amount,
.shout-writer-coffe-message {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
}
.form-shout-writer-beer {
  /* display: none; */
}
.form-shout-writer-beer .input-group-text {
  /* border-bottom-left-radius: 0 !important; */
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.form-shout-writer-beer textarea.shout-writer-coffe-message {
  /* border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; */
  border-radius: 0;
  height: 70px;
}

.submit-shout-writer-beer {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0.25rem !important;
  /*border-bottom-right-radius: .25rem !important;*/
}
