/* Wraps
-------------------------------------------------- */

.wrap {
	width: 100%;
	position: relative;
	padding: 90px 0 75px;
	background-color: #fff;
	z-index: 2;
}
.wrap.bgBlue {
	background: #00094d;
}
	.wrap.bgBlue * {
		color: #fff;
	}
.wrap.header {
	padding: 20px 0;
	z-index: 100;
	background: #00094d;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wrap.nav {
	padding: 0;
	z-index: 101;
	background: #00094d;
	border-top: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
}
.wrap.breadcrumb {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	z-index: 2;
}
.wrap.noPad {
	padding: 0 !important;
}

/*.wrap.apc {
	padding: 14px 0 18px;
}

.wrap.l3 {
	padding: 24px 0 28px;
}

.wrap.mentour {
	padding: 14px 0 18px;
}*/
	.wrap.footer {
		background: #00094d;
		z-index: 1;
	}
#luxy {
	position: relative;
	z-index: 2;
	pointer-events: none;
}
#luxy * {
	pointer-events: all;
}
.mainImg {
	background: #eee;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.mainImg img.scale {
	margin-bottom: 0;
}

/* Header
-------------------------------------------------- */

#logo {
	flex: 0 0 200px;
	padding: 0 2rem;
	z-index: 500;
	transition: opacity 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#logo a {
    border-bottom: none;
}
#logo img {
	display: block;
	width: 100%;
	height: auto;
}
#iconHolder,
#searchHolder {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 1rem;
	flex: 1;
}
#iconHolder {
	flex: 0;
}
form.search {
	margin: 0 0 2em;
	display: flex;
	width: 100%;
}
#searchHolder .search {
	width: 70%;
	margin-bottom: 0;
}
form.search input[type] {
	margin: 0;
}
form.search input[type="text"] {
	border-radius: 2px 0 0 2px;
}
#searchHolder form.search input[type="text"] {
	border: none;
}
form.search input[type="submit"] {
	width: 100px;
	min-width: 40px;
	background-image: url("../images/icons/search.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border-radius: 0 2px 2px 0;
}


/* Breadcrumb
-------------------------------------------------- */
	
.breadcrumb ul, .breadcrumb li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	font-size: 0.8em;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	color: #656565;
}

.breadcrumb li a:hover {
	color: #0a4693;
	background: none;
	text-decoration: underline;
}


/* Map
-------------------------------------------------- */

#gMap {
	max-width: 100%;
	height: 550px;
	background: #eee;
}
		
		
/* Content
-------------------------------------------------- */

.motif {
	width: 100px;
	margin-bottom: 25px;
}

.intro {
	text-align: center;
	margin-bottom: 50px;
}

/* sub navigation */

#sideBar {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
    background: none;
}
ul.subNav {
	margin: 0 0 30px;
}
ul.subNav li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
ul.subNav li:last-child {
	border-bottom: none
}
ul.subNav li a {
	font-size: 1em;
	display: block;
	padding: 12px 30px 10px 10px;
	background: #fff;
	border-left: 1px solid #fff;
	
}
ul.subNav li a:after {
	display: block;
	content: "";
	float: right;
	background: url('../images/icons/arrow-right.svg');
	background-size: 8px 14px;
	width: 8px;
	height: 14px;
	margin-right: -15px;
	margin-top: 7px;
	transition: all 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	ul.subNav li a:not(.selected):hover::after {
		transform: translateX(10px);
	}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	padding-left: 10px;
}
ul.subNav li a:hover {
	color: #00094d;
	background: #fff;
	padding-left: 10px;
	border-left: 10px solid #b9c5c3;
}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	padding-left: 10px;
	border-left: 10px solid #00094d;
}

	/* sub sub */
	ul.subNav li ul {
		margin: 0;
	}

	ul.subNav li li a {
		text-transform: none;
		color: #615d59;
		background: #f5f4f4;
		display: block;
		padding: 11px 0 11px 15px;
		border-bottom: 1px solid #ccc;
	}
		ul.subNav li li a:after {
			display: none;
		}
	ul.subNav li li a:hover {
		color: #000;
		border-bottom: 1px solid #ccc;
		padding: 11px 0 11px 20px;
	}
	ul.subNav li li a.selected, ul.subNav li li a.selected:hover {
		background: rgba(255,118,119,0.1);
		color: #615d59;
		padding-left: 20px;
	}
	
/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	overflow: hidden;
	/*max-width: 100%;*/
	height: auto;
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	
/* feature */

.flexrow {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 10px;
	justify-content: center;
}
.flexrow.start {
	justify-content: flex-start;
}
.flexrow.end {
	justify-content: flex-end;
}
form.flexrow {
	margin: 30px 0 40px;
}
	form.flexrow input {
		margin-bottom: 10px;
	}
