@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:400,700,700italic");

/*
	Arcana by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

#skel-layers-inactiveWrapper { height:auto !important; }



/* Basic */

	body,
	#skel-layers-wrapper {
		background: #f7f7f7 url("images/bg01.jpg");
	}

	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	body, input, select, textarea {
		color: #474747;
		font-family: 'Josefin Slab', serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		color: #528917;
		text-decoration: none;
		cursor:pointer !important;
	}

		a:hover {
			color: #37c0fb;
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 1em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 1em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
			font-style: normal;
			font-weight: 300;
		}
		
	h1 {
		font-size: 2em;
		letter-spacing: -0.025em;
	}

	h2 {
		font-size: 1.75em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.1em;
		letter-spacing: -0.025em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px #e0e0e0;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #e0e0e0;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #999999;
		font-size: 1.25em;
		position: relative;
	}

	header.major {
		text-align: center;
		margin: 0 0 2em 0;
	}
	
	.siteInfo {
		float:right;
		text-align:right;
		font-weight:700;
		font-size:0.8em;
		
	}
	
	.siteInfo p{
		text-align:right;
		margin:0 0 0.5em;
	}
	
	.siteInfo p.delivery{
		color:#528917;
		padding-left:40px;
		/*background:url('images/truckIcon.png') no-repeat;
		background-size:30px 30px;*/
		font-size:1.4em;
	}


		header.major h2 {
			font-size: 2.25em;
		}

		header.major p {
			position: relative;
			padding: 1em 0 0 0;
			margin: 0 auto;
			top: -1em;
			font-size: 1.2em;
			letter-spacing: -0.025em;
			color:#757575;
			max-width:860px;
		}

	footer {
		margin: 0 0 3em 0;
	}

		footer > :last-child {
			margin-bottom: 0;
		}

		footer.major {
			padding-top: 3em;
		}

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea, select {
		
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #fff;
		border: solid 1px #626b57;
		color: inherit;
		display: inline-block;
		outline: 0;
		padding: 0.45em;
		text-decoration: none;
		width: 100%;
		max-width:400px;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #528917;
			background:#f8f8f8;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	label {
		display: inline-block;
		color: inherit;
		font-weight: 700;
		line-height: 1.75em;
		margin-bottom: 0.5em;
		color:#528917;
		width:30%;
	}

	::-webkit-input-placeholder {
		color: #999999;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #999999;
	}

	::-moz-placeholder {
		color: #999999;
	}

	:-ms-input-placeholder {
		color: #999999;
	}

	.formerize-placeholder {
		color: #999999;
	}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
		border-radius: 5px;
	}

		.image img {
			display: block;
			border-radius: 5px;
		}

		.image.left {
			display: block;
			float: left;
			margin: 0 2em 2em 0;
			position: relative;
			top: 0.25em;
		}

			.image.left img {
				display: block;
				width: 100%;
			}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			text-align: center;
			cursor: default;
			display: inline-block;
			width: 60px;
			/* height: 206px; */
			line-height: 5em;
			background-repeat:no-repeat;
			background-position:center;
		}
		
		.icon.newrelease {
			text-align: center;
			cursor: default;
			display: inline-block;
			width: 60px;
			height: 150px;
			line-height: 5em;
			background-repeat:no-repeat;
			background-position:center;
			background-size:40px;
		}

			.icon.major:before {
				font-size: 36px;
			}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.links li {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.6em;
	}


	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 1.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li a, ul.icons li span {
				font-size: 2em;
				border: 0;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #e0e0e0;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 600;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background-color: #555555;
				background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
				color: #fff;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #528917;
		color: white;
		cursor: pointer;
		display: inline-block;
		padding: 0;
		line-height: 2em;
		border:0;
		min-width: 9em;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #64a123;
			color: white !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #1eb8fb;
			color: white;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: #555555;
			color: #fff;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #626262;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #484848;
			}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

/* Box */

	.box.highlight {
		text-align: center;
	}
	
	.box.highlight1 {
		text-align: center;
		background:#f2f2f2;
		padding:1em 0;
	}

	.box.post {
		position: relative;
		margin: 0 0 2em 0;
	}

		.box.post:after {
			content: '';
			display: block;
			clear: both;
		}

		.box.post .inner {
			margin-left: calc(30% + 2em);
		}

			.box.post .inner > :last-child {
				margin-bottom: 0;
			}

		.box.post .image {
			width: 30%;
			margin: 0;
		}

