.fa-shopping-cart:before{content:"\f291"}
.fa-shopping-basket:before{content:"\f291"}
.fa{display:inline-block;font:normal normal normal 18px/1 FontAwesome;-moz-osx-font-smoothing:grayscale}


/** make Search Magnifying Glass bigger **/
.search .search-button {
  font: normal normal normal 20px/1 FontAwesome; right: 15px;
  top: 0;
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
/** end Mag Glass **/



/** topper line **/

.topper {
 background-color: #e9e9e9;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0 10px;
  position: fixed;
  width: 100%;
  margin: 0;
  top: 0;
  z-index: 9999;
}

topper .account-menu li a,
.topper .account-menu li:visited {
  color: #C91F16; font-weight:normal;
}
.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: #E7322A; text-decoration: none; font-weight: bold
}

/** end topper line **/


.
.search .search-button {
  font: normal normal normal 20px/1 FontAwesome; right: 15px;
  top: 3;
  position: absolute;
   border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.basket .icon {
  height: 50px;
  width: 50px;
  color: white;
  padding: 10px; padding-left: 8px;
  background-color: #ff6c00;
  float: center; font-size: 30px;
}
.basket .containing {
  display: inline-block;
  height: 50px;
  font-size: 0.9em;
  padding: 6px 25px 15px;
  float: right;
  margin: 0 0 0 0px;
background-color: #efefef;
}

.sales_tel_text {
  margin: 0;
font-weight: bold;
   text-align: right;
   color: #E7322A;
 }

.checkout-procedure li {
  margin: 0;
  padding: 9px 20px;

  text-align: center;
  text-transform: uppercase;
  width: 16.6%;
  color: white;
  float: left;
  height: 50px;
display: inline-block;
  vertical-align: middle;

}

.newsletter {
  background-color: #84898B; 
}
/** newsletter box margin inside above **/
.newsletter .row {
  margin-bottom: 0;
  margin-top: 14px;
}

/* Filter orrange arrow fixes */
.display .filter:after { left: 50px; right: auto;
}

/** Make black search arrow ranged right in header **/
.search select.select,
.search input[type="text"].select {
  background-color: #f2f2f2;
  padding: 0 0px;
padding-left: 20px;
}

/** Main Nav **/

@media (max-width: 1199px) {
  nav .row ul {
    text-align: center;
  }

  nav .row ul li a, nav .row ul li:visited {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.65em;
  }
}

.menu-item {
	width: 140px;
	word-wrap: break-word;
	padding: 0px;
}


/** style sheet for making drop down arrow on search results PER PAGE ranged right **/
.display form .form-group .numeric {
  width: 60px;
  padding-right: 0px;
}

/** make search message bigger - We have found xx products matching your search **/
small { font-size: 100%; }


/** style sheet for making logo reduce slightly for tablet - LOGO RESPONSIVE **/
.logo img {
  width: 100%;
}

@media (min-width: 1200px) {
  .logo img {
    width: auto;  
  }
}

/** breadcrumb **/

.breadcrumbs ul li a:hover {
  color: #C91F16;
}
.breadcrumbs {
  font-size: 1.0em;
  text-transform: uppercase;
}

/** close breadcrumb **/

/** style sheet for tabs on product page **/
ul.tab-nav {
    list-style: none;
    border-bottom: 1px solid #bbb;
    padding-left: 0;
    margin-top: 20px;
    vertical-align: middle;
}

ul.tab-nav li {
      display: inline;
}

ul.tab-nav li a.button {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      margin-bottom: -1px;
     padding-top: 14px;
     padding-left: 20px;
     padding-bottom: 12px;
     padding-right: 20px;
      border-bottom: none;
     background: #f2f2f2;
      vertical-align: middle; 
     text-transform: uppercase;
      font-size: 1.0em; 
}

ul.tab-nav li a.active.button {
      border-bottom: 1px solid #fff;
     background: transparent;
}

.tab-content .tab-pane {
      display: none;
}

.tab-content .tab-pane.active {
      display: block;
}


/** style sheet needed for making input box bigger **/
.delivery-options input[type="text"], .delivery-options input[type="email"], .delivery-options textarea, 

.delivery-options select {
 display: block;  
 width: 300px;
}


/** style sheet needed for making input box bigger **/
.delivery-options input[type="text"], .delivery-options input[type="tel"], .delivery-options input[type="email"], .delivery-

options textarea, .delivery-options select {
  display: block; height: 40px; 
  width: 330px;
}


/**  style sheets to make account pages responsive and line up correctly **/
.order-details {
 display: inline;
}

.display-mobile {
 display: none;
}

.totals {
 text-align: right; 
}
.totals {
  font-size: 1.4em;
  font-weight: bold;
}
.total-value-right-pad {text-align: right; padding-right: 50px;}
.total-value-right {text-align: right;}

@media only screen and (max-width: 767px) {
.total-value-right-pad {text-align: left;}
.total-value-right {text-align: left;}
}


@media only screen and (max-width: 767px) {

 .totals {
  width: 50% !important;
 }

 .totals.total-price {
  width: 40% !important;
 }

 .order-details {
  display: inline-block;
  width: 90px;
  margin-right: -4px; text-align: right;
 }
 .order-details left {
  display: inline-block;
  width: 90px;
  text-align: left;
 }

 .order-details input[type="text"] {
  display: inline-block;
  width: 80px;
 }

 .display-mobile {
    display: inline-block;
  width: 30px;
  margin-right: -4px;
  text-align: left;
  }
}
.text-right {
 text-align: right;
}
.basket-wrap .quantity {
  width: 65px; margin-left 50px;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

/**  style sheet for pages - about us etc setting font size **/
.info {
  font-size: 1.0em;
}




/** nav bar **/
nav .row .col-16 .wrap {
  background: #E7322A; 
  /* Old browsers */
  background: -moz-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C91F16), color-stop(100%, #E7322A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #C91F16 0%, #E7322A 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #C91F16 0%, #E7322A 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 100%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}

xxxxxnav .row ul li .main-sub ul li.title a:hover {
  color: #ff0000;
}
xxxxxnav .row ul li .main-sub ul li.sub a:hover {
  color: #da291c;
}
nav .row ul li:hover a,
nav .row ul liactive a {
  background-color: #ff0000;
  color: white;
}

nav .row ul li .main-sub.active {
  height: auto; bg-color: #e6e6e6;
  padding: 20px;
  overflow: auto;
  border-left: 3px solid #C91F16;
  border-right: 3px solid #C91F16;
  border-bottom: 3px solid #C91F16;
  border-top: 3px solid #C91F16;
}
nav .row ul li a,
nav .row ul li:visited {
  padding: 8px 20px;
  color: white;
  display: block;
}

nav .row ul li .main-sub ul {
  width: 100%;
  margin: 0;
}


nav .row ul li .main-sub ul li.sub {
  float: left;
  width: 18%;
  margin-left: 0;
  margin-right: 2%;
  padding: 5px 0;
  border: none;
}


/** end nav bar **/

/** Account Menu Box **/
.side-categories ul li.title,
.side-filters ul li.title {
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #E7322A;
  border-left: 1px solid #E7322A;
  border-right: 1px solid #E7322A;
  background-color: #E7322A;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}
/** end of account menu box **/

/** BUTTONS **/
.primary {
  background: #888888;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #888888;
}
.primary:visited {
  color: white;
}
.primary:hover,
.primary:active {
  background: #E7322A;
  border: 1px solid #E7322A;
}

/** END OF BUTTON STYLES **/

form input[type="text"],
form input[type="password"],
form input[type="email"],
form select,
form textarea,
form button {
  border-radius: 0px;
  border: 1px solid #dadada;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}


/**  corresponding headers for responsive mode in accounts pages **/
@media only screen and (max-width: 767px) {
  
  table.saved-basket-lines td:nth-of-type(1):before { content: "Code"; }
  table.saved-basket-lines td:nth-of-type(2):before { content: "Description"; }
  table.saved-basket-lines td:nth-of-type(3):before { content: "Price"; text-align: left; }
  table.saved-basket-lines td:nth-of-type(4):before { content: "Quantity"; text-align: left; }
  table.saved-basket-lines td:nth-of-type(5):before { content: "Line Price"; text-align: left; }
  table.saved-basket-lines td:nth-of-type(6):before { content: "Status"; }

  table.order-history td:nth-of-type(1):before { content: "Order Ref"; }
  table.order-history td:nth-of-type(2):before { content: "Order Date"; }
  table.order-history td:nth-of-type(3):before { content: "Required Date"; }
  table.order-history td:nth-of-type(4):before { content: "Your Reference"; }
  table.order-history td:nth-of-type(5):before { content: "Amount"; text-align: left;}
  table.order-history td:nth-of-type(6):before { content: "Status"; }
  table.order-history td:nth-of-type(7):before { content: ""; }

  table.invoices td:nth-of-type(1):before { content: "Invoice Ref"; }
  table.invoices td:nth-of-type(2):before { content: "Invoice Date"; }
  table.invoices td:nth-of-type(3):before { content: "Required Date"; }
  table.invoices td:nth-of-type(4):before { content: "Your Ref"; }
  table.invoices td:nth-of-type(5):before { content: "Amount"; text-align: left; }
  table.invoices td:nth-of-type(6):before { content: "Status"; }

  table.transactions td:nth-of-type(1):before { content: "Our Ref"; }
  table.transactions td:nth-of-type(2):before { content: "Customer Ref"; }
  table.transactions td:nth-of-type(3):before { content: "Transaction Date"; }
  table.transactions td:nth-of-type(4):before { content: "Transaction Type"; }
  table.transactions td:nth-of-type(5):before { content: "Payment Date"; }
  table.transactions td:nth-of-type(6):before { content: "Amount"; text-align: left; }
  table.transactions td:nth-of-type(7):before { content: "Outstanding"; text-align: left; }

  table.quick-order-form td:nth-of-type(1):before { content: "Product Code"; }
  table.quick-order-form td:nth-of-type(2):before { content: "Description"; }
  table.quick-order-form td:nth-of-type(3):before { content: "Price"; text-align: left;}
  table.quick-order-form td:nth-of-type(4):before { content: "Per"; text-align: left; }
  table.quick-order-form td:nth-of-type(6):before { content: "Quantity"; text-align: left; }
  table.quick-order-form td:nth-of-type(7):before { content: "Packed"; text-align: left; }

  table.my-products td:nth-of-type(1):before { content: "Product Code"; }
  table.my-products td:nth-of-type(2):before { content: "Description"; }
  table.my-products td:nth-of-type(3):before { content: "Invoice Reference"; }
  table.my-products td:nth-of-type(4):before { content: "Date"; text-align: left; }
  table.my-products td:nth-of-type(5):before { content: "Last Quantity"; text-align: left; }
 
  table.my-products td:nth-of-type(6):before { content: "Required"; }
  table.my-products td:nth-of-type(7):before { content: "Invoice Price"; }



}


/* banner styles */

.banner .cycle-slideshow {
  background: url(/assets/file/img/bg-slider.jpg) no-repeat;
width: 100%; height: 400px;
  
} 
.banner .cycle-slideshow .slide .txt .title {
  color: white;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 2.8em;
  line-height: 1.1em;
  margin-top: 70px;
}
.bannersubhead {color: #ffffff; font-size: 1.2em; }
.bannerthirdline {color: #000000; font-size: 1.1em; font-weight:bold;}



.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
  color: #da291c;
}

.banner .cycle-slideshow .slide {
  padding: 0px 20px;
  width: 100%;
}


.banner .cycle-slideshow .slide .txt {
  float: right;
  width: 45%;
}

.banner .cycle-slideshow .slide .img {
  margin-top: 40px;
  width: 50%;
  height: 5%;
  text-align: right;
  float: left;
}

/* end of banner styles */

/** button for banner **/

.primarybanner {
  background: #da291c;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -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: 12px;
}

.primarybanner:hover,
.primarybanner:active {
 text-decoration: none; color: #ffffff;  background: #ff0000;
}


.primarybanner:hover {color: #ffffff; }
.primarybanner:active {
  background: #ffffff;
  border: 1px solid #da291c;
  color: #da291c;
  -webkit-transition: background-color 0.2s linear 0.2s;
  -moz-transition: background-color 0.2s linear 0.2s;
  -ms-transition: background-color 0.2s linear 0.2s;
  -o-transition: background-color 0.2s linear 0.2s;
  transition: background-color 0.2s linear 0.2s;
}
.primarybanner:visited {
  color: white;
}
/** end of button for banner **/



/** prev banner styles media mobile **/

@media (max-width: 767px) {

.banner .cycle-slideshow {
  background: url(/assets/file/img/bg-slider.jpg) no-repeat;
width: 100%; height: 420px;
  
} 
.banner .cycle-slideshow .slide .txt .title {

  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 2.3em;
  line-height: 1.1em;
  margin-top: -30px;
}

.banner {
    overflow: hidden !important;
  }

  .banner .cycle-slideshow {
    background-repeat: repeat !important;
    height: 400px !important;
  }

  .banner .cycle-slideshow .slide .img {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    text-align: center !important;
  }

  .banner .cycle-slideshow .slide .img img {
    width: 80% !important;
  }

}
@media (max-width: 959px) and (min-width: 768px) {
  .banner .cycle-slideshow .slide .img img {
    width: 100% !important;
  }
  .banner .cycle-slideshow .slide .img img {
    width: 100% !important;
  }
.banner .cycle-slideshow .slide .txt .title {

  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 2.4em;
  line-height: 1.1em;
  margin-top: 50px;
}
}

/** end of banner for mobile **/



 /** social media boxes **/
.action ul li a {
  display: block;
  padding: 12px;
  color: white;
  border-radius: 3px;
  font-size: 1.4em;
}
/** end of social media boxes **/


/** making responsive icon colours, text colour change and close button. default was #009f8e **/
.btn.btn-head {
		color: #84898B;
		display: inline-block;
	}
.md-device-menu.active ul li a {
		width: 100%;
		display: block;
		color: #E7322A;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f4f4f4;
		font-size: 1.2em;
	}

@media only screen and (max-width: 959px) {
.logo img {
		width: 60%;
		height: 60%
	}
.md-close {
		width: 30px;
		height: 30px;
		background: #84898B;
		color: white;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		float: right;
		border-color: transparent;
		font-size: 1.5em;
		padding: 0;
		line-height: 1;
		text-shadow: 1px 1px #007c6f;
	}

	.md-close:hover, .md-close:active, .md-close:focus {
		background: #ff0000;
		border-color: transparent; color: #ffffff;
	}

	.account-menu-nav, .filter-menu {
		display: none;
	}

	.account-menu-btn, .filter-menu-btn {
		width: 100%;
	}
}

/** end of responsive and close icon colours **/


/**
Featured Categories
Set colour to red
**/

.feature-categories {
  border: 3px solid #E7322A;
}

.feature-categories ul li {
  border-bottom: 1px solid #E7322A;
}

.feature-categories ul li.title {
  background-color: #E7322A;
}

.feature-categories {
  border: 3px solid #E7322A;
}

.feature-categories ul li .sub.active {
  border-top: 3px solid #E7322A;
  border-right: 3px solid #E7322A;
  border-bottom: 3px solid #E7322A;
}

/**
Categories
Set colour to red
**/
.category:hover,
.category:active {
  border-color: #E7322A;
}
.category:hover .info,
.category:active .info {
  background: #E7322A;
  color: white;
}
