/** Add your custom styles here for Twiggs **/

/* banner styles */

.banner .cycle-slideshow {
  background: url(/assets/file/snippets/bg-blue-orig.jpg) no-repeat;
width: 100%; height: 330px;
  
} 

.banner .cycle-slideshow .slide .txt .title {
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  font-size: 1.8em;
  line-height: 0.5em;
  margin-top: 60px;
}
.bannersubhead {
  color: #313140;
  font-size: 0.9em;
}

.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;
}

.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: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 **/


/** Main Nav **/

@media (max-width: 1199px) {
  nav .row ul {
    text-align: center;
 }

nav .row ul li a, nav .row ul li:visited {
    font-size: 0.80em;
 }
}


/** Mega Menu **/

.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:8px;
	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; 
	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: #da291c;
}

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 #84898B;
  border-right: 3px solid #84898B;
  border-bottom: 3px solid #84898B;
  border-top: 3px solid #84898B;

}

nav .row ul li:hover a, nav .row ul li:active a {
  background-color: #84898B;
  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: #264F91; 
  /* Old browsers */
  background: -moz-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84898B), color-stop(100%, #84898B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #84898B 0%, #84898B 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}


/** END Mega Menu **/


/** Feature Categories **/

.feature-categories {
  border: 3px solid #0072ce;
  height: 330px;
}

.feature-categories ul li {
  height: 14.3%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #0072ce;
  line-height: 2.5em;
  background-color: #ffffff;
}

.feature-categories ul li.title {
  display: block;
  background-color: #0072ce;
  color: white;
  font-size: 1.1em;
}

.feature-categories {
  border: 3px solid #0072ce;
  height: 330px;
}

.feature-categories ul li .sub.active {
  width: 903px;
  padding: 20px;
  border-top: 3px solid #0072ce;
  border-right: 3px solid #0072ce;
  border-bottom: 3px solid #0072ce;
}

.feature-categories ul li:hover a,
.feature-categories ul li:active a {
  color: #da291c !important;
}

.feature-categories ul li:hover .sub ul li a,
.feature-categories ul li:active .sub ul li a {
  color: #666666 !important;
}

.topper .account-menu li a,
.topper .account-menu li:visited {
  color: #0072ce; font-weight: normal;
}


/** End Feature Categories **/

.search .search-button {
  font: normal normal normal 20px/1 FontAwesome; right: 15px;
  top: 0;
  position: absolute;
  color: #0072ce;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}


/** Price Breaks for product lists **/
#price-breaks {

 margin-bottom: 0px;
  font-size: 11px;
	padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;

}

#price-breaks td, th {

	
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;

}

#price-breaks tr{
  background: none;

}

/** End Price Breaks for product lists **/


/** Strap Line **/

.strap-line-title {
  margin-top: 5px;
  font-size: 1.3em; 
  text-align: left; 
  font-weight:bold; 
  color: #777777;
}


.strap-line-title small {
  display: block;
  margin-top: 10px;  
  margin-bottom: 15px;
  font-size: 0.8em; 
  font-weight: normal;
}

@media (max-width: 1199px) {
  .strap-line-title {
    font-size: 1.2em;
  }
}

@media (max-width: 960px) {
  .strap-line-title {
    display: none;
  }
}

/** End Strap Line **/

/** Category Images **/
.imgnew {
    margin-bottom: 50px;
}

/** Changed as Twiggs do not need payment card icons here **/
.main {
    padding-bottom: 20px;
    /* Height of the footer element */
}

.primary {
    background: #0172CE;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #0032A0;
    -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: #0032A0;
    border: 1px solid #0172CE;
    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 {
    background: #0032A0;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #0172CE;
    -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: #0172CE;
    border: 1px solid #0032A0;
    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;
}


.pagination ul li span {
    background: #0172CE;
    border: 1px solid#0172CE;
}

/** category box colour hover **/

.category:hover .info,
.category:active .info {
  background: #0172CE;
  color: #ffffe7
}
.category:hover,.category:active {
  border-color: #0172CE;
}
.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;
}
.feature-categories ul li:hover a,
.feature-categories ul liactive a {
  color: #0172CE !important;
}

/** end category box colour hover **/

.multi-basket {
    visibility: visible;
    opacity: 1.0;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(1, 114, 206, 0.3);
    border-top: 1px solid #0172CE;
    border-bottom: 1px solid #0172CE;
    -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;
}

.side-categories ul li.title, 
.side-filters ul li.title {
    background: #0172CE;
}

.display ul li a.active {
    color: white;
    background: #0172CE;
    border: 1px solid #0172CE;
}

.primary.disabled {
	background:gray;
	border:gray;
}