/* Header */

	#header {
		padding: 2em 0 0 0;
		
	}

		#header h1 {
			padding: 0 0 2.75em 0;
			margin: 0;
		}

			#header h1 a {
				font-size: 1.5em;
				letter-spacing: -0.025em;
				border: 0;
			}
			
	#logo {
		display:inline-block;
		height:60px;
		width:200px;
	}
	

	#nav {
		cursor: default;
		background-color: #528917;
		padding: 0;
		margin:2em 0 0;
		text-align:center;
	}

		

		#nav > ul {
			margin: 0;
		}

			#nav ul > li {
				position: relative;
				display: inline-block;
				margin-left: 1em;
			}

				#nav ul > li a {
					color: #ffffff;
					text-decoration: none;
					border: 0;
					display: block;
					padding: 0.8em 0.5em;
				}

				#nav ul > li:first-child {
					margin-left: 0;
				}

				#nav ul > li:hover a, #nav > ul > li.current a:hover {
					color: #000;
					background-image:url('images/bg01.jpg');
				}

				#nav ul > li.current {
					font-weight: 600;
				}

					#nav > ul > li.current:before {
						-moz-transform: rotateZ(45deg);
						-webkit-transform: rotateZ(45deg);
						-o-transform: rotateZ(45deg);
						-ms-transform: rotateZ(45deg);
						transform: rotateZ(45deg);
						width: 0.75em;
						height: 0.75em;
						content: '';
						display: block;
						position: absolute;
						bottom: -0.5em;
						left: 50%;
						margin-left: -0.375em;
						background-color: #fff;
					}

					#nav > ul > li.current a {
						color: #fff;
					}

				#nav > ul > li.active a {
					color: #000;
				}

				#nav > ul > li > ul {
					display: none;
				}

/* Dropotron */

	.dropotron {
		background-image:url('images/bg01.jpg');
		border-radius: 5px;
		color: #fff;
		min-width: 10em;
		width:440px;
		padding: 2em 1em;
		text-align: left;
		box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);
	}
	
	.dropotron h3 {
   		border-bottom: 1px solid #d7d7d7;
    	color: #000;
    	padding: 0 0 0 1em;
}

		.dropotron > li {
			line-height: 1.2em;
			padding: 0 1.1em 0 1em;
			width:200px;
			display:inline-block;
		}

			.dropotron > li > a {
				color: #75757a;
				text-decoration: none;
				border: 0;
			}

			.dropotron > li.active > a, .dropotron > li > a:hover  {
				color: #fff;
				background-color:#528917;
			}

		.dropotron.level-0 {
			border-radius: 0 0 5px 5px;
			font-size: 0.9em;
			padding-top: 1em;
			margin-top: -1px;
		}

/* Banner */

	#banner {
		background-image: url("../images/banner.jpg");
		background-position: center center;
		background-size: cover;
		height: 28em;
		text-align: center;
		position: relative;
	}

		#banner header {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background: #212121;
			background: rgba(27, 27, 27, 0.75);
			color: #fff;
			padding: 1.5em 0;
		}

			#banner header h2 {
				display: inline-block;
				margin: 0;
				font-size: 1.25em;
				vertical-align: middle;
			}

				#banner header h2 em {
					opacity: 0.75;
				}

				#banner header h2 a {
					border-bottom-color: rgba(255, 255, 255, 0.5);
				}

					#banner header h2 a:hover {
						border-bottom-color: transparent;
					}

			#banner header .button {
				vertical-align: middle;
				margin-left: 1em;
			}
			
			