.columns .flexrow {
	margin-left: 0;
	margin-right: 0;
}
/* awards / logos */

.flexrow.awards {
	justify-content: center;
	grid-gap: 1em;
	margin-top: 20px;
	margin-bottom: 30px;
}
.flexrow.awards figure {
	display: flex;
	flex: 0 0 12%;
	text-align: center;
	align-items: center;
}
.flexrow.awards figure img {
	width: auto;
	max-width: 150px;
	max-height: 120px;
	margin: 0 auto;
}

.flexrow.logos {
	justify-content: flex-start;
	grid-gap: 3em;
	margin-top: 20px;
	margin-bottom: 30px;
}
.flexrow.logos figure {
	display: flex;
	flex: 0 0 calc(25% - 2.4em);
	text-align: center;
	justify-content: center;
	align-items: center;
}
.flexrow.logos figure img {
	width: auto;
	max-width: 100%;
	max-height: 140px;
	margin: 0 auto;
}

/* basket buttons */

.buttonGroup {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.buttonGroup > div {
	flex: 0 0 25%;
	margin-right: 20px;
}
.buttonGroup > div:last-child {
	flex: 0 0 30%;
	margin-right: 0;
	margin-left: auto;
}

/* share */

.flexrow.share {
	justify-content: flex-start;
	align-items: center;
	grid-gap: 0.5rem;
	margin: 0 0 30px;
}
.flexrow.share p {
	margin-bottom: 0;
}

/* grid */
.gridHolder {
	width: 100%;
	margin: 2.5em 0 1.5em;
	display: grid;
	grid-template-columns: repeat(12, minmax(0,1fr));
	justify-items: center;
	gap: 2px;
	justify-content: center;
	grid-auto-rows: auto;
}
.gridHolder.productDetail {
	margin: 0;
}
form.gridHolder {
	margin: 0 0 1em;
}
.gridHolder.reverse .gridItem:nth-child(1) { order: 2; }
.gridHolder.reverse .gridItem:nth-child(2) { order: 1; }

.gridHolder.shadow {
	grid-gap: 1.5rem;
}
.gridHolder .gridHolder {
	margin: 0;
	grid-gap: 0 1.5rem;
}
.gridHolder.start {
	justify-items: flex-start;
}
.gridHolder.end {
	justify-items: flex-end;
}
.gridItem {
	grid-column: auto / span 4;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	width: 100%;
	transition: opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	margin-bottom: 1em;
}
	.gridItem:nth-child(4n+1) {
		transition: opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);;
	}
	.gridItem:nth-child(4n+2) {
		transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
	}
	.gridItem:nth-child(4n+3) {
		transition: opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);;
	}
	.gridItem:nth-child(4n) {
		transition: opacity 2s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
	}
