<style>


* {
    box-sizing: border-box;
    font-size: 100%;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

body { 
    /*background-image: linear-gradient(white, grey);*/
    background-color: #000000;
    /*background: #11ccee; */  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #000000 , #6666ff, #000000); */ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #000000 , #6666ff, #000000); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
} 
   
html {
    /*font-family: "Calibri", sans-serif;*/
    font-family: Calibri, Helvetica, sans-serif;
}

.header {
    font-size: 30px;
    background-color: #f9be0c;
    text-align: center;
    color: #f9be0c;
    padding: 15px;
    margin: 20px;
 /*   box-shadow: 5px 5px 5px GREY; */
    background: #f9be0c; /* fallback for old browsers */
    margin-left: auto;
    margin-right: auto;
    
}

.headerMOB {
    font-size: 30px;
    background-color: #f9be0c;
    text-align: center;
    color: #f9be0c;
    padding: 0px;
    margin: 25px;
 /*   box-shadow: 5px 5px 5px GREY; */
    background: #f9be0c; /* fallback for old browsers */
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#mobileHEADER {
    font-size: 1.8em;
    background: #f9be0c;
    width:100%;
    text-align: center;
    /* border: 10px solid green; */
    margin-left: auto;      
    margin-right: auto; 
    padding: 0em;
    padding-bottom: 0px;
}

#menuBar {
    background: #f9be0c; /* fallback for old browsers */
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/Hedleysbanner1.jpg");
/*    box-shadow: 5px 5px 5px GREY; */
    max-width: 90%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
} 

/* #menuBar {   */
/*    background-color: #11ccee;   */
/*    height: 50px; */
/*    width: 100%; */
/* }   */

.row {
    text-align: center;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    /*border-radius: 25px;*/
    /*border: 5px solid #000000;*/
    padding: 15px;
    margin-bottom: 15px;
 /*   box-shadow: 5px 5px 5px GREY; */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*box-shadow: 2px 2px 1px black;*/
}

.menu li:hover {
    background-color: GREY;
}

.aside {    
    padding: 25px;
    text-align: center;
    font-size: 14px;
    font-color: white;
}

.productBasketBox {
    font-size: 1em;
    /* font-weight: bold; */
    line-height: 1.275;
    display: block; 
    padding: 5px;
    margin: 15px;
 /*   box-shadow: 5px 5px 5px GREY;  */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }

.productBasketTotal {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.275;
    padding: 5px;
    margin-bottom: 15px;
 /*   box-shadow: 5px 5px 5px GREY;  */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }


.footer {
 /*   box-shadow: 5px 5px 5px GREY; */
    background-color: #cccccc;
    color: #000000;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    background: #ffffff; /* fallback for old browsers */
    margin-left: auto;
    margin-right: auto;
}

 /* #menuBar {   */
 /*   background-color: #11ccee;    */
 /*  height: 40px;   */
/* }   */

.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: left;
    background: #000000; /* fallback for old browsers */
    /*background-color: rgb(147,206,252);*/
    background-color: rgba(249,190,12, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    height: 0%;
    text-align: left;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
p {
   color: #000000;
}

#black {
   color: black;
}

span {
    /*background-color: grey;*/
}

img {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
}
.imgaside {
    display: inline-block;
    border: 0;
    max-width: 150px;
    height: auto;
}
.imgProductBox {
    max-width: 200%;
    height: 80px;
}

.imgProductBox2 {
    max-width: 200%;
    height: 40px;
}

.imgProductBox3 {
    max-width: auto;
    height: 200px;
}

.imgHeader {
    max-width: 100%;
    height: auto;
}
.imgTROLLEY {
    margin-top: 0px;
}
.asideimg {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 0;
}

h1 {
   font-size: 2em;
   color: #000000;
}
h2 {
    font-size: 1.7em;
}
h3 {
   font-size: 1.3em;
}
h4 {
   color: #000000;
}