/* Wrapper */

	.wrapper {
		padding: 2em 0;
	}

		.wrapper.style1 {
			background: url("images/bg012.jpg");
			border:1px solid #dddfdd;
		}
		
		.wrapper.style1 h1 {
		text-align:center;
	}

		.wrapper.style2 {
			background-color: #fff;
			background-image: url("images/bg02.png"), url("images/bg03.png"), url("images/bg01.png");
			background-position: top left,						bottom left,					top left;
			background-size: 100% 6em,						100% 6em,						auto;
			background-repeat: no-repeat,						no-repeat,						repeat;
		}
		
		.testimonialContainer {
			margin:0 auto;
		}
		.latestContainer {
			margin:0 auto;
		}
		
		.testimonialContainerhome {
			margin:0 auto;
		}
		
		.home-testimonial h2 {
    		color: #528917;
		}
		


		.wrapper.style3 {
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: white;
		}

			.wrapper.style3 .button {
				background: white;
				color: #474747;
			}

				.wrapper.style3 .button:hover {
					color: #37c0fb !important;
				}

/* CTA */

	#cta {
		text-align: center;
		padding: 3.5em 0;
	}

		#cta header h2 {
			display: inline-block;
			vertical-align: middle;
			margin: 0;
		}

		#cta header .button {
			vertical-align: middle;
			margin-left: 1em;
		}

/* Footer */

	#footer {
    background: #70b41f; /* Old browsers */
	background: -moz-linear-gradient(top,  #70b41f 1%, #3c6811 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#70b41f), color-stop(100%,#3c6811)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70b41f 1%,#3c6811 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70b41f 1%,#3c6811 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70b41f 1%,#3c6811 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #70b41f 1%,#3c6811 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b41f', endColorstr='#3c6811',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 2em 0;
}

		#footer a {
			color: inherit;
			border-bottom-color: rgba(71, 71, 71, 0.25);
		}

			#footer a:hover {
				color: #37c0fb;
				border-bottom-color: transparent;
			}

		#footer .container {
			margin-bottom: 1em;
		}

		#footer .icons {
			text-align: center;
			margin: 0;
		}

			#footer .icons a {
				color: #ffffff;
			}


		#footer .copyright {
			color: #ffffff;
			font-size: 0.75em;
		}
		
		
		
		p.price {
			color:#528917;
			font-size:1em;
			font-weight:700;
		}
		
		a.greenBtn {
			background: #528917;
			color: #fff !important;
			display: inline-block;
			font-weight: bold;
			padding: 0.2em 1em;
			font-size:1.2em !important;
		}
		
		a.greenBtn:hover {
			background: #5b941e;

		}
		
		
		.RedWine {
			background:url('images/RedWine.jpg');
		}
		
		.basketIcon {
			display:none;
		}
		
		.noWeb {
			display:none !important;
		}
		
.basketBtn {
	background:url(images/basketIcon.png) no-repeat left, #626b57;
    color: #fff;
	border: 1px solid #fff;
    display: inline-block;
    text-align: center;
	padding: 0.2em 1em 0.2em 2.5em;
	margin-left:1em;
}

a.srchBtn {
    background:url('images/searchIcon.jpg') no-repeat center center, #626b57;
    border: 1px solid #626b57;
    display: inline-block;
    height: 33px;
    width: 33px;
}


input.search {
    display: inline-block;
    height: 33px;
    padding: 0 0.5em;
    width: 200px;
	margin:0;
	vertical-align:bottom;
}

#header .container {
	height:100px;
}
		
.basket {
    background: none repeat scroll 0 0 #626b57;
    color: #fff;
    padding: 20px;
    position: absolute;
    right: 110px;
    top: 150px;
    width: 310px;
	z-index:2000;
	display:none;
}

.orderDetails {
    background:#626b57;
    color: #fff;
    padding: 20px;
	margin:0 0 1em 0;
}

.orderDetails span {
	float:right;
	font-weight:700;
}

.basket h3, .orderDetails h3 {
    border-bottom: 1px solid #fff;
}

.basket p.basketTotal, .orderDetails p.basketTotal {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-weight: 700;
    padding: 0.5em 0;
}

.basket a.greenBtn {
    border: 1px solid #fff;
    display: block;
    text-align: center;
}


#sidebar ul.listing {
    background: #f2f2f2;
    padding:0 1em 1em;
	color:#757575;
}

#sidebar ul.listing h3 {
	padding:1em 0 0;
	color:#000;
}

#sidebar ul.listing li {
	padding:0.2em 0;
}

#sidebar ul.listing a {
	color:#757575;
	font-size:0.8em;
}



.table { display:table; width:100%; }
.cell { display:table-cell; vertical-align:top; }