.gridItem.full {
	grid-column: auto / span 12;
}
.gridItem.nine {
	grid-column: auto / span 9;
}
.gridItem.eight {
	grid-column: auto / span 8;
}
.gridItem.six {
	grid-column: auto / span 6;
}
.gridItem.four {
	grid-column: auto / span 4;
}
.gridItem.three {
	grid-column: auto / span 3;
}
.gridItem.two {
	grid-column: auto / span 2;
}
.gridHolder:not(.productDetail) figure {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 36vh;
	padding: 3em 2em;
	box-sizing: border-box;
	background: #eef0f3;
	transition: background 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridHolder.notProduct figure {
	padding: 0;
	height: auto;
	aspect-ratio: 7 / 5;
	overflow: hidden;
	position: relative
}
	.gridHolder.notProduct figure span.blog-date {
		font-size: 0.8125rem;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		display: block;
		padding: 0.75rem 1.5rem;
		background: #fff;
		transition: background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	.gridHolder.notProduct figure span.blog-date img {
		margin-right: 0.5rem;
		filter: opacity(0.6);
		transform: translateY(3px)
	}
	.gridHolder.notProduct a:hover figure span.blog-date {
		background: #f8f8f8;
	}

.gridItem.image figure {
	background-color: #eef0f3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gridHolder a:hover figure {
	background-color: #e6e6e6;
	filter: grayscale(0);
}
.gridHolder:not(.productDetail) figure img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: multiply;
}
.notProduct .gridItem a,
.products .gridItem a {
	position: relative;
	border: none;
	display: flex;
	flex-direction: column;
	flex: 1;
	box-sizing: border-box;
	transition: background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	overflow: hidden;
	height: 100%;
}
.gridItem .text {
	position: relative;
	z-index: 20;
	padding: 1.5em;
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: center;
	background: #fff;
	transition: background 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	max-height: 100%;
}
.gridItem .text.left {
	text-align: left;
}
.gridItem .text * {
	transition: color 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem .text *:last-child {
	margin-bottom: 0;
}
.gridItem a:hover .text {
	transform: translateY(-5px);
	background: #f8f8f8
}
.gridHolder:not(.gap) .gridItem h2,
.gridHolder:not(.gap) .gridItem h3 {
	font-size: 1em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0.3em;
}

.gridItem li,
.gridItem p {
	font-size: 0.95em;
	line-height: 1.5;
}
.gridItem p.desc{
	color: #222;
	margin-bottom: 1.5em;
}
.gridItem p.icon{
	font-size: 1em;
	margin-top: auto;
	margin-bottom: 0;
}
.gridItem p.price {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0;
}
.gridHolder.productDetail .gridItem p.price {
	margin-bottom: 30px;
}
.gridHolder:not(.productDetail) .gridItem p.price {
	margin-top: auto;
	margin-bottom: 0;
}
.gridItem p.vat {
	font-size: 0.9em;
	color: #222;
	margin-bottom: 10px;
}

.gridItem .sash {
	display: block;
	font-size: 13px;
	line-height: 13px;
	background: #c00;
	color: #fff;
	width: auto;
	position: absolute;
	z-index: 40;
	top: 5px;
	left: 5px;
	padding: 8px 9px;
	text-transform: uppercase;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
	border-radius: 2px;
}

/* blog grid */
.gridHolder.blogGrid {
	gap: 1.5em;
}
	.gridHolder.blogGrid input,
	.gridHolder.blogGrid select {
		margin-bottom: 0;
	}

/* gap grid */
.gridHolder.gap {
	gap: 3em;
}
.gridHolder.gap a:hover figure {
	background: #fff;
	filter: grayscale(0);
}
.gridHolder.gap .gridItem .text {
    flex: 1;
    padding: 1.5em 0 1.5em;
    border-top: 3px solid #0a4693;
	text-align: left;
}
.gridHolder.gap .gridItem p.icon{
	margin-top: 0;
}
/* address / panels */
.gridHolder.panelled.gap {
	gap: 1.5em;
}
.gridHolder.panelled .gridItem {
	background: #f9f9f9;
	border: 1px solid rgba(0,0,0,0.08);
	margin: 0;
	padding: 1em 1.5em 0;
	box-sizing: border-box;
}

/* photoswipe image */

.enlarge img {
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover img {
	filter: grayscale(1) brightness(0.7);
}
.enlarge a::before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url("../images/icons/magnify.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: rotateY(135deg);
	transition: 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover::before {
	transform: rotateY(0deg);
	opacity: 1;
}

	
/* call out box */

.callOut {
	padding: 25px 25px 0px 25px;
	margin-bottom: 30px;
	background: #f9f9f9;
	border: 1px solid rgba(0,0,0,0.1);
	/*border-radius: 4px;*/
	box-sizing: border-box;
}

	.callOut ul, .callOut ol {
		margin-left: 16px;
	}


.callOut.account .details {
	flex: 1;
    padding-right: 20px;
	box-sizing: border-box;
}

.callOut.account {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #9fc1ea;
    border-radius: 0 3px 3px 3px;
    position: relative;
    z-index: 1;
}

.panel {
	margin-bottom: 20px;
	background: #fff;
}

.panel img {
	display: block;
	margin-bottom: 0;
	padding: 20px;
	box-sizing: border-box;
}

.panel .txt h2 a {
	display: block;
	color: #fff;
	padding: 20px;
	background: #022c5e;
}

.panel .txt h2 a:hover {
	background: #f60;
}

/* My Account - orders */

.orderRow {
	display: flex;
	justify-content: flex-start;
	background: #d2e7f9;
	padding: 20px;
	border: 1px solid #9fc1ea;
	position: relative;
	z-index: 1;
	align-items: center;
}
	.orderRow h3,
	.orderRow ul,
	.orderRow .button {
		margin: 0;
	}
	.orderRow ul {
		margin-left: 30px;
	}
	.orderRow li {
		display: inline;
		margin-right: 12px
	}
	.orderRow li::before {
		display: inline-block;
		content: '';
		width: 16px;
		height: 16px;
		background: #c00;
		margin-right: 5px;
		position: relative;
		top: 2px;
		filter: brightness(0) saturate(100%) invert(15%) sepia(81%) saturate(2636%) hue-rotate(206deg) brightness(95%) contrast(92%);
	}
		.orderRow li:first-child::before {
			background: url('../images/icons/date.svg') 0 0 no-repeat;
		}
		.orderRow li:nth-child(2)::before {
			background: url('../images/icons/dispatch.svg') 0 0 no-repeat;
		}
		.orderRow li:nth-child(3)::before {
			background: url('../images/icons/basket.svg') 0 0 no-repeat;
		}
		.orderRow li:nth-child(4)::before {
			display: none;
		}
	.orderRow .button {
		margin-left: auto;
	}
.expandOrder {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #9fc1ea;
	border-top: none;
	margin-bottom: 20px;
}

	.expandOrder hr {
		margin-bottom: 30px;
	}

.expandOrder p {
	margin: 0;
}
p.expand a {
	position: relative;
    display: block;
    text-align: right;
	border: none;
	color: #f60;
	margin-right: 24px;
}
p.expand a:hover {
	color: #0a4693;
}
p.expand a::before, p.expand a::after {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background: #f60;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -1px;
    transition: background 0.2s ease-out, transform 0.2s ease-out;
}
p.expand a::after {
    transform: rotate(90deg);
}
p.expand a:hover::before {
    transform: rotate(90deg);
	background: #0a4693
}
p.expand a:hover::after {
    transform: rotate(180deg);
	background: #0a4693
}
p.expand.contract a::after,
p.expand.contract a:hover::before {
    transform: rotate(0);
}

/* ribbon */

#ribbon {
    margin: 0 0 28px;
    box-sizing: border-box;
    position: relative;
    background: #f60;
    color: #fff;
    padding: 25px 10px 20px;
    text-align: center;
    text-transform: uppercase;
    flex: 0 0 200px;
    align-self: flex-start;
    border-radius: 2px 2px 0 0;
	line-height: 1.5;
	margin-bottom: 35px;
}
#ribbon span {
    font-size: 4rem;
	font-weight: 600;
    line-height: 1.2;
}
#ribbon::after {
    display: block;
    content: '';
    background: url(../images/bg-serrated.png) center 0 repeat-x;
    background-size: 11px 12px;
    bottom: -11px;
    left: 0;
    position: absolute;
    height: 12px;
    width: 100%;
}

/* filters */

#filterBtn {
	position: relative;
	display: block;
	font-weight: 600;
	text-align: left !important;
	padding: 0.7rem;
	color: #0a4693;
	background: #fff;
	border: 2px solid #0a4693;
	box-sizing: border-box;
}
	#filterBtn::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0.7rem;
		transform: translateY(-50%);
		background: url(../images/icons/filter.svg) 50% 50% no-repeat;
		background-size: 16px 16px;
		width: 16px;
		height: 16px;
	}
