/*# sourceMappingURL=style.1b42e8b6e26e1b5f4344.min.css.map*/

:root {
	--wc-green: #2f9d15 !important;
	--wc-red: #e64b4b !important;
	--wc-orange: #f5c44e !important;
	--wc-blue: #82c4fa !important;
}

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.grid .col-1 {
	width: 8.33333%;
}

.grid .col-2 {
	width: 16.66667%;
}

.grid .col-3 {
	width: 25%;
}

.grid .col-4 {
	width: 33.33333%;
}

.grid .col-5 {
	width: 41.66667%;
}

.grid .col-6 {
	width: 50%;
}

.grid .col-7 {
	width: 58.33333%;
}

.grid .col-8 {
	width: 66.66667%;
}

.grid .col-9 {
	width: 75%;
}

.grid .col-10 {
	width: 83.33333%;
}

.grid .col-11 {
	width: 91.66667%;
}

.grid .col-12 {
	width: 100%;
}

.grid--with-gutter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: -1.875rem;
	margin-top: -1.875rem;
}

.grid--with-gutter .col-1 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(8.33333% - 1.875rem);
}

.grid--with-gutter .col-2 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(16.66667% - 1.875rem);
}

.grid--with-gutter .col-3 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(25% - 1.875rem);
}

.grid--with-gutter .col-4 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(33.33333% - 1.875rem);
}

.grid--with-gutter .col-5 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(41.66667% - 1.875rem);
}

.grid--with-gutter .col-6 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(50% - 1.875rem);
}

.grid--with-gutter .col-7 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(58.33333% - 1.875rem);
}

.grid--with-gutter .col-8 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(66.66667% - 1.875rem);
}

.grid--with-gutter .col-9 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(75% - 1.875rem);
}

.grid--with-gutter .col-10 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(83.33333% - 1.875rem);
}

.grid--with-gutter .col-11 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(91.66667% - 1.875rem);
}

.grid--with-gutter .col-12 {
	margin-left: 1.875rem;
	margin-top: 1.875rem;
	width: calc(100% - 1.875rem);
}

.u-show-mobile, .u-show-tablet {
	display: none;
}

.u-flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.u-overflow-hidden {
	overflow: hidden;
}

.u-align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.u-align-self-start {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.u-align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.u-align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.u-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.u-align-self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.u-align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.u-align-self-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.u-justify-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.u-justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.u-justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.u-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.u-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.u-hidden, .u-read-more-hidden {
	display: none;
}

@media (min-width:730px) {
	.u-read-more-hidden {
		display: block;
	}
}

.u-visually-hidden {
	position: absolute;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
}

.u-hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	color: transparent;
}

.u-full-width {
	width: 100%;
}

.u-half {
	width: 50% !important;
}

.u-inset-content {
	padding-left: 5rem;
	padding-right: 5rem;
}

.u-text-left {
	text-align: left;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

.u-text-lowercase {
	text-transform: lowercase;
}

.u-text-uppercase {
	text-transform: uppercase;
}

.u-small-text {
	font-size: .8rem;
}

.u-light-bold {
	font-weight: 300;
}

.u-regular {
	font-weight: 400;
}

.u-semi-bold {
	font-weight: 600;
}

.u-bold, .u-lead-text {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.u-lead-text {
	font-size: 1.375rem;
	line-height: 1.2;
}

.u-external-link {
	position: relative;
}

.u-external-link:after {
	content: "";
	position: absolute;
	width: .8125rem;
	height: .8125rem;
	right: -20px;
	top: 4px;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/black-external-link.svg") no-repeat transparent;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
}

.u-look-link {
	position: relative;
}

.u-look-link:before {
	content: "";
	position: absolute;
	width: 15px;
	height: .8125rem;
	left: 10px;
	top: 10px;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/eye.svg") no-repeat transparent;
	background-position: 50%;
	background-size: contain;
	cursor: pointer;
}

.u-bell-slash-link {
	position: relative;
	margin-right: 1.25rem;
}

@media (min-width:730px) {
	.u-bell-slash-link {
		margin-right: 0;
	}
}

.u-bell-slash-link:before {
	content: "";
	position: absolute;
	width: 15px;
	height: .8125rem;
	right: -20px;
	top: 10px;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/bell-slash-solid.svg") no-repeat transparent;
	background-position: 50%;
	background-size: contain;
	cursor: pointer;
}

@media (min-width:730px) {
	.u-bell-slash-link:before {
		left: -4px;
		right: unset;
	}
}

.u-styled-list-number {
	padding-left: 75px;
}

.u-styled-list-number li {
	counter-increment: li;
	display: list-item;
	position: relative;
}

.u-styled-list-number li:before {
	content: "";
	border-radius: 50%;
	border: 2px solid #262626;
	position: absolute;
	right: calc(100% + 25px);
	top: calc(100% - 25px);
	width: 50px;
	height: 50px;
}

.u-styled-list-number li:after {
	content: counter(li);
	position: absolute;
	left: -59px;
	bottom: -20px;
	font-weight: 700;
	font-size: 1.875rem;
}

.u-styled-list-number li::marker {
	content: none;
}

.u-styled-link {
	text-decoration: underline;
	color: #000;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.u-styled-link:hover {
	text-decoration: none;
	opacity: .75;
}

.u-styled-link--light {
	color: #fff;
}

.u-styled-link--inverted {
	text-decoration: none;
}

.u-styled-link--inverted:hover {
	text-decoration: underline;
}

.u-background-colour--blue {
	background-color: #82c4fa;
}

.u-background-colour--yellow {
	background-color: #f5c44e;
}

.u-background-colour--white {
	background-color: #fff;
}

.u-background-colour--mid-white {
	background-color: #f7f7f7;
}

.u-background-colour--light-grey {
	background-color: #e3e3e3;
}

.u-background-colour--mid-grey {
	background-color: #999;
}

.u-background-colour--dark-grey {
	background-color: #666;
}

.u-background-colour--mid-black {
	background-color: #191919;
}

.u-background-colour--black {
	background-color: #000;
}

.u-colour--blue {
	color: #82c4fa;
}

.u-colour--red {
	color: #e64b4b;
}

.u-colour--yellow {
	color: #f5c44e;
}

.u-colour--white {
	color: #fff;
}

.u-colour--mid-white {
	color: #f7f7f7;
}

.u-colour--light-grey {
	color: #e3e3e3;
}

.u-colour--mid-grey {
	color: #999;
}

.u-colour--dark-grey {
	color: #666;
}

.u-colour--black {
	color: #000;
}

.u-fill--blue {
	fill: #82c4fa;
}

.u-fill--yellow {
	fill: #f5c44e;
}

.u-fill--white {
	fill: #fff;
}

.u-fill--mid-white {
	fill: #f7f7f7;
}

.u-fill--light-grey {
	fill: #e3e3e3;
}

.u-fill--mid-grey {
	fill: #999;
}

.u-fill--dark-grey {
	fill: #666;
}

.u-fill--black {
	fill: #000;
}

.u-stack *+* {
	margin-top: 1.875rem;
}

@media (min-width:730px) {
	.u-stack *+* {
		margin-top: 2.5rem;
	}
}

.u-stack--small *+* {
	margin-top: 1.25rem;
}

@media (min-width:730px) {
	.u-stack--small *+* {
		margin-top: 1.875rem;
	}
}

.u-stack--x-small *+* {
	margin-top: .625rem;
}

.u-stack-children>*+* {
	margin-top: 1.875rem;
}

@media (min-width:730px) {
	.u-stack-children>*+* {
		margin-top: 2.5rem;
	}
}

.u-stack-children--small>*+* {
	margin-top: 1.25rem;
}

@media (min-width:730px) {
	.u-stack-children--small>*+* {
		margin-top: 1.875rem;
	}
}

.u-stack-children--x-small>*+* {
	margin-top: .625rem;
}

.u-image-origin--border {
	background-origin: border-box;
}

.u-image-origin--content {
	background-origin: content-box;
}

.u-image-position--top {
	background-position: top;
}

.u-image-position--center {
	background-position: 50%;
}

.u-image-position--bottom {
	background-position: bottom;
}

.u-image-position--left {
	background-position: 0;
}

.u-image-position--right {
	background-position: 100%;
}

.u-image-position--left-top {
	background-position: 0 0;
}

.u-image-position--right-top {
	background-position: 100% 0;
}

.u-image-position--left-bottom {
	background-position: 0 100%;
}

.u-image-position--right-bottom {
	background-position: 100% 100%;
}

.u-overlay {
	z-index: 10;
	position: absolute;
}

.screen-reader-text {
	position: absolute;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
}

.u-tool-tip__icon {
	position: absolute;
	right: 0;
	top: 0;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/question-circle.svg") no-repeat transparent;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.u-tool-tip__icon.nitro-lazy {
	background-image: none !important;
}

.u-tool-tip__icon svg {
	pointer-events: none;
}

.u-tool-tip__content {
	display: none;
	position: absolute;
	right: 0;
	bottom: calc(100% + 15px);
	width: 250px;
	background: #666;
	color: #fff;
	padding: .9375rem;
	z-index: 99;
}

.u-tool-tip__content a {
	text-decoration: underline;
}

.u-tool-tip__content a:hover {
	text-decoration: none;
}

.u-tool-tip__content.show {
	display: block;
}

.u-tool-tip--active .u-tool-tip__icon {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/close.svg") no-repeat transparent;
	width: 15px;
	height: 15px;
}

.u-tool-tip--active .u-tool-tip__icon.nitro-lazy {
	background-image: none !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignleft, a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignleft, .wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

@media only screen and (max-width:900px) {
	.u-hidden-mobile {
		display: none;
	}
	
	.u-show-mobile {
		display: block;
	}
	
	.u-inset-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.u-half {
		width: 100% !important;
	}
}

@media only screen and (max-width:1025px) {
	.u-hidden-tablet {
		display: none;
	}
	
	.u-show-tablet {
		display: block;
	}
}

#respond input#submit, .button, .woocommerce-form-row .button, .woocommerce .button.button, a.button, button.button, input.button {
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-family: nimbus-sans, sans-serif;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: .0625rem;
	padding: .75rem 3.125rem;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#respond input#submit:after, .button:after, .woocommerce-form-row .button:after, .woocommerce .button.button:after, a.button:after, button.button:after, input.button:after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#respond input#submit__basket, .button__basket, .woocommerce-form-row .button__basket, .woocommerce .button.button__basket, a.button__basket, button.button__basket, input.button__basket {
	font-size: 1rem;
}

#respond input#submit--empty, .button--empty, .woocommerce-form-row .button--empty, .woocommerce .button.button--empty, a.button--empty, button.button--empty, input.button--empty {
	background: transparent;
	border: 1px solid transparent;
	color: #000;
}

#respond input#submit--empty:hover, .button--empty:hover, .woocommerce-form-row .button--empty:hover, .woocommerce .button.button--empty:hover, a.button--empty:hover, button.button--empty:hover, input.button--empty:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	opacity: 1;
}

#respond input#submit--no-transform, .button--no-transform, .woocommerce-form-row .button--no-transform, .woocommerce .button.button--no-transform, a.button--no-transform, button.button--no-transform, input.button--no-transform {
	text-transform: none;
}

#respond input#submit--just-text, .button--just-text, .woocommerce-form-row .button--just-text, .woocommerce .button.button--just-text, a.button--just-text, button.button--just-text, input.button--just-text {
	background: transparent;
	border: 1px solid transparent;
	color: #000;
}

#respond input#submit--just-text:hover, .button--just-text:hover, .woocommerce-form-row .button--just-text:hover, .woocommerce .button.button--just-text:hover, a.button--just-text:hover, button.button--just-text:hover, input.button--just-text:hover {
	background: transparent;
	border: 1px solid transparent;
	color: #000;
	opacity: .5;
}

#respond input#submit--dark, #respond input#submit.wc-backward, #respond input#submit[name=apply_coupon], .button--dark, .button.wc-backward, .button[name=apply_coupon], .woocommerce-form-row .button--dark, .woocommerce-form-row .button.wc-backward, .woocommerce-form-row .button[name=apply_coupon], .woocommerce .button.button--dark, .woocommerce .button.button.wc-backward, .woocommerce .button.button[name=apply_coupon], a.button--dark, a.button.wc-backward, a.button[name=apply_coupon], button.button--dark, button.button.wc-backward, button.button[name=apply_coupon], input.button--dark, input.button.wc-backward, input.button[name=apply_coupon] {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

#respond input#submit--dark:hover, #respond input#submit.wc-backward:hover, #respond input#submit[name=apply_coupon]:hover, .button--dark:hover, .button.wc-backward:hover, .button[name=apply_coupon]:hover, .woocommerce-form-row .button--dark:hover, .woocommerce-form-row .button.wc-backward:hover, .woocommerce-form-row .button[name=apply_coupon]:hover, .woocommerce .button.button--dark:hover, .woocommerce .button.button.wc-backward:hover, .woocommerce .button.button[name=apply_coupon]:hover, a.button--dark:hover, a.button.wc-backward:hover, a.button[name=apply_coupon]:hover, button.button--dark:hover, button.button.wc-backward:hover, button.button[name=apply_coupon]:hover, input.button--dark:hover, input.button.wc-backward:hover, input.button[name=apply_coupon]:hover {
	background: transparent;
	color: #000;
}

#respond input#submit--light, #respond input#submit.wc-backward, #respond input#submit[name=apply_coupon], .button--light, .button.wc-backward, .button[name=apply_coupon], .woocommerce-form-row .button--light, .woocommerce-form-row .button.wc-backward, .woocommerce-form-row .button[name=apply_coupon], .woocommerce .button.button--light, .woocommerce .button.button.wc-backward, .woocommerce .button.button[name=apply_coupon], a.button--light, a.button.wc-backward, a.button[name=apply_coupon], button.button--light, button.button.wc-backward, button.button[name=apply_coupon], input.button--light, input.button.wc-backward, input.button[name=apply_coupon] {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

#respond input#submit--light:hover, #respond input#submit.wc-backward:hover, #respond input#submit[name=apply_coupon]:hover, .button--light:hover, .button.wc-backward:hover, .button[name=apply_coupon]:hover, .woocommerce-form-row .button--light:hover, .woocommerce-form-row .button.wc-backward:hover, .woocommerce-form-row .button[name=apply_coupon]:hover, .woocommerce .button.button--light:hover, .woocommerce .button.button.wc-backward:hover, .woocommerce .button.button[name=apply_coupon]:hover, a.button--light:hover, a.button.wc-backward:hover, a.button[name=apply_coupon]:hover, button.button--light:hover, button.button.wc-backward:hover, button.button[name=apply_coupon]:hover, input.button--light:hover, input.button.wc-backward:hover, input.button[name=apply_coupon]:hover {
	background: #000;
	color: #fff;
}

#respond input#submit--full, .button--full, .woocommerce-form-row .button--full, .woocommerce .button.button--full, a.button--full, button.button--full, input.button--full {
	width: 100%;
}

#respond input#submit--disabled, #respond input#submit:disabled, .button--disabled, .button:disabled, .woocommerce-form-row .button--disabled, .woocommerce-form-row .button:disabled, .woocommerce .button.button--disabled, .woocommerce .button.button:disabled, a.button--disabled, a.button:disabled, button.button--disabled, button.button:disabled, input.button--disabled, input.button:disabled {
	color: #fff;
	opacity: .5;
	pointer-events: none;
}

#respond input#submit--outline, .button--outline, .woocommerce-form-row .button--outline, .woocommerce .button.button--outline, a.button--outline, button.button--outline, input.button--outline {
	background: transparent;
}

#respond input#submit--outline--light, .button--outline--light, .woocommerce-form-row .button--outline--light, .woocommerce .button.button--outline--light, a.button--outline--light, button.button--outline--light, input.button--outline--light {
	border: 1px solid #fff;
	color: #fff;
}

#respond input#submit--outline--light:hover, .button--outline--light:hover, .woocommerce-form-row .button--outline--light:hover, .woocommerce .button.button--outline--light:hover, a.button--outline--light:hover, button.button--outline--light:hover, input.button--outline--light:hover {
	background: #fff;
	color: #000;
}

#respond input#submit--outline--dark, .button--outline--dark, .woocommerce-form-row .button--outline--dark, .woocommerce .button.button--outline--dark, a.button--outline--dark, button.button--outline--dark, input.button--outline--dark {
	border: 1px solid #000;
	color: #000;
}

#respond input#submit--outline--dark:hover, .button--outline--dark:hover, .woocommerce-form-row .button--outline--dark:hover, .woocommerce .button.button--outline--dark:hover, a.button--outline--dark:hover, button.button--outline--dark:hover, input.button--outline--dark:hover {
	background: #000;
	color: #fff;
}

#respond input#submit--underline, #respond input#submit--underlined, .button--underline, .button--underlined, .woocommerce-form-row .button--underline, .woocommerce-form-row .button--underlined, .woocommerce .button.button--underline, .woocommerce .button.button--underlined, a.button--underline, a.button--underlined, button.button--underline, button.button--underlined, input.button--underline, input.button--underlined {
	background-color: transparent;
	padding: 0 0 .375rem;
	position: relative;
	text-transform: none;
}

#respond input#submit--underline:after, #respond input#submit--underlined:after, .button--underline:after, .button--underlined:after, .woocommerce-form-row .button--underline:after, .woocommerce-form-row .button--underlined:after, .woocommerce .button.button--underline:after, .woocommerce .button.button--underlined:after, a.button--underline:after, a.button--underlined:after, button.button--underline:after, button.button--underlined:after, input.button--underline:after, input.button--underlined:after {
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 50%;
}

#respond input#submit--underline--dark, #respond input#submit--underlined--dark, .button--underline--dark, .button--underlined--dark, .woocommerce-form-row .button--underline--dark, .woocommerce-form-row .button--underlined--dark, .woocommerce .button.button--underline--dark, .woocommerce .button.button--underlined--dark, a.button--underline--dark, a.button--underlined--dark, button.button--underline--dark, button.button--underlined--dark, input.button--underline--dark, input.button--underlined--dark {
	color: #000;
}

#respond input#submit--underline--dark:after, #respond input#submit--underlined--dark:after, .button--underline--dark:after, .button--underlined--dark:after, .woocommerce-form-row .button--underline--dark:after, .woocommerce-form-row .button--underlined--dark:after, .woocommerce .button.button--underline--dark:after, .woocommerce .button.button--underlined--dark:after, a.button--underline--dark:after, a.button--underlined--dark:after, button.button--underline--dark:after, button.button--underlined--dark:after, input.button--underline--dark:after, input.button--underlined--dark:after {
	background-color: currentColor;
}

#respond input#submit--underline--light, #respond input#submit--underlined--light, .button--underline--light, .button--underlined--light, .woocommerce-form-row .button--underline--light, .woocommerce-form-row .button--underlined--light, .woocommerce .button.button--underline--light, .woocommerce .button.button--underlined--light, a.button--underline--light, a.button--underlined--light, button.button--underline--light, button.button--underlined--light, input.button--underline--light, input.button--underlined--light {
	color: #fff;
}

#respond input#submit--underline--light:after, #respond input#submit--underlined--light:after, .button--underline--light:after, .button--underlined--light:after, .woocommerce-form-row .button--underline--light:after, .woocommerce-form-row .button--underlined--light:after, .woocommerce .button.button--underline--light:after, .woocommerce .button.button--underlined--light:after, a.button--underline--light:after, a.button--underlined--light:after, button.button--underline--light:after, button.button--underlined--light:after, input.button--underline--light:after, input.button--underlined--light:after {
	background-color: currentColor;
}

#respond input#submit--underline--center:after, #respond input#submit--underlined--center:after, .button--underline--center:after, .button--underlined--center:after, .woocommerce-form-row .button--underline--center:after, .woocommerce-form-row .button--underlined--center:after, .woocommerce .button.button--underline--center:after, .woocommerce .button.button--underlined--center:after, a.button--underline--center:after, a.button--underlined--center:after, button.button--underline--center:after, button.button--underlined--center:after, input.button--underline--center:after, input.button--underlined--center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#respond input#submit--underline--inline, #respond input#submit--underlined--inline, .button--underline--inline, .button--underlined--inline, .woocommerce-form-row .button--underline--inline, .woocommerce-form-row .button--underlined--inline, .woocommerce .button.button--underline--inline, .woocommerce .button.button--underlined--inline, a.button--underline--inline, a.button--underlined--inline, button.button--underline--inline, button.button--underlined--inline, input.button--underline--inline, input.button--underlined--inline {
	padding-bottom: .3125rem;
}

#respond input#submit--underline:hover, #respond input#submit--underlined:hover, .button--underline:hover, .button--underlined:hover, .woocommerce-form-row .button--underline:hover, .woocommerce-form-row .button--underlined:hover, .woocommerce .button.button--underline:hover, .woocommerce .button.button--underlined:hover, a.button--underline:hover, a.button--underlined:hover, button.button--underline:hover, button.button--underlined:hover, input.button--underline:hover, input.button--underlined:hover {
	background-color: transparent;
}

#respond input#submit--underline:hover:after, #respond input#submit--underlined:hover:after, .button--underline:hover:after, .button--underlined:hover:after, .woocommerce-form-row .button--underline:hover:after, .woocommerce-form-row .button--underlined:hover:after, .woocommerce .button.button--underline:hover:after, .woocommerce .button.button--underlined:hover:after, a.button--underline:hover:after, a.button--underlined:hover:after, button.button--underline:hover:after, button.button--underlined:hover:after, input.button--underline:hover:after, input.button--underlined:hover:after {
	width: 100%;
}

#respond input#submit--with-icon, .button--with-icon, .woocommerce-form-row .button--with-icon, .woocommerce .button.button--with-icon, a.button--with-icon, button.button--with-icon, input.button--with-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#respond input#submit--with-icon svg, .button--with-icon svg, .woocommerce-form-row .button--with-icon svg, .woocommerce .button.button--with-icon svg, a.button--with-icon svg, button.button--with-icon svg, input.button--with-icon svg {
	margin-right: .625rem;
}

#respond input#submit--read-more, .button--read-more, .woocommerce-form-row .button--read-more, .woocommerce .button.button--read-more, a.button--read-more, button.button--read-more, input.button--read-more {
	border: none;
	font-size: .625rem;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
}

#respond input#submit--read-more:before, .button--read-more:before, .woocommerce-form-row .button--read-more:before, .woocommerce .button.button--read-more:before, a.button--read-more:before, button.button--read-more:before, input.button--read-more:before {
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(0deg, #fff, #fff 25%, hsla(0, 0%, 100%, 0));
	bottom: 100%;
	content: "";
	height: 3.125rem;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	width: 100%;
}

#respond input#submit--read-more:hover, .button--read-more:hover, .woocommerce-form-row .button--read-more:hover, .woocommerce .button.button--read-more:hover, a.button--read-more:hover, button.button--read-more:hover, input.button--read-more:hover {
	border: none;
}

#respond input#submit--read-more:hover:before, .button--read-more:hover:before, .woocommerce-form-row .button--read-more:hover:before, .woocommerce .button.button--read-more:hover:before, a.button--read-more:hover:before, button.button--read-more:hover:before, input.button--read-more:hover:before {
	height: 1.25rem;
}

#respond input#submit--read-more.no-grad:before, .button--read-more.no-grad:before, .woocommerce-form-row .button--read-more.no-grad:before, .woocommerce .button.button--read-more.no-grad:before, a.button--read-more.no-grad:before, button.button--read-more.no-grad:before, input.button--read-more.no-grad:before {
	display: none;
	height: 0;
}

@media (min-width:730px) {
	#respond input#submit--read-more, .button--read-more, .woocommerce-form-row .button--read-more, .woocommerce .button.button--read-more, a.button--read-more, button.button--read-more, input.button--read-more {
		display: none;
	}
}

#respond input#submit--no-padding, .button--no-padding, .woocommerce-form-row .button--no-padding, .woocommerce .button.button--no-padding, a.button--no-padding, button.button--no-padding, input.button--no-padding {
	padding: 0;
}

#respond input#submit--mini-outline, .button--mini-outline, .woocommerce-form-row .button--mini-outline, .woocommerce .button.button--mini-outline, a.button--mini-outline, button.button--mini-outline, input.button--mini-outline {
	background-color: #fff;
	border: 1px solid #000;
	font-size: .625rem;
	padding: .125rem .625rem;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#respond input#submit--mini-outline:hover, .button--mini-outline:hover, .woocommerce-form-row .button--mini-outline:hover, .woocommerce .button.button--mini-outline:hover, a.button--mini-outline:hover, button.button--mini-outline:hover, input.button--mini-outline:hover {
	background-color: #000;
	color: #fff;
}

#respond input#submit--mini-filled, .button--mini-filled, .woocommerce-form-row .button--mini-filled, .woocommerce .button.button--mini-filled, a.button--mini-filled, button.button--mini-filled, input.button--mini-filled {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: .625rem;
	padding: .125rem .625rem;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#respond input#submit--mini-filled:hover, .button--mini-filled:hover, .woocommerce-form-row .button--mini-filled:hover, .woocommerce .button.button--mini-filled:hover, a.button--mini-filled:hover, button.button--mini-filled:hover, input.button--mini-filled:hover {
	background-color: #fff;
	color: #000;
}

#respond input#submit--bordered-inverted, #respond input#submit--bordered-normal, .button--bordered-inverted, .button--bordered-normal, .woocommerce-form-row .button--bordered-inverted, .woocommerce-form-row .button--bordered-normal, .woocommerce .button.button--bordered-inverted, .woocommerce .button.button--bordered-normal, a.button--bordered-inverted, a.button--bordered-normal, button.button--bordered-inverted, button.button--bordered-normal, input.button--bordered-inverted, input.button--bordered-normal {
	border: 1px solid;
	line-height: 1;
	text-transform: capitalize;
}

#respond input#submit--bordered-normal, .button--bordered-normal, .woocommerce-form-row .button--bordered-normal, .woocommerce .button.button--bordered-normal, a.button--bordered-normal, button.button--bordered-normal, input.button--bordered-normal {
	background-color: transparent;
	color: #000;
}

#respond input#submit--bordered-normal:hover, .button--bordered-normal:hover, .woocommerce-form-row .button--bordered-normal:hover, .woocommerce .button.button--bordered-normal:hover, a.button--bordered-normal:hover, button.button--bordered-normal:hover, input.button--bordered-normal:hover {
	background-color: #000;
	color: #fff;
}

#respond input#submit--bordered-inverted, .button--bordered-inverted, .woocommerce-form-row .button--bordered-inverted, .woocommerce .button.button--bordered-inverted, a.button--bordered-inverted, button.button--bordered-inverted, input.button--bordered-inverted {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

#respond input#submit--bordered-inverted:hover, .button--bordered-inverted:hover, .woocommerce-form-row .button--bordered-inverted:hover, .woocommerce .button.button--bordered-inverted:hover, a.button--bordered-inverted:hover, button.button--bordered-inverted:hover, input.button--bordered-inverted:hover {
	background-color: transparent;
	color: #000;
}

#respond input#submit--loading, .button--loading, .woocommerce-form-row .button--loading, .woocommerce .button.button--loading, a.button--loading, button.button--loading, input.button--loading {
	background-color: transparent;
	border-color: #666;
	cursor: not-allowed;
	font-size: 0;
	position: relative;
}

#respond input#submit--loading svg, .button--loading svg, .woocommerce-form-row .button--loading svg, .woocommerce .button.button--loading svg, a.button--loading svg, button.button--loading svg, input.button--loading svg {
	display: none;
}

#respond input#submit--loading:before, .button--loading:before, .woocommerce-form-row .button--loading:before, .woocommerce .button.button--loading:before, a.button--loading:before, button.button--loading:before, input.button--loading:before {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/loader.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: .4375rem;
	width: 1.5rem;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.u-background-colour--black #respond input#submit.button--bordered-normal, .u-background-colour--black .button.button--bordered-normal, .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal, .u-background-colour--black .woocommerce .button.button.button--bordered-normal, .u-background-colour--black a.button.button--bordered-normal, .u-background-colour--black button.button.button--bordered-normal, .u-background-colour--black input.button.button--bordered-normal {
	background-color: transparent;
	color: #fff;
}

.u-background-colour--black #respond input#submit.button--bordered-inverted, .u-background-colour--black #respond input#submit.button--bordered-normal:hover, .u-background-colour--black .button.button--bordered-inverted, .u-background-colour--black .button.button--bordered-normal:hover, .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted, .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal:hover, .u-background-colour--black .woocommerce .button.button.button--bordered-inverted, .u-background-colour--black .woocommerce .button.button.button--bordered-normal:hover, .u-background-colour--black a.button.button--bordered-inverted, .u-background-colour--black a.button.button--bordered-normal:hover, .u-background-colour--black button.button.button--bordered-inverted, .u-background-colour--black button.button.button--bordered-normal:hover, .u-background-colour--black input.button.button--bordered-inverted, .u-background-colour--black input.button.button--bordered-normal:hover {
	background-color: #fff;
	color: #000;
}

.u-background-colour--black #respond input#submit.button--bordered-inverted:hover, .u-background-colour--black .button.button--bordered-inverted:hover, .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted:hover, .u-background-colour--black .woocommerce .button.button.button--bordered-inverted:hover, .u-background-colour--black a.button.button--bordered-inverted:hover, .u-background-colour--black button.button.button--bordered-inverted:hover, .u-background-colour--black input.button.button--bordered-inverted:hover {
	background-color: transparent;
	color: #fff;
}

img:not([srcset]) {
	visibility: hidden;
}

img[src] {
	visibility: visible;
}

.fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.layout {
	position: relative;
}

@supports (display:grid) {
	.layout--column {
		display: grid;
		grid-template-columns: 1.25rem 1fr 1.25rem;
		gap: 0;
	}
}

@supports (display:grid) {
	.layout--grid {
		display: grid;
		grid-template-columns: 1.25rem repeat(12, [col-start] 1fr) 1.25rem;
		gap: 0;
	}
}

@supports (display:grid) {
	.layout--grid.no-gutter {
		display: grid;
		grid-template-columns: repeat(12, [col-start] 1fr);
		gap: 0;
	}
}

.layout--full {
	grid-column: 1/-1;
}

@media (min-width:730px) {
	@supports (display:grid) {
		.layout--column {
			display: grid;
			grid-template-columns: 1.25rem 1fr 1.25rem;
			gap: 0 1.25rem;
		}
	}
	
	.layout--grid {
		grid-gap: 0 1.25rem;
	}
}

.site-content {
	overflow-x: hidden;
	grid-column: 1/-1;
	grid-row: 2;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.site-content__background:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: calc(75% + 20px);
	left: calc(25% + 8px);
	background: #fff;
	z-index: -1;
}

@media (min-width:730px) {
	.site-content__background:after {
		background: #f7f7f7;
		width: 58.2%;
		right: 0;
		left: unset;
	}
}

.site-content__background--full-mid-white:after {
	width: 100%;
	left: 0;
}

@media (min-width:730px) {
	.site-content__background--full-mid-white:after {
		width: 100%;
	}
}

.site-content__overlay {
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s;
}

.site-content__overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, .8);
}

* {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	opacity: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

::-moz-placeholder {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	opacity: 1;
	-moz-transition: color .3s;
	transition: color .3s;
}

:-ms-input-placeholder {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	opacity: 1;
	-ms-transition: color .3s;
	transition: color .3s;
}

::-ms-input-placeholder {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	opacity: 1;
	-ms-transition: color .3s;
	transition: color .3s;
}

::placeholder {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	opacity: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

:focus::-webkit-input-placeholder {
	color: transparent !important;
}

:focus::-moz-placeholder {
	color: transparent !important;
}

:focus:-ms-input-placeholder {
	color: transparent !important;
}

:focus::-ms-input-placeholder {
	color: transparent !important;
}

:focus::placeholder {
	color: transparent !important;
}

::selection {
	background: #4d4d4d;
}

::-moz-selection {
	background: #4d4d4d;
}

html {
	scroll-padding-top: 100px;
}

body, html {
	font-size: 14px;
	margin: 0;
	padding: 0;
	position: relative;
}

@media screen and (min-width:320px) {
	body, html {
		font-size: calc(13.42857px + .17857vw);
	}
}

@media screen and (min-width:1440px) {
	body, html {
		font-size: 16px;
	}
}

body.locked, html.locked {
	overflow: hidden;
	position: relative;
	height: 100vh;
}

body {
	background-color: #fff;
	color: #000;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

#fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	pointer-events: none;
	background: #000;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#fader.fade-out svg {
	top: 50%;
	position: absolute;
	width: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#fader.fade-out {
	opacity: 0;
	-webkit-animation-name: fade-out;
	animation-name: fade-out;
}

#fader.fade-out svg {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

#fader.fade-in {
	opacity: 1;
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
}

#fader .ad-logo {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

#fader .ad-logo svg {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: .75;
	}
}

@keyframes pulse {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: .75;
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

figure {
	padding: 0;
	margin: 0;
}

figure figcaption {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

figure figcaption.caption {
	padding: .625rem;
}

address {
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	padding: 1.25rem !important;
	margin-top: 1.25rem;
	color: #333;
}

#wpadminbar {
	z-index: 9999999999999 !important;
}

pre.sf-dump, pre.sf-dump .sf-dump-default {
	position: relative !important;
	position: absolute;
	grid-column: 1/-1;
	width: 100%;
	z-index: 10000000000000000;
}

h1 {
	font-size: 2.25rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
}

@media only screen and (min-width:730px) {
	h1 {
		font-size: 4.375rem;
	}
}

h2 {
	font-size: 1.875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
}

@media (min-width:730px) {
	h2 {
		font-size: 2.5rem;
	}
}

h3 {
	font-size: 1.625rem;
	letter-spacing: 1.5px;
}

h3, h4 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

h4 {
	font-size: 1.5rem;
	letter-spacing: 1px;
}

@media only screen and (max-width:768px) {
	h4 {
		font-size: 1.25rem;
	}
}

h5 {
	font-size: .875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

@media only screen and (max-width:768px) {
	h5 {
		font-size: .75rem;
	}
}

h6 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
	letter-spacing: 1.5px;
}

@media only screen and (max-width:768px) {
	h6 {
		font-size: .75rem;
	}
}

p {
	font-size: 1rem;
	color: #666;
	line-height: 1.6;
}

@media only screen and (max-width:768px) {
	p {
		font-size: 1.125rem;
	}
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

b, strong {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

em {
	font-style: italic;
}

a {
	color: inherit;
	text-decoration: none;
}

a img {
	vertical-align: bottom;
}

img {
	height: auto;
	max-width: 100%;
}

button, input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

abbr[title] {
	text-decoration: none;
}

hr {
	height: 1px;
	background: #000;
	color: #000;
	width: 66%;
	border: none;
	margin: 0;
}

address {
	font-style: normal;
}

iframe {
	border: 0;
}

sub, sup {
	font-size: .7em;
}

sub {
	bottom: -.25rem;
	vertical-align: sub;
}

sup {
	top: -.25rem;
	vertical-align: super;
}

ul {
	padding-left: 1.25rem;
	line-height: 2.4;
}

ul li {
	line-height: 1.4;
	padding-left: .625rem;
}

ul li::marker {
	color: #f5c44e;
	padding-right: 1.25rem;
}

button, input, select, textarea {
	border-radius: 0;
	color: inherit;
	font: inherit;
	padding: 0;
	margin: 0;
}

button[readonly], input[readonly], select[readonly], textarea[readonly] {
	cursor: not-allowed;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=radio] input[type=checkbox], input[type=radio] input[type=radio] {
	position: absolute;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
}

input[type=radio] input[type=checkbox]:checked+label:after, input[type=radio] input[type=checkbox]:checked+span:after, input[type=radio] input[type=radio]:checked+label:after, input[type=radio] input[type=radio]:checked+span:after {
	display: inline-block;
}

input[type=radio] input[type=checkbox]+label, input[type=radio] input[type=checkbox]+span, input[type=radio] input[type=radio]+label, input[type=radio] input[type=radio]+span {
	font-size: .875rem;
	display: inline-block;
	margin-left: 1rem;
	padding: 0 0 0 1rem;
	position: relative;
	line-height: 1.5;
}

input[type=radio] input[type=checkbox]+label:after, input[type=radio] input[type=checkbox]+label:before, input[type=radio] input[type=checkbox]+span:after, input[type=radio] input[type=checkbox]+span:before, input[type=radio] input[type=radio]+label:after, input[type=radio] input[type=radio]+label:before, input[type=radio] input[type=radio]+span:after, input[type=radio] input[type=radio]+span:before {
	content: "";
	position: absolute;
}

input[type=radio] input[type=checkbox]+label:before, input[type=radio] input[type=checkbox]+span:before, input[type=radio] input[type=radio]+label:before, input[type=radio] input[type=radio]+span:before {
	background-color: transparent;
	border: 1px solid #000;
	display: block;
	height: 1.5rem;
	left: -1rem;
	width: 1.5rem;
}

input[type=radio] input[type=checkbox]+label:after, input[type=radio] input[type=checkbox]+span:after, input[type=radio] input[type=radio]+label:after, input[type=radio] input[type=radio]+span:after {
	border: 1px solid #000;
	border-left: 0;
	border-top: 0;
	display: none;
	height: 1rem;
	left: -.4rem;
	position: absolute;
	top: .25rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: .4rem;
}

input[type=radio] input[type=checkbox]:checked:before, input[type=radio] input[type=radio]:checked:before {
	opacity: 1;
	background-color: #000;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

select {
	background-color: transparent;
	display: block;
	height: 2.8rem;
	line-height: 2.8rem;
	width: 100%;
}

.ui-datepicker {
	background: #fff;
	padding: 10px;
	border: 1px solid #000;
	margin-top: -2.0625rem;
	z-index: 10 !important;
}

.ui-datepicker-prev {
	margin-right: 50%;
	text-align: left;
}

.ui-datepicker-next {
	text-align: right;
}

.ui-datepicker-title {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.ui-datepicker-month, .ui-datepicker-year {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #000;
}

.ui-datepicker-month option:checked, .ui-datepicker-year option:checked {
	position: relative;
}

.ui-datepicker-month option:checked:before, .ui-datepicker-year option:checked:before {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/triangle-down.svg");
	background-repeat: no-repeat;
	background-position: 100%;
	width: 1.1875rem;
	height: 1.1875rem;
}

.ui-datepicker-today {
	background-color: #000;
	border-radius: 4px;
}

.ui-datepicker-today a {
	color: #fff;
}

table {
	width: 100%;
}

table td, table th {
	text-align: center;
}

table td a {
	display: block;
	padding: 5px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.gform_wrapper, .standard-form {
	text-align: left;
	position: relative;
}

.gform_wrapper .fields, .gform_wrapper .gform_fields, .standard-form .fields, .standard-form .gform_fields {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gform_wrapper .gfield, .standard-form .gfield {
	list-style: none;
	padding: 0;
}

.gform_wrapper .gfield_required, .standard-form .gfield_required {
	color: #e64b4b;
	margin-left: .20833rem;
}

.gform_wrapper .gfield_label, .gform_wrapper .gfield_label_before_complex, .gform_wrapper label, .standard-form .gfield_label, .standard-form .gfield_label_before_complex, .standard-form label {
	display: block;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	margin-bottom: .625rem;
	color: #000;
	padding: 0;
}

.gform_wrapper button:not(.browser-default):not(.button), .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]), .gform_wrapper select, .gform_wrapper textarea, .standard-form button:not(.browser-default):not(.button), .standard-form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .standard-form select, .standard-form textarea {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font: inherit;
	line-height: 2.8rem;
	padding: 0 1rem;
	width: 100%;
}

.gform_wrapper textarea, .standard-form textarea {
	display: block;
	height: 4rem;
}

.gform_wrapper .gf_name_has_2, .standard-form .gf_name_has_2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:730px) {
	.gform_wrapper .gf_name_has_2, .standard-form .gf_name_has_2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.gform_wrapper .gfield_header_item, .gform_wrapper .gfield_list_group_item, .standard-form .gfield_header_item, .standard-form .gfield_list_group_item {
	width: calc(50% - .5rem);
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.gform_wrapper .name_first, .gform_wrapper .name_last, .standard-form .name_first, .standard-form .name_last {
	width: 100%;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

@media (min-width:730px) {
	.gform_wrapper .name_first, .gform_wrapper .name_last, .standard-form .name_first, .standard-form .name_last {
		width: calc(50% - .5rem);
	}
}

.gform_wrapper .gfield_list_group, .gform_wrapper .gfield_list_group .gfield_list_icons, .gform_wrapper .gfield_list_header, .standard-form .gfield_list_group, .standard-form .gfield_list_group .gfield_list_icons, .standard-form .gfield_list_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gform_wrapper .gfield_list_group .gfield_list_icons, .standard-form .gfield_list_group .gfield_list_icons {
	width: 100%;
}

.gform_wrapper .gfield_list_group .gfield_list_icons .add_list_item, .standard-form .gfield_list_group .gfield_list_icons .add_list_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	text-align: left;
}

.gform_wrapper .gfield_list_group .gfield_list_icons .add_list_item:before, .standard-form .gfield_list_group .gfield_list_icons .add_list_item:before {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/plus.svg");
	background-repeat: no-repeat;
	background-position: 50%;
	width: 1.1875rem;
	height: 1.1875rem;
}

.gform_wrapper .gfield_list_group .gfield_list_icons .delete_list_item, .standard-form .gfield_list_group .gfield_list_icons .delete_list_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	text-align: right;
}

.gform_wrapper .gfield_list_group .gfield_list_icons .delete_list_item:after, .standard-form .gfield_list_group .gfield_list_icons .delete_list_item:after {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/minus.svg");
	background-repeat: no-repeat;
	background-position: 50%;
	width: 1.1875rem;
	height: 1.1875rem;
}

.gform_wrapper .gfield_list_group .gfield_list_icons .add_list_item, .gform_wrapper .gfield_list_group .gfield_list_icons .delete_list_item, .standard-form .gfield_list_group .gfield_list_icons .add_list_item, .standard-form .gfield_list_group .gfield_list_icons .delete_list_item {
	width: calc(50% - .5rem);
	border: none;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.gform_wrapper .gfield, .standard-form .gfield {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	position: relative;
	width: 100%;
}

.gform_wrapper .gfield .hide-label, .standard-form .gfield .hide-label {
	position: absolute;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
}

.gform_wrapper .gfield:not(:last-child), .standard-form .gfield:not(:last-child) {
	margin-bottom: 1rem;
}

@media (min-width:730px) {
	.gform_wrapper .gfield--width-quarter, .standard-form .gfield--width-quarter {
		width: calc(25% - .5rem);
	}
}

.gform_wrapper .gfield--width-half, .gform_wrapper .gfield--width-half .ginput_container, .standard-form .gfield--width-half, .standard-form .gfield--width-half .ginput_container {
	width: 100%;
}

@media (min-width:730px) {
	.gform_wrapper .gfield--width-half, .standard-form .gfield--width-half {
		width: calc(50% - .5rem);
	}
}

.gform_wrapper select, .standard-form select {
	color: #999 !important;
	cursor: pointer;
	padding-right: 40px;
	z-index: 9;
	position: relative;
}

.gform_wrapper select:checked, .standard-form select:checked {
	color: #999 !important;
}

.gform_wrapper .ginput_container span:not(:last-child):not(.gfield_required), .standard-form .ginput_container span:not(:last-child):not(.gfield_required) {
	display: block;
	margin-bottom: 1rem;
}

.gform_wrapper .ginput_container_select, .standard-form .ginput_container_select {
	position: relative;
	display: inline-block;
	text-align: left;
}

.gform_wrapper .ginput_container_select:before, .standard-form .ginput_container_select:before {
	position: absolute;
	content: "";
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: .3125rem;
	right: 1.25rem;
	top: .9375rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.u-background-colour--black .gform_wrapper .ginput_container_select:before, .u-background-colour--black .standard-form .ginput_container_select:before {
	border-color: #fff;
}

.gform_wrapper .ginput_container_select.active:before, .gform_wrapper .ginput_container_select.active:not(:checked):before, .gform_wrapper .ginput_container_select:checked:before, .gform_wrapper .ginput_container_select:checked:not(:checked):before, .standard-form .ginput_container_select.active:before, .standard-form .ginput_container_select.active:not(:checked):before, .standard-form .ginput_container_select:checked:before, .standard-form .ginput_container_select:checked:not(:checked):before {
	top: 1.1875rem;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .ginput_container_consent, .gform_wrapper .radio, .standard-form .gfield_checkbox, .standard-form .ginput_container_consent, .standard-form .radio {
	min-height: 2rem;
	min-width: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gform_wrapper .gfield_checkbox [class^=gchoice], .gform_wrapper .ginput_container_consent [class^=gchoice], .gform_wrapper .radio [class^=gchoice], .standard-form .gfield_checkbox [class^=gchoice], .standard-form .ginput_container_consent [class^=gchoice], .standard-form .radio [class^=gchoice] {
	margin-bottom: .75rem;
}

.gform_wrapper .gfield_checkbox input[type=checkbox], .gform_wrapper .gfield_checkbox input[type=radio], .gform_wrapper .ginput_container_consent input[type=checkbox], .gform_wrapper .ginput_container_consent input[type=radio], .gform_wrapper .radio input[type=checkbox], .gform_wrapper .radio input[type=radio], .standard-form .gfield_checkbox input[type=checkbox], .standard-form .gfield_checkbox input[type=radio], .standard-form .ginput_container_consent input[type=checkbox], .standard-form .ginput_container_consent input[type=radio], .standard-form .radio input[type=checkbox], .standard-form .radio input[type=radio] {
	position: absolute;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
}

.gform_wrapper .gfield_checkbox input[type=checkbox]:checked+label:after, .gform_wrapper .gfield_checkbox input[type=checkbox]:checked+span:after, .gform_wrapper .gfield_checkbox input[type=radio]:checked+label:after, .gform_wrapper .gfield_checkbox input[type=radio]:checked+span:after, .gform_wrapper .ginput_container_consent input[type=checkbox]:checked+label:after, .gform_wrapper .ginput_container_consent input[type=checkbox]:checked+span:after, .gform_wrapper .ginput_container_consent input[type=radio]:checked+label:after, .gform_wrapper .ginput_container_consent input[type=radio]:checked+span:after, .gform_wrapper .radio input[type=checkbox]:checked+label:after, .gform_wrapper .radio input[type=checkbox]:checked+span:after, .gform_wrapper .radio input[type=radio]:checked+label:after, .gform_wrapper .radio input[type=radio]:checked+span:after, .standard-form .gfield_checkbox input[type=checkbox]:checked+label:after, .standard-form .gfield_checkbox input[type=checkbox]:checked+span:after, .standard-form .gfield_checkbox input[type=radio]:checked+label:after, .standard-form .gfield_checkbox input[type=radio]:checked+span:after, .standard-form .ginput_container_consent input[type=checkbox]:checked+label:after, .standard-form .ginput_container_consent input[type=checkbox]:checked+span:after, .standard-form .ginput_container_consent input[type=radio]:checked+label:after, .standard-form .ginput_container_consent input[type=radio]:checked+span:after, .standard-form .radio input[type=checkbox]:checked+label:after, .standard-form .radio input[type=checkbox]:checked+span:after, .standard-form .radio input[type=radio]:checked+label:after, .standard-form .radio input[type=radio]:checked+span:after {
	display: inline-block;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]+label, .gform_wrapper .gfield_checkbox input[type=checkbox]+span, .gform_wrapper .gfield_checkbox input[type=radio]+label, .gform_wrapper .gfield_checkbox input[type=radio]+span, .gform_wrapper .ginput_container_consent input[type=checkbox]+label, .gform_wrapper .ginput_container_consent input[type=checkbox]+span, .gform_wrapper .ginput_container_consent input[type=radio]+label, .gform_wrapper .ginput_container_consent input[type=radio]+span, .gform_wrapper .radio input[type=checkbox]+label, .gform_wrapper .radio input[type=checkbox]+span, .gform_wrapper .radio input[type=radio]+label, .gform_wrapper .radio input[type=radio]+span, .standard-form .gfield_checkbox input[type=checkbox]+label, .standard-form .gfield_checkbox input[type=checkbox]+span, .standard-form .gfield_checkbox input[type=radio]+label, .standard-form .gfield_checkbox input[type=radio]+span, .standard-form .ginput_container_consent input[type=checkbox]+label, .standard-form .ginput_container_consent input[type=checkbox]+span, .standard-form .ginput_container_consent input[type=radio]+label, .standard-form .ginput_container_consent input[type=radio]+span, .standard-form .radio input[type=checkbox]+label, .standard-form .radio input[type=checkbox]+span, .standard-form .radio input[type=radio]+label, .standard-form .radio input[type=radio]+span {
	font-size: .875rem;
	display: inline-block;
	margin-left: 1rem;
	padding: 0 0 0 1rem;
	position: relative;
	line-height: 1.5;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]+label:after, .gform_wrapper .gfield_checkbox input[type=checkbox]+label:before, .gform_wrapper .gfield_checkbox input[type=checkbox]+span:after, .gform_wrapper .gfield_checkbox input[type=checkbox]+span:before, .gform_wrapper .gfield_checkbox input[type=radio]+label:after, .gform_wrapper .gfield_checkbox input[type=radio]+label:before, .gform_wrapper .gfield_checkbox input[type=radio]+span:after, .gform_wrapper .gfield_checkbox input[type=radio]+span:before, .gform_wrapper .ginput_container_consent input[type=checkbox]+label:after, .gform_wrapper .ginput_container_consent input[type=checkbox]+label:before, .gform_wrapper .ginput_container_consent input[type=checkbox]+span:after, .gform_wrapper .ginput_container_consent input[type=checkbox]+span:before, .gform_wrapper .ginput_container_consent input[type=radio]+label:after, .gform_wrapper .ginput_container_consent input[type=radio]+label:before, .gform_wrapper .ginput_container_consent input[type=radio]+span:after, .gform_wrapper .ginput_container_consent input[type=radio]+span:before, .gform_wrapper .radio input[type=checkbox]+label:after, .gform_wrapper .radio input[type=checkbox]+label:before, .gform_wrapper .radio input[type=checkbox]+span:after, .gform_wrapper .radio input[type=checkbox]+span:before, .gform_wrapper .radio input[type=radio]+label:after, .gform_wrapper .radio input[type=radio]+label:before, .gform_wrapper .radio input[type=radio]+span:after, .gform_wrapper .radio input[type=radio]+span:before, .standard-form .gfield_checkbox input[type=checkbox]+label:after, .standard-form .gfield_checkbox input[type=checkbox]+label:before, .standard-form .gfield_checkbox input[type=checkbox]+span:after, .standard-form .gfield_checkbox input[type=checkbox]+span:before, .standard-form .gfield_checkbox input[type=radio]+label:after, .standard-form .gfield_checkbox input[type=radio]+label:before, .standard-form .gfield_checkbox input[type=radio]+span:after, .standard-form .gfield_checkbox input[type=radio]+span:before, .standard-form .ginput_container_consent input[type=checkbox]+label:after, .standard-form .ginput_container_consent input[type=checkbox]+label:before, .standard-form .ginput_container_consent input[type=checkbox]+span:after, .standard-form .ginput_container_consent input[type=checkbox]+span:before, .standard-form .ginput_container_consent input[type=radio]+label:after, .standard-form .ginput_container_consent input[type=radio]+label:before, .standard-form .ginput_container_consent input[type=radio]+span:after, .standard-form .ginput_container_consent input[type=radio]+span:before, .standard-form .radio input[type=checkbox]+label:after, .standard-form .radio input[type=checkbox]+label:before, .standard-form .radio input[type=checkbox]+span:after, .standard-form .radio input[type=checkbox]+span:before, .standard-form .radio input[type=radio]+label:after, .standard-form .radio input[type=radio]+label:before, .standard-form .radio input[type=radio]+span:after, .standard-form .radio input[type=radio]+span:before {
	content: "";
	position: absolute;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]+label:before, .gform_wrapper .gfield_checkbox input[type=checkbox]+span:before, .gform_wrapper .gfield_checkbox input[type=radio]+label:before, .gform_wrapper .gfield_checkbox input[type=radio]+span:before, .gform_wrapper .ginput_container_consent input[type=checkbox]+label:before, .gform_wrapper .ginput_container_consent input[type=checkbox]+span:before, .gform_wrapper .ginput_container_consent input[type=radio]+label:before, .gform_wrapper .ginput_container_consent input[type=radio]+span:before, .gform_wrapper .radio input[type=checkbox]+label:before, .gform_wrapper .radio input[type=checkbox]+span:before, .gform_wrapper .radio input[type=radio]+label:before, .gform_wrapper .radio input[type=radio]+span:before, .standard-form .gfield_checkbox input[type=checkbox]+label:before, .standard-form .gfield_checkbox input[type=checkbox]+span:before, .standard-form .gfield_checkbox input[type=radio]+label:before, .standard-form .gfield_checkbox input[type=radio]+span:before, .standard-form .ginput_container_consent input[type=checkbox]+label:before, .standard-form .ginput_container_consent input[type=checkbox]+span:before, .standard-form .ginput_container_consent input[type=radio]+label:before, .standard-form .ginput_container_consent input[type=radio]+span:before, .standard-form .radio input[type=checkbox]+label:before, .standard-form .radio input[type=checkbox]+span:before, .standard-form .radio input[type=radio]+label:before, .standard-form .radio input[type=radio]+span:before {
	background-color: transparent;
	border: 1px solid #000;
	display: block;
	height: 1.5rem;
	left: -1rem;
	width: 1.5rem;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]+label:after, .gform_wrapper .gfield_checkbox input[type=checkbox]+span:after, .gform_wrapper .gfield_checkbox input[type=radio]+label:after, .gform_wrapper .gfield_checkbox input[type=radio]+span:after, .gform_wrapper .ginput_container_consent input[type=checkbox]+label:after, .gform_wrapper .ginput_container_consent input[type=checkbox]+span:after, .gform_wrapper .ginput_container_consent input[type=radio]+label:after, .gform_wrapper .ginput_container_consent input[type=radio]+span:after, .gform_wrapper .radio input[type=checkbox]+label:after, .gform_wrapper .radio input[type=checkbox]+span:after, .gform_wrapper .radio input[type=radio]+label:after, .gform_wrapper .radio input[type=radio]+span:after, .standard-form .gfield_checkbox input[type=checkbox]+label:after, .standard-form .gfield_checkbox input[type=checkbox]+span:after, .standard-form .gfield_checkbox input[type=radio]+label:after, .standard-form .gfield_checkbox input[type=radio]+span:after, .standard-form .ginput_container_consent input[type=checkbox]+label:after, .standard-form .ginput_container_consent input[type=checkbox]+span:after, .standard-form .ginput_container_consent input[type=radio]+label:after, .standard-form .ginput_container_consent input[type=radio]+span:after, .standard-form .radio input[type=checkbox]+label:after, .standard-form .radio input[type=checkbox]+span:after, .standard-form .radio input[type=radio]+label:after, .standard-form .radio input[type=radio]+span:after {
	border: 1px solid #000;
	border-left: 0;
	border-top: 0;
	display: none;
	height: 1rem;
	left: -.4rem;
	position: absolute;
	top: .25rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: .4rem;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]:checked:before, .gform_wrapper .gfield_checkbox input[type=radio]:checked:before, .gform_wrapper .ginput_container_consent input[type=checkbox]:checked:before, .gform_wrapper .ginput_container_consent input[type=radio]:checked:before, .gform_wrapper .radio input[type=checkbox]:checked:before, .gform_wrapper .radio input[type=radio]:checked:before, .standard-form .gfield_checkbox input[type=checkbox]:checked:before, .standard-form .gfield_checkbox input[type=radio]:checked:before, .standard-form .ginput_container_consent input[type=checkbox]:checked:before, .standard-form .ginput_container_consent input[type=radio]:checked:before, .standard-form .radio input[type=checkbox]:checked:before, .standard-form .radio input[type=radio]:checked:before {
	opacity: 1;
	background-color: #000;
}

.gform_wrapper .gfield_checkbox a, .gform_wrapper .ginput_container_consent a, .gform_wrapper .radio a, .standard-form .gfield_checkbox a, .standard-form .ginput_container_consent a, .standard-form .radio a {
	color: #000;
	cursor: pointer;
	display: inline;
	line-height: 1.2;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.gform_wrapper .gfield_checkbox a:hover, .gform_wrapper .ginput_container_consent a:hover, .gform_wrapper .radio a:hover, .standard-form .gfield_checkbox a:hover, .standard-form .ginput_container_consent a:hover, .standard-form .radio a:hover {
	border-bottom: 1px solid #000;
}

.gform_wrapper .gfield_checkbox :disabled, .gform_wrapper .gfield_checkbox :disabled+label, .gform_wrapper .ginput_container_consent :disabled, .gform_wrapper .ginput_container_consent :disabled+label, .gform_wrapper .radio :disabled, .gform_wrapper .radio :disabled+label, .standard-form .gfield_checkbox :disabled, .standard-form .gfield_checkbox :disabled+label, .standard-form .ginput_container_consent :disabled, .standard-form .ginput_container_consent :disabled+label, .standard-form .radio :disabled, .standard-form .radio :disabled+label {
	cursor: not-allowed;
}

.gform_wrapper .gfield_checkbox :disabled+label, .gform_wrapper .ginput_container_consent :disabled+label, .gform_wrapper .radio :disabled+label, .standard-form .gfield_checkbox :disabled+label, .standard-form .ginput_container_consent :disabled+label, .standard-form .radio :disabled+label {
	opacity: .3;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .ginput_container_select:before, .standard-form--light_wrapper .gform_wrapper--light .ginput_container_select:before {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gform_footer .button--dark, .standard-form--light_wrapper .gform_wrapper--light .gform_footer .button--dark {
	background: #fff;
	color: #000;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gform_footer .button--dark:after, .standard-form--light_wrapper .gform_wrapper--light .gform_footer .button--dark:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send.svg") no-repeat 50% transparent;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gform_footer .button--dark:hover, .standard-form--light_wrapper .gform_wrapper--light .gform_footer .button--dark:hover {
	color: #fff;
	border-color: #fff;
	background: #000;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gform_footer .button--dark:hover:after, .standard-form--light_wrapper .gform_wrapper--light .gform_footer .button--dark:hover:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send-black.svg") no-repeat 50% transparent;
}

.gform_wrapper--light_wrapper .gform_wrapper--light label, .standard-form--light_wrapper .gform_wrapper--light label {
	color: #fff;
}

.gform_wrapper--light_wrapper .gform_wrapper--light button:not(.browser-default):not(.button), .gform_wrapper--light_wrapper .gform_wrapper--light input:not([type=submit]):not([type=checkbox]):not([type=radio]), .gform_wrapper--light_wrapper .gform_wrapper--light select, .gform_wrapper--light_wrapper .gform_wrapper--light textarea, .standard-form--light_wrapper .gform_wrapper--light button:not(.browser-default):not(.button), .standard-form--light_wrapper .gform_wrapper--light input:not([type=submit]):not([type=checkbox]):not([type=radio]), .standard-form--light_wrapper .gform_wrapper--light select, .standard-form--light_wrapper .gform_wrapper--light textarea {
	border: 1px solid #fff;
	color: #fff;
}

.gform_wrapper--light_wrapper .gform_wrapper--light select:checked, .standard-form--light_wrapper .gform_wrapper--light select:checked {
	color: #999;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox, .gform_wrapper--light_wrapper .gform_wrapper--light .radio, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox, .standard-form--light_wrapper .gform_wrapper--light .radio {
	min-height: 2rem;
	min-width: 2rem;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox [class^=gchoice], .gform_wrapper--light_wrapper .gform_wrapper--light .radio [class^=gchoice], .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox [class^=gchoice], .standard-form--light_wrapper .gform_wrapper--light .radio [class^=gchoice] {
	margin-bottom: .75rem;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+label:after, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+label:before, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+span:after, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+span:before, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+label:after, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+label:before, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+span:after, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+span:before, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+label:after, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+label:before, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+span:after, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+span:before, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=radio]+label:after, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=radio]+label:before, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=radio]+span:after, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=radio]+span:before, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+label:after, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+label:before, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+span:after, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]+span:before, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+label:after, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+label:before, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+span:after, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]+span:before, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+label:after, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+label:before, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+span:after, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=checkbox]+span:before, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=radio]+label:after, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=radio]+label:before, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=radio]+span:after, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=radio]+span:before {
	border: 1px solid #fff;
}

.gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]:checked:before, .gform_wrapper--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]:checked:before, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=checkbox]:checked:before, .gform_wrapper--light_wrapper .gform_wrapper--light .radio input[type=radio]:checked:before, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=checkbox]:checked:before, .standard-form--light_wrapper .gform_wrapper--light .gfield_checkbox input[type=radio]:checked:before, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=checkbox]:checked:before, .standard-form--light_wrapper .gform_wrapper--light .radio input[type=radio]:checked:before {
	background-color: #fff;
}

.content-section {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.content-section .inner-content {
	margin-top: 1.25rem;
}

.content-section--reduced-padding {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.content-section--double-padding {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.content-section--reduced-padding-bottom {
	padding-bottom: 1.25rem;
}

.content-section--reduced-padding-top {
	padding-top: 1.25rem;
}

.content-section--no-padding-top {
	padding-top: 0;
}

.content-section--no-padding-bottom {
	padding-bottom: 0;
}

.content-section--no-padding {
	padding: 0;
}

@media (min-width:730px) {
	.content-section {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}
	
	.content-section .inner-content {
		margin-top: 2.5rem;
	}
	
	.content-section--reduced-padding {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
	
	.content-section--double-padding {
		padding-bottom: 10rem;
		padding-top: 10rem;
	}
	
	.content-section--reduced-padding-bottom {
		padding-bottom: 2.5rem;
	}
	
	.content-section--reduced-padding-top {
		padding-top: 2.5rem;
	}
	
	.content-section--no-padding-top {
		padding-top: 0;
	}
	
	.content-section--no-padding-bottom {
		padding-bottom: 0;
	}
	
	.content-section--no-padding {
		padding: 0;
	}
}

.woocommerce-MyAccount-content form label, .woocommerce form.checkout label, .woocommerce form.woocommerce-form-login label, .woocommerce form.woocommerce-form-register label, form.woocommerce-checkout label, form.woocommerce-EditAccountForm label, form.woocommerce-ResetPassword label, form.woocommerce-shipping-calculator label {
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	margin-bottom: .3125rem;
}

.woocommerce-MyAccount-content form label.woocommerce-form__label-for-checkbox, .woocommerce form.checkout label.woocommerce-form__label-for-checkbox, .woocommerce form.woocommerce-form-login label.woocommerce-form__label-for-checkbox, .woocommerce form.woocommerce-form-register label.woocommerce-form__label-for-checkbox, form.woocommerce-checkout label.woocommerce-form__label-for-checkbox, form.woocommerce-EditAccountForm label.woocommerce-form__label-for-checkbox, form.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox, form.woocommerce-shipping-calculator label.woocommerce-form__label-for-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: .625rem 0;
}

.woocommerce-MyAccount-content form .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox, .woocommerce form.checkout .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox, .woocommerce form.woocommerce-form-login .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox, .woocommerce form.woocommerce-form-register .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox, form.woocommerce-checkout .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox, form.woocommerce-EditAccountForm .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox, form.woocommerce-ResetPassword .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox, form.woocommerce-shipping-calculator .woocommerce-terms-and-conditions+.form-row label.woocommerce-form__label-for-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce-MyAccount-content form .form-row.create-account, .woocommerce form.checkout .form-row.create-account, .woocommerce form.woocommerce-form-login .form-row.create-account, .woocommerce form.woocommerce-form-register .form-row.create-account, form.woocommerce-checkout .form-row.create-account, form.woocommerce-EditAccountForm .form-row.create-account, form.woocommerce-ResetPassword .form-row.create-account, form.woocommerce-shipping-calculator .form-row.create-account {
	padding: 0;
}

.woocommerce-MyAccount-content form .form-row .input-checkbox, .woocommerce form.checkout .form-row .input-checkbox, .woocommerce form.woocommerce-form-login .form-row .input-checkbox, .woocommerce form.woocommerce-form-register .form-row .input-checkbox, form.woocommerce-checkout .form-row .input-checkbox, form.woocommerce-EditAccountForm .form-row .input-checkbox, form.woocommerce-ResetPassword .form-row .input-checkbox, form.woocommerce-shipping-calculator .form-row .input-checkbox {
	display: inline-block !important;
}

.woocommerce-MyAccount-content form .form-row--disabled, .woocommerce form.checkout .form-row--disabled, .woocommerce form.woocommerce-form-login .form-row--disabled, .woocommerce form.woocommerce-form-register .form-row--disabled, form.woocommerce-checkout .form-row--disabled, form.woocommerce-EditAccountForm .form-row--disabled, form.woocommerce-ResetPassword .form-row--disabled, form.woocommerce-shipping-calculator .form-row--disabled {
	pointer-events: none;
}

.woocommerce-MyAccount-content form .form-row--disabled .woocommerce-input-wrapper, .woocommerce-MyAccount-content form .form-row--disabled .woocommerce-input-wrapper *, .woocommerce form.checkout .form-row--disabled .woocommerce-input-wrapper, .woocommerce form.checkout .form-row--disabled .woocommerce-input-wrapper *, .woocommerce form.woocommerce-form-login .form-row--disabled .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-login .form-row--disabled .woocommerce-input-wrapper *, .woocommerce form.woocommerce-form-register .form-row--disabled .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-register .form-row--disabled .woocommerce-input-wrapper *, form.woocommerce-checkout .form-row--disabled .woocommerce-input-wrapper, form.woocommerce-checkout .form-row--disabled .woocommerce-input-wrapper *, form.woocommerce-EditAccountForm .form-row--disabled .woocommerce-input-wrapper, form.woocommerce-EditAccountForm .form-row--disabled .woocommerce-input-wrapper *, form.woocommerce-ResetPassword .form-row--disabled .woocommerce-input-wrapper, form.woocommerce-ResetPassword .form-row--disabled .woocommerce-input-wrapper *, form.woocommerce-shipping-calculator .form-row--disabled .woocommerce-input-wrapper, form.woocommerce-shipping-calculator .form-row--disabled .woocommerce-input-wrapper * {
	background: #e3e3e3;
}

.woocommerce-MyAccount-content form .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container, .woocommerce form.checkout .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container, .woocommerce form.woocommerce-form-login .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container, .woocommerce form.woocommerce-form-register .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container, form.woocommerce-checkout .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container, form.woocommerce-EditAccountForm .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container, form.woocommerce-ResetPassword .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container, form.woocommerce-shipping-calculator .form-row--disabled .woocommerce-input-wrapper select[readonly].select2-hidden-accessible+.select2-container {
	pointer-events: none;
	-ms-touch-action: none;
	touch-action: none;
}

.woocommerce-MyAccount-content form .form-row--address-finder .woocommerce-input-wrapper, .woocommerce form.checkout .form-row--address-finder .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-login .form-row--address-finder .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-register .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-checkout .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-EditAccountForm .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-ResetPassword .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-shipping-calculator .form-row--address-finder .woocommerce-input-wrapper {
	display: block;
	width: 100%;
	margin: 0 0 .9375rem;
}

@media (min-width:730px) {
	.woocommerce-MyAccount-content form .form-row--address-finder .woocommerce-input-wrapper, .woocommerce form.checkout .form-row--address-finder .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-login .form-row--address-finder .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-register .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-checkout .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-EditAccountForm .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-ResetPassword .form-row--address-finder .woocommerce-input-wrapper, form.woocommerce-shipping-calculator .form-row--address-finder .woocommerce-input-wrapper {
		width: 40%;
		display: inline-block;
		margin: 0;
	}
}

.woocommerce-MyAccount-content form .form-row--address-finder .woocommerce-notices-wrapper, .woocommerce form.checkout .form-row--address-finder .woocommerce-notices-wrapper, .woocommerce form.woocommerce-form-login .form-row--address-finder .woocommerce-notices-wrapper, .woocommerce form.woocommerce-form-register .form-row--address-finder .woocommerce-notices-wrapper, form.woocommerce-checkout .form-row--address-finder .woocommerce-notices-wrapper, form.woocommerce-EditAccountForm .form-row--address-finder .woocommerce-notices-wrapper, form.woocommerce-ResetPassword .form-row--address-finder .woocommerce-notices-wrapper, form.woocommerce-shipping-calculator .form-row--address-finder .woocommerce-notices-wrapper {
	display: block;
	margin-top: 20px;
}

.woocommerce-MyAccount-content form .form-row--address-finder .woocommerce-notices-wrapper>span, .woocommerce form.checkout .form-row--address-finder .woocommerce-notices-wrapper>span, .woocommerce form.woocommerce-form-login .form-row--address-finder .woocommerce-notices-wrapper>span, .woocommerce form.woocommerce-form-register .form-row--address-finder .woocommerce-notices-wrapper>span, form.woocommerce-checkout .form-row--address-finder .woocommerce-notices-wrapper>span, form.woocommerce-EditAccountForm .form-row--address-finder .woocommerce-notices-wrapper>span, form.woocommerce-ResetPassword .form-row--address-finder .woocommerce-notices-wrapper>span, form.woocommerce-shipping-calculator .form-row--address-finder .woocommerce-notices-wrapper>span {
	margin: 0;
}

.woocommerce-MyAccount-content form .form-row--address-finder .woocommerce-notices-wrapper.hidden, .woocommerce form.checkout .form-row--address-finder .woocommerce-notices-wrapper.hidden, .woocommerce form.woocommerce-form-login .form-row--address-finder .woocommerce-notices-wrapper.hidden, .woocommerce form.woocommerce-form-register .form-row--address-finder .woocommerce-notices-wrapper.hidden, form.woocommerce-checkout .form-row--address-finder .woocommerce-notices-wrapper.hidden, form.woocommerce-EditAccountForm .form-row--address-finder .woocommerce-notices-wrapper.hidden, form.woocommerce-ResetPassword .form-row--address-finder .woocommerce-notices-wrapper.hidden, form.woocommerce-shipping-calculator .form-row--address-finder .woocommerce-notices-wrapper.hidden {
	display: none;
}

.woocommerce-MyAccount-content form .form-row--address-finder .select2, .woocommerce form.checkout .form-row--address-finder .select2, .woocommerce form.woocommerce-form-login .form-row--address-finder .select2, .woocommerce form.woocommerce-form-register .form-row--address-finder .select2, form.woocommerce-checkout .form-row--address-finder .select2, form.woocommerce-EditAccountForm .form-row--address-finder .select2, form.woocommerce-ResetPassword .form-row--address-finder .select2, form.woocommerce-shipping-calculator .form-row--address-finder .select2 {
	width: 100% !important;
}

.woocommerce-MyAccount-content form .form-row--address-finder button, .woocommerce form.checkout .form-row--address-finder button, .woocommerce form.woocommerce-form-login .form-row--address-finder button, .woocommerce form.woocommerce-form-register .form-row--address-finder button, form.woocommerce-checkout .form-row--address-finder button, form.woocommerce-EditAccountForm .form-row--address-finder button, form.woocommerce-ResetPassword .form-row--address-finder button, form.woocommerce-shipping-calculator .form-row--address-finder button {
	display: inline-block;
	height: 51px;
	vertical-align: bottom;
	width: 100%;
}

@media (min-width:730px) {
	.woocommerce-MyAccount-content form .form-row--address-finder button, .woocommerce form.checkout .form-row--address-finder button, .woocommerce form.woocommerce-form-login .form-row--address-finder button, .woocommerce form.woocommerce-form-register .form-row--address-finder button, form.woocommerce-checkout .form-row--address-finder button, form.woocommerce-EditAccountForm .form-row--address-finder button, form.woocommerce-ResetPassword .form-row--address-finder button, form.woocommerce-shipping-calculator .form-row--address-finder button {
		width: auto;
	}
}

.woocommerce-MyAccount-content form .form-row input.input-text, .woocommerce-MyAccount-content form .form-row textarea, .woocommerce form.checkout .form-row input.input-text, .woocommerce form.checkout .form-row textarea, .woocommerce form.woocommerce-form-login .form-row input.input-text, .woocommerce form.woocommerce-form-login .form-row textarea, .woocommerce form.woocommerce-form-register .form-row input.input-text, .woocommerce form.woocommerce-form-register .form-row textarea, form.woocommerce-checkout .form-row input.input-text, form.woocommerce-checkout .form-row textarea, form.woocommerce-EditAccountForm .form-row input.input-text, form.woocommerce-EditAccountForm .form-row textarea, form.woocommerce-ResetPassword .form-row input.input-text, form.woocommerce-ResetPassword .form-row textarea, form.woocommerce-shipping-calculator .form-row input.input-text, form.woocommerce-shipping-calculator .form-row textarea {
	color: #000;
	line-height: 3.125rem !important;
	padding: 0 .3125rem;
	margin-top: .3125rem;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method, .woocommerce-MyAccount-content form input, .woocommerce form.checkout #wc-stripe-new-payment-method, .woocommerce form.checkout input, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method, .woocommerce form.woocommerce-form-login input, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method, .woocommerce form.woocommerce-form-register input, form.woocommerce-checkout #wc-stripe-new-payment-method, form.woocommerce-checkout input, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method, form.woocommerce-EditAccountForm input, form.woocommerce-ResetPassword #wc-stripe-new-payment-method, form.woocommerce-ResetPassword input, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method, form.woocommerce-shipping-calculator input {
	color: #000;
	line-height: .625rem;
	padding: 0 .625rem;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce-MyAccount-content form input::-webkit-input-placeholder, .woocommerce form.checkout #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce form.checkout input::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login input::-webkit-input-placeholder, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce form.woocommerce-form-register input::-webkit-input-placeholder, form.woocommerce-checkout #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-checkout input::-webkit-input-placeholder, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-EditAccountForm input::-webkit-input-placeholder, form.woocommerce-ResetPassword #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-ResetPassword input::-webkit-input-placeholder, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-shipping-calculator input::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
	line-height: .625rem;
	font-size: .875rem;
	opacity: .8;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce-MyAccount-content form #wc-stripe-new-payment-method::placeholder, .woocommerce-MyAccount-content form input::-webkit-input-placeholder, .woocommerce-MyAccount-content form input::placeholder, .woocommerce form.checkout #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce form.checkout #wc-stripe-new-payment-method::placeholder, .woocommerce form.checkout input::-webkit-input-placeholder, .woocommerce form.checkout input::placeholder, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method::placeholder, .woocommerce form.woocommerce-form-login input::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login input::placeholder, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method::-webkit-input-placeholder, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method::placeholder, .woocommerce form.woocommerce-form-register input::-webkit-input-placeholder, .woocommerce form.woocommerce-form-register input::placeholder, form.woocommerce-checkout #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-checkout #wc-stripe-new-payment-method::placeholder, form.woocommerce-checkout input::-webkit-input-placeholder, form.woocommerce-checkout input::placeholder, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method::placeholder, form.woocommerce-EditAccountForm input::-webkit-input-placeholder, form.woocommerce-EditAccountForm input::placeholder, form.woocommerce-ResetPassword #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-ResetPassword #wc-stripe-new-payment-method::placeholder, form.woocommerce-ResetPassword input::-webkit-input-placeholder, form.woocommerce-ResetPassword input::placeholder, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method::-webkit-input-placeholder, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method::placeholder, form.woocommerce-shipping-calculator input::-webkit-input-placeholder, form.woocommerce-shipping-calculator input::placeholder {
	color: #000;
	font-weight: 400;
	line-height: .625rem;
	font-size: .875rem;
	opacity: .8;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method.input-text, .woocommerce-MyAccount-content form input.input-text, .woocommerce form.checkout #wc-stripe-new-payment-method.input-text, .woocommerce form.checkout input.input-text, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method.input-text, .woocommerce form.woocommerce-form-login input.input-text, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method.input-text, .woocommerce form.woocommerce-form-register input.input-text, form.woocommerce-checkout #wc-stripe-new-payment-method.input-text, form.woocommerce-checkout input.input-text, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method.input-text, form.woocommerce-EditAccountForm input.input-text, form.woocommerce-ResetPassword #wc-stripe-new-payment-method.input-text, form.woocommerce-ResetPassword input.input-text, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method.input-text, form.woocommerce-shipping-calculator input.input-text {
	color: #000;
	line-height: 3.125rem;
	padding: 0 .625rem;
	margin-top: .3125rem;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=checkbox], .woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=radio], .woocommerce-MyAccount-content form input[type=checkbox], .woocommerce-MyAccount-content form input[type=radio], .woocommerce form.checkout #wc-stripe-new-payment-method[type=checkbox], .woocommerce form.checkout #wc-stripe-new-payment-method[type=radio], .woocommerce form.checkout input[type=checkbox], .woocommerce form.checkout input[type=radio], .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=checkbox], .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=radio], .woocommerce form.woocommerce-form-login input[type=checkbox], .woocommerce form.woocommerce-form-login input[type=radio], .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=checkbox], .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=radio], .woocommerce form.woocommerce-form-register input[type=checkbox], .woocommerce form.woocommerce-form-register input[type=radio], form.woocommerce-checkout #wc-stripe-new-payment-method[type=checkbox], form.woocommerce-checkout #wc-stripe-new-payment-method[type=radio], form.woocommerce-checkout input[type=checkbox], form.woocommerce-checkout input[type=radio], form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=checkbox], form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=radio], form.woocommerce-EditAccountForm input[type=checkbox], form.woocommerce-EditAccountForm input[type=radio], form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=checkbox], form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=radio], form.woocommerce-ResetPassword input[type=checkbox], form.woocommerce-ResetPassword input[type=radio], form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=checkbox], form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=radio], form.woocommerce-shipping-calculator input[type=checkbox], form.woocommerce-shipping-calculator input[type=radio] {
	background-color: transparent;
	border: 1px solid #000 !important;
	border-radius: 2px;
	height: 20px;
	margin: 0 1rem 0 0 !important;
	outline: none;
	padding: 0;
	position: relative;
	width: 20px;
	min-width: 20px;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], .woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], .woocommerce-MyAccount-content form input[type=checkbox][style*="width:auto;"], .woocommerce-MyAccount-content form input[type=radio][style*="width:auto;"], .woocommerce form.checkout #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], .woocommerce form.checkout #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], .woocommerce form.checkout input[type=checkbox][style*="width:auto;"], .woocommerce form.checkout input[type=radio][style*="width:auto;"], .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], .woocommerce form.woocommerce-form-login input[type=checkbox][style*="width:auto;"], .woocommerce form.woocommerce-form-login input[type=radio][style*="width:auto;"], .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], .woocommerce form.woocommerce-form-register input[type=checkbox][style*="width:auto;"], .woocommerce form.woocommerce-form-register input[type=radio][style*="width:auto;"], form.woocommerce-checkout #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], form.woocommerce-checkout #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], form.woocommerce-checkout input[type=checkbox][style*="width:auto;"], form.woocommerce-checkout input[type=radio][style*="width:auto;"], form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], form.woocommerce-EditAccountForm input[type=checkbox][style*="width:auto;"], form.woocommerce-EditAccountForm input[type=radio][style*="width:auto;"], form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], form.woocommerce-ResetPassword input[type=checkbox][style*="width:auto;"], form.woocommerce-ResetPassword input[type=radio][style*="width:auto;"], form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=checkbox][style*="width:auto;"], form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=radio][style*="width:auto;"], form.woocommerce-shipping-calculator input[type=checkbox][style*="width:auto;"], form.woocommerce-shipping-calculator input[type=radio][style*="width:auto;"] {
	width: 1.25rem !important;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=checkbox]:before, .woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=radio]:before, .woocommerce-MyAccount-content form input[type=checkbox]:before, .woocommerce-MyAccount-content form input[type=radio]:before, .woocommerce form.checkout #wc-stripe-new-payment-method[type=checkbox]:before, .woocommerce form.checkout #wc-stripe-new-payment-method[type=radio]:before, .woocommerce form.checkout input[type=checkbox]:before, .woocommerce form.checkout input[type=radio]:before, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=checkbox]:before, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=radio]:before, .woocommerce form.woocommerce-form-login input[type=checkbox]:before, .woocommerce form.woocommerce-form-login input[type=radio]:before, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=checkbox]:before, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=radio]:before, .woocommerce form.woocommerce-form-register input[type=checkbox]:before, .woocommerce form.woocommerce-form-register input[type=radio]:before, form.woocommerce-checkout #wc-stripe-new-payment-method[type=checkbox]:before, form.woocommerce-checkout #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-checkout input[type=checkbox]:before, form.woocommerce-checkout input[type=radio]:before, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=checkbox]:before, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-EditAccountForm input[type=checkbox]:before, form.woocommerce-EditAccountForm input[type=radio]:before, form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=checkbox]:before, form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-ResetPassword input[type=checkbox]:before, form.woocommerce-ResetPassword input[type=radio]:before, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=checkbox]:before, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-shipping-calculator input[type=checkbox]:before, form.woocommerce-shipping-calculator input[type=radio]:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 10px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 4px;
	-webkit-transition: all .2s;
	transition: all .2s;
	width: 10px;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=checkbox]:checked:before, .woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=radio]:checked:before, .woocommerce-MyAccount-content form input[type=checkbox]:checked:before, .woocommerce-MyAccount-content form input[type=radio]:checked:before, .woocommerce form.checkout #wc-stripe-new-payment-method[type=checkbox]:checked:before, .woocommerce form.checkout #wc-stripe-new-payment-method[type=radio]:checked:before, .woocommerce form.checkout input[type=checkbox]:checked:before, .woocommerce form.checkout input[type=radio]:checked:before, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=checkbox]:checked:before, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=radio]:checked:before, .woocommerce form.woocommerce-form-login input[type=checkbox]:checked:before, .woocommerce form.woocommerce-form-login input[type=radio]:checked:before, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=checkbox]:checked:before, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=radio]:checked:before, .woocommerce form.woocommerce-form-register input[type=checkbox]:checked:before, .woocommerce form.woocommerce-form-register input[type=radio]:checked:before, form.woocommerce-checkout #wc-stripe-new-payment-method[type=checkbox]:checked:before, form.woocommerce-checkout #wc-stripe-new-payment-method[type=radio]:checked:before, form.woocommerce-checkout input[type=checkbox]:checked:before, form.woocommerce-checkout input[type=radio]:checked:before, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=checkbox]:checked:before, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=radio]:checked:before, form.woocommerce-EditAccountForm input[type=checkbox]:checked:before, form.woocommerce-EditAccountForm input[type=radio]:checked:before, form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=checkbox]:checked:before, form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=radio]:checked:before, form.woocommerce-ResetPassword input[type=checkbox]:checked:before, form.woocommerce-ResetPassword input[type=radio]:checked:before, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=checkbox]:checked:before, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=radio]:checked:before, form.woocommerce-shipping-calculator input[type=checkbox]:checked:before, form.woocommerce-shipping-calculator input[type=radio]:checked:before {
	opacity: 1;
	background-color: #000;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=radio], .woocommerce-MyAccount-content form #wc-stripe-new-payment-method[type=radio]:before, .woocommerce-MyAccount-content form input[type=radio], .woocommerce-MyAccount-content form input[type=radio]:before, .woocommerce form.checkout #wc-stripe-new-payment-method[type=radio], .woocommerce form.checkout #wc-stripe-new-payment-method[type=radio]:before, .woocommerce form.checkout input[type=radio], .woocommerce form.checkout input[type=radio]:before, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=radio], .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method[type=radio]:before, .woocommerce form.woocommerce-form-login input[type=radio], .woocommerce form.woocommerce-form-login input[type=radio]:before, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=radio], .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method[type=radio]:before, .woocommerce form.woocommerce-form-register input[type=radio], .woocommerce form.woocommerce-form-register input[type=radio]:before, form.woocommerce-checkout #wc-stripe-new-payment-method[type=radio], form.woocommerce-checkout #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-checkout input[type=radio], form.woocommerce-checkout input[type=radio]:before, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=radio], form.woocommerce-EditAccountForm #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-EditAccountForm input[type=radio], form.woocommerce-EditAccountForm input[type=radio]:before, form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=radio], form.woocommerce-ResetPassword #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-ResetPassword input[type=radio], form.woocommerce-ResetPassword input[type=radio]:before, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=radio], form.woocommerce-shipping-calculator #wc-stripe-new-payment-method[type=radio]:before, form.woocommerce-shipping-calculator input[type=radio], form.woocommerce-shipping-calculator input[type=radio]:before {
	border-radius: 100%;
}

.woocommerce-MyAccount-content form #wc-stripe-new-payment-method, .woocommerce form.checkout #wc-stripe-new-payment-method, .woocommerce form.woocommerce-form-login #wc-stripe-new-payment-method, .woocommerce form.woocommerce-form-register #wc-stripe-new-payment-method, form.woocommerce-checkout #wc-stripe-new-payment-method, form.woocommerce-EditAccountForm #wc-stripe-new-payment-method, form.woocommerce-ResetPassword #wc-stripe-new-payment-method, form.woocommerce-shipping-calculator #wc-stripe-new-payment-method {
	max-width: 20px;
	padding: 0 !important;
}

.woocommerce-MyAccount-content form .edd-root, .woocommerce-MyAccount-content form input, .woocommerce-MyAccount-content form textarea, .woocommerce form.checkout .edd-root, .woocommerce form.checkout input, .woocommerce form.checkout textarea, .woocommerce form.woocommerce-form-login .edd-root, .woocommerce form.woocommerce-form-login input, .woocommerce form.woocommerce-form-login textarea, .woocommerce form.woocommerce-form-register .edd-root, .woocommerce form.woocommerce-form-register input, .woocommerce form.woocommerce-form-register textarea, form.woocommerce-checkout .edd-root, form.woocommerce-checkout input, form.woocommerce-checkout textarea, form.woocommerce-EditAccountForm .edd-root, form.woocommerce-EditAccountForm input, form.woocommerce-EditAccountForm textarea, form.woocommerce-ResetPassword .edd-root, form.woocommerce-ResetPassword input, form.woocommerce-ResetPassword textarea, form.woocommerce-shipping-calculator .edd-root, form.woocommerce-shipping-calculator input, form.woocommerce-shipping-calculator textarea {
	border: 1px solid #000;
	-webkit-transition: border .3s;
	transition: border .3s;
	width: 100%;
}

.woocommerce-MyAccount-content form .edd-root:focus, .woocommerce-MyAccount-content form input:focus, .woocommerce-MyAccount-content form textarea:focus, .woocommerce form.checkout .edd-root:focus, .woocommerce form.checkout input:focus, .woocommerce form.checkout textarea:focus, .woocommerce form.woocommerce-form-login .edd-root:focus, .woocommerce form.woocommerce-form-login input:focus, .woocommerce form.woocommerce-form-login textarea:focus, .woocommerce form.woocommerce-form-register .edd-root:focus, .woocommerce form.woocommerce-form-register input:focus, .woocommerce form.woocommerce-form-register textarea:focus, form.woocommerce-checkout .edd-root:focus, form.woocommerce-checkout input:focus, form.woocommerce-checkout textarea:focus, form.woocommerce-EditAccountForm .edd-root:focus, form.woocommerce-EditAccountForm input:focus, form.woocommerce-EditAccountForm textarea:focus, form.woocommerce-ResetPassword .edd-root:focus, form.woocommerce-ResetPassword input:focus, form.woocommerce-ResetPassword textarea:focus, form.woocommerce-shipping-calculator .edd-root:focus, form.woocommerce-shipping-calculator input:focus, form.woocommerce-shipping-calculator textarea:focus {
	border-color: #000;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields h3, .woocommerce form.checkout .woocommerce-additional-fields h3, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields h3, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields h3, form.woocommerce-checkout .woocommerce-additional-fields h3, form.woocommerce-EditAccountForm .woocommerce-additional-fields h3, form.woocommerce-ResetPassword .woocommerce-additional-fields h3, form.woocommerce-shipping-calculator .woocommerce-additional-fields h3 {
	display: none;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper textarea, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper textarea, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper textarea, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper textarea, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper textarea, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper textarea, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper textarea {
	color: #000;
	line-height: 3.125rem;
	height: 150px;
	padding: 0 .3125rem;
}

.woocommerce-MyAccount-content form .woocommerce-input-wrapper, .woocommerce form.checkout .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-login .woocommerce-input-wrapper, .woocommerce form.woocommerce-form-register .woocommerce-input-wrapper, form.woocommerce-checkout .woocommerce-input-wrapper, form.woocommerce-EditAccountForm .woocommerce-input-wrapper, form.woocommerce-ResetPassword .woocommerce-input-wrapper, form.woocommerce-shipping-calculator .woocommerce-input-wrapper {
	font-size: 1rem;
}

.woocommerce-MyAccount-content form .woocommerce-input-wrapper .select2, .woocommerce form.checkout .woocommerce-input-wrapper .select2, .woocommerce form.woocommerce-form-login .woocommerce-input-wrapper .select2, .woocommerce form.woocommerce-form-register .woocommerce-input-wrapper .select2, form.woocommerce-checkout .woocommerce-input-wrapper .select2, form.woocommerce-EditAccountForm .woocommerce-input-wrapper .select2, form.woocommerce-ResetPassword .woocommerce-input-wrapper .select2, form.woocommerce-shipping-calculator .woocommerce-input-wrapper .select2 {
	margin-top: .3125rem;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields h3, .woocommerce-MyAccount-content form .woocommerce-billing-fields h3, .woocommerce-MyAccount-content form .woocommerce-shipping-fields h3, .woocommerce form.checkout .woocommerce-additional-fields h3, .woocommerce form.checkout .woocommerce-billing-fields h3, .woocommerce form.checkout .woocommerce-shipping-fields h3, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields h3, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields h3, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields h3, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields h3, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields h3, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields h3, form.woocommerce-checkout .woocommerce-additional-fields h3, form.woocommerce-checkout .woocommerce-billing-fields h3, form.woocommerce-checkout .woocommerce-shipping-fields h3, form.woocommerce-EditAccountForm .woocommerce-additional-fields h3, form.woocommerce-EditAccountForm .woocommerce-billing-fields h3, form.woocommerce-EditAccountForm .woocommerce-shipping-fields h3, form.woocommerce-ResetPassword .woocommerce-additional-fields h3, form.woocommerce-ResetPassword .woocommerce-billing-fields h3, form.woocommerce-ResetPassword .woocommerce-shipping-fields h3, form.woocommerce-shipping-calculator .woocommerce-additional-fields h3, form.woocommerce-shipping-calculator .woocommerce-billing-fields h3, form.woocommerce-shipping-calculator .woocommerce-shipping-fields h3 {
	font-size: 1.5rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #000;
}

@media only screen and (max-width:768px) {
	.woocommerce-MyAccount-content form .woocommerce-additional-fields h3, .woocommerce-MyAccount-content form .woocommerce-billing-fields h3, .woocommerce-MyAccount-content form .woocommerce-shipping-fields h3, .woocommerce form.checkout .woocommerce-additional-fields h3, .woocommerce form.checkout .woocommerce-billing-fields h3, .woocommerce form.checkout .woocommerce-shipping-fields h3, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields h3, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields h3, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields h3, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields h3, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields h3, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields h3, form.woocommerce-checkout .woocommerce-additional-fields h3, form.woocommerce-checkout .woocommerce-billing-fields h3, form.woocommerce-checkout .woocommerce-shipping-fields h3, form.woocommerce-EditAccountForm .woocommerce-additional-fields h3, form.woocommerce-EditAccountForm .woocommerce-billing-fields h3, form.woocommerce-EditAccountForm .woocommerce-shipping-fields h3, form.woocommerce-ResetPassword .woocommerce-additional-fields h3, form.woocommerce-ResetPassword .woocommerce-billing-fields h3, form.woocommerce-ResetPassword .woocommerce-shipping-fields h3, form.woocommerce-shipping-calculator .woocommerce-additional-fields h3, form.woocommerce-shipping-calculator .woocommerce-billing-fields h3, form.woocommerce-shipping-calculator .woocommerce-shipping-fields h3 {
		font-size: 1.25rem;
	}
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields h3:after, .woocommerce-MyAccount-content form .woocommerce-billing-fields h3:after, .woocommerce-MyAccount-content form .woocommerce-shipping-fields h3:after, .woocommerce form.checkout .woocommerce-additional-fields h3:after, .woocommerce form.checkout .woocommerce-billing-fields h3:after, .woocommerce form.checkout .woocommerce-shipping-fields h3:after, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields h3:after, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields h3:after, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields h3:after, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields h3:after, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields h3:after, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields h3:after, form.woocommerce-checkout .woocommerce-additional-fields h3:after, form.woocommerce-checkout .woocommerce-billing-fields h3:after, form.woocommerce-checkout .woocommerce-shipping-fields h3:after, form.woocommerce-EditAccountForm .woocommerce-additional-fields h3:after, form.woocommerce-EditAccountForm .woocommerce-billing-fields h3:after, form.woocommerce-EditAccountForm .woocommerce-shipping-fields h3:after, form.woocommerce-ResetPassword .woocommerce-additional-fields h3:after, form.woocommerce-ResetPassword .woocommerce-billing-fields h3:after, form.woocommerce-ResetPassword .woocommerce-shipping-fields h3:after, form.woocommerce-shipping-calculator .woocommerce-additional-fields h3:after, form.woocommerce-shipping-calculator .woocommerce-billing-fields h3:after, form.woocommerce-shipping-calculator .woocommerce-shipping-fields h3:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin-top: 1rem;
	width: 100px;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper>*+*, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper>*+*, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper>*+*, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper>*+*, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper>*+*, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper>*+*, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper>*+*, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper>*+*, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper>*+*, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper>*+*, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper>*+*, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper>*+*, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper>*+*, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*+*, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>*+*, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper>*+*, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper>*+*, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper>*+*, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper>*+*, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper>*+*, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper>*+*, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper>*+*, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper>*+*, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper>*+* {
	margin-top: .625rem;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-last, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-last {
	width: 100%;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper input {
	color: #000;
	line-height: 3.125rem;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-wide, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-wide {
	width: 100%;
}

.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper input {
	color: #000;
	line-height: 3.125rem;
}

.woocommerce-MyAccount-content form .woocommerce-shipping-fields, .woocommerce form.checkout .woocommerce-shipping-fields, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields, form.woocommerce-checkout .woocommerce-shipping-fields, form.woocommerce-EditAccountForm .woocommerce-shipping-fields, form.woocommerce-ResetPassword .woocommerce-shipping-fields, form.woocommerce-shipping-calculator .woocommerce-shipping-fields {
	margin-top: .625rem;
}

@media (min-width:730px) {
	.woocommerce-MyAccount-content form .woocommerce-account-fields, .woocommerce form.checkout .woocommerce-account-fields, .woocommerce form.woocommerce-form-login .woocommerce-account-fields, .woocommerce form.woocommerce-form-register .woocommerce-account-fields, form.woocommerce-checkout .woocommerce-account-fields, form.woocommerce-EditAccountForm .woocommerce-account-fields, form.woocommerce-ResetPassword .woocommerce-account-fields, form.woocommerce-shipping-calculator .woocommerce-account-fields {
		margin-bottom: .625rem;
		padding-bottom: .625rem;
	}
	
	.woocommerce-MyAccount-content form .woocommerce-account-fields .create-account, .woocommerce form.checkout .woocommerce-account-fields .create-account, .woocommerce form.woocommerce-form-login .woocommerce-account-fields .create-account, .woocommerce form.woocommerce-form-register .woocommerce-account-fields .create-account, form.woocommerce-checkout .woocommerce-account-fields .create-account, form.woocommerce-EditAccountForm .woocommerce-account-fields .create-account, form.woocommerce-ResetPassword .woocommerce-account-fields .create-account, form.woocommerce-shipping-calculator .woocommerce-account-fields .create-account {
		color: #000;
		margin-left: 2px;
	}
	
	.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-last, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-first, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-last, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-first, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-last, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-first, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-last, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-first, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-last {
		width: 49%;
	}
	
	.woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce-MyAccount-content form .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce-MyAccount-content form .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .form-row-wide, .woocommerce-MyAccount-content form .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce form.checkout .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce form.checkout .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide, .woocommerce form.checkout .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-login .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-login .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-login .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-register .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-register .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .form-row-wide, .woocommerce form.woocommerce-form-register .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-EditAccountForm .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-EditAccountForm .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-ResetPassword .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-ResetPassword .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-ResetPassword .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .form-row-wide, form.woocommerce-shipping-calculator .woocommerce-additional-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .form-row-wide, form.woocommerce-shipping-calculator .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .form-row-wide, form.woocommerce-shipping-calculator .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field {
		width: 100%;
	}
}

.woocommerce form.woocommerce-shipping-calculator .form-row {
	padding: 0;
}

.woocommerce form.woocommerce-shipping-calculator .form-row input {
	padding: 0 .9375rem;
}

.woocommerce form.woocommerce-shipping-calculator .form-row .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.woocommerce form.woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single {
	background-color: #f7f7f7;
}

form.woocommerce-checkout label.shipping_method_label {
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}

.woocommerce ul#shipping_method .shipping-vat-msg {
	line-height: normal;
}

.woocommerce ul#shipping_method li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce ul#shipping_method li label.shipping_method_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-left: .25rem;
}

@media (min-width:730px) {
	.woocommerce ul#shipping_method li label.shipping_method_label {
		padding-left: 0;
	}
}

.woocommerce ul#shipping_method li label.shipping_method_label .amount-plus-tax, .woocommerce ul#shipping_method li label.shipping_method_label .tax_label {
	white-space: nowrap;
}

.woocommerce ul#shipping_method li label.shipping_method_label bdi {
	padding-left: .625rem;
	font-weight: 400;
}

.woocommerce-checkout .site-header__top-bar {
	width: 100%;
}

.woocommerce-checkout #order_review #payment {
	border-bottom: none;
	border-radius: 0;
}

.woocommerce-checkout #order_review #payment #order_review_heading, .woocommerce-checkout #order_review #payment h3, .woocommerce-checkout #order_review #payment label {
	font-size: .875rem;
	font-size: .8125rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
	color: #000;
	margin-bottom: .3125rem;
}

@media only screen and (max-width:768px) {
	.woocommerce-checkout #order_review #payment #order_review_heading, .woocommerce-checkout #order_review #payment h3, .woocommerce-checkout #order_review #payment label {
		font-size: .75rem;
	}
}

.woocommerce-checkout #order_review #payment ul.payment_methods {
	list-style: none;
	margin: 0;
	border-bottom: none;
	padding: .625rem 0;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li.payment_method_cod {
	display: none;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 1.25rem;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li:last-child {
	margin: 0;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li:before {
	display: none;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box {
	margin: 0;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000;
	font-size: .875rem;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li label img {
	float: right;
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] {
	display: block !important;
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox], .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio] {
	position: absolute;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]:checked+label:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]:checked+span:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]:checked+label:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]:checked+span:after {
	display: inline-block;
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+label, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+span, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+label, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+span {
	font-size: .875rem;
	display: inline-block;
	margin-left: 1rem;
	padding: 0 0 0 1rem;
	position: relative;
	line-height: 1.5;
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+label:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+label:before, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+span:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+span:before, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+label:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+label:before, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+span:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+span:before {
	content: "";
	position: absolute;
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+label:before, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+span:before, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+label:before, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+span:before {
	background-color: transparent;
	border: 1px solid #000;
	display: block;
	height: 1.5rem;
	left: -1rem;
	width: 1.5rem;
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+label:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]+span:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+label:after, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]+span:after {
	border: 1px solid #000;
	border-left: 0;
	border-top: 0;
	display: none;
	height: 1rem;
	left: -.4rem;
	position: absolute;
	top: .25rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: .4rem;
}

.woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=checkbox]:checked:before, .woocommerce-checkout #order_review #payment ul.payment_methods input[type=radio] input[type=radio]:checked:before {
	opacity: 1;
	background-color: #000;
}

.woocommerce-checkout #order_review #payment .place-order {
	padding: .625rem 0;
}

.woocommerce-checkout #order_review #payment .place-order p, .woocommerce-checkout #order_review #payment .place-order span {
	color: #000;
	font-family: nimbus-sans, sans-serif;
	font-size: .875rem;
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce-checkout #order_review #payment .place-order p a, .woocommerce-checkout #order_review #payment .place-order span a {
	color: #000;
}

.woocommerce-checkout #order_review #payment .place-order p label.woocommerce-terms-and-conditions-checkbox-text, .woocommerce-checkout #order_review #payment .place-order span label.woocommerce-terms-and-conditions-checkbox-text {
	color: #000;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: .875rem;
}

.woocommerce-checkout #order_review #payment .place-order p label.woocommerce-terms-and-conditions-checkbox-text a, .woocommerce-checkout #order_review #payment .place-order span label.woocommerce-terms-and-conditions-checkbox-text a {
	color: #000;
}

.woocommerce-checkout #order_review #payment .wc_payment_method {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-checkout #order_review #payment .wc_payment_method label {
	margin-bottom: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box {
	background: transparent;
	margin-top: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box .payment_method_ppcp-gateway {
	margin: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_cod, .woocommerce-checkout #order_review #payment div.payment_box.payment_method_paypal {
	margin: 0;
	padding: 0 0 0 36px;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_stripe {
	padding: .625rem 0 .625rem 36px;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label {
	font-size: .875rem;
	letter-spacing: normal;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_stripe .wc-credit-card-form .form-row-wide {
	margin-left: 0;
	width: 100%;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_stripe .wc-credit-card-form .form-row-first {
	margin-left: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_stripe .wc-credit-card-form .form-row-last {
	width: 50%;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_stripe {
	padding: .625rem 0 0;
	margin: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box.payment_method_stripe ul {
	margin-left: 36px;
}

.woocommerce-checkout #order_review #payment div.payment_box .wc-stripe-error {
	margin-left: 0 !important;
}

.woocommerce-checkout #order_review #payment div.payment_box .wc-stripe-error li {
	padding-left: 1.5rem !important;
	padding-top: .25rem;
	line-height: 1.25;
}

.woocommerce-checkout #order_review #payment div.payment_box .wc-stripe-error:before {
	top: .25rem;
	left: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box .wc-payment-form {
	padding: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box:before {
	display: none;
}

.woocommerce-checkout #order_review #payment div.payment_box fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border: none;
	margin-top: 0;
	margin-left: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box fieldset .form-row-first, .woocommerce-checkout #order_review #payment div.payment_box fieldset .form-row-last {
	margin-left: 10px;
	width: calc(50% - 10px);
	margin-top: 0;
	float: left;
	padding: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box fieldset .form-row-wide {
	margin-left: 10px;
	width: calc(100% - 10px);
	margin-top: 0;
	padding: 0;
}

.woocommerce-checkout #order_review #payment div.payment_box fieldset label {
	font-size: .75rem;
}

.woocommerce-checkout #order_review #payment div.payment_box fieldset input:not([type=checkbox]) {
	background-color: transparent;
	color: #000;
	line-height: 3.125rem;
	padding: 0 1.875rem;
	border: 1px solid #e3e3e3;
	-webkit-transition: border .3s;
	transition: border .3s;
}

.woocommerce-checkout #order_review #payment div.payment_box fieldset input:not([type=checkbox]):focus {
	border-color: #000;
}

.woocommerce-checkout #order_review #payment div.payment_box #stripe-payment-data p {
	display: none;
}

body .woocommerce form.woocommerce-form-coupon, body .woocommerce form.woocommerce-form-login, body .woocommerce form.woocommerce-form-register {
	border-color: #000;
	border-radius: 0;
}

body .woocommerce form.woocommerce-form-coupon .woocommerce-form-login__rememberme, body .woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme, body .woocommerce form.woocommerce-form-register .woocommerce-form-login__rememberme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body .woocommerce form.woocommerce-form-coupon p, body .woocommerce form.woocommerce-form-login p, body .woocommerce form.woocommerce-form-register p {
	font-size: .8rem;
}

body .woocommerce form.woocommerce-form-coupon p a, body .woocommerce form.woocommerce-form-login p a, body .woocommerce form.woocommerce-form-register p a {
	font-size: 12px;
	text-decoration: underline;
}

body .woocommerce form.woocommerce-form-coupon p a:hover, body .woocommerce form.woocommerce-form-login p a:hover, body .woocommerce form.woocommerce-form-register p a:hover {
	text-decoration: none;
}

body .woocommerce form.woocommerce-form-coupon .form-row input, body .woocommerce form.woocommerce-form-login .form-row input, body .woocommerce form.woocommerce-form-register .form-row input {
	border: 1px solid #000;
	-webkit-transition: border .3s;
	transition: border .3s;
}

body .woocommerce form.woocommerce-form-coupon .form-row input:focus, body .woocommerce form.woocommerce-form-login .form-row input:focus, body .woocommerce form.woocommerce-form-register .form-row input:focus {
	border-color: #000;
}

body .woocommerce form.woocommerce-form-coupon .form-row input.input-text, body .woocommerce form.woocommerce-form-login .form-row input.input-text, body .woocommerce form.woocommerce-form-register .form-row input.input-text {
	color: #000;
	line-height: 3.125rem;
	padding: 0 .3125rem;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit, body .woocommerce form.woocommerce-form-coupon button .button, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button, body .woocommerce form.woocommerce-form-coupon button a.button, body .woocommerce form.woocommerce-form-coupon button button.button, body .woocommerce form.woocommerce-form-coupon button input.button, body .woocommerce form.woocommerce-form-login button #respond input#submit, body .woocommerce form.woocommerce-form-login button .button, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button, body .woocommerce form.woocommerce-form-login button a.button, body .woocommerce form.woocommerce-form-login button button.button, body .woocommerce form.woocommerce-form-login button input.button, body .woocommerce form.woocommerce-form-register button #respond input#submit, body .woocommerce form.woocommerce-form-register button .button, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button, body .woocommerce form.woocommerce-form-register button a.button, body .woocommerce form.woocommerce-form-register button button.button, body .woocommerce form.woocommerce-form-register button input.button {
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-family: nimbus-sans, sans-serif;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: .0625rem;
	padding: .75rem 3.125rem;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit:after, body .woocommerce form.woocommerce-form-coupon button .button:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button:after, body .woocommerce form.woocommerce-form-coupon button a.button:after, body .woocommerce form.woocommerce-form-coupon button button.button:after, body .woocommerce form.woocommerce-form-coupon button input.button:after, body .woocommerce form.woocommerce-form-login button #respond input#submit:after, body .woocommerce form.woocommerce-form-login button .button:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button:after, body .woocommerce form.woocommerce-form-login button a.button:after, body .woocommerce form.woocommerce-form-login button button.button:after, body .woocommerce form.woocommerce-form-login button input.button:after, body .woocommerce form.woocommerce-form-register button #respond input#submit:after, body .woocommerce form.woocommerce-form-register button .button:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button:after, body .woocommerce form.woocommerce-form-register button a.button:after, body .woocommerce form.woocommerce-form-register button button.button:after, body .woocommerce form.woocommerce-form-register button input.button:after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit__basket, body .woocommerce form.woocommerce-form-coupon button .button__basket, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button__basket, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button__basket, body .woocommerce form.woocommerce-form-coupon button a.button__basket, body .woocommerce form.woocommerce-form-coupon button button.button__basket, body .woocommerce form.woocommerce-form-coupon button input.button__basket, body .woocommerce form.woocommerce-form-login button #respond input#submit__basket, body .woocommerce form.woocommerce-form-login button .button__basket, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button__basket, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button__basket, body .woocommerce form.woocommerce-form-login button a.button__basket, body .woocommerce form.woocommerce-form-login button button.button__basket, body .woocommerce form.woocommerce-form-login button input.button__basket, body .woocommerce form.woocommerce-form-register button #respond input#submit__basket, body .woocommerce form.woocommerce-form-register button .button__basket, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button__basket, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button__basket, body .woocommerce form.woocommerce-form-register button a.button__basket, body .woocommerce form.woocommerce-form-register button button.button__basket, body .woocommerce form.woocommerce-form-register button input.button__basket {
	font-size: 1rem;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--empty, body .woocommerce form.woocommerce-form-coupon button .button--empty, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--empty, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--empty, body .woocommerce form.woocommerce-form-coupon button a.button--empty, body .woocommerce form.woocommerce-form-coupon button button.button--empty, body .woocommerce form.woocommerce-form-coupon button input.button--empty, body .woocommerce form.woocommerce-form-login button #respond input#submit--empty, body .woocommerce form.woocommerce-form-login button .button--empty, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--empty, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--empty, body .woocommerce form.woocommerce-form-login button a.button--empty, body .woocommerce form.woocommerce-form-login button button.button--empty, body .woocommerce form.woocommerce-form-login button input.button--empty, body .woocommerce form.woocommerce-form-register button #respond input#submit--empty, body .woocommerce form.woocommerce-form-register button .button--empty, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--empty, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--empty, body .woocommerce form.woocommerce-form-register button a.button--empty, body .woocommerce form.woocommerce-form-register button button.button--empty, body .woocommerce form.woocommerce-form-register button input.button--empty {
	background: transparent;
	border: 1px solid transparent;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--empty:hover, body .woocommerce form.woocommerce-form-coupon button .button--empty:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--empty:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--empty:hover, body .woocommerce form.woocommerce-form-coupon button a.button--empty:hover, body .woocommerce form.woocommerce-form-coupon button button.button--empty:hover, body .woocommerce form.woocommerce-form-coupon button input.button--empty:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--empty:hover, body .woocommerce form.woocommerce-form-login button .button--empty:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--empty:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--empty:hover, body .woocommerce form.woocommerce-form-login button a.button--empty:hover, body .woocommerce form.woocommerce-form-login button button.button--empty:hover, body .woocommerce form.woocommerce-form-login button input.button--empty:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--empty:hover, body .woocommerce form.woocommerce-form-register button .button--empty:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--empty:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--empty:hover, body .woocommerce form.woocommerce-form-register button a.button--empty:hover, body .woocommerce form.woocommerce-form-register button button.button--empty:hover, body .woocommerce form.woocommerce-form-register button input.button--empty:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	opacity: 1;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--no-transform, body .woocommerce form.woocommerce-form-coupon button .button--no-transform, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--no-transform, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--no-transform, body .woocommerce form.woocommerce-form-coupon button a.button--no-transform, body .woocommerce form.woocommerce-form-coupon button button.button--no-transform, body .woocommerce form.woocommerce-form-coupon button input.button--no-transform, body .woocommerce form.woocommerce-form-login button #respond input#submit--no-transform, body .woocommerce form.woocommerce-form-login button .button--no-transform, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--no-transform, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--no-transform, body .woocommerce form.woocommerce-form-login button a.button--no-transform, body .woocommerce form.woocommerce-form-login button button.button--no-transform, body .woocommerce form.woocommerce-form-login button input.button--no-transform, body .woocommerce form.woocommerce-form-register button #respond input#submit--no-transform, body .woocommerce form.woocommerce-form-register button .button--no-transform, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--no-transform, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--no-transform, body .woocommerce form.woocommerce-form-register button a.button--no-transform, body .woocommerce form.woocommerce-form-register button button.button--no-transform, body .woocommerce form.woocommerce-form-register button input.button--no-transform {
	text-transform: none;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--just-text, body .woocommerce form.woocommerce-form-coupon button .button--just-text, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--just-text, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--just-text, body .woocommerce form.woocommerce-form-coupon button a.button--just-text, body .woocommerce form.woocommerce-form-coupon button button.button--just-text, body .woocommerce form.woocommerce-form-coupon button input.button--just-text, body .woocommerce form.woocommerce-form-login button #respond input#submit--just-text, body .woocommerce form.woocommerce-form-login button .button--just-text, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--just-text, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--just-text, body .woocommerce form.woocommerce-form-login button a.button--just-text, body .woocommerce form.woocommerce-form-login button button.button--just-text, body .woocommerce form.woocommerce-form-login button input.button--just-text, body .woocommerce form.woocommerce-form-register button #respond input#submit--just-text, body .woocommerce form.woocommerce-form-register button .button--just-text, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--just-text, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--just-text, body .woocommerce form.woocommerce-form-register button a.button--just-text, body .woocommerce form.woocommerce-form-register button button.button--just-text, body .woocommerce form.woocommerce-form-register button input.button--just-text {
	background: transparent;
	border: 1px solid transparent;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--just-text:hover, body .woocommerce form.woocommerce-form-coupon button .button--just-text:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--just-text:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--just-text:hover, body .woocommerce form.woocommerce-form-coupon button a.button--just-text:hover, body .woocommerce form.woocommerce-form-coupon button button.button--just-text:hover, body .woocommerce form.woocommerce-form-coupon button input.button--just-text:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--just-text:hover, body .woocommerce form.woocommerce-form-login button .button--just-text:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--just-text:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--just-text:hover, body .woocommerce form.woocommerce-form-login button a.button--just-text:hover, body .woocommerce form.woocommerce-form-login button button.button--just-text:hover, body .woocommerce form.woocommerce-form-login button input.button--just-text:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--just-text:hover, body .woocommerce form.woocommerce-form-register button .button--just-text:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--just-text:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--just-text:hover, body .woocommerce form.woocommerce-form-register button a.button--just-text:hover, body .woocommerce form.woocommerce-form-register button button.button--just-text:hover, body .woocommerce form.woocommerce-form-register button input.button--just-text:hover {
	background: transparent;
	border: 1px solid transparent;
	color: #000;
	opacity: .5;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--dark, body .woocommerce form.woocommerce-form-coupon button #respond input#submit.wc-backward, body .woocommerce form.woocommerce-form-coupon button #respond input#submit[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button .button--dark, body .woocommerce form.woocommerce-form-coupon button .button.wc-backward, body .woocommerce form.woocommerce-form-coupon button .button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button.wc-backward, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button a.button--dark, body .woocommerce form.woocommerce-form-coupon button a.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button a.button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button button.button--dark, body .woocommerce form.woocommerce-form-coupon button button.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button input.button--dark, body .woocommerce form.woocommerce-form-coupon button input.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button input.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button #respond input#submit--dark, body .woocommerce form.woocommerce-form-login button #respond input#submit.wc-backward, body .woocommerce form.woocommerce-form-login button #respond input#submit[name=apply_coupon], body .woocommerce form.woocommerce-form-login button .button--dark, body .woocommerce form.woocommerce-form-login button .button.wc-backward, body .woocommerce form.woocommerce-form-login button .button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--dark, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button.wc-backward, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--dark, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button.wc-backward, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button a.button--dark, body .woocommerce form.woocommerce-form-login button a.button.wc-backward, body .woocommerce form.woocommerce-form-login button a.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button button.button--dark, body .woocommerce form.woocommerce-form-login button button.button.wc-backward, body .woocommerce form.woocommerce-form-login button button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button input.button--dark, body .woocommerce form.woocommerce-form-login button input.button.wc-backward, body .woocommerce form.woocommerce-form-login button input.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button #respond input#submit--dark, body .woocommerce form.woocommerce-form-register button #respond input#submit.wc-backward, body .woocommerce form.woocommerce-form-register button #respond input#submit[name=apply_coupon], body .woocommerce form.woocommerce-form-register button .button--dark, body .woocommerce form.woocommerce-form-register button .button.wc-backward, body .woocommerce form.woocommerce-form-register button .button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--dark, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button.wc-backward, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--dark, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button.wc-backward, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button a.button--dark, body .woocommerce form.woocommerce-form-register button a.button.wc-backward, body .woocommerce form.woocommerce-form-register button a.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button button.button--dark, body .woocommerce form.woocommerce-form-register button button.button.wc-backward, body .woocommerce form.woocommerce-form-register button button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button input.button--dark, body .woocommerce form.woocommerce-form-register button input.button.wc-backward, body .woocommerce form.woocommerce-form-register button input.button[name=apply_coupon] {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--dark:hover, body .woocommerce form.woocommerce-form-coupon button #respond input#submit.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button #respond input#submit[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button .button--dark:hover, body .woocommerce form.woocommerce-form-coupon button .button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--dark:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--dark:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button a.button--dark:hover, body .woocommerce form.woocommerce-form-coupon button a.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button a.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button button.button--dark:hover, body .woocommerce form.woocommerce-form-coupon button button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button input.button--dark:hover, body .woocommerce form.woocommerce-form-coupon button input.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button input.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--dark:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit.wc-backward:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button .button--dark:hover, body .woocommerce form.woocommerce-form-login button .button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--dark:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--dark:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button a.button--dark:hover, body .woocommerce form.woocommerce-form-login button a.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button a.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button button.button--dark:hover, body .woocommerce form.woocommerce-form-login button button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button input.button--dark:hover, body .woocommerce form.woocommerce-form-login button input.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button input.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--dark:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit.wc-backward:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button .button--dark:hover, body .woocommerce form.woocommerce-form-register button .button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--dark:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--dark:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button a.button--dark:hover, body .woocommerce form.woocommerce-form-register button a.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button a.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button button.button--dark:hover, body .woocommerce form.woocommerce-form-register button button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button input.button--dark:hover, body .woocommerce form.woocommerce-form-register button input.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button input.button[name=apply_coupon]:hover {
	background: transparent;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--light, body .woocommerce form.woocommerce-form-coupon button #respond input#submit.wc-backward, body .woocommerce form.woocommerce-form-coupon button #respond input#submit[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button .button--light, body .woocommerce form.woocommerce-form-coupon button .button.wc-backward, body .woocommerce form.woocommerce-form-coupon button .button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button.wc-backward, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button a.button--light, body .woocommerce form.woocommerce-form-coupon button a.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button a.button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button button.button--light, body .woocommerce form.woocommerce-form-coupon button button.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-coupon button input.button--light, body .woocommerce form.woocommerce-form-coupon button input.button.wc-backward, body .woocommerce form.woocommerce-form-coupon button input.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button #respond input#submit--light, body .woocommerce form.woocommerce-form-login button #respond input#submit.wc-backward, body .woocommerce form.woocommerce-form-login button #respond input#submit[name=apply_coupon], body .woocommerce form.woocommerce-form-login button .button--light, body .woocommerce form.woocommerce-form-login button .button.wc-backward, body .woocommerce form.woocommerce-form-login button .button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--light, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button.wc-backward, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--light, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button.wc-backward, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button a.button--light, body .woocommerce form.woocommerce-form-login button a.button.wc-backward, body .woocommerce form.woocommerce-form-login button a.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button button.button--light, body .woocommerce form.woocommerce-form-login button button.button.wc-backward, body .woocommerce form.woocommerce-form-login button button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-login button input.button--light, body .woocommerce form.woocommerce-form-login button input.button.wc-backward, body .woocommerce form.woocommerce-form-login button input.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button #respond input#submit--light, body .woocommerce form.woocommerce-form-register button #respond input#submit.wc-backward, body .woocommerce form.woocommerce-form-register button #respond input#submit[name=apply_coupon], body .woocommerce form.woocommerce-form-register button .button--light, body .woocommerce form.woocommerce-form-register button .button.wc-backward, body .woocommerce form.woocommerce-form-register button .button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--light, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button.wc-backward, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--light, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button.wc-backward, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button a.button--light, body .woocommerce form.woocommerce-form-register button a.button.wc-backward, body .woocommerce form.woocommerce-form-register button a.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button button.button--light, body .woocommerce form.woocommerce-form-register button button.button.wc-backward, body .woocommerce form.woocommerce-form-register button button.button[name=apply_coupon], body .woocommerce form.woocommerce-form-register button input.button--light, body .woocommerce form.woocommerce-form-register button input.button.wc-backward, body .woocommerce form.woocommerce-form-register button input.button[name=apply_coupon] {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--light:hover, body .woocommerce form.woocommerce-form-coupon button #respond input#submit.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button #respond input#submit[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button .button--light:hover, body .woocommerce form.woocommerce-form-coupon button .button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--light:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--light:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button a.button--light:hover, body .woocommerce form.woocommerce-form-coupon button a.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button a.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button button.button--light:hover, body .woocommerce form.woocommerce-form-coupon button button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-coupon button input.button--light:hover, body .woocommerce form.woocommerce-form-coupon button input.button.wc-backward:hover, body .woocommerce form.woocommerce-form-coupon button input.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--light:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit.wc-backward:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button .button--light:hover, body .woocommerce form.woocommerce-form-login button .button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--light:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--light:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button a.button--light:hover, body .woocommerce form.woocommerce-form-login button a.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button a.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button button.button--light:hover, body .woocommerce form.woocommerce-form-login button button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-login button input.button--light:hover, body .woocommerce form.woocommerce-form-login button input.button.wc-backward:hover, body .woocommerce form.woocommerce-form-login button input.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--light:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit.wc-backward:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button .button--light:hover, body .woocommerce form.woocommerce-form-register button .button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--light:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--light:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button a.button--light:hover, body .woocommerce form.woocommerce-form-register button a.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button a.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button button.button--light:hover, body .woocommerce form.woocommerce-form-register button button.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button button.button[name=apply_coupon]:hover, body .woocommerce form.woocommerce-form-register button input.button--light:hover, body .woocommerce form.woocommerce-form-register button input.button.wc-backward:hover, body .woocommerce form.woocommerce-form-register button input.button[name=apply_coupon]:hover {
	background: #000;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--full, body .woocommerce form.woocommerce-form-coupon button .button--full, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--full, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--full, body .woocommerce form.woocommerce-form-coupon button a.button--full, body .woocommerce form.woocommerce-form-coupon button button.button--full, body .woocommerce form.woocommerce-form-coupon button input.button--full, body .woocommerce form.woocommerce-form-login button #respond input#submit--full, body .woocommerce form.woocommerce-form-login button .button--full, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--full, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--full, body .woocommerce form.woocommerce-form-login button a.button--full, body .woocommerce form.woocommerce-form-login button button.button--full, body .woocommerce form.woocommerce-form-login button input.button--full, body .woocommerce form.woocommerce-form-register button #respond input#submit--full, body .woocommerce form.woocommerce-form-register button .button--full, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--full, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--full, body .woocommerce form.woocommerce-form-register button a.button--full, body .woocommerce form.woocommerce-form-register button button.button--full, body .woocommerce form.woocommerce-form-register button input.button--full {
	width: 100%;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--disabled, body .woocommerce form.woocommerce-form-coupon button #respond input#submit:disabled, body .woocommerce form.woocommerce-form-coupon button .button--disabled, body .woocommerce form.woocommerce-form-coupon button .button:disabled, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--disabled, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button:disabled, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--disabled, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button:disabled, body .woocommerce form.woocommerce-form-coupon button a.button--disabled, body .woocommerce form.woocommerce-form-coupon button a.button:disabled, body .woocommerce form.woocommerce-form-coupon button button.button--disabled, body .woocommerce form.woocommerce-form-coupon button button.button:disabled, body .woocommerce form.woocommerce-form-coupon button input.button--disabled, body .woocommerce form.woocommerce-form-coupon button input.button:disabled, body .woocommerce form.woocommerce-form-login button #respond input#submit--disabled, body .woocommerce form.woocommerce-form-login button #respond input#submit:disabled, body .woocommerce form.woocommerce-form-login button .button--disabled, body .woocommerce form.woocommerce-form-login button .button:disabled, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--disabled, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button:disabled, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--disabled, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button:disabled, body .woocommerce form.woocommerce-form-login button a.button--disabled, body .woocommerce form.woocommerce-form-login button a.button:disabled, body .woocommerce form.woocommerce-form-login button button.button--disabled, body .woocommerce form.woocommerce-form-login button button.button:disabled, body .woocommerce form.woocommerce-form-login button input.button--disabled, body .woocommerce form.woocommerce-form-login button input.button:disabled, body .woocommerce form.woocommerce-form-register button #respond input#submit--disabled, body .woocommerce form.woocommerce-form-register button #respond input#submit:disabled, body .woocommerce form.woocommerce-form-register button .button--disabled, body .woocommerce form.woocommerce-form-register button .button:disabled, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--disabled, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button:disabled, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--disabled, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button:disabled, body .woocommerce form.woocommerce-form-register button a.button--disabled, body .woocommerce form.woocommerce-form-register button a.button:disabled, body .woocommerce form.woocommerce-form-register button button.button--disabled, body .woocommerce form.woocommerce-form-register button button.button:disabled, body .woocommerce form.woocommerce-form-register button input.button--disabled, body .woocommerce form.woocommerce-form-register button input.button:disabled {
	color: #fff;
	opacity: .5;
	pointer-events: none;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--outline, body .woocommerce form.woocommerce-form-coupon button .button--outline, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--outline, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--outline, body .woocommerce form.woocommerce-form-coupon button a.button--outline, body .woocommerce form.woocommerce-form-coupon button button.button--outline, body .woocommerce form.woocommerce-form-coupon button input.button--outline, body .woocommerce form.woocommerce-form-login button #respond input#submit--outline, body .woocommerce form.woocommerce-form-login button .button--outline, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--outline, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--outline, body .woocommerce form.woocommerce-form-login button a.button--outline, body .woocommerce form.woocommerce-form-login button button.button--outline, body .woocommerce form.woocommerce-form-login button input.button--outline, body .woocommerce form.woocommerce-form-register button #respond input#submit--outline, body .woocommerce form.woocommerce-form-register button .button--outline, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--outline, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--outline, body .woocommerce form.woocommerce-form-register button a.button--outline, body .woocommerce form.woocommerce-form-register button button.button--outline, body .woocommerce form.woocommerce-form-register button input.button--outline {
	background: transparent;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--outline--light, body .woocommerce form.woocommerce-form-coupon button .button--outline--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--outline--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--outline--light, body .woocommerce form.woocommerce-form-coupon button a.button--outline--light, body .woocommerce form.woocommerce-form-coupon button button.button--outline--light, body .woocommerce form.woocommerce-form-coupon button input.button--outline--light, body .woocommerce form.woocommerce-form-login button #respond input#submit--outline--light, body .woocommerce form.woocommerce-form-login button .button--outline--light, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--outline--light, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--outline--light, body .woocommerce form.woocommerce-form-login button a.button--outline--light, body .woocommerce form.woocommerce-form-login button button.button--outline--light, body .woocommerce form.woocommerce-form-login button input.button--outline--light, body .woocommerce form.woocommerce-form-register button #respond input#submit--outline--light, body .woocommerce form.woocommerce-form-register button .button--outline--light, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--outline--light, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--outline--light, body .woocommerce form.woocommerce-form-register button a.button--outline--light, body .woocommerce form.woocommerce-form-register button button.button--outline--light, body .woocommerce form.woocommerce-form-register button input.button--outline--light {
	border: 1px solid #fff;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--outline--light:hover, body .woocommerce form.woocommerce-form-coupon button .button--outline--light:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--outline--light:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--outline--light:hover, body .woocommerce form.woocommerce-form-coupon button a.button--outline--light:hover, body .woocommerce form.woocommerce-form-coupon button button.button--outline--light:hover, body .woocommerce form.woocommerce-form-coupon button input.button--outline--light:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--outline--light:hover, body .woocommerce form.woocommerce-form-login button .button--outline--light:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--outline--light:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--outline--light:hover, body .woocommerce form.woocommerce-form-login button a.button--outline--light:hover, body .woocommerce form.woocommerce-form-login button button.button--outline--light:hover, body .woocommerce form.woocommerce-form-login button input.button--outline--light:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--outline--light:hover, body .woocommerce form.woocommerce-form-register button .button--outline--light:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--outline--light:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--outline--light:hover, body .woocommerce form.woocommerce-form-register button a.button--outline--light:hover, body .woocommerce form.woocommerce-form-register button button.button--outline--light:hover, body .woocommerce form.woocommerce-form-register button input.button--outline--light:hover {
	background: #fff;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--outline--dark, body .woocommerce form.woocommerce-form-coupon button .button--outline--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--outline--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--outline--dark, body .woocommerce form.woocommerce-form-coupon button a.button--outline--dark, body .woocommerce form.woocommerce-form-coupon button button.button--outline--dark, body .woocommerce form.woocommerce-form-coupon button input.button--outline--dark, body .woocommerce form.woocommerce-form-login button #respond input#submit--outline--dark, body .woocommerce form.woocommerce-form-login button .button--outline--dark, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--outline--dark, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--outline--dark, body .woocommerce form.woocommerce-form-login button a.button--outline--dark, body .woocommerce form.woocommerce-form-login button button.button--outline--dark, body .woocommerce form.woocommerce-form-login button input.button--outline--dark, body .woocommerce form.woocommerce-form-register button #respond input#submit--outline--dark, body .woocommerce form.woocommerce-form-register button .button--outline--dark, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--outline--dark, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--outline--dark, body .woocommerce form.woocommerce-form-register button a.button--outline--dark, body .woocommerce form.woocommerce-form-register button button.button--outline--dark, body .woocommerce form.woocommerce-form-register button input.button--outline--dark {
	border: 1px solid #000;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--outline--dark:hover, body .woocommerce form.woocommerce-form-coupon button .button--outline--dark:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--outline--dark:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--outline--dark:hover, body .woocommerce form.woocommerce-form-coupon button a.button--outline--dark:hover, body .woocommerce form.woocommerce-form-coupon button button.button--outline--dark:hover, body .woocommerce form.woocommerce-form-coupon button input.button--outline--dark:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--outline--dark:hover, body .woocommerce form.woocommerce-form-login button .button--outline--dark:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--outline--dark:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--outline--dark:hover, body .woocommerce form.woocommerce-form-login button a.button--outline--dark:hover, body .woocommerce form.woocommerce-form-login button button.button--outline--dark:hover, body .woocommerce form.woocommerce-form-login button input.button--outline--dark:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--outline--dark:hover, body .woocommerce form.woocommerce-form-register button .button--outline--dark:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--outline--dark:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--outline--dark:hover, body .woocommerce form.woocommerce-form-register button a.button--outline--dark:hover, body .woocommerce form.woocommerce-form-register button button.button--outline--dark:hover, body .woocommerce form.woocommerce-form-register button input.button--outline--dark:hover {
	background: #000;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined, body .woocommerce form.woocommerce-form-coupon button .button--underline, body .woocommerce form.woocommerce-form-coupon button .button--underlined, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined, body .woocommerce form.woocommerce-form-coupon button a.button--underline, body .woocommerce form.woocommerce-form-coupon button a.button--underlined, body .woocommerce form.woocommerce-form-coupon button button.button--underline, body .woocommerce form.woocommerce-form-coupon button button.button--underlined, body .woocommerce form.woocommerce-form-coupon button input.button--underline, body .woocommerce form.woocommerce-form-coupon button input.button--underlined, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined, body .woocommerce form.woocommerce-form-login button .button--underline, body .woocommerce form.woocommerce-form-login button .button--underlined, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined, body .woocommerce form.woocommerce-form-login button a.button--underline, body .woocommerce form.woocommerce-form-login button a.button--underlined, body .woocommerce form.woocommerce-form-login button button.button--underline, body .woocommerce form.woocommerce-form-login button button.button--underlined, body .woocommerce form.woocommerce-form-login button input.button--underline, body .woocommerce form.woocommerce-form-login button input.button--underlined, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined, body .woocommerce form.woocommerce-form-register button .button--underline, body .woocommerce form.woocommerce-form-register button .button--underlined, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined, body .woocommerce form.woocommerce-form-register button a.button--underline, body .woocommerce form.woocommerce-form-register button a.button--underlined, body .woocommerce form.woocommerce-form-register button button.button--underline, body .woocommerce form.woocommerce-form-register button button.button--underlined, body .woocommerce form.woocommerce-form-register button input.button--underline, body .woocommerce form.woocommerce-form-register button input.button--underlined {
	background-color: transparent;
	padding: 0 0 .375rem;
	position: relative;
	text-transform: none;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline:after, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined:after, body .woocommerce form.woocommerce-form-coupon button .button--underline:after, body .woocommerce form.woocommerce-form-coupon button .button--underlined:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined:after, body .woocommerce form.woocommerce-form-coupon button a.button--underline:after, body .woocommerce form.woocommerce-form-coupon button a.button--underlined:after, body .woocommerce form.woocommerce-form-coupon button button.button--underline:after, body .woocommerce form.woocommerce-form-coupon button button.button--underlined:after, body .woocommerce form.woocommerce-form-coupon button input.button--underline:after, body .woocommerce form.woocommerce-form-coupon button input.button--underlined:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined:after, body .woocommerce form.woocommerce-form-login button .button--underline:after, body .woocommerce form.woocommerce-form-login button .button--underlined:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined:after, body .woocommerce form.woocommerce-form-login button a.button--underline:after, body .woocommerce form.woocommerce-form-login button a.button--underlined:after, body .woocommerce form.woocommerce-form-login button button.button--underline:after, body .woocommerce form.woocommerce-form-login button button.button--underlined:after, body .woocommerce form.woocommerce-form-login button input.button--underline:after, body .woocommerce form.woocommerce-form-login button input.button--underlined:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined:after, body .woocommerce form.woocommerce-form-register button .button--underline:after, body .woocommerce form.woocommerce-form-register button .button--underlined:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined:after, body .woocommerce form.woocommerce-form-register button a.button--underline:after, body .woocommerce form.woocommerce-form-register button a.button--underlined:after, body .woocommerce form.woocommerce-form-register button button.button--underline:after, body .woocommerce form.woocommerce-form-register button button.button--underlined:after, body .woocommerce form.woocommerce-form-register button input.button--underline:after, body .woocommerce form.woocommerce-form-register button input.button--underlined:after {
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 50%;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline--dark, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined--dark, body .woocommerce form.woocommerce-form-coupon button .button--underline--dark, body .woocommerce form.woocommerce-form-coupon button .button--underlined--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline--dark, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined--dark, body .woocommerce form.woocommerce-form-coupon button a.button--underline--dark, body .woocommerce form.woocommerce-form-coupon button a.button--underlined--dark, body .woocommerce form.woocommerce-form-coupon button button.button--underline--dark, body .woocommerce form.woocommerce-form-coupon button button.button--underlined--dark, body .woocommerce form.woocommerce-form-coupon button input.button--underline--dark, body .woocommerce form.woocommerce-form-coupon button input.button--underlined--dark, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline--dark, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined--dark, body .woocommerce form.woocommerce-form-login button .button--underline--dark, body .woocommerce form.woocommerce-form-login button .button--underlined--dark, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline--dark, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined--dark, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline--dark, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined--dark, body .woocommerce form.woocommerce-form-login button a.button--underline--dark, body .woocommerce form.woocommerce-form-login button a.button--underlined--dark, body .woocommerce form.woocommerce-form-login button button.button--underline--dark, body .woocommerce form.woocommerce-form-login button button.button--underlined--dark, body .woocommerce form.woocommerce-form-login button input.button--underline--dark, body .woocommerce form.woocommerce-form-login button input.button--underlined--dark, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline--dark, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined--dark, body .woocommerce form.woocommerce-form-register button .button--underline--dark, body .woocommerce form.woocommerce-form-register button .button--underlined--dark, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline--dark, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined--dark, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline--dark, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined--dark, body .woocommerce form.woocommerce-form-register button a.button--underline--dark, body .woocommerce form.woocommerce-form-register button a.button--underlined--dark, body .woocommerce form.woocommerce-form-register button button.button--underline--dark, body .woocommerce form.woocommerce-form-register button button.button--underlined--dark, body .woocommerce form.woocommerce-form-register button input.button--underline--dark, body .woocommerce form.woocommerce-form-register button input.button--underlined--dark {
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline--dark:after, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined--dark:after, body .woocommerce form.woocommerce-form-coupon button .button--underline--dark:after, body .woocommerce form.woocommerce-form-coupon button .button--underlined--dark:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline--dark:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined--dark:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline--dark:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined--dark:after, body .woocommerce form.woocommerce-form-coupon button a.button--underline--dark:after, body .woocommerce form.woocommerce-form-coupon button a.button--underlined--dark:after, body .woocommerce form.woocommerce-form-coupon button button.button--underline--dark:after, body .woocommerce form.woocommerce-form-coupon button button.button--underlined--dark:after, body .woocommerce form.woocommerce-form-coupon button input.button--underline--dark:after, body .woocommerce form.woocommerce-form-coupon button input.button--underlined--dark:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline--dark:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined--dark:after, body .woocommerce form.woocommerce-form-login button .button--underline--dark:after, body .woocommerce form.woocommerce-form-login button .button--underlined--dark:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline--dark:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined--dark:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline--dark:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined--dark:after, body .woocommerce form.woocommerce-form-login button a.button--underline--dark:after, body .woocommerce form.woocommerce-form-login button a.button--underlined--dark:after, body .woocommerce form.woocommerce-form-login button button.button--underline--dark:after, body .woocommerce form.woocommerce-form-login button button.button--underlined--dark:after, body .woocommerce form.woocommerce-form-login button input.button--underline--dark:after, body .woocommerce form.woocommerce-form-login button input.button--underlined--dark:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline--dark:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined--dark:after, body .woocommerce form.woocommerce-form-register button .button--underline--dark:after, body .woocommerce form.woocommerce-form-register button .button--underlined--dark:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline--dark:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined--dark:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline--dark:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined--dark:after, body .woocommerce form.woocommerce-form-register button a.button--underline--dark:after, body .woocommerce form.woocommerce-form-register button a.button--underlined--dark:after, body .woocommerce form.woocommerce-form-register button button.button--underline--dark:after, body .woocommerce form.woocommerce-form-register button button.button--underlined--dark:after, body .woocommerce form.woocommerce-form-register button input.button--underline--dark:after, body .woocommerce form.woocommerce-form-register button input.button--underlined--dark:after {
	background-color: currentColor;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline--light, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined--light, body .woocommerce form.woocommerce-form-coupon button .button--underline--light, body .woocommerce form.woocommerce-form-coupon button .button--underlined--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline--light, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined--light, body .woocommerce form.woocommerce-form-coupon button a.button--underline--light, body .woocommerce form.woocommerce-form-coupon button a.button--underlined--light, body .woocommerce form.woocommerce-form-coupon button button.button--underline--light, body .woocommerce form.woocommerce-form-coupon button button.button--underlined--light, body .woocommerce form.woocommerce-form-coupon button input.button--underline--light, body .woocommerce form.woocommerce-form-coupon button input.button--underlined--light, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline--light, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined--light, body .woocommerce form.woocommerce-form-login button .button--underline--light, body .woocommerce form.woocommerce-form-login button .button--underlined--light, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline--light, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined--light, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline--light, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined--light, body .woocommerce form.woocommerce-form-login button a.button--underline--light, body .woocommerce form.woocommerce-form-login button a.button--underlined--light, body .woocommerce form.woocommerce-form-login button button.button--underline--light, body .woocommerce form.woocommerce-form-login button button.button--underlined--light, body .woocommerce form.woocommerce-form-login button input.button--underline--light, body .woocommerce form.woocommerce-form-login button input.button--underlined--light, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline--light, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined--light, body .woocommerce form.woocommerce-form-register button .button--underline--light, body .woocommerce form.woocommerce-form-register button .button--underlined--light, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline--light, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined--light, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline--light, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined--light, body .woocommerce form.woocommerce-form-register button a.button--underline--light, body .woocommerce form.woocommerce-form-register button a.button--underlined--light, body .woocommerce form.woocommerce-form-register button button.button--underline--light, body .woocommerce form.woocommerce-form-register button button.button--underlined--light, body .woocommerce form.woocommerce-form-register button input.button--underline--light, body .woocommerce form.woocommerce-form-register button input.button--underlined--light {
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline--light:after, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined--light:after, body .woocommerce form.woocommerce-form-coupon button .button--underline--light:after, body .woocommerce form.woocommerce-form-coupon button .button--underlined--light:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline--light:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined--light:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline--light:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined--light:after, body .woocommerce form.woocommerce-form-coupon button a.button--underline--light:after, body .woocommerce form.woocommerce-form-coupon button a.button--underlined--light:after, body .woocommerce form.woocommerce-form-coupon button button.button--underline--light:after, body .woocommerce form.woocommerce-form-coupon button button.button--underlined--light:after, body .woocommerce form.woocommerce-form-coupon button input.button--underline--light:after, body .woocommerce form.woocommerce-form-coupon button input.button--underlined--light:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline--light:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined--light:after, body .woocommerce form.woocommerce-form-login button .button--underline--light:after, body .woocommerce form.woocommerce-form-login button .button--underlined--light:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline--light:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined--light:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline--light:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined--light:after, body .woocommerce form.woocommerce-form-login button a.button--underline--light:after, body .woocommerce form.woocommerce-form-login button a.button--underlined--light:after, body .woocommerce form.woocommerce-form-login button button.button--underline--light:after, body .woocommerce form.woocommerce-form-login button button.button--underlined--light:after, body .woocommerce form.woocommerce-form-login button input.button--underline--light:after, body .woocommerce form.woocommerce-form-login button input.button--underlined--light:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline--light:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined--light:after, body .woocommerce form.woocommerce-form-register button .button--underline--light:after, body .woocommerce form.woocommerce-form-register button .button--underlined--light:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline--light:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined--light:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline--light:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined--light:after, body .woocommerce form.woocommerce-form-register button a.button--underline--light:after, body .woocommerce form.woocommerce-form-register button a.button--underlined--light:after, body .woocommerce form.woocommerce-form-register button button.button--underline--light:after, body .woocommerce form.woocommerce-form-register button button.button--underlined--light:after, body .woocommerce form.woocommerce-form-register button input.button--underline--light:after, body .woocommerce form.woocommerce-form-register button input.button--underlined--light:after {
	background-color: currentColor;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline--center:after, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined--center:after, body .woocommerce form.woocommerce-form-coupon button .button--underline--center:after, body .woocommerce form.woocommerce-form-coupon button .button--underlined--center:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline--center:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined--center:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline--center:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined--center:after, body .woocommerce form.woocommerce-form-coupon button a.button--underline--center:after, body .woocommerce form.woocommerce-form-coupon button a.button--underlined--center:after, body .woocommerce form.woocommerce-form-coupon button button.button--underline--center:after, body .woocommerce form.woocommerce-form-coupon button button.button--underlined--center:after, body .woocommerce form.woocommerce-form-coupon button input.button--underline--center:after, body .woocommerce form.woocommerce-form-coupon button input.button--underlined--center:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline--center:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined--center:after, body .woocommerce form.woocommerce-form-login button .button--underline--center:after, body .woocommerce form.woocommerce-form-login button .button--underlined--center:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline--center:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined--center:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline--center:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined--center:after, body .woocommerce form.woocommerce-form-login button a.button--underline--center:after, body .woocommerce form.woocommerce-form-login button a.button--underlined--center:after, body .woocommerce form.woocommerce-form-login button button.button--underline--center:after, body .woocommerce form.woocommerce-form-login button button.button--underlined--center:after, body .woocommerce form.woocommerce-form-login button input.button--underline--center:after, body .woocommerce form.woocommerce-form-login button input.button--underlined--center:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline--center:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined--center:after, body .woocommerce form.woocommerce-form-register button .button--underline--center:after, body .woocommerce form.woocommerce-form-register button .button--underlined--center:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline--center:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined--center:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline--center:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined--center:after, body .woocommerce form.woocommerce-form-register button a.button--underline--center:after, body .woocommerce form.woocommerce-form-register button a.button--underlined--center:after, body .woocommerce form.woocommerce-form-register button button.button--underline--center:after, body .woocommerce form.woocommerce-form-register button button.button--underlined--center:after, body .woocommerce form.woocommerce-form-register button input.button--underline--center:after, body .woocommerce form.woocommerce-form-register button input.button--underlined--center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline--inline, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined--inline, body .woocommerce form.woocommerce-form-coupon button .button--underline--inline, body .woocommerce form.woocommerce-form-coupon button .button--underlined--inline, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline--inline, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined--inline, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline--inline, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined--inline, body .woocommerce form.woocommerce-form-coupon button a.button--underline--inline, body .woocommerce form.woocommerce-form-coupon button a.button--underlined--inline, body .woocommerce form.woocommerce-form-coupon button button.button--underline--inline, body .woocommerce form.woocommerce-form-coupon button button.button--underlined--inline, body .woocommerce form.woocommerce-form-coupon button input.button--underline--inline, body .woocommerce form.woocommerce-form-coupon button input.button--underlined--inline, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline--inline, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined--inline, body .woocommerce form.woocommerce-form-login button .button--underline--inline, body .woocommerce form.woocommerce-form-login button .button--underlined--inline, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline--inline, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined--inline, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline--inline, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined--inline, body .woocommerce form.woocommerce-form-login button a.button--underline--inline, body .woocommerce form.woocommerce-form-login button a.button--underlined--inline, body .woocommerce form.woocommerce-form-login button button.button--underline--inline, body .woocommerce form.woocommerce-form-login button button.button--underlined--inline, body .woocommerce form.woocommerce-form-login button input.button--underline--inline, body .woocommerce form.woocommerce-form-login button input.button--underlined--inline, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline--inline, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined--inline, body .woocommerce form.woocommerce-form-register button .button--underline--inline, body .woocommerce form.woocommerce-form-register button .button--underlined--inline, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline--inline, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined--inline, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline--inline, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined--inline, body .woocommerce form.woocommerce-form-register button a.button--underline--inline, body .woocommerce form.woocommerce-form-register button a.button--underlined--inline, body .woocommerce form.woocommerce-form-register button button.button--underline--inline, body .woocommerce form.woocommerce-form-register button button.button--underlined--inline, body .woocommerce form.woocommerce-form-register button input.button--underline--inline, body .woocommerce form.woocommerce-form-register button input.button--underlined--inline {
	padding-bottom: .3125rem;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline:hover, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined:hover, body .woocommerce form.woocommerce-form-coupon button .button--underline:hover, body .woocommerce form.woocommerce-form-coupon button .button--underlined:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined:hover, body .woocommerce form.woocommerce-form-coupon button a.button--underline:hover, body .woocommerce form.woocommerce-form-coupon button a.button--underlined:hover, body .woocommerce form.woocommerce-form-coupon button button.button--underline:hover, body .woocommerce form.woocommerce-form-coupon button button.button--underlined:hover, body .woocommerce form.woocommerce-form-coupon button input.button--underline:hover, body .woocommerce form.woocommerce-form-coupon button input.button--underlined:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined:hover, body .woocommerce form.woocommerce-form-login button .button--underline:hover, body .woocommerce form.woocommerce-form-login button .button--underlined:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined:hover, body .woocommerce form.woocommerce-form-login button a.button--underline:hover, body .woocommerce form.woocommerce-form-login button a.button--underlined:hover, body .woocommerce form.woocommerce-form-login button button.button--underline:hover, body .woocommerce form.woocommerce-form-login button button.button--underlined:hover, body .woocommerce form.woocommerce-form-login button input.button--underline:hover, body .woocommerce form.woocommerce-form-login button input.button--underlined:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined:hover, body .woocommerce form.woocommerce-form-register button .button--underline:hover, body .woocommerce form.woocommerce-form-register button .button--underlined:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined:hover, body .woocommerce form.woocommerce-form-register button a.button--underline:hover, body .woocommerce form.woocommerce-form-register button a.button--underlined:hover, body .woocommerce form.woocommerce-form-register button button.button--underline:hover, body .woocommerce form.woocommerce-form-register button button.button--underlined:hover, body .woocommerce form.woocommerce-form-register button input.button--underline:hover, body .woocommerce form.woocommerce-form-register button input.button--underlined:hover {
	background-color: transparent;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underline:hover:after, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--underlined:hover:after, body .woocommerce form.woocommerce-form-coupon button .button--underline:hover:after, body .woocommerce form.woocommerce-form-coupon button .button--underlined:hover:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underline:hover:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--underlined:hover:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underline:hover:after, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--underlined:hover:after, body .woocommerce form.woocommerce-form-coupon button a.button--underline:hover:after, body .woocommerce form.woocommerce-form-coupon button a.button--underlined:hover:after, body .woocommerce form.woocommerce-form-coupon button button.button--underline:hover:after, body .woocommerce form.woocommerce-form-coupon button button.button--underlined:hover:after, body .woocommerce form.woocommerce-form-coupon button input.button--underline:hover:after, body .woocommerce form.woocommerce-form-coupon button input.button--underlined:hover:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underline:hover:after, body .woocommerce form.woocommerce-form-login button #respond input#submit--underlined:hover:after, body .woocommerce form.woocommerce-form-login button .button--underline:hover:after, body .woocommerce form.woocommerce-form-login button .button--underlined:hover:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underline:hover:after, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--underlined:hover:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underline:hover:after, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--underlined:hover:after, body .woocommerce form.woocommerce-form-login button a.button--underline:hover:after, body .woocommerce form.woocommerce-form-login button a.button--underlined:hover:after, body .woocommerce form.woocommerce-form-login button button.button--underline:hover:after, body .woocommerce form.woocommerce-form-login button button.button--underlined:hover:after, body .woocommerce form.woocommerce-form-login button input.button--underline:hover:after, body .woocommerce form.woocommerce-form-login button input.button--underlined:hover:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underline:hover:after, body .woocommerce form.woocommerce-form-register button #respond input#submit--underlined:hover:after, body .woocommerce form.woocommerce-form-register button .button--underline:hover:after, body .woocommerce form.woocommerce-form-register button .button--underlined:hover:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underline:hover:after, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--underlined:hover:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underline:hover:after, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--underlined:hover:after, body .woocommerce form.woocommerce-form-register button a.button--underline:hover:after, body .woocommerce form.woocommerce-form-register button a.button--underlined:hover:after, body .woocommerce form.woocommerce-form-register button button.button--underline:hover:after, body .woocommerce form.woocommerce-form-register button button.button--underlined:hover:after, body .woocommerce form.woocommerce-form-register button input.button--underline:hover:after, body .woocommerce form.woocommerce-form-register button input.button--underlined:hover:after {
	width: 100%;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--with-icon, body .woocommerce form.woocommerce-form-coupon button .button--with-icon, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--with-icon, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--with-icon, body .woocommerce form.woocommerce-form-coupon button a.button--with-icon, body .woocommerce form.woocommerce-form-coupon button button.button--with-icon, body .woocommerce form.woocommerce-form-coupon button input.button--with-icon, body .woocommerce form.woocommerce-form-login button #respond input#submit--with-icon, body .woocommerce form.woocommerce-form-login button .button--with-icon, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--with-icon, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--with-icon, body .woocommerce form.woocommerce-form-login button a.button--with-icon, body .woocommerce form.woocommerce-form-login button button.button--with-icon, body .woocommerce form.woocommerce-form-login button input.button--with-icon, body .woocommerce form.woocommerce-form-register button #respond input#submit--with-icon, body .woocommerce form.woocommerce-form-register button .button--with-icon, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--with-icon, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--with-icon, body .woocommerce form.woocommerce-form-register button a.button--with-icon, body .woocommerce form.woocommerce-form-register button button.button--with-icon, body .woocommerce form.woocommerce-form-register button input.button--with-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--with-icon svg, body .woocommerce form.woocommerce-form-coupon button .button--with-icon svg, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--with-icon svg, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--with-icon svg, body .woocommerce form.woocommerce-form-coupon button a.button--with-icon svg, body .woocommerce form.woocommerce-form-coupon button button.button--with-icon svg, body .woocommerce form.woocommerce-form-coupon button input.button--with-icon svg, body .woocommerce form.woocommerce-form-login button #respond input#submit--with-icon svg, body .woocommerce form.woocommerce-form-login button .button--with-icon svg, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--with-icon svg, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--with-icon svg, body .woocommerce form.woocommerce-form-login button a.button--with-icon svg, body .woocommerce form.woocommerce-form-login button button.button--with-icon svg, body .woocommerce form.woocommerce-form-login button input.button--with-icon svg, body .woocommerce form.woocommerce-form-register button #respond input#submit--with-icon svg, body .woocommerce form.woocommerce-form-register button .button--with-icon svg, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--with-icon svg, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--with-icon svg, body .woocommerce form.woocommerce-form-register button a.button--with-icon svg, body .woocommerce form.woocommerce-form-register button button.button--with-icon svg, body .woocommerce form.woocommerce-form-register button input.button--with-icon svg {
	margin-right: .625rem;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--read-more, body .woocommerce form.woocommerce-form-coupon button .button--read-more, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--read-more, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--read-more, body .woocommerce form.woocommerce-form-coupon button a.button--read-more, body .woocommerce form.woocommerce-form-coupon button button.button--read-more, body .woocommerce form.woocommerce-form-coupon button input.button--read-more, body .woocommerce form.woocommerce-form-login button #respond input#submit--read-more, body .woocommerce form.woocommerce-form-login button .button--read-more, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--read-more, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--read-more, body .woocommerce form.woocommerce-form-login button a.button--read-more, body .woocommerce form.woocommerce-form-login button button.button--read-more, body .woocommerce form.woocommerce-form-login button input.button--read-more, body .woocommerce form.woocommerce-form-register button #respond input#submit--read-more, body .woocommerce form.woocommerce-form-register button .button--read-more, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--read-more, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--read-more, body .woocommerce form.woocommerce-form-register button a.button--read-more, body .woocommerce form.woocommerce-form-register button button.button--read-more, body .woocommerce form.woocommerce-form-register button input.button--read-more {
	border: none;
	font-size: .625rem;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--read-more:before, body .woocommerce form.woocommerce-form-coupon button .button--read-more:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--read-more:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--read-more:before, body .woocommerce form.woocommerce-form-coupon button a.button--read-more:before, body .woocommerce form.woocommerce-form-coupon button button.button--read-more:before, body .woocommerce form.woocommerce-form-coupon button input.button--read-more:before, body .woocommerce form.woocommerce-form-login button #respond input#submit--read-more:before, body .woocommerce form.woocommerce-form-login button .button--read-more:before, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--read-more:before, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--read-more:before, body .woocommerce form.woocommerce-form-login button a.button--read-more:before, body .woocommerce form.woocommerce-form-login button button.button--read-more:before, body .woocommerce form.woocommerce-form-login button input.button--read-more:before, body .woocommerce form.woocommerce-form-register button #respond input#submit--read-more:before, body .woocommerce form.woocommerce-form-register button .button--read-more:before, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--read-more:before, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--read-more:before, body .woocommerce form.woocommerce-form-register button a.button--read-more:before, body .woocommerce form.woocommerce-form-register button button.button--read-more:before, body .woocommerce form.woocommerce-form-register button input.button--read-more:before {
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(0deg, #fff, #fff 25%, hsla(0, 0%, 100%, 0));
	bottom: 100%;
	content: "";
	height: 3.125rem;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	width: 100%;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--read-more:hover, body .woocommerce form.woocommerce-form-coupon button .button--read-more:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--read-more:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--read-more:hover, body .woocommerce form.woocommerce-form-coupon button a.button--read-more:hover, body .woocommerce form.woocommerce-form-coupon button button.button--read-more:hover, body .woocommerce form.woocommerce-form-coupon button input.button--read-more:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--read-more:hover, body .woocommerce form.woocommerce-form-login button .button--read-more:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--read-more:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--read-more:hover, body .woocommerce form.woocommerce-form-login button a.button--read-more:hover, body .woocommerce form.woocommerce-form-login button button.button--read-more:hover, body .woocommerce form.woocommerce-form-login button input.button--read-more:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--read-more:hover, body .woocommerce form.woocommerce-form-register button .button--read-more:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--read-more:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--read-more:hover, body .woocommerce form.woocommerce-form-register button a.button--read-more:hover, body .woocommerce form.woocommerce-form-register button button.button--read-more:hover, body .woocommerce form.woocommerce-form-register button input.button--read-more:hover {
	border: none;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--read-more:hover:before, body .woocommerce form.woocommerce-form-coupon button .button--read-more:hover:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--read-more:hover:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--read-more:hover:before, body .woocommerce form.woocommerce-form-coupon button a.button--read-more:hover:before, body .woocommerce form.woocommerce-form-coupon button button.button--read-more:hover:before, body .woocommerce form.woocommerce-form-coupon button input.button--read-more:hover:before, body .woocommerce form.woocommerce-form-login button #respond input#submit--read-more:hover:before, body .woocommerce form.woocommerce-form-login button .button--read-more:hover:before, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--read-more:hover:before, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--read-more:hover:before, body .woocommerce form.woocommerce-form-login button a.button--read-more:hover:before, body .woocommerce form.woocommerce-form-login button button.button--read-more:hover:before, body .woocommerce form.woocommerce-form-login button input.button--read-more:hover:before, body .woocommerce form.woocommerce-form-register button #respond input#submit--read-more:hover:before, body .woocommerce form.woocommerce-form-register button .button--read-more:hover:before, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--read-more:hover:before, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--read-more:hover:before, body .woocommerce form.woocommerce-form-register button a.button--read-more:hover:before, body .woocommerce form.woocommerce-form-register button button.button--read-more:hover:before, body .woocommerce form.woocommerce-form-register button input.button--read-more:hover:before {
	height: 1.25rem;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--read-more.no-grad:before, body .woocommerce form.woocommerce-form-coupon button .button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-coupon button a.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-coupon button button.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-coupon button input.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-login button #respond input#submit--read-more.no-grad:before, body .woocommerce form.woocommerce-form-login button .button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-login button a.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-login button button.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-login button input.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-register button #respond input#submit--read-more.no-grad:before, body .woocommerce form.woocommerce-form-register button .button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-register button a.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-register button button.button--read-more.no-grad:before, body .woocommerce form.woocommerce-form-register button input.button--read-more.no-grad:before {
	display: none;
	height: 0;
}

@media (min-width:730px) {
	body .woocommerce form.woocommerce-form-coupon button #respond input#submit--read-more, body .woocommerce form.woocommerce-form-coupon button .button--read-more, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--read-more, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--read-more, body .woocommerce form.woocommerce-form-coupon button a.button--read-more, body .woocommerce form.woocommerce-form-coupon button button.button--read-more, body .woocommerce form.woocommerce-form-coupon button input.button--read-more, body .woocommerce form.woocommerce-form-login button #respond input#submit--read-more, body .woocommerce form.woocommerce-form-login button .button--read-more, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--read-more, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--read-more, body .woocommerce form.woocommerce-form-login button a.button--read-more, body .woocommerce form.woocommerce-form-login button button.button--read-more, body .woocommerce form.woocommerce-form-login button input.button--read-more, body .woocommerce form.woocommerce-form-register button #respond input#submit--read-more, body .woocommerce form.woocommerce-form-register button .button--read-more, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--read-more, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--read-more, body .woocommerce form.woocommerce-form-register button a.button--read-more, body .woocommerce form.woocommerce-form-register button button.button--read-more, body .woocommerce form.woocommerce-form-register button input.button--read-more {
		display: none;
	}
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--no-padding, body .woocommerce form.woocommerce-form-coupon button .button--no-padding, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--no-padding, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--no-padding, body .woocommerce form.woocommerce-form-coupon button a.button--no-padding, body .woocommerce form.woocommerce-form-coupon button button.button--no-padding, body .woocommerce form.woocommerce-form-coupon button input.button--no-padding, body .woocommerce form.woocommerce-form-login button #respond input#submit--no-padding, body .woocommerce form.woocommerce-form-login button .button--no-padding, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--no-padding, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--no-padding, body .woocommerce form.woocommerce-form-login button a.button--no-padding, body .woocommerce form.woocommerce-form-login button button.button--no-padding, body .woocommerce form.woocommerce-form-login button input.button--no-padding, body .woocommerce form.woocommerce-form-register button #respond input#submit--no-padding, body .woocommerce form.woocommerce-form-register button .button--no-padding, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--no-padding, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--no-padding, body .woocommerce form.woocommerce-form-register button a.button--no-padding, body .woocommerce form.woocommerce-form-register button button.button--no-padding, body .woocommerce form.woocommerce-form-register button input.button--no-padding {
	padding: 0;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--mini-outline, body .woocommerce form.woocommerce-form-coupon button .button--mini-outline, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--mini-outline, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--mini-outline, body .woocommerce form.woocommerce-form-coupon button a.button--mini-outline, body .woocommerce form.woocommerce-form-coupon button button.button--mini-outline, body .woocommerce form.woocommerce-form-coupon button input.button--mini-outline, body .woocommerce form.woocommerce-form-login button #respond input#submit--mini-outline, body .woocommerce form.woocommerce-form-login button .button--mini-outline, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--mini-outline, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--mini-outline, body .woocommerce form.woocommerce-form-login button a.button--mini-outline, body .woocommerce form.woocommerce-form-login button button.button--mini-outline, body .woocommerce form.woocommerce-form-login button input.button--mini-outline, body .woocommerce form.woocommerce-form-register button #respond input#submit--mini-outline, body .woocommerce form.woocommerce-form-register button .button--mini-outline, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--mini-outline, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--mini-outline, body .woocommerce form.woocommerce-form-register button a.button--mini-outline, body .woocommerce form.woocommerce-form-register button button.button--mini-outline, body .woocommerce form.woocommerce-form-register button input.button--mini-outline {
	background-color: #fff;
	border: 1px solid #000;
	font-size: .625rem;
	padding: .125rem .625rem;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--mini-outline:hover, body .woocommerce form.woocommerce-form-coupon button .button--mini-outline:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--mini-outline:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--mini-outline:hover, body .woocommerce form.woocommerce-form-coupon button a.button--mini-outline:hover, body .woocommerce form.woocommerce-form-coupon button button.button--mini-outline:hover, body .woocommerce form.woocommerce-form-coupon button input.button--mini-outline:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--mini-outline:hover, body .woocommerce form.woocommerce-form-login button .button--mini-outline:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--mini-outline:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--mini-outline:hover, body .woocommerce form.woocommerce-form-login button a.button--mini-outline:hover, body .woocommerce form.woocommerce-form-login button button.button--mini-outline:hover, body .woocommerce form.woocommerce-form-login button input.button--mini-outline:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--mini-outline:hover, body .woocommerce form.woocommerce-form-register button .button--mini-outline:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--mini-outline:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--mini-outline:hover, body .woocommerce form.woocommerce-form-register button a.button--mini-outline:hover, body .woocommerce form.woocommerce-form-register button button.button--mini-outline:hover, body .woocommerce form.woocommerce-form-register button input.button--mini-outline:hover {
	background-color: #000;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--mini-filled, body .woocommerce form.woocommerce-form-coupon button .button--mini-filled, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--mini-filled, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--mini-filled, body .woocommerce form.woocommerce-form-coupon button a.button--mini-filled, body .woocommerce form.woocommerce-form-coupon button button.button--mini-filled, body .woocommerce form.woocommerce-form-coupon button input.button--mini-filled, body .woocommerce form.woocommerce-form-login button #respond input#submit--mini-filled, body .woocommerce form.woocommerce-form-login button .button--mini-filled, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--mini-filled, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--mini-filled, body .woocommerce form.woocommerce-form-login button a.button--mini-filled, body .woocommerce form.woocommerce-form-login button button.button--mini-filled, body .woocommerce form.woocommerce-form-login button input.button--mini-filled, body .woocommerce form.woocommerce-form-register button #respond input#submit--mini-filled, body .woocommerce form.woocommerce-form-register button .button--mini-filled, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--mini-filled, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--mini-filled, body .woocommerce form.woocommerce-form-register button a.button--mini-filled, body .woocommerce form.woocommerce-form-register button button.button--mini-filled, body .woocommerce form.woocommerce-form-register button input.button--mini-filled {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: .625rem;
	padding: .125rem .625rem;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--mini-filled:hover, body .woocommerce form.woocommerce-form-coupon button .button--mini-filled:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--mini-filled:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--mini-filled:hover, body .woocommerce form.woocommerce-form-coupon button a.button--mini-filled:hover, body .woocommerce form.woocommerce-form-coupon button button.button--mini-filled:hover, body .woocommerce form.woocommerce-form-coupon button input.button--mini-filled:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--mini-filled:hover, body .woocommerce form.woocommerce-form-login button .button--mini-filled:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--mini-filled:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--mini-filled:hover, body .woocommerce form.woocommerce-form-login button a.button--mini-filled:hover, body .woocommerce form.woocommerce-form-login button button.button--mini-filled:hover, body .woocommerce form.woocommerce-form-login button input.button--mini-filled:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--mini-filled:hover, body .woocommerce form.woocommerce-form-register button .button--mini-filled:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--mini-filled:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--mini-filled:hover, body .woocommerce form.woocommerce-form-register button a.button--mini-filled:hover, body .woocommerce form.woocommerce-form-register button button.button--mini-filled:hover, body .woocommerce form.woocommerce-form-register button input.button--mini-filled:hover {
	background-color: #fff;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button #respond input#submit--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button a.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button a.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button input.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button input.button--bordered-normal, body .woocommerce form.woocommerce-form-login button #respond input#submit--bordered-inverted, body .woocommerce form.woocommerce-form-login button #respond input#submit--bordered-normal, body .woocommerce form.woocommerce-form-login button .button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .button--bordered-normal, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--bordered-normal, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button a.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button a.button--bordered-normal, body .woocommerce form.woocommerce-form-login button button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button input.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button input.button--bordered-normal, body .woocommerce form.woocommerce-form-register button #respond input#submit--bordered-inverted, body .woocommerce form.woocommerce-form-register button #respond input#submit--bordered-normal, body .woocommerce form.woocommerce-form-register button .button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .button--bordered-normal, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--bordered-normal, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button a.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button a.button--bordered-normal, body .woocommerce form.woocommerce-form-register button button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button input.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button input.button--bordered-normal {
	border: 1px solid;
	line-height: 1;
	text-transform: capitalize;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button a.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button input.button--bordered-normal, body .woocommerce form.woocommerce-form-login button #respond input#submit--bordered-normal, body .woocommerce form.woocommerce-form-login button .button--bordered-normal, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--bordered-normal, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button a.button--bordered-normal, body .woocommerce form.woocommerce-form-login button button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button input.button--bordered-normal, body .woocommerce form.woocommerce-form-register button #respond input#submit--bordered-normal, body .woocommerce form.woocommerce-form-register button .button--bordered-normal, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--bordered-normal, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button a.button--bordered-normal, body .woocommerce form.woocommerce-form-register button button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button input.button--bordered-normal {
	background-color: transparent;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button a.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button input.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button a.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button input.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button a.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button input.button--bordered-normal:hover {
	background-color: #000;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button a.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button input.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button #respond input#submit--bordered-inverted, body .woocommerce form.woocommerce-form-login button .button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button a.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button input.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button #respond input#submit--bordered-inverted, body .woocommerce form.woocommerce-form-register button .button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button a.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button input.button--bordered-inverted {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button a.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button input.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button #respond input#submit--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button a.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button input.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button #respond input#submit--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button a.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button input.button--bordered-inverted:hover {
	background-color: transparent;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--loading, body .woocommerce form.woocommerce-form-coupon button .button--loading, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--loading, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--loading, body .woocommerce form.woocommerce-form-coupon button a.button--loading, body .woocommerce form.woocommerce-form-coupon button button.button--loading, body .woocommerce form.woocommerce-form-coupon button input.button--loading, body .woocommerce form.woocommerce-form-login button #respond input#submit--loading, body .woocommerce form.woocommerce-form-login button .button--loading, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--loading, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--loading, body .woocommerce form.woocommerce-form-login button a.button--loading, body .woocommerce form.woocommerce-form-login button button.button--loading, body .woocommerce form.woocommerce-form-login button input.button--loading, body .woocommerce form.woocommerce-form-register button #respond input#submit--loading, body .woocommerce form.woocommerce-form-register button .button--loading, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--loading, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--loading, body .woocommerce form.woocommerce-form-register button a.button--loading, body .woocommerce form.woocommerce-form-register button button.button--loading, body .woocommerce form.woocommerce-form-register button input.button--loading {
	background-color: transparent;
	border-color: #666;
	cursor: not-allowed;
	font-size: 0;
	position: relative;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--loading svg, body .woocommerce form.woocommerce-form-coupon button .button--loading svg, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--loading svg, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--loading svg, body .woocommerce form.woocommerce-form-coupon button a.button--loading svg, body .woocommerce form.woocommerce-form-coupon button button.button--loading svg, body .woocommerce form.woocommerce-form-coupon button input.button--loading svg, body .woocommerce form.woocommerce-form-login button #respond input#submit--loading svg, body .woocommerce form.woocommerce-form-login button .button--loading svg, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--loading svg, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--loading svg, body .woocommerce form.woocommerce-form-login button a.button--loading svg, body .woocommerce form.woocommerce-form-login button button.button--loading svg, body .woocommerce form.woocommerce-form-login button input.button--loading svg, body .woocommerce form.woocommerce-form-register button #respond input#submit--loading svg, body .woocommerce form.woocommerce-form-register button .button--loading svg, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--loading svg, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--loading svg, body .woocommerce form.woocommerce-form-register button a.button--loading svg, body .woocommerce form.woocommerce-form-register button button.button--loading svg, body .woocommerce form.woocommerce-form-register button input.button--loading svg {
	display: none;
}

body .woocommerce form.woocommerce-form-coupon button #respond input#submit--loading:before, body .woocommerce form.woocommerce-form-coupon button .button--loading:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce-form-row .button--loading:before, body .woocommerce form.woocommerce-form-coupon button .woocommerce .button.button--loading:before, body .woocommerce form.woocommerce-form-coupon button a.button--loading:before, body .woocommerce form.woocommerce-form-coupon button button.button--loading:before, body .woocommerce form.woocommerce-form-coupon button input.button--loading:before, body .woocommerce form.woocommerce-form-login button #respond input#submit--loading:before, body .woocommerce form.woocommerce-form-login button .button--loading:before, body .woocommerce form.woocommerce-form-login button .woocommerce-form-row .button--loading:before, body .woocommerce form.woocommerce-form-login button .woocommerce .button.button--loading:before, body .woocommerce form.woocommerce-form-login button a.button--loading:before, body .woocommerce form.woocommerce-form-login button button.button--loading:before, body .woocommerce form.woocommerce-form-login button input.button--loading:before, body .woocommerce form.woocommerce-form-register button #respond input#submit--loading:before, body .woocommerce form.woocommerce-form-register button .button--loading:before, body .woocommerce form.woocommerce-form-register button .woocommerce-form-row .button--loading:before, body .woocommerce form.woocommerce-form-register button .woocommerce .button.button--loading:before, body .woocommerce form.woocommerce-form-register button a.button--loading:before, body .woocommerce form.woocommerce-form-register button button.button--loading:before, body .woocommerce form.woocommerce-form-register button input.button--loading:before {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/loader.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: .4375rem;
	width: 1.5rem;
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black #respond input#submit.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce .button.button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black a.button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black button.button.button--bordered-normal, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black input.button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button .u-background-colour--black #respond input#submit.button--bordered-normal, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce .button.button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button .u-background-colour--black a.button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button .u-background-colour--black button.button.button--bordered-normal, body .woocommerce form.woocommerce-form-login button .u-background-colour--black input.button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button .u-background-colour--black #respond input#submit.button--bordered-normal, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce .button.button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button .u-background-colour--black a.button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button .u-background-colour--black button.button.button--bordered-normal, body .woocommerce form.woocommerce-form-register button .u-background-colour--black input.button.button--bordered-normal {
	background-color: transparent;
	color: #fff;
}

body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black #respond input#submit.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black #respond input#submit.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce .button.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce .button.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black a.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black a.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black button.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black button.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black input.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black input.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black #respond input#submit.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .u-background-colour--black #respond input#submit.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce .button.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce .button.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black a.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .u-background-colour--black a.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black button.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .u-background-colour--black button.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black input.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-login button .u-background-colour--black input.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black #respond input#submit.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .u-background-colour--black #respond input#submit.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce-form-row .button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce .button.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce .button.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black a.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .u-background-colour--black a.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black button.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .u-background-colour--black button.button.button--bordered-normal:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black input.button.button--bordered-inverted, body .woocommerce form.woocommerce-form-register button .u-background-colour--black input.button.button--bordered-normal:hover {
	background-color: #fff;
	color: #000;
}

body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black #respond input#submit.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black .woocommerce .button.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black a.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black button.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-coupon button .u-background-colour--black input.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black #respond input#submit.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black .woocommerce .button.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black a.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black button.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-login button .u-background-colour--black input.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black #respond input#submit.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce-form-row .button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black .woocommerce .button.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black a.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black button.button.button--bordered-inverted:hover, body .woocommerce form.woocommerce-form-register button .u-background-colour--black input.button.button--bordered-inverted:hover {
	background-color: transparent;
	color: #fff;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.container--x-large {
	max-width: 1900px;
}

.container--large {
	max-width: 1600px;
}

.container--medium {
	max-width: 1240px;
}

.container--medium-small {
	max-width: 1000px;
}

.container--small {
	max-width: 700px;
}

.container--no-padding {
	padding-left: 0;
	padding-right: 0;
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}

.accordion:last-of-type {
	border-bottom: none;
}

.accordion__handle {
	font-size: .875rem;
	margin: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.accordion__title {
	font-size: 1.375rem;
	margin: 0;
}

.accordion__header, .accordion__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion__header {
	cursor: pointer;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.25rem 0;
	-webkit-transition: visibility 0s, opacity .3s ease, -webkit-transform .2s ease;
	transition: visibility 0s, opacity .3s ease, -webkit-transform .2s ease;
	transition: visibility 0s, opacity .3s ease, transform .2s ease;
	transition: visibility 0s, opacity .3s ease, transform .2s ease, -webkit-transform .2s ease;
}

.accordion__header--rotate-handle {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.accordion__header--rotate-handle.active .accordion__handle {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion__body {
	max-height: 0;
	opacity: 0;
	padding: 0;
	-webkit-transition: visibility 0s ease, opacity .3s ease, max-height .1s ease;
	transition: visibility 0s ease, opacity .3s ease, max-height .1s ease;
	display: none;
}

.accordion__body.active {
	max-height: 100%;
	opacity: 1;
	padding-bottom: 1.875rem;
	display: block;
}

.accordion--disabled {
	opacity: .4;
	pointer-events: none;
}

.back-in-stock-form {
	margin: 2.5rem 0 !important;
	padding: 1.25rem 1.875rem .625rem;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.back-in-stock-form__title {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	border-radius: 0;
	font-weight: 600;
	color: #000;
}

.back-in-stock-form__email {
	-webkit-box-flex: 3;
	-ms-flex: 3 1 auto;
	flex: 3 1 auto;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	padding: .75rem 1.25rem;
	font-weight: 400;
	margin: 0;
	outline: none;
	border-radius: 0;
}

.back-in-stock-form__email::-webkit-input-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}

.back-in-stock-form__email::-moz-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}

.back-in-stock-form__email:-ms-input-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}

.back-in-stock-form__email::-ms-input-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}

.back-in-stock-form__email::placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}

.back-in-stock-form__email::focus-visible {
	border-color: none;
}

.back-in-stock-form__submit {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background-color: #000;
	color: #fff;
	padding: .875rem .625rem;
	margin: 0;
	font-weight: 400;
}

.back-in-stock-form__already-registered {
	margin-bottom: .625rem;
	color: #000;
}

.back-in-stock-form__already-registered a {
	text-decoration: underline;
}

.woocommerce-orders-table .woocommerce-notifications-activity-table {
	text-align: left;
}

.basket-menu {
	cursor: pointer;
	display: block;
	position: relative;
}

.basket-menu, .basket-menu .basket__sub-total {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.basket-menu .basket__sub-total {
	background-color: #e3e3e3;
	color: #000;
	text-transform: uppercase;
	font-family: nimbus-sans, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .625rem;
	margin: 0 1.25rem;
}

.basket-menu .basket__sub-total .price, .basket-menu .basket__sub-total .sub-total {
	font-family: nimbus-sans, sans-serif;
	text-transform: uppercase;
	text-transform: capitalize;
	font-size: .875rem;
	font-size: .75rem;
	letter-spacing: 1.5px;
	letter-spacing: 2px;
	font-weight: 700;
	padding-left: .625rem;
	color: #000;
}

@media only screen and (max-width:768px) {
	.basket-menu .basket__sub-total .price, .basket-menu .basket__sub-total .sub-total {
		font-size: .75rem;
	}
}

.basket-menu .basket__count {
	position: relative;
}

.basket-menu .basket__count .cart-count {
	color: #000;
	color: #fff;
	font-size: .625rem;
	height: 17px;
	line-height: .75rem;
	padding: 2px;
	position: absolute;
	right: -.9375rem;
	top: -2px;
	text-align: center;
	width: 17px;
	background-color: #000;
	font-family: nimbus-sans, sans-serif;
	border-radius: 100%;
	font-weight: 700;
}

.basket-menu__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 1.25rem;
}

.basket-menu__items--will-scroll {
	max-height: 20.25rem;
	overflow-y: scroll;
}

.basket-menu__items--will-scroll+.basket__sub-total {
	position: relative;
}

.basket-menu__items--will-scroll+.basket__sub-total:before {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(hsla(0, 0%, 100%, .5)));
	background: linear-gradient(0deg, #fff 50%, hsla(0, 0%, 100%, .5));
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	bottom: 100%;
	width: 100%;
}

.basket-menu .basket-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	text-align: left;
	width: 100%;
	padding-top: 1.25rem;
}

.basket-menu .basket-item:first-child {
	padding-top: 0;
}

.basket-menu .basket-item__image {
	max-width: 5.625rem;
}

.basket-menu .basket-item__image img {
	display: block;
}

.basket-menu .basket-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 1.25rem;
	margin-right: .75rem;
	width: calc(100% - 8.5rem);
}

.basket-menu .basket-item__close {
	position: absolute;
	top: 0;
	right: 0;
}

.basket-menu .basket-item__close svg {
	fill: #000;
}

.basket-menu .basket-item .product-price, .basket-menu .basket-item .product-quantity, .basket-menu .basket-item .product-title, .basket-menu .basket-item .product-variation {
	display: block;
	font-family: nimbus-sans, sans-serif;
	font-size: .875rem;
	line-height: 1.5;
}

.basket-menu .basket-item .product-variation {
	text-transform: capitalize;
	color: #666;
}

.basket-menu .basket-item .product-title {
	font-weight: 700;
	width: 100%;
}

.basket-menu .basket-item .product-subtitle {
	display: block;
	font-size: .875rem;
	max-width: calc(100% - .5rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.basket-menu .basket-item .product-quantity {
	color: #666;
	font-weight: 400;
}

.basket-menu .basket-item .product-price {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	margin-right: .25rem;
	padding-top: .3125rem;
	text-transform: uppercase;
}

.basket-menu .basket-item .product-price:not(del) .amount {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}

.basket-menu .basket-item .product-price ins {
	margin-right: .625rem;
}

.basket-menu .basket-item .product-price del {
	color: grey;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.basket-menu .basket-item .pricing-approximations {
	display: none;
}

.basket-menu .button-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.25rem;
	margin-top: 1.875rem;
}

.basket-menu .button-row:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #e3e3e3;
	top: 0;
	left: 0;
}

.basket-menu .button-row .button {
	white-space: pre;
	padding-left: 0;
	padding-right: 0;
}

.basket-menu .button-row>* {
	padding: .625rem;
	width: calc(50% - 1rem);
}

.basket-menu .basket-info p {
	color: #fff;
	font-size: .75rem;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.basket-menu .basket-info small {
	color: #fff;
	font-size: .625rem;
	letter-spacing: .5px;
}

.popup__menu {
	display: none;
	position: absolute;
	right: -16px;
	top: 36px;
	color: #000;
	padding: 0;
	width: 24.25rem;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

.popup__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .625rem 0;
	border-bottom: 1px solid #e3e3e3;
}

.popup__title {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
	letter-spacing: 1.5px;
	padding-left: 1.25rem;
}

@media only screen and (max-width:768px) {
	.popup__title {
		font-size: .75rem;
	}
}

.popup__title span {
	color: #666;
	font-weight: 400;
}

.popup__close {
	width: 60px;
	height: 41px;
	top: -41px;
	position: absolute;
	background-color: #fff;
	right: -1px;
	z-index: 9;
	padding: 2px;
	border: 1px solid #e3e3e3;
	border-bottom-color: #fff;
}

.popup__close svg {
	width: .9375rem;
	position: absolute;
	right: 20px;
	top: 10px;
}

.popup--active .popup__menu {
	display: block;
}

.c-benefit-banner {
	grid-column: 1/-1;
}

@supports (display:grid) {
	.c-benefit-banner .benefit-banner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}

@media (min-width:730px) {
	.c-benefit-banner .benefit-banner {
		grid-template-columns: repeat(3, 1fr);
	}
}

.c-benefit-banner .benefit-banner__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	text-align: left;
}

@media (min-width:730px) {
	.c-benefit-banner .benefit-banner__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 2.5rem;
		width: 100%;
	}
}

.c-benefit-banner .benefit-banner__item h5 {
	font-size: 1rem;
	letter-spacing: 0;
}

.c-benefit-banner .benefit-banner__item p {
	color: #666;
	font-size: .9375rem;
}

.c-benefit-banner .benefit-banner__item a {
	font-family: nimbus-sans, sans-serif;
	font-size: .875rem;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.c-benefit-banner .benefit-banner__item a:hover {
	text-decoration: none;
}

.c-benefit-banner .benefit-banner__item img {
	width: 4.375rem;
}

@media (min-width:730px) {
	.c-benefit-banner .benefit-banner__item img {
		width: 5.375rem;
	}
}

.c-benefit-banner .benefit-banner__content {
	padding-left: .9375rem;
	margin-top: 0;
	text-align: left;
	width: calc(100% - 100px);
}

.c-benefit-banner .benefit-banner__content p {
	display: none;
}

@media (min-width:730px) {
	.c-benefit-banner .benefit-banner__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-top: 1.25rem;
		padding-left: 0;
		text-align: center;
		width: auto;
	}
	
	.c-benefit-banner .benefit-banner__content p {
		display: block;
	}
}

.c-content {
	grid-column: 1/-1;
}

.c-content .content {
	width: 100%;
}

@media (min-width:730px) {
	.c-content .content {
		width: 58.33333%;
	}
}

.c-content .content--white>* {
	color: #fff;
}

.c-content .content a {
	font-weight: 700;
	text-decoration: underline;
}

.c-content .content a:hover {
	text-decoration: unset;
}

.c-content--center .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-content--center .content {
	margin-left: 0;
}

.c-content--center .content:where(p) {
	color: #666;
}

.c-content .download-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 1.875rem;
	margin-top: 1.875rem;
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
	transition: -webkit-box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.c-content .download-button:hover {
	-webkit-box-shadow: 0 10px 9px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 9px 3px rgba(0, 0, 0, .1);
}

@media (min-width:730px) {
	.c-content .download-button {
		width: 34.375rem;
	}
}

.c-content .download-button a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.c-content .download-button svg {
	width: 3.125rem;
	margin-right: 1.875rem;
}

.c-content .download-button__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-content .download-button__content p {
	font-size: .875rem;
	color: #333;
	padding-top: .625rem;
}

.c-content .download-button__content a {
	font-weight: 700;
	text-decoration: underline;
}

.c-content .download-button__content a:hover {
	text-decoration: unset;
}

.c-content-full-width-image {
	grid-column: 1/-1;
}

.c-content-full-width-image .content-full-width-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-self: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 39.25rem;
	z-index: 1;
	background-position: 50%;
}

.c-content-full-width-image .content-full-width-image.opacity-0:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
}

.c-content-full-width-image .content-full-width-image.opacity-10:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
}

.c-content-full-width-image .content-full-width-image.opacity-20:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
}

.c-content-full-width-image .content-full-width-image.opacity-30:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
}

.c-content-full-width-image .content-full-width-image.opacity-40:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
}

.c-content-full-width-image .content-full-width-image.opacity-50:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
}

.c-content-full-width-image .content-full-width-image.opacity-60:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
}

.c-content-full-width-image .content-full-width-image.opacity-70:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
}

.c-content-full-width-image .content-full-width-image.opacity-80:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .8);
}

.c-content-full-width-image .content-full-width-image.opacity-90:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .9);
}

.c-content-full-width-image .content-full-width-image.opacity-100:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 1);
}

.c-content-full-width-image .content-full-width-image__content {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.c-content-full-width-image .content-full-width-image__content .content, .c-content-full-width-image .content-full-width-image__content h1 {
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 9;
}

.c-content-full-width-image .content-full-width-image__content img {
	width: 14.375rem;
	max-width: 14.375rem;
}

.c-content-full-width-image .content-full-width-image__content .content {
	width: auto;
}

@media (min-width:730px) {
	.c-content-full-width-image .content-full-width-image__content .content {
		width: 75ch;
	}
}

.c-content-full-width-image .content-full-width-image__content a {
	font-weight: 700;
	text-decoration: underline;
}

.c-content-full-width-image .content-full-width-image__content a:hover {
	text-decoration: unset;
}

.c-content-with-button {
	grid-column: 1/span 3;
}

.c-content-with-button>* {
	color: #333;
}

.c-content-with-button h2, .c-content-with-button h3, .c-content-with-button h4 {
	color: #000;
}

.c-content-with-button .content-with-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.c-content-with-button .content-with-button__content {
	width: 100%;
	margin-left: 0;
	margin-bottom: 1.25rem;
}

@media (min-width:730px) {
	.c-content-with-button .content-with-button__content {
		width: 50%;
		margin-bottom: 0;
	}
}

.c-content-with-button .content-with-button__content h2 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1.875rem;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
}

@media (min-width:730px) {
	.c-content-with-button .content-with-button__content h2 {
		font-size: 3.125rem;
	}
}

.c-content-with-button .content-with-button__content h3 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: .15ch;
}

.c-content-with-button .content-with-button__content a {
	font-weight: 700;
	text-decoration: underline;
}

.c-content-with-button .content-with-button__content a:hover {
	text-decoration: unset;
}

.c-content-with-button .content-with-button__button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-items: flex-start;
}

@media (min-width:730px) {
	.c-content-with-button .content-with-button__button {
		width: 33.33333%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.c-content-with-button .content-with-button--center {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.c-content-with-button .content-with-button--center, .c-content-with-button .content-with-button--center .content-with-button__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-content-with-button .content-with-button--center .content-with-button__content {
	margin-left: 0;
	margin-bottom: 1.875rem;
}

.c-content-with-button .content-with-button--center .content-with-button__content h2 {
	font-size: 2.25rem;
}

.c-content-with-button.u-background-colour--black>*, .c-content-with-button.u-background-colour--black h2, .c-content-with-button.u-background-colour--black h3, .c-content-with-button.u-background-colour--black p {
	color: #fff;
}

.c-content-with-image {
	grid-column: 1/span 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 2rem;
}

.c-content-with-image--top-margin {
	margin-top: 5rem;
}

.c-content-with-image--top-margin:before {
	content: "";
	position: absolute;
	bottom: 100%;
	background-color: inherit;
	height: 5rem;
	width: 100%;
}

@media (min-width:730px) {
	.c-content-with-image {
		padding-top: 2rem;
	}
}

.c-content-with-image .content-with-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.c-content-with-image .content-with-image .carousel-controls__line, .c-content-with-image .content-with-image .carousel-controls__nav, .c-content-with-image .content-with-image .tns-outer {
	z-index: 9;
}

@media (min-width:900px) {
	.c-content-with-image .content-with-image {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.c-content-with-image .content-with-image--flip-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.c-content-with-image .content-with-image--flip-content>.content-with-image__block-colour--angle {
		-webkit-clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
		clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
	}
}

@media (min-width:900px) and (min-width:1270px) {
	.c-content-with-image .content-with-image--flip-content>.content-with-image__block-colour--angle {
		-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
		clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
	}
}

@media (min-width:900px) {
	.c-content-with-image .content-with-image--flip-content>.content-with-image__image {
		padding-right: 0;
		margin-left: 0;
		padding-left: 0;
		margin-right: 8.33333%;
	}
	
	.c-content-with-image .content-with-image--flip-content>.content-with-image__content {
		padding-right: 8%;
		padding-left: 0;
	}
}

.c-content-with-image .content-with-image__block-colour {
	position: absolute;
	width: 100%;
	height: calc(100% + 4rem);
	top: -2rem;
	right: -2.5rem;
	z-index: -1;
}

.c-content-with-image .content-with-image__block-colour--small {
	height: calc(100% + 2rem);
}

.c-content-with-image .content-with-image__block-colour--flip-content {
	right: unset;
	left: -2.5rem;
}

.c-content-with-image .content-with-image__block-colour--flip-content.content-with-image__block-colour--angle {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
}

@media (min-width:1270px) {
	.c-content-with-image .content-with-image__block-colour--flip-content.content-with-image__block-colour--angle {
		-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
		clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
	}
}

@media (min-width:900px) {
	.c-content-with-image .content-with-image__block-colour {
		width: 40%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	.c-content-with-image .content-with-image__block-colour--flip-content {
		right: unset;
		left: -3.75rem;
	}
}

.c-content-with-image .content-with-image__block-colour--angle {
	-webkit-clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
	clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
}

@media (min-width:1270px) {
	.c-content-with-image .content-with-image__block-colour--angle {
		-webkit-clip-path: polygon(40% 0, 168px 100%, 100% 100%, 100% 0);
		clip-path: polygon(40% 0, 168px 100%, 100% 100%, 100% 0);
	}
}

.c-content-with-image .content-with-image__image {
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-right: 0;
	width: 100%;
}

.c-content-with-image .content-with-image__image img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	z-index: 1;
}

@media (min-width:730px) {
	.c-content-with-image .content-with-image__image {
		padding-top: 2rem;
	}
}

@media (min-width:900px) {
	.c-content-with-image .content-with-image__image {
		width: 50%;
		padding-right: 0;
		margin-left: 8.33333%;
	}
	
	.c-content-with-image .content-with-image__image img {
		padding-bottom: 0;
		width: 40.9375rem;
	}
}

@media (min-width:1025px) {
	.c-content-with-image .content-with-image__image img {
		padding-bottom: 0;
		width: 53.4375rem;
	}
}

.c-content-with-image .content-with-image__content {
	width: 100%;
	margin-top: 3.75rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.c-content-with-image .content-with-image__content h2 {
	font-size: 2.25rem;
}

@media (min-width:900px) {
	.c-content-with-image .content-with-image__content h2 {
		font-size: 3.125rem;
	}
}

.c-content-with-image .content-with-image__content a:not(.button) {
	font-weight: 700;
	text-decoration: underline;
}

.c-content-with-image .content-with-image__content a:not(.button):hover {
	text-decoration: unset;
}

@media (min-width:900px) {
	.c-content-with-image .content-with-image__content {
		width: 40%;
		padding-left: 0;
		margin-top: 0;
		-ms-flex-item-align: center;
		align-self: center;
	}
}

.c-content-with-image .content-with-image__content--black .content>* {
	color: #fff;
}

.c-content-with-image .content-with-image__material-dimensions {
	width: 100%;
	padding-bottom: 0;
}

@media (min-width:900px) {
	.c-content-with-image .content-with-image__material-dimensions {
		width: 41.66667%;
		padding-bottom: 0;
	}
}

.c-content-with-image .content-with-image__material-dimensions ul li {
	line-height: 2.2;
}

.c-content-with-image .content-with-image__single-header .single-header__content {
	grid-column: 2/-2;
	grid-row: 4;
	z-index: 2;
	margin-top: 1.875rem;
}

@media (min-width:730px) {
	.c-content-with-image .content-with-image__single-header .single-header__content {
		margin-top: 0;
		grid-column: 2/span 6;
		grid-row: 2;
	}
}

@media (min-width:1025px) {
	.c-content-with-image .content-with-image__single-header .single-header__content {
		margin-top: 0;
		grid-column: 3/span 4;
		grid-row: 2;
	}
}

.c-content-with-image .content-with-image__single-header .single-header h1 {
	font-size: 3rem;
	line-height: 1;
	color: #fff;
	margin-bottom: 3.125rem;
}

.c-content-with-image .content-with-image__single-header .single-header h3 {
	color: #999;
	font-size: .875rem;
	font-family: nimbus-sans, sans-serif;
	margin-bottom: 2.5rem;
}

.c-content-with-image .content-with-image__single-header .single-header__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #999;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 1.25rem 0;
}

.c-content-with-image .content-with-image__single-header .single-header__meta .post-meta {
	margin-right: 2.5rem;
}

.c-content-with-image .content-with-image__single-header .single-header__meta .post-meta .info, .c-content-with-image .content-with-image__single-header .single-header__meta .reading-time .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-content-with-image .content-with-image__single-header .single-header__meta .post-meta .info .text, .c-content-with-image .content-with-image__single-header .single-header__meta .reading-time .info .text {
	margin-top: 0;
}

.c-content-with-image .content-with-image__single-header .single-header__meta .post-meta .info svg, .c-content-with-image .content-with-image__single-header .single-header__meta .reading-time .info svg {
	vertical-align: middle;
	margin-right: .625rem;
}

.c-content-with-image--extended {
	width: 100%;
}

.c-content-with-image--extended .content-with-image {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-content-with-image--extended .content-with-image__block-colour {
	width: 100%;
}

@media (min-width:1025px) {
	.c-content-with-image--extended .content-with-image__block-colour {
		width: 50%;
	}
}

@media (min-width:900px) {
	.c-content-with-image--extended .content-with-image__image {
		padding-right: 0;
	}
}

@media (min-width:1025px) {
	.c-content-with-image--extended .content-with-image__image {
		width: 50%;
		padding-right: 0;
	}
}

.c-content-with-list {
	grid-column: 1/-1;
	position: relative;
	font-family: nimbus-sans, sans-serif;
	color: #333;
}

.c-content-with-list+.c-content-with-list {
	padding-top: 0;
}

.c-content-with-list .number, .c-content-with-list h2, .c-content-with-list h3, .c-content-with-list h4, .c-content-with-list h5 {
	color: #000;
}

.c-content-with-list .section-titles {
	width: 100%;
	display: block;
}

.c-content-with-list .section-titles h2 {
	font-weight: 700;
	font-size: 1.875rem;
	margin-top: 2.5rem;
	margin-bottom: 1.875rem;
	font-family: nimbus-sans, sans-serif;
}

@media (min-width:730px) {
	.c-content-with-list .section-titles h2 {
		font-size: 3.125rem;
	}
}

.c-content-with-list .section-titles h3 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: .15ch;
}

.c-content-with-list .content-with-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 1.25rem;
}

@media (min-width:730px) {
	.c-content-with-list .content-with-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-content-with-list .content-with-list--flip-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width:730px) {
	.c-content-with-list .content-with-list--flip-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.c-content-with-list .content-with-list .partial {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.c-content-with-list .content-with-list h4 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: fluid-spacing(20);
	line-height: 1.2;
	margin-bottom: .625rem;
}

.c-content-with-list .content-with-list__list-description {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0;
	padding-bottom: 1.25rem;
}

@media (min-width:730px) {
	.c-content-with-list .content-with-list__list-description {
		width: 41.66667%;
	}
}

.c-content-with-list .content-with-list__image {
	width: 100%;
	z-index: 2;
	margin-bottom: 3.75rem;
	margin-top: 1.75rem;
	position: relative;
}

@media (min-width:730px) {
	.c-content-with-list .content-with-list__image {
		width: 41.66667%;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.c-content-with-list .content-with-list__image--flip-content {
	margin-top: 3.75rem;
	margin-bottom: 1.5rem;
}

@media (min-width:730px) {
	.c-content-with-list .content-with-list__image--flip-content {
		margin-bottom: 3.75rem;
		margin-top: 0;
	}
}

.c-content-with-list .content-with-list__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1rem;
	margin-top: 0;
	padding-left: 0;
	z-index: 2;
}

@media (min-width:730px) {
	.c-content-with-list .content-with-list__list {
		width: 33.33333%;
		margin-right: 8.33333%;
		margin-top: 0;
	}
}

.c-content-with-list .content-with-list__list .list__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 2.5rem 0;
	border-bottom: 1px solid #999;
}

.c-content-with-list .content-with-list__list .list__item:first-child {
	border-top: 1px solid #999;
}

@media (min-width:730px) {
	.c-content-with-list .content-with-list__list .list__item:first-child {
		border-top: none;
		padding-top: 0;
	}
}

.c-content-with-list .content-with-list__list .list__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.c-content-with-list .content-with-list__list .list__item__number {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 3rem;
	flex: 0 0 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	margin-top: .1875rem;
	margin-right: 1.25rem;
	place-content: center;
	place-items: center;
	font-size: fluid-spacing(16);
	font-weight: 700;
	border-radius: 50%;
	border: 2px solid #262626;
}

.c-content-with-list .content-with-list__list .list__item__content {
	font-size: fluid-spacing(16);
	line-height: 1.5;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-content-with-list .content-with-list__list .list__item__content a {
	margin-top: 1.875rem;
	font-weight: 700;
	text-decoration: underline;
}

.c-content-with-list .content-with-list__list .list__item__content a:hover {
	text-decoration: unset;
}

.c-content-with-list .content-with-list__block-colour {
	position: absolute;
	width: 130%;
	top: -2.5rem;
	left: 15%;
	z-index: -1;
}

.c-content-with-list .content-with-list__block-colour--flip-content {
	left: unset;
	right: 15%;
}

.c-content-with-list .content-with-list__block-colour--flip-content.content-with-list__block-colour--angle {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
}

@media (min-width:1270px) {
	.c-content-with-list .content-with-list__block-colour--flip-content.content-with-list__block-colour--angle {
		-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
		clip-path: polygon(0 0, 0 100%, 100% 100%, 60% 0);
	}
}

.c-content-with-list .content-with-list__block-colour--angle {
	-webkit-clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
	clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
}

@media (min-width:1270px) {
	.c-content-with-list .content-with-list__block-colour--angle {
		-webkit-clip-path: polygon(40% 0, 168px 100%, 100% 100%, 100% 0);
		clip-path: polygon(40% 0, 168px 100%, 100% 100%, 100% 0);
	}
}

.c-content-with-list--black .number, .c-content-with-list--black>*, .c-content-with-list--black h2, .c-content-with-list--black h3, .c-content-with-list--black h4, .c-content-with-list--black h5, .c-content-with-list--black p {
	color: #fff;
}

.c-content-with-list--black .content-with-list__list .list__item {
	border-bottom: 1px solid #4b4b4b;
}

.c-content-with-video {
	grid-column: 1/span 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-content-with-video .content-with-video__video {
	width: 100%;
	height: 28.5625rem;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:900px) {
	.c-content-with-video .content-with-video__video {
		height: 50rem;
		width: 41.8%;
	}
}

.c-content-with-video .content-with-video__video--expand {
	width: 100%;
}

.c-content-with-video .content-with-video__video .video__video {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.c-content-with-video .content-with-video__video .video__video--show {
	opacity: 1;
	visibility: visible;
}

.c-content-with-video .content-with-video__video .video__play {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
}

.c-content-with-video .content-with-video__video .video__play button>* {
	pointer-events: none;
	cursor: pointer;
}

.c-content-with-video .content-with-video__video .video__play--hide {
	opacity: 0;
	visibility: 0;
}

.c-content-with-video .content-with-video__video .video__play .watch-length {
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.c-content-with-video .content-with-video__video .video__play .watch-length span {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.c-content-with-video .content-with-video__video .video__play .watch-length--hide {
	opacity: 0;
	visibility: 0;
}

.c-content-with-video .content-with-video__content {
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:900px) {
	.c-content-with-video .content-with-video__content {
		width: 58.2%;
		padding-left: 4.6875rem;
		-ms-flex-item-align: center;
		align-self: center;
	}
}

@media (min-width:1025px) {
	.c-content-with-video .content-with-video__content {
		padding-left: 8.125rem;
	}
}

@media (min-width:900px) {
	.c-content-with-video .content-with-video__content--shrink {
		-webkit-transform: translateX(100%) scale(0);
		transform: translateX(100%) scale(0);
		width: 0;
		padding: 0;
		height: 0;
	}
}

.c-content-with-video .content-with-video__content .content__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width:730px) {
	.c-content-with-video .content-with-video__content .content__content {
		padding-right: 4.6875rem;
	}
}

@media (min-width:1025px) {
	.c-content-with-video .content-with-video__content .content__content {
		padding-right: 8.125rem;
	}
}

.c-content-with-video .content-with-video__content .content__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-content-with-video .content-with-video__content .content__icon .icon {
	width: 7.5rem;
	margin-right: 1.25rem;
}

.c-content-with-video .content-with-video__content .content__icon hr {
	margin-right: -20px;
	margin-top: 0;
	width: 100%;
}

.c-content-with-video .content-with-video__content a:not(.button) {
	font-weight: 700;
	text-decoration: underline;
}

.c-content-with-video .content-with-video__content a:not(.button):hover {
	text-decoration: unset;
}

.c-cta-block {
	grid-column: 1/-1;
	position: relative;
}

.c-cta-block .block-colour {
	position: absolute;
	width: 85%;
	height: calc(100% - 10rem);
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-cta-block .cta-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	z-index: 2;
	gap: 1.25rem;
}

@media (min-width:730px) {
	.c-cta-block .cta-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: -20;
		flex-wrap: wrap;
		padding-left: 1.25rem;
		margin-left: auto;
	}
}

.c-cta-block .cta-block__cta {
	width: 100%;
	background-color: #000;
	border: 1px solid #4b4b4b;
}

@media (min-width:730px) {
	.c-cta-block .cta-block__cta {
		width: 31%;
		margin-top: 0;
	}
}

.c-cta-block .cta-block__cta.cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 1.875rem 1.25rem;
	margin-bottom: 1.25rem;
	min-height: 28.75rem;
}

@media (min-width:730px) {
	.c-cta-block .cta-block__cta.cta {
		margin-bottom: 0;
	}
}

.c-cta-block .cta-block__cta.cta__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-cta-block .cta-block__cta.cta h4 {
	font-size: 1.5rem;
	font-weight: 700;
}

.c-cta-block .cta-block__cta.cta img {
	max-width: 7.5rem;
}

.c-cta-block .cta-block__cta.cta a {
	font-weight: 700;
	display: block;
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.c-cta-block .cta-block__cta.cta a:hover {
	opacity: .75;
	text-decoration: none;
}

.c-designer-slider {
	grid-column: 1/-1;
}

.c-designer-slider .designer-slider {
	padding-right: 0;
}

.c-designer-slider .designer-slider .tns-outer {
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: 5rem;
}

@media (min-width:730px) {
	.c-designer-slider .designer-slider .tns-outer {
		margin-bottom: 5rem;
	}
}

.c-designer-slider .designer-slider .tns-outer .tns-horizontal.tns-subpixel {
	white-space: unset;
}

.c-designer-slider .designer-slider .tns-ovh {
	overflow: visible;
}

.c-designer-slider .designer-slider__controls .tns-controls {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.c-designer-slider .designer-slider__controls .tns-controls:before {
	background-color: #4b4b4b;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 140px);
}

.c-designer-slider .designer-slider__controls .tns-controls button svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.c-designer-slider .designer-slider__controls .tns-controls button:last-child {
	margin-left: 1.25rem;
}

.c-designer-slider .designer-slider__slider .designer {
	background: #333;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 36rem;
	overflow: visible;
	position: relative;
}

@media (min-width:460px) {
	.c-designer-slider .designer-slider__slider .designer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 32rem;
	}
}

.c-designer-slider .designer-slider__slider .designer__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.25rem;
	width: 100%;
}

@media (min-width:460px) {
	.c-designer-slider .designer-slider__slider .designer__meta {
		width: 50%;
	}
}

@media (min-width:730px) {
	.c-designer-slider .designer-slider__slider .designer__meta {
		padding: 2.5rem;
	}
}

.c-designer-slider .designer-slider__slider .designer__excerpt {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

@media (min-width:460px) {
	.c-designer-slider .designer-slider__slider .designer__excerpt {
		-webkit-line-clamp: 10;
	}
}

.c-designer-slider .designer-slider__slider .designer__image {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width:460px) {
	.c-designer-slider .designer-slider__slider .designer__image {
		overflow: unset;
		width: 50%;
	}
}

@media (min-width:730px) {
	.c-designer-slider .designer-slider__slider .designer__image {
		min-height: 29.6875rem;
	}
}

.c-designer-slider .designer-slider__slider .designer__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.edd-root {
	font-size: 1rem;
	width: 100%;
	background: #fff;
}

.edd-root, .edd-root-disabled {
	color: #000;
}

.edd-root-open .edd-head .edd-value:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.edd-root--dark {
	width: 100%;
}

.edd-root--dark, .edd-root--dark .edd-body {
	color: #fff;
	background: #000;
}

.edd-root--dark .edd-body .edd-option {
	color: #fff;
}

.edd-root--dark .edd-body .edd-option:hover {
	color: #000;
}

.edd-root--dark .edd-body .edd-option-focused:not(.edd-option-disabled) {
	background: #fff;
}

.edd-root--dark .edd-head {
	border-top: 3px solid #fff;
	color: #fff;
}

.edd-root--dark .edd-head .edd-value {
	color: #fff;
}

.edd-root--dark .edd-head .edd-value:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/white-triangle-down.svg") no-repeat 50% transparent;
}

.edd-head {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	outline: none;
	padding-top: 1.25rem;
	padding-bottom: .625rem;
	border-top: 3px solid #000;
}

.edd-head:last-of-type {
	border-right: none;
}

.edd-root-open .edd-head {
	border-bottom: none;
}

.edd-head .edd-value {
	color: #000;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}

.edd-head .edd-value:after {
	content: "";
	position: absolute;
	display: block;
	right: .625rem;
	top: 1.4375rem;
	height: 14px;
	width: 9px;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/triangle-down.svg") no-repeat 50% transparent;
	background-size: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.edd-head .edd-arrow {
	display: none;
}

.edd-body {
	background: #fff;
}

.edd-root-open .edd-body {
	border-top: none;
}

.edd-body .edd-option {
	padding-bottom: .625rem;
	font-family: nimbus-sans, sans-serif;
	color: #000;
	font-size: 1rem;
}

.edd-root, .edd-root *, .edd-root :after, .edd-root :before {
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.edd-root {
	display: inline-block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.edd-root-disabled {
	cursor: not-allowed;
}

.edd-head {
	position: relative;
	overflow: hidden;
}

.edd-group-label, .edd-option, .edd-value {
	white-space: nowrap;
	text-overflow: unset;
	overflow: hidden;
}

.edd-option, .edd-root:not(.edd-root-disabled) .edd-value {
	cursor: pointer;
	text-transform: capitalize;
}

.edd-select {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: -100%;
	top: 0;
}

.edd-root-native .edd-select {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.edd-body {
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 999;
}

.edd-body, .edd-root-open .edd-body {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.edd-root-open .edd-body {
	pointer-events: all;
	-webkit-transition: opacity .2s, -webkit-transform .1s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .2s, -webkit-transform .1s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .2s, transform .1s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .2s, transform .1s cubic-bezier(.25, .46, .45, .94), -webkit-transform .1s cubic-bezier(.25, .46, .45, .94);
}

.edd-root-open-above .edd-body {
	bottom: 100%;
}

.edd-root-open-below .edd-body {
	top: 100%;
}

.edd-items-list {
	overflow: auto;
	max-height: 0;
	-webkit-transition: max-height .2s cubic-bezier(.25, .46, .45, .94);
	transition: max-height .2s cubic-bezier(.25, .46, .45, .94);
	-webkit-overflow-scrolling: touch;
}

.edd-group-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	padding: 12px 8px 4px;
	color: #000;
}

.edd-group-has-label {
	border-bottom: 1px solid #eee;
}

.edd-group-has-label .edd-option {
	padding-left: 20px;
}

.edd-option-selected {
	font-weight: 700;
}

.edd-option-focused:not(.edd-option-disabled) {
	background: #fff;
}

.edd-group-disabled .edd-option, .edd-option-disabled {
	cursor: default;
	color: #000;
}

.c-faq-listing {
	grid-column: 1/-1;
}

.c-faq-listing .faq-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-faq-listing .faq-listing__headers {
	margin-bottom: 2.5rem;
	text-align: center;
}

.c-faq-listing .faq-listing__headers h6 {
	font-size: .875rem;
	color: #666;
	margin-bottom: 1.25rem;
}

@media (min-width:730px) {
	.c-faq-listing .faq-listing__headers {
		margin-bottom: 5rem;
	}
}

.c-faq-listing .faq-listing__terms {
	grid-column: 2/span 1;
	padding: 1.25rem .625rem;
}

.c-faq-listing .support-area__title {
	font-size: 1.5rem;
	line-height: 1.25;
}

.c-faq-listing .support-area__content {
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	padding: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-faq-listing .support-area__content a {
	text-decoration: underline;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.c-faq-listing .support-area__content a svg {
	margin-left: .625rem;
	vertical-align: middle;
	width: .9375rem;
}

.c-faq-listing .support-area__content a:hover {
	opacity: .75;
	text-decoration: none;
}

.c-form-block {
	grid-column: 1/-1;
}

.c-form-block .form-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1025px) {
	.c-form-block .form-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-form-block .form-block__header {
	width: 100%;
	padding-top: 3.125rem;
	border-top: 3px solid #fff;
}

@media (min-width:1025px) {
	.c-form-block .form-block__header {
		padding-left: 8.33333%;
	}
}

.c-form-block .form-block__header--white {
	border-top: 3px solid #000;
}

.c-form-block .form-block__form {
	width: 100%;
}

.c-form-block .form-block__form .gform_wrapper .populate-posts .gfield_label {
	color: #fff;
	font-weight: 700;
	margin-bottom: .625rem;
}

.c-form-block .form-block__form .gform_wrapper .populate-posts__button {
	position: absolute !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 2.5rem;
}

.c-form-block .form-block__form .gform_wrapper .populate-posts__product-dropdown {
	max-height: 2.9375rem;
	margin-bottom: 2.5625rem;
}

@media (730px) {
	.c-form-block .form-block__form .gform_wrapper .populate-posts__product-dropdown {
		margin-bottom: 0;
	}
}

.c-form-block .form-block__form .gform_wrapper .populate-posts__product-dropdown .product-dropdown {
	position: absolute;
	display: none;
	top: 2.875rem;
	max-height: 13.0625rem;
	overflow-x: hidden;
	z-index: 9;
	background: #000;
	border: 1px solid #fff;
	padding: .625rem;
}

.c-form-block .form-block__form .gform_wrapper .populate-posts__product-dropdown .product-dropdown.visible {
	display: block;
	width: 100%;
}

.c-form-block .form-block__form .gform_wrapper .populate-posts .anchor {
	position: relative;
	cursor: pointer;
	display: inline-block;
	text-align: left;
	color: #999 !important;
}

.c-form-block .form-block__form .gform_wrapper .populate-posts .anchor:after {
	position: absolute;
	content: "";
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: .3125rem;
	right: 1.25rem;
	top: .9375rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.c-form-block .form-block__form .gform_wrapper .populate-posts .anchor.active:after {
	top: 1.1875rem;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.c-form-block .form-block__form .gform_wrapper .instruction {
	color: #fff;
}

.c-form-block .form-block__form .gform_wrapper .gform_submission_error {
	font-size: 1.125rem;
	color: #e64b4b;
}

.c-form-block .form-block__form .gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 1.875rem;
}

.c-form-block .form-block__form .gform_footer .button {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 2rem;
}

.c-form-block .form-block__form .gform_footer .button:after {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send-black.svg") no-repeat 50% transparent;
	background-size: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
	margin-left: 1.25rem;
}

.c-form-block .form-block__form .gform_footer .button:hover:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send.svg") no-repeat 50% transparent;
}

.c-form-block .form-block__form .gform_footer .button svg {
	margin-right: .625rem;
}

.c-form-block .form-block__form .gform_footer .button--dark:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send.svg") no-repeat 50% transparent;
}

.c-form-block .form-block__form .gform_footer .button--dark:hover:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send-black.svg") no-repeat 50% transparent;
}

@media (min-width:1025px) {
	.c-form-block .form-block__form {
		width: 50%;
		margin-left: 8.33333%;
	}
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gform_footer .button--dark {
	background: #fff;
	color: #000;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gform_footer .button--dark:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send-black.svg") no-repeat 50% transparent;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gform_footer .button--dark:hover {
	color: #fff;
	border-color: #fff;
	background: #000;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gform_footer .button--dark:hover:after {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send.svg") no-repeat 50% transparent;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_description, .c-form-block .form-block__form--light-wrapper .gform_wrapper label {
	color: #fff;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_validation_message, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gform_submission_error {
	color: #e64b4b;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gform_submission_error {
	font-size: 1.125rem;
	color: #e64b4b;
	margin-bottom: 1.875rem;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_description {
	margin-top: .625rem;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_description.validation_message {
	color: #e64b4b;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper button:not(.browser-default):not(.button), .c-form-block .form-block__form--light-wrapper .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]), .c-form-block .form-block__form--light-wrapper .gform_wrapper select, .c-form-block .form-block__form--light-wrapper .gform_wrapper textarea {
	border: 1px solid #fff;
	color: #fff;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio {
	min-height: 2rem;
	min-width: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox [class^=gchoice], .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio [class^=gchoice] {
	margin-bottom: .75rem;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=checkbox]+label:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=checkbox]+span:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=radio]+label:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=radio]+span:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=checkbox]+label:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=checkbox]+span:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=radio]+label:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=radio]+span:before {
	border: 1px solid #fff;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=checkbox]+label:after, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=checkbox]+span:after, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=radio]+label:after, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=radio]+span:after, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=checkbox]+label:after, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=checkbox]+span:after, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=radio]+label:after, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=radio]+span:after {
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
}

.c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=checkbox]:checked:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .gfield_checkbox input[type=radio]:checked:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=checkbox]:checked:before, .c-form-block .form-block__form--light-wrapper .gform_wrapper .radio input[type=radio]:checked:before {
	background-color: #fff;
}

.c-form-block .form-block__form--light-wrapper .gform_confirmation_message, .c-form-block .form-block__form--light-wrapper .gform_confirmation_wrapper {
	color: #fff;
	font-size: 1.625rem;
}

.c-form-block .form-block__aside {
	width: 100%;
	border-top: 3px solid #fff;
}

@media (min-width:1025px) {
	.c-form-block .form-block__aside {
		margin-top: 7rem;
	}
}

.c-form-block .form-block__aside .aside-content a {
	text-decoration: underline;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.c-form-block .form-block__aside .aside-content a:hover {
	opacity: .75;
	text-decoration: none;
}

@media (min-width:1025px) {
	.c-form-block .form-block__aside .aside-content {
		padding-right: 8.33333%;
	}
}

.c-form-block .form-block__aside .aside-content--white>* {
	color: #fff;
}

@media (min-width:1025px) {
	.c-form-block .form-block__aside {
		width: 25%;
		margin-left: 8.33333%;
	}
}

.four-oh-four {
	padding: 2.5rem 1.875rem;
	max-width: 600px;
	margin: auto;
}

.four-oh-four__title {
	font-size: 1.875rem;
	font-size: 2.5rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	width: auto;
	text-align: center;
	margin-bottom: 1.875rem;
	color: #fff;
}

@media (min-width:730px) {
	.four-oh-four__title {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.four-oh-four__image {
	max-width: 200px;
	margin: 0 auto 1.875rem;
}

@media (min-width:730px) {
	.four-oh-four__image {
		margin-bottom: 2.5rem;
	}
}

.four-oh-four__content {
	margin: 0 auto 1.875rem;
}

@media (min-width:730px) {
	.four-oh-four__content {
		margin-bottom: 2.5rem;
	}
}

.four-oh-four__content>* {
	color: #fff;
}

.four-oh-four__content a {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.four-oh-four__content a:hover {
	opacity: .75;
	text-decoration: none;
}

.four-oh-four__content ul li::marker {
	color: #fff;
}

.c-full-width-image-with-quote {
	grid-column: 1/-1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
}

.c-full-width-image-with-quote .full-width-image-with-quote {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.c-full-width-image-with-quote .full-width-image-with-quote__image {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	z-index: 1;
	padding: 0;
	margin: 0 auto;
}

@media (min-width:730px) {
	.c-full-width-image-with-quote .full-width-image-with-quote__image {
		width: 91.66667%;
		left: 0;
	}
}

.c-full-width-image-with-quote .full-width-image-with-quote__image img {
	width: 100%;
	height: auto;
	z-index: 1;
}

.c-full-width-image-with-quote .full-width-image-with-quote__image--left-align {
	margin: unset;
	margin-right: auto;
}

.c-full-width-image-with-quote .full-width-image-with-quote__image--right-align {
	margin: unset;
	margin-left: auto;
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-0:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-10:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-20:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-30:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-40:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-50:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-60:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-70:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-80:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .8);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-90:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .9);
}

.c-full-width-image-with-quote .full-width-image-with-quote__image.opacity-100:before {
	content: "";
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 1);
}

.c-full-width-image-with-quote .full-width-image-with-quote__quote {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
}

@media (min-width:1025px) {
	.c-full-width-image-with-quote .full-width-image-with-quote__quote {
		left: 0;
		right: 8.33333%;
		top: 0;
		bottom: 0;
	}
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote.text-colour--black {
	color: #000;
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote.text-colour--white {
	color: #fff;
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote__figure {
	width: 83.33333%;
	margin-left: 8.33333%;
	padding: .9375rem .625rem;
	color: inherit;
}

@media (min-width:730px) {
	.c-full-width-image-with-quote .full-width-image-with-quote .quote__figure {
		width: 66.66667%;
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
		margin-left: 16.66667%;
	}
}

@media (min-width:1025px) {
	.c-full-width-image-with-quote .full-width-image-with-quote .quote__figure {
		width: 66.66667%;
		padding-top: 4.6875rem;
		padding-bottom: 4.6875rem;
		margin-left: 25%;
	}
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote__figure.figure--with-border {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote .figure__quote {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.176;
	display: block;
	text-align: center;
	margin: 0;
}

@media (min-width:730px) {
	.c-full-width-image-with-quote .full-width-image-with-quote .quote .figure__quote {
		font-size: 1.625rem;
	}
}

@media (min-width:1025px) {
	.c-full-width-image-with-quote .full-width-image-with-quote .quote .figure__quote {
		font-size: 2.125rem;
	}
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote .figure__quote>* {
	color: inherit;
	line-height: inherit;
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote .figure__quote>p:before {
	content: "“";
	position: relative;
	left: -.1ch;
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote .figure__quote>p:last-child:after {
	content: "”";
	right: -1ch;
}

.c-full-width-image-with-quote .full-width-image-with-quote .quote .figure__quote-source {
	display: block;
	width: 100%;
	margin-top: 1.25rem;
	text-align: center;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: .2ch;
}

.c-full-width-video {
	grid-column: 1/-1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-full-width-video .full-width-video__video {
	width: 100%;
	height: 28.5625rem;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:900px) {
	.c-full-width-video .full-width-video__video {
		height: 50rem;
	}
}

.c-full-width-video .full-width-video__video--expand {
	width: 100%;
}

.c-full-width-video .full-width-video__video .video__video {
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.c-full-width-video .full-width-video__video .video__video--show {
	opacity: 1;
	visibility: visible;
}

.c-full-width-video .full-width-video__video .video__play {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
}

.c-full-width-video .full-width-video__video .video__play button>* {
	pointer-events: none;
	cursor: pointer;
}

.c-full-width-video .full-width-video__video .video__play--hide {
	opacity: 0;
	visibility: 0;
}

.c-full-width-video .full-width-video__video .video__play .watch-length {
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.c-full-width-video .full-width-video__video .video__play .watch-length span {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.c-full-width-video .full-width-video__video .video__play .watch-length--hide {
	opacity: 0;
	visibility: 0;
}

.c-hero-carousel {
	position: relative;
	grid-column: 1/-1;
}

.c-hero-carousel .tns-nav {
	display: none;
}

.c-hero-carousel .tns-outer {
	grid-column: 1/-1;
	grid-row: 1;
}

.c-hero-carousel .hero-carousel {
	grid-template-rows: -webkit-min-content;
	grid-template-rows: min-content;
	grid-gap: 20px 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-bottom: 3.75rem;
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel {
		grid-template-rows: auto;
	}
}

@media (min-width:1025px) {
	.c-hero-carousel .hero-carousel {
		grid-template-rows: 1.875rem 1fr 1.875rem;
	}
}

.c-hero-carousel .hero-carousel.tns-slide-active .hero-carousel__content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.c-hero-carousel .hero-carousel.tns-slide-active .hero-carousel__image {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-hero-carousel .hero-carousel.tns-slide-active .hero-carousel__block-colour {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.c-hero-carousel .hero-carousel:not(.tns-slide-active).slide-up .hero-carousel__content {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.c-hero-carousel .hero-carousel:not(.tns-slide-active).slide-up .hero-carousel__image {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.c-hero-carousel .hero-carousel:not(.tns-slide-active).slide-up .hero-carousel__block-colour {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.c-hero-carousel .hero-carousel__content {
	grid-column: col-start 1/span 12;
	grid-row: 2/span 1;
	align-self: center;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.c-hero-carousel .hero-carousel__content h5 {
	text-transform: uppercase;
}

.c-hero-carousel .hero-carousel__content h1 {
	margin-top: 1.875rem;
	font-size: 1.25rem;
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel__content h1 {
		font-size: 2.5rem;
	}
}

@media (min-width:1025px) {
	.c-hero-carousel .hero-carousel__content h1 {
		font-size: 4.375rem;
	}
}

.c-hero-carousel .hero-carousel__content h1:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #000;
	right: calc(100% + 40px);
	top: 25%;
	width: 100%;
}

.c-hero-carousel .hero-carousel__content p {
	color: #666;
	display: none;
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel__content p {
		display: block;
	}
}

.c-hero-carousel .hero-carousel__content .button {
	margin-top: .9375rem;
	margin-bottom: .9375rem;
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel__content .button {
		margin-top: 1.875rem;
		margin-bottom: 0;
	}
}

.c-hero-carousel .hero-carousel__content .post-meta {
	display: block;
	color: #999;
	line-height: 1;
}

.c-hero-carousel .hero-carousel__content .post-meta__category, .c-hero-carousel .hero-carousel__content .post-meta__date {
	display: inline;
	color: inherit;
	letter-spacing: .1875rem;
	font-size: .75rem;
	text-transform: uppercase;
	margin: 0;
}

.c-hero-carousel .hero-carousel__content .post-meta__category {
	margin-left: .3125rem;
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel__content {
		grid-column: col-start 1/span 4;
	}
}

@media (min-width:1285px) {
	.c-hero-carousel .hero-carousel__content {
		grid-column: col-start 2/span 3;
	}
}

.c-hero-carousel .hero-carousel__image {
	grid-column: col-start 1/span 12;
	grid-row: 1/span 1;
	align-self: center;
	-webkit-transition: all .9s;
	transition: all .9s;
}

.c-hero-carousel .hero-carousel__image .image {
	padding: 1.25rem 0;
}

.c-hero-carousel .hero-carousel__image .image img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel__image {
		grid-column: col-start 6/span 8;
		grid-row: 2/span 1;
	}
	
	.c-hero-carousel .hero-carousel__image .image {
		padding: 0;
	}
	
	.c-hero-carousel .hero-carousel__image .image img {
		margin-left: -3.125rem;
	}
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel__image {
		grid-column: col-start 6/span 6;
		grid-row: 2/span 1;
	}
	
	.c-hero-carousel .hero-carousel__image .image {
		padding: 0;
	}
}

.c-hero-carousel .hero-carousel__block-colour {
	grid-column: col-start 4/span 12;
	grid-row: 1/span 1;
	-webkit-transition: all .9s;
	transition: all .9s;
}

@media (min-width:730px) {
	.c-hero-carousel .hero-carousel__block-colour {
		grid-column: col-start 6/span 8;
		grid-row: 1/span 3;
	}
}

.c-hero-carousel .hero-carousel__block-colour--angle {
	-webkit-clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
	clip-path: polygon(40% 0, 86px 100%, 100% 100%, 100% 0);
}

@media (min-width:1270px) {
	.c-hero-carousel .hero-carousel__block-colour--angle {
		-webkit-clip-path: polygon(40% 0, 168px 100%, 100% 100%, 100% 0);
		clip-path: polygon(40% 0, 168px 100%, 100% 100%, 100% 0);
	}
}

.c-hero-carousel .carousel-controls__line, .c-hero-carousel .carousel-controls__nav {
	position: absolute;
}

.c-hero-carousel .carousel-controls__line {
	position: absolute;
	bottom: 0;
	left: 1.25rem;
	width: calc(100% - 10rem);
	height: 1px;
	background-color: #666;
	z-index: 1;
}

@media (min-width:730px) {
	.c-hero-carousel .carousel-controls__line {
		grid-column: col-start 12/span 1;
		position: unset;
		bottom: unset;
		left: unset;
		width: 1px;
		height: calc(100% - 15.625rem);
		justify-self: center;
		align-self: flex-end;
		grid-row: 1;
		margin-bottom: 3.125rem;
	}
}

.c-hero-carousel .carousel-controls__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	bottom: -1.5rem;
	right: 1.25rem;
}

.c-hero-carousel .carousel-controls__nav .tns-controls-nav__wrapper .tns-controls button {
	z-index: 4;
	margin-left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.c-hero-carousel .carousel-controls__nav svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 2.5rem;
	margin-right: .625rem;
	vertical-align: middle;
	stroke-width: 1px;
}

@media (min-width:730px) {
	.c-hero-carousel .carousel-controls__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		grid-column: col-start 12/span 1;
		grid-row: 1;
		position: relative;
		bottom: unset;
		right: unset;
		align-self: flex-start;
		justify-self: center;
	}
	
	.c-hero-carousel .carousel-controls__nav .tns-controls-nav {
		position: relative;
		margin-top: 3.125rem;
	}
	
	.c-hero-carousel .carousel-controls__nav .tns-controls-nav__wrapper .tns-controls button {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	.c-hero-carousel .carousel-controls__nav svg {
		-webkit-transform: unset;
		transform: unset;
		width: 3.125rem;
		margin-right: unset;
		margin-top: .625rem;
	}
}

.c-hero-carousel.u-background-colour--black {
	color: #fff;
}

.c-image-cta-banner {
	grid-column: 2/span 1;
}

.c-image-cta-banner .image-cta-banner {
	position: relative;
	background-position: 50%;
}

.c-image-cta-banner .image-cta-banner:before {
	content: "";
	display: block;
	padding-top: 100%;
	width: 100%;
}

.c-image-cta-banner .image-cta-banner>* {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width:769px) {
	.c-image-cta-banner .image-cta-banner {
		height: 18.75rem;
	}
}

.c-image-cta-banner .image-cta-banner img {
	display: block;
	width: 100%;
}

.c-image-cta-banner .image-cta-banner__cta {
	padding: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.c-image-cta-banner .image-cta-banner__cta h3 {
	font-size: 1.875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	text-align: center;
}

@media (min-width:730px) {
	.c-image-cta-banner .image-cta-banner__cta h3 {
		font-size: 2.5rem;
	}
}

.c-image-cta-banner .image-cta-banner__cta img {
	height: 5rem;
	max-width: 100%;
}

.c-image-cta-banner .image-cta-banner__cta--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-image-cta-banner .image-cta-banner__cta--top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-image-cta-banner .image-cta-banner__cta--bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c-image-cta-banner .image-cta-banner__cta--stretch {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-image-gallery {
	grid-column: 1/-1;
}

.c-image-gallery .image-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-image-gallery .image-gallery__gallery-images {
	display: grid;
	grid-template-columns: repeat(1, minmax(auto, 1fr));
	grid-auto-rows: -webkit-min-content;
	grid-auto-rows: min-content;
	gap: 3.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
}

@media (min-width:730px) {
	.c-image-gallery .image-gallery__gallery-images {
		grid-template-columns: repeat(2, minmax(auto, 1fr));
	}
}

.c-image-gallery .image-gallery__gallery-images .gallery-image {
	position: relative;
	padding: 1.25rem;
	width: 100%;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image--link {
	cursor: pointer;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image--link:hover:before {
	height: 40%;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image--link:hover:after {
	height: 60%;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image--link:hover .gallery-image__content>* {
	position: relative;
	z-index: 99;
	color: #000;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image--link:hover .gallery-image__link {
	opacity: 1;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333;
	width: 100%;
	height: 10.3125rem;
	z-index: 1;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f7f7f7;
	width: 100%;
	height: 0;
	z-index: 4;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image img {
	position: relative;
	z-index: 2;
	width: 100%;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image__content {
	position: relative;
	margin-top: 1.25rem;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.c-image-gallery .image-gallery__gallery-images .gallery-image__link {
	position: absolute;
	font-weight: 700;
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 6;
	opacity: 0;
	-webkit-transition: opacity .2s linear .1s;
	transition: opacity .2s linear .1s;
}

.c-image-with-image {
	grid-column: 1/span 3;
	padding-top: 2rem;
}

.c-image-with-image, .c-image-with-image .image-with-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-image-with-image .image-with-image {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:730px) {
	.c-image-with-image .image-with-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: wrap;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: -1.875rem;
		margin-left: auto;
	}
}

.c-image-with-image .image-with-image__image {
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
}

.c-image-with-image .image-with-image__image img {
	width: 100%;
	padding-bottom: 2rem;
}

.c-image-with-image .image-with-image__image a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.c-image-with-image .image-with-image__image a:hover {
	opacity: .75;
}

@media (min-width:730px) {
	.c-image-with-image .image-with-image__image {
		margin-top: 1.875rem;
		width: calc(50% - 1.875rem);
		margin-left: unset;
	}
	
	.c-image-with-image .image-with-image__image img {
		padding-bottom: 0;
	}
}

.c-inspirations {
	grid-column: 1/-1;
	overflow: hidden;
	padding-top: 0;
}

.c-inspirations .inspirations {
	padding-top: 1.875rem;
}

.c-inspirations .inspirations__feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1025px) {
	.c-inspirations .inspirations__feed {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: wrap;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		margin-left: -1.875rem;
		margin-top: -1.875rem;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width:1025px) {
	.c-inspirations .inspirations__feed.image-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.c-inspirations .inspirations__feed .feed__single {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 1.25rem;
}

@media (min-width:1025px) {
	.c-inspirations .inspirations__feed .feed__single {
		margin-left: 1.875rem;
		margin-top: 1.875rem;
		width: calc(50% - 1.875rem);
		padding-bottom: 0;
	}
}

.c-inspirations .inspirations__feed .feed__group {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	gap: 1.25rem;
}

@media (min-width:1025px) {
	.c-inspirations .inspirations__feed .feed__group {
		margin-left: 1.875rem;
		margin-top: 1.875rem;
		width: calc(50% - 1.875rem);
	}
}

.c-inspirations .inspirations__featured {
	width: 100%;
}

.c-inspirations .inspirations__featured .featured_item {
	height: auto;
}

.inspiration-item {
	position: relative;
	padding: .625rem;
	margin-top: 0;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	color: #fff;
}

.inspiration-item--large {
	width: 100%;
}

@media (min-width:730px) {
	.inspiration-item {
		padding: 1.25rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.inspiration-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35%;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.inspiration-item:hover:before {
	height: 45%;
}

.inspiration-item img {
	width: 100%;
}

.inspiration-item .image-positioner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inspiration-item__image, .inspiration-item__post-meta {
	display: block;
	position: relative;
	z-index: 2;
}

.inspiration-item__image {
	width: 100%;
	height: auto;
}

.inspiration-item__image--large {
	height: 12.5rem;
}

@media (min-width:730px) {
	.inspiration-item__image--large {
		height: 21.875rem;
	}
}

@media (min-width:1025px) {
	.inspiration-item__image--large {
		height: 26.5625rem;
	}
}

@media (min-width:1200px) {
	.inspiration-item__image--large {
		height: 37.5rem;
	}
}

.inspiration-item__image--small {
	height: 7.5rem;
}

@media (min-width:730px) {
	.inspiration-item__image--small {
		height: 10.9375rem;
	}
}

@media (min-width:1025px) {
	.inspiration-item__image--small {
		height: 9.375rem;
	}
}

@media (min-width:1200px) {
	.inspiration-item__image--small {
		height: 15rem;
	}
}

.inspiration-item__image--full-width {
	width: 100%;
	height: 21.875rem;
}

@media (min-width:730px) {
	.inspiration-item__image--full-width {
		height: 31.25rem;
	}
}

@media (min-width:1025px) {
	.inspiration-item__image--full-width {
		height: 28.125rem;
	}
}

@media (min-width:1200px) {
	.inspiration-item__image--full-width {
		height: 37.5rem;
	}
}

.inspiration-item__image a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-position: 50%;
	background-origin: border-box;
	background-size: cover;
}

.inspiration-item__post-meta {
	margin-top: .9375rem;
}

.inspiration-item__post-meta>* {
	color: #000;
}

.inspiration-item__post-meta h2 {
	font-size: .875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin-top: .5ch;
	text-decoration: none;
}

@media (min-width:730px) {
	.inspiration-item__post-meta h2 {
		font-size: 1.125rem;
	}
}

.inspiration-item__post-meta h3 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: .625rem;
	text-transform: uppercase;
	letter-spacing: .2ch;
	color: #333;
	margin: 0;
}

.u-background-colour--black .inspiration-item:before {
	background-color: #191919;
}

.intro--on-black>*, .u-background-colour--black .inspiration-item .post-meta__category, .u-background-colour--black .inspiration-item__post-meta>* {
	color: #fff;
}

.intro--on-black hr {
	background: #333;
}

.intro__content {
	margin-top: 1.875rem;
}

.intro__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .625rem;
}

.intro__title h2 {
	margin-right: .625rem;
}

.intro__title a {
	margin-left: .625rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.intro__title a, .intro__title h2 {
	white-space: pre;
}

@media (min-width:730px) {
	.intro__title h2 {
		margin-right: 2.5rem;
	}
	
	.intro__title a {
		margin-left: 2.5rem;
	}
}

.c-keep-in-touch {
	position: relative;
	grid-column: 2/span 1;
	padding-top: 0;
}

@media (min-width:1025px) {
	.c-keep-in-touch {
		padding-top: 5rem;
	}
}

.c-keep-in-touch--half-bg {
	grid-column: 1/-1;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.c-keep-in-touch--half-bg:before {
	content: "";
	top: 0;
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	background: #000;
}

.c-keep-in-touch--extra-padding-top {
	padding-top: 12rem;
}

.c-keep-in-touch .keep-in-touch {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f5c44e;
	height: 100%;
}

@media (min-width:1025px) {
	.c-keep-in-touch .keep-in-touch {
		width: calc(100% - 60px);
	}
}

.c-keep-in-touch .keep-in-touch__image {
	display: none;
	z-index: 2;
}

.c-keep-in-touch .keep-in-touch__image img {
	width: 100%;
	margin-top: -2.5rem;
}

@media (min-width:1025px) {
	.c-keep-in-touch .keep-in-touch__image {
		display: block;
		width: 41.66667%;
		margin-right: -2.5rem;
	}
}

.c-keep-in-touch .keep-in-touch__content {
	width: 100%;
	padding: 2.5rem 1.875rem;
}

@media (min-width:1025px) {
	.c-keep-in-touch .keep-in-touch__content {
		width: 58.33333%;
		padding-left: 5rem;
	}
}

.c-keep-in-touch .keep-in-touch__content p {
	color: #000;
}

.c-keep-in-touch .keep-in-touch__content form {
	position: relative;
}

.c-keep-in-touch .keep-in-touch__content form input[type=email]::-webkit-input-placeholder, .c-keep-in-touch .keep-in-touch__content form input[type=text]::-webkit-input-placeholder {
	color: #000;
}

.c-keep-in-touch .keep-in-touch__content form input[type=email]::-moz-placeholder, .c-keep-in-touch .keep-in-touch__content form input[type=text]::-moz-placeholder {
	color: #000;
}

.c-keep-in-touch .keep-in-touch__content form input[type=email]:-ms-input-placeholder, .c-keep-in-touch .keep-in-touch__content form input[type=text]:-ms-input-placeholder {
	color: #000;
}

.c-keep-in-touch .keep-in-touch__content form input[type=email]::-ms-input-placeholder, .c-keep-in-touch .keep-in-touch__content form input[type=text]::-ms-input-placeholder {
	color: #000;
}

.c-keep-in-touch .keep-in-touch__content form input[type=email]::placeholder, .c-keep-in-touch .keep-in-touch__content form input[type=text]::placeholder {
	color: #000;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_fields {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_fields .gfield_label {
	display: none;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_body .text_wrapper {
	margin-left: 0;
	padding-right: 0;
}

@media (min-width:1025px) {
	.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_body .text_wrapper {
		width: 33.33333%;
		padding-right: .625rem;
	}
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_body .captcha_wrapper, .c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_body .captcha_wrapper .ginput_recaptcha {
	margin: 0;
}

@media (min-width:1025px) {
	.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_body .email_wrapper {
		width: 33.33333%;
	}
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	border: none;
	border-bottom: 1px solid #000;
	padding-left: 0;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .checkbox_wrapper {
	margin-bottom: 0;
	width: 100%;
}

@media (min-width:1210px) {
	.c-keep-in-touch .keep-in-touch__content .gform_wrapper .checkbox_wrapper {
		width: 60%;
	}
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gchoice {
	margin-bottom: 0;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gchoice label {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	margin-bottom: 0;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gchoice label a {
	text-decoration: underline;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gchoice label a:hover {
	text-decoration: none;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_footer {
	bottom: 0;
	position: relative;
	width: 100%;
}

@media (min-width:1210px) {
	.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_footer {
		position: absolute;
		right: 0;
		width: auto;
	}
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_footer .button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media (min-width:1210px) {
	.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_footer .button {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		width: auto;
	}
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_footer .button:after {
	content: "";
	display: inline-block;
	margin-left: 1.25rem;
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send.svg");
	background-repeat: no-repeat;
	width: 1.1875rem;
	height: 1.125rem;
	-webkit-transition: background-image .3s ease-in-out;
	transition: background-image .3s ease-in-out;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_footer .button:hover:after {
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/send-black.svg");
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gform_submission_error {
	font-size: 1.125rem;
	color: #e64b4b;
	margin-bottom: 1.875rem;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gfield_description {
	margin-top: .625rem;
}

.c-keep-in-touch .keep-in-touch__content .gform_wrapper .gfield_description.validation_message {
	color: #e64b4b;
}

.page-template-page-latest-news {
	background-color: #000;
}

.c-latest-news {
	color: #000;
	grid-column: 1/-1;
	overflow: hidden;
}

.c-latest-news .latest-news__feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1025px) {
	.c-latest-news .latest-news__feed {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.c-latest-news .latest-news .news-item {
	width: 100%;
	margin-top: 1.875rem;
	padding: .625rem;
	position: relative;
}

@media (min-width:730px) {
	.c-latest-news .latest-news .news-item {
		padding: 1.25rem;
	}
}

.c-latest-news .latest-news .news-item__content, .c-latest-news .latest-news .news-item__image {
	position: relative;
	z-index: 2;
}

.c-latest-news .latest-news .news-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.c-latest-news .latest-news .news-item__image:before {
	background-color: #191919;
	content: "";
	height: 45%;
	position: absolute;
	right: -.625rem;
	z-index: -1;
}

@media (min-width:730px) {
	.c-latest-news .latest-news .news-item__image:before {
		left: -1.25rem;
		right: -1.25rem;
		top: -1.25rem;
	}
}

.c-latest-news .latest-news .news-item__image img {
	display: block;
	width: 100%;
}

.c-latest-news .latest-news .news-item__image a {
	display: block;
}

.c-latest-news .latest-news .news-item__image a img {
	width: 100%;
}

.c-latest-news .latest-news .news-item__content {
	color: #000;
}

.c-latest-news .latest-news .news-item__content .post-meta {
	color: #fff;
	display: block;
	line-height: 1;
}

.c-latest-news .latest-news .news-item__content .post-meta-category, .c-latest-news .latest-news .news-item__content .post-meta-date {
	color: #fff;
	display: inline;
	font-size: .75rem;
	letter-spacing: .1875rem;
	margin: 0;
	text-transform: uppercase;
}

.c-latest-news .latest-news .news-item__content .post-meta-category {
	margin-left: .3125rem;
}

.c-latest-news .latest-news .news-item .content__excerpt {
	color: #fff;
	margin-top: .625rem;
}

.c-latest-news .latest-news .news-item--small {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width:1025px) {
	.c-latest-news .latest-news .news-item--small {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.c-latest-news .latest-news .news-item--small h3 {
	font-size: 1.25rem;
	margin-top: .625rem;
}

@media (min-width:1025px) {
	.c-latest-news .latest-news .news-item--small h3 {
		margin-top: 1.25rem;
	}
}

.c-latest-news .latest-news .news-item--small .news-item__content-excerpt {
	display: none;
}

.c-latest-news .latest-news .news-item__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
}

@media (min-width:500px) {
	.c-latest-news .latest-news .news-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
}

@media (min-width:1025px) {
	.c-latest-news .latest-news .news-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.c-latest-news .latest-news .news-item__content a.button {
	margin-top: 1.25rem;
}

@media (min-width:1025px) {
	.c-latest-news .latest-news .news-item__content a.button {
		display: none;
	}
}

.c-latest-news .latest-news .news-item__image {
	margin-right: 1.875rem;
}

@media (min-width:500px) {
	.c-latest-news .latest-news .news-item__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
}

@media (min-width:1025px) {
	.c-latest-news .latest-news .news-item__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1.875rem);
		flex: 0 0 calc(50% - 1.875rem);
	}
}

.c-latest-news .latest-news .news-item__image:before {
	bottom: -.625rem;
	height: auto;
	left: -.625rem;
	right: unset;
	top: -.625rem;
	width: 50.00001%;
}

@media (min-width:730px) {
	.c-latest-news .latest-news .news-item__image:before {
		bottom: -1.25rem;
		left: -1.25rem;
		top: -1.25rem;
	}
}

.c-latest-news--category-layout .latest-news .feed {
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr;
	padding: 3.75rem 0;
}

@media (min-width:1025px) {
	.c-latest-news--category-layout .latest-news .feed {
		grid-template-columns: repeat(3, 1fr);
		padding: 6.25rem 0;
	}
}

.c-latest-news--category-layout .latest-news .feed__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr auto;
	width: 100%;
}

.c-latest-news--category-layout .latest-news .feed__category hr {
	background: #fff;
	width: 100%;
}

.c-latest-news--category-layout .latest-news .feed__category h3 {
	text-transform: capitalize;
}

.c-latest-news--category-layout .latest-news .feed__column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-column: span 1;
	margin-bottom: 1.875rem;
	width: 100%;
}

@media (min-width:730px) {
	.c-latest-news--category-layout .latest-news .feed__column {
		grid-column: span 1;
		margin: 0;
	}
}

@media (min-width:1025px) {
	.c-latest-news--category-layout .latest-news .feed__column {
		grid-column: span 1;
		margin: 0;
	}
}

.c-latest-news--main-layout .latest-news .feed {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-latest-news--main-layout .latest-news .feed__row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1025px) {
	.c-latest-news--main-layout .latest-news .feed__row {
		width: calc(58.33333% - 1.875rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: -1.875rem;
		margin-left: 0;
	}
}

@media (min-width:1471px) {
	.c-latest-news--main-layout .latest-news .feed__row {
		width: calc(66.66667% - 1.875rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: -1.875rem;
		margin-left: 0;
	}
}

.c-latest-news--main-layout .latest-news .feed__column {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media (min-width:1025px) {
	.c-latest-news--main-layout .latest-news .feed__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-ms-flex-direction: column;
		flex-direction: row;
		flex-direction: column;
		margin-left: 1.875rem;
		width: calc(33.33333% - 1.875rem);
		margin-top: 0;
	}
	
	.c-latest-news--main-layout .latest-news .feed__column .news-item:first-child {
		margin-top: 0;
	}
}

@media (min-width:730px) and (max-width:1470px) {
	.c-latest-news--main-layout .latest-news .feed__row .news-item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width:1471px) {
	.c-latest-news--main-layout .latest-news .feed__row .news-item {
		margin-left: 1.875rem;
		margin-top: 1.875rem;
		width: calc(50% - 1.875rem);
	}
}

@media (min-width:730px) and (max-width:1470px) {
	.c-latest-news--main-layout .latest-news .feed__row .news-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-top: 0;
	}
}

@media (min-width:730px) and (max-width:1470px) {
	.c-latest-news--main-layout .latest-news .feed__row .news-item__content-title {
		margin-top: .625rem;
	}
}

.c-latest-news--main-layout .latest-news .feed__row .news-item__image {
	margin-right: 0;
}

@media (min-width:730px) and (max-width:1470px) {
	.c-latest-news--main-layout .latest-news .feed__row .news-item__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1.875rem);
		flex: 0 0 calc(50% - 1.875rem);
		margin-right: 1.875rem;
	}
}

@media (min-width:730px) {
	.c-latest-news--main-layout .latest-news .feed__row .news-item__image:before {
		bottom: -1.25rem;
		height: unset;
		right: unset;
		width: 45%;
	}
}

@media (min-width:1471px) {
	.c-latest-news--main-layout .latest-news .feed__row .news-item__image:before {
		bottom: unset;
		height: 45%;
		right: -1.25rem;
		width: unset;
	}
}

.c-latest-news--main-layout .latest-news .feed__row .news-item__image img {
	width: 100%;
}

.c-latest-news--alt-layout {
	padding-top: 0;
}

.c-latest-news--alt-layout .latest-news .feed__column {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 1.875rem;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column {
		width: calc(41.66667% - 1.875rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -20px;
		margin-top: -20px;
	}
}

@media (min-width:1471px) {
	.c-latest-news--alt-layout .latest-news .feed__column {
		width: calc(33.33333% - 1.875rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -30px;
		margin-top: -30px;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column .news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column .news-item h3 {
	font-size: 1.125rem;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item h3 {
		font-size: 1.625rem;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column .news-item__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
}

@media (min-width:500px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item__content {
		margin-top: 0;
	}
}

@media (min-width:730px) and (max-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item__content-title {
		margin-top: .625rem;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column .news-item__content a.button {
	margin-top: 1.25rem;
}

.c-latest-news--alt-layout .latest-news .feed__column .news-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	margin-right: 1.875rem;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item__image {
		margin-right: 0;
		width: 100%;
	}
}

@media (min-width:730px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item__image:before {
		bottom: -1.25rem;
		height: unset;
		right: unset;
		width: 45%;
	}
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column .news-item__image:before {
		bottom: unset;
		height: 45%;
		left: -1.25rem;
		right: -1.25rem;
		top: -1.25rem;
		width: unset;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column--thin {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.c-latest-news--alt-layout .latest-news .feed__column--thin:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--thin:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--thin {
		width: calc(25% - 1.875rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -20px;
		margin-top: -20px;
	}
}

@media (min-width:1471px) {
	.c-latest-news--alt-layout .latest-news .feed__column--thin {
		width: calc(25% - 1.875rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -30px;
		margin-top: -30px;
	}
}

@media (min-width:730px) {
	.c-latest-news--alt-layout .latest-news .feed__column--thin .news-item__content h3 {
		font-size: 1.25rem;
	}
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--thin .news-item__content h3 {
		font-size: 1.5rem;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column--thin .news-item__content-excerpt {
	display: none;
}

.c-latest-news--alt-layout .latest-news .feed__column--thin .news-item__content a.button {
	margin-top: 1.25rem;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--thin .news-item__content a.button {
		display: none;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column--wide {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--wide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-ms-flex-direction: row;
		flex-direction: column;
		flex-direction: row;
		width: calc(50% - 1.875rem);
		flex-wrap: wrap;
		margin-left: -20px;
		margin-top: -20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width:1471px) {
	.c-latest-news--alt-layout .latest-news .feed__column--wide {
		width: calc(50% - 1.875rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -30px;
		margin-top: -30px;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column--wide .news-item {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:730px) and (max-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--wide .news-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column--wide .news-item__content {
	margin-top: 1.25rem;
}

@media (min-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--wide .news-item__content {
		margin-top: 1.875rem;
	}
}

@media (min-width:730px) and (max-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--wide .news-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.c-latest-news--alt-layout .latest-news .feed__column--wide .news-item__image {
	width: 100%;
}

@media (min-width:730px) and (max-width:1025px) {
	.c-latest-news--alt-layout .latest-news .feed__column--wide .news-item__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1.875rem);
		flex: 0 0 calc(50% - 1.875rem);
		margin-right: 1.875rem;
	}
}

.c-latest-news.u-background-colour--black .latest-news .feed .news-item__content {
	color: #fff;
}

.c-logo-banner {
	grid-column: 1/-1;
}

.c-logo-banner .logo-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-logo-banner .logo-banner__title {
	text-align: center;
	margin-bottom: 3.125rem;
}

.c-logo-banner .logo-banner__title h5 {
	text-transform: uppercase;
	font-size: .875rem;
	letter-spacing: 1.5px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

@media only screen and (max-width:768px) {
	.c-logo-banner .logo-banner__title h5 {
		font-size: .75rem;
	}
}

.c-logo-banner .logo-banner__logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
}

.c-logo-banner .logo-banner__logos img {
	width: 100%;
}

.c-mini-cta-block {
	grid-column: 1/-1;
}

.c-mini-cta-block .mini-cta-block {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width:730px) {
	.c-mini-cta-block .mini-cta-block {
		width: 50%;
	}
}

.c-mini-cta-block .mini-cta-block__title {
	margin-bottom: 3.125rem;
}

.c-mini-cta-block .mini-cta-block__ctas {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width:730px) {
	.c-mini-cta-block .mini-cta-block__ctas {
		grid-template-columns: 1fr 1fr;
		grid-gap: 2.5rem;
	}
}

.c-mini-cta-block .mini-cta-block__ctas .mini-cta {
	margin-bottom: 3.125rem;
}

@media (min-width:730px) {
	.c-mini-cta-block .mini-cta-block__ctas .mini-cta {
		margin-bottom: 0;
	}
}

.c-mini-cta-block .mini-cta-block__ctas .mini-cta__header {
	margin-bottom: 1rem;
}

.c-mini-cta-block .mini-cta-block__ctas .mini-cta__button {
	display: inline-block;
	padding: .375rem 1.25rem;
	margin: 1.25rem 0 0;
}

.c-mini-cta-block .mini-cta-block__ctas .mini-cta__button--white {
	border: 1px solid #fff;
	color: #fff;
}

.c-mini-cta-block .mini-cta-block__ctas .mini-cta__button--white:hover {
	background-color: #fff;
	color: #000;
}

.c-mini-cta-block .mini-cta-block__ctas .mini-cta__button--black {
	border: 1px solid #000;
	color: #000;
}

.c-mini-cta-block .mini-cta-block__ctas .mini-cta__button--black:hover {
	background-color: #000;
	color: #fff;
}

.c-mini-cta-block .mini-cta:last-child {
	margin-bottom: 0;
}

.no-results {
	padding: 2.5rem 1.875rem 0;
	max-width: 600px;
	margin: auto;
}

.no-results__title {
	font-size: 1.875rem;
	font-size: 2.5rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	width: auto;
	text-align: center;
	margin-bottom: 1.875rem;
}

@media (min-width:730px) {
	.no-results__title {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.no-results__image {
	max-width: 200px;
	margin: 0 auto 1.875rem;
}

@media (min-width:730px) {
	.no-results__image {
		margin-bottom: 2.5rem;
	}
}

.no-results__content {
	margin: 0 auto 1.875rem;
}

@media (min-width:730px) {
	.no-results__content {
		margin-bottom: 2.5rem;
	}
}

.no-results__content a {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.no-results__content a:hover {
	opacity: .75;
	text-decoration: none;
}

.no-results__content ul li {
	text-align: left !important;
}

.no-results__content ul li::marker {
	color: #000;
}

.c-pagination {
	grid-column: 1/-1;
	border-bottom: 1px solid #e3e3e3;
}

.c-pagination .pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.c-pagination .pagination__next--disabled, .c-pagination .pagination__prev--disabled {
	opacity: .1;
}

.c-inspirations .c-pagination .pagination__next--disabled, .c-inspirations .c-pagination .pagination__prev--disabled {
	opacity: .5;
}

.c-pagination .pagination__prev svg {
	margin-right: .625rem;
}

.c-inspirations .c-pagination .pagination__prev svg path {
	fill: #fff;
}

.c-pagination .pagination__next svg {
	margin-left: .625rem;
}

.c-inspirations .c-pagination .pagination__next svg path {
	fill: #fff;
}

.c-pagination .pagination__pages {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

.c-pagination .pagination__pages li {
	color: #000;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	margin-right: .625rem;
}

.c-pagination .pagination__pages li:last-child {
	margin-right: 0;
}

.c-pagination .pagination__pages li a {
	color: #999;
}

.c-inspirations .c-pagination .pagination__pages li span {
	color: #707070;
}

.c-pagination--light {
	border-bottom: none;
	border-top: 1px solid #333;
}

.c-pagination--light .pagination__next svg, .c-pagination--light .pagination__prev svg {
	fill: #fff;
}

.c-pagination--light .pagination__next--disabled, .c-pagination--light .pagination__prev--disabled {
	opacity: .5;
}

.c-pagination--light .pagination__pages li {
	color: #e3e3e3;
}

.c-pagination--light .pagination__pages a {
	color: #fff;
}

.c-post-count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-column: 2/span 1;
	margin-top: 1.875rem;
}

@media (min-width:730px) {
	.c-post-count {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 0;
	}
}

.search .tabs__content .c-post-count {
	grid-column: 1/-1;
	margin: 0 0 3.125rem;
	padding: 1.875rem 0 0;
}

.c-post-count__showing {
	margin-right: 1.875rem;
}

.c-post-count__showing p, .c-post-count__showing span {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
	font-size: .625rem;
	letter-spacing: 1.5px;
	color: #666;
}

@media only screen and (max-width:768px) {
	.c-post-count__showing p, .c-post-count__showing span {
		font-size: .75rem;
	}
}

.c-post-count__showing span {
	color: #000;
}

.c-post-count .filter-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 1.25rem 0 0;
	padding: 0;
}

@media (min-width:730px) {
	.c-post-count .filter-tags {
		margin-top: 0;
	}
}

.c-post-count .filter-tags .filter-tag {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 18px;
	margin-right: 8px;
	padding: .625rem;
	text-transform: uppercase;
}

.c-post-count .filter-tags .filter-tag__value {
	font-family: nimbus-sans, sans-serif;
	font-size: .625rem;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.c-post-count .filter-tags .filter-tag__remove {
	display: inline-block;
	height: 18px;
	margin-right: 6px;
	position: relative;
	vertical-align: middle;
	width: 18px;
}

.c-post-count .filter-tags .filter-tag__remove:after, .c-post-count .filter-tags .filter-tag__remove:before {
	background-color: #000;
	content: "";
	height: 1px;
	left: 30%;
	position: absolute;
	top: 45%;
	width: 50%;
}

.c-post-count .filter-tags .filter-tag__remove:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-post-count .filter-tags .filter-tag__remove:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-post-count .filter-tags+.clear-filters {
	font-size: .75rem;
	margin: 1.25rem auto 0;
	text-decoration: underline;
	text-transform: uppercase;
}

@media (min-width:1155px) {
	.c-post-count .filter-tags+.clear-filters {
		margin: 0 3.125rem 0 auto;
	}
}

.c-product-cat-list {
	grid-column: 2/span 1;
	gap: 0;
}

.c-product-cat-list .product-cat-list {
	grid-column: col-start 1/14;
}

@media (min-width:730px) {
	.c-product-cat-list .product-cat-list {
		grid-column: 1/-1;
	}
}

@media (max-width:730px) {
	.c-product-cat-list .product-cat-list__intro {
		padding-bottom: 0;
	}
}

.c-product-cat-list .product-cat-list__intro .intro__content {
	margin-top: 1.875rem;
}

.c-product-cat-list .product-cat-list__intro .intro__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-product-cat-list .product-cat-list__intro .intro__title h2 {
	margin-right: 2.5rem;
}

.c-product-cat-list .product-cat-list__intro .intro__title a {
	margin-left: 2.5rem;
}

.c-product-cat-list .product-cat-list__intro .intro__title a, .c-product-cat-list .product-cat-list__intro .intro__title h2 {
	white-space: pre;
}

.c-product-cat-list .product-cat-list__intro .intro__line, .c-product-cat-list .product-cat-list__intro .intro__link {
	display: none;
}

@media (min-width:730px) {
	.c-product-cat-list .product-cat-list__intro .intro__line, .c-product-cat-list .product-cat-list__intro .intro__link {
		display: block;
	}
}

.c-product-cat-list .product-cat-list__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (min-width:730px) {
	.c-product-cat-list .product-cat-list__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.c-product-cat-list .product-cat-list__list .left, .c-product-cat-list .product-cat-list__list .right {
	width: 100%;
}

.c-product-cat-list .product-cat-list__list .left__items, .c-product-cat-list .product-cat-list__list .right__items {
	margin-top: 3.75rem;
}

.c-product-cat-list .product-cat-list__list .left__items .items__content h4, .c-product-cat-list .product-cat-list__list .right__items .items__content h4 {
	letter-spacing: 0;
}

.c-product-cat-list .product-cat-list__list .left__items .items__content a, .c-product-cat-list .product-cat-list__list .right__items .items__content a {
	margin-top: .9375rem;
}

.c-product-cat-list .product-cat-list__list .left__items .items__image, .c-product-cat-list .product-cat-list__list .right__items .items__image {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media (min-width:1430px) {
	.c-product-cat-list .product-cat-list__list .left__items .items__image, .c-product-cat-list .product-cat-list__list .right__items .items__image {
		width: calc(var(--image-width) / 1.5);
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}

@media (min-width:1431px) {
	.c-product-cat-list .product-cat-list__list .left__items .items__image, .c-product-cat-list .product-cat-list__list .right__items .items__image {
		width: var(--image-width);
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}

.c-product-cat-list .product-cat-list__list .left__items .items__image img, .c-product-cat-list .product-cat-list__list .right__items .items__image img {
	display: block;
	width: 100%;
}

.c-product-cat-list .product-cat-list__list .left__items .items__image span, .c-product-cat-list .product-cat-list__list .right__items .items__image span {
	position: absolute;
	height: 9.375rem;
	max-height: 100%;
	width: 100%;
	left: 0;
	z-index: -1;
}

@media (min-width:870px) {
	.c-product-cat-list .product-cat-list__list .left__items .items__image span, .c-product-cat-list .product-cat-list__list .right__items .items__image span {
		height: 75%;
	}
}

@media (min-width:1200px) {
	.c-product-cat-list .product-cat-list__list .left__items .items__image span, .c-product-cat-list .product-cat-list__list .right__items .items__image span {
		height: 12.5rem;
	}
}

.c-product-cat-list .product-cat-list__list .left__items .items__image span.bottom, .c-product-cat-list .product-cat-list__list .right__items .items__image span.bottom {
	bottom: 0;
}

.c-product-cat-list .product-cat-list__list .left__items .items__image span.top, .c-product-cat-list .product-cat-list__list .right__items .items__image span.top {
	top: 0;
}

@media (min-width:730px) {
	.c-product-cat-list .product-cat-list__list .left {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width:1025px) {
	.c-product-cat-list .product-cat-list__list .left {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width:730px) {
	.c-product-cat-list .product-cat-list__list .right {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width:1025px) {
	.c-product-cat-list .product-cat-list__list .right {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width:1420px) {
	.c-product-cat-list .product-cat-list__list .right {
		width: 60%;
		margin-left: 0;
	}
}

.wcpf-filter .wcpf-field-price-slider .wcpf-price-slider .ui-widget-content {
	color: #999;
}

.wcpf-filter .wcpf-field-price-slider .wcpf-price-slider .priceSliderAmount {
	line-height: 1;
}

.wcpf-filter .wcpf-field-price-slider .wcpf-price-slider .priceSliderAmount .wcpf-price-slider-min-max-inputs .wcpf-input.wcpf-max-input {
	text-align: right;
}

.c-product-list {
	grid-column: 1/-1;
}

.c-product-list .product-list__title, .c-product-list .products-slider__title, .c-product-list .woocommerce__title {
	text-align: center;
}

.c-product-list .product-list__list, .c-product-list .product-list__slider, .c-product-list .products-slider__list, .c-product-list .products-slider__slider, .c-product-list .woocommerce__list, .c-product-list .woocommerce__slider {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	gap: 1.875rem;
	grid-template-rows: auto;
}

@media (min-width:730px) {
	.c-product-list .product-list__list, .c-product-list .product-list__slider, .c-product-list .products-slider__list, .c-product-list .products-slider__slider, .c-product-list .woocommerce__list, .c-product-list .woocommerce__slider {
		grid-template-columns: repeat(4, minmax(170px, 1fr));
	}
}

.c-product-list .product-list__empty, .c-product-list .products-slider__empty, .c-product-list .woocommerce__empty {
	grid-column: 1/-1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	color: #666;
}

@media only screen and (max-width:768px) {
	.c-product-list .product-list__empty, .c-product-list .products-slider__empty, .c-product-list .woocommerce__empty {
		font-size: .75rem;
		font-size: 1.5rem;
	}
}

.product-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.product-list-item .product-item__edition-banner, .product-list-item .product-item__ribbon {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 5;
	max-width: 6.5625rem;
}

.product-list-item .product-item__roundel, .product-list-item .product-item__sale-roundel {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
}

.product-list-item .product-item__roundel img, .product-list-item .product-item__roundel svg, .product-list-item .product-item__sale-roundel img, .product-list-item .product-item__sale-roundel svg {
	width: 2.5rem;
	height: 2.5rem;
}

.product-list-item .product-item__meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.25rem;
	padding: 0 .625rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-list-item .product-item__meta h3 {
	font-size: 1rem;
	color: #666;
	color: #000;
	letter-spacing: .5px;
}

@media only screen and (max-width:768px) {
	.product-list-item .product-item__meta h3 {
		font-size: 1.125rem;
	}
}

.product-list-item .product-item__meta .meta__variants {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .625rem 0 0;
}

.product-list-item .product-item__meta .meta__variants p {
	font-size: 1rem;
	color: #666;
	line-height: 1.6;
	display: inline;
	margin-top: 0;
	padding: 0 5px 0 0;
}

.product-list-item .product-item__meta .meta__price {
	padding-top: 1.25rem;
	color: #000;
}

.product-list-item .product-item__meta .meta__price>del {
	padding-right: .4375rem;
}

.product-list-item .product-item__meta .meta__price>ins {
	text-decoration: none;
}

.product-list-item img {
	margin-top: 0;
	width: 100%;
}

.product-list-item__image {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	-webkit-animation-fill-mode: inherit;
	animation-fill-mode: inherit;
}

.product-list-item__image:hover {
	opacity: .75;
}

.product-list-item__image-with-variation-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-top: 0;
	padding: .125rem;
}

.product-list-item__image-with-variation {
	position: relative;
	margin: 0;
	z-index: 2;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	-webkit-animation-fill-mode: inherit;
	animation-fill-mode: inherit;
}

.product-list-item__image-with-variation:hover {
	opacity: 0;
}

.product {
	grid-column: 1/-1;
}

.product__hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1150px) {
	.product__hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.product__related-products .related-products__add-to-cart, .product__related-products .single_variation_wrap {
	margin-top: 1.25rem;
}

.product__related-products .related-products__attribute {
	margin-top: 0;
}

.product__related-products .related-products__attribute p {
	font-size: .875rem;
	margin-top: 1.25rem;
	color: #000;
	font-weight: 700;
}

.product__related-products .related-products__select-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .625rem;
}

.product__related-products .related-products__select-container a {
	margin-top: 0;
}

.product__related-products .related-products__image-select {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
	gap: .625rem;
	margin-top: 0;
	padding-top: 2.5rem;
	border-top: 1px solid #e3e3e3;
}

.product__related-products .related-products__image-select .image-select {
	position: relative;
	display: block;
	margin-top: 0;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 3;
}

.product__related-products .related-products__image-select .image-select__group-label {
	grid-column: 1/-1;
}

.product__related-products .related-products__image-select .image-select--first {
	grid-column: 1;
	grid-row: 1;
	cursor: auto;
	border: 1px solid #000;
}

.product__related-products .related-products__image-select .image-select--selected {
	border: 1px solid #000;
}

.product__related-products .related-products__image-select .image-select__image {
	width: 100%;
	display: block;
	margin-top: 0;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-animation-name: none;
	animation-name: none;
}

.product__related-products .related-products__image-select .image-select__image img {
	display: block;
}

.product__related-products .related-products__image-select .image-select--reveal {
	position: absolute;
	top: 0;
	left: 0;
}

.product__related-products .related-products__image-select .image-select--default, .product__related-products .related-products__image-select .image-select--single {
	position: relative;
	opacity: 1;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-animation-name: none;
	animation-name: none;
}

.product__related-products .related-products__image-select .image-select--default:hover, .product__related-products .related-products__image-select .image-select--single:hover {
	opacity: 0;
}

.product__related-products .related-products__image-select .image-select:hover {
	border: 1px solid #000;
}

.product__related-products .related-products__image-select .image-select:hover .image-select--default {
	opacity: 0;
}

.product__related-products .related-products__image-select .image-select:hover .image-select--single {
	opacity: 1;
}

.product__related-products .related-products__select {
	width: auto;
	pointer-events: none;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.product__related-products .related-products__option {
	text-transform: capitalize;
}

.product__summary {
	width: 100%;
}

@media (min-width:1150px) {
	.product__summary {
		width: 33.33333%;
	}
}

.product__summary h1 {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	font-size: 1.875rem;
}

@media (min-width:730px) {
	.product__summary h1 {
		font-size: 2.5rem;
	}
}

.product__summary .summary__intro p {
	color: #000;
}

.product__summary .summary__intro a {
	text-decoration: underline;
	font-weight: 700;
	color: #000;
	-webkit-transition: opacity .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
	transition: opacity .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
	transition: opacity .2s ease-in-out, text-decoration .2s ease-in-out;
	transition: opacity .2s ease-in-out, text-decoration .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
}

.product__summary .summary__intro a:hover {
	opacity: .75;
	text-decoration: none;
}

.product__summary .summary__scroll-to {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	margin-top: 1.25rem;
	display: block;
	text-decoration: underline;
	-webkit-transition: opacity .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
	transition: opacity .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
	transition: opacity .2s ease-in-out, text-decoration .2s ease-in-out;
	transition: opacity .2s ease-in-out, text-decoration .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
}

.product__summary .summary__scroll-to:hover {
	opacity: .75;
	text-decoration: none;
}

.product__summary .summary__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product__summary .summary__share .klarna a {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product__summary .summary__share .klarna a:hover {
	text-decoration: none;
	opacity: .75;
}

.product__summary .summary__share .share {
	margin-top: 0;
	position: relative;
}

.product__summary .summary__share .share__panel {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: .625rem 0 0;
	padding: .625rem;
	border: 1px solid #000;
	background: #f7f7f7;
}

@media (min-width:1025px) {
	.product__summary .summary__share .share__panel {
		margin-top: .625rem;
		padding: 1.5625rem;
		bottom: 100%;
	}
}

.product__summary .summary__share .share__panel--left-align {
	left: unset;
	right: 0;
}

.product__summary .summary__share .share__panel li {
	margin-top: 0;
	margin-right: 1.25rem;
	padding: 0;
}

.product__summary .summary__share .share__panel li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product__summary .summary__share .share__panel li:last-child {
	margin-right: 0;
}

.product__summary .summary__share .share__panel--open {
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.product__summary .summary__share .share__panel--open, .product__summary .summary__share .share button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__summary .summary__share .share button {
	color: #666;
	font-size: .875rem;
	cursor: pointer;
}

.product__summary .summary__share .share button, .product__summary .summary__share .share button svg {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.product__summary .summary__share .share button.active {
	color: #000;
}

.product__summary .summary__share .share button.active svg>* {
	fill: #000;
}

.product__summary .summary__share .share button svg {
	margin-right: .625rem;
	pointer-events: none;
}

.product__summary .summary__sku {
	font-size: .875rem;
	color: #666;
}

.product__summary .summary__price-stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.875rem;
}

.product__summary .summary__price-stock .bulb {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__summary .summary__price-stock .bulb svg {
	margin-right: .625rem;
}

.product__summary .summary__price-stock .price-stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__summary .summary__price-stock .price-stock .bulb, .product__summary .summary__price-stock .price-stock__stock {
	font-family: nimbus-sans, sans-serif;
	font-size: .75rem;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__summary .summary__price-stock .price-stock .bulb svg, .product__summary .summary__price-stock .price-stock__stock svg {
	margin-right: .625rem;
}

.product__summary .summary__price-stock .price-stock .bulb--available, .product__summary .summary__price-stock .price-stock .bulb--in, .product__summary .summary__price-stock .price-stock__stock--available, .product__summary .summary__price-stock .price-stock__stock--in {
	color: #2f9d15;
}

.product__summary .summary__price-stock .price-stock .bulb--low, .product__summary .summary__price-stock .price-stock__stock--low {
	color: #f5c44e;
}

.product__summary .summary__price-stock .price-stock .bulb--out, .product__summary .summary__price-stock .price-stock__stock--out {
	color: #e64b4b;
}

.product__summary .summary__price-stock .price-stock__price {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1.375rem;
	color: #000;
	margin-right: 1.25rem;
}

.product__summary .summary__max-purchasable {
	width: 100%;
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
	transition-timing-function: cubic-bezier(0, 1, .5, 1);
	color: #e64b4b;
}

.product__summary .summary__max-purchasable[data-max-purchase-state=active] {
	max-height: 200px;
	padding: .625rem .875rem;
	border: 2px solid #e64b4b;
	margin-bottom: 1.875rem;
}

.product__summary .summary__max-purchasable a {
	text-decoration: underline;
}

.product .cart {
	position: relative;
}

.product .cart__add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-box-align: stretch;
	-ms-flex-align: center;
	-ms-flex-align: stretch;
	align-items: center;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width:730px) {
	.product .cart__add-to-cart .button--full {
		width: auto;
	}
}

.product .cart>svg {
	position: absolute;
	right: 0;
	top: -22px;
	max-width: 80px;
}

@media (max-width:730px) {
	.product .cart>svg {
		max-width: 50px;
		bottom: -60px;
		top: unset;
	}
}

.product__product-gallery {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4.375rem;
}

@media (min-width:890px) {
	.product__product-gallery {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (min-width:1150px) {
	.product__product-gallery {
		width: 58.33333%;
		margin-bottom: 0;
	}
}

.product__product-gallery #tns1-ow {
	width: 100%;
}

.product__product-gallery #tns1-ow .tns-nav {
	display: none;
}

@media (min-width:890px) {
	.product__product-gallery #tns1-ow {
		width: 46.875rem;
		max-width: 46.875rem;
	}
}

.product__product-gallery #tns2-ow {
	position: relative;
	width: 13.125rem;
	height: 5rem;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

@media (min-width:890px) {
	.product__product-gallery #tns2-ow {
		width: 5rem;
		height: 20rem;
	}
}

.product__product-gallery #tns2-ow .tns-controls, .product__product-gallery #tns2-ow .tns-nav {
	display: none;
}

.product__product-gallery #tns2-mw {
	height: 5rem !important;
}

@media (min-width:890px) {
	.product__product-gallery #tns2-mw {
		height: auto !important;
	}
}

.product__product-gallery .product-gallery__logo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.product__product-gallery .product-gallery__logo svg {
	width: 5rem;
}

@media (min-width:890px) {
	.product__product-gallery .product-gallery__logo svg {
		width: 6.75rem;
	}
}

.product__product-gallery .product-gallery__sale {
	position: absolute;
	top: -1.125rem;
	left: -1.875rem;
	z-index: -1;
}

@media (min-width:730px) {
	.product__product-gallery .product-gallery__sale {
		left: unset;
		right: -1.6875rem;
	}
}

.product__product-gallery .product-gallery__sale svg {
	width: 2.5rem;
	height: 2.5rem;
}

.product__product-gallery .product-gallery__feature-slider .feature-slider-item img {
	width: 100%;
}

.product__product-gallery .product-gallery__gallery-controls {
	position: absolute;
	height: 0;
	width: 100%;
	left: 0;
	top: 30%;
}

@media (min-width:890px) {
	.product__product-gallery .product-gallery__gallery-controls {
		height: calc(31.25rem + 20px);
		width: 0;
		left: 1.25rem;
		top: unset;
	}
}

.product__product-gallery .product-gallery__gallery-controls .tns-controls, .product__product-gallery .product-gallery__gallery-controls .tns-controls-nav, .product__product-gallery .product-gallery__gallery-controls .tns-controls-nav__wrapper {
	height: 100%;
}

.product__product-gallery .product-gallery__gallery-controls .tns-controls-nav__wrapper button, .product__product-gallery .product-gallery__gallery-controls .tns-controls-nav button, .product__product-gallery .product-gallery__gallery-controls .tns-controls button {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 0;
}

.product__product-gallery .product-gallery__gallery-controls .tns-controls-nav__wrapper button svg circle, .product__product-gallery .product-gallery__gallery-controls .tns-controls-nav button svg circle, .product__product-gallery .product-gallery__gallery-controls .tns-controls button svg circle {
	fill: #fff;
	stroke: none;
}

@media (min-width:890px) {
	.product__product-gallery .product-gallery__gallery-controls .tns-controls-nav__wrapper button, .product__product-gallery .product-gallery__gallery-controls .tns-controls-nav button, .product__product-gallery .product-gallery__gallery-controls .tns-controls button {
		-webkit-transform: unset;
		transform: unset;
	}
}

.product__product-gallery .product-gallery__gallery-controls .tns-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width:890px) {
	.product__product-gallery .product-gallery__gallery-controls .tns-controls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.product__product-gallery .product-gallery__gallery-controls .tns-controls .nav-next, .product__product-gallery .product-gallery__gallery-controls .tns-controls .nav-prev {
	cursor: pointer;
}

.product__product-gallery .product-gallery__thumbnail-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

@media (min-width:890px) {
	.product__product-gallery .product-gallery__thumbnail-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
}

.product__product-gallery .product-gallery__thumbnail-nav .tns-item {
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
}

.product__product-gallery .product-gallery__thumbnail-nav .tns-item:before {
	content: "";
	display: block;
	padding-top: 100%;
	width: 100%;
}

.product__product-gallery .product-gallery__thumbnail-nav .tns-item>* {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.product__product-gallery .product-gallery__thumbnail-nav .tns-item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.product__product-gallery .product-gallery__thumbnail-nav .tns-item.active {
	border: 1px solid #000;
}

@media (min-width:890px) {
	.product__product-gallery .product-gallery__thumbnail-nav .tns-item {
		width: 100% !important;
	}
}

.product__product-gallery .an-logo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 6.25rem;
}

.product .onsale {
	width: 3.75rem;
	height: 3.75rem;
	line-height: 3.75rem !important;
}

.product-quantity-changer {
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .625rem 1.25rem;
	margin-right: 1.25rem;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.product-quantity-changer__down, .product-quantity-changer__up {
	cursor: pointer;
}

.product-quantity-changer__down svg, .product-quantity-changer__up svg {
	vertical-align: middle;
}

.product-quantity-changer__num, .product-quantity-changer__up {
	margin-top: 0;
}

.product-quantity-changer__num>svg, .product-quantity-changer__up>svg {
	margin-top: 0;
	pointer-events: none;
	vertical-align: middle;
}

.product-quantity-changer__down--active svg line {
	stroke: #000;
}

.product-quantity-changer__num {
	width: 3.75rem;
	text-align: center;
}

.c-thumbnail-nav--desktop, .c-thumbnail-nav--mobile, .c-thumbnail-nav--mobile .tns-controls, .c-thumbnail-nav--mobile .tns-nav {
	display: none;
}

@media (min-width:730px) {
	.c-thumbnail-nav--desktop {
		display: block;
	}
	
	.c-thumbnail-nav--mobile {
		display: none;
	}
}

.c-thumbnail-nav .thumbnail-nav__slide {
	cursor: pointer;
}

.c-products-history-slider {
	grid-column: 1/-1;
	overflow: hidden;
}

.c-products-history-slider .products-history-slider {
	position: relative;
}

.c-products-history-slider .products-history-slider .tns-outer {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

.c-products-history-slider .products-history-slider .tns-outer .tns-ah, .c-products-history-slider .products-history-slider .tns-outer .tns-ovh {
	overflow: visible;
}

.c-products-history-slider .products-history-slider__nav {
	position: absolute;
	left: 50%;
	top: 7.8125rem;
	-webkit-transform: translateX(-50%) translateY(125px);
	transform: translateX(-50%) translateY(125px);
	padding: 1.25rem;
}

@media (min-width:730px) {
	.c-products-history-slider .products-history-slider__nav {
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		padding: 0;
	}
}

.c-products-history-slider .products-history-slider__nav .tns-controls-nav {
	position: relative;
}

@media (min-width:730px) {
	.c-products-history-slider .products-history-slider__nav .tns-controls-nav {
		position: absolute;
		width: 100%;
		top: 50%;
		max-width: 700px;
	}
}

.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	vertical-align: middle;
}

@media (min-width:730px) {
	.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls svg {
		position: absolute;
		bottom: calc(100% + 5px);
	}
}

.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls .nav-next svg {
	right: 0;
}

@media (min-width:730px) {
	.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls .nav-next svg {
		right: -15px;
	}
}

.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls .nav-prev {
	margin-left: 0;
}

.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls .nav-prev svg {
	left: 0;
}

@media (min-width:730px) {
	.c-products-history-slider .products-history-slider__nav .tns-controls-nav .tns-controls .nav-prev svg {
		left: -15px;
	}
}

.c-products-history-slider .products-history-slider__intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding-bottom: 1.25rem;
}

.c-products-history-slider .products-history-slider__intro h3 {
	margin-top: 1.875rem;
}

.c-products-history-slider .products-history-slider__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-products-history-slider .products-history-slider__slider .slider__product {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 1.25rem;
}

.c-products-history-slider .products-history-slider__slider .slider__product .product-content {
	position: relative;
	padding: 0 2.5rem;
}

.c-products-history-slider .products-history-slider__slider .slider__product .product-content__year {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
	letter-spacing: 1.5px;
}

@media only screen and (max-width:768px) {
	.c-products-history-slider .products-history-slider__slider .slider__product .product-content__year {
		font-size: .75rem;
	}
}

.c-products-history-slider .products-history-slider__slider .tns-item {
	opacity: .5;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.c-products-history-slider .products-history-slider__slider .tns-item.tns-slide-active {
	opacity: 1;
}

.c-products-history-slider .products-history-slider__slider .tns-item .slider__product img {
	width: 15.625rem;
}

@media (min-width:730px) {
	.c-products-history-slider .products-history-slider__slider .tns-item .slider__product img {
		width: 28.75rem;
	}
}

.c-products-history-slider .products-history-slider__slider .tns-item .slider__product .product-content {
	width: 100%;
}

.c-products-history-slider .products-history-slider__slider .tns-item.active {
	opacity: 1;
}

.c-products-slider {
	grid-column: 1/-1;
}

.c-products-slider .products-slider {
	position: relative;
}

.c-products-slider .products-slider .tns-ovh {
	overflow: visible;
}

.c-products-slider .products-slider .tns-outer {
	margin: 1.25rem 0;
}

@media (min-width:730px) {
	.c-products-slider .products-slider .tns-outer {
		background: none;
		max-width: 1240px;
		padding: 3.75rem 0 !important;
		margin: 1.25rem 0;
	}
	
	.home .c-products-slider .products-slider .tns-outer {
		max-width: 1440px;
	}
}

.c-products-slider .products-slider .tns-inner {
	overflow: hidden;
}

.c-products-slider .products-slider .tns-slider>.tns-item {
	margin-right: 1.875rem;
}

.c-products-slider .products-slider__intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 0 3rem;
	border-top: 1px solid #000;
}

.home .c-products-slider .products-slider__intro {
	max-width: 1440px;
}

@media (min-width:730px) {
	.c-products-slider .products-slider__intro {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 1.875rem;
		border-top: none;
	}
}

.c-products-slider .products-slider__intro h2 {
	white-space: break-spaces;
}

@media (min-width:730px) {
	.c-products-slider .products-slider__intro h2 {
		white-space: pre;
		margin-top: unset;
		margin-right: 1.25rem;
	}
}

.c-products-slider .products-slider__intro hr {
	display: none;
}

@media (min-width:730px) {
	.c-products-slider .products-slider__intro hr {
		display: block;
		width: 100%;
	}
}

.c-products-slider .products-slider__intro .tns-controls svg {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.c-products-slider .products-slider__intro .tns-controls svg:last-child {
	margin-left: .625rem;
}

@media (min-width:730px) {
	.c-products-slider .products-slider__intro .tns-controls {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: .625rem;
	}
	
	.c-products-slider .products-slider__intro .tns-controls svg {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	.c-products-slider .products-slider__intro .tns-controls svg:last-child {
		margin-left: .625rem;
	}
}

.c-products-slider .products-slider__slider-controls {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.c-products-slider .products-slider__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
}

@media (min-width:730px) {
	.c-products-slider .products-slider__slider {
		background: none;
	}
}

.c-products-slider--simple .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

@media (min-width:730px) {
	.c-products-slider--simple .products .tns-outer {
		width: 66% !important;
	}
}

.c-products-slider--simple .products__intro {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: .625rem;
	padding-top: .625rem;
}

@media (min-width:730px) {
	.c-products-slider--simple .products__intro {
		padding-top: 5rem;
	}
}

.c-products-slider--simple .products__intro h2 {
	font-size: 1.625rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-align: center;
}

.c-products-slider--simple .products__intro hr {
	display: none;
}

.qr-popup {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 10000;
	height: 100%;
	padding: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	-webkit-transition: scale .2s cubic-bezier(.39, .575, .565, 1);
	transition: scale .2s cubic-bezier(.39, .575, .565, 1);
}

.qr-popup.scale-in {
	-webkit-animation: scale .4s cubic-bezier(.39, .575, .565, 1) forwards;
	animation: scale .4s cubic-bezier(.39, .575, .565, 1) forwards;
}

.qr-popup.scale-out {
	-webkit-animation: scale-out .4s cubic-bezier(.39, .575, .565, 1) forwards;
	animation: scale-out .4s cubic-bezier(.39, .575, .565, 1) forwards;
}

.qr-popup__modal {
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
	max-height: calc(100vh - .625rem);
	max-width: calc(100vw - .625rem);
	padding: 1.25rem;
	display: block;
	margin: 0 auto;
	overflow: auto;
	width: 900px;
}

.qr-popup__modal svg {
	width: 50%;
}

.qr-popup__close svg {
	width: 1.875rem;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes scale-out {
	to {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-out {
	to {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.c-related-projects {
	grid-column: 1/-1;
	position: relative;
}

.c-related-projects .related-projects {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-related-projects .related-projects, .c-related-projects .related-projects__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: normal;
}

.c-related-projects .related-projects__title {
	width: 100%;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-related-projects .related-projects__projects {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width:730px) {
	.c-related-projects .related-projects__projects {
		grid-template-columns: repeat(3, 1fr);
	}
}

.c-related-projects .related-projects__projects .project {
	position: relative;
	padding: .625rem;
}

.c-related-projects .related-projects__projects .project:hover:before {
	height: 12.5rem;
}

.c-related-projects .related-projects__projects .project img {
	width: 100%;
	z-index: 2;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-related-projects .related-projects__projects .project img:before {
	content: "";
	display: block;
	padding-top: 75%;
	width: 100%;
}

.c-related-projects .related-projects__projects .project img>* {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.c-related-projects .related-projects__projects .project a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.c-related-projects .related-projects__projects .project:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #191919;
	width: 100%;
	height: 10.3125rem;
	z-index: 1;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.c-related-projects .related-projects__projects .project--light:before {
	background-color: #999;
}

.c-related-projects .related-projects__projects .project__meta {
	margin-top: 1.25rem;
}

.c-related-projects .related-projects__projects .project__meta h6 {
	font-size: .75rem;
	margin-bottom: 1.25rem;
	letter-spacing: .5px;
}

.c-related-projects .related-projects__projects .project__meta h4 {
	font-size: 1.25rem;
}

.review-order {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: .625rem;
}

.review-order, .review-order .cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: normal;
}

.review-order .cart-item {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-bottom: 2px solid #e3e3e3;
	margin: .3125rem 0;
	padding-bottom: .3125rem;
}

.review-order .cart-item:first-child {
	margin-top: 0;
}

.review-order .cart-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.review-order .cart-item__product-thumbnail img {
	width: 4.375rem;
	margin-right: .3125rem;
}

.review-order .cart-item__product-total h6 {
	font-size: .875rem;
	font-size: .8125rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

@media only screen and (max-width:768px) {
	.review-order .cart-item__product-total h6 {
		font-size: .75rem;
	}
}

.review-order .cart-item__product-total .product-total__totals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.review-order .cart-item__product-total .product-total__totals p {
	margin-right: .3125rem;
}

.review-order .cart-item__product-total .product-total__totals p:last-child {
	margin-right: 0;
}

.cart-totals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cart-totals__discount, .cart-totals__fee, .cart-totals__order-total, .cart-totals__subtotal, .cart-totals__tax-rate, .cart-totals__tax-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: .3125rem;
	margin-top: .3125rem;
}

.cart-totals__order-total {
	border-bottom: none;
	padding-bottom: 0;
}

.search-bar--search-page {
	margin: 0 0 4.3125rem;
	padding: 2.5rem 1.875rem 0;
}

.search-bar__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f7f7f7;
	padding: .625rem 1.25rem;
	position: relative;
}

.search-bar__input {
	font-family: nimbus-sans, sans-serif;
	font-size: .875rem;
	letter-spacing: 1px;
	color: #666;
	width: 100%;
	height: 100%;
	outline: none;
}

.search-bar--search-page .search-bar__input {
	font-weight: 600;
}

.search-bar__input::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
	opacity: 1;
}

.search-bar__input::-moz-placeholder {
	color: #666;
	font-weight: 400;
	opacity: 1;
}

.search-bar__input:-ms-input-placeholder {
	color: #666;
	font-weight: 400;
	opacity: 1;
}

.search-bar__input::-ms-input-placeholder {
	color: #666;
	font-weight: 400;
	opacity: 1;
}

.search-bar__input::placeholder {
	color: #666;
	font-weight: 400;
	opacity: 1;
}

@media (min-width:730px) {
	.search-bar__input::-webkit-input-placeholder {
		color: #000;
	}
	
	.search-bar__input::-moz-placeholder {
		color: #000;
	}
	
	.search-bar__input:-ms-input-placeholder {
		color: #000;
	}
	
	.search-bar__input::-ms-input-placeholder {
		color: #000;
	}
	
	.search-bar__input::placeholder {
		color: #000;
	}
}

.search-bar__button {
	cursor: pointer;
}

.search-bar--show-clear .search-bar__button--search, .search-bar__button--clear {
	display: none;
}

.search-bar--show-clear .search-bar__button--clear {
	display: initial;
}

.search-bar__button svg {
	vertical-align: middle;
	height: 1.25rem;
	width: 1.25rem;
	pointer-events: none;
}

@media (min-width:730px) {
	.search-bar__form {
		width: 50%;
		margin: 0 auto;
		background: #fff;
		border-bottom: 1px solid #000;
		padding-left: 0;
		padding-right: 0;
	}
}

.c-share-bar {
	grid-column: 1/-1;
}

.c-share-bar .share-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.875rem 2.5rem;
	background: #191919;
}

.c-share-bar .share-bar .share-text {
	font-size: .9375rem;
}

.c-share-bar .share-bar__panel {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-share-bar .share-bar__panel li {
	padding: 0;
}

.c-share-bar .share-bar__panel svg {
	vertical-align: middle;
	margin-left: .9375rem;
}

.c-share-bar .share-bar__back-to-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-share-bar .share-bar__back-to-top svg {
	margin-left: .9375rem;
	vertical-align: middle;
}

.c-single-image {
	grid-column: 1/-1;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	display: grid;
}

.c-single-image--left-align {
	justify-items: flex-start;
}

.c-single-image--right-align {
	justify-items: flex-end;
}

@media (min-width:1600px) {
	.c-single-image .single-image {
		max-width: 100%;
	}
}

.c-single-image .single-image img {
	width: 100%;
	display: block;
}

.c-single-image .single-image--left-align {
	margin-left: unset;
	padding-left: unset;
}

@media (min-width:1600px) {
	.c-single-image .single-image--left-align img {
		padding-right: 14%;
	}
}

.c-single-image .single-image--right-align {
	margin-right: unset;
	padding-right: unset;
	padding-left: 0;
}

@media (min-width:1600px) {
	.c-single-image .single-image--right-align img {
		padding-left: 14%;
	}
}

.site-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-column: 1/-1;
	grid-row: 3;
	background: #fff;
}

.site-footer__logo {
	margin: 0 auto;
	padding-top: 4.375rem;
	padding-bottom: 3.125rem;
}

.site-footer__logo svg {
	width: 21.875rem;
}

@media (min-width:730px) {
	.site-footer__logo svg {
		width: 43.75rem;
	}
}

.site-footer__social-banner {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 1.25rem;
	padding: 1.25rem .625rem;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

@media (min-width:730px) {
	.site-footer__social-banner {
		margin: 0 2.5rem;
	}
}

.site-footer__social-banner li {
	margin-right: 1.875rem;
	position: relative;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.site-footer__social-banner li:last-child {
	margin-right: 0;
}

.site-footer__social-banner li:hover {
	opacity: .75;
}

.site-footer__menu-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 1.25rem;
	text-align: center;
	padding: 1.25rem .625rem;
	border-bottom: 1px solid #e3e3e3;
}

@media (min-width:730px) {
	.site-footer__menu-links {
		padding: 2.5rem .625rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 2.5rem;
	}
	
	@supports (display:grid) {
		.site-footer__menu-links {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 0;
		}
	}
}

.site-footer__menu-links .menu-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:730px) {
	.site-footer__menu-links .menu-links {
		cursor: inherit;
	}
}

.site-footer__menu-links .menu-links p {
	position: relative;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width:730px) {
	.site-footer__menu-links .menu-links p {
		pointer-events: none;
	}
}

.site-footer__menu-links .menu-links__icon {
	position: absolute;
	margin-left: .625rem;
	right: -1.25rem;
}

@media (min-width:730px) {
	.site-footer__menu-links .menu-links__icon {
		display: none;
	}
}

.site-footer__menu-links .menu-links__icon svg {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform-origin: center;
	transform-origin: center;
	vertical-align: middle;
	pointer-events: none;
}

.site-footer__menu-links .menu-links__links {
	list-style: none;
	margin: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	height: 0;
	opacity: 0;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:730px) {
	.site-footer__menu-links .menu-links__links {
		-webkit-transform: unset;
		transform: unset;
		height: auto;
		opacity: 1;
		padding-bottom: 0;
	}
}

.site-footer__menu-links .menu-links__links li {
	padding: 0;
	opacity: 0;
}

.site-footer__menu-links .menu-links__links li:first-child {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.site-footer__menu-links .menu-links__links li:nth-child(2) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: 75ms;
	transition-delay: 75ms;
}

.site-footer__menu-links .menu-links__links li:nth-child(3) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.site-footer__menu-links .menu-links__links li:nth-child(4) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .225s;
	transition-delay: .225s;
}

.site-footer__menu-links .menu-links__links li:nth-child(5) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.site-footer__menu-links .menu-links__links li:nth-child(6) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .375s;
	transition-delay: .375s;
}

.site-footer__menu-links .menu-links__links li:nth-child(7) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

.site-footer__menu-links .menu-links__links li:nth-child(8) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .525s;
	transition-delay: .525s;
}

.site-footer__menu-links .menu-links__links li:nth-child(9) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.site-footer__menu-links .menu-links__links li:nth-child(10) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .675s;
	transition-delay: .675s;
}

.site-footer__menu-links .menu-links__links li:nth-child(11) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

@media (min-width:730px) {
	.site-footer__menu-links .menu-links__links li {
		opacity: 1;
		line-height: 2;
	}
}

.site-footer__menu-links .menu-links.active .menu-links__icon svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.site-footer__menu-links .menu-links.active .menu-links__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 1.25rem;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	height: auto;
}

.site-footer__menu-links .menu-links.active .menu-links__links li {
	padding-left: 0;
	opacity: 1;
}

.site-footer__menu-links .menu-links.active .menu-links__links li:last-child {
	padding-bottom: 0;
}

.site-footer__foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 1.25rem;
	padding-top: 1.25rem;
	padding-bottom: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width:730px) {
	.site-footer__foot {
		margin: 0 2.5rem;
		padding-top: 1.875rem;
		padding-bottom: 3.75rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.site-footer__foot .foot__copyright li, .site-footer__foot .foot__copyright p, .site-footer__foot .foot__privacy li, .site-footer__foot .foot__privacy p {
	font-size: .8125rem;
	letter-spacing: .5px;
}

.site-footer__foot .foot__privacy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

@media (min-width:730px) {
	.site-footer__foot .foot__privacy {
		width: auto;
	}
}

.site-footer__foot .foot__privacy .menu-links__links {
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: .625rem 0 0;
}

@supports (display:grid) {
	.site-footer__foot .foot__privacy .menu-links__links {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}
}

.site-footer__foot .foot__privacy .menu-links__links li {
	margin-top: .625rem;
}

@media (min-width:730px) {
	.site-footer__foot .foot__privacy .menu-links__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		margin-top: auto;
	}
	
	.site-footer__foot .foot__privacy .menu-links__links li {
		margin-top: auto;
		margin-right: 1.25rem;
	}
	
	.site-footer__foot .foot__privacy .menu-links__links li:last-child {
		margin-right: 0;
	}
}

.site-header {
	position: relative;
	top: 0;
	grid-column: 1/-1;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
	z-index: 999999;
}

.site-header--sticky {
	position: sticky;
}

@media (min-width:730px) {
	.site-header--sticky {
		position: relative;
	}
}

.site-header__navigation {
	position: absolute;
	height: 100%;
	min-height: 600px;
	width: 100%;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform-origin: left;
	transform-origin: left;
	z-index: 99;
	-webkit-transition: opacity .2s ease-in-out, visibility .5s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .5s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .5s ease-in-out, transform .3s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .5s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width:730px) {
	.site-header__navigation {
		height: auto;
		min-height: unset;
		position: relative;
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

.site-header__navigation.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(.0001%);
	transform: translateX(.0001%);
	min-height: 600px;
}

.site-header__navigation .navigation__button-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__button-group {
		display: none;
	}
}

.site-header__navigation .navigation__button-group .button-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header__navigation .navigation__button-group .button-group a, .site-header__navigation .navigation__button-group .button-group button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	cursor: pointer;
	border-left: 1px solid #333;
	width: 50%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: .9375rem;
	padding: 1.25rem 2.5rem;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.site-header__navigation .navigation__button-group .button-group a:hover, .site-header__navigation .navigation__button-group .button-group button:hover {
	opacity: .75;
}

.site-header__navigation .navigation__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	height: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-top: 1px solid #e3e3e3;
	}
}

.site-header__navigation .navigation__menu .menu-item-has-children {
	position: relative;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item-has-children:hover .child-menu--0 {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.site-header__navigation .navigation__menu .menu-item {
	font-size: 1.5rem;
	font-size: .9375rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	padding-left: 0;
	width: 100%;
	border-bottom: 2px solid #e3e3e3;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

@media only screen and (max-width:768px) {
	.site-header__navigation .navigation__menu .menu-item {
		font-size: 1.25rem;
	}
}

.site-header__navigation .navigation__menu .menu-item.current-menu-item, .site-header__navigation .navigation__menu .menu-item:hover {
	border-bottom: 2px solid #000;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item {
		width: auto;
		margin-right: 4%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-bottom: 2px solid transparent;
		position: unset;
	}
	
	.site-header__navigation .navigation__menu .menu-item:last-child {
		margin-right: 0;
	}
}

.site-header__navigation .navigation__menu .menu-item .external-link {
	position: relative;
}

.site-header__navigation .navigation__menu .menu-item .external-link:after {
	content: "";
	position: absolute;
	width: .8125rem;
	height: .8125rem;
	right: -20px;
	top: 1px;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/black-external-link.svg") no-repeat transparent;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
}

.site-header__navigation .navigation__menu .menu-item.depth--0>a {
	padding: 1.875rem;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item.depth--0>a {
		padding: 1.875rem .625rem;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__navigation .navigation__menu .menu-item .child-menu-toggle {
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu-toggle {
		width: auto;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu-toggle:after {
	content: "";
	position: absolute;
	width: .375rem;
	height: .5625rem;
	right: 20px;
	top: 33px;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/triangle-right.svg") no-repeat transparent;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu-toggle:after {
		display: none;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu--0 {
	height: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 {
		height: unset;
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
		-webkit-transform-origin: top;
		transform-origin: top;
		padding: 2.5rem;
		z-index: -99999999999999;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-item {
	border-bottom: none;
	margin-right: 0;
	padding: 1.25rem;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-item {
		opacity: 1;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu--0 .no-link {
	grid-row: 1;
	font-size: .9375rem;
	background: #fff;
	padding: 1.875rem 1.875rem 0;
}

.site-header__navigation .navigation__menu .menu-item .child-menu--0 .no-link:last-child {
	padding-bottom: 1.875rem;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .no-link {
		padding: 1.875rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		background: none;
	}
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 {
		position: absolute;
		width: 100vw;
		top: 5.1rem;
		right: 0;
		left: 0;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
		grid-gap: 1.25rem;
		background: #fff;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta {
	display: none;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		padding: 1.875rem;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta__content {
		color: #666;
		text-align: center;
		font-size: .9375rem;
		font-family: nimbus-sans, sans-serif;
		font-weight: 400;
		letter-spacing: 0;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta__title {
		text-align: center;
		font-family: nimbus-sans, sans-serif;
		font-weight: 700;
		font-size: 1.125rem;
		color: #000;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta a {
		font-family: nimbus-sans, sans-serif;
		font-weight: 700;
		font-size: .8125rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		text-decoration: underline;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta a:hover {
		opacity: .75;
		text-decoration: none;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta.guarantee-cta {
		min-height: 7.1875rem;
		width: 20%;
		position: absolute;
		right: 1.875rem;
		bottom: 1.875rem;
		padding-top: 2.8125rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta.guarantee-cta a {
		position: absolute;
		bottom: 1.25rem;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta.guarantee-cta img {
		content: "";
		background: #fff;
		position: absolute;
		display: block;
		right: .625rem;
		top: -2.5rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 80px;
		width: 80px;
	}
	
	.site-header__navigation .navigation__menu .menu-item .child-menu--0 .menu-cta.guarantee-cta p {
		width: 100%;
		text-align: center;
		font-size: .9375rem;
		font-family: nimbus-sans, sans-serif;
		font-weight: 700;
		margin: 0;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu--1 {
	background: #fff;
	margin-top: .625rem;
	border-top: 1px solid #e3e3e3;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu .menu-item .child-menu--1 {
		width: 100%;
		background: none;
	}
}

.site-header__navigation .navigation__menu .menu-item .child-menu--1 .menu-item {
	font-size: .9375rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	border-bottom: none;
	padding: .625rem 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.site-header__navigation .navigation__menu .menu-item .child-menu--1 .menu-item.u-text-uppercase {
	font-size: .75rem;
}

.site-header__navigation .navigation__menu .menu-item .child-menu--1 .menu-item.u-bold {
	font-weight: 700;
}

.site-header__navigation .navigation__menu .menu-item .child-menu--1 .menu-item:hover {
	opacity: .75;
}

.site-header__navigation .navigation__menu.active {
	min-height: 600px;
	padding-bottom: 15rem;
}

.site-header__navigation .navigation__menu.active .menu-item.depth--0:not(.active) {
	opacity: 1;
	position: absolute;
	visibility: visible;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: opacity .2s, visibility .4s, -webkit-transform .3s;
	transition: opacity .2s, visibility .4s, -webkit-transform .3s;
	transition: opacity .2s, visibility .4s, transform .3s;
	transition: opacity .2s, visibility .4s, transform .3s, -webkit-transform .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.site-header__navigation .navigation__menu.active .menu-item.depth--0:not(.active) a {
	opacity: 0;
}

.site-header__navigation .navigation__menu.active .menu-item-has-children {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
	overflow-y: scroll;
	padding-bottom: 5rem;
}

.site-header__navigation .navigation__menu.active .menu-item-has-children.depth--1 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width:730px) {
	.site-header__navigation .navigation__menu.active .menu-item-has-children.depth--1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.site-header__navigation .navigation__menu.active .menu-item-has-children.active .child-menu-toggle {
	width: 100%;
	height: 75px;
}

.site-header__navigation .navigation__menu.active .menu-item-has-children.active .child-menu-toggle:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: unset;
	left: 20px;
}

.site-header__navigation .navigation__menu.active .menu-item-has-children .child-menu--0 {
	height: auto;
	opacity: 1;
	width: 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.site-header__navigation .navigation__menu.active .menu-item-has-children .child-menu--1 {
	height: auto;
	opacity: 1;
	width: 100%;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.site-header__navigation .navigation__menu.active .menu-item-has-children .child-menu--1 .menu-item {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.site-header__navigation .navigation__menu.active .menu-item-has-children .child-menu--1 .menu-item:hover {
	color: #000;
}

.site-header__top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	padding: .625rem;
	width: calc(100% + 50px);
	z-index: 9999999999999;
	position: relative;
}

@media (min-width:730px) {
	.site-header__top-bar {
		width: auto;
	}
}

.site-header__top-bar a {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.site-header__top-bar a p {
	color: #fff;
	font-size: .625rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

.site-header__top-bar a img {
	height: .625rem;
	max-height: .625rem;
	padding-left: .3125rem;
}

.site-header__top-bar a:focus, .site-header__top-bar a:hover {
	opacity: .75;
}

.site-header__top-bar a:first-child, .site-header__top-bar a:nth-child(3) {
	display: none;
}

@media (min-width:730px) {
	.site-header__top-bar a:first-child, .site-header__top-bar a:nth-child(3) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.site-header__logo-banner {
	padding: 1.875rem 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-color: #fff;
	z-index: 999999999999999;
}

@supports (display:grid) {
	.site-header__logo-banner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}
}

@media (min-width:730px) {
	.site-header__logo-banner {
		padding: 1.875rem 2.5rem;
	}
}

.site-header__logo-banner--minimal {
	gap: 1.25rem;
}

.site-header__logo-banner--minimal .logo {
	grid-column: 1/span 3;
}

.site-header__logo-banner .continue-shopping {
	grid-row: 2;
	grid-column: 1/span 2;
	justify-self: flex-start;
}

@media (min-width:730px) {
	.site-header__logo-banner .continue-shopping {
		grid-row: 1;
		grid-column: 1;
	}
}

.site-header__logo-banner .continue-shopping a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header__logo-banner .continue-shopping svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: .625rem;
	vertical-align: middle;
}

.site-header__logo-banner .secure-checkout {
	grid-row: 2;
	grid-column: 2/span 2;
	text-align: right;
}

.site-header__logo-banner .secure-checkout p {
	color: #000;
}

@media (min-width:730px) {
	.site-header__logo-banner .secure-checkout {
		grid-row: 1;
		grid-column: 3;
	}
}

.site-header__logo-banner .secure-checkout svg {
	margin-right: .625rem;
	vertical-align: middle;
}

.site-header__logo-banner .continue-shopping, .site-header__logo-banner .secure-checkout {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.site-header__logo-banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__logo-banner .get-in-touch {
	display: none;
}

@media (min-width:730px) {
	.site-header__logo-banner .get-in-touch {
		grid-row: 1;
		grid-column: 1;
		margin-left: 7.5rem;
		display: block;
	}
	
	.site-header__logo-banner .get-in-touch a {
		font-size: .9375rem;
	}
}

.site-header__logo-banner .logo {
	grid-column: 2/span 1;
	grid-row: 1/span 1;
	justify-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 12.5rem;
}

.site-header__logo-banner .logo a {
	width: 100%;
}

.site-header__logo-banner .logo svg {
	vertical-align: middle;
}

.site-header__logo-banner .burger-menu {
	display: block;
	width: 28px;
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.site-header__logo-banner .burger-menu__icon {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.site-header__logo-banner .burger-menu__icon.icon__first {
	top: 0;
}

.site-header__logo-banner .burger-menu__icon.icon__second, .site-header__logo-banner .burger-menu__icon.icon__third {
	top: 8px;
}

.site-header__logo-banner .burger-menu__icon.icon__fourth {
	top: 16px;
}

.site-header__logo-banner .burger-menu.active .burger-menu__icon.icon__first, .site-header__logo-banner .burger-menu.active .burger-menu__icon.icon__fourth {
	top: 18px;
	width: 0;
	left: 50%;
}

.site-header__logo-banner .burger-menu.active .burger-menu__icon.icon__second {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-header__logo-banner .burger-menu.active .burger-menu__icon.icon__third {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (min-width:730px) {
	.site-header__logo-banner .burger-menu {
		display: none;
	}
}

.site-header__logo-banner .icon-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-column: 3/span 1;
	grid-row: 1/span 1;
	justify-self: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header__logo-banner .icon-menu li {
	cursor: pointer;
}

.site-header__logo-banner .icon-menu li svg {
	vertical-align: middle;
}

.site-header__logo-banner .icon-menu li button {
	cursor: pointer;
}

@media (min-width:730px) {
	.site-header__logo-banner .icon-menu li {
		margin-left: 2.5rem;
	}
}

.site-header__logo-banner .icon-menu__search .search {
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
}

.site-header__logo-banner .icon-menu__search .search__close, .site-header__logo-banner .icon-menu__search .search__open {
	position: absolute;
	background-position: 50%;
	-webkit-transform-origin: center;
	transform-origin: center;
	left: 0;
	top: 0;
	width: 1.25rem;
	height: 1.25rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.site-header__logo-banner .icon-menu__search .search__open {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/search.svg") no-repeat transparent;
	opacity: 1;
}

.site-header__logo-banner .icon-menu__search .search__open.nitro-lazy {
	background-image: none !important;
}

.site-header__logo-banner .icon-menu__search .search__close {
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/close.svg") no-repeat transparent;
	opacity: 0;
}

.site-header__logo-banner .icon-menu__search .search__close.nitro-lazy {
	background-image: none !important;
}

.site-header__logo-banner .icon-menu__search .search.is-active .search__close {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.site-header__logo-banner .icon-menu__search .search.is-active .search__open {
	opacity: 0;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.site-header__logo-banner .icon-menu__account, .site-header__logo-banner .icon-menu__search {
	display: none;
}

@media (min-width:730px) {
	.site-header__logo-banner .icon-menu__account, .site-header__logo-banner .icon-menu__search {
		display: block;
	}
}

.site-header__search-bar {
	padding: 1.25rem;
	background: #fff;
}

@media (min-width:730px) {
	.site-header__search-bar {
		display: none;
	}
	
	.site-header__search-bar.is-active {
		display: block;
		position: absolute;
		width: 100%;
		padding-top: 1.25rem;
		z-index: 99999999;
		background: #fff;
		border-top: 1px solid #e3e3e3;
	}
}

.is-scroll-locked {
	overflow: hidden;
}

.site-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, .45);
	height: 100%;
	padding: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.site-popup--hidden {
	display: none;
	pointer-events: none;
}

.site-popup__close {
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	cursor: pointer;
}

.site-popup__close svg {
	width: 1.25rem;
	pointer-events: none;
}

.site-popup__modal {
	position: relative;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
	max-height: calc(100vh - .625rem);
	max-width: calc(100vw - .625rem);
	display: block;
	margin: 0 auto;
	overflow: auto;
	padding: 3.5rem 1.25rem;
	height: 75%;
}

@media (min-width:730px) {
	.site-popup__modal {
		width: 900px;
		height: auto;
	}
}

.site-popup__modal .site-switcher {
	border: none;
}

@media (max-width:730px) {
	.site-popup__modal .site-switcher {
		position: relative;
		bottom: 0;
		background-color: #fff;
		height: auto;
	}
}

.site-popup__modal .site-switcher .button {
	margin-top: 1.875rem;
}

.site-popup__modal .site-switcher__options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border: none;
	margin-bottom: 0;
}

@media (max-width:730px) {
	.site-popup__modal .site-switcher__options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-popup__modal .site-switcher__options .options {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:730px) {
	.site-popup__modal .site-switcher__options .options {
		grid-template-columns: repeat(3, 170px);
	}
}

.site-popup__modal .site-switcher__options .options__title {
	display: none;
}

.site-popup__modal .site-switcher__options .options .option {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: .7rem;
	margin-bottom: 0;
	height: 100%;
}

@media (min-width:730px) {
	.site-popup__modal .site-switcher__options .options .option {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-popup__modal .site-switcher__options .options .option--selected {
	border: 1px solid #000;
}

.site-popup__modal .site-switcher__options .options .option__country {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:730px) {
	.site-popup__modal .site-switcher__options .options .option__country {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-popup__modal .site-switcher__options .options .option__country img {
	width: 2.8125rem;
	margin-right: .625rem;
}

@media (min-width:730px) {
	.site-popup__modal .site-switcher__options .options .option__country img {
		margin-right: 0;
		margin-bottom: .5rem;
	}
}

.site-popup__title {
	margin: 0 0 .625rem;
}

.site-popup__text {
	font-size: 1.375rem;
	color: #000;
	line-height: 1.4;
	width: 34.375rem;
	max-width: 100%;
	margin: 0 auto .625rem;
}

.site-popup__content h1, .site-popup__content h2, .site-popup__content h3, .site-popup__content h4, .site-popup__content h5, .site-popup__content h6, .site-popup__content img, .site-popup__content ol, .site-popup__content p, .site-popup__content ul {
	margin-bottom: .625rem;
}

.site-popup__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-gap: .3125rem;
}

.site-popup__buttons .button {
	margin: 0 .625rem;
}

.site-popup .is-hidden {
	display: none;
}

@media (min-width:1025px) {
	.site-popup__text {
		font-size: 1.6875rem;
	}
	
	.site-popup__text p {
		margin-bottom: .625rem;
	}
}

.site-switcher {
	position: absolute;
	bottom: 100%;
	left: 0;
	padding: .625rem 1.25rem;
	border-right: 1px solid #666;
	background-color: #000;
	height: 31px;
	cursor: pointer;
	z-index: 999;
}

.site-switcher.active {
	background-color: #fff;
}

@media (min-width:730px) {
	.site-switcher {
		grid-column: 1/span 1;
		grid-row: 1/span 1;
		bottom: unset;
		left: unset;
		justify-self: flex-start;
		position: relative;
		background-color: #fff;
		border: 1px solid #e3e3e3;
		height: 100%;
	}
	
	.site-switcher.active {
		border-bottom: none;
	}
}

.site-switcher__current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-switcher__current img {
	width: 1.875rem;
	margin-right: .625rem;
}

.site-switcher__current svg {
	fill: #fff;
	-webkit-transition: -webkit-transform .1s ease-in-out;
	transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@media (min-width:730px) {
	.site-switcher__current svg {
		fill: #000;
	}
}

.site-switcher__current.active svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #000;
}

.site-switcher__options {
	display: none;
	background: #fff;
	width: 17.5rem;
	border: 1px solid #e3e3e3;
	border-top: none;
}

.site-switcher__options .options__title {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .625rem;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: .625rem;
	padding: 1.25rem;
}

.site-switcher__options .options__title:last-child {
	margin-bottom: 0;
}

.site-switcher__options .options hr {
	background: #e3e3e3;
	width: 100%;
}

.site-switcher__options.active {
	display: block;
	position: absolute;
	top: 2.1875rem;
	left: 0;
}

@media (min-width:730px) {
	.site-switcher__options {
		border: 1px solid #e3e3e3;
	}
	
	.site-switcher__options.active {
		left: -1px;
		top: 34px;
		z-index: 1;
	}
}

.site-switcher__options .option {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.375rem;
	padding: 0 1.25rem;
}

.site-switcher__options .option, .site-switcher__options .option__country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-switcher__options .option__country img {
	margin-right: .625rem;
}

.site-switcher__options .option__country .button {
	background-color: #fff !important;
}

.site-switcher__options .option__country p {
	color: #000;
}

.site-switcher__options .option img {
	width: 1.875rem;
}

.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%;
}

.tns-gallery, .tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	min-height: 1px;
}

.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-webkit-transition: opacity 0s, -webkit-transform 0s;
	transition: opacity 0s, -webkit-transform 0s;
	transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery>.tns-moving {
	-webkit-transition: all .25s;
	transition: all .25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-fadeOut, .tns-normal {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix>div, .tns-vpfix>li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.33333%;
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: "";
	display: table;
	clear: both;
}

.tns-t-ct>div {
	width: 1.42857%;
	height: 10px;
	float: left;
}

.tns-item {
	display: grid;
}

.tns-controls-nav__wrapper .tns-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	outline: none;
}

@media (min-width:1025px) {
	.tns-controls-nav__wrapper .tns-controls {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.tns-controls-nav__wrapper .tns-controls button {
	margin-left: .625rem;
}

.tns-controls-nav__wrapper .tns-controls button:disabled {
	opacity: .5;
}

@media (min-width:1025px) {
	.tns-controls-nav__wrapper .tns-controls button {
		margin-left: 0;
	}
}

.tns-controls-nav__wrapper .tns-controls button svg {
	width: 2.5rem;
	vertical-align: middle;
}

.tns-controls-nav__wrapper .tns-controls button svg circle {
	stroke: #000;
	stroke-width: 1;
	fill: none;
	-webkit-transition: stroke .3s linear;
	transition: stroke .3s linear;
}

.tns-controls-nav__wrapper .tns-controls button svg path {
	stroke: none;
	stroke-width: 0;
	fill: #000;
	-webkit-transition: fill .3s linear;
	transition: fill .3s linear;
}

.tns-controls-nav__wrapper .tns-controls.first button:first-child, .tns-controls-nav__wrapper .tns-controls.last button:last-child {
	cursor: not-allowed;
}

.tns-controls-nav__wrapper .tns-controls.first button:first-child svg circle, .tns-controls-nav__wrapper .tns-controls.last button:last-child svg circle {
	stroke: #999;
}

.tns-controls-nav__wrapper .tns-controls.first button:first-child svg path, .tns-controls-nav__wrapper .tns-controls.last button:last-child svg path {
	fill: #999;
}

.u-background-colour--black .tns-controls-nav__wrapper .tns-controls button svg circle {
	stroke: #fff;
}

.u-background-colour--black .tns-controls-nav__wrapper .tns-controls button svg path {
	fill: #fff;
}

.u-background-colour--black .tns-controls-nav__wrapper .tns-controls.first button:first-child svg circle, .u-background-colour--black .tns-controls-nav__wrapper .tns-controls.last button:last-child svg circle {
	stroke: #e3e3e3;
}

.u-background-colour--black .tns-controls-nav__wrapper .tns-controls.first button:first-child svg path, .u-background-colour--black .tns-controls-nav__wrapper .tns-controls.last button:last-child svg path {
	fill: #e3e3e3;
}

.simple-slider-nav {
	display: none;
}

@media (min-width:730px) {
	.simple-slider-nav {
		display: block;
		position: absolute;
		width: 100%;
		top: calc(50% - 50px);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.simple-slider-nav .tns-controls-nav__wrapper .tns-controls {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.simple-slider-nav .tns-controls-nav__wrapper .tns-controls button:first-child, .simple-slider-nav .tns-controls-nav__wrapper .tns-controls button:last-child {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

.carousel-controls__line, .carousel-controls__nav {
	position: absolute;
}

.carousel-controls__nav {
	-ms-flex-item-align: start;
	align-self: flex-start;
	bottom: -4.0625rem;
	right: 1.25rem;
}

.carousel-controls__nav .verticle-nav__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.carousel-controls__nav .verticle-nav__nav svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 2.5rem;
	margin-bottom: .625rem;
	vertical-align: middle;
	stroke-width: 1px;
}

@media (min-width:1025px) {
	.carousel-controls__nav {
		bottom: unset;
		top: 0;
		right: 1.25rem;
		grid-column: col-start 12/span 1;
		grid-row: 1;
		align-self: flex-start;
		justify-self: center;
	}
	
	.carousel-controls__nav .tns-controls-nav {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.carousel-controls__nav .tns-controls-nav__wrapper .tns-controls button {
		margin-bottom: .625rem;
	}
	
	.carousel-controls__nav .tns-controls-nav__wrapper .tns-controls button:last-child {
		margin-bottom: 0;
	}
	
	.carousel-controls__nav .verticle-nav__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.carousel-controls__nav .verticle-nav__nav svg {
		-webkit-transform: unset;
		transform: unset;
		width: 3.125rem;
		margin-right: unset;
		margin-top: .625rem;
	}
}

.carousel-controls__line {
	position: absolute;
	bottom: -3.125rem;
	left: 1.25rem;
	width: 66%;
	height: 1px;
	background-color: #666;
	z-index: 1;
}

@media (min-width:1025px) {
	.carousel-controls__line {
		width: 75%;
		width: 1px;
		position: absolute;
		bottom: 0;
		right: 1.25rem;
		left: unset;
		height: calc(100% - 120px);
		justify-self: center;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width:1025px) {
	section[currentblockcolour=black] .tns-controls-nav__wrapper .tns-controls button svg circle {
		stroke: #fff;
	}
	
	section[currentblockcolour=black] .tns-controls-nav__wrapper .tns-controls button svg path {
		fill: #fff;
	}
	
	section[currentblockcolour=black] .tns-controls-nav__wrapper .tns-controls.first button:first-child svg circle, section[currentblockcolour=black] .tns-controls-nav__wrapper .tns-controls.last button:last-child svg circle {
		stroke: #e3e3e3;
	}
	
	section[currentblockcolour=black] .tns-controls-nav__wrapper .tns-controls.first button:first-child svg path, section[currentblockcolour=black] .tns-controls-nav__wrapper .tns-controls.last button:last-child svg path {
		fill: #e3e3e3;
	}
	
	section[currentblockcolour=light-grey] .tns-controls-nav__wrapper .tns-controls button svg circle, section[currentblockcolour=mid-grey] .tns-controls-nav__wrapper .tns-controls button svg circle {
		stroke: #262626;
	}
	
	section[currentblockcolour=light-grey] .tns-controls-nav__wrapper .tns-controls button svg path, section[currentblockcolour=mid-grey] .tns-controls-nav__wrapper .tns-controls button svg path {
		fill: #262626;
	}
	
	section[currentblockcolour=light-grey] .tns-controls-nav__wrapper .tns-controls.first button:first-child svg circle, section[currentblockcolour=light-grey] .tns-controls-nav__wrapper .tns-controls.last button:last-child svg circle, section[currentblockcolour=mid-grey] .tns-controls-nav__wrapper .tns-controls.first button:first-child svg circle, section[currentblockcolour=mid-grey] .tns-controls-nav__wrapper .tns-controls.last button:last-child svg circle {
		stroke: #666;
	}
	
	section[currentblockcolour=light-grey] .tns-controls-nav__wrapper .tns-controls.first button:first-child svg path, section[currentblockcolour=light-grey] .tns-controls-nav__wrapper .tns-controls.last button:last-child svg path, section[currentblockcolour=mid-grey] .tns-controls-nav__wrapper .tns-controls.first button:first-child svg path, section[currentblockcolour=mid-grey] .tns-controls-nav__wrapper .tns-controls.last button:last-child svg path {
		fill: #666;
	}
}

.social-media-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.social-media-links__heading {
	margin-right: 1.25rem;
}

.social-media-links__heading h5 {
	font-size: 1rem;
}

.social-media-links__links {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .625rem 0 0;
}

.social-media-links__links .social-media-link:last-child {
	margin-right: 0;
}

.social-media-links__links .social-media-link a svg {
	fill: #fff;
}

.c-anchor-navigation, .c-tab-content {
	grid-column: 1/-1;
}

.c-anchor-navigation .tabs .edd-root, .c-anchor-navigation .tabs .edd-root-has-value, .c-anchor-navigation .tabs .edd-root-value, .c-tab-content .tabs .edd-root, .c-tab-content .tabs .edd-root-has-value, .c-tab-content .tabs .edd-root-value {
	display: inline-block;
}

@media (min-width:730px) {
	.c-anchor-navigation .tabs .edd-root, .c-anchor-navigation .tabs .edd-root-has-value, .c-anchor-navigation .tabs .edd-root-value, .c-tab-content .tabs .edd-root, .c-tab-content .tabs .edd-root-has-value, .c-tab-content .tabs .edd-root-value {
		display: none;
	}
}

.c-anchor-navigation .tabs__header, .c-tab-content .tabs__header {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	border-top: 3px solid #000;
	border-bottom: 1px solid #999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: visible;
	width: calc(100% - 1.25rem);
}

.c-anchor-navigation .tabs__header--large, .c-tab-content .tabs__header--large {
	display: none;
}

@media (min-width:730px) {
	.c-anchor-navigation .tabs__header--large, .c-tab-content .tabs__header--large {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.c-anchor-navigation .tabs__header li, .c-tab-content .tabs__header li {
	margin: 0 .3125rem;
}

.c-anchor-navigation .tabs__header a, .c-anchor-navigation .tabs__header button, .c-anchor-navigation .tabs__header li, .c-tab-content .tabs__header a, .c-tab-content .tabs__header button, .c-tab-content .tabs__header li {
	cursor: pointer;
	text-align: center;
	font-family: nimbus-sans, sans-serif;
	font-family: 400;
	border-bottom: 3px solid transparent;
	line-height: 1.2;
	padding: 1.875rem 0;
	position: relative;
	margin: 0 0 -1px 5.625rem;
	overflow: visible;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.c-anchor-navigation .tabs__header a:first-child, .c-anchor-navigation .tabs__header button:first-child, .c-anchor-navigation .tabs__header li:first-child, .c-tab-content .tabs__header a:first-child, .c-tab-content .tabs__header button:first-child, .c-tab-content .tabs__header li:first-child {
	margin-left: 0;
}

.c-anchor-navigation .tabs__header a.active, .c-anchor-navigation .tabs__header a:hover, .c-anchor-navigation .tabs__header button.active, .c-anchor-navigation .tabs__header button:hover, .c-anchor-navigation .tabs__header li.active, .c-anchor-navigation .tabs__header li:hover, .c-tab-content .tabs__header a.active, .c-tab-content .tabs__header a:hover, .c-tab-content .tabs__header button.active, .c-tab-content .tabs__header button:hover, .c-tab-content .tabs__header li.active, .c-tab-content .tabs__header li:hover {
	border-bottom: 3px solid #000;
}

.c-anchor-navigation .tabs__header a:before, .c-anchor-navigation .tabs__header button:before, .c-anchor-navigation .tabs__header li:before, .c-tab-content .tabs__header a:before, .c-tab-content .tabs__header button:before, .c-tab-content .tabs__header li:before {
	display: none;
}

.c-anchor-navigation .tabs__header a.no-border-hover, .c-anchor-navigation .tabs__header button.no-border-hover, .c-anchor-navigation .tabs__header li.no-border-hover, .c-tab-content .tabs__header a.no-border-hover, .c-tab-content .tabs__header button.no-border-hover, .c-tab-content .tabs__header li.no-border-hover {
	-webkit-transition: none;
	transition: none;
}

.c-anchor-navigation .tabs__header a.no-border-hover.active, .c-anchor-navigation .tabs__header a.no-border-hover:hover, .c-anchor-navigation .tabs__header button.no-border-hover.active, .c-anchor-navigation .tabs__header button.no-border-hover:hover, .c-anchor-navigation .tabs__header li.no-border-hover.active, .c-anchor-navigation .tabs__header li.no-border-hover:hover, .c-tab-content .tabs__header a.no-border-hover.active, .c-tab-content .tabs__header a.no-border-hover:hover, .c-tab-content .tabs__header button.no-border-hover.active, .c-tab-content .tabs__header button.no-border-hover:hover, .c-tab-content .tabs__header li.no-border-hover.active, .c-tab-content .tabs__header li.no-border-hover:hover {
	border-bottom: none;
}

.c-anchor-navigation .tabs__header button, .c-tab-content .tabs__header button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: -moz-available;
	width: -webkit-fill-available;
	width: stretch;
}

.c-anchor-navigation .tabs__header button svg, .c-tab-content .tabs__header button svg {
	pointer-events: none;
}

.c-anchor-navigation .tabs__header--align-left, .c-tab-content .tabs__header--align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-anchor-navigation .tabs__header--align-left a, .c-anchor-navigation .tabs__header--align-left li, .c-tab-content .tabs__header--align-left a, .c-tab-content .tabs__header--align-left li {
	margin: 0 0 0 1.875rem;
}

.c-anchor-navigation .tabs__header--align-left a:first-child, .c-anchor-navigation .tabs__header--align-left li:first-child, .c-tab-content .tabs__header--align-left a:first-child, .c-tab-content .tabs__header--align-left li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.c-anchor-navigation .tabs__header--white, .c-tab-content .tabs__header--white {
	border-top: 3px solid #fff;
	border-bottom: 1px solid #4b4b4b;
}

.c-anchor-navigation .tabs__header--white a.active, .c-anchor-navigation .tabs__header--white a:hover, .c-anchor-navigation .tabs__header--white button.active, .c-anchor-navigation .tabs__header--white button:hover, .c-anchor-navigation .tabs__header--white li.active, .c-anchor-navigation .tabs__header--white li:hover, .c-tab-content .tabs__header--white a.active, .c-tab-content .tabs__header--white a:hover, .c-tab-content .tabs__header--white button.active, .c-tab-content .tabs__header--white button:hover, .c-tab-content .tabs__header--white li.active, .c-tab-content .tabs__header--white li:hover {
	border-color: #fff;
}

.c-anchor-navigation .tabs__header--white button svg, .c-tab-content .tabs__header--white button svg {
	fill: #fff;
}

.c-anchor-navigation .tabs__header.tabs-mobile__list, .c-tab-content .tabs__header.tabs-mobile__list {
	display: none;
}

.c-anchor-navigation .tabs__content, .c-tab-content .tabs__content {
	height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: visibility 0s, opacity .5s, -webkit-transform .5s;
	transition: visibility 0s, opacity .5s, -webkit-transform .5s;
	transition: visibility 0s, opacity .5s, transform .5s;
	transition: visibility 0s, opacity .5s, transform .5s, -webkit-transform .5s;
}

.c-anchor-navigation .tabs__content.active, .c-tab-content .tabs__content.active {
	height: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(1);
	transform: translateX(1);
}

.c-anchor-navigation .tabs .filters__item, .c-tab-content .tabs .filters__item {
	white-space: nowrap;
}

.c-anchor-navigation--black *>, .c-tab-content--black *> {
	color: #fff;
}

.c-three-images {
	grid-column: 1/-1;
	position: relative;
}

.c-three-images .tns-controls, .c-three-images .tns-nav {
	display: none;
}

.c-three-images .tns-outer, .c-three-images .tns-ovh {
	overflow: visible;
}

.c-three-images .block-colour {
	position: absolute;
	width: 85%;
	height: 80%;
	bottom: 2.5rem;
	left: 0;
	z-index: 1;
}

.c-three-images .three-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	z-index: 2;
	padding-left: 0;
}

@media (min-width:730px) {
	.c-three-images .three-images {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100% !important;
		padding-left: 1.25rem;
	}
}

.c-three-images .three-images .tns-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding-left: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
}

@media (min-width:730px) {
	.c-three-images .three-images .tns-item {
		-webkit-transform: unset;
		transform: unset;
	}
}

.c-three-images .three-images__image {
	width: 100%;
}

.c-three-images .three-images__image:first-child .image--offset {
	padding-left: 0;
}

.c-three-images .three-images__image .image--offset {
	padding-left: 20px;
}

@media (min-width:730px) {
	.c-three-images .three-images__image .image--offset {
		padding-left: unset;
	}
}

@media (min-width:730px) {
	.c-three-images .three-images__image {
		width: 33.33333%;
		margin: 0 1.25rem;
	}
}

.c-three-images .three-images--left-align {
	margin-left: unset;
	padding-left: unset;
}

.c-three-images .three-images--right-align {
	margin-right: unset;
	padding-right: unset;
}

.c-three-images__blueprint .three-images {
	padding-left: 1.25rem;
}

.c-three-images__blueprint .three-images>.tns-item {
	width: 100% !important;
	-webkit-transform: none;
	transform: none;
}

.c-timeline-slider {
	position: relative;
	grid-column: 1/-1;
}

.c-timeline-slider .tns-outer {
	grid-column: 1/-1;
	grid-row: 1;
	z-index: 1;
}

.c-timeline-slider .timeline-slider {
	grid-template-rows: -webkit-min-content;
	grid-template-rows: min-content;
	grid-gap: 20px 0;
	margin-bottom: 3.75rem;
	font-family: nimbus-sans, sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (min-width:730px) {
	.c-timeline-slider .timeline-slider {
		grid-template-rows: 1fr;
		grid-gap: 0 1.25rem;
	}
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider {
		grid-template-rows: 3.125rem 1fr 3.125rem;
	}
}

.c-timeline-slider .timeline-slider.tns-slide-active .timeline-slider__image {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-timeline-slider .timeline-slider.tns-slide-active .timeline-slider__block-colour {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.c-timeline-slider .timeline-slider:not(.tns-slide-active).slide-up .timeline-slider__image {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.c-timeline-slider .timeline-slider:not(.tns-slide-active).slide-up .timeline-slider__block-colour {
	-webkit-transform: translate(50%, -100%);
	transform: translate(50%, -100%);
}

.c-timeline-slider .timeline-slider h3 {
	font-size: 1.625rem;
	font-size: 1.5rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin-top: 0;
	text-transform: uppercase;
}

.c-timeline-slider .timeline-slider__image {
	grid-column: col-start 1/span 12;
	grid-row: 1/span 1;
	position: relative;
	align-self: center;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	-webkit-transition: all .9s;
	transition: all .9s;
	z-index: 2;
}

.c-timeline-slider .timeline-slider__image .image {
	z-index: 1;
	padding: 1.25rem 0;
	position: relative;
}

.c-timeline-slider .timeline-slider__image .image img {
	display: block;
	width: 100%;
}

@media (min-width:730px) {
	.c-timeline-slider .timeline-slider__image {
		grid-column: col-start 5/span 8;
		grid-row: 2/span 1;
	}
	
	.c-timeline-slider .timeline-slider__image .image {
		padding: 0;
	}
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__image {
		grid-column: 6/-2;
		grid-row: 2/span 1;
	}
	
	.c-timeline-slider .timeline-slider__image .image {
		padding: 0;
	}
}

.c-timeline-slider .timeline-slider__image .event-description {
	position: absolute;
	margin: 1.25rem 0;
	bottom: 0;
	height: auto;
	left: 0;
	right: 0;
	padding: .625rem;
	z-index: 2;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
	background-image: linear-gradient(90deg, #000, transparent);
}

@media (min-width:730px) {
	.c-timeline-slider .timeline-slider__image .event-description {
		margin: 0;
	}
}

@media (min-width:1100px) {
	.c-timeline-slider .timeline-slider__image .event-description {
		padding: 3.125rem;
	}
}

.c-timeline-slider .timeline-slider__image .event-description h3 {
	color: inherit;
}

.c-timeline-slider .timeline-slider__image .event-description p {
	color: #666;
	color: inherit;
	font-size: 1rem;
	line-height: 1.2;
}

@media only screen and (max-width:768px) {
	.c-timeline-slider .timeline-slider__image .event-description p {
		font-size: 1.125rem;
	}
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__image .event-description p {
		line-height: 1.6;
	}
}

.c-timeline-slider .timeline-slider__block-colour {
	grid-column: col-start 4/span 12;
	grid-row: 1/span 1;
	-webkit-transition: all .9s;
	transition: all .9s;
	z-index: 1;
}

@media (min-width:730px) {
	.c-timeline-slider .timeline-slider__block-colour {
		grid-column: col-start 6/span 8;
		grid-row: 1/span 3;
	}
}

.c-timeline-slider .timeline-slider__slide-selector {
	background-color: #fff;
	position: relative;
	grid-column: 2/span 12;
	z-index: 3;
	width: 100%;
	list-style: none;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector {
		grid-column: 2/span 4;
		position: absolute;
		z-index: 2;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 3.125rem;
		margin-bottom: 3.125rem;
		height: calc(100% - 11.25rem);
	}
}

.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
	overflow-x: hidden;
	z-index: 0;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 0;
		position: relative;
	}
}

.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .slide-list {
	z-index: 2;
	position: relative;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	list-style: none;
	margin-top: 0;
	padding-left: 0;
	color: rgba(0, 0, 0, .3);
	font-family: nimbus-sans, sans-serif;
	left: calc(50% - 4ch);
	overflow: visible;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .slide-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		left: 0;
		top: calc(50% - 1.5rem);
		height: auto;
		overflow: hidden;
	}
}

.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .slide-list li {
	font-size: 1.125rem;
	padding: 1ch;
	color: inherit;
	margin: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	place-items: center;
	place-content: center;
	cursor: pointer;
	-webkit-transition: color .5s linear;
	transition: color .5s linear;
}

.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .slide-list li.current, .c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .slide-list li:hover {
	color: #000;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .slide-list li {
		padding: 0 1ch;
		font-size: 1.5rem;
		height: 3rem;
	}
}

.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .u-overlay--future {
	width: calc(50% - 6ch);
	height: 100%;
	right: 0;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector__slide-list-holder .u-overlay--future {
		top: unset;
		bottom: 0;
		width: 100%;
		height: 3.75rem;
	}
}

.c-timeline-slider .timeline-slider__slide-selector__controls {
	position: relative;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector__controls {
		position: relative;
		bottom: unset;
		right: unset;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.c-timeline-slider .timeline-slider__slide-selector .controls__line {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	z-index: 2;
	position: relative;
	bottom: 0;
	left: 1.25rem;
	height: 1px;
	top: 50%;
	background-color: #999;
	margin-right: 2rem;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector .controls__line {
		position: absolute;
		left: calc(50% - .5px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 1px;
		height: auto;
		top: 4.8rem;
		bottom: 4.8rem;
		margin-right: 0;
	}
}

.c-timeline-slider .timeline-slider__slide-selector .controls__slide-indicator {
	z-index: 3;
	background-color: #000;
	width: .9375rem;
	height: .9375rem;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - .46875rem);
	left: calc(50% - .46875rem);
}

.c-timeline-slider .timeline-slider__slide-selector .controls .tns-controls-nav {
	height: 100%;
	z-index: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector .controls .tns-controls-nav {
		position: relative;
	}
}

.c-timeline-slider .timeline-slider__slide-selector .controls .tns-controls-nav__wrapper {
	width: 100%;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector .controls .tns-controls-nav__wrapper {
		height: 100%;
	}
}

.c-timeline-slider .timeline-slider__slide-selector .controls .tns-controls {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width:1025px) {
	.c-timeline-slider .timeline-slider__slide-selector .controls .tns-controls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.c-timeline-slider.u-background-colour--black {
	background: #000;
}

.c-timeline-slider.u-background-colour--black .timeline-slider__image .event-description {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
	background-image: linear-gradient(90deg, #000, transparent);
}

.c-timeline-slider.u-background-colour--black .timeline-slider__slide-selector {
	background-color: #000;
	color: #fff;
}

.c-timeline-slider.u-background-colour--black .timeline-slider__slide-selector__slide-list-holder .slide-list {
	color: hsla(0, 0%, 100%, .3);
}

.c-timeline-slider.u-background-colour--black .timeline-slider__slide-selector__slide-list-holder .slide-list li.current, .c-timeline-slider.u-background-colour--black .timeline-slider__slide-selector__slide-list-holder .slide-list li:hover {
	color: #fff;
}

.c-timeline-slider.u-background-colour--black .timeline-slider__slide-selector .controls__line, .c-timeline-slider.u-background-colour--black .timeline-slider__slide-selector .controls__slide-indicator {
	background-color: #fff;
}

.mce-content-body ol, .mce-content-body ul, .user-content ol, .user-content ul {
	margin-left: 1rem;
	margin-right: 0;
	padding: 0;
}

.mce-content-body ol li, .mce-content-body ul li, .user-content ol li, .user-content ul li {
	line-height: 1.4rem;
	margin-bottom: 1rem;
	position: relative;
}

.mce-content-body>*, .user-content>* {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.mce-content-body>:first-child, .user-content>:first-child {
	margin-top: 0;
}

.mce-content-body>:last-child, .user-content>:last-child {
	margin-bottom: 0;
}

.mce-content-body .large-text, .user-content .large-text {
	font-size: 1.2rem;
}

.mce-content-body .larger-text, .user-content .larger-text {
	font-size: 1.5rem;
}

.mce-content-body .smaller-text, .user-content .smaller-text {
	font-size: .9rem;
}

.mce-content-body .strong, .mce-content-body strong, .user-content .strong, .user-content strong {
	font-weight: 600;
}

.mce-content-body .textleft, .user-content .textleft {
	text-align: left;
}

.mce-content-body .textright, .user-content .textright {
	text-align: right;
}

.mce-content-body.center, .mce-content-body .center, .user-content.center, .user-content .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.mce-content-body a, .user-content a {
	color: #000;
	cursor: pointer;
	display: inline;
	line-height: 1.2;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.mce-content-body a:hover, .user-content a:hover {
	border-bottom: 1px solid #000;
}

.mce-content-body .full-size-image, .user-content .full-size-image {
	display: block;
	margin: 0;
	width: 100%;
}

.mce-content-body .alignnone, .user-content .alignnone {
	margin: 0;
}

.mce-content-body .wp-caption, .mce-content-body .wp-caption-dt, .user-content .wp-caption, .user-content .wp-caption-dt {
	background-color: #fff;
	color: #000;
	margin: 2rem 0;
	max-width: 100%;
	padding: 0;
	text-align: left;
}

.mce-content-body .wp-caption-dt img, .mce-content-body .wp-caption img, .user-content .wp-caption-dt img, .user-content .wp-caption img {
	display: block;
	max-width: 100%;
}

.mce-content-body .wp-caption-dt .wp-caption-dd, .mce-content-body .wp-caption-dt .wp-caption-text, .mce-content-body .wp-caption .wp-caption-dd, .mce-content-body .wp-caption .wp-caption-text, .user-content .wp-caption-dt .wp-caption-dd, .user-content .wp-caption-dt .wp-caption-text, .user-content .wp-caption .wp-caption-dd, .user-content .wp-caption .wp-caption-text {
	font-size: .8rem;
	padding: .8rem 1rem;
	text-transform: uppercase;
}

.mce-content-body .video-embed, .user-content .video-embed {
	position: relative;
}

.mce-content-body .video-embed:before, .user-content .video-embed:before {
	content: "";
	display: block;
	padding-top: 56.25%;
	width: 100%;
}

.mce-content-body .video-embed>*, .user-content .video-embed>* {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.mce-content-body .video-embed iframe, .user-content .video-embed iframe {
	height: 100% !important;
	width: 100% !important;
}

.mce-content-body {
	margin: 1rem;
	visibility: visible;
}

.yoast-breadcrumb {
	display: none;
	grid-column: 1/-1;
	grid-row: 1;
	padding: 1.875rem 1.875rem .625rem;
	z-index: 99;
}

@media (min-width:730px) {
	.yoast-breadcrumb {
		display: block;
	}
	
	.yoast-breadcrumb span {
		font-size: .75rem;
	}
	
	.yoast-breadcrumb a {
		text-decoration: underline;
		padding-right: .625rem;
	}
	
	.yoast-breadcrumb a:hover {
		text-decoration: none;
	}
	
	.yoast-breadcrumb .breadcrumb_last, .yoast-breadcrumb span:nth-child(2) {
		padding-left: .625rem;
	}
	
	.yoast-breadcrumb--black {
		background: #000;
	}
	
	.yoast-breadcrumb--black>* {
		color: #fff;
	}
	
	.yoast-breadcrumb--overlay-black {
		position: absolute;
		background: transparent;
		z-index: 99;
	}
	
	.yoast-breadcrumb--overlay-black>* {
		color: #fff;
	}
	
	.yoast-breadcrumb--overlay-white {
		position: absolute;
		background: transparent;
		z-index: 99;
	}
	
	.yoast-breadcrumb--overlay-white>* {
		color: #000;
	}
}

@media (min-width:1025px) {
	.t-archive-news .c-hero-carousel .hero-carousel__image {
		grid-column: col-start 7/span 6;
	}
}

@media (min-width:1025px) {
	.t-archive-news .c-hero-carousel .hero-carousel__content {
		grid-column: col-start 2/span 4;
	}
}

.t-archive-news .c-hero-carousel .hero-carousel__content h2 {
	position: relative;
}

.t-archive-news .c-hero-carousel .hero-carousel__content h2:before {
	position: absolute;
	font-size: inherit;
	content: " ";
	height: 1px;
	background-color: #333;
	-webkit-transform: translate(0);
	transform: translateY(-30%);
	top: 30%;
	left: -500px;
	right: calc(100% + 1em);
}

.t-archive-news .c-content-with-image .content-with-image {
	max-width: 1240px;
}

.t-archive-news .c-content-with-image .content-with-image__content h6 {
	color: #999;
	display: block;
	font-size: .75rem;
	letter-spacing: .1875rem;
	line-height: 1;
	text-transform: uppercase;
}

.t-archive-news .c-latest-news--main-layout {
	padding-bottom: 0;
}

.t-archive-news.archive-news .c-tab-content .tabs__header {
	width: 100%;
}

.t-archive-news.archive-news .c-tab-content .tabs__header li {
	padding-left: .5rem;
	padding-right: .5rem;
	margin-left: 2.8125rem;
}

.t-archive-news.archive-news .c-tab-content .tabs__header li:first-child {
	margin-left: 0;
}

.t-archive-news.archive-news .c-tab-content .tabs .edd-root {
	padding-left: 0;
	padding-right: 0;
}

.t-archive-news.archive-news .archive-news__titlebar {
	grid-column: 1/-1;
	padding-top: 3.75rem;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__titlebar {
		padding-top: 5rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.t-archive-news.archive-news .archive-news__titlebar .titlebar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__titlebar .titlebar {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.t-archive-news.archive-news .archive-news__titlebar .titlebar .social-media-links__links {
	padding: 0;
}

.t-archive-news.archive-news .archive-news__titlebar .titlebar h1 {
	position: relative;
	font-size: 3rem;
	margin-bottom: .625rem;
	text-transform: capitalize;
}

.t-archive-news.archive-news .archive-news__titlebar .titlebar h1:before {
	position: absolute;
	font-size: inherit;
	content: " ";
	height: 1px;
	background-color: #333;
	-webkit-transform: translate(0);
	transform: translateY(-50%);
	top: 50%;
	left: -500px;
	right: calc(100% + 1em);
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__titlebar .titlebar h1 {
		margin-bottom: 0;
	}
}

.t-archive-news.archive-news .archive-news__listing {
	grid-column: 1/-1;
	grid-row: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.t-archive-news.archive-news .archive-news__listing .titlebar {
	padding: 0;
}

.t-archive-news.archive-news .archive-news__listing .c-tab-content .tabs .edd-root {
	padding-left: 0;
	padding-right: 0;
}

.t-archive-news.archive-news .archive-news__listing .c-pagination {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}

.t-archive-news.archive-news .archive-news__listing .news-listing {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing {
		grid-template-columns: repeat(12, [col-start] 1fr);
		grid-template-rows: auto-fill;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-bottom: 1.875rem;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__title {
		grid-column: 2/span 10;
		grid-row: 1;
		margin-bottom: 4.375rem;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__title h2 {
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 1.25rem;
	padding-right: 1ch;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__title h2 {
		font-size: 1.875rem;
	}
}

@media (min-width:1025px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__title h2 {
		font-size: 2.5rem;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__title .line {
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	margin-top: .25rem;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__title .line {
		margin-top: .375rem;
		margin-top: .5rem;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__links {
	color: #fff;
	grid-column: 2/span 10;
}

@media (min-width:1025px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__links {
		grid-column: 2/span 2;
		grid-row: 2;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__links__menu {
	border-bottom: 3px solid #fff;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed {
	grid-column: 1/-1;
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item {
	margin-bottom: 2.5rem;
	width: 100%;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item {
		margin-bottom: 5rem;
		display: grid;
		grid-gap: 0 1.875rem;
		grid-template-columns: repeat(7, 1fr);
		grid-template-rows: auto;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item__image {
	width: 100%;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item__image {
		display: unset;
		grid-column: 1/3;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item__image-link {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item__image-link img {
	width: 100%;
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item__content {
	color: #fff;
	margin-top: 1.25rem;
}

@media (min-width:730px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item__content {
		display: unset;
		grid-column: 3/-1;
		margin-top: 0;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item__content .post-meta>span {
	display: inline;
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item .post-meta {
	margin-top: .625rem;
}

@media (min-width:1025px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item .post-meta {
		margin-top: 0;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item .post-meta__category a:hover {
	text-decoration: underline;
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item .content__title {
	color: #fff;
	margin-top: .625rem;
}

@media (min-width:1025px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item .content__title {
		margin-right: 25%;
		margin-top: 1.25rem;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item .content__excerpt {
	margin-top: .625rem;
	color: #fff;
}

@media (min-width:1025px) {
	.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item .content__excerpt {
		margin-right: 8.33333%;
		margin-top: 1.25rem;
	}
}

.t-archive-news.archive-news .archive-news__listing .news-listing__feed .news-item a.button {
	color: #fff;
	margin-top: 1.25rem;
}

.u-background-colour--black .archives__category-nav, .u-background-colour--black .archives__titlebar {
	color: #fff;
}

.u-background-colour--black .archives__category-nav__list .nav_item {
	border-bottom-color: #262626;
}

.u-background-colour--black .archives__category-nav__list .nav_item.active {
	border-bottom-color: currentColor;
	border-bottom-width: 2px;
}

.t-archive-product .before-products {
	grid-column: 2/span 1;
}

.t-archive-product .yoast-breadcrumb {
	padding-top: 1.5rem;
	position: absolute;
	z-index: 9;
}

.t-archive-product .archive-product__filter-bar {
	grid-column: 1/-1;
	position: relative;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar {
		grid-column: 2/span 1;
	}
}

.t-archive-product .archive-product__filter-bar .container {
	position: relative;
}

.t-archive-product .archive-product__filter-bar .filter-bar {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	display: none;
	padding: 0;
}

.t-archive-product .archive-product__filter-bar .filter-bar__buttons {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.375rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	position: relative;
	width: 100%;
}

.t-archive-product .archive-product__filter-bar .filter-bar__buttons button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #e3e3e3;
	color: #666;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: nimbus-sans, sans-serif;
	font-size: .625rem;
	font-weight: 700;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: .4ch;
	padding: 1.25rem;
	text-transform: uppercase;
	width: 100%;
}

.t-archive-product .archive-product__filter-bar .filter-bar__buttons button:last-child {
	border-right: none;
}

.t-archive-product .archive-product__filter-bar .filter-bar__buttons button .minus-svg {
	display: none;
}

.t-archive-product .archive-product__filter-bar .filter-bar__buttons button.active .minus-svg {
	display: block;
}

.t-archive-product .archive-product__filter-bar .filter-bar__buttons button.active .plus-svg {
	display: none;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__buttons {
		display: none;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__checkbox {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar {
		display: block;
		margin-top: 0;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	padding: 0 1.25rem;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filters__title {
	display: none;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__grid .filters__title {
		font-family: nimbus-sans, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: .875rem;
		font-size: .625rem;
		letter-spacing: 1.5px;
		color: #666;
		display: block;
		margin-right: 2.5rem;
		padding-left: 1.25rem;
	}
}

@media only screen and (min-width:1155px) and (max-width:768px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__grid .filters__title {
		font-size: .75rem;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filters__btn {
	font-size: .625rem;
	margin: 1.25rem auto;
	text-transform: uppercase;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__grid .filters__btn {
		margin: 0 0 0 auto;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item {
	border-right: 1px solid #e3e3e3;
	margin-bottom: 0;
	padding: .625rem 0;
	position: relative;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item {
		padding: .625rem;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .5rem 0;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__heading {
		padding: .5rem .625rem;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__heading-text {
	font-size: .875rem;
	font-weight: 700;
	margin-right: 1.25rem;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__heading-toggle {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	height: 0;
	margin-left: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 0;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__terms {
	background: #fff;
	border-top: none;
	display: none;
	list-style: none;
	margin: 0;
	max-height: 280px;
	overflow-y: auto;
	padding: .625rem 0;
	position: relative;
}

@media (min-width:1155px) {
	.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__terms {
		border: 1px solid #e3e3e3;
		left: -1px;
		min-width: 11.25rem;
		padding: 1.25rem;
		position: absolute;
		top: 55px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		z-index: 10;
	}
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__terms::-webkit-scrollbar {
	background-color: transparent;
	width: 6px;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__terms::-webkit-scrollbar-thumb {
	background-color: #999;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__terms::-webkit-scrollbar-track {
	background-color: #e3e3e3;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__term {
	font-size: .875rem;
	padding: 0;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__term:not(:last-child) {
	margin-bottom: .375rem;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__label {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__label-checkbox {
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	display: inline-block;
	height: 16px;
	position: relative;
	width: 16px;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__label-checkbox input:after {
	border: solid #000;
	border-width: 0 0 2px 2px;
	content: "";
	height: 5px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 8px;
	z-index: 5;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__label-checkbox input:checked:after {
	opacity: 1;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item__label-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: .625rem;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item--active .filter-item__terms {
	display: block;
}

.t-archive-product .archive-product__filter-bar .filter-bar__grid .filter-item--active .filter-item__heading-toggle {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width:1154px) {
	.t-archive-product .archive-product__filter-bar .filter-bar.active {
		background: #fff;
		border-top: none;
		display: block;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	.t-archive-product .archive-product__filter-bar .filter-bar.active .filter-item {
		border-bottom: 1px solid #e3e3e3;
		border-right: none;
	}
	
	.t-archive-product .archive-product__filter-bar .filter-bar.active .filter-item:last-child {
		border-bottom: none;
	}
	
	.t-archive-product .archive-product__filter-bar .filter-bar.active .filter-item:first-child {
		border-top: 0;
	}
}

@media (min-width:760px) {
	.t-archive-product .c-product-list {
		grid-column: 2/span 1;
		padding-left: 0;
		padding-right: 0;
	}
}

.t-archive-product .c-product-list .product-list__list {
	gap: 3.75rem .625rem;
}

.t-archive-product .c-content-with-image {
	padding-bottom: 0;
}

@media (min-width:730px) {
	.t-archive-product .c-content-with-image {
		padding-bottom: 5rem;
	}
}

.t-archive-product .c-content-with-image .content-with-image__content {
	width: 100%;
}

@media (min-width:900px) {
	.t-archive-product .c-content-with-image .content-with-image__content {
		width: 50%;
		margin-top: 1.25rem;
		padding-left: 0;
	}
}

.t-archive-product .c-content-with-image .content-with-image__content h1 {
	font-size: 1.875rem;
	font-size: 2.5rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	width: auto;
}

@media (min-width:730px) {
	.t-archive-product .c-content-with-image .content-with-image__content h1 {
		font-size: 2.5rem;
	}
}

.t-archive-product .c-content-with-image .content-with-image__content .content {
	color: #666;
}

.t-archive-product .c-content-with-image .content-with-image__image {
	width: 100%;
}

@media (min-width:730px) {
	.t-archive-product .c-content-with-image .content-with-image__image {
		padding-top: 2rem;
	}
}

@media (min-width:900px) {
	.t-archive-product .c-content-with-image .content-with-image__image {
		width: 41.66667%;
	}
}

.t-archive-product .c-content-with-image .content-with-image__block-colour {
	width: 100%;
	right: -4.375rem;
}

@media (min-width:900px) {
	.t-archive-product .c-content-with-image .content-with-image__block-colour {
		width: 33.33333%;
		right: 0;
	}
}

.t-basket {
	grid-column: 2/span 1;
	padding-left: 0;
	padding-right: 0;
	max-width: 1600px;
}

.t-basket .yoast-breadcrumb {
	padding: 1.875rem 0;
}

.t-basket__basket {
	grid-column: 1/-1;
	border-bottom: 1px solid #e3e3e3;
}

.t-basket__basket .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (min-width:1300px) {
	.t-basket__basket .woocommerce {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -1.875rem;
		margin-top: -1.875rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.t-basket__basket .woocommerce__title {
	width: 100%;
	padding-top: 0;
}

.t-basket__basket .woocommerce__title h1 {
	font-size: 1.875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	margin-left: 8.33333%;
}

@media (min-width:730px) {
	.t-basket__basket .woocommerce__title h1 {
		font-size: 2.5rem;
	}
}

.t-basket__basket .woocommerce__title h1 span {
	font-family: nimbus-sans, sans-serif;
	color: #666;
	font-weight: 400;
}

.t-basket__basket .woocommerce-notices-wrapper {
	width: 100%;
}

.t-basket__basket .woocommerce .actions {
	padding: 1.25rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:730px) {
	.t-basket__basket .woocommerce .actions {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.t-basket__basket .woocommerce .actions .coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media (min-width:730px) {
	.t-basket__basket .woocommerce .actions .coupon {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		width: unset;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

.t-basket__basket .woocommerce .actions .coupon label {
	display: none;
}

.t-basket__basket .woocommerce .actions .coupon button.button {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.t-basket__basket .woocommerce .actions .coupon button.button:hover {
	background: transparent;
	color: #000;
}

.t-basket__basket .woocommerce .actions .coupon .input-text {
	margin: 0 20px 0 0 !important;
	border: 1px solid #e3e3e3;
	padding-left: .625rem;
	width: inherit;
}

@media (min-width:730px) {
	.t-basket__basket .woocommerce .actions .coupon .input-text {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

.t-basket__basket .woocommerce .actions .coupon .input-text::-webkit-input-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 1rem;
}

.t-basket__basket .woocommerce .actions .coupon .input-text::-moz-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 1rem;
}

.t-basket__basket .woocommerce .actions .coupon .input-text:-ms-input-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 1rem;
}

.t-basket__basket .woocommerce .actions .coupon .input-text::-ms-input-placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 1rem;
}

.t-basket__basket .woocommerce .actions .coupon .input-text::placeholder {
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 1rem;
}

.t-basket__basket .woocommerce .actions .update-cart {
	margin-left: auto;
}

.t-basket__basket .woocommerce-cart-form {
	width: 100%;
}

@media (min-width:1300px) {
	.t-basket__basket .woocommerce-cart-form {
		margin-left: 1.875rem;
		margin-top: 1.875rem;
		width: calc(66.66667% - 1.875rem);
	}
}

.t-basket__basket .woocommerce-cart-form .shop_table {
	border-left: none;
	border-right: none;
	border-top: 1px solid #e3e3e3;
}

@media (min-width:1300px) {
	.t-basket__basket .woocommerce-cart-form .shop_table {
		border-top: none;
	}
}

.t-basket__basket .woocommerce-cart-form .shop_table--grid {
	display: none;
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form .shop_table--grid {
		display: grid;
		grid-template-columns: 4.0625rem 6.875rem minmax(auto, 277px) repeat(3, 1fr);
		padding: .9375rem 0;
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
	}
}

.t-basket__basket .woocommerce-cart-form .shop_table .product-remove {
	grid-column: 1/span 1;
	grid-row: 1/span 1;
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form .shop_table .product-price {
		grid-column: 4/span 1;
		grid-row: 1/span 1;
	}
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form .shop_table .product-quantity {
		grid-column: 5/span 1;
		grid-row: 1/span 1;
	}
}

.t-basket__basket .woocommerce-cart-form .shop_table .product-quantity .product-quantity-changer {
	margin-right: 0;
}

.t-basket__basket .woocommerce-cart-form .shop_table .product-subtotal {
	grid-column: 3/span 1;
	grid-row: 4/span 1;
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form .shop_table .product-subtotal {
		grid-column: 6/span 1;
		grid-row: 1/span 1;
		justify-self: flex-start;
	}
}

.t-basket__basket .woocommerce-cart-form .shop_table .product-subtotal>* {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.t-basket__basket .woocommerce-cart-form__cart-item {
	display: grid;
	grid-template-columns: 2.5rem 6.875rem auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.25rem 0;
	border-bottom: 1px solid #e3e3e3;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item {
		grid-template-areas: "remove img name name name" ". . price_label qty_label total_label" ". . price qty total";
		grid-template-columns: 4.0625rem 6.875rem 1fr 1fr 1fr;
	}
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form__cart-item {
		grid-template-columns: 4.0625rem 6.875rem minmax(auto, 277px) repeat(3, 1fr);
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .mobile-table-item {
	grid-column: 2/span 1;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	padding: 1.25rem 0;
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .mobile-table-item {
		display: none;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .mobile-price {
	grid-row: 2/span 1;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .mobile-price {
		grid-area: price_label;
		padding-left: 1.25rem;
	}
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .mobile-price {
		grid-area: unset;
		padding-left: 0;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .mobile-quantity {
	grid-row: 3/span 1;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .mobile-quantity {
		grid-area: qty_label;
	}
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .mobile-quantity {
		grid-area: unset;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .mobile-subtotal {
	grid-row: 4/span 1;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .mobile-subtotal {
		grid-area: total_label;
	}
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .mobile-subtotal {
		grid-area: unset;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-remove {
	grid-column: 1/span 1;
	grid-row: 1/span 1;
	align-self: flex-start;
	justify-self: flex-start;
	padding: 0;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-remove {
		grid-area: remove;
	}
}

@media (min-width:1025px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-remove {
		grid-area: unset;
		align-self: center;
		justify-self: center;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-remove>a.remove {
	line-height: .87 !important;
	color: #fff !important;
	background: #666 !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 18px;
	height: 18px;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-remove>a.remove:hover {
	background: #fff !important;
	color: #666 !important;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-thumbnail {
	grid-column: 2/span 2;
	grid-row: 1/span 1;
	align-self: flex-start;
	width: 6.875rem;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-thumbnail {
		grid-area: img;
	}
}

@media (min-width:915px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-thumbnail {
		grid-area: unset;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 6.875rem;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-name {
	grid-column: 3/span 1;
	grid-row: 1/span 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	padding-left: 1.25rem;
	padding-top: .625rem;
	padding-bottom: .625rem;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-name {
		grid-area: name;
	}
}

@media (min-width:1025px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-name {
		grid-area: unset;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-name__colour, .t-basket__basket .woocommerce-cart-form__cart-item .product-name span {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 0 0 1.25rem;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-name__colour dd, .t-basket__basket .woocommerce-cart-form__cart-item .product-name span dd {
	margin: 0;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-name__colour {
	margin-bottom: .3125rem;
	font-size: 1rem;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-price {
	grid-column: 3/span 1;
	grid-row: 2/span 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-price p {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	margin-right: 1.25rem;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-price {
		grid-area: price;
		padding-left: 1.25rem;
	}
}

@media (min-width:1025px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-price {
		grid-column: 4/span 1;
		grid-row: 1/span 1;
		grid-area: unset;
		padding-left: 0;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-quantity {
	grid-column: 3/span 1;
	grid-row: 3/span 1;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-quantity {
		grid-area: qty;
	}
}

@media (min-width:1025px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-quantity {
		grid-column: 5/span 1;
		grid-row: 1/span 1;
		grid-area: unset;
	}
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-quantity .product-quantity-changer {
	margin-right: 0;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-quantity__max-purchasable {
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
	transition-timing-function: cubic-bezier(0, 1, .5, 1);
	color: #e64b4b;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-quantity__max-purchasable[data-max-purchase-state=active] {
	max-height: 400px;
	padding: .625rem .875rem;
	border: 2px solid #e64b4b;
	margin: 0 .625rem .375rem 0;
}

.t-basket__basket .woocommerce-cart-form__cart-item .product-quantity__max-purchasable a {
	text-decoration: underline;
}

@media (min-width:500px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-subtotal {
		grid-area: total !important;
	}
}

@media (min-width:1025px) {
	.t-basket__basket .woocommerce-cart-form__cart-item .product-subtotal {
		grid-area: unset !important;
	}
}

.t-basket__basket .woocommerce .cart-collaterals {
	width: 100%;
	padding: 1.875rem;
	background: #f7f7f7;
}

@media (min-width:1300px) {
	.t-basket__basket .woocommerce .cart-collaterals {
		margin-left: 1.875rem;
		width: calc(33.33333% - 1.875rem);
		margin-top: 7.375rem;
		padding: 1.875rem 3.125rem;
	}
}

.t-basket__basket .woocommerce .cart-collaterals .cart_totals {
	float: unset;
	width: 100%;
}

.t-basket__basket .woocommerce .cart-collaterals .wc-proceed-to-checkout {
	padding: 0 0 1.25rem;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table {
	border: none;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table th {
	padding: 1.25rem 0;
	text-align: left;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td {
	text-align: right;
	padding: .9375rem 0;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals {
	width: 100%;
	text-align: left !important;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator a, .t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals ul li {
	padding: 0;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator p {
	width: 100%;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator>input {
	line-height: 1;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator .select2-container--default, .t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator .select2-container--single {
	background: transparent;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator button {
	width: 100%;
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator button:hover {
	background: transparent;
	color: #000;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
	text-decoration: underline;
}

.t-basket__basket .woocommerce .cart-collaterals .shop_table td.shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
	display: inline-block;
	content: " ";
	background-image: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/triangle-right.svg");
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 1.1875rem;
	height: 1.1875rem;
	margin-left: .3125rem;
}

.t-basket__basket .woocommerce .cart-collaterals__title {
	font-size: 1.625rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin-bottom: 1.25rem;
}

.t-basket__basket .woocommerce .cart-collaterals .cart-discount, .t-basket__basket .woocommerce .cart-collaterals .cart-subtotal {
	font-size: 1rem;
	color: #000;
}

.t-basket__basket .woocommerce .cart-collaterals .cart-discount th, .t-basket__basket .woocommerce .cart-collaterals .cart-subtotal th {
	font-weight: 400;
	text-align: left;
}

.t-basket__basket .woocommerce .cart-collaterals .cart-discount td, .t-basket__basket .woocommerce .cart-collaterals .cart-subtotal td {
	padding-left: 0;
}

.t-basket__basket .woocommerce .cart-collaterals .cart-discount a.woocommerce-remove-coupon, .t-basket__basket .woocommerce .cart-collaterals .cart-subtotal a.woocommerce-remove-coupon {
	font-weight: 700;
	padding-right: 0;
}

.t-basket__basket .woocommerce .cart-collaterals .order-total {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	color: #000;
}

.t-basket__basket .woocommerce .cart-collaterals .order-total th {
	text-align: left;
}

.t-basket__basket .woocommerce .cart-collaterals .order-total td {
	padding: 1.25rem 0;
}

.t-basket__basket .woocommerce .cart-collaterals .order-total small {
	white-space: pre;
}

.t-checkout {
	grid-column: 2/span 1;
}

.t-checkout__intro {
	grid-column: 1/-1;
	padding: 1.875rem 0;
}

.t-checkout__intro h1 {
	color: #000;
}

.t-checkout__warning {
	grid-column: 1/-1;
	padding: 1.875rem;
	margin-bottom: 1.875rem;
	border: 4px solid #e64b4b;
	background-color: #e3e3e3;
}

.t-checkout__warning p {
	color: #000;
	margin-bottom: .625rem;
}

.t-checkout__warning p:last-child {
	margin-bottom: 0;
}

.t-checkout__warning a {
	font-weight: 700;
}

.t-checkout__checkout {
	grid-column: 1/-1;
	margin-bottom: 1.875rem;
	position: relative;
}

.t-checkout__checkout .woocommerce-checkout {
	grid-template-columns: 1fr;
	display: grid;
	grid-gap: 0 .625rem;
}

@media (min-width:1025px) {
	.t-checkout__checkout .woocommerce-checkout {
		grid-template-columns: repeat(2, 1fr) 8.6% repeat(1, 1fr);
	}
}

.t-checkout__checkout .woocommerce-checkout .checkout__checkout_coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.t-checkout__checkout .woocommerce-checkout .checkout__checkout_coupon p:first-child {
	width: 100%;
}

.t-checkout__checkout .woocommerce-checkout .checkout__customer-details {
	grid-column: 1/span 1;
	background-color: #fff;
}

@media (min-width:1025px) {
	.t-checkout__checkout .woocommerce-checkout .checkout__customer-details {
		grid-column: 1/span 2;
	}
}

.t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-additional-fields label {
	color: #000;
}

.t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-billing-fields h3:not(#ship-to-different-address), .t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-shipping-fields h3:not(#ship-to-different-address) {
	font-size: 1.375rem;
	margin-bottom: 1.25rem;
	padding: 3px;
}

@media (min-width:1025px) {
	.t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-billing-fields h3:not(#ship-to-different-address), .t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-shipping-fields h3:not(#ship-to-different-address) {
		padding: 0;
	}
}

.t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-billing-fields #ship-to-different-address, .t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-shipping-fields #ship-to-different-address {
	padding: 3px;
}

.t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-billing-fields label, .t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-shipping-fields label {
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	color: #000;
}

.t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-billing-fields input:not([type=checkbox]):not([type=radio]), .t-checkout__checkout .woocommerce-checkout .checkout__customer-details .woocommerce-shipping-fields input:not([type=checkbox]):not([type=radio]) {
	font-size: 1rem;
	font-weight: 400;
	color: #666 !important;
	padding-left: 1.25rem !important;
}

.t-checkout__checkout .woocommerce-checkout .checkout__customer-details .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row:last-child {
	margin-bottom: 32px;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review {
	display: grid;
	grid-column: 1/span 1;
	grid-template-rows: -webkit-min-content repeat(2, auto);
	grid-template-rows: min-content repeat(2, auto);
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 0;
	gap: .9375rem 0;
	margin-top: .3125rem;
}

@media (min-width:1025px) {
	.t-checkout__checkout .woocommerce-checkout .checkout__order-review {
		grid-column: 4/span 1;
	}
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .order_review_totals_msg {
	margin: .625rem 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .order_review_totals_msg a {
	text-decoration: underline;
	color: #333;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #dcdcdc;
	padding: 1.25rem 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__heading {
	font-size: 1.5rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 1.25rem;
}

@media only screen and (max-width:768px) {
	.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__heading {
		font-size: 1.25rem;
	}
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__product-title {
	border-bottom: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	gap: 1.25rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__product-title p {
	font-size: .875rem;
	color: #000;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__product-meta p {
	color: #666;
	font-size: .875rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__discount, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__fee, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__product-quantity, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__subtotal, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-rate, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 1.25rem 0;
	border-bottom: 1px solid #dcdcdc;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__discount p, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__fee p, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__product-quantity p, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__subtotal p, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-rate p, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-total p {
	font-size: 1rem;
	color: #000;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__discount #shipping_method, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__fee #shipping_method, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__product-quantity #shipping_method, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__subtotal #shipping_method, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-rate #shipping_method, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-total #shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__discount #shipping_method li, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__fee #shipping_method li, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__product-quantity #shipping_method li, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__subtotal #shipping_method li, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-rate #shipping_method li, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__tax-total #shipping_method li {
	padding-left: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__order-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	padding: 1.25rem 0;
	border-bottom: none;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__order-total p {
	color: #000;
	font-size: 1.25rem;
	text-align: right;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart__order-total p small {
	display: block;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.875rem 2.5rem;
	border-radius: 0;
	background: #f4f4f4;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .button, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .button {
	min-height: 3rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .woocommerce-terms-and-conditions-wrapper a {
	text-decoration: underline;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a:hover, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .woocommerce-terms-and-conditions-wrapper a:hover {
	text-decoration: none;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: .625rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #e3e3e3;
	margin: .3125rem 0;
	padding-bottom: .3125rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item:first-child, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item:first-child {
	margin-top: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item:last-child, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item__product-thumbnail img, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item__product-thumbnail img {
	width: 4.375rem;
	margin-right: .3125rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item__product-total h6, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item__product-total h6 {
	font-size: .875rem;
	font-size: .8125rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

@media only screen and (max-width:768px) {
	.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item__product-total h6, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item__product-total h6 {
		font-size: .75rem;
	}
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item__product-total .product-total__totals, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item__product-total .product-total__totals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item__product-total .product-total__totals p, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item__product-total .product-total__totals p {
	margin-right: .3125rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .review-order .cart-item__product-total .product-total__totals p:last-child, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .review-order .cart-item__product-total .product-total__totals p:last-child {
	margin-right: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals__discount, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals__fee, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals__order-total, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals__subtotal, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals__tax-rate, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals__tax-total, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals__discount, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals__fee, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals__order-total, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals__subtotal, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals__tax-rate, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals__tax-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: .3125rem;
	margin-top: .3125rem;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-checkout-payment .cart-totals__order-total, .t-checkout__checkout .woocommerce-checkout .checkout__order-review .woocommerce-order-review .cart-totals__order-total {
	border-bottom: none;
	padding-bottom: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment {
	background: #f4f4f4;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment button {
	margin-top: .3125rem;
	cursor: pointer;
	display: inline-block;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: .9375rem;
	letter-spacing: .25rem;
	text-transform: uppercase;
	padding: 1rem 3.125rem;
	text-decoration: none;
	width: 100%;
	background: #f4f4f4;
	border: 2px solid #000;
	border-radius: 0;
	color: #fff;
	fill: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment button:hover {
	background-color: transparent;
	color: #000;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment label {
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.7;
	color: #000;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment ul li {
	padding: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment ul li img {
	margin: 0;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment ul li label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment .stripe-source-errors {
	width: 100%;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment .stripe-source-errors .wc-stripe-error:before {
	top: -4px !important;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment .payment_method_paypal .about_paypal {
	line-height: 1.2;
	white-space: pre;
	text-decoration: underline;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment .payment_method_paypal #payment_method_paypal label {
	position: relative;
}

.t-checkout__checkout .woocommerce-checkout .checkout__order-review #payment #stripe-payment-data .wc-saved-payment-methods {
	padding: .625rem 0;
	margin-left: 1.25rem;
}

.t-checkout .woocommerce-order {
	background: #e3e3e3;
	padding: .625rem;
}

.t-checkout .woocommerce-order .woocommerce-notice, .t-checkout .woocommerce-order .woocommerce-order-details__title {
	margin-bottom: .625rem;
}

.t-checkout .woocommerce-order .woocommerce-customer-details__go-back {
	display: none;
}

.t-checkout .woocommerce-account-fields .showcoupon, .t-checkout .woocommerce-billing-fields .showcoupon, .t-checkout .woocommerce-error .showcoupon, .t-checkout .woocommerce-form-coupon-toggle .showcoupon, .t-checkout .woocommerce-form-coupon .showcoupon, .t-checkout .woocommerce-form-login-toggle .showcoupon, .t-checkout .woocommerce-shipping-fields .showcoupon {
	text-decoration: underline;
}

.t-checkout .woocommerce-account-fields .showcoupon:hover, .t-checkout .woocommerce-billing-fields .showcoupon:hover, .t-checkout .woocommerce-error .showcoupon:hover, .t-checkout .woocommerce-form-coupon-toggle .showcoupon:hover, .t-checkout .woocommerce-form-coupon .showcoupon:hover, .t-checkout .woocommerce-form-login-toggle .showcoupon:hover, .t-checkout .woocommerce-shipping-fields .showcoupon:hover {
	text-decoration: none;
}

.woocommerce-terms-and-conditions .container {
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	max-width: none;
}

.woocommerce-terms-and-conditions .container h1 {
	font-size: 2.176rem;
	margin-bottom: 1.765rem;
}

.woocommerce-terms-and-conditions .content-section {
	padding-left: 0;
	padding-right: 0;
}

.t-frontpage .c-latest-news {
	display: grid;
	grid-template-columns: 1.25rem 1fr 1.25rem;
	width: 100%;
	position: relative;
}

.t-frontpage .c-latest-news .intro {
	padding-top: 1rem;
	padding-bottom: 0;
}

@media (min-width:730px) {
	.t-frontpage .c-latest-news .intro {
		padding-top: 2rem;
		padding-bottom: 1rem;
	}
}

.t-frontpage .c-latest-news .intro, .t-frontpage .c-latest-news .latest-news {
	grid-column: 2/span 1;
	padding-left: 0;
	padding-right: 0;
}

.t-frontpage .c-latest-news .latest-news:before {
	content: "";
	display: inline-block;
	position: absolute;
	max-width: 1600px;
	width: calc(100% - 2.5rem);
	top: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 3px solid #fff;
}

.t-frontpage .c-latest-news .latest-news__feed .feed__row .news-item {
	margin-left: 0;
}

.c-archives-listing {
	grid-column: 1/-1;
	grid-row: auto;
}

.c-archives-listing .c-pagination {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}

.c-archives-listing .news-listing {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:730px) {
	.c-archives-listing .news-listing {
		grid-template-columns: repeat(12, [col-start] 1fr);
		grid-template-rows: auto-fill;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.c-archives-listing .news-listing__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-bottom: 1.875rem;
}

@media (min-width:730px) {
	.c-archives-listing .news-listing__title {
		grid-column: 2/span 10;
		grid-row: 1;
		margin-bottom: 4.375rem;
	}
}

.c-archives-listing .news-listing__title h2 {
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 1.25rem;
	padding-right: 1ch;
}

@media (min-width:730px) {
	.c-archives-listing .news-listing__title h2 {
		font-size: 1.875rem;
	}
}

@media (min-width:1025px) {
	.c-archives-listing .news-listing__title h2 {
		font-size: 2.5rem;
	}
}

.c-archives-listing .news-listing__title .line {
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	margin-top: .25rem;
}

@media (min-width:730px) {
	.c-archives-listing .news-listing__title .line {
		margin-top: .375rem;
		margin-top: .5rem;
	}
}

.c-archives-listing .news-listing__links {
	color: #fff;
	grid-column: 2/span 10;
}

@media (min-width:1025px) {
	.c-archives-listing .news-listing__links {
		grid-column: 2/span 2;
		grid-row: 2;
	}
}

.c-archives-listing .news-listing__links__menu {
	border-bottom: 3px solid #fff;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}

.c-archives-listing .news-listing__links__menu .category-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(15ch, 1fr));
}

.c-archives-listing .news-listing__links__menu .category-nav__list .nav_item {
	border-bottom: 3px solid hsla(0, 0%, 100%, 0);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 1rem;
	margin-bottom: .625rem;
	padding-left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.c-archives-listing .news-listing__links__menu .category-nav__list .nav_item.active {
	border-bottom: 3px solid #fff;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.c-archives-listing .news-listing__feed {
	grid-column: 1/-1;
}

@media (min-width:1025px) {
	.c-archives-listing .news-listing__feed {
		grid-column: 1/span 8;
	}
}

.c-archives-listing .news-listing__feed .news-item {
	margin-bottom: 2.5rem;
	width: 100%;
}

@media (min-width:730px) {
	.c-archives-listing .news-listing__feed .news-item {
		margin-bottom: 5rem;
		display: grid;
		grid-gap: 0 1.875rem;
		grid-template-columns: repeat(7, 1fr);
		grid-template-rows: auto;
	}
}

.c-archives-listing .news-listing__feed .news-item__image {
	width: 100%;
}

@media (min-width:730px) {
	.c-archives-listing .news-listing__feed .news-item__image {
		display: unset;
		grid-column: 1/-5;
	}
}

.c-archives-listing .news-listing__feed .news-item__image-link {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.c-archives-listing .news-listing__feed .news-item__image-link img {
	width: 100%;
}

.c-archives-listing .news-listing__feed .news-item__content {
	color: #999;
	margin-top: 1.25rem;
}

@media (min-width:730px) {
	.c-archives-listing .news-listing__feed .news-item__content {
		display: unset;
		grid-column: 4/-1;
		margin-top: 0;
	}
}

.c-archives-listing .news-listing__feed .news-item__content .post-meta>span {
	display: inline;
}

.c-archives-listing .news-listing__feed .news-item .post-meta {
	margin-top: .625rem;
}

@media (min-width:1025px) {
	.c-archives-listing .news-listing__feed .news-item .post-meta {
		margin-top: 0;
	}
}

.c-archives-listing .news-listing__feed .news-item .post-meta__category a:hover {
	text-decoration: underline;
}

.c-archives-listing .news-listing__feed .news-item .content__title {
	color: #fff;
	margin-top: .625rem;
}

@media (min-width:1025px) {
	.c-archives-listing .news-listing__feed .news-item .content__title {
		margin-top: 1.25rem;
	}
}

.c-archives-listing .news-listing__feed .news-item .content__excerpt {
	margin-top: .625rem;
}

@media (min-width:1025px) {
	.c-archives-listing .news-listing__feed .news-item .content__excerpt {
		margin-top: 1.25rem;
	}
}

.c-archives-listing .news-listing__feed .news-item a.button {
	color: #fff;
}

.t-search.search .yoast-breadcrumb span [aria-current] {
	color: #000;
	text-decoration: none;
}

.t-search.search .yoast-breadcrumb span:nth-child(2) {
	pointer-events: none;
}

.t-search.search .yoast-breadcrumb span:nth-child(2) a {
	color: #000;
	text-decoration: none;
}

.t-search.search .yoast-breadcrumb span:nth-child(3) {
	display: none;
}

.t-search.search .c-product-list {
	padding-bottom: 0;
	padding-top: 0;
}

.t-search.search .c-product-list .container {
	padding: 0;
}

.t-search.search .c-pagination {
	padding-top: 0;
}

.t-search.search .c-latest-news--alt-layout {
	padding-top: 5rem;
}

.t-search.search .c-content .content {
	width: 100%;
}

.t-search.search .c-anchor-navigation, .t-search.search .c-tab-content {
	grid-column: 1/-1;
	padding: 0 1.875rem;
}

.t-search .c-tab-content {
	overflow: hidden;
}

.t-search .c-tab-content .tabs__header--large {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media (min-width:730px) {
	.t-search .c-tab-content .tabs__header--large {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.t-search .c-tab-content .tabs__header--large li {
	margin: 0 1.875rem;
}

.t-search .c-tab-content .tabs__header--large li.active {
	font-weight: 600;
}

.t-search .tabs {
	margin-bottom: 1.25rem;
}

.t-search .news-item--search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	gap: 1.875rem;
}

.t-search .news-item--search .news-item__image {
	height: 12.1875rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: relative;
	padding: 1.25rem 0 1.25rem 1.25rem;
}

.t-search .news-item--search .news-item__image:before {
	content: "";
	background: #e3e3e3;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40%;
}

.t-search .news-item--search .news-item__image img {
	aspect-ratio: 69/40;
	display: block;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.t-search .news-item--search .news-item__content {
	-webkit-box-flex: 0;
	-webkit-box-flex: 1;
	-ms-flex: 0 0 50%;
	-ms-flex: 1;
	flex: 0 0 50%;
	flex: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.t-search .news-item--search .news-item__content .post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

.t-search .news-item--search .news-item__content .post-meta h6, .t-search .news-item--search .news-item__content .post-meta span {
	color: inherit;
	display: block;
	font-size: .75rem;
	letter-spacing: .1875rem;
	line-height: 1;
	text-transform: uppercase;
}

.t-search .news-item--search .news-item__content .post-meta span {
	margin: 0 .625rem;
}

.t-search .news-item--search .news-item__content-title {
	font-size: 1.25rem;
}

.t-search .news-item--search .news-item__content-excerpt {
	display: none;
}

@media (min-width:730px) {
	.t-search .news-item--search .news-item__content-excerpt {
		display: block;
		margin-bottom: .625rem;
	}
	
	.t-search .news-item--search .news-item__content-excerpt .excerpt_part {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}

.t-search .news-item--search .news-item__link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.t-search .c-product-list .product-list__list {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width:414px) {
	.t-search .c-product-list .product-list__list {
		grid-template-columns: repeat(2, minmax(150px, 1fr));
	}
}

@media (min-width:730px) {
	.t-search .c-product-list .product-list__list {
		grid-template-columns: repeat(4, minmax(170px, 1fr));
	}
}

.t-search .c-product-list .product-list--post .product-list__list {
	grid-template-columns: 1fr;
}

@media (min-width:730px) {
	.t-search .c-product-list .product-list--post .product-list__list {
		grid-template-columns: repeat(2, minmax(170px, 1fr));
	}
}

@media (min-width:1100px) {
	.t-search .c-product-list .product-list--post .product-list__list {
		grid-template-columns: repeat(3, minmax(170px, 1fr));
	}
}

.t-search .pagination {
	padding-top: 2.8125rem;
	margin-top: 6.25rem;
	border-top: 1px solid #999;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.t-search .pagination__pages {
	padding: 0 20px;
}

.t-search .pagination__pages li {
	display: none;
}

@media (min-width:730px) {
	.t-search .pagination__pages li {
		display: block;
	}
}

.t-search .pagination__pages li:first-child, .t-search .pagination__pages li:last-child, .t-search .pagination__pages li:nth-child(2), .t-search .pagination__pages li:nth-last-child(2) {
	display: block;
}

.t-search .pagination__pages li:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width:730px) {
	.t-search .pagination__pages li:nth-child(2) {
		display: block;
	}
}

.t-search .pagination__pages li:nth-child(2):after {
	content: "...";
	padding-left: .625rem;
	margin-left: .625rem;
}

@media (min-width:730px) {
	.t-search .pagination__pages li:nth-child(2):after {
		content: unset;
	}
}

.searchwp-live-search-results {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.searchwp-live-search-results-showing {
	border-radius: 0 !important;
	left: 0 !important;
	max-height: unset !important;
	padding: .625rem .3125rem;
	width: 100% !important;
	margin-top: 1.25rem;
	z-index: 999999999999999 !important;
}

@media (min-width:730px) {
	.searchwp-live-search-results-showing {
		margin-top: -.3125rem;
		padding: 1.875rem 0;
	}
}

.searchwp-live-search-results-showing .searchwp-live-search-result {
	margin: 0 auto;
	padding: 0 1.25rem;
	width: 100%;
}

@media (min-width:730px) {
	.searchwp-live-search-results-showing .searchwp-live-search-result {
		width: 50%;
		padding: 0 .625rem;
	}
}

.searchwp-live-search-results-showing .searchwp-live-search-result p {
	padding: .625rem 0;
	border-bottom: 1px solid #e3e3e3;
}

.searchwp-live-search-results-showing .searchwp-live-search-result p:hover {
	color: #333;
}

.searchwp-live-search-results-showing .searchwp-live-search-result p a:hover {
	text-decoration: underline;
}

.c-single-inspiration-header {
	grid-column: 1/-1;
	width: 100%;
}

.c-single-inspiration-header .single-inspiration-header {
	color: #000;
	color: inherit;
}

.c-single-inspiration-header .single-inspiration-header__featured-image {
	position: relative;
	grid-column: 2/-2;
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	margin-top: 2.5rem;
	overflow: hidden;
}

@media (min-width:730px) {
	.c-single-inspiration-header .single-inspiration-header__featured-image {
		grid-column: 3/-1;
	}
}

.c-single-inspiration-header .single-inspiration-header__featured-image .image {
	margin-right: -8.33333%;
}

.c-single-inspiration-header .single-inspiration-header__featured-image .image__holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.c-single-inspiration-header .single-inspiration-header__featured-image .image__holder img {
	width: 100%;
}

.c-single-inspiration-header .single-inspiration-header__featured-image .image__holder img.cover, .c-single-inspiration-header .single-inspiration-header__featured-image .image__holder img.crop {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.c-single-inspiration-header .single-inspiration-header__inspiration-info {
	grid-column: 2/-3;
	color: inherit;
	margin-top: 1.875rem;
}

@media (min-width:730px) {
	.c-single-inspiration-header .single-inspiration-header__inspiration-info {
		grid-column: 3/-1;
	}
}

.c-single-inspiration-header .single-inspiration-header__inspiration-info__heading {
	margin-bottom: 2.5rem;
}

.c-single-inspiration-header .single-inspiration-header__inspiration-info__heading h1 {
	color: inherit;
	font-size: 3rem;
}

.c-single-inspiration-header .single-inspiration-header__inspiration-info__heading h6 {
	text-transform: uppercase;
	color: #999;
	font-size: .75rem;
}

.c-single-inspiration-header .single-inspiration-header__project-info {
	grid-column: 2/-2;
	margin-bottom: 1.875rem;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
	padding: 2.5rem 0;
	color: inherit;
}

@media (min-width:730px) {
	.c-single-inspiration-header .single-inspiration-header__project-info {
		grid-column: 3/-3;
	}
}

.c-single-inspiration-header .single-inspiration-header__project-info.layout--grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width:730px) {
	.c-single-inspiration-header .single-inspiration-header__project-info.layout--grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width:1025px) {
	.c-single-inspiration-header .single-inspiration-header__project-info.layout--grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

.c-single-inspiration-header .single-inspiration-header__project-info>div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 0;
}

.c-single-inspiration-header .single-inspiration-header__project-info>div:not(.project-enquiry) {
	margin-bottom: .625rem;
	padding-right: 2ch;
}

@media (min-width:1025px) {
	.c-single-inspiration-header .single-inspiration-header__project-info>div:not(.project-enquiry) {
		margin-bottom: 0;
	}
}

.c-single-inspiration-header .single-inspiration-header__project-info .project-enquiry {
	grid-column: auto/span 2;
	margin-top: .625rem;
}

@media (min-width:730px) {
	.c-single-inspiration-header .single-inspiration-header__project-info .project-enquiry {
		grid-column: auto/span 4;
	}
}

@media (min-width:1025px) {
	.c-single-inspiration-header .single-inspiration-header__project-info .project-enquiry {
		grid-column: 5/span 1;
		margin-top: 0;
	}
}

.c-single-inspiration-header .single-inspiration-header__project-info .info-type {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.c-single-inspiration-header .single-inspiration-header__project-info .info, .c-single-inspiration-header .single-inspiration-header__project-info .info-type {
	font-size: 1rem;
	margin-bottom: 1em;
}

.c-single-inspiration-header .single-inspiration-header__project-info .info {
	color: #999;
}

.c-single-inspiration-header .single-inspiration-header__project-info a.button {
	width: 100%;
}

.c-single-inspiration-header .single-inspiration-header__project-info a.button.button--bordered-inverted {
	height: auto;
}

.c-single-inspiration-header.u-background-colour--black {
	color: #fff;
}

.single-inspirations .c-related-projects:before {
	content: "";
	height: 1px;
	width: calc(100% - 2.5rem);
	position: absolute;
	background: #333;
	max-width: 1440px;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.t-single-product {
	grid-column: 1/-1;
}

.t-single-product .yoast-breadcrumb {
	position: absolute;
}

.t-single-product .single-product {
	grid-column: 1/-1;
	grid-template-columns: 1.25rem 1fr 1.25rem;
	gap: 0;
}

.t-single-product .single-product .woonotices .woocommerce-notices-wrapper .woocommerce-message {
	font-size: 1rem;
	color: #666;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.875rem 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

@media only screen and (max-width:768px) {
	.t-single-product .single-product .woonotices .woocommerce-notices-wrapper .woocommerce-message {
		font-size: 1.125rem;
	}
}

.t-single-product .single-product .woonotices .woocommerce-notices-wrapper .woocommerce-message:before {
	position: static;
	margin-right: .625rem;
}

.t-single-product .single-product .woonotices .woocommerce-notices-wrapper .woocommerce-message a {
	margin-left: .625rem;
}

.t-single-product .single-product .woonotices .woocommerce-notices-wrapper .woocommerce-message__close {
	width: 1em;
	height: 1em;
	margin-left: auto;
	cursor: pointer;
}

.t-single-product .single-product .woonotices .woocommerce-notices-wrapper .woocommerce-message .restore-item {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.t-single-product .single-product .woonotices .woocommerce-notices-wrapper .woocommerce-message .restore-item:hover {
	opacity: .75;
	text-decoration: none;
}

.t-single-product .single-product .c-tab-content .tabs .edd-root, .t-single-product .single-product .c-tab-content .tabs .edd-root-has-value {
	padding: 0 1.25rem;
	width: 100%;
	position: relative;
}

.t-single-product .single-product .c-tab-content .tabs .c-content-with-image {
	padding-top: 0;
}

@media (min-width:730px) {
	.t-single-product .single-product .c-tab-content .tabs .c-content-with-image {
		padding-top: 5rem;
	}
}

.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width:730px) {
	.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image__content {
	margin-bottom: 3.75rem;
}

.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image__content h2 {
	font-size: 1.875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
}

@media (min-width:730px) {
	.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image__content h2 {
		font-size: 2.5rem;
	}
}

@media (min-width:730px) {
	.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image__content {
		margin-bottom: 0;
		padding-left: 0;
	}
}

.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image__block-colour {
	top: 1.25rem;
	right: 1.875rem;
}

@media (min-width:730px) {
	.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image__block-colour {
		right: 0;
		top: 0;
	}
}

.t-single-product .single-product .c-tab-content .tabs .c-content-with-image .content-with-image__image img {
	margin-left: 1.25rem;
	padding-bottom: .9375rem;
}

.t-single-post .single-post {
	grid-column: 1/-1;
}

.t-single-post .c-related-projects:before {
	content: "";
	height: 1px;
	width: calc(100% - 2.5rem);
	position: absolute;
	background: #333;
	max-width: 1440px;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.t-standard-content {
	grid-column: 2/span 1;
}

.t-standard-content .standard-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.t-standard-content .standard-content .yoast-breadcrumb, .t-standard-content .standard-content__content, .t-standard-content .standard-content__header {
	width: 100%;
}

@media (min-width:730px) {
	.t-standard-content .standard-content .yoast-breadcrumb, .t-standard-content .standard-content__content, .t-standard-content .standard-content__header {
		width: 58.33333%;
		margin-left: 8.33333%;
	}
}

.t-standard-content .standard-content .yoast-breadcrumb ol, .t-standard-content .standard-content .yoast-breadcrumb ul, .t-standard-content .standard-content__content ol, .t-standard-content .standard-content__content ul, .t-standard-content .standard-content__header ol, .t-standard-content .standard-content__header ul {
	padding-left: 1.5rem;
	line-height: 1.8;
}

.t-standard-content .standard-content .yoast-breadcrumb ol *+*, .t-standard-content .standard-content .yoast-breadcrumb ul *+*, .t-standard-content .standard-content__content ol *+*, .t-standard-content .standard-content__content ul *+*, .t-standard-content .standard-content__header ol *+*, .t-standard-content .standard-content__header ul *+* {
	margin-top: 1.6875rem;
}

.t-standard-content .standard-content .yoast-breadcrumb ul, .t-standard-content .standard-content__content ul, .t-standard-content .standard-content__header ul {
	list-style-position: inside;
}

.t-standard-content .standard-content .yoast-breadcrumb ul>li, .t-standard-content .standard-content__content ul>li, .t-standard-content .standard-content__header ul>li {
	color: #666;
}

.t-standard-content .standard-content .yoast-breadcrumb ul>li::marker, .t-standard-content .standard-content__content ul>li::marker, .t-standard-content .standard-content__header ul>li::marker {
	color: #666;
}

.t-standard-content .standard-content .yoast-breadcrumb ul ul>li, .t-standard-content .standard-content__content ul ul>li, .t-standard-content .standard-content__header ul ul>li {
	font-size: 1rem;
	color: #666;
	list-style-type: disc;
	margin-top: 1.6875rem;
	padding-left: 1.25rem;
}

@media only screen and (max-width:768px) {
	.t-standard-content .standard-content .yoast-breadcrumb ul ul>li, .t-standard-content .standard-content__content ul ul>li, .t-standard-content .standard-content__header ul ul>li {
		font-size: 1.125rem;
	}
}

.t-standard-content .standard-content .yoast-breadcrumb ul ul>li::marker, .t-standard-content .standard-content__content ul ul>li::marker, .t-standard-content .standard-content__header ul ul>li::marker {
	color: #666;
}

.t-standard-content .standard-content .yoast-breadcrumb ol, .t-standard-content .standard-content__content ol, .t-standard-content .standard-content__header ol {
	counter-reset: item;
}

.t-standard-content .standard-content .yoast-breadcrumb ol li::marker, .t-standard-content .standard-content__content ol li::marker, .t-standard-content .standard-content__header ol li::marker {
	font-size: 1.625rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

.t-standard-content .standard-content .yoast-breadcrumb ol>li, .t-standard-content .standard-content__content ol>li, .t-standard-content .standard-content__header ol>li {
	counter-increment: item;
}

.t-standard-content .standard-content .yoast-breadcrumb ol>li ul, .t-standard-content .standard-content__content ol>li ul, .t-standard-content .standard-content__header ol>li ul {
	padding-left: 1.5rem;
}

.t-standard-content .standard-content .yoast-breadcrumb ol>li ul>li, .t-standard-content .standard-content__content ol>li ul>li, .t-standard-content .standard-content__header ol>li ul>li {
	font-size: 1rem;
	color: #666;
	list-style-type: disc;
	margin-top: 1.6875rem;
	padding-left: 1.25rem;
}

@media only screen and (max-width:768px) {
	.t-standard-content .standard-content .yoast-breadcrumb ol>li ul>li, .t-standard-content .standard-content__content ol>li ul>li, .t-standard-content .standard-content__header ol>li ul>li {
		font-size: 1.125rem;
	}
}

.t-standard-content .standard-content .yoast-breadcrumb ol>li ul>li::marker, .t-standard-content .standard-content__content ol>li ul>li::marker, .t-standard-content .standard-content__header ol>li ul>li::marker {
	font-size: 1.1875rem;
	color: #666;
}

.t-standard-content .standard-content .yoast-breadcrumb ol ol>li, .t-standard-content .standard-content__content ol ol>li, .t-standard-content .standard-content__header ol ol>li {
	font-size: 1rem;
	color: #666;
	display: block;
}

@media only screen and (max-width:768px) {
	.t-standard-content .standard-content .yoast-breadcrumb ol ol>li, .t-standard-content .standard-content__content ol ol>li, .t-standard-content .standard-content__header ol ol>li {
		font-size: 1.125rem;
	}
}

.t-standard-content .standard-content .yoast-breadcrumb ol ol>li::marker, .t-standard-content .standard-content__content ol ol>li::marker, .t-standard-content .standard-content__header ol ol>li::marker {
	font-size: 1rem;
	color: #666;
}

@media only screen and (max-width:768px) {
	.t-standard-content .standard-content .yoast-breadcrumb ol ol>li::marker, .t-standard-content .standard-content__content ol ol>li::marker, .t-standard-content .standard-content__header ol ol>li::marker {
		font-size: 1.125rem;
	}
}

.t-standard-content .standard-content .yoast-breadcrumb ol ol>li:before, .t-standard-content .standard-content__content ol ol>li:before, .t-standard-content .standard-content__header ol ol>li:before {
	content: counters(item, ".") ". ";
}

.t-standard-content .standard-content .yoast-breadcrumb .c-content .content, .t-standard-content .standard-content__content .c-content .content, .t-standard-content .standard-content__header .c-content .content {
	width: 100%;
}

.t-standard-content .standard-content__intro {
	font-size: 3rem;
	font-weight: 700;
	padding-bottom: 3.125rem;
}

.t-standard-content .standard-content__header h1 {
	position: relative;
	font-size: 3rem;
	margin-bottom: 1.875rem;
}

.t-standard-content .standard-content__header h1:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #000;
	width: 100%;
	right: calc(100% + 40px);
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.t-standard-content .standard-content .yoast-breadcrumb {
	margin-left: 0;
}

.page-template-page-white-grey .u-background-colour--white {
	background-color: transparent;
}

.t-warranty-template {
	grid-column: 2/span 1;
}

.t-warranty-template .yoast-breadcrumb {
	padding-left: 0;
}

.t-warranty-template .warranty-template {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.t-warranty-template .warranty-template__image {
	position: relative;
}

.t-warranty-template .warranty-template__image img {
	width: 16.66667%;
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width:1025px) {
	.t-warranty-template .warranty-template__image img {
		width: 25%;
		width: 21.875rem;
		right: 8.33333%;
	}
}

@media (min-width:1600px) {
	.t-warranty-template .warranty-template__image img {
		width: 25rem;
	}
}

.t-warranty-template .warranty-template__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.875rem 0;
}

@media (min-width:1025px) {
	.t-warranty-template .warranty-template__content {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.t-warranty-template .warranty-template__content .warranty-form {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media (min-width:730px) {
	.t-warranty-template .warranty-template__content .warranty-form {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-right: 8.33333%;
		width: 66.66667%;
	}
}

@media (min-width:1250px) {
	.t-warranty-template .warranty-template__content .warranty-form {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 8.33333%;
		width: 50%;
	}
}

.t-warranty-template .warranty-template__content .warranty-form .gform_wrapper .ginput_container_date {
	position: relative;
}

.t-warranty-template .warranty-template__content .warranty-form .gform_wrapper .ginput_container_date:after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url("https://cdn-ghlan.nitrocdn.com/mjXYaFotgnXkUNfQkaypZEneqbFUeENT/assets/images/optimized/rev-a9564f0/www.anglepoise.com/wp-content/themes/anglepoise/public/dist/svgs/calendar.svg");
	width: 20px;
	height: 20px;
	right: 10px;
	top: 25%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.t-warranty-template .warranty-template__content .warranty-form .gform_wrapper .gform_footer {
	text-align: right;
}

.t-warranty-template .warranty-template__content .warranty-form .gform_submission_error {
	font-size: 1.125rem;
	color: #e64b4b;
	margin-bottom: 1.875rem;
}

.t-warranty-template .warranty-template__content .warranty-form .gfield_description, .t-warranty-template .warranty-template__content .warranty-form .gform_fileupload_rules {
	margin-top: .625rem;
}

.t-warranty-template .warranty-template__content .warranty-form .gfield_description.validation_message {
	color: #e64b4b;
}

.t-warranty-template .warranty-template__content .warranty-aside {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border-top: 3px solid #000;
	padding-top: 1.875rem;
	margin-bottom: 1.875rem;
}

@media (min-width:730px) {
	.t-warranty-template .warranty-template__content .warranty-aside {
		width: 16.66667%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
	}
}

@media (min-width:1250px) {
	.t-warranty-template .warranty-template__content .warranty-aside {
		width: 16.66667%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.t-warranty-template .warranty-template__content .c-content .content {
	width: 100%;
}

.t-warranty-template .warranty-template__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-right: 4.0625rem;
}

@media (min-width:730px) {
	.t-warranty-template .warranty-template__header {
		padding-right: 0;
	}
}

@media (min-width:1025px) {
	.t-warranty-template .warranty-template__header {
		width: 50%;
		margin-left: 8.33333%;
	}
}

.t-warranty-template .warranty-template__intro {
	min-height: 8.75rem;
}

.t-warranty-template .warranty-template__warning {
	background: #fff9e5;
	padding: .625rem 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.t-warranty-template .warranty-template__warning p {
	color: #aa672e;
	margin-top: 0;
}

.t-warranty-template .warranty-template__warning svg {
	width: 2.1875rem;
	margin-right: .625rem;
	vertical-align: middle;
}

@media (min-width:1025px) {
	.t-warranty-template .warranty-template__warning svg {
		width: 1.375rem;
	}
}

.t-warranty-template .warranty-template__header h1 {
	position: relative;
}

.t-warranty-template .warranty-template__header h1:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #000;
	width: 100%;
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.t-warranty-template .warranty-template .yoast-breadcrumb {
	margin-left: 0;
}

.t-wc-account {
	grid-column: 2/span 1;
}

.t-wc-account .wc-account .woocommerce-notices-wrapper {
	width: 100%;
}

.t-wc-account .wc-account__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.875rem;
}

@media (min-width:730px) {
	.t-wc-account .wc-account__form-container {
		padding: 3.125rem 4.375rem;
	}
}

.t-wc-account .wc-account__form-container .create-account h6 {
	font-size: .625rem;
}

.t-wc-account .wc-account__form-container .create-account__subtitle {
	font-size: 1.0625rem;
	padding: 1.25rem 0;
}

.t-wc-account .wc-account__form-container .create-account__benefits {
	list-style: none;
	margin: 0;
	padding: 0;
}

.t-wc-account .wc-account__form-container .create-account__benefits li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.0625rem;
	line-height: 2;
	padding-left: 0;
}

.t-wc-account .wc-account__form-container .create-account__benefits img {
	margin-right: .9375rem;
	width: .9375rem;
}

.t-wc-account .wc-account__stock-checker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.t-wc-account .wc-account__dashboard {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	padding: 1.25rem;
}

@media (min-width:730px) {
	.t-wc-account .wc-account__dashboard {
		grid-template-columns: repeat(3, 1fr);
		padding: 3.125rem;
	}
}

.t-wc-account .wc-account__dashboard #add_payment_method #payment {
	background: #fff;
}

.t-wc-account .wc-account__dashboard #add_payment_method #payment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.t-wc-account .wc-account__dashboard #add_payment_method #payment ul li {
	padding-left: 0;
}

.t-wc-account .wc-account__dashboard .dashboard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.5rem 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
	transition: -webkit-box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.t-wc-account .wc-account__dashboard .dashboard:hover {
	-webkit-box-shadow: 0 10px 9px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 9px 3px rgba(0, 0, 0, .1);
}

.t-wc-account .wc-account__dashboard .dashboard a {
	height: 100%;
	position: absolute;
	width: 100%;
}

.t-wc-account .wc-account__dashboard .dashboard h3 {
	font-size: 1.5rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}

@media only screen and (max-width:768px) {
	.t-wc-account .wc-account__dashboard .dashboard h3 {
		font-size: 1.25rem;
	}
}

.t-wc-account .wc-account__dashboard .dashboard svg {
	vertical-align: middle;
	width: 1.875rem;
}

.t-wc-account .wc-account__dashboard .dashboard__manage-account {
	grid-column: 1/-1;
}

.t-wc-account .wc-account__dashboard .dashboard__no-order {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.t-wc-account .wc-account__dashboard .dashboard__no-order:after {
	position: absolute;
}

.t-wc-account .wc-account__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

@media (min-width:730px) {
	.t-wc-account .wc-account__header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.t-wc-account .wc-account__header .user-welcome {
	color: #000;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.t-wc-account .wc-account__header .user-welcome a {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.t-wc-account .wc-account__header .user-welcome a:hover {
	color: #000;
}

.t-wc-account .wc-account__user-discount {
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	margin-left: 0;
	max-height: 6.25rem;
	overflow-y: hidden;
	padding: .75rem 1rem;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
	transition-timing-function: cubic-bezier(0, 1, .5, 1);
}

@media (min-width:730px) {
	.t-wc-account .wc-account__user-discount {
		margin-left: -.6875rem;
	}
}

@media (min-width:1025px) {
	.t-wc-account .wc-account__user-discount {
		margin-left: 0;
	}
}

.t-wc-account .wc-account__user-discount p {
	color: #fff;
	font-weight: 700;
}

.t-wc-account .wc-account__user-discount a {
	text-decoration: underline;
}

.t-wc-account .wc-account__user-discount .user-discount__seperator {
	color: #999;
	font-weight: 400;
}

.t-wc-account .wc-account__user-discount .user-discount__hide {
	color: #999;
	font-weight: 400;
	padding-left: 1.875rem;
}

.t-wc-account .wc-account__user-discount[data-hidden=active] {
	max-height: 0;
	padding: 0;
}

.t-wc-account .wc-account .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -10px;
		margin-top: -10px;
	}
}

.t-wc-account .wc-account .woocommerce mark.order-date, .t-wc-account .wc-account .woocommerce mark.order-number, .t-wc-account .wc-account .woocommerce mark.order-status {
	background: #fff;
	color: #000;
	font-weight: 700;
}

.t-wc-account .wc-account .woocommerce-error, .t-wc-account .wc-account .woocommerce-message {
	width: 100%;
}

.t-wc-account .wc-account .woocommerce-error:before, .t-wc-account .wc-account .woocommerce-message:before {
	top: .5em;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce-error, .t-wc-account .wc-account .woocommerce-message {
		margin-left: 10px;
		margin-top: 10px;
		width: calc(100% - 10px);
	}
}

.t-wc-account .wc-account .woocommerce-error__close, .t-wc-account .wc-account .woocommerce-message__close {
	cursor: pointer;
	height: 1rem;
	margin-left: auto;
	position: absolute;
	right: 1.125rem;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker, .t-wc-account .wc-account .woocommerce .upload-order, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content {
	width: 100%;
	background: #fff;
}

.t-wc-account .wc-account .woocommerce .stock-checker h2, .t-wc-account .wc-account .woocommerce .upload-order h2, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content h2 {
	font-size: 2.1875rem;
	margin-bottom: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker--column, .t-wc-account .wc-account .woocommerce .upload-order--column, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content--column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1025px) {
	.t-wc-account .wc-account .woocommerce .stock-checker, .t-wc-account .wc-account .woocommerce .upload-order, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content {
		margin-left: 10px;
		margin-top: 10px;
		width: calc(79.16667% - 10px);
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm p, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm p, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
	color: #000;
	text-transform: capitalize;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm.edit-account p label, .t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm__password-change p label, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm.edit-account p label, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm__password-change p label, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p label, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm__password-change p label {
	text-transform: uppercase;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm.edit-account p label em, .t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm__password-change p label em, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm.edit-account p label em, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm__password-change p label em, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p label em, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm__password-change p label em {
	text-transform: lowercase;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm__password-change, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm__password-change, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm__password-change {
	background: #f7f7f7;
	margin-top: 1.875rem;
	padding: 2.5rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm__password-change legend, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm__password-change legend, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm__password-change legend {
	margin-bottom: 1.875rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-EditAccountForm__save-button, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-EditAccountForm__save-button, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm__save-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 1.875rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker .order-totals-msg a, .t-wc-account .wc-account .woocommerce .upload-order .order-totals-msg a, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .order-totals-msg a {
	text-decoration: underline;
	color: #333;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
	border-color: #dcdcdc;
	border-left: none;
	border-radius: 0;
	border-right: none;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table:last-child, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table:last-child, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table:last-child {
	border-bottom: none;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table td, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table td, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
	color: #333;
	font-size: 1rem;
	padding: .625rem 0;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table th, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table th, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th {
	padding: .625rem 0;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table td, .t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table th, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table td, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table th, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th {
	text-align: left;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table td:first-child, .t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table td:last-child, .t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table th:first-child, .t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table th:last-child, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table td:first-child, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table td:last-child, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table th:first-child, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table th:last-child, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:first-child, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:last-child, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th:first-child, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th:last-child {
	text-align: center;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table__cell-order-actions a, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table__cell-order-actions a, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
	display: inline-block;
	margin-left: 30px;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table__cell-order-actions a:before, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table__cell-order-actions a:before, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:before {
	left: -20px;
}

.t-wc-account .wc-account .woocommerce .stock-checker .woocommerce-orders-table__header span.nobr, .t-wc-account .wc-account .woocommerce .upload-order .woocommerce-orders-table__header span.nobr, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__header span.nobr {
	font-size: .875rem;
	text-transform: uppercase;
}

.t-wc-account .wc-account .woocommerce .stock-checker {
	padding: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker__content {
	margin-bottom: 2.5rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker__content p {
	color: #333;
}

.t-wc-account .wc-account .woocommerce .stock-checker__form {
	position: relative;
	width: auto;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__form {
		width: 27.5rem;
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker__form button {
	position: absolute;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.t-wc-account .wc-account .woocommerce .stock-checker__form button svg {
	vertical-align: middle;
	width: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker__input {
	border: 1px solid #000;
	padding: .625rem 1.875rem;
	width: 100%;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result {
	margin-top: 1.875rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
	display: grid;
	gap: .5rem;
	grid-template-areas: "img title title title" ". price stock-level view";
	grid-template-columns: 50px minmax(auto, 85px) auto minmax(auto, 60px);
	padding: 1.25rem 0;
}

@media (max-width:450px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item {
		grid-template-areas: "img img" "title title" "stock-level stock-level" "price view";
		grid-template-columns: 1fr minmax(auto, 60px);
	}
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item {
		gap: 1.25rem;
		grid-template-areas: unset;
		grid-template-columns: 6.875rem minmax(auto, 277px) repeat(3, 1fr);
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__thumbnail {
	grid-area: img;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__thumbnail {
		grid-area: unset;
		grid-column: 1/span 1;
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__thumbnail img {
	height: auto;
	width: 100%;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__meta {
	grid-area: title;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__meta {
		grid-area: unset;
		grid-column: 2/span 1;
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__price {
	grid-area: price;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__price {
		grid-area: unset;
		grid-column: 3/span 1;
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock {
	grid-area: unset;
	grid-column: 4/span 1;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__view-product {
	grid-area: view;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__view-product {
		grid-area: unset;
		grid-column: 5/span 1;
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__view-product a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__view-product a svg {
	margin-right: .625rem;
	vertical-align: middle;
	width: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level {
	grid-area: stock-level;
	padding-left: 24px;
	position: relative;
}

@media (min-width:730px) {
	.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level {
		grid-area: unset;
	}
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level:before {
	border-radius: 50%;
	bottom: 0;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	width: 12px;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level p {
	display: inline-block;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level--available-stock:before {
	background-color: #279329;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level--available-stock p {
	color: #279329;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level--low-stock:before {
	background-color: #f5c44e;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level--low-stock p {
	color: #f5c44e;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level--out-stock:before {
	background-color: #e73c43;
}

.t-wc-account .wc-account .woocommerce .stock-checker__stock-result .stock-result__stock-item .stock-item__stock-level--out-stock p {
	color: #e73c43;
}

.t-wc-account .wc-account .woocommerce .stock-checker__no-products {
	margin-top: 20px;
}

.t-wc-account .wc-account .woocommerce .stock-checker__no-products a {
	font-weight: 700;
	text-decoration: underline;
}

.t-wc-account .wc-account .woocommerce .upload-order {
	display: grid;
	gap: 2.5rem 5rem;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(-webkit-min-content, -webkit-max-content) 1fr;
	grid-template-rows: minmax(min-content, max-content) 1fr;
	padding: 1.25rem;
}

@media (min-width:1025px) {
	.t-wc-account .wc-account .woocommerce .upload-order {
		grid-template-columns: 2fr 1fr;
	}
}

.t-wc-account .wc-account .woocommerce .upload-order__intro {
	grid-column: 1/-1;
}

.t-wc-account .wc-account .woocommerce .upload-order__intro p {
	color: #333;
}

.t-wc-account .wc-account .woocommerce .upload-order__intro a {
	text-decoration: underline;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-step {
	font-family: nimbus-sans, sans-serif;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-step__header {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: .75rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-step__desc {
	margin-bottom: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-step__desc p {
	color: #000;
	font-size: 1rem;
	line-height: 1.5rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-step__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875rem;
	margin-bottom: 3rem;
	text-decoration: underline;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-step__link svg {
	margin-right: .625rem;
	vertical-align: middle;
	width: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-confirmation__header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	margin-bottom: 1.125rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .form-confirmation__header svg {
	color: #2f9d15;
	margin-right: .625rem;
	vertical-align: middle;
	width: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_validation_errors {
	display: none;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body .gform_fileupload_rules {
	font-size: .875rem;
	margin-bottom: .375rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body .gfield_required {
	margin-left: 0;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body .gfield_error input[type=file] {
	border: 1px solid #e55050;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body .gfield_error .validation_message {
	color: #e55050;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body .ginput_preview {
	display: none;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body input[type=file] {
	color: #666;
	padding: .5rem .625rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body input::file-selector-button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	margin-right: 1.25rem;
	padding: .6875rem 2.0625rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body textarea {
	height: 13.75rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body textarea::-webkit-input-placeholder {
	font-weight: 400;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body textarea::-moz-placeholder {
	font-weight: 400;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body textarea:-ms-input-placeholder {
	font-weight: 400;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body textarea::-ms-input-placeholder {
	font-weight: 400;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_body textarea::placeholder {
	font-weight: 400;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_confirmation_wrapper {
	margin-bottom: 2.5rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .gform_footer.top_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 1rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .contact-help hr {
	border: .125rem solid;
	margin-bottom: 1.875rem;
	width: 100%;
}

.t-wc-account .wc-account .woocommerce .upload-order .contact-help h3, .t-wc-account .wc-account .woocommerce .upload-order .contact-help p {
	margin-bottom: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .upload-order .contact-help__complicated-order {
	color: #333;
}

.t-wc-account .wc-account .woocommerce .upload-order .contact-help__email {
	color: #000;
	text-decoration: underline;
}

.t-wc-account .wc-account .woocommerce .upload-order .contact-help__phone {
	color: #000;
	font-weight: 700;
}

.t-wc-account .wc-account .woocommerce .upload-order .contact-help__opening-hours {
	color: #666;
	font-size: .9375rem;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation {
	width: 100%;
	margin-bottom: 1.25rem;
	position: relative;
}

@media (min-width:1025px) {
	.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation {
		margin-left: 10px;
		margin-top: 10px;
		width: calc(20.83333% - 10px);
		margin-bottom: 0;
	}
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul {
	height: 100%;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #e3e3e3;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .edd-root-has-value, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .responsive-nav {
	background: #e3e3e3;
}

@media (min-width:1025px) {
	.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .edd-root-has-value, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .responsive-nav {
		display: none;
	}
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .edd-root-has-value .edd-head, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .responsive-nav .edd-head {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .edd-root-has-value .edd-head .edd-value:after, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .responsive-nav .edd-head .edd-value:after {
	right: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .edd-root-has-value .edd-body .edd-option, .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .responsive-nav .edd-body .edd-option {
	padding: 1.25rem;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .edd-root-has-value .edd-body .edd-option-focused:not(.edd-option-disabled), .t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation .responsive-nav .edd-body .edd-option-focused:not(.edd-option-disabled) {
	background: #e3e3e3;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	border-top: 5px solid transparent;
	cursor: pointer;
	padding-left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: inline-block;
	height: 100%;
	padding-bottom: 1.875rem;
	padding-left: 1.875rem;
	padding-top: 1.25rem;
	width: 100%;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul li a.u-external-link:after {
	margin-left: .625rem;
	margin-top: .25rem;
	right: unset;
	top: unset;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
	background: #e3e3e3;
}

.t-wc-account .wc-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
	background: #e3e3e3;
	border-top: 5px solid #000;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.t-wc-account .c-tab-content {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

@media (min-width:730px) {
	.t-wc-account .c-tab-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		width: 42.5rem;
	}
}

.t-wc-account .c-tab-content .tabs__header {
	border-bottom: none;
	border-top: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

.t-wc-account .c-tab-content .tabs__header li {
	font-weight: 700;
	margin: 0;
	padding: .9375rem;
	text-align: center;
	width: 50%;
}

@media (min-width:730px) {
	.t-wc-account .c-tab-content .tabs__header li {
		padding: 1.875rem 0;
	}
}

.t-wc-account .c-tab-content .tabs__header li:hover {
	border-bottom: 3px solid transparent;
}

.t-wc-account .c-tab-content .tabs__header li.active {
	background: #fff;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #000;
	-webkit-box-shadow: 0 3px 9px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 9px 3px rgba(0, 0, 0, .1);
}

.t-wc-account .c-tab-content .tabs__content {
	background: #fff;
	position: relative;
	-webkit-transition: none;
	transition: none;
	z-index: 9;
}

.t-wc-account .c-tab-content .tabs__content h6 {
	color: #666;
	margin-bottom: .625rem;
}

.t-wc-account .c-tab-content .tabs__content h2 {
	font-size: 1.625rem;
	font-size: 2.1875rem;
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

.t-wc-account .c-tab-content .tabs__content form {
	padding: 0;
}

.t-wc-account .c-tab-content .tabs__content form .form-row {
	margin: 0 0 .625rem;
	padding: 0;
}

.t-wc-account .c-tab-content .tabs__content form .remember-me-lost-password {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.t-wc-account .c-tab-content .tabs__content form .remember-me-lost-password .data-agree, .t-wc-account .c-tab-content .tabs__content form .remember-me-lost-password .remember-me {
	font-family: nimbus-sans, sans-serif;
	font-size: .8125rem;
	font-weight: 400;
}

.t-wc-account .c-tab-content .tabs__content form .remember-me-lost-password .lost_password {
	text-decoration: underline;
}

.t-wc-account .c-tab-content .tabs__content form .remember-me-lost-password .lost_password a {
	text-transform: capitalize;
}

.t-wc-account .c-tab-content .tabs__content form .remember-me-lost-password .lost_password:hover {
	text-decoration: none;
}

.t-wc-account .c-tab-content .tabs__content.active {
	-webkit-box-shadow: 0 10px 9px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 9px 3px rgba(0, 0, 0, .1);
}

.t-wc-account .c-tab-content .woocommerce form.login, .t-wc-account .c-tab-content .woocommerce form.register {
	border: none;
}

.t-wc-account .c-tab-content .woocommerce form.register {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.woocommerce-message {
	font-size: 1rem;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	padding: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	line-height: 1.2;
}

@media only screen and (max-width:768px) {
	.woocommerce-message {
		font-size: 1.125rem;
	}
}

.woocommerce-message__close {
	width: 1em;
	height: 1em;
	margin-left: auto;
	cursor: pointer;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	color: #fff !important;
	padding: 1.375rem 3.125rem !important;
}

.woocommerce button.update-cart.button--disabled, .woocommerce button.update-cart.button:disabled, .woocommerce button.update-cart.button:disabled[disabled] {
	color: #999 !important;
}

.woocommerce span.onsale {
	display: none;
}

.woocommerce .woocommerce-result-count {
	margin: 0 1.25rem 0 0 !important;
}

.woocommerce .woocommerce-order-details {
	border-bottom: 1px solid #dcdcdc;
}

.woocommerce .woocommerce-customer-details {
	margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details h2 {
	font-size: 1.375rem;
}

.woocommerce .woocommerce-customer-details address {
	border-color: #707070 !important;
}

.woocommerce .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details--phone {
	padding-left: 0 !important;
	color: #333;
}

.woocommerce .woocommerce-customer-details--email:before, .woocommerce .woocommerce-customer-details--phone:before {
	display: none;
}

.woocommerce .woocommerce-customer-details--email {
	margin-top: 1.25rem;
}

.woocommerce .woocommerce-customer-details__go-back {
	margin-top: 3.125rem;
}

.woocommerce .woocommerce-table--order-details {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
}

.woocommerce .woocommerce-table--order-details .order-details__head {
	grid-column: 1/-1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.25rem 1.875rem;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.woocommerce .woocommerce-table--order-details .order-details__product {
	grid-column: 1/-1;
	padding: 1.875rem;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name .wc-item-meta-label {
	display: none;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name:first-child {
	margin-top: 0;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name__item .product-item__customer {
	margin-top: .625rem;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name__item .product-item__customer p {
	color: #666;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name__colour, .woocommerce .woocommerce-table--order-details .order-details__product .product-name span {
	color: #666;
	font-family: nimbus-sans, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 0 0 1.25rem;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name__colour dd, .woocommerce .woocommerce-table--order-details .order-details__product .product-name span dd {
	margin: 0;
}

.woocommerce .woocommerce-table--order-details .order-details__product .product-name__colour {
	margin-bottom: .3125rem;
	font-size: 1rem;
}

.woocommerce .woocommerce-table--order-details .order-details__totals {
	display: grid;
	grid-column: 1/-1;
	padding: .625rem 1.875rem 1.875rem;
	background: #f4f4f4;
	grid-template-columns: repeat(2, 1fr);
}

.woocommerce .woocommerce-table--order-details .order-details__totals .totals {
	grid-column: 1/-1;
}

@media (min-width:730px) {
	.woocommerce .woocommerce-table--order-details .order-details__totals .totals {
		grid-column: 2/-1;
	}
}

.woocommerce .woocommerce-table--order-details .order-details__totals .totals__sub, .woocommerce .woocommerce-table--order-details .order-details__totals .totals__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	padding: .625rem;
}

.woocommerce .woocommerce-table--order-details .order-details__totals .totals__sub p, .woocommerce .woocommerce-table--order-details .order-details__totals .totals__total p {
	font-size: .875rem;
}

.woocommerce .woocommerce-table--order-details .order-details__totals .totals__sub:last-of-type, .woocommerce .woocommerce-table--order-details .order-details__totals .totals__total:last-of-type {
	font-weight: 700;
}

.woocommerce .woocommerce-table--order-details .order-details__totals .totals__sub:last-of-type p, .woocommerce .woocommerce-table--order-details .order-details__totals .totals__total:last-of-type p {
	font-size: 1rem;
}

.woocommerce .woocommerce-table--order-details .order-details__totals .totals__sub .shipping, .woocommerce .woocommerce-table--order-details .order-details__totals .totals__sub .subtotal, .woocommerce .woocommerce-table--order-details .order-details__totals .totals__total .shipping, .woocommerce .woocommerce-table--order-details .order-details__totals .totals__total .subtotal {
	max-width: 11.875rem;
	padding-left: .375rem;
	text-align: right;
}

.woocommerce .woocommerce-table--order-details .order-details__totals .totals__total {
	grid-row: 2/span 1;
	border-bottom: none;
}

.woocommerce .order-again {
	padding-top: 1.25rem;
	padding-bottom: 2.5rem;
	text-align: right;
}

.woocommerce .order-again .button {
	text-transform: none;
}

.woocommerce form>::-webkit-input-placeholder {
	color: #666 !important;
	font-weight: 400;
}

.woocommerce form>::-moz-placeholder {
	color: #666 !important;
	font-weight: 400;
}

.woocommerce form>:-ms-input-placeholder {
	color: #666 !important;
	font-weight: 400;
}

.woocommerce form>::-ms-input-placeholder {
	color: #666 !important;
	font-weight: 400;
}

.woocommerce form>::placeholder {
	color: #666 !important;
	font-weight: 400;
}

.woocommerce form .form-row .select2-selection__arrow {
	top: 0;
	right: 1.25rem;
}

.woocommerce form .form-row .select2-selection__arrow b {
	border: 1px #000;
	border-style: solid;
	border-right: none;
	border-bottom: none;
	padding: .3125rem;
	right: 1.25rem;
	top: .9375rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.woocommerce form .form-row .select2-container {
	min-height: 2rem;
	border: 1px solid #000;
	padding: .8125rem;
}

.woocommerce form .form-row .select2-container--open .select2-selection--single .select2-selection__arrow b {
	top: 1.1875rem;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
	border-width: 1px 0 0 1px;
	border-color: #000;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0;
}

.woocommerce mark.order-date, .woocommerce mark.order-number, .woocommerce mark.order-status {
	background: #fff;
	color: #000;
	font-weight: 700;
}

.woocommerce .wc-item-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .wc-item-meta li {
	padding: 0;
}

.woocommerce .cart-empty {
	width: 100%;
}

.woocommerce .woocommerce-NoticeGroup {
	grid-column: 1/-1;
	margin-left: -1.25rem;
}

.woocommerce .woocommerce-NoticeGroup .woocommerce-error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1.5em;
}

.woocommerce .woocommerce-NoticeGroup .woocommerce-error li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

body.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup .woocommerce-error li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0 0 .625rem;
}

.woocommerce .woocommerce-NoticeGroup .woocommerce-error li strong {
	margin-right: .375rem;
}

.woocommerce .woocommerce-order, .woocommerce .woocommerce-order-details {
	background: #fff;
}

.woocommerce .woocommerce-order-details .woocommerce-thankyou-order-received, .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.woocommerce .woocommerce-order-details .woocommerce-thankyou-order-details, .woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-order-details ul.order_details, .woocommerce .woocommerce-order ul.order_details {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.woocommerce .woocommerce-order-details ul.order_details li, .woocommerce .woocommerce-order ul.order_details li {
	border-right: none;
	padding: 1.25rem 2.5rem 1.25rem .625rem;
}

@media (min-width:1025px) {
	.woocommerce .woocommerce-order-details ul.order_details li, .woocommerce .woocommerce-order ul.order_details li {
		border-right: 1px solid #000;
	}
}

.woocommerce .woocommerce-order-details .woocommerce-customer-details address, .woocommerce .woocommerce-order .woocommerce-customer-details address {
	border: 0;
	padding: 0;
}

.woocommerce .woocommerce-order-details .woocommerce-customer-details--email, .woocommerce .woocommerce-order-details .woocommerce-customer-details--phone, .woocommerce .woocommerce-order .woocommerce-customer-details--email, .woocommerce .woocommerce-order .woocommerce-customer-details--phone {
	padding-left: 0;
	color: #333;
}

.woocommerce .woocommerce-order-details .woocommerce-customer-details--email:before, .woocommerce .woocommerce-order-details .woocommerce-customer-details--phone:before, .woocommerce .woocommerce-order .woocommerce-customer-details--email:before, .woocommerce .woocommerce-order .woocommerce-customer-details--phone:before {
	display: none;
}

.woocommerce .woocommerce-order-details .woocommerce-customer-details--email, .woocommerce .woocommerce-order .woocommerce-customer-details--email {
	margin-top: 1.25rem;
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title, .woocommerce .woocommerce-order .woocommerce-order-details__title {
	margin-top: 2.5rem;
}

.woocommerce .woocommerce-order-details table.shop_table, .woocommerce .woocommerce-order table.shop_table {
	border-radius: 0;
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	margin-top: 1.25rem;
}

.woocommerce .woocommerce-order-details table.shop_table th, .woocommerce .woocommerce-order table.shop_table th {
	padding: 1.25rem 1.25rem 1.25rem 0;
}

.woocommerce .woocommerce-order-details table.shop_table td, .woocommerce .woocommerce-order table.shop_table td {
	border-top: 1px solid #000;
	padding-left: 0;
}

.woocommerce .woocommerce-order-details table.shop_table td.woocommerce-table__product-name>a, .woocommerce .woocommerce-order table.shop_table td.woocommerce-table__product-name>a {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}

.woocommerce .woocommerce-order-details table.shop_table td.product-name .wc-item-meta, .woocommerce .woocommerce-order-details table.shop_table td.product-name dl.variation, .woocommerce .woocommerce-order table.shop_table td.product-name .wc-item-meta, .woocommerce .woocommerce-order table.shop_table td.product-name dl.variation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-order-details table.shop_table>tfoot, .woocommerce .woocommerce-order-details table.shop_table tbody th, .woocommerce .woocommerce-order-details table.shop_table tfoot td, .woocommerce .woocommerce-order-details table.shop_table tfoot th, .woocommerce .woocommerce-order table.shop_table>tfoot, .woocommerce .woocommerce-order table.shop_table tbody th, .woocommerce .woocommerce-order table.shop_table tfoot td, .woocommerce .woocommerce-order table.shop_table tfoot th {
	border-top: 1px solid #000;
}

.woocommerce .woocommerce-order-details table__line-item, .woocommerce .woocommerce-order table__line-item {
	border-top: 1px solid #000;
	padding-left: 0;
}

.woocommerce .woocommerce-order-details table .wc-item-meta>li, .woocommerce .woocommerce-order table .wc-item-meta>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error, .woocommerce .woocommerce-notices-wrapper .woocommerce-info, .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	max-width: 1240px;
	margin: 0 auto 1.25rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error--postcode, .woocommerce .woocommerce-notices-wrapper .woocommerce-info--postcode, .woocommerce .woocommerce-notices-wrapper .woocommerce-message--postcode {
	padding: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	line-height: 1.2;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error--postcode:before, .woocommerce .woocommerce-notices-wrapper .woocommerce-info--postcode:before, .woocommerce .woocommerce-notices-wrapper .woocommerce-message--postcode:before {
	position: static;
	margin-right: .625rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error--postcode a, .woocommerce .woocommerce-notices-wrapper .woocommerce-info--postcode a, .woocommerce .woocommerce-notices-wrapper .woocommerce-message--postcode a {
	margin-left: .625rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error--postcode__close, .woocommerce .woocommerce-notices-wrapper .woocommerce-info--postcode__close, .woocommerce .woocommerce-notices-wrapper .woocommerce-message--postcode__close {
	width: 1em;
	height: 1em;
	margin-left: auto;
	cursor: pointer;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error--postcode .restore-item, .woocommerce .woocommerce-notices-wrapper .woocommerce-info--postcode .restore-item, .woocommerce .woocommerce-notices-wrapper .woocommerce-message--postcode .restore-item {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error--postcode .restore-item:hover, .woocommerce .woocommerce-notices-wrapper .woocommerce-info--postcode .restore-item:hover, .woocommerce .woocommerce-notices-wrapper .woocommerce-message--postcode .restore-item:hover {
	opacity: .75;
	text-decoration: none;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-info a {
	text-decoration: underline;
}

.woocommerce .woocommerce-error li {
	line-height: 2.4;
}

.woonotices {
	grid-column: 1/-1;
}

@media (max-width:550px) {
	.woocommerce-message--info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.woocommerce-message--info>span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0 0 1.25rem;
	}
	
	.woocommerce-message--info>.button {
		display: block !important;
		margin: 0 auto !important;
	}
}

.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup {
	margin-left: 0;
}
