<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner img{
  display: none;
}
ul#nav-main img{
  display: none;
}
#footer a{
  text-decoration: none;
}
span#filter{
  display: none;
}
#menu-toggle{
  display: none;
}
#three-bar-menu{
  display: none;
}
#main-toggle{
  display: none;
}
#footer ul.terms-footer, #footer ul.about-footer-mobile{
  display: none;
}
.left-pod h3 img{
  display: none;
}
.left-pod h3 span{
  font-size: 16px;
}

.contact{
  display: none;
}
#mobile-contact{
  display: flex;
  flex-direction: column;
}
#mobile-contact span{
  margin: 10px;
}

@media (max-width: 576px) {
  body {
    width: 100%;
  }

  input, textarea, ul, li, p, span, td, a{
    font-size: 14px;
  }

  #banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: max-content;
    background-image: none;
    margin-bottom: 20px;
  }
  #banner img{
    display: block;
    margin: 0;
    width: 100%;
  }

  #home{
    width: 90%;
    margin: 0;
  }

  #banner a, form#login a, form#login span, strong{
    font-size: 16px;
  }

  #banner a.home {
    display:none
  }
  #banner h4{
    display: none;
  }
  form#login {
    width: 94%;
    padding: 0 3%;
  }
  #banner ul {
    float: right;
    width: 94%;
    padding: 0 3% 8px 3%;
    margin: 0;
  }
  form#search {
    margin: 0;
    width: 100%;
    height: 25px;
    background-color: #6fb43f;
  }
  form#search fieldset input.search-button {
        top: 0;
    padding: 2.5px 0;
    margin-right: 1%;
    width: 5%;
    height: auto;
  }
  form#search fieldset input{
    display: inline-block;
    width: 89%;
    height: 20px;
    font-size: 14px;
  }
  #search fieldset {
    margin-top: 3px;
    padding-top: 3px;
    background: #6fb43f;
    width: 96%;
    padding: 0 3% 0 1%;
  }


  ul#nav-main {
    position: absolute;
    width: 40px;
    right: 15px;
    top: 20px;
    background-color: transparent;
    padding: 20px 0;
  }
  #main-toggle{
    display: none;
  }
  ul#nav-main li{
    display: none;
  }
  #main-toggle:checked + ul#nav-main{
    width: 100%;
    left: 0px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background-color: #1c3e95;
  }
  #main-toggle:checked + ul#nav-main li{
    display: block;
  }
  #three-bar-menu{
    display: inline;
    position: absolute;
    width: 10%;
    right: 0;
    top: 15px;
    z-index: 1;
    margin: 10px;
  }
  /*#three-bar-menu img{
    width: 100%;
    position: relative;
    float: right;
    margin: 0;
  }*/
  .fa-bars{
    font-size: 45px;
    position: absolute;
  }
  .fa-bars:first-of-type{
    color: #1c3e95;
  }
  .fa-bars:last-of-type{
    color: white;
    top: 7px;
  }
  ul#nav-main li{
    width: 80%;
    margin: 2px 0;
    margin-left: 3.5%;
  }
  ul#nav-main li a{
    border-right: none;
    font-size: 14px;
  }




  #main-canvas {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .left-pod {
    position: relative;
    display: inline-block;
    width: 100%;
    height: max-content;
    margin-right: 0;
    border-right: 0;
    border-left: 0;
  }
  .left-pod h3 {
    width: 96%;
    padding: 0 3% 0 1%;
    display: flex;
  }
  .left-pod h3 span{
    padding-left: 10px;
  }
  .left-pod h3 img{
    display: inline;
    width: 20px;
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }
  label{
    cursor: pointer;
  }
  #nav-cat1 {
    display: none;
    transition: all 0.3s;
    width: 100%;
    height: max-content;
    padding-bottom: 20px;
  }
  #nav-cat1 a{
    width: 100%;
  }
  #nav-cat1 a.active{
    background-color: #1c3e95;
  }
  #nav-cat1 a:hover{
    background-color: #e7e8ea;
  }
  #menu-toggle:checked + #nav-cat1 {
    display: block;
  }
  #nav-cat2 a.active{
    background-color: initial;
  }
  #nav-cat1 ul{
    width: 75%;
  }
  #nav-cat2 a{
    width: 100%;
  }




  .user-control-panel {
    width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
  .item-canvas {
    width: 100%;
  }
  .welcome {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    border-bottom: 1px solid #dedede;
  }




  .item-canvas h1.category{
    width: max-content;
    margin-left: 0px;
    margin: auto;
  }
  .item-canvas span.catalogue-path{
    display: none;
  }
  .pagination-top{
    width: 100%;
    height: 25px;
    margin: 0px;
    float: left;
    padding: 3px 0px;
    display: flex;
  }
  .pagination-top span, .pagination-bottom span {
    display: none;
  }
  ul.pagination{
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: max-content;
  }
  .pagination-bottom{
    width: 100%;
  }
  .pagination-top form{
    width: 60px;
    height: 30px;
    background-color: #1c3e95;
    position: absolute;
    margin-top: -35px;
    right: 0;
  }
  .pagination-bottom form{
    display: none;
  }
  .item-canvas input, .item-canvas textarea, .item-canvas select, .item-canvas label{
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
  div.pagination-top form:hover{
    width: 100%;
    left: 0px;
    height: max-content;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.pagination-top form:hover input, div.pagination-top form:hover textarea, div.pagination-top form:hover select, div.pagination-top form:hover label{
    display: block;
  }
  div.pagination-top form:hover span#filter{
    display: none;
  }
  span#filter{
    display: block;
    color: white;

  }
  select{
    width: 100px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .item-canvas label{
    color: white;
    font-size: 15px;
  }
  .display-row{
    width: 100%;
    height: max-content;
    border-bottom: none;
  }
  .item{
    width: 49.5%;
    height: 229px;
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #dedede;
  }
  .item .product{
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .item input.img{
    margin-left: auto;
    margin-right: auto;
  }
  .item:nth-of-type(2){
    border-right: none;
  }
  #breadcrumbs{
    display: none;
  }
  .item form{
    margin-left: 0;
    width: 100%;
  }


  .prod-number{
    margin-left: 4%;
    width: 96%;
  }
  a.prod-img{
    float: none;
    margin: 0 auto;
  }
  .prod-desc{
    float: none;
    width: 210px;
    height: 130px;
    margin: 20px auto 0 auto;
  }
  .prod-desc p{
    height: auto;
  }
  .item-canvas h3.item-page{
    border-top: none;
    padding-left: 4%;
  }

  #outerImageContainer{
    width: 100% !important;
    padding-right: 0 !important;
    height: max-content !important;
  }
  #imageContainer{
    padding: 2.5% !important;
    width: 95% !important;
  }
  #lightbox img{
    width: 98% !important;
    margin: 2% !important;
  }
  #imageDataContainer{
    width: 100% !important;
    padding-right: 0 !important;
  }


  #mobile-contact{
    width: 92%;
    margin: 0 4%;
  }
  #mobile-contact span{
    margin: 10px 0;
  }



  .item-canvas h1{
    width: 96%;
    padding-left: 2%;
  }
  .description{
    padding: 0 4%;
    width: 92%;
    border-bottom: 1px solid lightgray;
  }
  ol{
    padding-left: 3%;
    width: 97%;
  }

  .description ul{
    margin-left: 20px;
  }
  .description p, span{
    font-size: 15px;
  }



  form.standard{
    width: 92%;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    padding: 2px 4%;
  }
  form.standard h1{
    width: 100%;
  }
  .standard_input_double_length{
    width: 99%;
  }
  form.standard label{
    font-size: 15px;
  }
  .user-control-panel h1, .user-control-panel h3{
    padding-left: 4%;
    width: 96%;
  }
  form#cart{
    width: 96%;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    margin: 0 2%;
    height: fit-content;
    height: -moz-fit-content;
  }
  .first td:last-of-type{
    display: none;
  }
  thead tr{
    text-align: center;
  }
  td{
    padding: 5px 2px;
  }
  tbody{
    text-align: center;
  }
  td:nth-of-type(4)
  {
    display: none;
  }
  input.qty-input{
    text-align: center;
  }

  div.content{
    padding: 0 4%;
    width: 92%;
  }
  div.content h1{
    padding: 0 0;
    width: 100%;
  }

  #footer{
    width: 100%;
    background-image: none;
    height: 225px;
  }
  #footer ul.about-footer-mobile{
    display: block;
    float: left;
    width: 37.5%;
    margin: 0 5% 0 7.5%;
    padding-top: 10px;
  }
  #footer ul.terms-footer{
    display: block;
    float: right;
    width: 37.5%;
    margin: 0 7.5% 0 5%;
    padding-top: 10px;
  }
  #footer ul.shop-footer, #footer ul.order-footer, #footer ul.about-footer{
    display: none;
  }
  #footer ul li.title{
    text-align: center;
    font-size: 18px;
  }
  #footer ul li a{
    font-size: 16px;
  }
  #footer p span.address{
    display: none;
  }
  span.copywrite{
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 2%;
    width: 98%;
    border-top: 1px solid lightgray;
    padding-top: 5px;
  }
  #footer p{
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #footer p span{
    text-align: center;
    font-size: 24px;
  }
  #footer img{
    display: none;
  }
}</pre></body></html>