#filterBtn:hover {
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}
	#filterBtn:hover::after {
		filter: brightness(0) invert(1);
	}

.filters {
	grid-template-columns: repeat(12, minmax(0,1fr));
	grid-template-areas: 
		". . . . . . a a a b b b";
	/*gap: 1.5rem;*/
}
.filters.withSearch {
	grid-template-areas:
		"a a a a a . b b b c c c";
}
.filters * {
	width: 100%;
	margin-bottom: 0;
}
.filters select {
	grid-area: a;
}
	.filters select#subCat,
	.filters a {
		grid-area: b;
	}
	.filters.withSearch form {
		grid-area: a;
	}
	.filters.withSearch select {
		grid-area: b;
	}
	.filters.withSearch a {
		grid-area: c;
	}

.filter-fly {
	position: fixed;
	top: 0;
	right: 0;
	width: 33%;
	min-width: 320px;
	height: 100vh;
	background: #ffffff;
	z-index: 2000;
	transform: translateX(100%);
	transition: transform 0.4s;
	box-sizing: border-box;
	padding: 2em;
}
.filter-fly.is-open {
	position: fixed;
	height: 100vh;
	overflow: hidden;
	transform: translateX(0);
	/*-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.3);*/
	overflow-y: auto;
	overscroll-behaviour: contain;
}
.filter-fly .filter-close {
	display: flex;
	padding: 16px 20px 14px;
	background: #fff;
	color: #fe0004;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
	.filter-fly .filter-close:hover {
		background: #fe0004;
		color: #fff;
	}
	.filter-fly .filter-close::before {
		display: inline-block;
		content: '';
		width: 24px;
		height: 24px;
		background: url("../images/icons/cross.svg") 50% 50% no-repeat;
		background-size: 24px 24px;
		margin-right: 10px;
		filter: brightness(0) invert(38%) sepia(12%) saturate(4526%) hue-rotate(314deg) brightness(94%) contrast(121%);
	}
	.filter-fly .filter-close:hover::before {
		filter: brightness(0) invert(1);
	}
.filter-fly .filter-block {
	padding: 20px 20px 0;
}
.filter-fly .accordion .accordion-panel {
	padding-right: 20px;
}
#filter-cover {
	pointer-events: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	background: rgba(0,0,0,0.3);
	transition: opacity 0.4s;
}
#filter-cover.is-open {
	pointer-events: auto;
	opacity: 1;
}

