/*.navbar {
    font-family: 'Open Sans', sans-serif;
    transition: background-color 0.5s ease-in-out;
    position: fixed !important;
    z-index: 3;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    z-index: 5;
}

.navbar.scrolled {
    background-color: #063844 !important;
    background-color: #f8f9fa !important;
    color: white !important;
}

.navbar.scrolled #navbar-list a {
    color: white !important;
    color: #40517D !important;
}
*/
.header {
  width: 100%;
  position: fixed;
  z-index: 5;
}

.navbar-brand-img {
  width: 100%;
  z-index: 2000;
  display: flex;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
}

#navbar-img {
  max-width: 100%;
  max-height: 100%;
  width: 75%;
  //height: 50%;
}

.navbar-nav {
  flex-direction: row !important;
}

#navbarSupportedContent {
  width: 100%;
  justify-content: space-between;
  z-index: 5;
  //background-color: azure;
  //background-color: #bbe0d9;
  padding: 5px 5px;
  border-radius: 10px;
}

#navbar-list a {
  font-family: "Playfair Display", serif;
  font-family: "Roboto Mono", monospace;
  font-family: "Open Sans", sans-serif;
  color: black;
  font-family: "Poppins", sans-serif;
  font-family: "Lato", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Noto Sans", sans-serif;
  font-family: "Raleway", sans-serif;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-transform: capitalize;

  color: #40517d;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0 0;
  font-size: 0.85rem !important;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 1.2px;
  text-decoration: none !important;
  background-color: transparent !important;
  border: 0.5px solid transparent;
  z-index: 5;
  background-color: azure;
}

#navbar-list a:hover {
  background-color: #fff3cd;
  background-color: #ffd58e;
  background-color: white;
  background-color: rgb(241, 141, 141);
  color: rgb(0, 12, 12);
  color: #063844;
  color: #01161a;
  color: #2d0756;
  color: #35036b;
  color: #2b4766;
  color: #3e4b68 !important;
  color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  color: wheat !important;
  background-color: rgb(55, 0, 82);
  background-color: #000000;
  background-color: #2b4766;
  background-color: #40517d !important;

  border-radius: 0.25rem !important;
  //border: 0.5px solid #417a52;
  border: 0.5px solid #2b4766;
  transition: 0.2s;
}

.hidden {
  display: block;
}

.myAccount {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-family: "Noto Sans", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Mono", monospace;
  font-family: "Poppins", sans-serif;
  font-family: "Raleway", sans-serif;
  color: white;
  color: #40517d;
  font-size: 1.09rem !important;
  font-weight: 400;
}

.logOut {
  color: white !important;
  background-color: #3e4b68 !important;
  //font-size: 0.3rem !important;
  font-weight: 300;
}

.logOut:hover {
  color: #3e4b68 !important;
  background-color: white !important;
  border: 0.5px solid #3e4b68;
}

#login a {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-family: "Noto Sans", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Mono", monospace;
  font-family: "Raleway", sans-serif;
  font-family: "Poppins", sans-serif;
  color: white;
  color: #40517d;
  color: wheat;
  font-size: 1.09rem !important;
  font-size: 0.85rem !important;
  font-weight: 400;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  border: 2px solid #40517d;
  border-radius: 4px;
  background-color: #40517d;
}

#login a:hover {
  color: white !important;
  color: #40517d !important;
  border: 0.5px solid #154ad1 !important;
  border-radius: !important;
  background-color: transparent !important;
}

#second-basket {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#basket-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#login {
}

#show-checkout {
}

.bg-metro-outline-green {
  color: white;
  color: #40517d;
  border: 2px solid #154ad1;
  border: 2px solid #40517d;
  border-radius: 10px;
  background-color: transparent;
}

.bg-metro-outline-blue {
  color: white;
  border: 2px solid #40517d;
  border-radius: 10px;
  background-color: transparent;
}

@media only screen and (max-width: 1440px) {
  .navbar-brand {
    width: 18%;
  }

  #nav-titles {
    display: flex !important;
  }

  #second-basket {
    width: 40%;
    display: flex !important;
    justify-content: flex-end !important;
  }
  .navbar-toggler {
    display: none !important;
  }

  #navbar-list a,
  #login a,
  #second-basket a {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-brand {
    width: 22%;
  }

  #nav-titles {
    display: flex !important;
  }

  #second-basket {
    width: 40%;
    display: flex !important;
    justify-content: flex-end !important;
  }

  #navbar-list a,
  #login a,
  #second-basket a {
    font-size: 0.825rem;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-brand {
    width: 25%;
  }

  #nav-titles {
    display: flex !important;
    width: 40%;
  }

  #second-basket {
    width: 30%;
    display: flex !important;
    justify-content: flex-end !important;
  }

  #navbar-list a,
  #login a,
  #second-basket a {
    font-size: 0.95rem !important;
    //letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-brand {
    width: 25%;
  }

  #nav-titles {
    display: flex !important;
    width: 40%;
  }

  #second-basket {
    width: 30%;
    display: flex !important;
    justify-content: flex-end !important;
  }

  #navbar-list a,
  #login a,
  #second-basket a {
    font-size: 0.82rem !important;
  }
}

@media only screen and (max-width: 680px) {
  /*.container-fluid {
    justify-content: center;
  }*/
  .navbar-brand {
    width: 25%;
  }

  #nav-titles {
    display: flex !important;
    width: 29%;
  }

  #second-basket {
    width: 40%;
    display: flex !important;
    justify-content: flex-end !important;
  }

  #navbar-list li:nth-child(2) + li {
    display: none;
  }
}

@media only screen and (max-width: 630px) {
  /*.container-fluid {
    justify-content: center;
  }*/
  .navbar-brand {
    width: 28%;
  }

  #nav-titles {
    display: flex !important;
    width: 15%;
  }

  #second-basket {
    width: 50%;
    display: flex !important;
    justify-content: flex-end !important;
  }

  #navbar-list li:nth-child(1) + li {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-brand {
    width: 35%;
  }
  #nav-titles {
    display: none !important;
  }

  #second-basket {
    display: flex !important;
    width: 49%;
  }

  .navbar-toggler {
    display: flex !important;
  }

  #second-basket a {
    display: none !important;
  }

  #longin a {
    display: none !important;
  }

  .hidden {
    display: none !important;
  }

  /*
    #navbar-list li:nth-child(2)+li {
        display: block;

    }

    #navbar-list li:nth-child(3)+li {
        display: block;

    }
*/
}

@media only screen and (max-width: 490px) {
  .navbar-brand {
    width: 45%;
  }

  #second-basket {
    display: none !important;
    width: 50%;
  }
}

@media only screen and (max-width: 430px) {
  .navbar-brand {
    width: 55%;
  }

  #second-basket {
    display: none !important;
  }
}
