@font-face {
	font-family: 'icomoon';
	src:    url('/fonts/icomoon.eot?7lfmxo');
	src:    url('/fonts/icomoon.eot?7lfmxo#iefix') format('embedded-opentype'),
			url('/fonts/icomoon.ttf?7lfmxo') format('truetype'),
			url('/fonts/icomoon.woff?7lfmxo') format('woff'),
			url('/fonts/icomoon.svg?7lfmxo#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #151515;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}

a {
	background-color: #fff;
	color: #003e71;
}
a:hover,
a:focus,
a:active {
	background-color: #fff;
	color: #959595;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 800;
	letter-spacing: -0.05em;
}

h1,
.h1 {
	margin: 0.625em 0;
	font-size: 3em;
	line-height: 1.0416666667;
}
h2,
.h2 {
	margin: 0.666666666667em 0;
	font-size: 1.875em;
	line-height: 1.166666666667;
}
h3,
.h3,
.font-size-up-2 {
	margin: 0.833333333333em 0;
	font-size: 1.5em;
	line-height: 1.25;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
.font-size-up-1 {
	margin: 1.1111111111em 0;
	font-size: 1.125em;
	line-height: 1.1111111111;
}
p,
ul,
ol,
table,
pre,
hr,
.page-nav,
.font-size-default,
.nav-product .nav-btn {
	margin: 1.428571428571em 0;
	font-size: 0.875em;
	line-height: 1.428571428571;
}

.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,
#basket_page_titles {
	margin: 0.769230769231em 0;
	font-size: 0.8125em;
	line-height: 1.384615384615;
}

.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,
.nav-top .nav-btn,
.suggestive-search-results-list .image-module .no-img p {
	margin: 0.833333333333em 0;
	font-size: 0.75em;
	line-height: 1.25;
}

th,
td {
	padding: 0.357142857143em;
}
b,
strong,
th {
	font-weight: 800;
}

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: #dbdbdb;
	color: #151515;
	border: 1px solid #dbdbdb;
	font-family: 'Open Sans', Verdana, Geneva, 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.285714285714em -0.071428571429em #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-appearance: textfield;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

button,
.button,
.submit {
	cursor: pointer;
}
.pseudo-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
button,
.button,
.pseudo-button-default {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
button:hover,
.button:hover,
a:hover .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: #dfb042;
	color: #fff;
	border-color: #dfb042;
}
.submit:hover,
a:hover .pseudo-submit,
.pseudo-submit:hover,
.pseudo-submit:focus,
.pseudo-submit:active {
	background-color: #c37911;
	color: #fff;
	border-color: #c37911;
}

.submit-cw-2,
.pseudo-submit-cw-2 {
	background-color: #0171ad;
	color: #fff;
	border-color: #0171ad;
}
.submit-cw-2:hover,
a:hover .pseudo-submit-cw-2,
a:focus .pseudo-submit-cw-2,
a:active .pseudo-submit-cw-2,
.pseudo-submit-cw-2:hover,
.pseudo-submit-cw-2:focus,
.pseudo-submit-cw-2:active {
	background-color: #01427b;
	color: #fff;
	border-color: #01427b;
}

/* ----------- 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;
	display: block;
}
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;
}
.overflow-auto {
	overflow: auto;
}
.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;
}

.font-open-sans {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

/* ------ Mini Modules ------ */
.data-table {
	width: 100%;
	border-collapse: collapse;
}
.data-table tr {
	border-bottom: 1px solid #ccc;
}
.data-table th,
.data-table td {
	vertical-align: top;
	text-align: left;
}
.data-table thead th {
	text-transform: uppercase;
}

.data-table.font-size-down-1 th {
	padding: 1em;
}
.data-table.font-size-down-1 td {
	padding: 0.75em 1em;
	font-weight: 700;
}
.data-table.font-size-down-1 thead tr {
	background: #0171ad;
	color: #fff;
	border: 0;
}
.data-table.font-size-down-1 tbody tr:nth-child(2n) {
	background: #efefef;
}
.data-table.font-size-down-1 .price-suffix {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

@media all and (max-width: 50em) {
	.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 #ccc;
		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;
	}
}

.wish-list-table + .submit {
	padding-right: 2.3333333333em;
	padding-left: 2.3333333333em;
	text-transform: uppercase;
	padding-top: .5em;
	padding-bottom: .5em;
}
.wish-list-table .input-quantity {
	width: 4.5em;
	height: 2.5833333333em;
	margin: 0.4166666667em 0 0.4166666667em 0.6666666667em;
	padding: 0.5833333333em 0.25em;
}
.wish-list-table .inc-vat-price .price {
	background-color: transparent;
	color: #0171ad;
	font-weight: 800;
}
.wish-list-table .inc-vat-price .price-suffix,
.wish-list-table .ex-vat-price .price-suffix {
	font-size: .75em;
}

@media all and (max-width: 48.75em) {
	.wish-list-table thead {
		display: none;
	}
	.wish-list-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.wish-list-table tbody tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.wish-list-table tbody td {
		display: block;
		clear: left;
		float: left;
		width: 100%;
		border-bottom: 1px solid #e3e3e3;
		text-align: right;
 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.wish-list-table tbody td:last-child {
		border-bottom: none;
	}
	.wish-list-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
		font-weight: 700;
	}
	.wish-list-table tbody tr:nth-child(2n+1) {
		background-color: #e3e3e3;
		color: #000;
	}
	.wish-list-table tbody td a {
		background: transparent;
	}
}


.star-rating {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
.star-rating .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	font-size: 0.9375em;
	margin: 0.0666666667em;
}
.star-rating .icon-icomoon:before {
	display: block;
}
.icon-cube:before {
  content: "\e905";
}
.icon-thumbs-up:before {
  content: "\e904";
}

.star-rating .full-stars {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.star-rating .rating-4 {
	width: 80%;
}
.star-rating .rating-3 {
	width: 60%;
}
.star-rating .rating-2 {
	width: 40%
}
.star-rating .rating-1 {
	width: 20%;
}

.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;
}

.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,
.embedded-map 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 p a {
	background-color: transparent;
}
.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%;
	}
}

@media all and (min-width: 60em) {
	.embedded-map {
		padding: 0 0 32.258064516129%;
	}
}

.embedded-video {
	padding: 0 0 56.25%;
}
.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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-spinner:before {
	content: "\e90a";
}
.icon-bin:before {
	content: "\e909";
}
.icon-heart:before {
	content: "\e907";
}
.icon-heart1:before {
	content: "\e908";
}
.icon-handshake:before {
  content: "\e906";
}
.icon-instagram:before {
	content: "\e903";
}
.icon-search:before {
	content: "\e902";
}
.icon-chevron-right:before {
	content: "\e900";/* Entypo pictograms by Daniel Bruce — www.entypo.com */
}
.icon-home2:before {
	content: "\e901";
}
.icon-pencil3:before {
	content: "\e910";
}
.icon-price-tags2:before {
	content: "\e9f1";
}
.icon-cart4:before {
	content: "\ea01";
}
.icon-phone2:before {
	content: "\ea1d";
}
.icon-user:before {
	content: "\eaf7";
}
.icon-truck:before {
	content: "\ec0f";
}
.icon-cube2:before {
	content: "\ec19";
}
.icon-menu3:before {
	content: "\ec6d";
}
.icon-flag7:before {
	content: "\ecaa";
}
.icon-star-full:before {
	content: "\ece2";
}
.icon-warning2:before {
	content: "\ed50";
}
.icon-cancel-square2:before {
	content: "\ed69";
}
.icon-checkbox-checked2:before {
	content: "\ee6e";
}
.icon-ruler:before {
	content: "\ee82";
}
.icon-google-plus:before {
	content: "\eeea";
}
.icon-facebook:before {
	content: "\eeef";
}
.icon-twitter:before {
	content: "\eef5";
}
.icon-youtube:before {
	content: "\eefc";
}
.icon-linkedin2:before {
	content: "\ef29";
}
.icon-pinterest2:before {
	content: "\ef31";
}