/* basket alt */

.basket {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.productColumn {
	width: 57.5%;
}

.summaryColumn {
	width: 38%;
}

.basketProduct {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}
.basketProduct figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	min-height: 140px;
	background: #eee;
	box-sizing: border-box;
}
.basketProduct figure img {
	max-width: 120px;
	mix-blend-mode: multiply;
	padding: 10px;
	box-sizing: border-box;
}
.basketProduct .desc{
	align-self: stretch;
	padding-top: 18px;
	width: calc(70% - 160px);
}
.basket.checkout .basketProduct .desc {
	width: calc(70% - 100px);
}
.basketProduct input.qty {
	width: 80px;
	text-align: center;
}
.basketProduct p.price {
	text-align: right;
	font-weight: 600;
	padding-top: 20px;
	width: calc(30% - 94px);
}
.basketProduct p a {
	border: none;
}
.basketProduct button.remove {
	margin-top: 20px;
	width: 34px;
	margin-right: 10px;
}
.basketProduct a:last-child,
.basketProduct p:last-child {
	margin-right: 20px;
}
.productColumn .basketProduct .desc a:last-child {
	margin-top: 10px;
}

/* Product detail */

#productDescription {
	margin-top: 2.5em;
	margin-bottom: 1em;
}
#productDescription .accordion h2 {
	font-size: 1.3em;
	line-height: 1.4;
}
#productDescription iframe{
	width: 70vw;
	height: calc(70vw * 0.5625);
	margin: 10px 0;
}

#productInfo h1 {
	font-size: 1.8em;
	line-height: 1.4;
	margin-bottom: 15px;
}
#productInfo p.price {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.5;
}
#productInfo p.price span.vat {
	font-size: 1rem;
	font-weight: 400;
	color: #555;
	padding: 5px 8px;
	background: #eee;
}
p.price span.discount{
	text-decoration: line-through;
	font-size: 1.5rem;
	color: darkgrey;
}
p.price span.discountSmall {
	/*text-decoration: line-through;*/
	font-size: 1rem;
	color: #888;
}
p.price span.discountAmount {
	font-size: 1rem;
	color: #f60;
	font-weight: normal;
}
#productInfo fieldset {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#productInfo fieldset * {
	margin-bottom: 20px;
}
#productInfo label {
	width: 30%;
}
#productInfo select {
	width: 65%;
}
		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/icons/arrow-up.svg') 0 5px no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	float: right;
}

#goTop a:hover {
	background: url('../images/icons/arrow-up.svg') 0 0 no-repeat;
}

.footer li,
.footer p {
	font-size: 0.85em;
}

.footer ul, #footer li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.footer * {
	color: #fff;
	z-index: -1;
}
.footer li {
	margin: 0 0 5px;
}
	.footer li.header {
		font-size: 0.9em;
		color: #9fc1ea;
		border-bottom: 1px solid #9fc1ea;
		margin-bottom: 8px;
	}
	.footer li ~ li.header {
		margin-top: 15px;
	}
.footer li a,
.footer p a {
	padding: 0;
}
.footer a:hover {
	color: #ffa200 !important;
}

.footer ul.linklist li::before {
	filter: brightness(0) saturate(1) invert(1);
}

.footer .twoCol section {
	display: inline-block;
}

/* social buttons */

#social, #social li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#social li {
	display: inline;
	margin-bottom: 1.5em;
}
#social li a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.2);
	background-size: 24px 24px !important;
	background-repeat: no-repeat !important;
	background-position: 8px 8px;
	border-radius: 3px;
	transition: background 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	#social li a.fb::before {
		background-image: url(../images/icons/i-facebook.svg)
	}
	#social li a.in::before {
		background-image: url(../images/icons/i-instagram.svg)
	}
	#social li a.li::before {
		background-image: url(../images/icons/i-linkedin.svg)
	}
	#social li a.tw::before {
		background-image: url(../images/icons/i-twitter.svg)
	}
#social li a:hover::before {
	background-color: rgba(255,255,255,0.35);
}

/* cards */

