.header_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.123);
  padding: 0 15px;
  min-height: 51px;
}

.right_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  width: 191px;
  height: 27px;
}
.bag img, .burger img{
  width: 20px;
  height: 20px;
}
.search svg {
  width: 22px;
  height: 22px;
}
.burger {
  display: flex;
  align-items: center;
}

/* COLOR CORRECTIONS */
.ratingbox .stars .star svg path{
  fill: rgb(217, 41, 38);
}
.review .stars .star svg path{
  fill: rgb(217, 41, 38);
}


.quiz__answer, .modal__button-ok, .submit-shipping, .btn-ok.welcome-ok, .btn-ok.error-ok, .btn-ok.success-ok {
  background-color: black;
  color: white;
  border-radius: 2px;
}
.submit-shipping {
  border-radius: 0px;
}