/**
Add your custom styles here

Orange colour #fe5000
Green  colour #5BC500

**/
/*Global CSS*/
body, p, ul, ol, li, a, button, form, h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif !important;
}

a:hover, a:active{
	color: #ed7921 !important;
	text-decoration: none !important;
}

.head {
	background-color:#fe5000;
}

/* Stock Alert CSS */
.stock.alert {
	position: static !important;
	padding:0px 5px 5px 0px !important;
	color: #fe5000;
}
.stock.safe {
	color: #5BC500;
}

/* CSS to make page full width and then centre rwo content in 1200px */
.row {
    margin-bottom: 20px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.container {
    width: 100% !important;
}

/* CSS to make footer of page full width with a 2px solid charcoal line */
.row.hide-md {
    border-top: 3px solid #fe5000;
    max-width: 100%;
		background-color:#313140;
		margin:0px;
}

.newsletter {
    background-color: transparent;
}

.newsletter .row {
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.footer {
    background-color: #313140;
    padding-top: 10px;
    color: white;
}

/* Footer nav - titles */
.footer h4 {
    color: white;
}

/* Footer nav - links */
.footer li a {
    color: white;
}

/** Top of the page **/

.main {
    margin-top: 0px;
		padding-bottom:0px;
}

.head {
	margin:0px;
}

.row .relative {
	margin:bottom:0px !important
}

.strap-line {
	margin-top:5px;
	font-size:1.5em;
	letter-spacing:1px;
	color:white;
}

.top-catalogue-search {
	margin-top:17px;
}


/** Mega Menu **/
.mega-menu {
	background-color:#313140;
}

.row .menu-item {
	width: 114px;
	word-wrap: break-word;
  padding: 0px;
	font-size: 12px;
	vertical-align: middle;
}

nav .row ul li a {
  padding-left: 0px;
  padding-right: 0px;
	margin: 0;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:middle
}

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: #313140;
}


nav .row ul li .main-sub ul {
  width: 100%;
  margin: 0;
}

nav .row ul li .main-sub ul li.title {
  width: 100%;
  font-size: 1.1em;
  color: #005eb8;
}

nav .row ul li .main-sub ul li.title a {
  color: #005eb8; 
	padding: 0px;
}

nav .row ul li .main-sub ul li.title a:hover {
  color: #ff0000;
}

nav .row ul li .main-sub ul li.sub {
  float: left;
	font-size: 14px;
  width: 23%;
  margin-left: 0;
  margin-right: 2%;
  padding: 5px 0;
  border: none;
}

nav .row ul li .main-sub ul li.sub a:hover {
  color: #fe5000;
}

nav .row ul li .main-sub ul ul {
  padding: 5px 0;
}

nav .row ul li .main-sub.active {
  height: auto;
  padding: 20px;
  overflow: auto;
  border-left: 3px solid #313140;
  border-right: 3px solid #313140;
  border-bottom: 3px solid #313140;
  border-top: 3px solid #313140;

}

nav .row ul li:hover a, nav .row ul li:active a {
  background-color: #313140;
  color: #152B50;
}

nav .row ul li:visited:hover {
  background-color: #eeeeee;
  color: white;
}

nav .row ul {
  list-style: none; padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.0em; 
}

nav .row .col-16 .wrap {
  background: #313140; 
  /* Old browsers */
  background: -moz-linear-gradient(top, #313140 0%, #313140 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313140), color-stop(100%, #313140));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #313140 0%, #313140 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #313140 0%, #313140 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #313140 0%, #313140 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #313140 0%, #313140 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}


/** END Mega Menu **/

/** Vertical Sub-Menu **/

nav .row ul li .main-sub {
    width: auto;
    min-width: 160px;
    white-space:nowrap;
    height: 0;
    background: white;
    right: auto;
    top: 47px;
    position: absolute;
    z-index: 200;
    overflow: hidden;
}

.row .menu-item-vertical {
	width: 114px;
	word-wrap: break-word;
  padding: 0px;
	font-size: 12px;
	vertical-align: middle;
}
nav .row ul li .main-sub-vertical ul {
  width: 100%;
  margin: 0;
}

nav .row ul li .main-sub-vertical ul li.title {
  width: 100%;
  font-size: 1.1em;
  color: #005eb8;
}

nav .row ul li .main-sub-vertical ul li.title a {
  color: #005eb8; 
	padding: 0px;
}

nav .row ul li .main-sub-vertical ul li.title a:hover {
  color: #ff0000;
}

nav .row ul li .main-sub-vertical ul li.sub-vertical {
  float: left;
	font-size: 14px;
  margin-left: 0;
  margin-right: 2%;
  padding: 5px 0;
  border: none;
}

nav .row ul li .main-sub-vertical ul li.sub-vertical a:hover {
  color: #fe5000;
}

nav .row ul li .main-sub-vertical ul ul {
  padding: 5px 0;
}

nav .row ul li .main-sub-vertical.active {
  height: auto;
  padding: 20px;
  overflow: auto;
  border-left: 3px solid #313140;
  border-right: 3px solid #313140;
  border-bottom: 3px solid #313140;
  border-top: 3px solid #313140;

}


/** End of Vertical Sub-Menu **/


/** CSS to display product codes when on product page **/
.pcodes {
		font-size: 1.2em;
}

.pcodes ul {
    display: block;
    margin: 0;
    padding: 0;
}

.pcodes ul li {
    display: inline-block;
}

/** end **/

h1 {
	font-size:1.8em;
}

/* Category browisng CSS *.
/* Category mouse over colours */
.category {
		cursor:pointer;
}

.category:hover,
.category:active {
    border-color: #fe5000;
}

.category:hover .info,
.category:active .info {
    background: #fe5000;
    color: white;
}

/* Category height */
.product .info {
    min-height: 280px;
		cursor:pointer;
}

.category .info {
    min-height: 120px;
}

.key-info {
	font-family:Courier, monospace;
	font-size:0.8em;
	margin-top:5px;
}

/** Styles for new product listing **/

/* Product List */

.shop-list .product-wrap {
  margin-bottom: 1px;
}
.prod-break .break {
  font-size: 1.0em;
  text-transform: uppercase;
}


.product-wrap:nth-of-type(even) {
  background-color: #f9f9f9;
}


.product.new .product-info {
  padding: 1px 20px;
}

.product.new .title {
  display: block;
  margin-top: 5px;
  padding-top: 0px;
}

.product.new .price-area {
  min-width: 140px;
  min-height: auto;
  padding: 5px 5px;
}

body > div.wrapper.remodal-bg > div.main > div > main > div.col-12.shop-list > div > div > div > div > div.col-3.col.omega.price-area > form > div > div > span:nth-child(2) {
	font-size:1.0em;
}

.product-wrap:nth-of-type(even) .price-area {
  background-color: #f0f0f0;
}


.product.new .price-area .break-zone {
  display: inline-block;
  margin-top: 7px;
  margin-right: 0px;
  text-transform: none;
}

.product.new .price-area .block .price-wrap {
  float: right;
  margin-top: 4px;
  margin-right: 2px;
}

.product.new .price-area .block .price {
  float: none;
  font-size: 1.4em;
}

.product.new .price-area .block .quantity {
  width: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.product.new .price-area .block .price.cross {
  margin-top: 14px;
  line-height: 1;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .product.new .price-area {
    width: 278px;
  }

  .product.new .title {
    font-size: 0.8em;
  }

  .product.new .price-area .break-zone {
    margin-right: 10px;
  }

  .product.new .price-area .block .price-wrap {
    margin-top: 7px;
    margin-right: 10px;
  }

  .product.new .price-area .block .price {
    font-size: 1.4em;
  }

  .product.new .price-area .block .quantity {
    width: 50px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .product.new .title {
    font-size: 0.8em;
  }

  .product.new .price-area {
    width: 218px;
  }

  .product.new .price-area .block .price-wrap {
    float: none;
  }

  .product.new .price-area .block .quantity {
    width: 60px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-list .product-wrap {
    margin-bottom: 10px;
  }

  .product.new .price-area {
    width: 100%;
  }

  .product.new .product-info {
    padding-left: 10px;
    padding-right: 10px;

  }

  .product.new .title {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .product.new .price-area .block .price-wrap {
    float: none;
  }

  .product.new .price-area .block .quantity {
    margin-top: 25px;
  }
}

/* END Product List */

/* banner styles */

.banner .cycle-slideshow .slide .img img {
	width: 100% !important;
}

.banner .cycle-slideshow {
	background: url(/assets/file/img/bg.png) no-repeat;
	width: 100%; height: 330px;
}

.banner .cycle-slideshow .slide .txt .title {
	margin-top: 40px;
	font-size: 2.0em;
	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	display: block;
}

.banner .cycle-slideshow .slide .txt .bannersubhead {
	color: #FFFFFF;
	font-size: 1.2em;
}

.bannerthirdline {
	color: #313140;
	font-size: 0.9em;
	font-weight:bold;
}

.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
	color: #da291c;
}

.banner .cycle-slideshow .slide {
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
}

.banner .cycle-slideshow .slide .txt {
	float: right;
	width: 50%;
}

.banner .cycle-slideshow .slide .img {
	text-align: right;
	float: left;
}

.banner .pager span.cycle-pager-active {
	color: #53AA3E;
}

/* end of banner styles

/** banner styles media mobile **/
@media (max-width: 767px) {
	.banner .cycle-slideshow {
		background: url(/assets/file/img/slider-background.png) no-repeat;
		width: 100%; height: 420px;
	}
	.banner .cycle-slideshow .slide .txt .title {
		text-transform: uppercase;
		display: block;
		margin-bottom: 10px;
		font-size: 1.6em;
		line-height: 1.1em;
		margin-top: -30px;
	}
	.banner {
		overflow: hidden !important;
	}
	.banner .cycle-slideshow {
		background-repeat: repeat !important;
		height: 330px !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: 1024px) and (min-width: 960px) {
	.banner .cycle-slideshow .slide .txt .title {
		text-transform: uppercase;
		display: block;
		margin-bottom: 10px;
		font-size: 1.6em;
		line-height: 1.1em;
		margin-top: 30px;
	}
}

@media (max-width: 959px) and (min-width: 768px) {
	.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: 1.6em;
		line-height: 1.1em;
		margin-top: 40px;
	}
}

/** end of banner for mobile **/

	.slider-button {
		background: #313140;
		color: white;
		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: 16px;
	}

	.slider-button:hover,
	.slider-button:active {
		text-decoration: none; color: #ffffff;  background: #ff0000;
	}

	.slider-button:hover {color: #ffffff; }
	.slider-button:active {
		background: #84898B
		border: 1px solid #ffffff;
		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;
	}
	.slider-button:visited {
		color: white;
	}
/* end of banner styles */

/* Set useful links height */
.feature-categories {
    border: 3px solid #fe5000 !important;
    height: 330px;
}

.feature-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.feature-categories ul li.title {
    display: block;
    padding: 10px 15px;
    background-color: #fe5000;
    color: white;
    font-size: 1.1em;
    line-height: 1.8em;
}

.feature-categories ul li {
    margin: 0;
    padding: 0;
    height: 12.5%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #fe5000 !important;
    line-height: 2.1em;
}

.feature-categories ul li:last-child {
    border-bottom: 0;
}

.feature-categories ul li a {
    height: 100%;
    display: block;
    padding: 10px 15px;
    line-height: 1.8em;
    color: #313140 !important;
}

.feature-categories ul li a:hover,
.feature-categories ul li a:active {
    color: #fe5000 !important;
}


/* Extend search box for larger screens */
@media (min-width: 768px) {
  .search input[type="text"] {
      min-width: 420px;
  }
}
/* Change position and style of magnifying glass */
@media (min-width: 768px) {
  .search .search-button {
      right: 27px;
      font-size: 1.5em;
      position: relative;
      color: #313140;
  }
}

/* update primary button to corporate orange */

.primary {
    background: #ff6c00;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #ff6c00;
    -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;
}

.primary:visited {
    color: white;
}

.primary:hover,
.primary:active {
    background: #313140;
    border: 1px solid #ff6c00;
    color: white;
    text-decoration: none;
    -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;
}


/* new button style ofr subscribe */

.subscribe {
    background: #fe5000;
    color: white;
    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: 12px;
}

.subscribe:visited {
    color: white;
}

.subscribe:hover,
.subscribe:active {
    background: #fe5000;
    border: 1px solid #313140;
    color: white;
    text-decoration: underline;
    -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;
}


/* update secondary button to corporate orange */

.secondary {
    background: #fe5000;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #fe5000;
    -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;
}

.secondary:visited {
    color: white;
}

.secondary:hover,
.secondary:active {
    background: #313140;
    border: 1px solid #fe5000;
    color: white;
    text-decoration: none;
    -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;
}

.secondary.small {
    padding: 2px 7px;
    font-size: 10px;
}

/* New button for product lists  */

.call-for-price {
		margin-top:4px;
    background: #fe5000;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #fe5000;
    -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: 3px 8px;
    display: inline-block;
    font-size: 12px;
}

.call-for-price:visited {
    color: white;
}

.call-for-price:hover,
.call-for-price:active {
    background: #313140;
    border: 1px solid #fe5000;
    color: white;
    text-decoration: none;
    -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;
}


/* Add in product header style */
.product-header {
    height: 40px;
    padding: 10px 0px 0px 0px;
    color: #ffffff;
    margin-bottom: 0px;
    border: 1px solid #59595e;
    background-color: #59595e;
}
.container .col-12-2{
	  float: left;
  	display: inline;
  	margin-left: 0px;
  	margin-right: 10px;
  	margin-top: 10px;
	 	margin-bottom: 0px;
		width:100%;
}
.list-title-code {
	padding-left:20px;
}

.list-info {
	padding-top:5px;
}


/* Site wide hover and visited color */

a {
    color: #fe5000;
    text-decoration: none;
    -webkit-transition: color 0.2s linear 0;
    -moz-transition: color 0.2s linear 0;
    -ms-transition: color 0.2s linear 0;
    -o-transition: color 0.2s linear 0;
    transition: color 0.2s linear 0;
}

a:visited {
    color: #fe5000;
    text-decoration: none;
    -webkit-transition: color 0.2s linear 0;
    -moz-transition: color 0.2s linear 0;
    -ms-transition: color 0.2s linear 0;
    -o-transition: color 0.2s linear 0;
    transition: color 0.2s linear 0;
}

a:hover,
a:active {
    color: #fe5000;
    -webkit-transition: color 0.2s linear 0.1s;
    -moz-transition: color 0.2s linear 0.1s;
    -ms-transition: color 0.2s linear 0.1s;
    -o-transition: color 0.2s linear 0.1s;
    transition: color 0.2s linear 0.1s;
}

{
.small-title {
	font-size:0.85em;
}

/* Side catagory colour *?
.side-categories ul li.title,
.side-filters ul li.title {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    background-color: #bbbbbb !important;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}