/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.arval-store-top-info-bar {
  min-height: 50px;
  background: #00925b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size: 16px;
}

.arval-store-top-info-bar p {
  margin-bottom: 0;
}

.arval-store-top-info-bar a {
  text-decoration: none;
  color: white;
  font-weight: normal;
  font-family: "BNPPSans", sans-serif !important;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}

.arval-store-top-info-bar a:hover {
  color: white;
}

.top-info-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 60px 20px 20px;

  font-weight: normal;
  font-family: "BNPPSans", sans-serif !important;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}
.top-info-text {
      padding: 10px 60px 10px 20px;
}
.arval-store-top-info-close {
  position: absolute;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}