.full-width-container {
  width: 100%;
  margin: 0;
  padding-right: 30px;
  padding-left: 30px;
  top: 0;
  position: fixed;
  /*background-color: transparent;*/
  transition: background-color 1s ease-in-out;
  z-index: 999 !important;
  display: flex;
  justify-content: space-between;
 
}
/*
.full-width-container:hover {
  background-color: #ffffff80;
}
*/
/*
.full-width-container:hover .navbar a
 {
  color: #000;
}*/

.nav-item {
  margin-right: 20px;
}
.nav-element{
  display: flex;
  justify-content: center;
  height: fit-content;
 
}

.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;

}

.top-header .logo {
  display: flex;
  justify-content: center;
}



.navbar-nav {
  display: flex;
  justify-content: space-around;
  gap: 25px;
  }

.cart-nav {
  display: flex;
  align-items: center;
}

/* Removes the horizontal rule under the navbar */
.navbar {
  border-bottom: none !important;
}

.navbar a,
.navbar {
 /* font-size: 16px !important; */
  font-weight: 300;
  padding: 5px 10px !important;
  margin: 12px 0;
}

/* Hover styles 
.navbar a:hover {
  background-color: black !important;
  border-radius: 5%;
  color: white !important;
}
*/

/* Active styles 
.navbar .nav-item.active > a {
  background-color: black !important;
  border-radius: 5%;
  color: white !important;
}*/

.navbar-nav .dropdown {
  position: relative;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
}

.navbar-nav .dropdown-menu.show {
  display: block;
}

.navbar-nav .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}
.cart-and-nav{
  display: flex;
  justify-content: space-between;
  align-items: center; 
  width: 65%;

}

.media.cart-media {
  border-bottom: none;
}

.dropdown-menu.cart-dropdown{
  overflow-y: scroll;
 max-height: 400px;
}

@media (max-width: 1200px) {
  .cart-and-nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
    width: 75%;
   
  }
}

@media (max-width: 992px) {
  .cart-and-nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 85%;

  }
  
}

@media (max-width: 818px) {
  .cart-and-nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 95%;

  }
  .nav-item {
    margin-right: 2px;
  }
  
}

/* Styles for mobile screens */
@media (max-width: 768px) {
  .full-width-container {
    width: 100%;
    margin: 0;
    top: 0;
    position: fixed;
   /* background-color: #00000076;*/
    z-index: 999 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: fit-content;
    align-items: center;
  }
  /*.tf-ion-android-cart{
    color: white !important;
  }
  .cart-word{
    color: white !important;
  }
  .cart-number{
    color: white !important;
  }
  .full-width-container:hover {
    background-color: rgba(0, 0, 0, 0.444);
  }
  .mobile-nav .navbar-toggle {
    border-color: white;
  }

  .mobile-nav .navbar-toggle .icon-bar {
    background-color: white;
    color: white!;
  }

  .mobile-nav .menu-title {
    color: white;
  }

  .mobile-nav .navbar-toggle:hover,
  .mobile-nav .navbar-toggle:focus {
    background-color: rgb(0, 0, 0);
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .navbar-nav > li > a {
    color: white !important;
  }

  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
  }
*/
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
   /* background-color: white; */
    border: 0;
    box-shadow: none;
  }
/*
  .navbar-nav .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-item:hover,
  .navbar-nav .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
  }
  .navbar-nav .dropdown-toggle {
    color: white !important;
  } */
  .navbar-toggle {
    display: block;
    margin-right: 15px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}


}



