@-webkit-keyframes processing {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes processing {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'icomoon';
	src: url('/fonts/icomoon.eot?auebxh');
	src: url('/fonts/icomoon.eot?auebxh#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?auebxh') format('truetype'),
		url('/fonts/icomoon.woff?auebxh') format('woff'),
		url('/fonts/icomoon.svg?auebxh#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #202020;
}
body {
	margin: 0;
	padding: 0;
	font-family: Nunito, Helvetica, Arial, sans-serif;
	font-weight: normal;

	-webkit-text-size-adjust: 100%;
}

a,
.pseudo-link {
	color: #f29200;
	text-decoration: none;
}
a:hover,
a:focus,
a:active,
.pseudo-link:hover,
.pseudo-link:focus,
.pseudo-link:active {
	color: #202020;
}
.pseudo-link {
	text-decoration: underline;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-family: Poppins, "Century Gothic", CenturyGothic, "Apple Gothic",
		AppleGothic, sans-serif;
}

h1,
.h1 {
	margin: 0.833333333333em 0;
	font-size: 2.25em;
	line-height: 1.111111111111;
}

.main-page-detail h1 {
	letter-spacing: -0.03em;
}

h2,
.h2 {
	margin: 1em 0;
	font-size: 1.875em;
	line-height: 1.1333333333;
}
h3,
.h3,
.font-size-up-2 {
	margin: 0.625em 0;
	font-size: 1.5em;
	line-height: 1.166666666667;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
.font-size-up-1 {
	margin: 0.833333333333em 0;
	font-size: 1.125em;
	line-height: 1.333333333333;
}
p,
ul,
ol,
table,
pre,
hr,
.page-nav,
.font-size-default {
	margin: 0.9375em 0;
	font-size: 1em;
	line-height: 1.5;
}
.alternative-line-height {
	line-height: 1.25;
}

.font-size-down-1,
.font-size-down-1-module p,
.font-size-down-1-module ul,
.font-size-down-1-module ol,
.font-size-down-1-module table {
	margin: 1em 0;
	font-size: 0.9375em;
	line-height: 1.2;
}

.font-size-down-2,
.font-size-down-2-module p,
.font-size-down-2-module ul,
.font-size-down-2-module ol,
.font-size-down-2-module table {
	margin: 1.071428571429em 0;
	font-size: 0.875em;
	line-height: 1.285714285714;
}

.font-size-down-3,
.font-size-down-3-module p,
.font-size-down-3-module ul,
.font-size-down-3-module ol,
.font-size-down-3-module table {
	margin: 1.153846em 0;
	font-size: 0.8125em;
	line-height: 1.3846153846;
}

.font-size-down-4,
.font-size-down-4-module p,
.font-size-down-4-module ul,
.font-size-down-4-module ol,
.font-size-down-4-module table {
	margin: 1.25em 0;
	font-size: 0.75em;
	line-height: 1.3333333333;
}

th,
td {
	padding: 0.9375em 1.25em;
}
b,
strong,
th {
	font-weight: 700;
}

ul ul,
ul ol,
ol ul,
ol ol,
ul p,
ol p,
ul table,
ol table {
	line-height: inherit;
}
ul ul,
ul ol,
ol ul,
ol ol {
	font-size: 1em;
	margin-top: 0;
}
nav ul,
form ol,
form ul {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
form ol,
form ul,
form p {
	font-size: 1em;
	line-height: inherit;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
}
input,
button,
select,
textarea,
.pseudo-button {
	background-color: #ececec;
	color: #202020;
	border: 1px solid #ececec;
	font-family: Nunito, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: inherit;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease, box-shadow 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #9cf;

	box-shadow: 0 0 0.25em -0.0625em #9cf;
}
input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
	outline: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="search"] {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

button,
.button,
.submit,
.pseudo-button {
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
.pseudo-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.font-size-down-2 .pseudo-button {
	padding: 1.357142857142857em 3.571428571428571em;
}
button,
.button,
.pseudo-button-default {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
a:hover .pseudo-button-default,
a:focus .pseudo-button-default,
a:active .pseudo-button-default,
.pseudo-button-default:hover,
.pseudo-button-default:focus,
.pseudo-button-default:active {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.submit,
.pseudo-submit {
	background-color: #f8ac00;
	color: #fff;
	border-color: #f8ac00;
}
.submit:hover,
.submit:focus,
.submit:active,
a:hover .pseudo-submit,
a:focus .pseudo-submit,
a:active .pseudo-submit,
.pseudo-submit:hover,
.pseudo-submit:focus,
.pseudo-submit:active {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.button-cw-8 {
	background-color: #202020;
	color: #fff;
	border-color: #202020;
}
.button-cw-8:hover,
.button-cw-8:focus,
.button-cw-8:active {
	background-color: #8d8c8a;
	color: #fff;
	border-color: #8d8c8a;
}

/* ----------- IOS only ----------- */
/* prevent zoom on select:focus behaviour */
/*
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
	select {
		font-size: 1rem;
	}
}
*/

img {
	max-width: 100%;
	height: auto;
	border: 0;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}
hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after {
	content: "";
	display: table;
}
.clear-self:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-container {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.js .remove-if-js-enabled {
	display: none;
}
.no-js .remove-if-no-js {
	display: none;
}
.js .hidden-if-js-enabled {
	visibility: hidden;
}
.js .visible-if-js-enabled {
	visibility: visible;
}
.overflow-auto {
	overflow: auto;
}
.nowrap {
	white-space: nowrap;
}
.hide-text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: 50% 50%;

	-webkit-background-size: cover;
	background-size: cover;
}

.font-poppins {
	font-family: Poppins, "Century Gothic", CenturyGothic, "Apple Gothic",
		AppleGothic, sans-serif;
}
.font-nunito {
	font-family: Nunito, Helvetica, Arial, sans-serif;
}

/* ------ Mini Modules ------ */
.data-table {
	width: 100%;
	border-collapse: collapse;
}
.data-table th,
.data-table td {
	vertical-align: top;
	text-align: left;
}
.data-table .control {
	display: inline-block;
	margin: 0 0.015625em;
	text-decoration: none;
}

.data-table.alternate-tbody-row-stripes tbody tr:nth-child(even) {
	 background-color: #f1f1f1;
	 color: #202020;
}


@media all and (max-width: 70em) {
	.responsive-data-table thead {
		display: none;
	}
	.responsive-data-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.responsive-data-table tbody tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.responsive-data-table tbody td {
		display: block;
		clear: left;
		float: left;
		width: 100%;
		border-bottom: 1px solid #d2d2d2;
		text-align: right;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.responsive-data-table tbody td:last-child {
		border-bottom: none;
	}
	.responsive-data-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
	}
}


.sales-order-data-table .quantity-to-purchase {
	 width: 4em;
	 text-align: center;
	 border: 1px solid #c5c5c5;
	 background: #fff;
	 margin: 0 0 0 1em;
	 height: 2.5em;
}

.repeat-whole-order-link-module, .add-to-basket-link-module {
	 display: inline-block;
}

.repeat-whole-order-link-module {
	 margin-right: 0.85em;
}

.sales-order-link-module .font-size-down-2 .pseudo-button {
	 padding: 1.357142857142857em 1.368421052631579em;
}

.repeat-whole-order-link-module .pseudo-submit {
	 background-color: #202020;
	 color: #fff;
	 border-color: #202020;
}

.repeat-whole-order-link-module .pseudo-submit:hover,
.repeat-whole-order-link-module .pseudo-submit:focus,
.repeat-whole-order-link-module .pseudo-submit:active {
	background-color: #f29200;
	color: #fff;
	border-color: #f29200;
}

@media all and (min-width: 70.0625em) {
	.sales-order-link-module,
	.add-new-address-link-module {
		text-align: right;
	}
}

.delete-address-button .icon-icomoon {
	 background: #202020;
	 color: #fff;
	 font-size: 0.75em;
	 padding: 0.5em;
	 border-radius: 50%;
}

.simple-form button.font-size-down-2 {
	 height: 4.2857142857em;
	 margin-top: 0.9375em;
	 margin-bottom: 0;
	 padding: 1.42857142857em 4.571428571428571em;
	 background: #202020;
	 color: #fff;
	 border-color: #202020;
}

.simple-form input.font-size-default,
.simple-form select.font-size-default {
	 width: 100%;
	 height: 3.75em;
	 padding: 1.0625em;
	 vertical-align: middle;
}

.simple-form input, .simple-form select {
	 background-color: #f2f2f2;
	 color: #202020;
	 border-color: #e1e1e1;
}

@media all and (min-width: 31.25em) {
	.simple-form .visible-form-controls {
		margin-left: -0.9375em;
	}
	.simple-form input.font-size-default,
	.simple-form select.font-size-default {
		width: 19em;
		margin-left: 0.9375em;
	}
	.simple-form button.font-size-down-2 {
		margin-left: 1.07142857em;
	}
}

.submit-form-scale-out-on-success form {
	-webkit-transition: -webkit-transform 0.25s;
	-o-transition: -o-transform 0.25s;
	transition: transform 0.25s;
}
.form-submit-success.submit-form-scale-out-on-success form {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.submit-form-slide-up-on-success:before,
.submit-form-slide-up-on-success:after {
	content: "";
	display: table;
}
.submit-form-slide-up-on-success:after {
	clear: both;
}
.submit-form-slide-up-on-success ol,
.submit-form-slide-up-on-success ul {
	margin-top: 0;
}

.form-success-msg,
.form-fail-msg,
.form-captchafail-msg,
.form-denied-msg {
	display: none;
	opacity: 0;
}

.form-submit-success .form-success-msg,
.form-submit-fail .form-fail-msg,
.form-captchafail .form-captchafail-msg,
.form-denied .form-denied-msg {
	display: block;
	opacity: 1;

	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.ajax-submit-button {
	position: relative;
	/*min-width: em;*/
}
.ajax-submit-button:disabled,
.ajax-submit-button[disabled] {
	pointer-events: none;
	cursor: default;
}
.ajax-submit-button .stage {
	display: block;
	position: relative;
}
.ajax-submit-button .button-text {
	display: block;
}
.ajax-submit-button .processing-animation {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 1em;
	text-align: center;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ajax-submit-button .processing-animation:before {
	display: block;

	-webkit-animation: processing 1s linear infinite;
	animation: processing 1s linear infinite;
}
.ajax-submit-button.processing .button-text,
.ajax-submit-button.ajax-success .button-text,
.ajax-submit-button.ajax-fail .button-text {
	visibility: hidden;
}
.ajax-submit-button.processing .processing-animation {
	display: block;
}
.ajax-submit-button .ajax-message {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ajax-submit-button .ajax-message .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.214285714286em;
	font-size: 1em;
}
.ajax-submit-button .ajax-message .icon-icomoon:before {
	display: block;
}
.ajax-submit-button.ajax-success .success-message {
	display: block;
}
.ajax-submit-button.ajax-fail {
	background-color: #c00;
	border-color: #c00;

	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
}
.ajax-submit-button.ajax-fail .fail-message {
	display: block;
}

.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.5em #393;
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.5em #c00;
}
.info {
	background-color: #ccf;
	color: #006;

	box-shadow: 0 0 0.5em #006;
}

.download-list {
	font-size: 1em;
}
.download-list li {
	margin: 0.625em 0;
}
.download-list a {
	display: block;
	position: relative;
	padding: 0.3125em 0.625em 0.3125em 3.75em;
	text-decoration: none;
}
.download-list a:hover,
.download-list a:focus,
.download-list a:active {
	background-color: rgba(0, 0, 0, 0.0333333333);

	transition: background-color 0.2s;
}
.list-download-heading {
	text-transform: uppercase;
}
.download-list .icon-icomoon {
	position: absolute;
	top: 0.8333333333em;
	left: 0.8333333333em;
	font-size: 1.5em;
}

.social-media-list {
	font-size: 1em;
	line-height: 1;
}
.social-media-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0.5em 0;
}
.social-media-list a {
	display: block;
	text-decoration: none;
	color: #fff;

	transition: color 0.2s;
}

.social-media-list a:hover,
.social-media-list a:focus,
.social-media-list a:active {
	color: #f29200;
}

.social-media-list .icon-icomoon {
	font-size: 1.5em;
}

.social-media-list .icon-icomoon,
.social-media-list .label {
	 display: inline-block;
	 vertical-align: middle;
	 margin: 0 0.25em;
}

.no-img,
.embedded-map,
.embedded-video {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map,
.embedded-video {
	background-color: rgba(0, 0, 0, 0.1);
}
.no-img,
.embedded-map {
	color: #000;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.2);
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	color: #000;
}
.no-img p {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embedded-map {
	padding: 0 0 100%;
}
.embedded-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 37.5em) {
	.embedded-map {
		padding: 0 0 56.25%;
	}
}

.embedded-video {
	padding: 0 0 56.25%;
}
.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-icomoon,
.icon-icomoon:before {
	display: block;
}
.icon-icomoon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Id-card-member-register-1:before {
  content: "\e919";
}
.icon-crown:before {
  content: "\e90e";
}
.icon-delivery-truck:before {
  content: "\e918";
}
.icon-shields:before {
  content: "\e91a";
}
.icon-basket:before {
  content: "\e911";
}
.icon-pdf:before {
  content: "\e906";
  color: #ee3f24;
}
.icon-xls:before {
  content: "\e907";
  color: #217346;
}
.icon-doc:before {
  content: "\e908";
  color: #2b579a;
}
.icon-instagram:before {
  content: "\e909";
}
.icon-player:before {
  content: "\e913";
}
.icon-menu:before {
  content: "\e912";
}
.icon-file-empty:before {
  content: "\e90a";
}
.icon-linkedin:before {
  content: "\e90b";
}
.icon-vimeo:before {
  content: "\e90c";
}
.icon-pinterest:before {
  content: "\e90d";
}
.icon-youtube:before {
  content: "\e90f";
}
.icon-twitter:before {
  content: "\e910";
}
.icon-question:before {
  content: "\e900";
}
.icon-warning:before {
  content: "\e901";
}
.icon-info:before {
  content: "\e902";
}
.icon-cross:before {
  content: "\e903";
}
.icon-tick:before {
  content: "\e904";
}
.icon-spinner:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\eef0";
}
.icon-search-minus:before {
  content: "\e914";
}
.icon-chevron-right:before {
  content: "\e915";
}
.icon-chevron-left:before {
  content: "\e917";
}
.icon-search:before {
  content: "\e916";
}

/*.bg-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}*/

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */

.wrapper {
	max-width: 87.5em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.wrapper-2 {
	max-width: 104em;
}
.wrapper.no-gutter {
	padding-right: 0;
	padding-left: 0;
}

.max-content-width-wrapper {
	max-width: 2000px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.grid-adjust-default,
.grid-adjust-fixed-half {
	margin-right: -0.625em;
	margin-left: -0.625em;
}
.gutter-default {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-half {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-full {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

@media all and (min-width: 48em) {
	.wrapper {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
	.grid-adjust-default {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.gutter-default {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */

.cw-1,
.cw-1-base,
.feature-panel-bg-1 {
	background-color: #f29200;
	color: #fff;
}

.cw-1 a {
	color: #000;
}

.cw-1 a:hover,
.cw-1 a:focus,
.cw-1 a:active {
	color: #fff;
}

.cw-2,
.cw-2-base {
	background-color: #d77400;
	color: #fff;
}

.cw-3,
.cw-3-base,
.feature-panel-bg-2 {
	background-color: #000;
	color: #fff;
}

.cw-3-incognito-link a {
	 color: #fff;
}

.cw-3-incognito-link a:hover,
.cw-3-incognito-link a:focus,
.cw-3-incognito-link a:active {
	color: #f29200;
}

.cw-4,
.cw-4-base{
	background-color: #e8e8e8;
	color: #202020;
}

.cw-5,
.cw-5-base{
	background-color: #efefef;
	color: #202020;
}

.feature-panel-bg-1 .pseudo-button-feature-panel,
.feature-panel-bg-2 .pseudo-button-feature-panel {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.cw-default,
.cw-default-base {
	background-color: #fff;
	color: #202020;
}
.cw-default a {
	color: #f29200;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	color: #202020;
}

.incognito-link a {
	color: #202020;
}

.incognito-link a:hover,
.incognito-link a:focus,
.incognito-link a:active {
	color: #f29200;
}

.cw-1-foreground {
	color: #000;
}

.cw-2-foreground {
	color: #f29200;
}

.cw-3-foreground {
	color: #8d8c8a;
}

.keyline-default {
	border: 1px solid #e7e7e7;
}

/* ------ Modules ------ */

.site-header {
	position: relative;
	z-index: 3;
}
.site-header a {
	text-decoration: none;
}

.logo,
.adj-to-logo {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
}

.site-header-search,
.site-header-focus {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.site-header-search {
	width: 90%;
}

.nav-top,
.nav-top li,
.vat-switch-module,
.member-link {
	display: inline-block;
}

.nav-top li, .member-link .text {
	margin: 0 0.642857142857em;
}

.vat-switch-module {
	margin: 0.5625em 0 0.5625em 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.vat-switch-module a {
	margin-top: 0;
	margin-bottom: 0;
}
.vat-switch-module a,
.vat-switch-module .switch-module {
	display: inline-block;
}
.vat-switch-module .switch-module {
	vertical-align: top;
	width: 2.375em;
	margin: 0.125em 0.1875em 0 0;
	padding: 0.0625em;
	background-color: #e1e1e1;

	-webkit-border-radius: 1.25em;
	-moz-border-radius: 1.25em;
	-ms-border-radius: 1.25em;
	-o-border-radius: 1.25em;
	border-radius: 1.25em;
}
.vat-switch-module .switch {
	display: block;
	width: 1.125em;
	height: 1.125em;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #000;
}

.show-inc-vat-pricing .inc-vat-link,
.show-ex-vat-pricing .ex-vat-link {
	margin: 0;
	pointer-events: none;
}
.show-ex-vat-pricing .vat-switch-module .switch {
	margin-left: auto;
}

.basket-link-site-header {
	position: relative;
}
.basket-summary-product-count {
	display: block;
	position: absolute;
	margin: 0;
	font-weight: 700;
	text-align: center;
}

.logo a,
.logo img {
	display: block;
}
.logo a {
	max-width: 15.25em;
	margin: 1em auto;
}

@media all and (min-width: 60em) {
	.logo {
		width: 33.3333333333%;
	}
	.adj-to-logo {
		width: 66.6666666666%;
	}

	.adj-to-logo {
		text-align: right;
	}

	.site-header-search {
		max-width: 25em;
	}
}

.site-header-focus {
	width: 10%;
}

@media all and (max-width: 60em) {
	.site-header-top-section {
		text-align: center;
	}
}

.contact-site-header {
	text-align: center;
}

.contact-site-header ul {
	margin: 0;
}

.contact-site-header .contact-info .label {
	 color: #000;
}

.contact-site-header .contact-info a {
	 color: #fff;
}

@media all and (min-width: 60em) {
	.contact-site-header {
	  text-align: right;
	}
}

.search-form {
	position: relative;
	margin: 0.9375em 0;
}
.search-form input,
.search-form .submit {
	display: block;
}
.search-form input {
	width: 100%;
	height: 3.75em;
	padding: 0.928571428571em;
	background-color: #f6f6f6;
	color: #202020;
	border-color: #dcdcdc;
	font-weight: 700;
	border-radius: 0.2em;
}
.search-form .submit {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0.8125em;
	background-color: transparent;
	color: #1d2b4d;
	border: 0;
}
.search-form .submit:hover {
	color: #f29200;
}
.search-form .submit .icon-icomoon {
	font-size: 1.25em;
}

.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #222222;
	font-size: 0.9375em;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
	color: #222222;
	font-size: 0.9375em;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
	color: #222222;
	font-size: 0.9375em;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
	color: #222222;
	font-size: 0.9375em;
}

.nav-site-header-focus li {
	display: inline-block;
}
.nav-site-header-focus ul {
	font-size: 1em;
	margin: -0.75em;
}
.nav-site-header-focus li {
	margin: 0.75em;
}
.nav-site-header-focus a {
	display: block;
	color: #363638;
}
.nav-site-header-focus a:hover,
.nav-site-header-focus a:focus,
.nav-site-header-focus a:active {
	color: #8d8c8a;
}
.nav-site-header-focus .icon-icomoon {
	font-size: 1.5em;
	color: #000;
}

.basket-link-site-header {
	position: relative;
}
.basket-summary-product-count {
	display: block;
	position: absolute;
	margin: 0;
	font-weight: 700;
	text-align: center;
}

@media all and (max-width: 25.5625em) {
	.basket-summary-product-count {
		top: -0.5em;
		right: -1.1em;
		min-width: 1.2em;
		padding: 0.2em;
		font-size: 0.625em;
		line-height: 1.2;

		border-radius: 0.8em;
	}
}

@media all and (min-width: 25.625em) and (max-width: 59.9375em) {
	.site-header-main-section {
		position: relative;
	}
	.search-form {
		margin-right: 2.5em;
	}
	.nav-site-header-focus {
		position: absolute;
		bottom: 0;
		right: 2.875em;
	}
}

@media all and (min-width: 25.625em) {
	.nav-site-header-focus {
		margin: 1.375em 0;
		text-align: right;
	}
	.nav-site-header-focus .icon-icomoon {
		font-size: 2em;
	}
	.basket-summary-product-count {
		top: 4px;
		right: -2.142857em;
		min-width: 1.2857142857em;
		padding: 0.2142857em;

		border-radius: 0.857142857em;
	}
}

@media all and (min-width: 71.25em) {
	.nav-site-header-focus {
		margin-top: 0.9375em;
		margin-bottom: 0.9375em;
	}
	.nav-site-header-focus .icon-icomoon {
		font-size: 1.875em;
	}
}

@media all and (min-width: 60em) {
	.logo a {
		max-width: 394px;
		margin-left: 0;
	}

	.site-header-focus {
		position: relative;
	}
}

.nav-main {
	position: relative;
	z-index: 1;
}
.nav-main a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.nav-main a:hover,
.nav-main a:focus,
.nav-main a:active {
	color: #000;
}
.nav-main ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.nav-main ul a {
	padding: 1.125em 1.2em;
	font-weight: 700;
}

@media all and (max-width: 47.9375em) {
	.nav-main .nav-btn {
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-main .nav-btn a {
		position: relative;
		padding: 0.5555555556em 1.1111111111em;
	}
	.nav-main .nav-btn .icon-icomoon {
		position: absolute;
		top: 0.4166666667em;
		right: 0.4166666667em;
		font-size: 1.3333333333em;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
	}

	.nav-main ul a {
		padding: 0.25em 1.2em;
		text-align: center;
	}
}

@media all and (min-width: 48em) and (max-width: 52.4375em) {
	.nav-main ul a {
		padding: 1.4em 0.9333333333em;
	}
}

@media all and (min-width: 48em) {
	.nav-main .nav-btn {
		display: none;
	}

	.nav-main > ul {
		display: block;
		max-width: 93.3333333333em;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.nav-main > ul > li {
		display: inline-block;
		vertical-align: top;
	}

	.nav-main li {
		position: relative;
	}
	.nav-main ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 19em;
		background-color: #d77400;
		text-align: left;
		padding-bottom: 1em;
	}

	.nav-main ul ul li {
		width: 33.333333%;
		display: inline-block;
	}

	.nav-main ul ul a {
		padding: 0.5em 1.2em;
		font-weight: 400;
	}

	.no-js .nav-main li:hover > ul,
	.nav-main .sfHover > ul {
		display: block;
	}
}

.site-header-focus-items {
	display: none;
}
.site-header-focus-items .wrapper {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.site-header-focus-item-list {
	margin: 0.625em -1px;
	border-right: 1px solid #212121;
	font-size: 1em;
}
.site-header-focus-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	border-left: 1px solid #212121;

	box-sizing: border-box;
}
.site-header-focus-item .content {
	position: relative;
	max-width: 15.25em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.625em;
	padding-left: 3.75em;
}
.site-header-focus-item .icon-icomoon {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 2.125em;
}

.site-header-focus-item .icon-icomoon.icon-shields {
	 font-size: 2.375em;
	 left: 10px;
	 top: 0;
}

.site-header-focus-item-heading {
	margin: 0.25em 0;
	text-transform: uppercase;
}
.site-header-focus-item-text {
	margin: 0.2857142857em 0;
}

@supports (display: flex) {
	.site-header-focus-item-list {
		display: flex;
	}
}

@media all and (min-width: 60em) {
	.site-header-focus-items {
		display: block;
	}
}

.site-content-1-1,
.site-content-1-2,
.site-content-1-3,
.site-content-2-3,
.site-content-1-4,
.site-content-3-4,
.site-content-3-4--3-5,
.site-content-3-4--2-5 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 45em) {
	.site-content-1-2 {
		width: 50%;
	}

	.site-content-1-2.vertical-align-middle {
		 vertical-align: middle;
	}

	.site-content-3-4--3-5.vertical-align-middle,
	.site-content-3-4--2-5.vertical-align-middle {
		 vertical-align: middle;
	}

	.push-site-content-1-2,
	.pull-site-content-1-2,
	.pull-site-content-2-3,
	.push-site-content-1-3 {
		position: relative;
	}
	.push-site-content-1-2 {
		left: 50%;
	}
	.pull-site-content-1-2 {
		left: -50%;
	}

	.push-site-content-1-3 {
		left: 33.3333333333%;
	}
	.pull-site-content-1-3 {
		left: -33.3333333333%;
	}
	.push-site-content-2-3 {
		left: 66.6666666667%;
	}
	.pull-site-content-2-3 {
		left: -66.6666666667%;
	}

	.site-content-1-3 {
		width: 33.3333333333%;
	}
	.site-content-2-3 {
		width: 66.6666666667%;
	}

	.site-content-1-4 {
		width: 25%;
	}
	.site-content-3-4 {
		width: 75%;
	}
}

@media all and (min-width: 71.25em) {
	.site-content-3-4--3-5 {
		width: 60%;
	}
	.site-content-3-4--2-5 {
		width: 40%;
	}
}

.slideshow-panel {
	display: none;
}
.slideshow-panel:first-child {
	display: block;
}
.slideshow-panel-spacer {
	height: 0;
	padding: 0 0 30%;
}
.slideshow-panel-title {
	margin: 0.4166666667em 0;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.08333333333;
}
.slideshow-panel-sub-title {
	margin: -0.2333333333em 0 0.6666666667em;
	text-transform: uppercase;
}
.slideshow-panel-body-text {
	margin: 1.1111111111em 0;
}
.slideshow-panel-link-text {
	margin: 1.42857142857em 0;
}

.slideshow-nav {
	position: absolute;
	top: 0.625em;
	left: 0;
	width: 100%;
}

@media all and (min-width: 40em) {
	.slideshow-panel-title {
		margin: 0.2777777778em 0;
		font-size: 4.5em;
		line-height: 1.0555555556;
	}
}

@media all and (max-width: 47.9375em) {
	.slideshow-nav .slick-arrow {
		top: 0;

		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@media all and (min-width: 48em) {
	.slideshow-panel {
		position: relative;
	}
	.slideshow-panel-spacer {
		height: 600px;
		padding: 0;
	}
	.slideshow-panel-overlay {
		position: absolute;
		top: 48%;
		left: 0;
		width: 100%;

		transform: translateY(-50%);
	}
	.slideshow-panel-overlay .wrapper {
		max-width: 66.5em;
		padding-right: 5em;
		padding-left: 5em;
	}

	.slideshow-nav {
		top: 50%;
	}
}

.top-panel-image-spacer {
	padding: 0 0 40%;
}
.top-panel-text-module {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}
.top-panel-text-column .top-panel-text-module {
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.top-panel-heading {
	margin: 0.6111111111em 0;
}
.top-panel-sub-heading {
	margin: 0.9166666666em 0;
	font-weight: 400;
}
.top-panel-body-text {
	margin: 1.2222222222em 0;
}
.top-panel-link-module {
	margin: 1.57142857em 0;
}

.top-panel-link-module .pseudo-submit {
	 background-color: #000;
	 color: #fff;
	 border-color: #000;
}

.top-panel-link-module .pseudo-submit:hover,
.top-panel-link-module .pseudo-submit:focus,
.top-panel-link-module .pseudo-submit:active {
	 background-color: #f8ac00;
	 color: #fff;
	 border-color: #f8ac00;
}

@media all and (min-width: 48em) {
	.top-panel-image-column,
	.top-panel-text-column {
		vertical-align: middle;
	}
	.top-panel-no-image,
	.top-panel-image-column {
		min-height: 400px;
	}
	.top-panel-image-spacer {
		display: none;
	}
	.top-panel-text-column .top-panel-text-module {
		max-width: 41.25em;
		margin-right: 0;
		margin-left: auto;
		padding-right: 2.5em;
		padding-left: 2.5em;
	}

	@supports (display: flex) {
		.top-panel-no-image {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
	}
}

.top-image-module img {
	display: block;
}

.feature-panel-section {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.feature-panel-item .no-img {
	padding: 0 0 119.402985%;
}
.feature-panel-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}
.feature-panel-hover-overlay {
	background-color: rgba(0, 0, 0, 0.47);
}
.feature-panel-item a:hover .feature-panel-hover-overlay,
.feature-panel-item a:focus .feature-panel-hover-overlay,
.feature-panel-item a:active .feature-panel-hover-overlay {
	opacity: 1;
	visibility: visible;

	transition: opacity 0.25s;
}
.pseudo-button-feature-panel {
	border-width: 0;
}
.feature-panel-text {
	color: #fff;
}
.feature-panel-dark-text {
	color: #202020;
}

.feature-panel-link-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: 0;

	transform: translateY(-50%);
}
.feature-panel-heading {
	text-transform: uppercase;
}

.login-popup h1 {
	 font-size: 1.5em;
	 margin-bottom: 1.5em;
}

.login-popup .mfp-with-anim {
	 padding: 1.5em 0;
}

.login-popup .standard-form input {
	 border-radius: 0;
	 border: 1px solid #dcdcdc;
}

.breadcrumb {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	text-transform: uppercase;
}
.breadcrumb li,
.breadcrumb li:before {
	display: inline-block;
}
.breadcrumb li:before {
	content: "\0000a0>\0000a0";
}
.breadcrumb li:first-child:before {
	content: normal;
}
.breadcrumb a {
	text-decoration: none;
}

@media all and (min-width: 40em) {
	.breadcrumb {
		text-align: right;
	}
}

.site-content-body {
	margin-top: -1.25em;
}

.content-module {
	margin-top: 0.9375em;
	margin-bottom: 0.9375em;
}

.content-module-2 {
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}

.content-module-3 {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.content-section {
	margin-top: -2.25em;
	overflow: hidden;
}
.content-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 2.25em auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}
.content-section li {
	margin-top: 0.285714285714em;
}

@media all and (min-width: 37.5em) {
	.content-section img.pull-right {
		float: right;
		margin-right: 0;
		margin-left: 2.25em;
	}
	.content-section img.pull-left {
		float: left;
		margin-right: 2.25em;
		margin-left: 0;
	}
}

.standard-form {
	max-width: 43.25em;
	margin-bottom: 7em;
}
.standard-form li {
	margin: 1.25em 0;
}
.standard-form li:first-child {
	margin-top: 0;
}

.standard-form .label,
.standard-form input,
.standard-form select,
.standard-form textarea {
	display: inline-block;
}
.standard-form input,
.standard-form select,
.standard-form textarea,
.standard-form .submit,
.standard-form .button {
	border-radius: 0.25em;
}

.standard-form .label {
	margin-bottom: 0.3125em;
}
.standard-form li.required .label:after {
	content: "\0000a0*";
	background-color: transparent;
	color: #c00;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.75em;
	vertical-align: top;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.25em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form .personal-info-msg {
	margin-top: 0;
	margin-bottom: 0;
}
.standard-form .submit,
.standard-form .button {
	display: block;
	width: auto;
	padding: 1em 3em;
	font-weight: 400;

	border-radius: 0;
}
.standard-form a {
	text-decoration: none;
}

.contactus-form {
	max-width: 66.125em;
	margin-right: auto;
	margin-left: auto;
}

@media all and (min-width: 48em) {
	.contactus-form ol {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.contactus-form li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin: 0.625em 0 !important;
		padding-right: 1.25em;
		padding-left: 1.25em;

		box-sizing: border-box;
	}
	.contactus-form .contactus-fullname-item,
	.contactus-form .contactus-email-item,
	.contactus-form .contactus-telephone-item {
		width: 33.3333333333%;
	}
}

.page-link-button-module {
	margin-top: 1.7857142857em;
	margin-bottom: 1.7857142857em;
}

.feature-section-text-module,
.feature-section-image-module {
	position: relative;
}
.feature-section-text-module {
	z-index: 2;
	margin-top: -6em;
}
.feature-section-text-module-content {
	padding: 3.75em 0;
}
.feature-section-text-module .feature-section-text-module-content {
	padding-right: 1.875em;
	padding-left: 1.875em;
}
.feature-section-image-module {
	z-index: 1;
}
.feature-section-sub-title {
	margin: -0.8333333333em 0 0;
	font-weight: 700;
	font-size: 1.25em;
}

.feature-section-image-module-content {
	max-width: 922px;
}
.feature-section-image-module-content img {
	display: block;
}

@media all and (min-width: 48em) {
	.feature-section-text-module,
	.feature-section-image-module {
		display: inline-block;
		vertical-align: middle;

		box-sizing: border-box;
	}
	.feature-section-text-module {
		width: 46.9951923%;
		margin-top: 0;
	}
	.feature-section-image-module {
		width: 63.34135%;
	}

	.feature-section-image-module-content {
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.feature-section-with-image-right .feature-section-text-module {
		left: -53.0048077%;
	}
	.feature-section-with-image-right .feature-section-text-module-content {
		padding-right: 3.75em;
	}
	.feature-section-with-image-right .feature-section-image-module {
		left: 46.9951923%;
		margin-left: -10.33653846%;
	}
}

.featured-section-intro {
	margin-top: -1.125em;
}

.video-module {
	border-width: 1px 0 0;
}
.video-module:first-child {
	border-top: 0;
}
.video-module-caption {
	text-transform: uppercase;
}

.child-list-options-module {
	border-radius: 0.375em;
}

.child-list-options-form,
.child-list-options-form select,
.child-list-options-form input,
.child-list-options-form button {
	font-weight: 700;
	text-transform: uppercase;
}
.child-list-options-form .label {
	margin-right: 0.6153846em;
}
.child-list-options-form select,
.child-list-options-form input,
.child-list-options-form button {
	height: 2.769230769em;
	padding: 0.6153846em 0.6153846em;
}
.child-list-options-form select {
	background-color: #fff;
	color: #202020;
	border-color: #e4e4e4;
}

@media all and (min-width: 48em) {
	.child-list-items-per-page-form {
		text-align: right;
	}
}

.grid-child {
	margin: -0.625em auto;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
.grid-child .grid-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.grid-child .grid-item a {
	text-decoration: none;
}

.grid-child .container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0.625em 0;
}
.grid-child .content {
	display: block;
	margin: 0 0.625em;

	text-align: center;

}
.grid-child img {
	display: block;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.grid-child-flex-normalise {
	display: flex;
	flex-wrap: wrap;
}
.grid-child-flex-normalise.text-centre {
	justify-content: center;
}
.grid-child-flex-normalise .grid-item {
	display: flex;
}
.grid-child-flex-normalise .container,
.grid-child-flex-normalise .content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.grid-child-flex-normalise .flex-expand-this {
	flex: 1 0 auto;
}

.no-flexwrap .grid-child-flex-normalise,
.no-flexwrap .grid-child-flex-normalise .container,
.no-flexwrap .grid-child-flex-normalise .content {
	display: block;
}
.no-flexwrap .grid-child-flex-normalise .grid-item {
	display: inline-block;
}

.grid-child-4-up {
	max-width: 22.1875em;
}

.grid-child-4-up .grid-item {
	width: 100%;
}

@media all and (min-width: 30em) {
	.grid-child-4-up {
		max-width: 44.375em;
	}
	.grid-child-4-up .grid-item {
		width: 50%;
	}
	.grid-child-4-up .grid-item.double-width-grid-item {
		width: 100%;
	}

	.grid-child-4-up .grid-item.double-width-grid-item {
		width: 50%;
	}
}

@media all and (min-width: 45em) {
	.grid-child-4-up {
		max-width: none;
	}
	.grid-child-4-up .grid-item {
		width: 33.3333333333%;
	}
}

@media all and (min-width: 60em) {
	.grid-child-4-up .grid-item {
		width: 25%;
	}
}

.grid-child-5-up {
	max-width: 17.75em;
}
.grid-child-5-up .grid-item {
	width: 100%;
}

@media all and (min-width: 25.625em) {
	.grid-child-5-up {
		max-width: 35.5em;
	}
	.grid-child-5-up .grid-item {
		width: 50%;
	}
}

@media all and (min-width: 40em) {
	.grid-child-5-up {
		max-width: none;
	}
	.grid-child-5-up .grid-item {
		width: 33.3333333333333%;
	}
}

@media all and (min-width: 52.5em) {
	.grid-child-5-up .grid-item {
		width: 25%;
	}
}

@media all and (min-width: 60em) {
	.grid-child-5-up .grid-item {
		width: 20%;
	}
}

.page-nav,
.page-nav-detailed {
	text-align: center;
}
.page-nav .page-list {
	font-weight: bold;
}
.page-nav .page-list a {
	font-weight: normal;
}
.page-nav .prev,
.page-nav .next,
.page-nav-detailed .first,
.page-nav-detailed .prev,
.page-nav-detailed .next,
.page-nav-detailed .last {
	color: #999;
}

.page-nav-detailed > div,
.page-nav-detailed > div:before {
	display: inline-block;
	vertical-align: top;
}
.page-nav-detailed > div:before {
	margin-right: 0.5em;
	margin-left: 0.5em;
	content: ' | ';
}
.page-nav-detailed .first:before,
.page-nav-detailed .prev:before,
.page-nav-detailed .next:before,
.page-nav-detailed .last:before {
	color: #202020;
}
.page-nav-detailed > div:first-child:before {
	content: normal;
}

@media all and (min-width: 25.875em) {
	.page-nav {
		position: relative;
	}
	.page-nav .page-list {
		margin-right: 6.25em;
		margin-left: 6.25em;
	}
	.page-nav .prev,
	.page-nav .next {
		position: absolute;
		top: 0;
	}
	.page-nav .prev {
		left: 0;
	}
	.page-nav .next {
		right: 0;
	}
}

/* basket styles */

.basket-line-table .basket-line-quantity {
	width: 5em;
}
.basket-line-table .totals th {
	text-align: right;
}
.basket-line-table .user-input-row td {
	text-align: center;
}
.basket-line-table .user-input-row .label {
	margin-right: 0.428571428571em;
	font-weight: 700;
	white-space: nowrap;
}

.basket-variable-list li {
	margin: 0.714285714286em 0;
}
.basket-variable-list .label,
.basket-variable-list .value {
	/* top/bottom margin calculated as follows:
		(top padding + top border-width) of .basket-variable-list input */
	margin: 0.5em 0;
}
.basket-variable-list .label {
	display: inline-block;
	vertical-align: top;
}
.basket-variable-list input,
.basket-variable-list select,
.basket-variable-list textarea {
	display: block;
	padding: 0.428571428571em 0.714285714286em;
}
.basket-variable-list input,
.basket-variable-list textarea {
	width: 100%;
}
.basket-variable-list select {
	max-width: 100%;
}

.basket-variable-readonly input,
.basket-variable-readonly select,
.basket-variable-readonly textarea {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.basket-variable-list .type-checkbox .label {
	position: relative;
	padding-right: 1.428571428571em;
}
.basket-variable-list .type-checkbox input {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	margin: 0;
}

.billtodeliveryaddress {
	visibility: hidden;
}
.billtodeliveryaddress.jq-billing-delivery-link-initialised {
	visibility: visible;
}

.delivertobillingaddress {
	visibility: hidden;
}
.delivertobillingaddress.jq-billing-delivery-link-initialised {
	visibility: visible;
}

.system-delivery-order .collection-basket-info-module {
	display: none;
}

.system-collection-order .deliveryaddressselection,
.system-collection-order .deliverycompanyname,
.system-collection-order .deliveryaddress1,
.system-collection-order .deliveryaddress2,
.system-collection-order .deliveryaddress3,
.system-collection-order .deliveryaddress4,
.system-collection-order .deliverypostcode,
.system-collection-order .deliverycountry,
.system-collection-order .deliveryinstruction,
.system-collection-order .billtodeliveryaddress {
	display: none;
}

.deliveryaddressselection {
	visibility: hidden;
}
.deliveryaddressselection.jq-basket-ajax-initialised {
	visibility: visible;
}

.basket-form .buttons-module button {
	height: 4.2857142857em;
	padding: 1.42857142857em 2.2857142857em;
}

.saved-delivery-address-list {
	display: none;
	max-height: 37.5em;
	margin: 0;
	padding: 1em 2em;
	font-size: 1em;
	overflow: auto;
}
.mfp-content .saved-delivery-address-list {
	display: block;
}
.address-list-item {
	position: relative;
	margin: 1em 0;
	padding: 1em;
	cursor: pointer;
}
.address-list-item:hover,
.address-list-item:focus {
	background-color: #f5f5f5;

	transition: background-color 0.15s;
}
.address-list-item.selected {
	background-color: #e5f2ff;
	border-color: #9cf;
	pointer-events: none;
}
.address-list-item .input-saved-delivery-address {
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	margin: 0;
}

@media all and (max-width: 27.4375em) {
	.basket-line-table th,
	.basket-line-table td {
		border: 0;
	}
	.basket-line-table thead,
	.basket-line-table tbody th {
		display: none;
	}
	.basket-line-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.basket-line-table .basket-line-item {
		margin-bottom: 2em;
	}
	.basket-line-table tbody tr:after {
		content: "";
		display: table;
		clear: both;
	}
	.basket-line-table tbody td {
		display: block;
		clear: left;
		float: left;
		width: 100%;
		border-bottom: 1px solid #e7e7e7;
		text-align: right;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.basket-line-table tbody td:last-child {
		border-bottom: none;
	}
	.basket-line-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
		font-weight: 700;
	}
}

@media all and (min-width: 48em) {

	.guest
		.system-delivery-order
		.delivery-information-module
		.basket-variable-list,
	 .system-delivery-order.delivery-addresses-present
		.billing-information-module
		.basket-variable-list {
		/* margin-top calculated as follows:
			 ((min-height + top margin) of .basket-variable-list li) + (bottom margin of h3) */
		margin-top: 5.571428571429em;
	}

}

@media all and (min-width: 27.5em) and (max-width: 47.9375em),
	all and (min-width: 57.5em) {
	.basket-variable-list li {
		/* min-height calculated as follows:
			((line-height of .font-size-default) + (top padding + bottom padding + top border-width + bottom border-width) of .basket-variable-list input) */
		min-height: 2.285714285714em;
	}

	.basket-variable-list input,
	.basket-variable-list select,
	.basket-variable-list textarea,
	.basket-variable-list .value {
		display: inline-block;
		vertical-align: top;
	}
	.basket-variable-list .label {
		width: 10em;
		padding-right: 1em;
	}
	.basket-variable-list input,
	.basket-variable-list textarea,
	.basket-variable-list .value {
		width: calc(100% - 11em);
	}
	.basket-variable-list select {
		max-width: calc(100% - 11em);
	}
	.basket-variable-list .hidden-label input,
	.basket-variable-list .hidden-label select,
	.basket-variable-list .hidden-label textarea,
	.basket-variable-list .hidden-label .value {
		/* seemingly pointless calc included so that only browsers that understand calc receive the rule */
		margin-left: calc(11em + 1em - 1em);
	}

	.basket-variable-list .type-checkbox .label,
	.basket-variable-list .deliveryaddressselection .label {
		width: auto;
	}
	.basket-variable-list .deliveryaddressselection .label {
		padding-right: 0;
	}
	.basket-variable-list .type-checkbox input {
		width: auto;
		margin: 0;
	}
}

.metro-panel-section .wrapper {
	max-width: 90em;
}
.metro-panel-proportional-gutter {
	padding: 0.6944444444% 1.3888888889%;
}
.metro-panel-proportional-gutter .grid-adjust {
	margin: -0.7142857%;
}
.metro-panel .container {
	margin: 2.81690140845% 0;
}
.metro-panel .content {
	margin: 0 2.81690140845%;
	position: relative;
}
.metro-panel-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: left;
}
.metro-panel-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.metro-panel-heading {
	margin-right: 0.8333333333em;
	margin-left: 0.8333333333em;
	color: #fff;
}

@media all and (min-width: 30em) {
	.metro-panel.double-width-grid-item .container {
		margin: 1.4084507% 0;
	}
	.metro-panel.double-width-grid-item .content {
		margin: 0 1.4084507%;
	}
}

.related-logo-carousel .slick-track {
	 display: flex;
	 align-items: center;
}

.related-logo img {
	display: block;
	padding: 10px 20px;
}

@media all and (min-width: 48em) {
	.related-logo img {
		padding-right: 35px;
		padding-left: 35px;
	}
}

.feature-carousel .slick-arrow {
	display: none !important;
	color: #444;
}
.feature-carousel .slick-arrow:hover,
.feature-carousel .slick-arrow:focus,
.feature-carousel .slick-arrow:active {
	color: #8d8c8a;
}
.feature-carousel .slick-prev {
	left: -3.125em;
}
.feature-carousel .slick-next {
	right: -3.125em;
}

.feature-product-grid-item .content {
	text-align: center;
}
.feature-product-grid-item .product-grid-item-price {
	margin-top: 0.857142857em;
}

@media all and (min-width: 97.5em) {
	.feature-carousel .slick-arrow {
		display: block !important;
	}
	.feature-carousel .slick-dots {
		display: none !important;
	}
}

.product-grid-item .content {
	 text-align: left;
}

.product-grid-item .default-grid-item-heading {
	 margin-bottom: 0;
}

.product-grid-item p {
	 margin: 0;
}

.product-grid-item .stock-or-out-stock .icon-icomoon {
	 display: inline-block;
	 margin-right: 0.25em;
	 vertical-align: middle;
}

.product-grid-item .stock-or-out-stock span {
	 vertical-align: middle;
}

.stock-or-out-stock .icon-icomoon.icon-tick {
	 color: #08bc04;
	 font-weight: 700;
}

.stock-or-out-stock .icon-icomoon.icon-cross {
	 color: #ff0000;
	 font-weight: 700;
}

.product-media,
.product-media-nav-container {
	max-width: 440px;
}
.product-media-nav-container {
	margin-top: -1.625em;
}
.product-media .mfp-gallery {
	position: relative;
}
.product-media img,
.product-media-nav img {
	display: block;
}
.product-media .no-img,
.product-media .embedded-video-module,
.product-media-nav .no-img {
	padding: 0 0 100%;
}
.product-detail .embedded-video-module .embedded-video {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-media .mfp-gallery .icon-icomoon {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.375em;
	color: #f8ac00;
	font-size: 2em;
	opacity: 0;
}
.product-media .mfp-gallery .icon-icomoon {
	background-color: rgba(255, 255, 255, 0.8);
}
.product-media .mfp-gallery:hover .icon-icomoon,
.product-media .mfp-gallery:focus .icon-icomoon,
.product-media .mfp-gallery:active .icon-icomoon,
.product-media-nav a:hover .icon-icomoon,
.product-media-nav a:focus .icon-icomoon,
.product-media-nav a:active .icon-icomoon {
	color: #000;
}

.product-media.mfp-initialised .mfp-gallery {
	cursor: pointer;
}
.product-media.mfp-initialised .mfp-gallery .icon-icomoon {
	opacity: 1;

	transition: opacity 0.25s, color 0.15s;
}

.product-media-nav {
	margin: -4px;
	font-size: 1em;
}
.product-media-nav .item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.product-media-nav .container {
	margin-top: 4px;
	margin-bottom: 4px;
}
.product-media-nav .content {
	display: block;
	position: relative;
	margin-right: 4px;
	margin-left: 4px;
	overflow: hidden;
	text-decoration: none;
}
.product-media-nav .video-screen-cap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-media-nav .video-screen-cap img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-media-nav .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-media-nav a:hover .overlay,
.product-media-nav a:focus .overlay,
.product-media-nav a:active .overlay,
.product-media-nav .video-overlay {
	background-color: rgba(0, 0, 0, 0.2);

	transition: background-color 0.15s;
}
.product-media-nav .icon-icomoon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.125em;

	transform: translate(-50%, -50%);

	transition: color 0.15s;
}

@media all and (min-width: 20em) and (max-width: 47.9375em),
	all and (min-width: 60em) {
	.product-media-nav-container {
		margin-top: -1.375em;
	}
	.product-media-nav {
		margin: -8px;
	}
	.product-media-nav .container {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.product-media-nav .content {
		margin-right: 8px;
		margin-left: 8px;
	}
}

@media all and (min-width: 23.75em) and (max-width: 47.9375em),
	all and (min-width: 73.75em) {
	.product-media-nav .icon-icomoon {
		font-size: 4.25em;
	}
}

.product-detail .stock-or-out-stock .icon-icomoon {
	 display: inline-block;
	 margin-left: 0.5em;
	 font-weight: 700;
}

.stock-or-out-stock .out-stock {
	 color: #ff0000;
}

.product-detail-price-module .price {
	 font-size: 1.5em;
	 font-weight: 700;
}

.product-detail-purchase-form .label {
	margin: 0 0 0.1875em;
	font-weight: 700;
}
.product-detail-purchase-form input,
.product-detail-purchase-form select {
	height: 2.57142857em;
	margin: 0.2142857em 0;
	padding: 0.57142857em 0.5em;
	background-color: #fff;
	color: #202020;
	border-color: #c5c5c5;
}
.product-detail-purchase-form .visible-form-control select {
	width: 100%;
	max-width: 18.57142857em;
}

.product-detail-purchase-form-add-to-basket-controls .label {
	margin-right: 0.5em;
}
.product-detail-purchase-form-add-to-basket-controls input,
.product-detail-purchase-form-add-to-basket-controls button {
	height: 4.2857142857em;
	margin: 0.5em 1.2857142857em 0.5em 0;
	padding: 1.42857142857em 0.57142857em;
	font-weight: 700;
}

.product-detail-purchase-form .quantity-to-purchase {
	width: 6em;
	text-align: center;
}
.product-detail-purchase-form .visible-form-control .submit {
	margin-right: 0;
	padding-right: 3em;
	padding-left: 3em;
}

.product-detail-tabbed-panels {
	margin-top: 2.125em;
}
.product-detail-tabbed-panels .tabbed-content-nav {
	margin: 0;
	font-weight: 700;
}
.product-detail-tabbed-panels .tabbed-content-nav .link {
	display: block;
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 85%, #e4e4e4 100%);
	background: -webkit-linear-gradient(top, #dfdfdf 85%, #e4e4e4 100%);
	background: linear-gradient(to bottom, #dfdfdf 85%, #e4e4e4 100%);

	color: #202020;
	text-decoration: none;
}
.product-detail-tabbed-panels .tabbed-content-nav .link:hover,
.product-detail-tabbed-panels .tabbed-content-nav .link:focus,
.product-detail-tabbed-panels .tabbed-content-nav .link:active {
	background: -moz-linear-gradient(top, #cdcdcd 85%, #d2d2d2 100%);
	background: -webkit-linear-gradient(top, #cdcdcd 85%, #d2d2d2 100%);
	background: linear-gradient(to bottom, #cdcdcd 85%, #d2d2d2 100%);

	transition: background 0.15s;
}
.product-detail-tabbed-panels .text-panel {
	position: relative;
	margin-top: 5.625em;
	padding-top: 1.5625em;
	padding-bottom: 1.5625em;
}
.product-detail-tabbed-panels .tabbed-content-nav .link,
.product-detail-tabbed-panels .heading-tab {
	padding: 1em;
	text-align: center;
}
.product-detail-tabbed-panels .heading-tab {
	position: absolute;
	bottom: 100%;
	left: 0;
	margin: 0;
}

.product-detail-tabbed-panels.jquery-tabbed-panels-initialised {
	margin-top: 4em;
}
.product-detail-tabbed-panels.jquery-tabbed-panels-initialised .text-panel {
	margin-top: 0;
}

.product-detail-tabbed-panels .text-panel ul {
	 padding-left: 1em;
}

.product-detail-tabbed-panels .text-panel ul li {
	 margin: 0.75em 0;
}

@media all and (min-width: 25.625em) {
	.product-detail-tabbed-panels .tabbed-content-nav {
		background-color: #efefef;
	}
	.product-detail-tabbed-panels .tabbed-content-nav li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.product-detail-tabbed-panels .tabbed-content-nav .link {
		display: block;
		background: #dfdfdf;
		background: -moz-linear-gradient(left, #dfdfdf 85%, #e4e4e4 100%);
		background: -webkit-linear-gradient(left, #dfdfdf 85%, #e4e4e4 100%);
		background: linear-gradient(to right, #dfdfdf 85%, #e4e4e4 100%);

		color: #202020;
		text-decoration: none;
	}
	.product-detail-tabbed-panels .tabbed-content-nav .link:hover,
	.product-detail-tabbed-panels .tabbed-content-nav .link:focus,
	.product-detail-tabbed-panels .tabbed-content-nav .link:active {
		background: -moz-linear-gradient(left, #cdcdcd 85%, #d2d2d2 100%);
		background: -webkit-linear-gradient(left, #cdcdcd 85%, #d2d2d2 100%);
		background: linear-gradient(to right, #cdcdcd 85%, #d2d2d2 100%);

		transition: background 0.15s;
	}
}

@media all and (min-width: 40em) and (max-width: 47.9375em),
	all and (min-width: 60em) {
	.product-detail-tabbed-panels .tabbed-content-nav {
		background-color: transparent;
	}
	.product-detail-tabbed-panels .tabbed-content-nav li {
		width: auto;
	}
	.product-detail-tabbed-panels .tabbed-content-nav .link,
	.product-detail-tabbed-panels .heading-tab {
		min-width: 8.4444444444em;
	}
}

.product-detail-tabbed-panels .tabbed-content-nav .selected {
	background: #efefef;
	color: #202020;
	pointer-events: none;
}
.product-detail-tabbed-panels .tabbed-content-nav .customise-link {
	background: #009ee3;
	color: #fff;
}
.product-detail-tabbed-panels .tabbed-content-nav .customise-link:hover,
.product-detail-tabbed-panels .tabbed-content-nav .customise-link:focus,
.product-detail-tabbed-panels .tabbed-content-nav .customise-link:active {
	background: #0099de;
}

.nav-member-content-panel {
	 margin-bottom: 5em;
}

.nav-member-content-panel ul li {
	border-bottom: 1px solid #e1e1e1;
	padding: 0.5em 0;
	font-weight: 700;
}

.newsletter-form-module {
	max-width: 29.625em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}
.newsletter-form-module .heading {
	margin-top: 0.1666666667em;
	margin-bottom: 0.1666666667em;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.newsletter-form-module .summary {
	margin-top: 0.8em;
	margin-bottom: 1.0666666667em;
	line-height: 1.3333333333;
}
.newsletter-form {
	max-width: 27em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newsletter-form input {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0.3333333333em 0;
	padding: 0.6em 1em;
	background: #fff;
	border: none;
}
.newsletter-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #202020;
	font-style: italic;
}
.newsletter-form input::-moz-placeholder { /* Firefox 19+ */
	color: #202020;
	font-style: italic;
}
.newsletter-form input:-ms-input-placeholder { /* IE 10+ */
	color: #202020;
	font-style: italic;
}
.newsletter-form input:-moz-placeholder { /* Firefox 18- */
	color: #202020;
	font-style: italic;
}

.newsletter-form .submit {
	 width: auto;
	 margin-top: 0.5555555556em;
	 margin-bottom: 0.5555555556em;
	 padding: 0.71875em 1.8888888889em;
	 font-size: 1em;
	 font-weight: 400;
	 line-height: 1.3333333333;
	 border: 0;
	 background: #000;
	 text-transform: none;
}

@media all and (min-width: 25.875em) {
	.newsletter-form {
		position: relative;
	}
	.newsletter-form input {
		margin: 0;
	}
	.newsletter-form .submit {
		position: absolute;
		top: 0;
		right: 0;
		width: 8em;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media all and (min-width: 60em) {
	.newsletter-form-module {
		max-width: none;
	}
	.newsletter-form-module .intro,
	.newsletter-form-module .controls {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}
	.newsletter-form-module .intro {
		padding-right: 2.5em;
		text-align: right;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.newsletter-form-module .summary {
		margin-top: 0.2666666667em;
		margin-bottom: 0.2666666667em;
	}
}

.footer-section.cw-3 {
	border-top: 1px solid #292929;
}
.footer-section-main {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	border-top: 0;
}

.footer-section .site-credits a:hover,
.footer-section .site-credits a:focus,
.footer-section .site-credits a:active,
.footer-section .contact-site-footer a:hover,
.footer-section .contact-site-footer a:focus,
.footer-section .contact-site-footer a:active {
	color: #fff;
}

.site-footer-1-4 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	box-sizing: border-box;
}

.site-footer-section {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	border-top: 1px solid #2b2b2b;
}
.site-footer-section:first-child {
	border-top: 0.375em solid #f8f32b;
}

.footer-panel-heading {
	margin-bottom: 1.125em;
}

.nav-footer ul {
	margin-top: 1.5em;
}
.nav-footer li {
	margin: 0.6666666667em 0;
}

.contact-site-footer ul {
	line-height: 2.3076923;
}
.contact-site-footer li {
	margin: 0.8333333333em 0;
}

@media all and (min-width: 30em) {
	.site-footer-1-4 {
		width: 50%;
	}
}

@media all and (min-width: 60em) {
	.site-footer-1-4 {
		width: 25%;
	}
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	color: #fff;
}
.cookies-eu-banner {
	background-color: rgba(0, 0, 0, 0.75);
}

.cookies-eu-banner a:hover,
.cookies-eu-banner a:focus,
.cookies-eu-banner a:active {
  color: #fff;
}

.cookies-eu-banner .pseudo-button {
	vertical-align: baseline;
	padding: 0.5em 1em;
}

@media all and (max-width: 47.9375em) {
	.cookies-eu-banner .text {
		display: block;
		margin-bottom: 1em;
	}
}

.page-not-found-text {
	 margin: 2em 0;
}

#basket-form .submit.ajax-submit-button{
	padding: 1.42857142857em 2.2857142857em;
}