/*.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: 77.5em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.wrapper.no-padding {
	padding-right: 0;
	padding-left: 0;
}

.grid-adjust-3-col,
.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: 80em) {
	.wrapper:not(.first-visit-popup-box) {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
	.grid-adjust-3-col {
		margin-right: -1.1875em;
		margin-left: -1.1875em;
	}
	.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 {
	background-color: #003e71;
	color: #fff;
}
.cw-1 a {
	background-color: #003e71;
	color: #dfb042;
}
.cw-1 a:hover,
.cw-1 a:focus,
.cw-1 a:active {
	background-color: #003e71;
	color: #0090d3;
}
.cw-1-alternative-link a {
	background-color: #003e71;
	color: #fff;
}
.cw-1-alternative-link a:hover,
.cw-1-alternative-link a:focus,
.cw-1-alternative-link a:active {
	background-color: #003e71;
	color: #dfb042;
}

.cw-2,
.cw-2-base {
	background-color: #0171ad;
	color: #fff;
}

.cw-gradient-2-1,
.cw-gradient-2-1-base {
	background: #0171ad;
	background: -moz-linear-gradient(top,  #0171ad 0%, #003e71 100%);
	background: -webkit-linear-gradient(top,  #0171ad 0%,#003e71 100%);
	background: linear-gradient(to bottom,  #0171ad 0%,#003e71 100%);
	color: #fff;
}
.cw-gradient-2-1 a {
	background-color: transparent;
	color: #fff;
}
.cw-gradient-2-1 a:hover,
.cw-gradient-2-1 a:focus,
.cw-gradient-2-1 a:active {
	background-color: transparent;
	color: #0090d3;
}

.cw-3,
.cw-3-base {
	background-color: #dfb042;
	color: #fff;
}

.cw-4,
.cw-4-base {
	background-color: #e5a81b;
	color: #fff;
}
.cw-4 a {
	background-color: #e5a81b;
	color: #0171ad;
}
.cw-4 a:hover,
.cw-4 a:focus,
.cw-4 a:active {
	background-color: #e5a81b;
	color: #003e71;
}

.cw-default,
.cw-default-base {
	background-color: #fff;
	color: #151515;
}
.cw-default a {
	background-color: #fff;
	color: #003e71;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	background-color: #fff;
	color: #959595;
}

.cw-default-alternative-link a {
	background-color: #fff;
	color: #0171ad;
}
.cw-default-alternative-link a:hover,
.cw-default-alternative-link a:focus,
.cw-default-alternative-link a:active {
	background-color: #fff;
	color: #959595;
}

.cw-1-foreground {
	background-color: transparent;
	color: #003e71;
}
.cw-2-foreground {
	background-color: transparent;
	color: #0171ad;
}
.cw-3-foreground {
	background-color: transparent;
	color: #dfb042;
}

.cw-muted-foreground {
	background-color: transparent;
	color: #959595;
}
.cw-muted-foreground-2 {
	background-color: transparent;
	color: #dbdbdb;
}
.cw-positive-colour {
	background-color: transparent;
	color: #493;
}
.cw-negative-colour {
	background-color: transparent;
	color: #f00;
}

.cw-neutral-colour {
	background-color: transparent;
	color: #ff8f00;
}

.cw-default-foreground {
	background-color: transparent;
	color: #151515;
}

.cw-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.cw-overlay {
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #469488;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #858585;
}


.keyline-muted {
	border: 1px solid #dedede;
}

/* ------ Modules ------ */
.site-header {
	position: relative;
	z-index:2;
}

.site-header-topmost {
	padding: 0.1875em 0;
	text-align: right;
}

.list-social-media {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	font-size: 1em;
	line-height: 1;
}
.list-social-media li {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125em;
}
.list-social-media a,
.list-social-media .icon-icomoon,
.list-social-media .icon-icomoon:before {
	display: block;
}
.list-social-media a {
	text-decoration: none;
}
.list-social-media .icon-icomoon {
	font-size: 1.5em;
}

.nav-top,
.nav-top-2 {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.nav-top a,
.nav-top-2 a {
	text-decoration: none;
}

.nav-top .nav-btn a,
.nav-top-2 a {
	display: block;
	position: relative;
	padding: 0.25em 0 0.3333333333em 2.3333333333em;
}
.nav-top .nav-btn .icon-icomoon,
.nav-top-2 .icon-icomoon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8333333333em;
}

.nav-top-2 li {
	display: inline-block;
	vertical-align: top;
	margin-left: 1em;
}

@media all and (max-width: 22.4375em) {
	.basket-summary .full-summary {
		display: none;
	}
}

@media all and (min-width: 26.875em) and (max-width: 47.4375em) {
	.nav-top {
		position: relative;
	}
	.nav-top ul {
		position: absolute;
		top: 100%;
		left: -0.75em;
		z-index: 1;
		white-space: nowrap;
		text-align: left;
	}
	.nav-top ul a {
		padding-right: 0.75em;
		padding-left: 0.75em;
	}
}

@media all and (min-width: 30em) {
	.nav-top-2 li {
		margin-left: 1.5em;
	}
}

@media all and (max-width: 47.4375em) {
	.nav-top .nav-btn {
		font-weight: 400;
	}
	.nav-top .nav-btn.active a {
		background-color: #003e71;
		color: #dfb042;
	}
	.nav-top ul {
		display: none;
		margin: 0;
	}
	.nav-top ul:target {
		display: block;
	}
	.nav-top ul.show {
		display: block;
	}
	.nav-top ul a {
		display: block;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}
}

@media all and (min-width: 47.5em) {
	.nav-top {
		margin-right: 0.125em;
		margin-left: 0.125em;
	}
	.nav-top .nav-btn {
		display: none;
	}

	.nav-top ul {
		display: block;
	}
	.nav-top li,
	.nav-top li:before,
	.nav-top li a {
		display: inline-block;
		vertical-align: top;
	}
	.nav-top li:before {
		content: '|';
		margin: 0 0.5em;
	}
	.nav-top li:first-child:before {
		content: normal;
	}
}

@media all and (max-width: 49.9375em) {
	.site-header .social-media-module {
		display: none;
	}
}

@media all and (min-width: 50em) {
	.site-header .social-media-module {
		display: inline-block;
		vertical-align: middle;
		margin-right: 2em;
	}
	.site-header .list-social-media li {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.logo,
.adj-to-logo {
	display: inline-block;
	vertical-align: middle;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo > a {
	display: block;
	max-width: 280px;
	margin: 0.9375em auto;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.logo img {
	display: block;
	width: 100%;
}

.search-form {
	position: relative;
	max-width: 30.7142857142857em;
	margin: 0 auto 1.42857142857em;
	font-size: 0.875em;
	line-height: 1.428571428571;
}
.search-form .input-search {
	width: 100%;
	height: 3.2857142857em;
	padding: 0.714285714286em;
	background-color: #fff;
	color: #151515;
	border-width: 0.2142857142857em;
	border-color: #cacaca;

	-webkit-border-radius: 0.2142857142857em;
	-moz-border-radius: 0.2142857142857em;
	-ms-border-radius: 0.2142857142857em;
	-o-border-radius: 0.2142857142857em;
	border-radius: 0.2142857142857em;
}
.search-form .input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
	font-style: italic;
}
.search-form .input-search::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	font-style: italic;
}
.search-form .input-search:-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
	font-style: italic;
}
.search-form .input-search:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	font-style: italic;
}
.search-form .submit {
	position: absolute;
	top: 0.2142857142857em;
	right: 0.2142857142857em;
	margin: 0;
	padding: 0.642857142857em 1.142857142857em;
	background-color: #dfb042;
	color: #2b2b2b;
	border-color: #dfb042;
	font-weight: 800;
	text-transform: uppercase;
}
.search-form .submit:hover {
	background-color: #c37911;
	color: #fff;
	border-color: #c37911;
}


.suggestive-search-results {
	position: absolute;
	display: none;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-size: 1.142857em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}
.suggestive-search-results.show {
	display: block;
}

.suggestive-search-results-list {
	margin: 0.625em 0;
	padding: 0;
}
.suggestive-search-results-list li {
	border-top: 1px solid #e6e6e6;
}
.suggestive-search-results-list li:first-child {
	border-top: 0;
}
.suggestive-search-results-list a {
	display: block;
	color: #1f1f1f;
	text-decoration: none;
}
.suggestive-search-results-list a:hover,
.suggestive-search-results-list a:focus,
.suggestive-search-results-list a:active {
	color: #004e99;
}
.suggestive-search-results-list .image-module {
	display: none;
}
.suggestive-search-results-list .image-module img {
	display: block;
	width: 100%;
}
.suggestive-search-results-list .image-module .no-img {
	padding: 0 0 100%;
}

