/**
Add your custom styles here

Green colour #0c6630

**/

/** 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: 9px;
  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: #0c6630;
	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 li:hover a,
nav .row ul li:active a {
	background-color: #0c6630
	color: white;
}

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: #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 #0c6630;
  border-right: 3px solid #0c6630;
  border-bottom: 3px solid #0c6630;
  border-top: 3px solid #0c6630;

}

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: #0c6630; 
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c6630 0%, #0c6630 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5000), color-stop(100%, #0c6630));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0c6630 0%, #0c6630 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0c6630 0%, #0c6630 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c6630 0%, #0c6630 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c6630 0%, #0c6630 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}

.menu-item-large {
  width: 145px
}

.menu-item-medium {
  width: 100px
}

.menu-item-short {
  width: 85px
}

/** END Mega Menu **//** Add your custom styles here **/

/* Set font size for checkout top strip */
.checkout-procedure {
	font-size: 1.1em;
}

/* Set padding for checkout progress bar */
.checkout-procedure li {
	padding-top: 15px !important;
	padding-right: 0px !important;
	padding-bottom: 15px !important;
}

/* Set colours for checkout progress bar */
.checkout-procedure li.active {
	background: #0c6630;
}
.checkout-procedure li.active::after {
	border-left: 25px solid #0c6630;
}

/* Set font color and decoration for checkout stages hyperlinks */
a.checkout:link,
a.checkout:visited,
a.checkout:active {
	color: #ffffff;
}
a.checkout:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.active:link,
a.active:visited,
a.active:active {
	color: #313140;
}
a.active:hover {
	color: #ffffff;
	text-decoration: underline;
}

.basket-preview-row {
	color: #ffffff;
}

/*
CSS to position out of stock alerts in product not over to the top right of page
Use orange #FF662B for Amber
*/
.stock.alert {
	position: static !important;
	padding-top:20px;
	margin-left: -30px;
	color: red;
	font-size: 0.8em !important;
}

.stock.safe {
	position: static !important;
	padding-top:20px;
	margin-left: -30px;

}
.safe {
	padding: 15px 15px 15px 25px;
	border: 1px solid transparent;
	border-radius: 4px;
	position: fixed!important;
	margin: 0px;
	z-index: 1031!important;
	display: inline-block!important;
	top: 100px!important;
	right: 50px!important;
	font-size: 1em!important;
}
.title .stock.safe {
	color: #009f8e;
	font-size: 0.9em !important;
	text-indent:4.5px;
}
.stock.amber {
	position: static !important;
	padding-top:20px;
	margin-left: -30px;

}
.amber {
	padding: 15px 15px 15px 25px;
	border: 1px solid transparent;
	border-radius: 4px;
	position: fixed!important;
	margin: 0px;
	z-index: 1031!important;
	display: inline-block!important;
	top: 100px!important;
	right: 50px!important;
	font-size: 1em!important;
}
.title .stock.amber {
	color: #FF662B;
	font-size: 0.9em !important;
	text-indent:4.5px;
}

.title .stock.alert {
	color: red;
	ont-size: 0.9em !important;
	text-indent:4.5px;
}

/* Show Bullets on Product page */
div.col-7.alpha.prod-info.col > table > tbody > tr > td > ul {
	list-style: disc;
	margin-left: 15px;
}

/* Show Bullets on Category Header page */
div.col-12.shop-list > div > div > ul {
	list-style: disc;
	margin-left: 15px;
}

/* Set product list title font size */
.product.list .info .title {
	font-size: 1.1em;
}

/* Set product stock availability font size */
div.col-7.alpha.prod-info.col > p:nth-child(2) > span {
	font-size: 1.1em !important;
}
/* banner styles */

.banner .cycle-slideshow .slide .img img {
	width: 100% !important;
}

.banner .cycle-slideshow {
	background: url(/assets/file/img/slider-background-new.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-mobile.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 #0c6630;
	height: 330px;
}

.feature-categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}

.feature-categories ul li {
	margin: 0;
	padding: 0;
	height: 12.5%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #0c6630;
	line-height: 2.1em;
}

.feature-categories ul li:last-child {
	border-bottom: 0;
}

.feature-categories ul li.title {
	display: block;
	padding: 10px 15px;
	background-color: #0c6630;
	color: white;
	font-size: 1.1em;
	line-height: 1.8em;
}

.feature-categories ul li:hover a,
.feature-categories ul liactive a {
	color: #009f8e !important;
}

.feature-categories ul li:hover .sub ul li a,
.feature-categories ul liactive .sub ul li a {
	color: #666666 !important;
}

.feature-categories ul li a {
	height: 100%;
	display: block;
	padding: 10px 15px;
	line-height: 1.8em;
	color: #666666;
}

.feature-categories ul li a:hover,
.feature-categories ul li aactive {
	color: #009f8e;
}

.feature-categories ul li a .fa {
	float: right;
	margin-top: 4px;
}

.feature-categories ul li .sub {
	position: absolute;
	left: 277px;
	top: 0;
	width: 0;
	height: 330px;
	border: 0;
	z-index: 200;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	overflow: hidden;
	background: white;
}

.feature-categories ul li .sub.active {
	width: 903px;
	padding: 20px;
	border-top: 3px solid #0c6630;
	border-right: 3px solid #0c6630;
	border-bottom: 3px solid #0c6630;
}

.feature-categories ul li .sub ul {
	margin: 0 1%;
	padding: 0;
	list-style: none;
	width: 28%;
	display: inline-block;
}

.feature-categories ul li .sub ul li {
	display: block;
	height: 10%;
	border-bottom: 1px dashed #b3b3b3;
	line-height: 1.4em;
	text-transform: none;
	font-weight: normal;
}

.feature-categories ul li .sub .tip {
	width: 28%;
	float: right;
	margin: 0 1% 0 0;
}

.feature-categories ul li .sub .tip img {
	width: 100%;
	height: auto;
}

.feature-categories ul li .sub .tip .title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

/* update primary button color */
.primary {
		height: fit-content;
	background: #0c6630;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #0c6630;
	-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: #ff6c00;
	border: 1px solid #e66100;
	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;
}

.primary.basket-drag,
.danger.basket-drag {
	display: inline-block;
	float: right;
}

.primary .fa-shopping-cart {
	margin-right: 10px;
}

/* Update Newsletter background colour */
.newsletter {
	background-color: #0c6630;
}

/* Payment Iframe */

	@media only screen and (min-width: 769px) {
	  #payment-iframe {
		width: 100%;
				/* Below prevents the submit button on forms being clicked due to captcha overlap */
		height: 1200px;
	  }
	}
	
	@media only screen and (max-width: 768px) and (min-width: 480px) {
		 #payment-iframe {
			width: 65%;
			min-height: 1200px;
			margin-left: 140px;
		}
	  
	  .notIframe{
		  display: none;
		}
	}
	
	@media only screen and (max-width: 479px)  {
		 #payment-iframe {
			width: 100%;
			min-height: 1200px;
		}
		  
	  .notIframe{
		   display: none;
		}
	}  

/* END Payment Iframe */

/* Change alert style so that position is not fixed */
.alert {
	position: inherit !important
}

/* postion instagram logo */
.instagram {
	background-image: url("/assets/file/img/InstagramLogoSmall.png");
}

/* PDF download Icon */
.downloadpdf {
	background-image: url("/assets/file/img/adobe-icon.png");
	width:32px;
	height:32px;
	display:block;
  background-size: cover;
}

/* Remove default width setting */
.sub .filter-label {
	width: auto;
}

/* cutoff message on order summary */
.cutoff {
  color:red;
  font-weight:bold;
}