a:link{color: #000000;}
a:visited{color: #000000;}
a:hover{color: #000000;}
a:active{color: #000000;}

a:link {text-decoration: none;}    /* unvisited link */
a:visited {text-decoration: none;} /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */
a:active {text-decoration: none;}  /* selected link */

.productBox {
    display: inline-block; 
    padding: 15px;
    margin: 15px;
 /*   box-shadow: 5px 5px 5px GREY; */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    width: 250px;
    height: 150px;
    }

.productBoxTrad {
    display: inline-block; 
 /*   padding: 15px;  */
 /*   margin: 15px;  */
 /*   box-shadow: 5px 5px 5px GREY; */
    background-color: #ffffff;
    color: #ffffff;
    background: #ffffff; /* fallback for old browsers */
    width: 250px;
    height: 150px;
    }


.productBoxHigh {
    display: inline-block; 
    padding: 15px;
    margin: 15px;
/*    box-shadow: 5px 5px 5px GREY; */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    width: 250px;
    height: 50px;
    }


.productBox2 {
    display: inline-block; 
    align-items:center;
    padding: 15px;
    margin: 15px;
 /*   box-shadow: 5px 5px 5px GREY; */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
   /*  width: 250px; */
   /*  height: 150px;  */
    }

.productTypeBox {
    display: inline-block; 
    padding: 15px;
    margin: 15px;
  /*  box-shadow: 10px 10px 10px #f9be0c; */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    max-width: 300px;
    height: auto;
    }

.productDescriptionBox {
    font-size: 1em;
    line-height: 1.275;
    display: block; 
    padding: 15px;
    margin-bottom: 15px;
 /*   box-shadow: 5px 5px 5px GREY; */
    background-color: #cccccc;
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    max-width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }


.floatRIGHT{
    float: right;
    font-size: 0.75em;
}

table {
    max-width: 95%;
    height: auto;
    border: 2px solid;
    border-color:  #04a3e7;
    margin-left: auto;
    margin-right: auto;
}
th {
    max-width: 95%;
    height: auto;
    border: 1px solid;
    border-color:  #04a3e7;
    margin-left: auto;
    margin-right: auto;
}

td {
    max-width: 95%;
    height: auto;
    border: 1px solid;
    border-color:  #04a3e7;
    margin-left: auto;
    margin-right: auto;
}

#menuBar {
    background-color: #f9be0c;
    height: 40px;
}

button.accordion {
    margin: 5px;
    transition: 1.5s;
    background-color: #cacccc;
}

input[type=submit] {
    margin-left: 10px;
}

input[type=text] {
    width: 30%;
    padding: 5px 5px;
    border: 1px solid #ccc;
    text-align: center;
}

div.panel {
    padding: 10px 18px;
    background-color: #04a3e7;
    transition: 1.5s;
    display: none;
}

div.panel.show {
 /*   box-shadow: 5px 5px 5px GREY;  */
    transition: 1.5s;
    display: block;
}

.navMOBILEli {
    
    display: inline-block;
    width: 90%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    border: 1px solid;
    border-color:  #11ccee;
    text-align: center;
    margin: 10px;     
}

#menuBar {
    background: #f9be0c; /* fallback for old browsers */
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/Hedleysbanner1.jpg");  
 /*   box-shadow: 5px 5px 5px GREY; */
    max-width: 90%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

input {
 text-align: center;
}    

#cookiePane
{
display:none;
position:fixed;
left:0px;
top:0px;
float: right;
width: 100%; 
max-width: 100%;
height: auto;
background-color: grey; 
text-align: center;
border: 5px solid #999999;
opacity: 1.0; 
filter: alpha(opacity=100);
transition: 0.3s;
}

#TOPBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #f9be0c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#TOPBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 767px) {
/* For mobile phones: */
    .productTitle { display: none; }
    .productTitleMOB { display: block; font-size: 1.5em; }
    #menuBar { display: block; margin-left: auto; margin-right: auto; }
    .headerMOB { display: block; margin-left: auto; margin-right: auto; }
    .header { display: none; }
    .row ul { display: none; }
    .aside {display: none; }
    .asideMOB {display: block; }
    .footer {display: block; }
    .productType { max-width: 90%; font-size: 1.5em; }
    .productDescriptionBox { max-width: 90%; font-size: 1.5em; }
    .productTypeBox { max-width: 90%; font-size: 0.75em; }
        
}

@media only screen 
    and (min-width: 768px)
    and (max-width: 1199px) {
    /* For tablets: */
    .productTitle { display: inline-block; font-size: 0.7em; }
    .productTitleMOB { display: none; }
    .panel { font-size: 0.75em; }
    #menuBar { display: none; }
    .headerMOB { display: none; }
    .aside { display: none; }
    .asideMOB {display: block; }
    .footer {display: block; }
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .productTitle { display: block; font-size: 0.8em; }
    .productTitleMOB { display: none; }
    .panel { font-size: 0.75em; }
    #menuBar { display: none; }
    .headerMOB { display: none; }
    .aside { display: block; }
    .asideMOB {display: none; }
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;
    margin-left: auto;
    margin-right: auto;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

</style>