@import url("custom.css");
header {
    height: 70px;
    min-height: 70px;
}

/* Logo in the upper left corner */
.store-logo img {
    /*margin: 1vh;
    max-height: 10vh;*/
    width: 120px;
    height: auto;
    margin-left: 5px;
}
#supplier-heading {
    margin-top: 60px;
}
/* Center align supplier logos */
/*#supplier-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    min-height: 50vh;
}*/
#supplier-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.manufacturer-logo {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease-out;
    width: 283px;
}
.manufacturer-logo.visible {
    opacity: 1;
    transform: translateY(0);
}
#canvas-1, #canvas-2, #canvas-3, #canvas-4 {
    width:230px; 
    height:auto;
}
#canvas-5 {
    width:240px; 
    height:auto; 
}
.tracking-in-contract-bck-bottom {
	-webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1420px) {
    .manufacturer-logo {
        width: 260px;
    }
    #canvas-1, #canvas-2, #canvas-3, #canvas-4, #canvas-5 {
    width:220px; 
    height:auto;
    }
}
@media screen and (max-width: 1024px) {
    footer {
        justify-content: center;
        flex-direction: column-reverse;
    }
    footer .footer-menu {
        text-align: center;
    }
   
    footer .copyright {
        text-align: center;
    }
    .footer-menu ul {
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
 #main-content {
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: column;
 } 
 .store-header .store-logo {
      width: 20%;
      padding-left: 10px;
 }
 .store-header .store-logo img{
      width: 100px;
 }
 .landing footer {
     position: relative;
     justify-content: center;
 }  
 .landing footer ul{
    display: none;
 }   
 .landing footer ul li {
    padding: 0 2vw;
    border-left: 0.2rem solid red;
    margin-bottom: 12px;
}
 .landing footer ul li:first-child {
    padding: 0 2vw;
    border: none;
}
 .landing footer p {
     margin-bottom: 0px;
 }
 .manufacturer-logo {
        width: 100%;
        float: left;
    }
 .supplier-logo {
    max-width: 42vw!important;
 } 
 
 #supplier-heading {
    margin-top: 40px;
 }
 #supplier-logos {
    margin-top: 10px;
    margin-bottom: 40px;
}
header {
    height: 97px;
 }
 header #hamburger {
    display: flex;
    float:right;
    margin-right: 10px;
    margin-top: 38px;
 }

 header #mobileMenu {
        width: 100%;
        top: 97px;
        margin-right: 0px;
        background-color: #fff;
        z-index: 99;
        filter: drop-shadow(0 14px 5px rgba(0, 0, 0, 0.15));
        border: none;
    }
 header {
        box-shadow: none;
        border-bottom: 1px solid grey;
    }
 header #mobileMenu.show {
      display: flex;
    }
    .mobile-menu ul {
      margin: 0;
      padding: 10px;
      list-style: none;
    }
    
    .mobile-menu ul li {
      margin: 20px 0;
    }
    
    .mobile-menu ul li a {
      color: #000;
      text-decoration: none;
    }
    footer .copyright {
        text-align: center;
    }

}

#hamburger, 
#mobileMenu {
 display: none;       
}

.hamburger {
  width: 28px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6.6px, 7.45px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

.mobile-menu {
  position: absolute;
  display: none;
  float: left;
  left: 0;
}


.store-logo {
  width: 200px;
  float: left;
  margin-top: 10px;
  padding-left: 20px;
}
.store-menu {
  width: 80%;
  float: left;
}   

.supplier-logo {
    max-width: 15vw;
    margin-bottom: 30px;
    opacity: 0; /* Hidden initially */
    cursor: pointer;
    display: none;
}

.supplier-logo.visible {
    opacity: 1; /* Fully visible */
}

#canvas-4 {
    width: 205px;
}

.empty-block {
    width: 80px;
}

footer {
    position: fixed;
    bottom: 10px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    padding: 0 20px!important;
}

footer ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

footer ul li {
    padding: 0 0.5vw;
    border-left: 0.4rem solid red;
}

footer ul li:first-child {
    padding: 0 0.5vw;
    border: none;
}

footer ul li a {
    text-decoration: none;
    color: #000;
}

footer ul li a:hover {
    text-decoration: none;
    color: #000;
}
.copyright {
    text-align: left;
}
.footer-menu {
    text-align: right;
}
.footer-menu ul li a {
    white-space: nowrap;
}