.suggestive-search-results .do-search-module {
	margin-right: -1.25em;
	margin-left: -1.25em;
}
.suggestive-search-results .do-search-module p {
	margin: 0;
}
.suggestive-search-results .do-search-module .pseudo-button {
	display: block;
	padding: 0.5em 1.42857142857em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.suggestive-search-results-list-page a {
	 padding: 0.5em 0;
}

@media all and (min-width: 22.5em) {
	.suggestive-search-results-list .text-module,
	.suggestive-search-results-list .image-module {
		display: inline-block;
		vertical-align: middle;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.suggestive-search-results-list .text-module {
		width: 75.6097561%;
	}
	.suggestive-search-results-list .image-module {
		width: 24.39024390%;
	}
}




@media all and (max-width: 26.8125em) {
	.site-header-topmost {
		position: relative;
	}
	.logo > a {
		margin-left: 0;
	}
	.nav-top {
		position: absolute;
		top: 100%;
		right: 1.25em;
		z-index: 1;
	}
	.nav-top .nav-btn {
		display: inline-block;
		vertical-align: top;
	}
	.nav-top .nav-btn a {
		padding: 0.8333333333em 0.8333333333em 0.8333333333em 2.8333333333em;
	}
	.nav-top .nav-btn .icon-icomoon {
		top: 0.2727272727em;
		left: 0.2727272727em;
	}

	.nav-top ul {
		margin-top: -0.75em;
		padding: 0.4166666667em 0.8333333333em;
		background-color: #003e71;
		color: #fff;
	}
}

@media all and (max-width: 39.9375em) {
	.logo > a {
		width: 50%;
	}
	.contact-site-header {
		display: none;
	}
}

@media all and (min-width: 40em) {
	.logo,
	.adj-to-logo {
		width: 50%;
	}
	.adj-to-logo {
		text-align: right;
	}

	.logo > a {
		max-width: 378px;
		margin-left: 0;
	}

	.contact-site-header .icon-icomoon {
		display: inline-block;
		margin-right: 0.25em;
	}
	.contact-site-header .icon-icomoon:before {
		display: block;
	}

	.search-form {
		margin-top: 2.142857142857em;
		margin-right: 0;
		margin-bottom: 2.142857142857em;
	}
}

.nav-product {
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #245985;
}
.nav-product a {
	display: block;
	text-decoration: none;
	text-align: center;
}
.nav-product ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	line-height: 1.2857142857;
}

.nav-product ul ul {
	padding: 0.857142857em 0;
	background-color: #fff;
	font-size: 1em;
}
.nav-product ul ul a {
	background-color: #fff;
	color: #003e71;
}
.nav-product ul ul a:hover,
.nav-product ul ul a:focus,
.nav-product ul ul a:active {
	background-color: #fff;
	color: #959595;
}

@media all and (min-width: 22.5em) {
	.nav-product ul ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
}

@media all and (min-width: 30em) {
	.nav-product ul ul li {
		width: 33.3333333333%;
	}
}

@media all and (min-width: 37.5em) {
	.nav-product ul ul li {
		width: 25%;
	}
}

@media all and (max-width: 39.9375em) {
	.nav-product a {
		padding: 0.7142857142857em;
	}

	.nav-product .nav-btn {
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-product .nav-btn.active a {
		background-color: #003e71;
		color: #dfb042;
	}
	.nav-product .nav-btn .icon-icomoon {
		display: inline-block;
		vertical-align: top;
		margin-left: 0.2857142857em;
	}
	.nav-product .nav-btn .icon-icomoon {
		font-size: 1.42857142857em;
	}
	.nav-product .nav-btn .icon-icomoon:before {
		display: block;
	}

	.nav-product ul:target {
		display: block;
	}
	.nav-product ul.show {
		display: block;
	}
	.nav-product > ul > li {
		border-top: 1px solid #245985;
	}
	.nav-product > ul > li:first-child {
		display: none;
	}
}

@media all and (min-width: 30em) and (max-width: 39.9375em) {
	.nav-product > ul {
		border-right: 1px solid #245985;
		border-bottom: 1px solid #245985;
	}
	.nav-product > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.nav-product > ul > li > a {
		border-left: 1px solid #245985;
	}

	.nav-product ul ul {
		width: 200%;
	}
	.nav-product > ul > li:nth-child(odd) > ul {
		margin-left: -100%;
	}
}

@media all and (min-width: 40em) {
	.nav-product .nav-btn {
		display: none;
	}

	.nav-product ul a {
		padding: 0.42857142857em;
	}

	.nav-product > ul {
		display: block;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		position: relative;
	}
	.nav-product > ul > li {
		display: inline-block;
		display: -webkit-flex;
		display: flex;
		width: 25%;
		vertical-align: top;
	}
	.nav-product > ul > li > a {
		display: -webkit-flex;
		display: flex;
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nav-product .link-content {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		-webkit-align-self: center;
		align-self: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.nav-product ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		width: 100%;
		text-align: left;
		border: 1px solid #245985;
		border-top: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nav-product ul ul a {
		text-align: left;
	}

	.no-js .nav-product > ul > li:hover > a,
	.nav-product > ul > li.sfHover > a {
		color: #dfb042;
	}
	.no-js .nav-product li:hover > ul,
	.nav-product li.sfHover > ul {
		display: block;
		opacity: 1;

		-webkit-animation: fadeIn 0.4s;
		animation: fadeIn 0.4s;
	}

	.flexbox .nav-product .sfHover > ul {
		display: flex !important;
		flex-wrap: wrap;
	}
	.flexbox .nav-product .sfHover > ul li {
		display: flex;
		flex-direction: column;
		flex: 0 1 auto;
	}
	.flexbox .nav-product ul ul li a {
		display: flex;
		flex: 1 1 auto;
		margin-right: .3975em;
		margin-left: .3975em;
		margin-bottom: .3975em;
		margin-top: .3975em;
		border: 1px solid #245985;
	}
}

@media all and (min-width: 47.5em) {
	.nav-product > ul > li {
		width: 16.6666666667%;
	}
	.nav-product ul ul li {
		width: 20%;
	}
}

@media all and (min-width: 40em) and (max-width: 63.6875em) {
	.nav-product {
		border-width: 1px 1px 0 0;
	}
	.nav-product > ul > li > a {
		border-bottom: 1px solid #245985;
		border-left: 1px solid #245985;
		text-align: left;
	}
	.no-flexbox .nav-product > ul > li > a {
		min-height: 2.57142857142857em;
	}
	.nav-product > ul > li.home-list-item {
		display: none;
	}
}

@media all and (min-width: 63.75em) {
	.nav-product > ul {
		max-width: 84.2857142857142857em;
		max-width: 81.42857142857em;
		margin-right: auto;
		margin-left: auto;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}
	.nav-product > ul > li {
		width: auto;
		border-left: 1px solid #245985;
	}
	.nav-product > ul > li:first-child {
		border-left: 0;
	}
	.nav-product > ul > li.home-list-item .icon-icomoon,
	.nav-product > ul > li.home-list-item .icon-icomoon:before {
		display: block;
	}
	.nav-product > ul > li.home-list-item .icon-icomoon {
		font-size: 1.2857142857em;
	}
	.nav-product > ul > li.home-list-item .link-text {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 1px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media all and (min-width: 71.25em) {
	.nav-product > ul > li > a {
		padding: 0.92857142857em 0.7142857142857em;
	}
	.nav-product > ul > li.home-list-item .icon-icomoon {
		font-size: 1.57142857142857em;
	}

	.nav-product ul ul {
		padding: 1.857142857em 1.57142857em;
	}
	.nav-product ul ul a {
		padding-right: 0.7142857142857em;
		padding-left: 0.7142857142857em;
	}
}

.site-content {
	padding-bottom: 5em;
	position:relative;
	z-index:1;
}

.site-content-1-1,
.site-content-1-2,
.product-detail .site-content-2-3 .site-content-1-2,
.site-content-1-3,
.site-content-2-3,
.site-content-1-4,
.site-content-3-4 {
	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: 40em) {
	.site-content-1-4 {
		width: 33.3333333333%;
	}
	.site-content-3-4 {
		width: 66.6666666667%;
	}

	.pull-site-content-1-4,
	.push-site-content-1-4,
	.pull-site-content-3-4,
	.push-site-content-3-4 {
		position: relative;
	}
	.pull-site-content-1-4 {
		left: -33.3333333333%;
	}
	.push-site-content-1-4 {
		left: 33.3333333333%;
	}
	.pull-site-content-3-4 {
		left: -66.6666666667%;
	}
	.push-site-content-3-4 {
		left: 66.6666666667%;
	}
}

@media all and (min-width: 45em) {
	.site-content-1-2,
	.site-content-1-3,
	.site-content-2-3,
	.site-content-2-3.product-detail .site-content-1-3,
	.site-content-2-3.product-detail .site-content-2-3 {
		width: 50%;
	}

	.pull-site-content-1-3,
	.push-site-content-1-3,
	.pull-site-content-2-3,
	.push-site-content-2-3 {
		position: relative;
	}
	.pull-site-content-1-3,
	.pull-site-content-2-3 {
		left: -50%;
	}
	.push-site-content-1-3,
	.push-site-content-2-3 {
		left: 50%;
	}

	.site-content-1-4 {
		width: 25%;
	}
	.site-content-3-4 {
		width: 75%;
	}

	.pull-site-content-1-4 {
		left: -25%;
	}
	.push-site-content-1-4 {
		left: 25%;
	}
	.pull-site-content-3-4 {
		left: -75%;
	}
	.push-site-content-3-4 {
		left: 75%;
	}
}

@media all and (min-width: 60em) {
	.site-content-1-3 {
		width: 33.3333333333%;
	}
	.site-content-2-3 {
		width: 66.6666666667%;
	}

	.pull-site-content-1-3 {
		left: -33.3333333333%;
	}
	.push-site-content-1-3 {
		left: 33.3333333333%;
	}
	.pull-site-content-2-3 {
		left: -66.6666666667%;
	}
	.push-site-content-2-3 {
		left: 66.6666666667%;
	}
	.product-detail .site-content-2-3 .site-content-1-2 {
		width: 50%;
	}
}

.top-image-module {
	position: relative;
	height: 0;
	padding: 0 0 32.258064516129%;
	overflow: hidden;
}
.top-image-module .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-image-module .item:first-child {
	display: block;
}
.top-image-module a {
	display: block;
}
.top-image-module img {
	display: block;
	width: 100%;
}

.top-image-module .cycle-pager {
	position: absolute;
	bottom: 0.5em;
	left: 50%;
	z-index: 101;
	transform: translateX(-50%);
}
.top-image-module .pager-item {
	display: inline-block;
	vertical-align: top;
	width: 1.25em;
	height: 1.25em;
	margin: 0.125em;
	background-color: #fff;
	color: #151515;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.top-image-module .pager-item:hover {
	background-color: #003e71;
	color: #fff;
}
.top-image-module .cycle-pager-active {
	background-color: #dfb042 !important;
	color: #151515 !important;
	cursor: auto !important;
}

.breadcrumb,
#basket_page_titles {
	margin: 0.38461538461538461538461538461538em 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}
#basket_page_titles {
	background-color: #fff;
	color: #959595;
}
.breadcrumb li,
.breadcrumb li:before,
#basket_page_titles .basket_step,
#basket_page_titles .basket_step:before {
	display: inline-block;
}
.breadcrumb li:before,
#basket_page_titles .basket_step:before {
	content: '\0000a0>\0000a0';
	width: 0;
	height: 0;
	margin-right: 0.38461538461538461538461538461538em;
	margin-left: 0.38461538461538461538461538461538em;
	border-width: 0.30769230769em 0 0.30769230769em 0.6153846153846em;
	border-style: inset none inset solid;
	border-color: transparent transparent transparent #dfb042;
	overflow: hidden;
}
.breadcrumb li:first-child:before,
#basket_page_titles .basket_step:first-child:before {
	content: normal;
}
#basket_page_titles .current_page {
	background-color: #fff;
	color: #151515;
}
.breadcrumb a {
	text-decoration: none;
}

