body {
  letter-spacing: 0.25rem;
  line-height: 2.5rem;
  --bs-body-color: #546E7A;
}
a {
  color: #546E7A;
  text-decoration: none;
}
a:hover {
  color: #546E7A;
  text-decoration: none;
}
.text-justify {
  text-align: justify;
}
.text-dark {
  color: #546E7A;
}

header {
  background-color: white;
  position: sticky;
  top: 0rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  transition: all .3s;
}
.header-info {
  top: -2.5rem;
}
.header-inner {
  position: sticky;
  top: 0;
}
.informationBanner {
  display: flex;
  background-color: #754921;
  height: 2.5rem;
  justify-content: center;
}
.informationBannerContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.informationIcon {
  height: 1.5rem;
  margin-right: 0.3rem;
}
.informationBannerText {
  color: white;
  letter-spacing: 0.08rem;
   font-size: 14px;
}
.informationBannerText p{
  margin: 0;
}
.navbar {
  color: black;
  height: 6rem;
}
.navbar-cart {
  z-index: 999;
  position: absolute;
  right: 2rem;
  border: 0;
  box-shadow: none !important;
}
.navbar-cart-link {
  padding: 0.5rem;
}
.navbar-brand-center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.5rem;
  text-align:center;
  margin: auto;
}
.navbar-brand {
  margin-right: 0;
}
.nav-logo {
  height: 4.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.navbar-toggler {
  z-index: 999;
  position: absolute;
  padding: 0.5rem;
  right: 0.5rem;
  border: 0;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  background-image: url("./../img/header/toggle2.png") !important;
}
.navbar-nav {
  background-color: white;
  width: 15rem;
  margin-right: 0 !important;
  margin-left: auto;
}
.navbar-collapse {
  margin-top: 5rem;
}

@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
  .navbar {
    height:4.5rem;
  }
  .nav-logo {
    height: 3.5rem;
    margin-top: 0.05rem;
  }
  .navbar-collapse {
    margin-top: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    height: 4rem;
  }
  .nav-logo {
    height: 3.0rem;
    margin-top: 0.05rem;
  }
  .navbar-collapse {
    margin-top: 3rem;
  }
  .navbar-cart {
    right: 1rem;
  }
  .navbar-toggler {
    right: 0rem;
  }
}
@media (max-width: 767.98px) {
}
@media (max-width : 410px ){
}
