.barra-entrega {
  padding: 12px 20px;
  background-color: #171717;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.barra-entrega strong {
  color: #ffd54a;
  white-space: nowrap;
}

.barra-entrega--fechada {
  background-color: #444;
}