.cards {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.cards img {
	width: 60px;
	height: auto;
	margin-right: 1em;
	margin-bottom: 1em;
}
.cards img:last-child {
	margin-right: 0;
}

/* #Media Queries
================================================== */
@media only screen and (max-width: 1600px) {
	#slideText {
		width: 80%;
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (max-width: 1279px) {
	body {
		font-size: 15px;
	}
	.button, input[type="submit"], input[type="button"], .ms-options-wrap button,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	textarea,
	select {
		font-size: 0.95rem;
	}
	fieldset select,
	fieldset input {
		width: 100% !important;
	}
	#blog img,
	.insetL,
	.insetR {
		max-width: calc(50% - 20px);
		height: auto;
		display: block;
	}
	.insetL {
		float: left;
		margin: 0 30px 20px 0;
	}
	#blog img,
	.insetR {
		float: right;
		margin: 0 0 20px 30px;
	}
	.wrap {
		padding: 55px 0 40px;
	}
	.wrap.header {
		padding: 20px 0 25px;
	}
	#logo {
		flex: 0 0 160px;
	}
	#sideBar {
		margin-top: 12px
	}
	#searchHolder form.search {
		width: 100%;
	}
	#productInfo h1 {
		font-size: 1.6em;
	}
	.buttonGroup > div {
		flex: 0 0 30%;
		margin-right: 20px;
	}
	.filters.withSearch {
		grid-template-areas:
			"a a a a . b b b c c c c";
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
	
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three,
	.gridHolder .gridItem.four,
	.gridHolder .gridItem.six {
		grid-column: auto / span 6;
	}
	/*.gridHolder.notProduct .gridItem:nth-child(3n) {
		grid-column: auto / span 12;
	}*/
	#mainContent.alpha {
		padding-right: 40px;
	}
	#mainContent.omega {
		padding-left: 40px;
	}
}
@media only screen and (orientation: portrait) {
	.filter-fly {
		width: 50%;
	}
}
@media only screen and (max-width: 959px) {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.5em;
	}
	hr {
		padding-top: 30px;
		margin-bottom: 50px;
		height: 0;
	}
	label,
	fieldset,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	textarea,
	select {
		width: 100%;
		padding: 0.6em;
	}
	.button,
	input[type="submit"],
	input[type="button"],
	.ms-options-wrap button {
		width: 100%;
		padding: 0.7em 0 0.6em;
	}
	.matchLabel {
		margin: 0 !important;
	}
	.accordion h2 button {
		font-size: 1.1em;
	}
	.wrap.header {
		padding: 20px 0;
	}
	#logo {
		flex: 0 0 140px;
		padding: 0 1rem;
	}
	#logo a,
	#logo .logo {
		width: 140px;
	}
	form.search input[type="submit"] {
		max-width: 40px;
		background-size: 16px 16px;
	}
	nav.pagination {
		width: 100%;
	}
	.breadcrumb li:last-child {
		display: none;
	}
	.infogrid img {
		display: none;
	}
	.flexrow.awards figure {
		flex: 0 0 18%;
	}
	.flexrow.awards figure img {
		max-width: 100px;
		max-height: 80px;
	}
	.gridHolder.notProduct .gridItem figure {
		height: auto;
	}
	.gridHolder.notProduct .gridItem,
	.gridItem.two,
	.gridItem.three,
	.gridItem.four,
	.gridItem.five,
	.gridItem.six,
	.gridItem.seven,
	.gridItem.eight,
	.gridItem.nine {
		grid-column: auto / span 6;
	}
	/*.gridHolder.notProduct .gridItem:nth-child(3n),*/
	.gridItem.buttons {
		grid-column: auto / span 12;
	}
	#productDescription iframe{
		width: 100%;
		height: calc(100% * 0.5625);
	}
	.basketProduct {
		flex-wrap: wrap;
	}
	.basketProduct figure {
		width: 100px;
		min-height: 100px;
	}
	.basketProduct figure img {
		max-width: 80px;
	}
	.basketProduct .desc {
		width: calc(54% - 100px);
	}
	.basketProduct p.price {
		width: calc(40% - 94px);
	}
	
}

/* Tablet Portrait size to standard 960  */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.no-mob-all{
		display: none;
	}
	.mob-only-all {
		display: block !important;
	}
	.no-tab {
		display: none !important;
	}
	.tab-only {
		display: block !important;
	}
	#mainContent.alpha {
		padding-right: 10px;
	}
	#mainContent.omega {
		padding-left: 10px;
	}
	ul.subNav li a {
		font-size: 1.05em;
	}
	ul.subNav li a:after {
		margin-top: 6px;
	}
	.footer .twoCol {
		column-count: 1;
		column-gap: 0;
	}
}