.breadcrumb + .site-content-heading,
#basket_page_titles + .site-content-heading {
	margin-top: -0.0833333333em;
}
.breadcrumb + .site-content-heading.h3,
#basket_page_titles + .site-content-heading.h3 {
	margin-top: 0.75em;
	margin-bottom: 1.25em;
}
.site-content-heading .stylised-underline {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0.125em;
	border-bottom: 0.1666666667em solid #dfb042;
}
.site-content-heading.h3 .stylised-underline {
	padding-bottom: 0.2916666667em;
	border-bottom-width: 0.3333333333em;
}

@media all and (min-width: 63.75em) {
	.breadcrumb + .site-content-heading {
		margin-top: -0.2916666667em;
	}
}

.site-content-body {
	margin-top: -1.25em;
}

.content-module {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.content-module-large {
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.content-module-half {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

.content-section {
	margin-top: -1.25em;
	overflow: hidden;
}
.content-section:first-child {
	margin-top: 0;
}
.content-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.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: 1.25em;
	}
	.content-section img.pull-left {
		float: left;
		margin-right: 1.25em;
		margin-left: 0;
	}
}

.side-image-module img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.contact-section {
	border-top: 1px solid #dedede;
}
.contact-section:first-child {
	border-top: 0;
}
.contact-section .heading {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.contact-section ul,
.contact-section p {
	margin-top: 0.7142857142857em;
}
.contact-section ul {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.contact-section li {
	margin: 0.7142857142857em 0;
}

.standard-form {
	max-width: 28em;
	margin: 1.428571428571em 0;
	font-size: 0.875em;
	line-height: 1.428571428571;
}
#bodypopup .standard-form {
	max-width: none;
}
.standard-form legend {
	margin: 0;
	padding: 0.208333333333em 0;
	border-bottom: 1px solid #cacaca;
	font-size: 1.714285714286em;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.05em;
}
.standard-form li {
	margin: 0.42857142857em 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 .label {
	text-transform: uppercase;
	margin-bottom: 0.2142857142857em;
}

.standard-form li.required .label:after,
#basket_default .required {
	background-color: transparent;
	color: #c00;
}
.standard-form li.required .label:after {
	content: '\0000a0*';
}

.standard-form p.note {
	margin-bottom: 1.428571428571em;
}
.standard-form li:first-child p.note {
	margin-top: 1.428571428571em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.857142857143em;
	vertical-align: top;
}

.standard-form .submit,
.standard-form .button {
	width: auto;
}

.standard-form .inline-label,
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	display: inline;
	vertical-align: middle;
}
.standard-form .inline-label {
	margin-bottom: 0;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	border: 0;
}

.video-list-module {
	max-width: 26.625em;
	margin-right: auto;
	margin-left: auto;
}

.grid-child {
	margin: 1.25em auto;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
.grid-child .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.grid-child .item a {
	background-color: transparent;
	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: left;
}

.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.grid-child-4-up .item {
	width: 100%;
}
.grid-child-4-up .container {
	max-width: 18.75em;
}

#product-detail-update-2023 .related-products .grid-child-4-up .item {
	width: auto;
	height: auto
}
.cycle-initialised .item {
	width: auto;
	white-space: normal;
}

.related-products .grid-child-product-container {
	position: relative;
}
.related-products .grid-child-product-container .cycle-nav {
	position: absolute;
	top: 50%;
	z-index: 101;
	padding: 0.5625em;
	background-color: #dfb042;
	color: #fff;
	opacity: 0;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: opacity 0.25s, background-color 0.15s, color 0.15s;
	-o-transition: opacity 0.25s, background-color 0.15s, color 0.15s;
	transition: opacity 0.25s, background-color 0.15s, color 0.15s;

	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.related-products .grid-child-product-container .cycle-nav:hover,
.related-products .grid-child-product-container .cycle-nav:focus,
.related-products .grid-child-product-container .cycle-nav:active {
	background-color: #0171ad;
	color: #fff;
}
.related-products .grid-child-product-container:hover .cycle-nav {
	opacity: 1;
}
.related-products .grid-child-product-container .cycle-prev {
	left: 0;
}
.related-products .grid-child-product-container .cycle-next {
	right: 0;
}

.related-products .grid-child-product-container .cycle-prev .icon-icomoon {
	transform: rotate(180deg);
}
.related-products .grid-child-product-container .cycle-nav .icon-icomoon,
.related-products .grid-child-product-container .cycle-nav .icon-icomoon:before {
	display: block;
}
.related-products .grid-child-product-container .cycle-nav .icon-icomoon:before {
	font-size: 2em;
}
.related-products .grid-child-product-container .cycle-pager {
	margin-top: -4em;
	font-size: 1em;
	text-align: center;
	z-index: 9999;
	position: relative;
}
.related-products .grid-child-product-container .cycle-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125em;
}
.related-products .grid-child-product-container .bullet {
	width: 0.75em;
	height: 0.75em;
	background-color: #787878;
	color: #f0f0f0;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}

.related-products .grid-child-product-container .cycle-pager-active .bullet {
	background-color: #000;
	color: #fff;
}

@media screen and (min-width: 48em) {
	.related-products .grid-child-product-container .cycle-pager {
		display: none;
	}
}
@media screen and (max-width: 33.0625em) {
	.related-products .grid-child-product-container .cycle-nav {
		display: none;
	}
}

@media screen and (min-width: 80em) {
	.related-products .grid-child-product-container .cycle-nav {
		opacity: 1;
	}
	.related-products .grid-child-product-container .cycle-prev {
		left: -3.75em;
	}
	.related-products .grid-child-product-container .cycle-next {
		right: -3.75em;
	}
}

#product-detail-update-2023 .related-products .grid-child {
	display: flex;
	flex-wrap: wrap;
}
#product-detail-update-2023 .related-products .grid-child .item {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: wrap;
	flex: 1 1 auto;
}
.cycle-carousel-wrap {
	display: flex;
}

