@font-face {
    font-family: "disco";
    
    src: url('https://www.greenorganics.com.au/mycustomfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.greenorganics.com.au/mycustomfont.ttf') format('truetype');
}




.top-nav {
  box-sizing: border-box;
  color:#666666; font-family: "disco", sans-serif; font-size: 12px; letter-spacing: 2px; font-weight: 100; text-decoration: none;
  margin: 0px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #dbdad8;
  color: #666666;
  padding: 1em;
}


.shopping_cart{display: none;}
.members{display: none;}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
}

.menu-button-container {
  
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -6px;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #ffffff;
  background-image: url("../buttons/toggle-menu-button2.png");
  position: absolute;
  width: 9px;
  height: 15px;
}

.menu-button::before {
  content: '';
  margin-top: 0px;
  width: 9px;
  height: 15px;
}



#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}




/*******************************************************/
@media (min-width: 812px) {
	.logo2{display:none;}
}


@media (max-width: 990px) {




.menu-button-container {
    display: flex;
}
  

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .menu li a{
	margin-top: 8px;
    text-decoration: none;
    color: #ffffff;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 1em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  
  .members{
    float: right;
    display: inline-block;
	margin-right: 4px;
	width: 38px;
	height: 15px;
  }
  
  .shopping_cart {
    float: right;
    display: inline-block;
	margin-right: 4px;
	width: 38px;
	height: 15px;
  }
  
  

  
}

@media only screen and (min-width: 320px) and (max-width : 812px) {
  .top-nav {background-color: #ffffff;}
  .logo2{margin-right: auto; margin-left: auto; margin-top: 4px; width: 100%; font-family: "Lato", sans-serif; font-size: 18px; color: #000000; letter-spacing: 2px; font-weight: 100; text-decoration: none; }
}