/* All Mobile Sizes  */
@media only screen and (max-width: 767px) {
	.no-mob, .no-mob-all {
		display: none !important;
	}
	.mob-only, .mob-only-all {
		display: block !important;
	}
	h1 {
		font-size: 1.8em;
		line-height: 1.5;
	}
	h2 {
		font-size: 1.6em;
		line-height: 1.5;
	}
	input.qty {
		width: 40px;
	}
	form.withLabels {
		margin-left: 0;
		margin-right: 0;
	}
	.button.remove {
		width: 30px;
		height: 30px;
		background-image: url("../images/icons/cross.svg");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 16px 16px;
	}
	.infogrid th {
		padding: 8px 5px;
	}
		.infogrid th.quantityCol {
			width: 40px;
		}
		.infogrid th.removeCol {
			width: 24px;
		}
	.infogrid td {
		padding: 5px;
	}
	.infogrid tr.sub td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.infogrid td.mob-only {
		display: table-cell !important;
	}
	
	.accordion {
		margin-bottom: 1.5em;
	}
	.accordion h2 button {
		font-size: 1.15rem;
	}
	.accordion.filled .accordion-panel {
		padding: 14px 20px 0;
		margin: 0 0 20px;
	}
	hr, hr.narrow {
		margin-right: 0;
		margin-left: 0;
	}
	hr.underTitle {
		margin-bottom: 30px;
	}
	#blog img,
	.insetL,
	.insetR {
		max-width: 100%;
		margin: 0 0 25px;
	}
	ul.linklist	.divider.mob-only {
		display: inline-block !important;
	}
	ul.iconlist li a {
		width: 28px;
		height: 28px;
		background-position: center;
		background-size: 20px 20px;
		background-repeat: no-repeat;
	}
	.wrap {
		padding: 40px 0 25px;
	}
	.wrap.header {
		padding: 1em 0;
		align-items: center;
	}
	.wrap.nav {
		border: none;
	}
	#logo {
		padding-left: 1em;
		padding-right: 0;
	}
	.apc #logo,
	.l3 #logo {
		flex: 0 0 180px;
	}
	#logo a,
	#logo .logo {
		width: 160px;
	}
	#menu {
		margin-right: 20px;
	}
	#iconHolder {
		flex: 1 1 80%;
		padding: 1.2em 1em 0;
		justify-content: flex-start;
	}
	#gMap {
		height: 450px;
		margin-bottom: 20px;
	}
	#mainContent{
		padding: 0 !important;
	}
	.motif {
		width: 80px;
		margin-bottom: 20px;
	}
	#sideBar.alpha {
		margin-top: -10px;
		margin-bottom: 1.5rem;
	}
	.flexrow {
		margin: 0 0 20px;
	}
	.gridHolder {
		margin: 1.6em 0 1.8em;
	}
	.gridHolder.gap {
		gap: 1em;
	}
	.gridHolder.blogGrid {
		gap: 1em;
	}
	.gridHolder.gap .gridItem.image {
		margin-bottom: 0;
	}
	.gridHolder.productDetail .gridItem {
		grid-column: auto / span 12 !important;
	}
	.gridItem .text h3 {
		font-size: 1em;
	}
	.gridHolder:not(.gap) .gridItem h3 {
		font-size: 0.95em;
	}
	.galleryGrid  {
		column-count: 2;
	}
	#selectedFilters {
		display: none;
	}
	#productDescription {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	ul.subNav {
		flex-direction: column !important;
		margin: 0;
	}
		.subNav {
			display: none;
			height: auto;
			padding: 0;
			text-align: left;
		}
			.subNav li:first-child a {
				border-top: none;
			}
	
		#sideBar a#pull,
		#sideBar a#pull:hover,
		#sideBar a#pull:active {
			display: block;
			position: relative;
			height: 44px;
			line-height: 20px;
			color: #899593;
			background: none;
			margin-bottom: 0;
			text-decoration: none;
			border: 1px solid #b9c5c3;
			box-sizing: border-box;
			padding: 10px;
		}
			#sideBar a#pull.open {
				color: #fff;
				border: 1px solid #00094d;
				background: #00094d
			}
			#sideBar a#pull:after {
				font-size: 1.2em;
				font-weight: 600;
				content: "In this section";
				display: block;
				position: relative;
				left: 0;
				top: 1px;
				background: url(../images/icons/arrow-down.svg) right center no-repeat;
				background-size: 16px 8px;
			}
			#sideBar a#pull.open:after {
				background: url(../images/icons/arrow-up.svg) right center no-repeat;
				background-size: 16px 8px;
			}
		.subNav:after {
			display: none;
		}
		ul.subNav li a{
			font-size: 1em;
			padding-top: 9px;
			padding-left: 0;
			padding-bottom: 10px;
		}
		ul.subNav li a:after {
			margin-right: -16px;
		}
		ul.subNav li a.selected {
			border-right: none;
		}
		ul.subNav li a.selected:after {
			transform: rotate(90deg);
		}
		.filters {
			grid-template-columns: repeat(2, minmax(0,1fr));
			grid-template-areas: 
				"a b";
		}
		.filters.withSearch {
			grid-template-areas: "a c";
		}
	#productInfo h1 {
		font-size: 1.5em;
	}
	
	.buttonGroup > div,
	.buttonGroup > div:last-child {
		flex: 0 0 calc(50% - 10px);
	}
	
	.productColumn,
	.summaryColumn {
		width: 100%;
	}
	
	.productColumn .basketProduct p.price {
		width: calc(35% - 94px);
	}
}