@media all and (min-width: 30em) {
	.grid-child-4-up {
		max-width: 40em;
	}
	.grid-child-4-up .item {
		width: 50%;
	}
	.grid-child-4-up .container {
		max-width: 20em;
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}
	.grid-child-4-up .content {
		margin-right: 1.25em;
		margin-left: 1.25em;
	}
}

@media all and (min-width: 60em) {
	.grid-child-4-up {
		max-width: none;
	}
	.grid-child-4-up .item {
		width: 25%;
	}
}

.grid-child-2-up {
	max-width: 24em;
}

.grid-child-2-up .item {
	width: 50%;
}

.grid-child-2-up .container {
	max-width: 192px;
}

.grid-child-5-up .item {
	width: 100%;
}
.grid-child-5-up .container {
	max-width: 14.75em;
}

@media all and (min-width: 24em) {
	.grid-child-5-up {
		max-width: 29.5em;
	}
	.grid-child-5-up .item {
		width: 50%;
	}
}

@media all and (min-width: 40em) {
	.grid-child-5-up {
		max-width: 44.25em;
	}
	.grid-child-5-up .item {
		width: 33.3333333333333%;
	}
}

@media all and (min-width: 56em) {
	.grid-child-5-up {
		max-width: 59em;
	}
	.grid-child-5-up .item {
		width: 25%;
	}
}

@media all and (min-width: 72em) {
	.grid-child-5-up {
		max-width: none;
	}
	.grid-child-5-up .item {
		width: 20%;
	}
}

@media all and (min-width: 80em) {
	.grid-child .container {
		margin: 1.25em 0;
	}
	.grid-child .content {
		margin: 0 1.25em;
	}

	.grid-child-4-up .container {
		max-width: 20em;
	}

	.grid-child-5-up .container {
		max-width: 16em;
	}
}

.default-grid-item a {
	background-color: #fff;
	color: #01609a;
}
.default-grid-item a:hover,
.default-grid-item a:focus,
.default-grid-item a:active {
	background-color: #fff;
	color: #959595;
}
.default-grid-item .image-module {
	border: 1px solid #e1e1e1;
}
.default-grid-item .heading {
	margin-top: 0.5555555556em;
	margin-bottom: 0.5555555556em;
	text-transform: uppercase;
}

/* temporary image fix */
.default-grid-item .image-module.old-thumbnail-image {
	padding: 23.148148148148% 23.6111111111% 23.6111111111% 23.148148148148%;
}


.product-grid-item a {
	background-color: #fff;
	color: #151515;
}
.product-grid-item a:hover,
.product-grid-item a:focus,
.product-grid-item a:active {
	background-color: #fff;
	color: #959595;
}
.product-grid-item .image-module {
	border: 1px solid #e1e1e1;
}
.product-grid-item .heading {
	margin-top: 0.769230769230769em;
	margin-bottom: 0.769230769230769em;
	font-weight: 400;
	letter-spacing: normal;
}
.product-grid-item .price-module p {
	margin-top: 0;
	margin-bottom: 0;
}
.product-grid-item .price-module .price-suffix {
	text-transform: uppercase;
}
.product-grid-item .price-module .price-inc-vat {
	float: left;
}
.product-grid-item .price-module .price-ex-vat {
	float: right;
	margin-top: 0.07142857142857em;
	margin-left: 0.42857142857em;
}
.related-products .product-grid-item .price-module .price-ex-vat {
	float: left;
	margin-left: 0;
	width: 100%;
}
.product-grid-item .price-inc-vat .price {
	letter-spacing: -0.05em;
}
.product-grid-item .price-suffix {
	font-size: 0.7142857142857em;
	line-height: 1.4;
}
.product-grid-item .font-size-up-1 .price-suffix {
	font-size: 0.555555556em;
}

.usp-grid-item .content {
	text-align: center;
}
.usp-grid-item .icon-icomoon,
.usp-grid-item .icon-icomoon:before {
	display: block;
}
.usp-grid-item .icon-icomoon {
	width: 1em;
	height: 1em;
	font-size: 2.375em;
	margin: 0 auto 0.684210526315789em;
	padding: 0.6052631578947368em;
	border: 1px solid #fff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.usp-grid-item .heading {
	margin-top: 0.5555555556em;
	margin-bottom: 0.5555555556em;
	text-transform: uppercase;
}

.product-images,
.product-images-nav {
	max-width: 24.125em;
	margin-right: auto;
	margin-left: 0;
}
.product-images a {
	display: block;
	text-decoration: none;
}
.product-images .image-module {
	position: relative;
	border: 1px solid #e1e1e1;
}
.product-images img {
	display: block;
	width: 100%;
}
.product-images .no-img {
	padding: 0 0 100%;
}
.product-images .zoom-overlay {
	position: absolute;
	bottom: 0.75em;
	left: 0.75em;
}
.product-images .zoom-overlay .icon-icomoon,
.product-images .zoom-overlay .icon-icomoon:before {
	display: block;
}
.product-images .zoom-overlay .icon-icomoon {
	font-size: 1.5em;
}

.product-images-nav {
	overflow: hidden;
}
.product-images-nav ul {
	margin: -0.5625em -0.6875em 0;
	font-size: 1em;
	line-height: 1;
}
.product-images-nav .item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333%;
}
.product-images-nav .container {
	margin: 0.6875em;
}
.product-images-nav .image-module {
	border: 1px solid #e1e1e1;
	cursor: pointer;
}
.product-images-nav img {
	display: block;
	width: 100%;
}
.product-images-nav .no-img {
	padding: 0 0 100%;
}

.mpn abbr {
	text-decoration: none;
}

.product-detail .price-module p {
	margin-top: 0;
	margin-bottom: 0;
}
.product-detail .price-inc-vat,
.product-detail .price-ex-vat {
	display: inline-block;
	vertical-align: baseline;
}
.product-detail .price-inc-vat {
	margin-right: 0.2916666667em;
}
.product-detail .price-module .price-suffix {
	text-transform: uppercase;
	font-size: 0.7142857142857em;
	line-height: 1.4;
}
.product-detail .price-inc-vat .price {
	letter-spacing: -0.05em;
}
.product-detail .price-inc-vat .price-suffix {
	font-size: 0.4166666667em;
}


.related-products .site-content-heading {
	margin-top: 1.25em;
}

/*
@media all and (min-width: 45em) {
	.related-products .site-content-heading {
		 padding-right: 1.4em;
		 padding-left: 1.4em;
	}
}
*/

.review-summary-module {
	margin-top: 0.9375em;
	margin-bottom: 0.9375em;
}
.review-summary-module .star-rating,
.review-summary-module p {
	display: inline-block;
	vertical-align: middle;
}
.review-summary-module .star-rating {
	margin-right: 0.625em;
}
.review-summary-module p {
	margin-top: 0;
	margin-bottom: 0;
}

.stock-module p {
	position: relative;
	padding: 0.0833333333em 0 0.0833333333em 1.8333333333em;
	line-height: 1.1666666667;
}
.stock-module p .icon-icomoon,
.stock-module p .icon-icomoon:before {
	display: block;
}
.stock-module p .icon-icomoon {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 1.4166666667em;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*
.stock-module p.cw-positive-colour,
.stock-module p.cw-negative-colour {
	padding: 0;
}
*/

.product-detail-form,
.product-list-form {
	margin-top: 1.6666666667em;
	margin-bottom: 1.6666666667em;
}
.product-detail-form input,
.product-list-form input {
	margin: 0.4166666667em 0 0.4166666667em 0.6666666667em;
	padding: 0.5833333333em 0.25em;
}
.product-detail-form .input-quantity,
.product-detail-form .submit,
.product-list-form .input-quantity,
.product-list-form .submit {
	height: 2.5833333333em;
}
.product-detail-form .input-quantity,
.product-list-form .input-quantity {
	width: 4.5em;
}
.product-detail-form .submit,
.product-list-form .submit {
	margin-left: 1.25em;
	padding-right: 2.3333333333em;
	padding-left: 2.3333333333em;
	text-transform: uppercase;
}
.product-list-form .submit {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: flex;
}

.product-notice-module {
	border-top: 1px solid #dedede;
	overflow: hidden;
	font-weight: 800;
	text-transform: uppercase;
}
.product-notice-module span.font-size-down-1 {
	font-weight: 400;
}
.product-notice-list {
	margin-right: -0.6666666667em;
	margin-left: -0.6666666667em;
}
.product-notice-list .item {
	display: inline-block;
	vertical-align: top;
	margin: 0.6666666667em;
}
.product-notice-list .content {
	display: block;
	position: relative;
	padding: 0.5833333333em 0 0.5833333333em 2.8333333333em;
}
.product-notice-list a {
	text-decoration: none;
}
.product-notice-list .icon-icomoon,
.product-notice-list .icon-icomoon:before {
	display: block;
}
.product-notice-list .icon-icomoon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.4166666667em;
}
.product-notice-list .project-support .content {
	padding: 9px 0 9px 45px;
	text-transform: uppercase;
	font-weight: 900;
}

