/** Add your custom styles here **/

/** Make search arrow ranged right in header **/
.search select.select,
.search input[type="text"].select {
  background-color: #f2f2f2;
  padding: 0 0px;
padding-left: 20px;
}
/** end search header **/

/** make Search Magnifying Glass bigger **/
.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;
}
/** end Mag Glass **/

/** Strap Title in Header **/

.wholesale-title {
  font-size: 1.6em;
	letter-spacing: 2px;
  text-align: left;
  font-weight:bold;
	line-height: 26px;
  color: #313140;
}


.wholesale-title-small {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: normal
	letter-spacing: 1px;
	color: #313140;
}

@media (max-width: 1199px) {
  .zwholesale-title {
    font-size: 1.2em;
  }
}

@media (max-width: 960px) {
  .wholesale-title {
    display: none;
  }
}
/** end of strapline in header **/

.main {
    margin-top: 75px;
}

/** make search box grey outer line tad darker **/
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;
}
/** end of search outer line **/

/** nav bar **/



/** end Nav Bar **/

/** making responsive icon colours, text colour change and close button. default was #009f8e **/
.btn.btn-head {
		color: #00b900;
		display: inline-block;
	}
.md-device-menu.active ul li a {
		width: 100%;
		display: block;
		color: #00b900;
		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: 90%;
		height: 90%;
	}