/* Mobile Landscape Size to Tablet Portrait  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.gridHolder:not(.productDetail) figure {
		height: 50vh;
		padding: 1.5em 2em;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {
	.wrap .twoCol {
		column-count: 1;
		column-gap: 0;
	}
	.no-mob-p {
		display: none !important;
	}
	.mob-only-p {
		display: block;
	}
	td.mob-only-p {
		display: table-cell;
	}
	label, legend, input[type="text"], input[type="password"], input[type="email"], textarea,  select {
		width: 100%
	}
	form.withLabels div {
		width: 100%;
	}
	form legend {
		font-size: 1.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	.flexrow.awards {
		gap: 0;
	}
	.flexrow.awards figure {
		display: flex;
		flex: 0 0 20%;
		justify-content: space-between;
		align-items: center;
	}
	.flexrow.awards figure img {
		width: auto;
		max-width: 40px;
	}
	.feature {
		flex: 1;
		width: 100%;
	}
	#filterForm .gridHolder.blogGrid {
		gap: 0;
	}
	#filterForm .gridHolder.blogGrid .gridItem {
		margin-bottom: 0.5rem
	}
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three {
		grid-column: auto / span 12 !important;
	}
	.gridHolder.products .gridItem.three {
		grid-column: auto / span 6 !important;
	}
		.gridHolder.products .gridItem.three a {
			height: 100%;
		}
	/*.gridHolder.notProduct .gridItem figure {
		height: 35vh;
	}*/
	.gridHolder:not(.productDetail) figure {
		height: 25vh;
		padding: 1.5em 1em;
	}
	.gridItem .text {
		padding: 0.8em;
	}
	.gridItem a:hover .text {
		transform: none;
	}
	.gridItem p.price {
		font-size: 1.25rem;
	}
	.callOut.account {
			flex-direction: column;
		}
		.callOut.account.addressBook div {
			flex: 0 0 100%;
			padding-right: 0;
			border-bottom: 1px dashed #ccc;
		}
		.callOut.account.addressBook div:last-child {
			border-bottom: none;
		}
		.callOut.account .button {
			width: 100%;
			text-align: center
		}
		.buttonlogout {
			background-color: #f60;
			color: white;
		}
		.callOut.account .details {
			padding-right: 0;
		}
		#ribbon {
			flex: 1;
			width: 100%;
		}
		.orderRow {
			align-items: flex-start;
			flex-direction: column;
		}
		.orderRow h3 {
			margin-bottom: 10px;
		}
		.orderRow ul {
			margin-left: 0;
		}
			.orderRow li {
				display: block;
			}
		ul.tabNavigation li {
			width: calc(50% - 2px);
			margin-right: 4px;
			margin-bottom: 4px;
		}
		ul.tabNavigation li:nth-child(even) {
			margin-right: 0;
		}
	.basketProduct figure {
		width: 60px;
		min-height: 60px;
		align-self: flex-start;
	}
	.basketProduct figure img {
		max-width: 60px;
		align-self: flex-start;
	}
	.basketProduct .desc {
		width: calc(100% - 70px);
		text-align: left;
		display: flex;
		justify-content: space-between;
		padding-top: 10px;
	}
	.basketProduct p.price {
		width: calc(100% - 140px);
		text-align: left;
		display: flex;
		padding-top: 0;
		margin-left: 70px;
		margin-bottom: 10px;
	}
	.basketProduct .desc p:last-child {
		margin-right: 10px;
		margin-left: 20px;
		text-align: right;
		white-space: nowrap;
	}
	.basketProduct input.qty {
		width: 60px;
		padding: 10px 5px;
		align-self: flex-start;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.productColumn .basketProduct div.desc {
		flex-direction: column;
		width: calc(100% - 70px);
	}
	.productColumn .basketProduct .desc a:last-child {
		align-self: flex-start;
	}
	.buttonGroup {
		display: flex;
		flex-direction: column-reverse;
	}
	.buttonGroup > div,
	.buttonGroup > div:last-child {
		width: 100%;
		margin-right: 0;
	}
	div.codes input:first-child {
		width: 85%;
	}
	div.codes input:nth-child(2) {
		width: 15%;
	}
}