.product-notice-list .project-support .icon-icomoon {
	font-size: 38px;
}
.product-notice-module + div .product-notice-list {
	margin-top: -16px;
}

.tabbed-content-nav {
	position: relative;
	z-index: 1;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}
.tabbed-content-nav li {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.357142857142857em;
}
.tabbed-content-nav li:first-child {
	margin-left: 0;
}
.tabbed-content-nav a {
	display: block;
	padding: 0.357142857142857em 1.42857142857em;
	background-color: #dfb042;
	color: #fff;
	border: 1px solid #dfb042;
	text-decoration: none;
}
.tabbed-content-nav a.selected {
	margin-bottom: -0.07142857142857em;
	padding-bottom: 0.42857142857em;
	background-color: #fff;
	color: #151515;
	border-color: #dedede #dedede #fff;
	pointer-events: none;
}

.tabbed-panels .text-panel {
	padding-bottom: 0.625em;
}
.tabbed-content-panel {
	padding-top: 0.625em;
}
.tabbed-panels .heading {
	margin-top: 1.53846153846em;
	margin-bottom: 1.53846153846em;
	font-weight: 400;
	text-transform: uppercase;
}

.no-js .tabbed-panels .text-panel {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

@media all and (max-width: 719px) {
	.tabbed-panels-non-mobile,
	.reviews-link-non-mobile {
		display: none;
	}
}
@media all and (min-width: 720px) {
	.tabbed-panels-mobile,
	.reviews-link-mobile {
		display: none;
	}
}

.product-body-text-container.ellipsis-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
	pointer-events: initial;
	position: relative;
}
.ellipsis-read-more {
	display: inline-block;
	background: #0171ad;
	padding: .3975em 1.5em;
	color: #fff;
	text-transform: uppercase;
	font-size: .75em;
	cursor: pointer;
}
.ellipsis-read-more:hover,
.ellipsis-read-more:focus,
.ellipsis-read-more:active {
	background: #dfb042;
}

.review {
	position: relative;
	padding-bottom: 0.625em;
	border-top: 1px solid #dedede;
}
.review .star-rating {
	margin: 0.625em 0;
}
.review-heading + .reviewer {
	margin-top: -0.4166666667em;
}

@media all and (min-width: 22.5em) {
	.review .star-rating {
		position: absolute;
		top: 0;
		right: 0;
	}
	.review-heading {
		margin-top: 0.5555555556em;
		margin-bottom: 0.5555555556em;
		padding-right: 5.8333333333em;
	}
}

/* basket styles */

#basket_default {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
#basket_default table {
	width: 100%;
	border-collapse: collapse;
}
#basket_default th,
#basket_default td {
	text-align: left;
}
#basket_default_header,
#basket_default .odd,
#basket_default .even {
	border-bottom: 1px solid #cfcfcf;
}
#basket_default .even {
	background-color: #f2f2f2;
}

#basket_default input,
#basket_default select {
	padding: 0.75em;
}
#basket_default table input,
#basket_default table select {
	padding: 0.857142857143em;
}
#basket_default .totals th {
	text-transform: uppercase;
}
#basket_default .totals input {
	width: 90%;
	max-width: 28em;
}
#basket_default .totals input.button {
	width: auto;
}
#basket_default .totals select {
	max-width: 28em;
}
#basket_default .buttons {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
#basket_default .buttons input {
	font-size: 0.875em;
	line-height: 1.428571428571;
}
#basket_default .buttons input[type="button"] {
	float: left;
}
#basket_default .buttons input[type="submit"] {
	float: right;
}

.remove-btn ~ .button {
	display: none;
}

.delivertobillingaddress,
.deliveryaddressselection {
	display: none;
}
div.basket-js-reveal {
	display: block;
}
tr.basket-js-reveal {
	display: table-row;
}

#basket_default input[readonly],
#basket_default textarea[readonly],
#basket_default .basket-row-readonly select {
	background-color: #fff;
	color: #7b7b7b;
	border-color: #ccc;

	box-shadow: none;
}

#basket_default .basket-row-readonly .required {
	visibility: hidden;
}

.basket-order-table-container {
	overflow: auto;
}

.basket-variable-table select {
	width: 90%;
}

@media all and (max-width: 39.9375em) {
	.basket-variable-table,
	.basket-variable-table > tbody,
	.basket-variable-table > tr,
	.basket-variable-table > tbody > tr,
	.basket-variable-table > tr > th,
	.basket-variable-table > tbody > tr > th,
	.basket-variable-table > tr > td,
	.basket-variable-table > tbody > tr > td {
		display: block;
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media all and (min-width: 40em) {
	.basket-variable-table > tr > th,
	.basket-variable-table > tbody > tr > th,
	.basket-variable-table > tr > td,
	.basket-variable-table > tbody > tr > td {
		width: 50%;
	}
}

/* live data styles */

.js .merlin-getstock-failed-module {
	display: none;
}
.js .merlin-getstock-failed .merlin-getstock-failed-module {
	display: block;
}

.js .live-data-merlin-getstock .live-data-price {
	visibility: hidden;
}
.js .merlin-getstock-complete .live-data-price {
	visibility: visible;
}

.js .live-data-quantity-to-purchase {
	visibility: hidden;
}
.js .merlin-getstock-complete .live-data-quantity-to-purchase {
	visibility: visible;
}

.js .live-data-multiple-product-form .submit {
	visibility: hidden;
}
.js .live-data-multiple-product-form.all-merlin-getstock-complete .submit {
	visibility: visible;
}

.js .live-data-product-list-purchase-form {
	visibility: hidden;
}
.js .merlin-getstock-complete .live-data-product-list-purchase-form {
	visibility: visible;
}
.js .can-back-order-0 .live-data-response-zero-stock .live-data-product-list-purchase-form {
	display: none;
}

.live-data-zero-stock-module {
	display: none;
}
.live-data-response-zero-stock .live-data-zero-stock-module {
	display: block;
}

.live-data-available-stock-module {
	display: none;
}
.live-data-response-stock-available .live-data-available-stock-module {
	display: block;
}

.nav-brand .container {
	border-top: 1px solid #dedede;
	margin-top: 2em;
}
.nav-brand ul {
	margin: 1.875em -0.25em;
	font-size: 1em;
	line-height: 1;
	text-align: center;
}
.nav-brand li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.nav-brand .content {
	max-width: 9em;
	margin: 0 auto;
	padding: 0.375em;
}
.nav-brand a,
.nav-brand img {
	display: block;
}
.nav-brand img {
	width: 100%;
}

@media all and (min-width: 22.5em) {
	.nav-brand li {
		width: 33.3333333333%;
	}
}

@media all and (min-width: 30em) {
	.nav-brand li {
		width: 25%;
	}
}

@media all and (min-width: 50em) and (max-width: 59.9375em) {
	.nav-brand .content {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}
}

@media all and (min-width: 60em) {
	.nav-brand li {
		width: 12.5%;
	}
}

.site-footer-1-3,
.site-footer-2-3 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-footer ul,
.legal-site-footer ul {
	margin: 2em 0;
}
.nav-footer li,
.legal-site-footer li {
	margin: 0.46153846153846em 0;
}
.nav-footer a {
	text-decoration: none;
}

.legal-site-footer small {
	display: block;
	font-size: 1em;
}

.social-media-module-site-footer {
	overflow: hidden;
}
.social-media-module-site-footer .list-social-media {
	margin: 0 -0.3125em;
}

.payment-logos-module {
	overflow: hidden;
}
.payment-logos-module .item {
	display: inline-block;
	vertical-align: top;
	margin: 0.125em;
}
.payment-logos-module img {
	display: block;
	max-width: 100%;
}
.payment-logos .mastercard,
.payment-logos .maestro {
	width: 57px;
	height: 35px;
}
.payment-logos .paypal table {
	background: #fff;
	margin: 0;
}
.payment-logos .paypal table tr:first-of-type td {
	padding: 0;
}
.payment-logos,
.payment-gateway {
	margin-right: -0.125em;
	margin-left: -0.125em;
}

.site-credits {
	padding-top: 0.625em;
	padding-bottom: 0.625em;
}
.site-credits a {
	text-decoration: none;
}

@media all and (min-width: 22.5em) {
	.payment-logos,
	.payment-gateway {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}
}

@media all and (max-width: 29.9375em) {
	.site-footer-1-3 {
		margin-top: -1.625em;
	}
	.site-footer-1-3:first-child {
		margin-top: 0;
	}
}

@media all and (min-width: 30em) {
	.site-footer-1-3 {
		width: 50%;
	}

	.last-site-footer-1-3 {
		width: 100%;
	}

	.payment-logos-module {
		margin-right: -0.125em;
		margin-left: -0.125em;
	}
}

@media all and (min-width: 30em) and (max-width: 59.9375em) {
	.last-site-footer-1-3 {
		border-top: 1px solid #004d8c;
	}
}

@media all and (min-width: 45em) {
	.site-footer-2-3 {
		width: 50%;
	}

	.payment-logos-module,
	.social-media-module-site-footer .list-social-media {
		margin-top: 0;
	}
}

@media all and (min-width: 60em) {
	.site-footer-1-3 {
		width: 33.3333333333%;
	}
	.site-footer-2-3 {
		width: 66.6666666667%;
	}

	.pull-site-footer-1-3,
	.push-site-footer-1-3,
	.pull-site-footer-2-3,
	.push-site-footer-2-3 {
		position: relative;
	}
	.pull-site-footer-1-3 {
		left: -33.3333333333%;
	}
	.push-site-footer-1-3 {
		left: 33.3333333333%;
	}
	.pull-site-footer-2-3 {
		left: -66.6666666667%;
	}
	.push-site-footer-2-3 {
		left: 66.6666666667%;
	}

	.site-credits {
		border-top: 1px solid #004d8c;
		text-align: center;
	}
}

.prev {margin-right: 0.4em;}
.page-list span, .page-list a {margin: 0 0.4em 0 0}

.usp-panel-container {
	margin: 1em 0;
}
.usp-panel {
	margin: 0;
}
.usp-panel .usp-grid-item .container {
	margin: 0;
}
.usp-panel .usp-grid-item .icon-icomoon {
	margin: 5px auto;
}

.feefo-widget-container {
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

@media all and (min-width: 60em) {
	.feefo-widget-container {
		width: 75%;
	}
	.feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating {
		width: 75%;
	}
}

.restricted-for-user {
	border: 1px solid #004d8c;
	text-align: center;
	background: #004d8c;
}

.restricted-for-user-message{
	color: white;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.cookies-eu-banner .pseudo-button {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.25em 1em;
	border-color: #fff;
	color: #fff;
	vertical-align: middle;
	background-color: #dfb042;
}
.cookies-eu-banner .pseudo-button:hover {
	color: #000;
	background-color: #fff;
}
.cookies-eu-banner a {
	text-decoration: underline;
}
.tp-header-container {
	position: absolute;
	width: 70%;
	top: 25px;
	right: 62px;
}
@media all and (max-width: 46.1875em) {
	.tp-header-container {
		display: none;
	}
}
@media all and (min-width: 46.25em) {
	.tp-footer-container {
		display: none;
	}
}
@media all and (min-width: 68.75em) {
	.tp-header-container {
		width: 78%;
	}
}
@media all and (min-width: 81.25em) {
	.tp-header-container {
		width: 81%;
	}
}


.del-area-warning{   
	 color: #ca2424;
	 font-size: 1.2em;
}




/* ====================================================== FOR  Plumbing 4 less */
/*==========================================================  basket styles */






.basket-order-table2 {margin-top: 3em;}


#basket_default2 {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	font-size: 1em;
}


#basket_default2 #stage2, 
#basket_default2 #stage3 {
font-size: .875em;
}


@media screen and (min-width: 37.5em) {
	#basket_default2 {
		font-size: 1em;
	}
}
#basket_default2 table {
	width: 100%;
	border-collapse: collapse;
}
#basket_default2 th,
#basket_default2 td {
	padding: 0.375em;
	text-align: left;
}
#basket_default2 th {
	text-transform: uppercase;
}
#basket_default_header2 th {
	border-bottom: 1px solid #dedede;
}
#basket_default2 input,
#basket_default2 select {
	padding: .857142857143em;
	background-color: #dbdbdb;
	color: #151515;
	border: 1px solid #dbdbdb;
}
#basket_default2 .totals input {
	width: 100%;
	max-width: 20em;
}
#basket_default2 .totals input.button {
	width: auto;
}
#basket_default2 .buttons {
	font-size: 1em;
	line-height: 1.25;
	width: 100%;
}
#basket_default2 .buttons input[type="button"] {
	float: left;
}
#basket_default2 .buttons input[type="submit"] {
	float: right;
}