.resultRow .cell:nth-of-type(2){ padding-left:50px; }


.box.highlight.resultRow i {

 
}

.box.highlight.resultRow i img {
    width:100%;
}

.box.highlight.resultRow {
    border-top: 1px solid #dedfdf;
    min-height: 235px;
    position: relative;
    text-align: left;
	padding:30px 0;
}

.resultRow h3 {
    padding:0;
	margin:0;
}





p.addtoBasket {
	border-top:1px solid #dedfdf;
}

p.label {
    display: inline;
    font-size: 0.8em;
}

select.Qty{
	padding:4px;
        width:50px;
}

.delivery p, .delivery h4, .delivery {
    font-size: 0.9em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.delivery h4 {
	color:#528917;
	padding:1em 0 0;
	font-size:1em;
}

.voucherCode input[type="text"] {
	width:100%;
        color:#000;
}

.voucherCode input[type="submit"] {
	width:40%;
	min-width:0;
	display:inline;
}




.basketItem {
    border-bottom: 1px solid #dddfdd;
    margin: 0 0 1em;
}

.basketItem li {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.basketItem li.image img {
    width:100%;
}

.basketItem li.basketDesc {
    width: 55%;
}

.basketItem li.basketDesc1 {
    width: 48%;
}

.basketItem li.basketDesc h3, .basketItem li.basketDesc1 h3 {
	margin:0;
}

.basketItem li.basketDesc h4, .basketItem li.basketDesc1 h4 {
	color:#767575;
	font-size:0.8em;
	font-weight:700;
	margin:0;
}

.basketItem li.basketDesc a, .basketItem li.basketDesc1 a {
	font-size:0.7em;
	font-weight:bold;
}

.basketItem li.basketPrice {
    width: 10%;
}

.basketItem li.basketPrice > p {
	margin:0;
}

.basketItem h2 {
    color: #528917;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.basketItem li.image {
    width: 56px;
}

.close-button
{
	float:right;
	/*padding-right:10px;
	position: absolute;
	left: 20px;
    top: 20px;*/
	z-index: 2000;   
    cursor:pointer ;
}



/* Delivery Information popup */

.delivery_info
{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	margin:auto;
	width:95%;
	max-width:600px;
	padding:30px;
}



/****************pagination**********************************/

.pagination ul 
{
    float:right;
    list-style:none;
}

.pagination li
{
    float:left;
    border:1px solid #d6d6d6;
    margin:0 2px;
    padding:2px 9px;
    border-radius:5px;
    -moz-border-radius:5px;
    font-size:12px; 
}

.pagination li:hover
{
    background:#d6d6d6;
}


.MobileBasketIcon {
    background: url("/css/images/basketIcon.png") no-repeat, #528917;
height:18px;
width:25px;
    position: fixed;
    right: 10px;
    top: 12px;
    z-index: 20000;
}

.MobileLogo {
    background: url("/images/logo.jpg") no-repeat, #528917;
background-size:44px;
height:44px;
    position: fixed;
    top: 12px;
    z-index: 20000;
}

#backgroundPopup {
    z-index:1;
    position: relative;
    display:none;
    height:100%;
    width:100%;
    background:#ffffff;
    top:0px;
    left:0px;
}
.cookies_message{ z-index:100000; position:fixed; bottom:0; left:0; right:0; background-color:#111; color:#fff; text-align:center; padding:30px 5%; }

/*.HighZIndex
{
    z-index: 2000;
    background-color:#3e3839;
}
.PopupTranparentDiv
{
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=60);
    -moz-opacity: .55;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
#TranparentDiv
{
    display: none;
    z-index: -1000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=60);
    -moz-opacity: .55;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}

*/


/* Mobile Formatting Fixes */

@media(max-width:450px){

	.container {
		width:90% !important;
	}

	#header {
		padding-top:0;
	}

	.basketItem li.basketPrice {
		width:100% !important;
		text-align:center;
		margin:1rem 0 0;
	}

	.basketItem li.basketPrice > input {
		width:100% !important;
		text-align:center;
	}

}
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}

.loading-wheel {
	width: 20px;
	height: 20px;
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-width: 30px;
	border-radius: 50%;
	-webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
	border-style: double;
	border-color: #ccc transparent;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}