<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#head #menu .drop, #heading, .mobilegone, #productcarousel{
  display: none !important;
}

#fixed{
  padding-top:5px;
}
#fixed .container{
  height: auto;
}


#head h1{
  float:none;
  text-align:center;
}

#head #menu{
  float: none;
  margin: 20px 0 0 0;
  text-align:center;
  padding-bottom: 10px;
}
#head #menu li{
  display:inline;
  padding: 0;
  background-image: none;
}
#head #menu li a{
  display: block;
  float:left;
  width:48%;
  font-size: 18px;
  text-align:center;
  padding: 5px;
  margin: 0 1% 5px 1%;
  box-sizing:border-box;
  border:1px solid #FFF;
  background-color: rgba(0,0,0,.3);
}
#head #menu li:last-child a{
  clear: both;
  float:none;
  margin: 0 auto;
}
#head #menu li.current a{
  background-color: rgba(169,38,61,.7);
}

.hassidebar{
  float: none;
  width: 100%;
}
.sidebar{
  float:none;
  width:100%;
  margin-top: 45px;
  margin-left:0;
}

#findproduct{
  background-color:#F2F2F2;
  padding: 25px 0;
}
#findproduct #find a{
  display: block;
  float:none;
  width: 100%;
    margin: 0 0 20px 0;
}
#findproduct #find a:nth-child(2),#findproduct #find a:nth-child(5){
  margin: 0 0 20px 0;
}


#footer{
  background-color: #a9263d;
  height: auto;
  line-height:20px;
  position:relative;
  margin-top:60px;
  padding: 10px;
  text-align:center;
}
#footer #footerlogo{
  float:none;
  width:100%;
  text-align:center;
  padding-right:0;
}
#footer #footerlogo img{
  height: 30px;
  opacity: .5;
  margin-bottom: 15px;
}
#footer #nzowned{
  float:none;
  width:100%;
  padding-left: 0;
}
#footer #wheat{
  position:absolute;
  left:50%;
  margin-left: -25px;
  top: -40px;
}


#logos #copy{
  position:static;
  text-align:center;
  margin-bottom: 15px;
}


#contact, #contactform{
  float: none;
  width: 100%;
}

.product{
  display: block;
  float:left;
  box-sizing: border-box;
  width: 48%;
  margin-right:2%;
  padding: 10px;
  height: 350px;
  overflow:hidden;
  border-radius: 10px;
  transition: 1s box-shadow;
}
</pre></body></html>