#basket_default2 {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
#basket_default2 table {
	width: 100%;
	border-collapse: collapse;
}
#basket_default2 th,
#basket_default2 td {
	text-align: left;
}
#basket_default_header2,
#basket_default2 .odd,
#basket_default2 .even {
	border-bottom: 1px solid #cfcfcf;
}
#basket_default2 input,
#basket_default2 select {
	padding: 1em;
}
#basket_default2 table input,
#basket_default2 table select,
#basket_default2 button,
.ajax-login-pseudo-button {
	padding: 0.285714285714em;
}
#basket_default2 .totals th {
	text-transform: uppercase;
}
#basket_default2 .totals input {
	width: 100%;
	max-width: 28em;
}
#basket_default2 .totals input.button {
	width: auto;
}
#basket_default2 .totals select {
	max-width: 28em;
}
#basket_default2 .buttons {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
#basket_default2 .buttons input {
	font-size: 0.93em;;
	line-height: 1.714285714286;
}
#basket_default2 .buttons input[type="button"] {
	float: left;
}
#basket_default2 .buttons input[type="submit"],
#basket_default2 .right-aligned-buttons {
	float: right;
}
#basket_default2 .right-aligned-buttons .basket_continue {
	margin-left: 0.6153846153846em;
}


#basket_default2 input[readonly],
#basket_default2 textarea[readonly],
#basket_default2 .basket-row-readonly select {
	background-color: #fff;
	color: #7b7b7b;
	border-color: #ccc;

	box-shadow: none;
}

#basket_default2 .basket-row-readonly .required {
	visibility: hidden;
}

.kollect-options ul li {
	margin-bottom: 10px;
}

/*.selectdeliverymethod {display: block;}*/



#spacerbar{ width: 100%; background-color: #47BCCB; height: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


@media all and (max-width: 37.5em) {
	#orderprogresscontainer  {display: none;}
}



@media all and (max-width: 60em) {

	#basket_default_header2 .header_name {width: 70%; font-weight: 700;}
}
#basket_default2 tr.discountcode td {text-align: right;}

#basket_default2 table tbody tr.discountcode input[type=text] {width: 10em;}

@media all and (min-width: 47.5em) {
#basket_default_header2 .header_name {width: 50%;}
#basket_default_header2 .header_total {width: 10%;}
}
#basket_default2 table input, #basket_default2 table select 
{
	 color: #252525; padding: 1em;
}

#basket_default2 button, .ajax-login-pseudo-button, #basket_default2 table input.button {
	 color: #FFF; padding: 1em;
}

#basket_default2 input[type="button"]:hover, #basket_default2 input[type="submit"]:hover  {
	 background-color: #318C98;
	 cursor: pointer;
}

.basket-variable-table-container  input[type=text], .basket-variable-table-container  select,  .basket-variable-table-container  textarea, .selectdeliverymethod input[type=radio] {
	border-color: #CCC;
	background-color: #FFF;
	border: 1px solid #CCC;
}