.md-close {
		width: 30px;
		height: 30px;
		background: #00b900;
		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 **/

.zbasket .icon {
  height: 40px;
  width: 40px;
  color: white;
  padding: 10px; padding-left: 8px;
  background-color: #ff6c00;
  float: center; font-size: 30px;
}



@media only screen and (max-width: 1199px) and (min-width: 960px) {
	.zhide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	.logo img {
		width: 100%;
		height: 100%;
	}
.zhide-mobile {
    display: none;
  }
}


@media (max-width: 767px) {
	.logo img {
		width: 120%;
		height: 120%;
	}
.hide-mobile {
    display: none;
  }
}


/* Account Invoice & Basket */

.prod-row {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.text-right {
	text-align: right;
}
.summary-order-details {
	display: inline;
}

.order-details {
	display: inline;
}

.display-mobile {
	display: none;
}

.totals {
	text-align: right;
}
.totalspdf {
	text-align: right;
}
.total-value-right-pad {text-align: right; padding-right: 50px}
.total-value-right {text-align: right;}

/** end of invoice styles **/



@media only screen and (max-width: 767px) {

.total-value-right-pad {text-align: left;}
.total-value-right {text-align: left;}

.totals {
		width: 50% !important;
	}
.totalspdf {
		width: 30% !important;

	}

	.totals.total-price {
		width: 30% !important;
	}

	.order-details {
		display: inline-block;
		width: 90px;
		margin-right: -4px;
	}

	.order-details input[type="text"] {
		display: inline-block;
		width: 80px;
	}
	.summary-order-details {
		display: inline-block;
		width: 125px;
		margin-right: -4px;
	}

	.summary-order-details input[type="text"] {
		display: inline-block;
		width: 80px;
	}

	.display-mobile {
    display: inline-block;
		width: 30px;
		margin-right: -4px;
		text-align: left;
  }
}

/** making responsive icon colours, text colour change and close button. default was #009f8e **/
.btn.btn-head {
		color: #ff6c00;
		display: inline-block;
	}
.md-device-menu.active ul li a {
		width: 100%;
		display: block;
		color: #909ca3;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f4f4f4;
		font-size: 1.2em;
	}

@media only screen and (max-width: 959px) {
.zlogo img {
		width: 50%;
		height: 50%
	}
.md-close {
		width: 30px;
		height: 30px;
		background: #ff6c00;
		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: #909ca3;
		border-color: transparent; color: #ffffff;
	}
}

/** end of responsive and close icon colours **/

/** Mega Menu **/

nav .row .col-16 .wrap {
  background: #ff6c00; padding: 0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6c00 0%,#ff6c00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6c00), color-stop(100%, #ff6c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6c00 0%, #ff6c00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6c00 0%, #ff6c00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6c00 0%, #ff6c00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff6c00 0%, #ff6c00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
  padding: 0;
}

.home-icon:hover a
.home-icon {
  font-size :23px;
}

.menu-item {
  word-wrap: break-word;
  width: 137px;
  vertical-align: middle;
}

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 li:active a {
  background-color: #ff6c00;
  color: white;
  text-decoration: underline;
}

nav .row ul li a {
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
  padding-top:7px;
	padding-bottom:12px;
  vertical-align:middle;
}

nav .row ul li .main-sub.active {
  padding-top: 0px !important;
}

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;
}

nav .row ul li .main-sub ul li.title a:hover {
  color: #ff0000;
}

nav .row ul li .main-sub ul li.sub {
  float: left;
  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: #313140;
  text-decoration: underline;
}

nav .row ul li .main-sub ul li a {
  background-color: transparent;
  padding: 0px;
  color: #313140;
  text-decoration: none;
}

nav .row ul li .main-sub ul ul {
  padding: 5px 0;
}

nav .row ul li .main-sub.active {
  height: auto;
  padding: 20px;
  overlfow: auto;
  border-left: 3px solid #ff6c00;
  border-right: 3px solid #ff6c00;
  border-bottom: 3px solid #ff6c00;
  border-top: 3px solid #ff6c00;
}

/** END Mega Menu **/
/** Start category box colour hover **/

.category:hover .info,
.category:active .info {
  background: #ff6c00;
  color: #ffffe7
}
.category:hover,.category:active {
  border-color: #ff6c00;
}
.category .info {
  position: absolute;
  background: #e5e5e5;
  color: #ff6c00;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.80em;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  min-height: 80px;
}

/** End category box colour hover **/

.container .col-3-2 {
    width: 220px;
}


.primary {
    background: #313140;
    border: 1px solid #313140;
    color: white;
}

.primary:visited {
    color: white;
}

.primary.disabled{
    background:gray ! important;
    border:gray ! important;
}

.primary:hover,
.primary:active {
    background: #ff6c00;
    border: 1px solid #313140;
    color: white;
}

.newsletter {
    background-color: #313140;
}

.feature-categories {
    border: 3px solid #313140;
    height: 330px;
}

.feature-categories ul li.title {
    background-color: #313140;
}
.feature-categories ul li {
    height: 14.3%;
    border-bottom: 1px solid #313140;
    line-height: 2.5em;
}

.feature-categories ul li a:hover, .feature-categories ul li aactive {
    color: #ff6c00;
}
.feature-categories ul li:hover a, .feature-categories ul liactive a {
    color: #ff6c00 !important;
}

/* banner styles */

.banner .cycle-slideshow {
  background: url(/assets/file/slider/slider-background.jpg) no-repeat;
width: 100%; height: 330px;

}

.banner .cycle-slideshow .slide .txt .title {
  color:#ff6c00;
  text-transform: uppercase;
  display: block;
  font-size: 1.8em;
  line-height: 0.5em;
  margin-top: 60px;
}
.bannersubhead {
  color: #ff6c00;
  font-size: 0.9em;
}

.bannerthirdline {
	color: #ff6c00;
  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;
}

.slider-button {
  background: #313140;
  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: 16px;
}

.slider-button:visited{
  color: white;
}

.slider-button:hover {
  background: #84898B;
	text-decoration: none;
}
.slider-button:active {
  color: white;
}


/* end of banner styles */

/** prev banner styles media mobile **/

@media (max-width: 767px) {

.banner .cycle-slideshow {
  background: url(/assets/file/img/bg-blue-orig.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 **/

/* Style for text below home page promo image */
.promo-outer {
	margin:0px:
	padding:0px;
}

.promo-footer-image {
  display: inline-block;
	float:left;
	height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.promo-footer-text {
  margin-top: 0px;
  margin-bottom: 0px;
	font-size:1.8em;
  display: inline-block;
	float:left;
	background-color:#ff6c00;
	padding-top:20px;
	height:100%;
	width:100%;
	color:#ffffff;
	text-align:center;
}

.side-categories ul li,
.side-filters ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #313140;
    border-left: 1px solid #313140;
    border-right: 1px solid #313140;
    line-height: 2.1em;
}

.side-categories ul li:last-child,
.side-filters ul li:last-child {
    border-bottom: 1px solid #313140;
}

.side-categories ul li.title,
.side-filters ul li.title {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #313140;
    border-left: 1px solid #313140;
    border-right: 1px solid #313140;
    background-color: #313140;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}


.newsletter .follow ul li a.linkedin {
    background: #0077B5;
}

/* Checkout progress is 5 not 6 as payment not needed so change from 16.6 to 20% */
.checkout-procedure li {
    width: 20% !important;
}