.topper {background-color: #ed7921;
  border-bottom: 1px solid #ffbf91;
   position: relative;
  padding: 4px 0 4px;}

.topper .account-menu li a,
.topper .account-menu li:visited {
    color: #ffffff;
}
.topper .account-menu li a:hover,
.topper .account-menu li:visited:hover,
.topper .account-menu li a:active,
.topper .account-menu li:visited:active {
    color: #ffffff;
}
.hide-sm {color: #ffffff;}
a.hide-sm {color: #ffffff;
font-weight: bold; font-size: 15px}
.hide-sm visited:active{color: #ffffff;}
a:hover.hide-sm {color: #ffffff;}

.main {
    margin-top: 40px;
}


.multi-basket {
    padding: 15px 0;
    background-color: rgba(255, 191, 145, 0.5);
    border-top: 1px solid #ffbf91;
    border-bottom: 1px solid #ffbf91;
    -webkit-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -moz-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -ms-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -o-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    transition: visibility .2s ease .0s, opacity .2s ease .2s;
} 


.multi-basket .multi-wrap {
    position: relative;
    padding: 15px;
    background: white;
    border: 1px solid #ffbf91;
    overflow: auto;
}


.fa-shopping-basket:before{content:"\f291";
font-size: 18px;}


/* stock bold */
.prod-info .stock {
    font-size: 1.2em;
    font-weight: bold;
}


.sales_tel_text {
  margin: 0;
font-weight: bold;
   text-align: right;
   color: #E7322A;
font-size: 1.4em;
 }



/** style for arrow on PER PAGE **/

.display form select,
.display form input {
  display: inline-block;
  height: 30px;
  margin-bottom: 0;
  padding: 0 10px;
}
.display form .form-group {
  display: inline-block;
}
.display form .form-group .drop-arrow {
  position: absolute;
  width: 15px;
  height: 30px;
  padding-top: 9px;
  top: 0;
  right: 0;
  color: #ff6c00;
  text-align: center;
}
.display form .form-group .numeric {
  width: 60px;
  padding-right: 0px;
}
.zdisplay form .form-group .numeric {
  width: 70px;
  padding-right: 0px;
}




/* banner styles */

/* Filter arrow fixes */
.display .filter:after { left: 50px; right: auto;
}

.search .search-button {
  font: normal normal normal 20px/1 FontAwesome; right: 15px;
  top: 0;
  position: absolute;
  color: #ff6c00;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}


.banner .cycle-slideshow {
  background: url(/assets/file/img/slider-background-new.png) no-repeat;
	width: 100%; 
	height: 400px;
  z-index: 50;
} 

.banner .cycle-slideshow .slide .txt .title {
  color: #313140;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
  font-size: 1.8em;
  line-height: 0.5em;
  margin-top: 20px;
  z-index: 200;
}

.bannersubhead {
  color: #313140;
  font-size: 0.9em;
  z-index: 200;
}

.bannerthirdline {
	color: #313140;
  font-size: 0.9em;
  font-weight:bold;
  z-index: 200;
}

.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
  color: #da291c;
  z-index: 200;
}

.banner .pager span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: white;
    font-size: 40px;
}



.banner .cycle-slideshow .slide {
  padding: 0px 0px;
  width: 100%;
 
  position: relative;
}

.banner .cycle-slideshow .slide .txt {
  float: right;
  width: 50%;
  z-index: 5;
    position: fixed;
}

.banner .cycle-slideshow .slide .img {
	padding-top: 5px;
  text-align: right;
  float: left;
  z-index: 10;
    position: relative;
}

.slider-button {
  background: #313140;
  color: red;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #313140;
  -webkit-transition: background-color 0.2s linear 0;
  -moz-transition: background-color 0.2s linear 0;
  -ms-transition: background-color 0.2s linear 0;
  -o-transition: background-color 0.2s linear 0;
  transition: background-color 0.2s linear 0;
  text-shadow: none;
  border-radius: 3px;
  padding: 7px 14px;
  display: inline-block;
  font-size: 18px;
}

.slider-button:visited{
  color: white;
}

.slider-button:hover {
  background: red;
}
.slider-button:active {
  color: white;
}

p { margin: 0 0 20px 0;
  z-index: 200;
}

/* end of banner styles */

.feature-categories {
  border: 3px solid #009f8e;
  height: 330px;
}
.feature-categories ul li {
  margin: 0;
  padding: 0;
  height: 12.5%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #009f8e;
  line-height: 2.1em;
  background-color: #ffffff;
}

.feature-categories ul li.title {
  display: block;
  padding-top: 10px;
  background-color: #009f8e;
  color: white;
  font-size: 1.1em;
  line-height: 1.8em;
}

.feature-categories {
  border: 3px solid #009f8e;
  height: 330px;
}

.feature-categories ul li .sub.active {
  padding: 20px;
  border-top: 3px solid #009f8e;
  border-right: 3px solid #009f8e;
  border-bottom: 3px solid #800000;
}

.feature-categories ul li:hover a,
.feature-categories ul liactive a {
  color: #53AA3E; !important;
}

.feature-categories ul li:hover .sub ul li a,
.feature-categories ul liactive .sub ul li a {
  color: #800000 !important;
}


nav .row .col-16 .wrap {
  background: #333333; padding: 0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999999 0%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px; padding: 0;}

nav .row ul li a,
nav .row ul li:visited {
    padding: 15px 20px;
    color: white;
    display: block;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
}

nav .row ul li a:hover,
nav .row ul li:visited:hover,
nav .row ul li a:hover,
nav .row ul li:visited:hover {
    background-color: #ff6c00;
    color: white;
    -webkit-transition: background-color 0.2s linear 0.1s;
    -moz-transition: background-color 0.2s linear 0.1s;
    -ms-transition: background-color 0.2s linear 0.1s;
    -o-transition: background-color 0.2s linear 0.1s;
    transition: background-color 0.2s linear 0.1s;

}
nav .row ul {
  list-style: none; padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.0em; 
}
nav .row ul li:hover a,
nav .row ul liactive a {
    background-color: #ff6c00;
    color: white;
}
nav .row ul li .main-sub.active {

    border-left: 3px solid #333333;
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    border-top: 3px solid #333333;
}




a:hover,a:focus{color:#ff6c00;text-decoration:underline}


.fullwidth {
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 10px;
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    z-index: 9;
}

.newsletter {
    background-color: #666666;
    color: white;
    overflow: auto;
    font-size: 1.3em;
}
.newsletter .row {
    margin-bottom: 0;
    margin-top: 0px;
}

.side-categories ul li.title,
.side-filters ul li.title {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #ff6c00;
    border-left: 1px solid #ff6c00;
    border-right: 1px solid #ff6c00;
    background-color: #ff6c00;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}