.basket-order-table2 .qtybox {width: 3em;}
.basket-order-table2 .qtybutton {border: 1px solid #47BCCB;}

.basket-variable-table .container {width: 100%; height: 100%; display: block; margin:auto; position: relative;}
.basket-variable-table .container .content {
	width: 100%; 
	height: 100%; 
	padding: 1em; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
@media all and (max-width: 39.9375em) {
	.basket-variable-table,
	.basket-variable-table > ul,
	.basket-variable-table  ul  li
	{
		display: block;
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.basket-variable-table .bvlabel, .basket-variable-table .bvinput {
		width: 50%;
	}

}

@media all and (min-width: 40em) {

/*
	.basket-variable-table  ul  li
	{
		width: 50%;
		display: inline-block;
	}
*/
	
	.basket-variable-table .bvlabel, .basket-variable-table .bvinput {
		width: 100%;
	}

}

@media all and (max-width: 40em) {
	
	.basket-variable-table  ul  li
	{
		width: 100%;
		display: inline-block;
	}
	
	.basket-variable-table .bvlabel, .basket-variable-table .bvinput {
		width: 100%;
	}

}

@media all and (min-width: 50em) {
	.basket-variable-table .bvlabel, .basket-variable-table .bvinput {
		width: 50%;
	}

}

.basket-variable-table .bvblock .bvlabel { font-weight: 800; }
.basket-variable-table .bvheading label, .basket-variable-table .bvheading .bvlabel {font-weight: bold; font-size: 1.4em;}
.basket-variable-table .bvblock .bvlabel, .basket-variable-table .bvblock .bvinput {display: inline-block;}
.basket-variable-table .bvblock .bvarealabel {height: 80px; vertical-align: middle; }
.basket-variable-table .bvblock {margin: 1em 0;}
.basket-variable-table input, .basket-variable-table select {width: 100%;}
.basket-variable-table input.short, .basket-variable-table select.short {width: auto;}
.basket-variable-table input.button {height: auto; width: auto;}
.basket-variable-table input[type=checkbox] {width: auto; height: auto;}
.basket-variable-table textarea {width: 100%; height: 80px;}
.heavy {font-weight: bold;}


.dateboxcontainer{display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex: 0 0 0px;
}


.selectdeliverymethod {margin: 2em 0;}


.questiontooltip {
	background-color: #47BCCB;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	color: #FFF;
	display: inline-block;
	padding: 3px;
	text-align: center;
	margin-left: 1em;
	
}

#basket_default2 td.clearinput input {background-color: #FFF; border: 1px solid #CCC; color: #818181;}

#basket_default2 .highlight { border: 4px solid #47bccb; }
	
	
	
#bval186   {width: 65%}
	
	
#basket_default2 .basket-order-table2 .basketproduct td {
	  border-bottom: 1px solid #dfdfdf;
}   
	
	
	
	
	
	
	
	
	
	
	
	
	
	
@media only screen and  (max-width: 760px) {
	#basket_default2 .basket-order-table2 td, tr { display: block; }
	#basket_default2 .basket-order-table2 thead tr {
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}

	#basket_default2 .basket-order-table2 tr { border: 1px solid #dfdfdf; }

	#basket_default2 .basket-order-table2 tr + tr { margin-top: 1.5em; }

	#basket_default2 .basket-order-table2 tr.subtotal {width: 100%;}
	#basket_default2 .basket-order-table2 th {width: 50%;}
	
	#basket_default2 .basket-order-table2 tr.totals td, 
	#basket_default2 .basket-order-table2 tr.totals th
	{
		width: 50%; 
		display: inline-block; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		font-weight: bold;
	}
	
	#basket_default2 .basket-order-table2 tr.totals3td td
	{
			width: 25%;
	}   
	#basket_default2 .basket-order-table2 tr.totals3td td.left {float: right; text-align: right;}
	#basket_default2 table tbody tr.discountcode input[type="text"] {width: 100%;}
	
	#basket_default2 .basket-order-table2 .basketproduct td {
	  /* make like a "row" */
	  border: none;
	  border-bottom: 0px solid #eee;
	  position: relative;
	  padding-left: 30%;
	  text-align: left;
	}

	#basket_default2 .basket-order-table2 .basketproduct td:before {
	  content: attr(data-label);
	  display: inline-block;
	  line-height: 1.5;
	  margin-left: -40%;
	  width: 40%;
	  white-space: nowrap;
	  font-weight: bold;
	}
	
	#basket_default2 .basket-order-table2 .basketproduct td:nth-of-type(1):before { content: "PRODUCT CODE"; }
	#basket_default2 .basket-order-table2 .basketproduct td:nth-of-type(2):before { content: "NAME"; }
	#basket_default2 .basket-order-table2 .basketproduct td:nth-of-type(3):before { content: "PRICE"; }
	#basket_default2 .basket-order-table2 .basketproduct td:nth-of-type(4):before { content: "QUANTITY"; }
	#basket_default2 .basket-order-table2 .basketproduct td:nth-of-type(5):before { content: "TOTAL"; }


}


#basket_default .deliverymethod,
#basket_default .paymentoption,
#basket_default .invoicecompany,
#basket_default .invoicefullname,
#basket_default .invoiceaddress1,
#basket_default .invoiceaddress2,
#basket_default .invoicecity,
#basket_default .invoicepostcode,
#basket_default .invoicetelephone,
#basket_default .invoiceemailaddress,
#basket_default .delivertobillingaddress,
#basket_default .deliveryfirstname,
#basket_default .deliverylastname,
#basket_default .billingfirstname,
#basket_default .billinglastname{ display: none; }

.delivery-available {
	font-size: 1.25em;
}
span.pageHits.cw-positive-colour {
	 border: 1px solid #e3e3e3;
	 padding: 7px;
	 font-size: .875em;
	 margin-bottom: 1em;
	 width: 340px;
	 display: inline-block;
}

span.pageHitsIcon {
	 display: inline-block;
	 background-color: #f2f2f3;
	 font-size: .875em;
	 padding: 8px;
}

.trustpilot-widget.w-link {
	max-width: 174px;
	margin-left: -12px;
}
.reviews-link {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.reviews-link a {
	color: #00b67a;
	text-decoration: none;
}


.first-visit-popup-box {
	display: none;
	text-align: left;
}
.mfp-container .first-visit-popup-box {
	display: block;
}
.first-visit-popup-box .wrapper {
	max-width: 36em;
}
.first-visit-popup-box .heading {
	font-weight: 700;
	text-align: center;
}
.first-visit-popup-box .pseudo-button {
	padding: 0.2857142857142857em 1.285714285714em;

	-webkit-border-radius: 0.214285714286em;
	-moz-border-radius: 0.214285714286em;
	-ms-border-radius: 0.214285714286em;
	-o-border-radius: 0.214285714286em;
	border-radius: 0.214285714286em;
}
.first-visit-popup .mfp-content {
	max-width: 38em;
}

article#first-visit-popup-box {
	scale: 0.9;
}

.grid-child-2-up-popup {
	max-width: 36em !important;
	margin: auto;
	margin-top: 0px !important;
}

.grid-child-2-up-popup .item {
	width: 18em !important;
}

.grid-child-2-up-popup .item .container {
	max-width: 100% !important;
}

input.bigbutton {
	width: 100%;
	font-size: large;
	background-color: #0171ad;
	color: white;
	text-transform: uppercase;
}

/* filter styles */

.grid-child-2-up-popup {
	max-width: 36em !important;
	scale: 0.9;
	margin: auto;
	margin-top: 0px !important;
}

.grid-child-2-up-popup .item {
	width: 18em !important;
}

.grid-child-2-up-popup .item .container {
	max-width: 100% !important;
}


.keyline-default {
	border: 1px solid #ececec;
}

.product-filter .legend {
	display: block;
	position: relative;
	padding: 0.8125em 1.125em 0.8125em 0;
	border-width: 0 0 1px;
	font-weight: bold;
}

.product-filter .checkbox-list-section .label input {
	margin: 0em 0.5em 0em 0em;
}

.product-filter .legend .hide-reveal-icon-line {
	height: 0.125em;
}

.hide-reveal-icon-line:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform 0.15s;
}
.selected .hide-reveal-icon-line:first-child {
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}
.deselected .hide-reveal-icon-line:first-child {
	-webkit-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}
.hide-reveal-icon, .hide-reveal-icon-line {
	display: block;
}

.product-filter .legend .hide-reveal-icon {
	display: none;
	position: absolute;
	top: 1.5em;
	right: 0;
	width: 0.5em;
  
}

.product-filter .jq-filter-collapse-enabled .legend .hide-reveal-icon {
	display: block;
}

.hide-reveal-icon {
	position: absolute;
}

.product-filter .jq-filter-collapse-enabled .legend {
	cursor: pointer;
}

@media (min-width: 48em){
	.product-filter .legend {
		padding-right: 2.1875em;
	}
}

/* end filter styles */

/*Wish List styles*/
.wish-list-control-module{
	position: absolute;
	top: 0;
	right: 0;
}
.product-detail-wish-list-form,
.product-list-wish-list-form {
	margin: 0.5em;
}

.wish-list-button,
.wish-list-button:hover{
	background-color: transparent;
	border: 0;
	font-size: 1.5em;
}
.remove-from-wish-list-button .icon-heart {
	color: #f00;
}
.remove-from-wish-list-button:hover,
.remove-from-wish-list-button:focus,
.remove-from-wish-list-button:active {
	color: #8a8a8a;
}

.add-to-wish-list-button {
	color: #f00;
}
.add-to-wish-list-button:hover,
.add-to-wish-list-button:focus,
.add-to-wish-list-button:active {
	color: #e45959;
}

/*Ajax-submit-button Styles*/
@-webkit-keyframes processing {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes processing {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

button.ajax-submit-button{
	background-color: transparent;
	border: none;
	color:black;
}

.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;
}

.basket-order-table tr.odd input,
.basket-order-table tr.even input{ 
	width: 70px;
}

.basket-wordpay-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto; 
  }
  
  #worldpay-payment-container {
	width: 900px; 
  }
  
  @media (max-width: 768px) {
	#worldpay-payment-container {
	  width: 100%; 
	  height: auto; 
	}
  }
  