
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
}

:root {
	--blue: #214fff;
	--aqua: #06aed3;
	--green: #5cd5a2;
	--mauve: #b5b3e9;
	--pink: #f998ad;
	--turquoise: #66e5de;
	--magenta: #d75fd3;
	--blue-dark: #0438fe;
	--blue-light: #8ed7e7;
	--blue-mid: #217aff;
	--aqua-dark: #059cbd;
	--green-dark: #30a573;
	--lightgrey: #f6f6f6;
	--black: #2d2d2d;
	--white: #fff;
	--text: #23262f;
	--header: #070809;
	--lighttext: #5c5c5c;
	--font-family: "HurmeGeometricSans2", "Helvetica", "Arial", sans-serif;
}

@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1;
}

@viewport {
	zoom: 1;
	width: extend-to-zoom;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-family);
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

.wrap li, .wrap p {
	color: var(--text);
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
}

a {
	color: var(--blue);
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}

figure {
	margin: 0;
}

button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--header);
}

ol, p, ul {
	color: var(--text);
}

.screen-reader-text, .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.container {
	width: calc(100% - 80px);
	margin-left: 40px;
	position: relative;
}

@media (max-width:910px) {
	.container {
		width: calc(100% - 40px);
		margin-left: 20px;
	}
}

@media (min-width:1360px) {
	.container {
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:768px) {
	.hide-on-mob {
		display: none;
	}
}

.animate-swing-in {
	display: inline-block;
	opacity: 0;
	animation-fill-mode: forwards;
}

.slider-active .animate-swing-in {
	animation: swing-in 1.3s ease-in-out;
	animation-fill-mode: forwards;
	animation-delay: .2s;
}

.slider-active .delay-1 {
	animation-delay: .7s;
}

.slider-active .delay-2 {
	animation-delay: 1.2s;
}

.slider-active .delay-3 {
	animation-delay: 1.7s;
}

@keyframes swing-in {
	0% {
		transform-origin: top;
		transform: perspective(300px) rotateX(60deg);
		opacity: 1;
	}
	
	25% {
		transform-origin: top;
		transform: perspective(300px) rotateX(-20deg);
		opacity: 1;
	}
	
	60% {
		transform-origin: top;
		transform: perspective(300px) rotateX(5deg);
		opacity: 1;
	}
	
	to {
		transform-origin: top;
		transform: perspective(300px) rotateX(0);
		opacity: 1;
	}
}

.page-template-template-custom-merch-portfolio-php p {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 17px;
	color: #000;
}

.page-template-template-custom-merch-portfolio-php p:where(p:last-of-type) {
	margin-bottom: 0;
}

.page-template-template-custom-merch-portfolio-php .cmpHeroWrapper {
	background-size: cover !important;
	background-position: top !important;
}

.page-template-template-custom-merch-portfolio-php .cmpHeroWrapper .cmpHeroInner {
	min-height: 390px;
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-template-custom-merch-portfolio-php .cmpHeroWrapper .cmpHeroInner .cmpHeroContent {
	max-width: 607px;
}

.page-template-template-custom-merch-portfolio-php .cmpHeroWrapper .cmpHeroInner .cmpHeroContent h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	margin-bottom: 23px;
}

.page-template-template-custom-merch-portfolio-php .cmpHeroWrapper .cmpHeroInner .cmpHeroContent p {
	font-size: 17px !important;
	margin: 0;
}

.page-template-template-custom-merch-portfolio-php .cmpHeroWrapper .cmpHeroInner .cmpHeroContent a {
	cursor: pointer;
	display: block;
	background: var(--blue);
	color: #fff;
	line-height: 1.1;
	padding: 10px 16px;
	border-radius: 50px;
	text-decoration: none;
	max-width: 143px;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	margin-top: 23px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent__Inner {
	padding-top: 45px;
	padding-bottom: 45px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpGallery {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 45px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpGallery__single {
	width: 32%;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpContent .cmpGallery__single {
		width: 100%;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpGallery__single img {
	width: 100%;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContentSteps {
	padding-top: 45px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContentSteps__inner {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContentSteps__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContentSteps__single {
	width: 100%;
	padding-right: 20px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContentSteps__single h4 {
	margin: 0;
	margin-bottom: 23px;
	color: #214fff;
	font-size: 17px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContentSteps__single p {
	max-width: 360px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm {
	padding-top: 30px;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__inner {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__content {
	width: 40%;
	padding-right: 30px;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__content {
		width: 100%;
		padding-right: 0;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__content h2 {
	font-size: 32px;
	line-height: normal;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__content h2 {
		font-size: 24px;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__form {
	width: 60%;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__form {
		width: 100%;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__form .gform_wrapper ul.gform_fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__form .col-md-6 {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpContent .cmpContactForm__form .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpSectionTitle {
	font-size: 32px;
	margin: 0;
	margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
	.page-template-template-custom-merch-portfolio-php .cmpSectionTitle {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.page-template-template-custom-merch-portfolio-php .cmpFAQWrapper {
	background: #eee;
	padding: 45px 0;
}

.page-template-template-custom-merch-portfolio-php .cmpFAQWrapper .faqs {
	padding: 0;
}

.page-template-template-custom-merch-portfolio-php .cmpFAQWrapper .accordion-panel {
	padding-left: 20px !important;
	margin: 0;
	padding-top: 20px;
}

.page-template-template-custom-merch-portfolio-php .cmpFAQWrapper .accordion-panel div {
	line-height: 1.5;
	font-size: 17px;
	color: #000;
}

a.link-with-arrow {
	font-size: 600;
}

a.link-with-arrow:after {
	top: 0;
}

a.link-with-arrow:focus, a.link-with-arrow:hover {
	transform: translateX(10px);
	text-decoration: none;
}

.button.large {
	position: relative;
	height: 60px;
	border-radius: 60px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 50px 0;
	overflow: hidden;
	will-change: transform;
}

.button.large:before {
	content: "";
	display: inline-block;
	width: 500px;
	height: 500px;
	transform: translate(-110%, -50%) rotate(30deg);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: center;
	transition: transform .25s ease-in-out;
	z-index: -1;
	will-change: transform;
}

.button.large.blue {
	background-color: var(--blue);
	color: var(--white);
	border: 2px solid var(--blue);
}

.button.large.blue:before {
	background: var(--aqua);
}

.button.large.blue:focus, .button.large.blue:hover {
	border-color: var(--aqua);
}

.button.large.transparent {
	background-color: transparent;
	color: var(--blue);
	border: 2px solid var(--blue);
}

.button.large.transparent:before {
	background: var(--blue);
}

.button.large.transparent:focus, .button.large.transparent:hover {
	color: var(--white);
	border-color: var(--blue);
}

.button.large.black {
	background-color: var(--black);
	color: var(--white);
	border: 2px solid transparent;
}

.button.large.black:before {
	background: var(--blue);
}

.button.large.black:focus, .button.large.black:hover {
	border-color: var(--blue);
}

.button.large:focus, .button.large:hover {
	text-decoration: none;
}

.button.large:focus:before, .button.large:hover:before {
	transform: translate(-40%, -40%) rotate(30deg);
}

.link-with-arrow {
	color: inherit;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .5px;
}

.link-with-arrow:after {
	content: "";
	display: inline-block;
	position: relative;
	margin-left: 6px;
	width: 20px;
	height: 21px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'20\' height=\'21\' viewBox=\'0 0 20 21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.167 10.5h11.666M10 4.667l5.833 5.833L10 16.333\' stroke=\'%23000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-size: contain;
	transition: all .2s ease-in-out;
	vertical-align: top;
	top: -1px;
}

.link-with-arrow:focus, .link-with-arrow:hover {
	text-decoration: none;
}

.link-with-arrow:focus:after, .link-with-arrow:hover:after {
	transform: translateX(10px);
}

.link-with-arrow.blue {
	color: var(--blue);
}

.link-with-arrow.blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'20\' height=\'21\' viewBox=\'0 0 20 21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.167 10.5h11.666M10 4.667l5.833 5.833L10 16.333\' stroke=\'%23214fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

body.mobile-menu-in .hellobar {
	display: none;
}

.pro-tooltip {
	margin-left: 12px;
	position: relative;
	top: 1px;
	vertical-align: top;
	cursor: help;
}

.pro-tooltip svg {
	width: 14px;
	height: 14px;
	opacity: .5;
}

.pro-tooltip .tooltip-content {
	position: absolute;
	left: 100%;
	margin-left: 5px;
	background: #333;
	color: var(--white);
	padding: 6px 10px;
	font-size: 1.3rem;
	line-height: 1.2em;
	width: 250px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	border-radius: 4px;
}

.pro-tooltip:focus .tooltip-content, .pro-tooltip:hover .tooltip-content {
	display: block;
}

body .rplg .rplg-badge_left-fixed {
	bottom: 10px !important;
	left: 10px !important;
}

@media (max-width:900px) {
	.rplg-badge2 {
		transform: scale(.7);
		transform-origin: bottom left;
	}
}

.rplg-badge2-btn svg g path:first-child {
	fill: #4285f4 !important;
}

.rplg-badge2-btn svg g path:nth-child(2) {
	fill: #34a853 !important;
}

.rplg-badge2-btn svg g path:nth-child(3) {
	fill: #fbbc05 !important;
}

.rplg-badge2-btn svg g path:nth-child(4) {
	fill: #ea4335 !important;
}

.rplg-badge2-btn svg g path:nth-child(5) {
	fill: transparent !important;
}

.rplg-social-logo svg g path:first-child {
	fill: #4285f4 !important;
}

.rplg-social-logo svg g path:nth-child(2) {
	fill: #34a853 !important;
}

.rplg-social-logo svg g path:nth-child(3) {
	fill: #fbbc05 !important;
}

.rplg-social-logo svg g path:nth-child(4) {
	fill: #ea4335 !important;
}

.rplg-social-logo svg g path:nth-child(5) {
	fill: transparent !important;
}

.rplg-stars svg path {
	fill: #e7711b !important;
}

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

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

.keen-slider {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.keen-slider__slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.keen-slider[data-keen-slider-v] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.keen-slider[data-keen-slider-v] .keen-slider__slide {
	width: 100%;
}

.keen-slider[data-keen-slider-moves] * {
	pointer-events: none;
}

#beacon-facade {
	position: fixed;
	border-radius: 55px;
	height: 55px;
	width: 104px;
	z-index: 1048;
	bottom: 40px;
	right: 40px;
	top: auto;
	border: 0;
	background-color: #1947f7;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .1);
	line-height: 55px;
	color: #fff;
	font-family: system-ui;
	cursor: pointer;
}

#beacon-facade span.text {
	font-family: system-ui;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
	display: inline-block;
	margin-top: 19px;
}

#beacon-facade svg {
	display: inline-block;
	vertical-align: top;
	margin-top: 14px;
	margin-right: 16px;
}

#beacon-facade:active {
	box-shadow: none;
}

#beacon-facade:hover {
	background-color: #1947f7;
	box-shadow: inset 0 0 0 30px rgba(0, 0, 0, .06);
}

@media (max-height:740px) {
	#beacon-facade {
		bottom: 10px;
		right: 20px;
	}
}

#cart-submit-loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: hsla(0, 0%, 100%, .9);
	z-index: 2;
}

#cart-submit-loader .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 50%;
	text-align: center;
}

#cart-submit-loader svg {
	max-width: 100%;
}

#cart-submit-loader svg use {
	fill: var(--blue);
}

#cart-submit-loader.in {
	display: block;
}

@media (max-width:925px) {
	#card-submit-loader .logo {
		width: 100%;
		max-height: 100%;
	}
	
	#card-submit-loader .logo svg {
		max-width: 70%;
	}
}

dialog {
	background: #fff;
	padding: 40px;
	border: 0;
	border-radius: 8px;
}

dialog::-webkit-backdrop {
	background-color: rgba(0, 0, 0, .25);
}

dialog::backdrop {
	background-color: rgba(0, 0, 0, .25);
}

dialog .close-modal {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background-color: none;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 30px;
	right: 30px;
	text-align: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18 6L6 18M6 6l12 12\' stroke=\'%23D2D4DD\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	cursor: pointer;
}

dialog .close-modal:focus {
	outline: 0;
}

dialog h2 {
	margin: 0 0 30px;
	font-weight: 700px;
	font-size: 34px;
	line-height: 38px;
}

dialog ol, dialog p, dialog ul {
	font-size: 18px;
	line-height: 26px;
}

.button-cta, .button-cta-secondary {
	margin-top: 20px;
	height: 52px;
	background: #000;
	border-radius: 30px;
	padding: 15px 25px 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border: 2px solid #000;
	cursor: pointer;
}

.button-cta-secondary:focus, .button-cta-secondary:hover, .button-cta:focus, .button-cta:hover {
	text-decoration: none;
}

dialog .close-modal.nitro-lazy {
	background-image: none !important;
}

.button-cta-secondary {
	border: 2px solid #d2d4dd;
	color: #7d849f;
	background-color: transparent;
}

button.button-cta, button.button-cta-secondary {
	padding-top: 0;
	-webkit-appearance: none;
	appearance: none;
}

ul.circle-ticks {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.circle-ticks li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 12px;
}

ul.circle-ticks li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23a)\'%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'12\' fill=\'%23214FFF\'/%3E%3Cpath d=\'M17 9l-6.9 6.9L7 12.7\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'a\'%3E%3Cpath fill=\'%23fff\' d=\'M0 0h24v24H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.woocommerce-pagination {
	margin-bottom: 10px;
	text-align: center;
}

.woocommerce-pagination ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.woocommerce-pagination ul li {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .05);
	min-width: 40px;
	background: #fff;
	width: 40px;
	height: 40px;
	font-weight: 700;
	font-size: 18px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 4px;
}

.woocommerce-pagination ul li .current {
	font-weight: 600;
	color: #000;
}

.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
	display: block;
	height: 40px;
	border: 0;
	font-weight: 400;
	padding-top: 6px;
	color: rgba(0, 0, 0, .75);
}

.woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span:focus, .woocommerce-pagination ul li span:hover {
	text-decoration: none;
}

.woocommerce-pagination ul li:focus, .woocommerce-pagination ul li:hover {
	border-color: rgba(0, 0, 0, .3);
}

.hellobar {
	background: #27b466;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding: 10px 0;
}

.hellobar .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.hellobar .hellobar-left {
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
}

.hellobar .hellobar-left .australia {
	height: 19px;
	margin-right: 5px;
	vertical-align: middle;
}

.hellobar .hellobar-right {
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
	text-align: right;
}

.hellobar .hellobar-right .google-stars {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}

.hellobar .hellobar-right span {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 3px;
}

.hellobar .hellobar-right .account-link {
	vertical-align: top;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	color: #fff;
	top: -1px;
	font-weight: 600;
	margin-left: 6px;
	padding: 3px 12px 0;
	border-radius: 20px;
}

.hellobar .hellobar-right .account-link:focus, .hellobar .hellobar-right .account-link:hover {
	border: 1px solid #fff;
	text-decoration: none;
}

.hellobar .hellobar-right .account-link .account-link-icon {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

.hellobar .google-g {
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.hellobar .star {
	vertical-align: top;
	position: relative;
	top: 4px;
}

.hellobar .hellobar-text {
	-ms-flex: auto;
	flex: auto;
	text-align: center;
}

.hellobar a {
	color: inherit;
}

@media (max-width:910px) {
	.hellobar .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.hellobar .hellobar-left {
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.hellobar .hellobar-right {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.hellobar .hellobar-right .google-stars {
		display: none;
	}
	
	.hellobar .hellobar-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 5px;
	}
}

header.banner-hybrid {
	z-index: 10;
	position: sticky;
	top: 0;
}

.banner-inner {
	color: var(--blue);
	background: var(--white);
	font-size: 18px;
	font-weight: 600;
	overflow-x: visible;
	z-index: 2;
	position: relative;
}

.banner-inner .container {
	display: -ms-flexbox;
	display: flex;
	height: 98px;
	-ms-flex-align: center;
	align-items: center;
}

.banner-inner .banner-dropdowns {
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.banner-inner .banner-dropdowns ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.banner-inner .banner-dropdowns ul li {
	display: inline-block;
	margin-right: 40px;
	position: relative;
	padding: 8px 0;
	color: var(--blue);
	font-weight: 800;
}

.banner-inner .banner-dropdowns ul li:last-child {
	margin-right: 0;
}

.banner-inner .banner-dropdowns ul li.has-dropdown .menu-item {
	cursor: pointer;
}

.banner-inner .banner-dropdowns ul li.has-dropdown .menu-item:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 8px;
	vertical-align: middle;
	margin-left: 7px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'12\' height=\'8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 1.5l5 5 5-5\' stroke=\'%23214FFF\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.banner-inner .banner-dropdowns ul li.has-dropdown:hover .dropdown {
	display: block;
}

.banner-inner .banner-dropdowns ul li.has-launch-dropdown img {
	width: 18px;
	height: 24px;
	margin-right: 6px;
	vertical-align: top;
}

.banner-inner .banner-dropdowns ul li .dropdown {
	display: none;
	position: absolute;
	top: 99%;
	left: -15px;
	background-color: #fff;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, .2);
	border-radius: 5px;
	width: 350px;
	padding: 15px;
	font-size: 15px;
	z-index: 15;
}

.banner-inner .banner-dropdowns ul li .dropdown li {
	display: inline-block;
	width: 150px;
	margin-right: 6px;
	padding: 6px 3px;
	vertical-align: top;
}

.banner-inner .banner-dropdowns ul li .dropdown.dd-single-column {
	font-size: 16px;
}

.banner-inner .banner-dropdowns ul li .dropdown.dd-single-column ul {
	display: block;
	text-align: left;
}

.banner-inner .banner-dropdowns ul li .dropdown.dd-single-column ul li {
	width: 100%;
}

.banner-inner .banner-dropdowns ul li .dropdown.dd-single-column ul li a {
	color: var(--text);
}

.banner-inner .banner-logo {
	text-align: left;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
}

.banner-inner .banner-logo img {
	width: 178px;
	height: 33px;
	vertical-align: bottom;
	display: inline-block;
}

.banner-inner .banner-logo img.logo-for-menu-embroidered {
	height: auto;
	width: 240px;
}

.banner-inner .banner-cta {
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.banner-inner .launch-cta {
	display: inline-block;
	vertical-align: top;
}

.banner-inner .launch-cta-btn {
	background: var(--blue);
	color: var(--white);
	border: 0;
	height: 48px;
	width: 150px;
	border-radius: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.banner-inner .launch-cta-btn img {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.banner-inner .launch-cta-btn:focus, .banner-inner .launch-cta-btn:hover {
	background: var(--blue-dark);
}

.banner-inner .mobile-search-button-container {
	display: none;
}

.banner-inner #algolia-hits {
	max-height: 400px;
	overflow: hidden;
	text-align: left;
	background: var(--white);
	width: 100%;
	border-top: 0;
	top: 100%;
	position: absolute;
	left: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	z-index: 10;
	border-radius: 0 0 6px 6px;
	background-clip: border-box;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease-in-out;
}

.banner-inner #algolia-hits.show {
	opacity: 1;
	pointer-events: auto;
}

.banner-inner #algolia-hits .ais-Hits {
	max-height: 365px;
	overflow: auto;
}

.banner-inner #algolia-hits .submit-search {
	display: block;
	background: var(--aqua);
	height: 38px;
	text-align: center;
	color: var(--white);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 3px;
	font-size: 15px;
	margin-top: 10px;
	border-radius: 0 0 6px 6px;
	width: 100%;
	border: 0;
	cursor: pointer;
	margin-top: 0;
}

.banner-inner #algolia-hits .submit-search:focus, .banner-inner #algolia-hits .submit-search:hover {
	background: var(--aqua-dark);
}

.banner-inner #algolia-hits .ais-Hits--empty {
	padding: 20px;
	color: #333;
}

.banner-inner #algolia-hits .ais-Hits-item {
	padding: 0;
}

.banner-inner #algolia-hits .sr-product-link {
	display: block;
	width: 100%;
	position: relative;
	color: inherit;
	padding: 12px 12px 12px 110px;
	min-height: 70px;
	cursor: pointer;
}

.banner-inner #algolia-hits .sr-product-link:focus, .banner-inner #algolia-hits .sr-product-link:hover {
	background: rgba(0, 0, 0, .07);
	text-decoration: none;
}

.banner-inner #algolia-hits .sr-product-link .sr-product-image {
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -35px;
}

.banner-inner #algolia-hits .sr-product-link .sr-product-image img {
	width: 70px;
	height: 70px;
	-o-object-fit: contain;
	object-fit: contain;
}

.banner-inner #algolia-hits .sr-product-link .sr-product-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

.banner-inner #algolia-hits .sr-product-link .sr-product-categories {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	opacity: .6;
}

.banner-inner #algolia-searchbox .ais-SearchBox-form {
	height: auto;
}

.banner-inner #algolia-searchbox .ais-SearchBox-form:before {
	content: none;
	background: none;
}

.banner-inner #algolia-searchbox .ais-SearchBox-input {
	padding: 3px 28px 0 20px;
	border-color: #9aaae5;
	max-width: none;
	font-size: 18px;
	font-weight: 600;
	background-image: none;
	height: 48px;
}

.banner-inner #algolia-searchbox .ais-SearchBox-input.nitro-lazy {
	background-image: none !important;
}

.banner-inner #algolia-searchbox .ais-SearchBox-submit {
	display: inline-block;
	width: 48px;
	height: 48px;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--blue);
	transition: opacity .2s ease-in-out;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'23\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 18.2c4.42 0 8-3.42 8-7.66 0-4.23-3.58-7.66-8-7.66S3 6.3 3 10.54s3.58 7.67 8 7.67zm10 1.93l-4.35-4.17\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 22px 23px;
	border-radius: 50px;
}

.banner-inner #algolia-searchbox .ais-SearchBox-submit.nitro-lazy {
	background-image: none !important;
}

.banner-inner #algolia-searchbox .ais-SearchBox-submit .ais-SearchBox-submitIcon {
	display: none;
}

.banner-inner .search-field {
	z-index: 11;
	position: relative;
	white-space: normal;
	display: block;
	vertical-align: top;
	margin-top: 0;
	margin-right: 0;
	width: 50px;
	display: inline-block;
	transition: all .2s ease-in-out;
}

.banner-inner .search-field .results {
	display: none !important;
}

.banner-inner .search-field .results .submit-search {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.banner-inner .search-field .twitter-typeahead span {
	display: none;
}

.banner-inner .search-field.always-open, .banner-inner .search-field.open, .banner-inner .search-field.visible, .banner-inner .search-field:hover {
	width: 100%;
}

.banner-inner .search-field.always-open input, .banner-inner .search-field.open input, .banner-inner .search-field.visible input, .banner-inner .search-field:hover input {
	padding: 3px 28px 0 20px;
	border-color: #9aaae5;
	max-width: none;
}

.banner-inner .search-field.always-open .search-button, .banner-inner .search-field.open .search-button, .banner-inner .search-field.visible .search-button, .banner-inner .search-field:hover .search-button {
	opacity: 1;
	pointer-events: all;
}

.banner-inner .search-field.always-open .dropdown-showing input, .banner-inner .search-field.open .dropdown-showing input, .banner-inner .search-field.visible .dropdown-showing input, .banner-inner .search-field:hover .dropdown-showing input {
	border-radius: 24px 24px 0 0;
}

.banner-inner .search-field.always-open .dropdown-showing .results, .banner-inner .search-field.open .dropdown-showing .results, .banner-inner .search-field.visible .dropdown-showing .results, .banner-inner .search-field:hover .dropdown-showing .results {
	display: block !important;
}

.banner-inner .search-field .search-button {
	display: inline-block;
	width: 48px;
	height: 48px;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--blue);
	opacity: 0;
	transition: opacity .2s ease-in-out;
	pointer-events: none;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'23\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 18.2c4.42 0 8-3.42 8-7.66 0-4.23-3.58-7.66-8-7.66S3 6.3 3 10.54s3.58 7.67 8 7.67zm10 1.93l-4.35-4.17\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 22px 23px;
}

.banner-inner .search-field .search-button.nitro-lazy {
	background-image: none !important;
}

.banner-inner .search-field .header-search {
	width: 100%;
	transition: width .2s ease-in-out;
}

.banner-inner .search-field input {
	box-sizing: border-box;
	width: 100%;
	border: none;
	font-weight: 600;
	padding: 0 48px 0 0;
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 22px 23px;
	border: 1px solid transparent;
	border-radius: 24px;
	height: 48px;
	max-width: 48px;
	overflow: hidden;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'23\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 18.2c4.42 0 8-3.42 8-7.66 0-4.23-3.58-7.66-8-7.66S3 6.3 3 10.54s3.58 7.67 8 7.67zm10 1.93l-4.35-4.17\' stroke=\'%23214ccc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.banner-inner .search-field input.nitro-lazy {
	background-image: none !important;
}

.banner-inner .search-field input:focus {
	outline: none;
}

.banner-inner .search-field ::-webkit-input-placeholder {
	color: var(--blue);
	opacity: .5;
	font-weight: 400;
}

.banner-inner .search-field ::-moz-input-placeholder {
	color: var(--blue);
	opacity: .5;
	font-weight: 400;
}

.banner-inner .search-field ::-ms-input-placeholder {
	color: var(--blue);
	opacity: .5;
	font-weight: 400;
}

.banner-inner .search-field ::-webkit-search-decoration {
	display: none;
}

.banner-inner .search-field ::-webkit-search-cancel-button {
	display: none;
}

.banner-inner .search-field ::-webkit-search-results-button {
	display: none;
}

.banner-inner .search-field ::-webkit-search-results-decoration {
	display: none;
}

.banner-inner .search-field button {
	z-index: 11;
	top: 6px;
	right: 6px;
}

.mobile-menu {
	display: none;
}

@media (max-width:1190px) {
	.banner-inner .banner-dropdowns ul li {
		margin-right: 11px;
		font-size: 17px;
	}
}

.mobile-menu, .mobile-menu-button-container {
	display: none;
}

.mobile-menu-button-container {
	text-align: right;
	-ms-flex: auto;
	flex: auto;
}

.mobile-menu-button {
	width: 50px;
	height: 50px;
	position: relative;
}

.mobile-menu-button .bars {
	display: block;
	position: absolute;
	border-radius: 2px;
	width: 26px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -13px;
	background-color: var(--white);
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.mobile-menu-button .bars:after, .mobile-menu-button .bars:before {
	content: " ";
	display: block;
	position: absolute;
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
	left: 0;
	top: -8px;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-color: var(--white);
}

.mobile-menu-button .bars:after {
	top: 8px;
}

@media (max-width:910px) {
	.banner-inner .banner-dropdowns {
		display: none;
	}
	
	.banner-inner .launch-cta-btn {
		padding: 2px 15px 0;
		height: 40px;
		font-size: 15px;
		width: auto;
		margin-right: 10px;
	}
	
	.banner-inner .banner-logo {
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
		text-align: left;
		padding-left: 15px;
	}
	
	.banner-inner .search-field {
		position: absolute;
		margin-right: 0;
		top: 100%;
		right: 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
		transition: opacity .2s ease-in-out;
	}
	
	.banner-inner .search-field.visible {
		opacity: 1;
		pointer-events: all;
		width: 100%;
	}
	
	.banner-inner .search-field .dropdown-showing input {
		border-radius: 0;
	}
	
	.banner-inner .search-field input {
		border-radius: 0 !important;
	}
	
	.banner-inner .search-field .search-button {
		border-radius: 24px 0 0 24px;
	}
	
	.banner-inner .search-field .submit-search {
		padding-top: 0;
	}
	
	.banner-inner .mobile-search-button-container {
		display: inline-block;
		vertical-align: top;
	}
	
	.banner-inner .mobile-search-button-container .mobile-search-button {
		margin-right: 6px;
		vertical-align: top;
		display: inline-block;
		width: 40px;
		height: 40px;
		border: 0;
		border-radius: 40px;
		background: transparent;
		cursor: pointer;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'23\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 18.2c4.42 0 8-3.42 8-7.66 0-4.23-3.58-7.66-8-7.66S3 6.3 3 10.54s3.58 7.67 8 7.67zm10 1.93l-4.35-4.17\' stroke=\'%23214ccc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 28px 30px;
	}
	
	.banner-inner .mobile-search-button-container .mobile-search-button.nitro-lazy {
		background-image: none !important;
	}
	
	.mobile-menu-button-container {
		height: auto;
		margin-top: 4px;
	}
	
	.mobile-menu-button-container .mobile-menu-button {
		-webkit-appearance: none;
		appearance: none;
		position: relative;
		cursor: pointer;
		width: 32px;
		height: 32px;
		margin: 0 10px 0 0;
		vertical-align: top;
		border: 0;
		background: transparent;
	}
	
	.mobile-menu-button-container .mobile-menu-button .bars {
		display: block;
		position: absolute;
		border-radius: 2px;
		width: 26px;
		height: 4px;
		top: 50%;
		left: 50%;
		margin: -2px 0 0 -13px;
		background-color: var(--blue);
		transition: all .3s cubic-bezier(.165, .84, .44, 1);
	}
	
	.mobile-menu-button-container .mobile-menu-button .bars:after, .mobile-menu-button-container .mobile-menu-button .bars:before {
		content: " ";
		display: block;
		position: absolute;
		transition: all .3s cubic-bezier(.165, .84, .44, 1);
		left: 0;
		top: -8px;
		width: 100%;
		height: 100%;
		border-radius: 2px;
		background-color: var(--blue);
	}
	
	.mobile-menu-button-container .mobile-menu-button .bars:after {
		top: 8px;
	}
	
	.mobile-menu {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 5;
		overflow-x: hidden;
		pointer-events: none;
	}
	
	.mobile-menu .mobile-menu-inner {
		transform: translateX(100%);
		opacity: 0;
		transition: all .2s ease-in-out;
		background: var(--blue);
		color: #fff;
		padding: 20px;
		padding-bottom: 120px;
	}
	
	.mobile-menu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	.mobile-menu ul li {
		display: block;
		padding: 5px 0;
		margin: 5px 0;
		color: #fff;
		font-weight: 700;
	}
	
	.mobile-menu ul li a {
		color: inherit;
	}
	
	.mobile-menu ul li .dropdown {
		display: block;
		margin-top: 5px;
	}
	
	.mobile-menu ul li .dropdown ul {
		padding-left: 15px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.mobile-menu ul li .dropdown ul li {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		font-weight: 600;
	}
	
	.mobile-menu ul li.has-dropdown .menu-item {
		cursor: pointer;
	}
	
	.mobile-menu ul li.has-dropdown .menu-item:after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 8px;
		vertical-align: middle;
		margin-left: 7px;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'12\' height=\'8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 1.5l5 5 5-5\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	}
}

.mobile-menu-in .mobile-menu {
	pointer-events: all;
}

.mobile-menu-in .mobile-menu .mobile-menu-inner {
	transform: none;
	opacity: 1;
}

.launch-dropdown {
	padding: 0;
	background: #f5f5f5;
	box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .25);
	z-index: 1;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	max-width: 1080px;
	border-top: 1px solid #d2d4dd;
	transform: translate(-50%, -50px);
	opacity: 0;
	transition: all .2s ease-in-out;
	pointer-events: none;
	text-align: left;
}

.launch-dropdown p {
	text-align: left;
}

.launch-dropdown .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100% !important;
	margin: 0 !important;
	padding: 0;
}

.launch-dropdown .panel {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	border-radius: 8px;
	padding-right: 45%;
	padding: 25px 20% 60px 35px;
	background-position: 100% 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
}

.launch-dropdown .panel a.whole-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
}

.launch-dropdown .panel a.link-with-arrow {
	position: absolute;
	bottom: 30px;
	left: 35px;
}

.launch-dropdown .panel a.link-with-arrow:after {
	top: 0;
}

.launch-dropdown .panel:focus a.link-with-arrow:after, .launch-dropdown .panel:hover a.link-with-arrow:after {
	transform: translateX(10px);
}

.launch-dropdown p {
	line-height: 1.4;
}

.launch-dropdown h3 {
	margin-top: 0;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 8px;
}

.launch-dropdown .off-the-shelf {
	background-color: #f7ce63;
}

.launch-dropdown .made-to-order {
	background-color: #66b4ea;
}

.launch-dropdown .made-to-order.smaller {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	padding-right: 120px;
	background-size: 350px auto;
	background-position: bottom right -80px;
	height: 320px;
}

.launch-dropdown .product-categories-header {
	-ms-flex: 0 1 600px;
	flex: 0 1 600px;
	display: block;
}

.launch-dropdown .product-categories-header .product-categories-lists {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 20px 20px;
	width: 290px;
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
	background: #fff;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li {
	margin-bottom: 5px;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li:last-child {
	margin-bottom: 0;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li.the-good-range a {
	color: var(--blue);
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li a {
	height: 35px;
	background-color: transparent;
	padding: 9px 5px 0 75px;
	display: block;
	font-weight: 800;
	font-size: 15px;
	color: var(--text);
	transition: all .1s ease-in-out;
	position: relative;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li a .topcat-thumb {
	position: absolute;
	left: 10px;
	height: 43px;
	width: 43px;
	mix-blend-mode: multiply;
	top: -3px;
	-o-object-fit: contain;
	object-fit: contain;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li a.subcats-open {
	background-color: #f5f5f5;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li a:hover {
	background-color: #f5f5f5;
}

.launch-dropdown .product-categories-header ul.top-level-cats-header li.all-products a {
	font-weight: 800;
}

.launch-dropdown .product-categories-header .second-level-cats-header {
	position: absolute;
	top: 0;
	width: calc(50% - 25px);
	bottom: 0;
	opacity: 0;
	transition: opacity .1s ease-in-out;
	pointer-events: none;
	border-radius: 6px;
	padding: 30px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-on-left {
	left: 290px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-on-right {
	left: 290px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-0:before {
	top: 0;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-1:before {
	top: 40px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-2:before {
	top: 80px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-3:before {
	top: 120px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-4:before {
	top: 160px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-5:before {
	top: 200px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-6:before {
	top: 240px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-7:before {
	top: 280px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-8:before {
	top: 320px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-9:before {
	top: 360px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-10:before {
	top: 400px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-11:before {
	top: 440px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-12:before {
	top: 480px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-13:before {
	top: 520px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-14:before {
	top: 560px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-15:before {
	top: 600px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-16:before {
	top: 640px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-17:before {
	top: 680px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-18:before {
	top: 720px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-19:before {
	top: 760px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.parent-is-20:before {
	top: 800px;
}

.launch-dropdown .product-categories-header .second-level-cats-header.show {
	opacity: 1;
	pointer-events: all;
}

.launch-dropdown .product-categories-header .second-level-cats-header li {
	margin-bottom: 10px;
	display: block;
	line-height: 1.1;
}

.launch-dropdown .product-categories-header .second-level-cats-header li a {
	font-weight: 600;
	font-size: 15px;
	color: var(--text);
}

.launch-dropdown .product-categories-header .special-category-highlight {
	border-radius: 8px;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 290px;
	min-height: 160px;
	padding: 20px 100px 20px 20px;
}

.launch-dropdown .product-categories-header .special-category-highlight h3 {
	color: #a92d2f;
	font-size: 20px;
	margin-bottom: 20px;
}

.launch-dropdown .product-categories-header .special-category-highlight a.link-with-arrow:after {
	top: 0;
}

.launch-dropdown .product-categories-header .special-category-highlight a.whole-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
}

.launch-dropdown .launch-dropdown-right {
	padding: 15px 30px 20px;
	-ms-flex: 0 1 480px;
	flex: 0 1 480px;
	display: block;
}

.launch-dropdown .launch-dropdown-right p {
	text-align: left;
}

.launch-dropdown .trusted-by {
	padding: 0;
	margin-top: 30px;
}

.launch-dropdown .trusted-by h3 {
	font-size: 21px;
	text-transform: uppercase;
	color: #7d849f;
	margin-bottom: 0;
}

.launch-dropdown .trusted-by .trusted-logos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.launch-dropdown .trusted-by .trusted-logos .trusted-logo {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}

.launch-dropdown .trusted-by .trusted-logos .trusted-logo img {
	max-width: 140px;
	width: auto;
	height: auto;
	margin-top: 25px;
	max-height: 40px;
}

@media (min-width:911px) and (max-width:1068px) {
	.special-category-highlight {
		display: none;
	}
}

@media (min-width:926px) and (max-height:848px) {
	.launch-dropdown .product-categories-header ul.top-level-cats-header li a {
		font-size: 14px;
		height: 28px;
		padding-top: 5px;
	}
	
	.launch-dropdown .product-categories-header ul.top-level-cats-header li a .topcat-thumb {
		width: 35px;
		height: 35px;
	}
}

.mobile-launch .panel {
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 10px;
	background-size: 150px auto;
	background-repeat: no-repeat;
	position: relative;
	background-position: 100% 100%;
}

.mobile-launch .panel h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 0;
}

.mobile-launch .panel p {
	margin-top: 10px;
	padding-right: 100px;
	line-height: 1.4;
}

.mobile-launch .panel a {
	color: #000;
}

.mobile-launch .panel a.whole-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
}

.mobile-launch .off-the-shelf {
	background-color: #f7ce63;
}

.mobile-launch .made-to-order {
	background-color: #66b4ea;
}

.mobile-launch .special-category-highlight {
	background-color: #c8d2ce;
	background-size: auto 100%;
}

.mobile-launch .product-categories-header {
	display: block;
}

.mobile-launch .product-categories-header ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mobile-launch .product-categories-header ul li {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	min-width: 220px;
}

.mobile-launch .product-categories-header ul li a {
	font-weight: 600;
	padding-right: 15px;
}

.mobile-launch .product-categories-header ul li.all-products {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.mobile-launch .product-categories-header ul li.all-products a {
	font-weight: 800;
}

@media (max-width:1200px) {
	.launch-dropdown .panel {
		background-size: auto 60%;
	}
}

@media (max-width:1380px) {
	.launch-dropdown .product-categories-header {
		padding-left: 0;
	}
}

a.link-with-arrow {
	font-weight: 600;
	letter-spacing: .25px;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a.link-with-arrow:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
	transition: transform .2s ease-in-out;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'18\' height=\'18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M3.8 9h10.4M9 3.8L14.3 9 9 14.3\' stroke=\'%23000\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

a.link-with-arrow:focus:after, a.link-with-arrow:hover:after {
	transform: translateX(10px);
	text-decoration: none;
}

body.launch-open .overlay-bg-fade {
	opacity: 1;
	pointer-events: all;
	z-index: 1;
}

body.launch-open .launch-dropdown {
	opacity: 1;
	pointer-events: all;
	transform: translate(-50%);
}

.overlay-bg-fade {
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .2s ease-in-out;
	z-index: 5;
}

.hide-quote-cart #quote-cart {
	display: none !important;
}

#quote-cart {
	display: block;
	box-shadow: 0 0 20px rgab(0, 0, 0, .1);
	z-index: 999999;
	transition: transform .2s ease-in-out;
	transform: translateX(100.01%);
	position: fixed;
	top: 0;
	right: 0;
	width: 650px;
	max-width: 100%;
	height: 100%;
	background: #f3f3f3;
}

#quote-cart .toggle-quote-cart {
	border: 0;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	top: 80px;
	left: -90px;
	width: 90px;
	height: 60px;
	padding-right: 20px;
	display: inline-block;
	background-color: gold;
	color: #000;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 122.9 111.8\'%3E%3Cpath d=\'M4 8.2a4.2 4.2 0 0 1-4-4.1A4.1 4.1 0 0 1 4 0h6a19.1 19.1 0 0 1 10 2.6c5.4 3.5 6.4 8.4 7.8 14h91a4 4 0 0 1 4 4 5 5 0 0 1-.1 1.2L112 64.6a4 4 0 0 1-4 3.1H41.5c1.5 5.4 3 8.4 4.9 9.7C48.8 79 53 79.1 59.9 79h47.2a4 4 0 0 1 0 8.1H60c-8.6.1-14 0-18.2-2.9s-6.7-7.9-9-17L19 14.5v-.2a7.3 7.3 0 0 0-3.2-4.7A10.7 10.7 0 0 0 10 8.2H4zm80.4 25a2.9 2.9 0 0 1 5.6 0V49a2.9 2.9 0 0 1-5.6 0V33.2zm-17 0a2.9 2.9 0 0 1 5.7 0V49a2.9 2.9 0 0 1-5.7 0V33.2zm-17 0a2.9 2.9 0 0 1 5.7 0V49a2.9 2.9 0 0 1-5.6 0V33.2zm41.8-8.6H30.1l9.2 34.9H105l8.6-34.9zM95 92a10 10 0 1 1-10 10 10 10 0 0 1 10-10zm-43.8 0a10 10 0 1 1-10 10 10 10 0 0 1 10-10z\'/%3E%3C/svg%3E");
	background-position: top 6px left 18px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	border-radius: 4px 0 0 4px;
	transform: translateX(20px);
	transition: transform .2s ease-in-out;
	z-index: 1;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

#quote-cart .toggle-quote-cart.nitro-lazy {
	background-image: none !important;
}

#quote-cart .toggle-quote-cart .quote {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	display: block;
	padding-top: 40px;
	letter-spacing: .2px;
}

#quote-cart .toggle-quote-cart:focus, #quote-cart .toggle-quote-cart:hover {
	text-decoration: none;
	transform: none;
}

#quote-cart .quote-cart-reviews {
	position: absolute;
	left: -310px;
	top: 200px;
	background: #d4d5d8;
	padding: 20px 30px 30px;
	height: calc(100vh - 250px);
	border-radius: 8px 0 0 8px;
	max-height: 850px;
	transform: translateX(311px);
	transition: transform .3s ease-in-out;
	overflow: hidden;
}

@media (max-width:964px) {
	#quote-cart .quote-cart-reviews {
		display: none;
	}
}

.quote-cart-in .overlay-bg-fade {
	opacity: 1;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 10;
}

.quote-cart-in #quote-cart {
	transform: none;
	box-shadow: none;
}

.quote-cart-in #quote-cart .quote-cart-reviews {
	transform: none;
	transition-delay: .5s;
}

#quote-cart {
	background: #ecedf1;
}

#quote-cart .quote-cart-header {
	margin-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	background: #ecedf1;
}

#quote-cart .quote-cart-header .close-quote-cart {
	position: absolute;
	top: -13px;
	right: 37px;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'14\' height=\'14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M13 1L1 13M1 1l12 12\' stroke=\'%23000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 50%;
	display: inline-block;
	opacity: .6;
	vertical-align: top;
}

#quote-cart .quote-cart-header .close-quote-cart.nitro-lazy {
	background-image: none !important;
}

#quote-cart .quote-cart-header .close-quote-cart:focus, #quote-cart .quote-cart-header .close-quote-cart:hover {
	opacity: 1;
}

#quote-cart .quote-cart-empty {
	padding: 30px;
	font-weight: 600;
	background: #ecedf1;
	position: relative;
	z-index: 1;
	text-align: center;
	height: 100%;
	font-size: 17px;
}

#quote-cart .quote-cart-empty .button.browse-catalog {
	display: inline-block;
	margin-top: 30px;
	background-color: var(--blue);
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 30px;
}

#quote-cart .quote-cart-empty .button.browse-catalog:focus, #quote-cart .quote-cart-empty .button.browse-catalog:hover {
	background-color: var(--blue-dark);
	text-decoration: none;
}

@media (max-width:910px) {
	#quote-cart .toggle-quote-cart {
		top: 180px;
	}
}

.header-search {
	width: 100%;
	position: relative;
}

.header-search span.twitter-typeahead {
	width: 100%;
}

.header-search span.twitter-typeahead .dropdown {
	display: none !important;
}

.header-search.dropdown-showing .search-field, .header-search.dropdown-showing .twitter-typeahead {
	border-radius: 20px 20px 0 0;
	z-index: 11;
}

.header-search.dropdown-showing button {
	border-bottom-right-radius: 0;
}

.header-search .search-field {
	outline: none;
	padding-right: 100px;
}

.header-search .search-field:focus {
	outline: none;
}

.header-search button {
	background: #1dc2b1;
	height: 38px;
	width: 90px;
	position: absolute;
	right: 6px;
	top: 7px;
	color: #fff;
	border: 0;
	border-radius: 40px;
	cursor: pointer;
	padding: 0;
	padding-left: 2px;
	font-weight: 600;
}

.header-search button svg {
	width: 18px;
	height: 18px;
	margin-top: 5px;
	margin-left: 1px;
}

.header-search button svg use {
	fill: #fff;
}

.header-search button .text-label {
	display: none;
}

.header-search button:focus, .header-search button:hover {
	background: #12ac9c;
}

.header-search .results {
	text-align: left;
	background: var(--white);
	width: 100%;
	padding: 10px 0 0;
	border-top: 0;
	top: 100%;
	position: absolute;
	left: 0;
	display: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	z-index: 10;
	border-radius: 0 0 6px 6px;
}

.header-search .results ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header-search .results ul li.type-header {
	padding: 5px 12px;
	opacity: .5;
	font-weight: 700;
	font-size: 14px;
	color: var(--blue);
	text-transform: uppercase;
	margin: 5px 0 0;
}

.header-search .results ul li a {
	color: var(--black);
	padding: 7px 15px 6px 20px;
	display: block;
	line-height: 1.2;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

.header-search .results ul li a:focus, .header-search .results ul li a:hover {
	background: var(--lightgrey);
	text-decoration: none;
}

.header-search .results .submit-search {
	display: block;
	background: var(--aqua);
	height: 35px;
	text-align: center;
	color: var(--white);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 6px;
	font-size: 15px;
	margin-top: 10px;
	border-radius: 0 0 8px 8px;
}

.header-search .results .submit-search:focus, .header-search .results .submit-search:hover {
	background: var(--aqua-dark);
}

.header-search .twitter-typeahead .tt-hint {
	color: transparent;
}

.header-search .twitter-typeahead .tt-input {
	color: var(--black);
}

a.mob-search-button {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 8px;
	vertical-align: top;
	padding-top: 12px;
}

a.mob-search-button svg {
	width: 22px;
	height: 22px;
}

a.mob-search-button svg use {
	fill: var(--blue);
}

.keen-slider {
	position: relative;
}

.keen-slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}

.keen-slider .slick-dots .dot {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background-color: rgba(0, 0, 0, .4);
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 6px;
}

.keen-slider .slick-dots .dot.dot--active {
	background-color: rgba(0, 0, 0, .8);
}

@media (max-width:1220px) {
	.banner-inner .brand {
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
	}
	
	.banner-inner .brand .logo-for-menu {
		width: 240px;
	}
}

@media (max-width:1080px) {
	.banner-pre {
		display: none;
	}
}

@media (max-width:1135px) {
	.banner-nav .product-categories>ul>li>a {
		padding: 15px 13px;
	}
	
	.banner-nav .product-categories li svg {
		display: none !important;
	}
}

@media (max-width:1000px) {
	.banner-pre .trace {
		display: none;
	}
	
	.banner-pre .ben-google-reviews .appa-winner {
		display: none;
	}
	
	.banner-pre .ben-google-reviews .appa-winner .appa-winner-mini-img {
		background-image: none;
	}
	
	.banner-pre .ben-google-reviews .appa-winner .appa-winner-mini-img.nitro-lazy {
		background-image: none !important;
	}
	
	.banner-inner a.google-reviews-badge {
		display: none;
	}
}

@media (max-width:910px) {
	.banner-inner .container {
		width: 100%;
		margin-left: 0;
		height: 70px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.banner-inner .brand .logo-for-menu {
		width: 140px;
		margin-top: 0;
		top: 2px;
		position: relative;
	}
	
	.banner-inner .brand .logo-for-menu.logo-for-menu-embroidered {
		width: 180px;
	}
	
	.banner-inner .brand {
		margin-top: 0;
		height: 52px;
	}
	
	.mobile-menu-button-container {
		display: inline-block;
	}
	
	.mobile-menu-button {
		display: inline-block;
	}
	
	.product-categories {
		display: none;
	}
	
	.banner-inner .search-and-menu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.banner-inner .search-and-contact {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0;
	}
	
	.banner-inner .search-and-contact .search-field {
		width: 100%;
		margin-right: 0;
	}
	
	.banner-inner .search-and-contact .search-field .twitter-typeahead {
		animation: none;
		border-radius: 0;
		background: #ccc;
	}
	
	.banner-inner .search-and-contact .search-field input {
		border-radius: 3px;
		border: 0;
		height: 40px;
		margin-top: -1px;
	}
	
	.banner-inner .search-and-contact .search-field button {
		display: none;
	}
	
	.banner-inner .search-and-contact .header-search {
		width: auto;
		margin: 0;
		padding: 4px 3px 3px;
		background: #ccc;
	}
	
	.banner-inner .search-and-contact .header-search.js-search-loaded {
		padding: 0;
	}
	
	.banner-inner .search-and-contact .contact-us {
		display: none;
	}
	
	.megamenu-hybrid {
		top: 52px;
	}
	
	.megamenu-hybrid .container {
		margin-left: 0;
		width: 100%;
	}
	
	.mobile-menu-in .container {
		opacity: 1;
		pointer-events: all;
	}
	
	.mobile-menu-in .banner-inner .mobile-menu {
		pointer-events: all;
		opacity: 1;
	}
	
	.mobile-menu-in .mobile-menu-button .bars {
		transform: rotate(45deg);
		width: 30px;
		margin-left: -15px;
	}
	
	.mobile-menu-in .mobile-menu-button .bars:before {
		-webkit-transform: rotate(90deg);
		top: 0;
	}
	
	.mobile-menu-in .mobile-menu-button .bars:after {
		opacity: 0;
	}
	
	.launch-dropdown {
		display: none;
	}
}

@media (max-width:910px) {
	.mobile-menu-in .mobile-menu {
		max-height: calc(100vh - 70px);
		overflow: auto;
		pointer-events: all;
		opacity: 1;
	}
	
	.megamenu-hybrid .nav-primary .menu-primary-container>ul #menu-item-30874 .sub-menu, .megamenu-hybrid .nav-primary .menu-primary-container>ul .menu-item-30874 .sub-menu {
		column-count: 2;
	}
	
	.mob {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}
}

.chevron-down {
	display: inline-block;
	width: 12px;
	height: 8px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'12\' height=\'8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 1.5l5 5 5-5\' stroke=\'%23000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.chevron-down.nitro-lazy {
	background-image: none !important;
}

.arrow-right {
	display: inline-block;
	width: 20px;
	height: 21px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'20\' height=\'21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.17 10.5h11.66M10 4.67l5.83 5.83L10 16.33\' stroke=\'%23000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.arrow-right.nitro-lazy {
	background-image: none !important;
}

.trusted-by {
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}

.trusted-by .trusted-by-logos {
	position: relative;
}

.trusted-by .trusted-by-logos-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: all .6s ease-in-out;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	--gap: 50px;
	gap: var(--gap);
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.trusted-by .trusted-by-logos-row .trusted-by-logo {
	padding: 0 30px;
}

.trusted-by .trusted-by-logos-row .trusted-by-logo img {
	max-height: 48px;
	max-width: 160px;
}

.trusted-by .trusted-by-logos-row .marquee-content {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	min-width: 100%;
	gap: var(--gap);
	animation: marquee-slow 40s linear infinite;
	-ms-flex-align: center;
	align-items: center;
}

.trusted-by a {
	color: inherit;
	text-decoration: none;
}

@media (max-width:910px) {
	.trusted-by {
		padding: 12px 0;
	}
	
	.trusted-by .trusted-by-logos-row .trusted-by-logo {
		padding: 0 10px;
	}
	
	.trusted-by .trusted-by-logos-row .trusted-by-logo img {
		max-height: 36px;
		max-width: 120px;
	}
}

@keyframes marquee-slow {
	0% {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

@media (prefers-reduced-motion:reduce) {
	.marquee-content {
		animation-play-state: paused !important;
	}
}

.breadcrumb-leader {
	background-color: #f6f6f6;
	padding: 15px 0;
}

.breadcrumb-leader .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.breadcrumb-leader .woocommerce-breadcrumb {
	-ms-flex: auto;
	flex: auto;
	font-size: 14px;
	font-weight: 600;
}

.breadcrumb-leader .woocommerce-breadcrumb .delimiter, .breadcrumb-leader .woocommerce-breadcrumb a {
	font-weight: 400;
	color: inherit;
	display: inline-block;
	margin-right: 6px;
}

.breadcrumb-leader .leader-trustpilot {
	-ms-flex: 0 0 365px;
	flex: 0 0 365px;
	text-align: right;
}

.breadcrumb-leader .leader-trustpilot .trustpilot-widget {
	transform: scale(.85);
}

.breadcrumb-leader .leader-trustpilot .trustpilot-widget .widget-info {
	display: inline-block;
	margin-left: 10px;
}

@media (max-width:910px) {
	.breadcrumb-leader {
		padding: 12px 0;
	}
	
	.breadcrumb-leader .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.breadcrumb-leader .woocommerce-breadcrumb {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.breadcrumb-leader .leader-trustpilot {
		display: none;
	}
}

@media (max-width:800px) {
	.woocommerce-breadcrumb {
		min-height: 0;
		margin-top: 0;
	}
}

.products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products .product-slide {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
}

.products .product-slide .product {
	width: 100%;
	height: 100%;
}

.products .product {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	background-color: var(--white);
	border-radius: 12px;
	position: relative;
	letter-spacing: .5px;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}

.products .product.download-link {
	background-color: var(--blue);
	color: var(--white);
	position: relative;
	min-height: 240px;
	display: none;
}

.products .product.download-link a {
	color: var(--white);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 25px;
}

.products .product.download-link a .link-with-arrow {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.products .product.download-link a .link-with-arrow:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'20\' height=\'21\' viewBox=\'0 0 20 21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.167 10.5h11.666M10 4.667l5.833 5.833L10 16.333\' stroke=\'%23FFF\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.products .product.download-link a:focus, .products .product.download-link a:hover {
	text-decoration: none;
}

.products .product.download-link a:focus .link-with-arrow:after, .products .product.download-link a:hover .link-with-arrow:after {
	transform: translateX(10px);
}

.products .product.download-link h2 {
	margin: 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: .5px;
}

.products .product:hover .product-loop-thumb:after {
	opacity: .9;
}

.products .woocommerce-LoopProduct-link {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.products .product-category {
	padding: 0;
	text-align: center;
	-ms-flex: 1;
	flex: 1;
	border-radius: 5px;
}

.products .product-category img {
	display: block;
	max-width: 240px;
	max-height: 240px;
	height: auto;
	aspect-ratio: 1/1;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.products .spacer {
	background: transparent;
	padding: 0;
	margin: 0;
}

.products .product-badge {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
	line-height: 1.1;
	border-radius: 15px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 13px;
	padding: 4px 10px 6px;
	display: inline-block;
	font-weight: 400;
	max-width: calc(100% - 30px);
}

.products .product-badge.green, .products .product-badge.new {
	background-color: var(--green);
	color: var(--white);
}

.products .product-badge.red {
	background-color: crimson;
	color: var(--white);
}

.products .product-badge.low-stock {
	background-color: crimson;
	color: var(--white);
	font-size: 12px;
}

.products .product-badge.best-seller {
	display: none;
}

.products .product-loop-thumb {
	aspect-ratio: 1/1;
	width: calc(100% - 40px);
	margin: 0 auto 10px;
	max-height: 307px;
	position: relative;
}

.products .product-loop-thumb img {
	width: 100%;
	max-height: 307px;
	aspect-ratio: 1/1;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.products .product-loop-thumb:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: var(--blue);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'23\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 18.2c4.42 0 8-3.42 8-7.66 0-4.23-3.58-7.66-8-7.66S3 6.3 3 10.54s3.58 7.67 8 7.67zm10 1.93l-4.35-4.17\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	border-radius: 50px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: opacity .1s ease-in-out;
	opacity: 0;
	pointer-events: none;
}

.products .swatch_colours {
	padding: 0 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products .swatch_colours .swatch {
	width: 18px;
	height: 18px;
	margin: 2px;
	line-height: 1;
	vertical-align: top;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, .1);
}

.products .woocommerce-loop-product__title {
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .5px;
	color: var(--black);
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 15px;
}

@media screen and (max-width:591px) {
	.products .woocommerce-loop-product__title {
		letter-spacing: 0;
		font-size: 15px;
	}
}

.products .woocommerce-loop-category__title {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.3;
	color: var(--black);
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.products .woocommerce-loop-category__title .count {
	opacity: .5;
	font-weight: 400px;
	background: none;
	padding: 0;
}

.products .star-rating {
	display: none;
}

.products a:focus, .products a:hover {
	color: inherit;
}

.products .product-tp-stars {
	font-size: 12px;
	padding: 0 15px;
	margin-top: -10px;
	color: #27b466;
	text-align: left;
	letter-spacing: 0;
}

.products .product-tp-stars .tp-stars {
	font-size: 15px;
	letter-spacing: 0;
	font-style: italic;
	color: #999;
}

@media screen and (max-width:767px) {
	.products .product-tp-stars .tp-stars {
		font-size: 14px;
	}
}

.products .product-tp-stars .tp-stars .star-on {
	color: orange;
	font-style: none;
}

.products .product-tp-stars .tp-stars .star-off {
	opacity: .3;
	color: orange;
	font-style: none;
}

.products .min-qty-allowed {
	float: right;
	font-size: 14px;
	text-align: right;
	opacity: .5;
	font-weight: 400;
	margin: 0;
	margin-top: 2px;
	margin-right: 15px;
}

.products .pricing-info {
	padding: 0 15px;
	color: var(--black);
	font-weight: 700;
	font-size: 16px;
}

.products .pricing-info .enquire-for-pricing {
	font-size: 13px;
	margin-top: 3px;
	text-transform: uppercase;
	display: inline-block;
	opacity: .7;
}

.products .pricing-info .pricing_from .from {
	color: #7d849f;
	max-width: calc(100% - 110px);
	display: inline-block;
	margin-right: 5px;
	font-weight: 400;
}

.products .pricing-info .pricing_from .amount {
	display: inline-block;
	margin-right: 8px;
	font-weight: 600;
	color: var(--blue);
}

.products .pricing-info .ready-in {
	font-size: 14px;
	opacity: .7;
	margin-top: 3px;
}

.products .pricing-info .free-shipping {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .5px;
	color: #27b466;
	margin-top: 8px;
}

.products .pricing-info .free-shipping img {
	width: 30px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.products .product-sell {
	background-color: #ededed;
	color: #5d5d5d;
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	margin: -10px 0 12px;
	padding: 6px 10px;
	line-height: 1.3;
}

.products .woocommerce-loop-product__link {
	width: 100%;
}

.products .woocommerce-loop-product__link:focus, .products .woocommerce-loop-product__link:hover {
	text-decoration: none;
}

.products .sock-selector-ad {
	text-align: center;
	padding: 15px;
	background-color: #f9ce64;
	position: relative;
}

.products .sock-selector-ad .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
	border-radius: 12px 12px 0 0;
}

.products .sock-selector-ad a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: inherit;
}

.products .sock-selector-ad .text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px 30px;
	font-weight: 600;
	font-size: 18px;
}

.products .sock-selector-ad .ad-cta {
	margin-top: 20px;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: #fff;
	border-radius: 30px;
	height: 45px;
	font-weight: 800;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

@media (max-width:1180px) {
	.products .min-qty-allowed {
		font-size: 13px;
	}
	
	.products .pricing-info {
		font-size: 14px;
	}
}

@media (max-width:980px) {
	.products {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.products .product-slide {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-bottom: 15px;
	}
	
	.products .product.download-link h2 {
		font-size: 20px;
	}
	
	.products .product.download-link .link-with-arrow span {
		display: none;
	}
	
	.products .product-category {
		padding-top: 0;
	}
	
	.products .product-category img {
		width: 100%;
		height: auto;
		border-radius: 12px 12px 0 0;
	}
}

aside.as-seen-on img {
	max-height: 30px;
}

@media (max-width:700px) {
	aside.as-seen-on {
		padding: 20px 0;
	}
	
	aside.as-seen-on .aso-logos {
		padding: 20px;
	}
}

.content .faqs {
	padding: 60px 0;
}

.content .faqs .container.narrow {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.content .faqs h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: .5px;
	color: var(--black);
	margin-top: 0;
}

.content .faqs li, .content .faqs p {
	font-size: 16px;
	line-height: 1.5;
}

.content .faqs h3 {
	margin: 0;
	font-weight: 600;
}

.content .faqs button {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: 0;
	background: #fff;
	padding: 25px 50px 25px 0;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	position: relative;
	line-height: 1.3;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.content .faqs button svg {
	position: absolute;
	top: 33px;
	right: 20px;
	width: 15px;
	height: 8px;
	transition: transform .25s ease-in-out;
}

.content .faqs button svg use {
	stroke: transparent;
	fill: var(--black);
}

.content .faqs button[aria-expanded=true] svg {
	transform: rotate(180deg);
}

.content .faqs .faq-accordian {
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content .faqs .faq-accordian .faq-column {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.content .faqs .accordion-panel.hidden {
	display: none;
}

body.faqs .content .faqs .faq-accordian {
	display: block;
}

@media (max-width:1200px) {
	.content .faqs .faq-accordian {
		display: block;
	}
}

@media (max-width:800px) {
	.content .faqs button {
		padding: 15px 50px 15px 0;
	}
	
	.content .faqs button svg {
		top: 25px;
	}
}

aside.as-seen-on {
	padding: 60px 0;
}

aside.as-seen-on img {
	opacity: .5;
	max-width: 100%;
	max-height: 60px;
}

aside.as-seen-on img:hover {
	opacity: 1;
	filter: invert(29%) sepia(71%) saturate(6699%) hue-rotate(229deg) brightness(104%) contrast(105%);
}

aside.as-seen-on .aso-logos {
	border-radius: 4px;
	background-color: var(--lightgrey);
	padding: 20px 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

aside.as-seen-on .aso-logos .aso-logo {
	-ms-flex: 1;
	flex: 1;
	padding: 10px 15px;
	text-align: center;
}

aside.as-seen-on .aso-logos .aso-logo h2 {
	margin: 0;
	line-height: 1;
	opacity: .7;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: .5px;
}

aside.as-seen-on .aso-logos .aso-logo h2 a {
	color: inherit;
}

aside.as-seen-on .aso-logos .aso-logo h2 a:focus, aside.as-seen-on .aso-logos .aso-logo h2 a:hover {
	color: inherit;
	text-decoration: none;
}

aside.as-seen-on .aso-logos .aso-logo.aso-heading {
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	text-align: left;
	padding: 0;
}

@media (max-width:980px) {
	aside.as-seen-on .aso-logos {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	aside.as-seen-on .aso-logos .aso-logo {
		-ms-flex: 31%;
		flex: 31%;
		margin-bottom: 10px;
	}
	
	aside.as-seen-on .aso-logos .aso-logo.aso-heading {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}

@media (max-width:700px) {
	aside.as-seen-on .aso-logos {
		padding: 20px;
	}
}

.overlay-bg-fade {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(51, 51, 51, .8);
	opacity: 0;
	transition: opacity .15s ease-in-out;
}

body.modal-in {
	height: 100%;
	overflow: hidden;
}

body.modal-in .overlay-bg-fade {
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 15;
	pointer-events: all;
}

body.modal-in.iosBugFixCaret {
	position: fixed;
	width: 100%;
}

@media (max-width:925px) {
	body.modal-in {
		position: fixed;
		width: 100%;
	}
}

.modal {
	border-radius: 6px;
	background: var(--white);
	width: 470px;
	padding: 40px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 110;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
	margin-top: -9999px;
	opacity: 0;
	transform: translate(-50%, -40%);
	transition: transform .15s ease-in-out, opacity .15s ease-in-out;
}

.modal.in {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	margin-top: 0;
}

.modal h2 {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 0;
}

.modal p {
	font-size: 16px;
}

.modal div.gform_wrapper input[type=email], .modal div.gform_wrapper input[type=number], .modal div.gform_wrapper input[type=password], .modal div.gform_wrapper input[type=text], .modal div.gform_wrapper select, .modal div.gform_wrapper textarea {
	border: 2px solid #d2d4dd;
	border-radius: 4px;
}

.modal input.email {
	height: 50px;
	font-size: 16px;
	border: 1px solid var(--lightgrey);
	padding: 0 20px;
	border-radius: 4px;
	background: var(--white);
	width: 100%;
	margin-bottom: 20px;
}

.modal input.button {
	background: var(--blue);
	color: var(--white);
	width: 100%;
	border-radius: 4px;
	height: 50px;
	padding: 13px 25px 0;
	font-weight: 600;
}

.modal input.button:focus, .modal input.button:hover {
	background: var(--blue-dark);
	color: var(--white);
}

.modal .gform_footer {
	text-align: center;
}

@media (max-width:925px) {
	.modal {
		max-width: 95%;
		padding: 25px;
		height: auto;
	}
	
	.modal.get-email {
		height: 260px;
	}
	
	.modal h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

.modal .modal__inner {
	overflow: auto;
	max-height: 100%;
	max-height: calc(100% - 28px);
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.modal .close-modal {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: .5;
	z-index: 2;
}

.modal .close-modal:focus, .modal .close-modal:hover {
	opacity: 1;
}

.modal .close-modal svg {
	width: 20px;
	height: 20px;
}

.our-process.modal {
	height: 33vw;
	max-height: 370px;
	background-image: none;
	padding: 10px;
	width: 96%;
	max-width: 1050px;
}

.our-process.modal.nitro-lazy {
	background-image: none !important;
}

.our-process.modal img.infographic {
	max-height: 100%;
}

.our-process.modal img.infographic-xs {
	display: none;
	max-height: none;
}

@media (max-width:925px) {
	.our-process.modal {
		width: 96%;
		max-width: 370px;
		height: 96%;
		max-height: none;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	
	.our-process.modal img.infographic {
		display: none;
	}
	
	.our-process.modal img.infographic-xs {
		display: inline;
	}
}

.cant-find.modal, .get-in-touch.modal {
	width: 600px;
	height: auto;
	max-height: 95%;
	max-width: 95%;
}

.cant-find.modal .gform_body, .get-in-touch.modal .gform_body {
	overflow: hidden;
}

.cant-find.modal .gform_wrapper, .get-in-touch.modal .gform_wrapper {
	margin: 0;
}

.cant-find.modal ul.gform_fields, .get-in-touch.modal ul.gform_fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cant-find.modal ul.gform_fields li.gfield, .get-in-touch.modal ul.gform_fields li.gfield {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	text-align: top;
	padding-right: 0;
	width: auto;
}

.cant-find.modal ul.gform_fields li.gfield label, .get-in-touch.modal ul.gform_fields li.gfield label {
	margin-bottom: 0;
	font-weight: 600;
}

.cant-find.modal ul.gform_fields li.gfield textarea, .get-in-touch.modal ul.gform_fields li.gfield textarea {
	height: 100px;
}

.cant-find.modal ul.gform_fields li.gfield#field_8_22, .get-in-touch.modal ul.gform_fields li.gfield#field_8_22 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.cant-find.modal ul.gform_fields li.gfield input[type=email], .cant-find.modal ul.gform_fields li.gfield input[type=number], .cant-find.modal ul.gform_fields li.gfield input[type=password], .cant-find.modal ul.gform_fields li.gfield input[type=text], .cant-find.modal ul.gform_fields li.gfield select, .cant-find.modal ul.gform_fields li.gfield textarea, .get-in-touch.modal ul.gform_fields li.gfield input[type=email], .get-in-touch.modal ul.gform_fields li.gfield input[type=number], .get-in-touch.modal ul.gform_fields li.gfield input[type=password], .get-in-touch.modal ul.gform_fields li.gfield input[type=text], .get-in-touch.modal ul.gform_fields li.gfield select, .get-in-touch.modal ul.gform_fields li.gfield textarea {
	border: 2px solid #d2d4dd;
	border-radius: 4px;
}

.cant-find.modal ul.gform_fields li.gfield input[type=email]:focus, .cant-find.modal ul.gform_fields li.gfield input[type=number]:focus, .cant-find.modal ul.gform_fields li.gfield input[type=password]:focus, .cant-find.modal ul.gform_fields li.gfield input[type=text]:focus, .cant-find.modal ul.gform_fields li.gfield select:focus, .cant-find.modal ul.gform_fields li.gfield textarea:focus, .get-in-touch.modal ul.gform_fields li.gfield input[type=email]:focus, .get-in-touch.modal ul.gform_fields li.gfield input[type=number]:focus, .get-in-touch.modal ul.gform_fields li.gfield input[type=password]:focus, .get-in-touch.modal ul.gform_fields li.gfield input[type=text]:focus, .get-in-touch.modal ul.gform_fields li.gfield select:focus, .get-in-touch.modal ul.gform_fields li.gfield textarea:focus {
	outline: none;
	border-color: var(--black);
}

.cant-find.modal .gform_footer, .get-in-touch.modal .gform_footer {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

.cant-find.modal .gform_footer input.button, .get-in-touch.modal .gform_footer input.button {
	border: 0;
	padding-top: 0;
	height: 50px;
	min-width: 200px;
	margin-right: 0;
}

.cant-find.modal.cant-find, .get-in-touch.modal.cant-find {
	background-image: none;
	padding-left: 0;
	padding-right: 0;
}

.cant-find.modal.cant-find.nitro-lazy, .get-in-touch.modal.cant-find.nitro-lazy {
	background-image: none !important;
}

.cant-find.modal.cant-find h2, .get-in-touch.modal.cant-find h2 {
	padding-left: 40px;
	padding-right: 40px;
}

.cant-find.modal.cant-find .modal__inner, .get-in-touch.modal.cant-find .modal__inner {
	padding-left: 40px;
	padding-right: 40px;
}

.cant-find.modal.cant-find .modal__inner .gform_body ul li label, .get-in-touch.modal.cant-find .modal__inner .gform_body ul li label {
	font-size: 15px;
	margin-bottom: 5px;
}

.cant-find.modal.cant-find .modal__inner .gform_body ul li .ginput_container, .get-in-touch.modal.cant-find .modal__inner .gform_body ul li .ginput_container {
	margin-top: 0;
}

.cant-find.modal.cant-find .modal__inner .gform_body ul li input, .get-in-touch.modal.cant-find .modal__inner .gform_body ul li input {
	height: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

.cant-find.modal.cant-find .modal__inner .gform_body ul li textarea, .get-in-touch.modal.cant-find .modal__inner .gform_body ul li textarea {
	padding: 10px 15px;
}

.cant-find.modal.cant-find .modal__inner .gform_body ul li .ginput_container_fileupload input, .get-in-touch.modal.cant-find .modal__inner .gform_body ul li .ginput_container_fileupload input {
	padding-left: 0;
	width: 100%;
	height: auto;
	font-size: 15px;
}

@media (max-width:700px) {
	.cant-find.modal, .get-in-touch.modal {
		padding: 25px;
		height: 95%;
	}
	
	.cant-find.modal ul.gform_fields li.gfield, .get-in-touch.modal ul.gform_fields li.gfield {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.gform_wrapper.gf_browser_chrome .gform_body input[type=email], .gform_wrapper.gf_browser_chrome .gform_body input[type=text], .gform_wrapper.gf_browser_chrome .gform_body textarea, .gform_wrapper .gform_body input[type=email], .gform_wrapper .gform_body input[type=text], .gform_wrapper .gform_body textarea {
	background: var(--white);
	border: 1px solid var(--lightgrey);
	height: 55px;
	width: 100%;
	border-radius: 5px;
	-webkit-appearance: none;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.gform_wrapper.gf_browser_chrome .gform_body input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome .gform_body input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome .gform_body textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body input[type=email]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding-left: 20px;
	padding-right: 20px;
}

.gform_wrapper.gf_browser_chrome .gform_body textarea, .gform_wrapper .gform_body textarea {
	height: 100px;
}

.gform_wrapper.gf_browser_chrome .gform_body select, .gform_wrapper .gform_body select {
	background: var(--white);
	border: 1px solid var(--lightgrey);
	height: 55px;
	width: 100%;
	border-radius: 5px;
	-webkit-appearance: none;
	padding-left: 20px;
	padding-right: 50px;
	display: block;
	background-image: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/source/rev-f6a969f/goodthings.com.au/wp-content/themes/promotive/dist/images/chevron-down.svg");
	background-position: right 25px top 25px;
	background-size: 11px 7px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.gform_wrapper.gf_browser_chrome .gform_body select.nitro-lazy, .gform_wrapper .gform_body select.nitro-lazy {
	background-image: none !important;
}

.gform_wrapper.gf_browser_chrome .gform_body select:focus, .gform_wrapper.gf_browser_chrome .gform_body select:hover, .gform_wrapper .gform_body select:focus, .gform_wrapper .gform_body select:hover {
	outline: none;
	border-color: var(--black);
}

.gform_wrapper.gf_browser_chrome input.button, .gform_wrapper input.button {
	padding-top: 0;
	border: 0;
	background: var(--blue);
	cursor: pointer;
}

.gform_wrapper.gf_browser_chrome input.button:focus, .gform_wrapper.gf_browser_chrome input.button:hover, .gform_wrapper input.button:focus, .gform_wrapper input.button:hover {
	background: var(--blue-dark);
}

.add-artwork.modal {
	width: 600px;
	height: auto;
	max-height: 95%;
	text-align: left;
}

.add-artwork.modal h2 {
	text-align: center;
}

.add-artwork.modal h3 {
	margin-bottom: 15px;
}

.add-artwork.modal.upload-only {
	height: 250px;
}

.add-artwork.modal .saved-image-thumb {
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	width: 100px;
	height: 100px;
}

.add-artwork.modal .saved-image-thumb img {
	width: 100%;
}

.add-artwork.modal .saved-image-thumb:focus, .add-artwork.modal .saved-image-thumb:hover {
	outline: 2px solid var(--blue-dark);
}

.pro-tooltip {
	margin-left: 12px;
	position: relative;
	top: 1px;
	vertical-align: top;
	cursor: help;
}

.pro-tooltip svg {
	width: 14px;
	height: 14px;
	opacity: .5;
}

.pro-tooltip .tooltip-content {
	position: absolute;
	left: 100%;
	margin-left: 5px;
	background: #333;
	color: var(--white);
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.2em;
	width: 250px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	border-radius: 4px;
}

.pro-tooltip:focus .tooltip-content, .pro-tooltip:hover .tooltip-content {
	display: block;
}

@keyframes ld-bounce {
	0%, 90% {
		animation-timing-function: linear;
	}
	
	10% {
		animation-timing-function: cubic-bezier(0, .4, .6, 1);
	}
	
	50% {
		animation-timing-function: cubic-bezier(.4, 0, 1, .6);
	}
	
	0% {
		transform: translateY(30px) scaleY(.5);
	}
	
	10% {
		transform: translateY(5px) scaleY(1.1);
	}
	
	50% {
		transform: translateY(-37px) scaleY(1.1);
	}
	
	90% {
		transform: translateY(5px) scaleY(1.1);
	}
	
	to {
		transform: translateY(30px) scaleY(.5);
	}
}

.ld-bounce {
	animation: ld-bounce 1s infinite;
}

body .rplg .rplg-badge_left-fixed {
	bottom: 10px !important;
	left: 10px !important;
	display: none !important;
}

@media (max-width:800px) {
	.rplg-badge2 {
		transform: scale(.7);
		transform-origin: bottom left;
	}
}

.rplg-badge2-btn svg g path:first-child {
	fill: #4285f4 !important;
}

.rplg-badge2-btn svg g path:nth-child(2) {
	fill: #34a853 !important;
}

.rplg-badge2-btn svg g path:nth-child(3) {
	fill: #fbbc05 !important;
}

.rplg-badge2-btn svg g path:nth-child(4) {
	fill: #ea4335 !important;
}

.rplg-badge2-btn svg g path:nth-child(5) {
	fill: transparent !important;
}

.rplg-social-logo svg g path:first-child {
	fill: #4285f4 !important;
}

.rplg-social-logo svg g path:nth-child(2) {
	fill: #34a853 !important;
}

.rplg-social-logo svg g path:nth-child(3) {
	fill: #fbbc05 !important;
}

.rplg-social-logo svg g path:nth-child(4) {
	fill: #ea4335 !important;
}

.rplg-social-logo svg g path:nth-child(5) {
	fill: transparent !important;
}

.rplg-stars svg path {
	fill: #e7711b !important;
}

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

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

#cart-submit-loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: hsla(0, 0%, 100%, .9);
	z-index: 2;
}

#cart-submit-loader .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 50%;
	text-align: center;
}

#cart-submit-loader svg {
	max-width: 100%;
}

#cart-submit-loader svg use {
	fill: var(--blue);
}

#cart-submit-loader.in {
	display: block;
}

@media (max-width:925px) {
	#card-submit-loader .logo {
		width: 100%;
		max-height: 100%;
	}
	
	#card-submit-loader .logo svg {
		max-width: 70%;
	}
}

.modal.georedirect h2 {
	font-size: 30px;
}

.modal.georedirect .switch-site {
	border: 0;
	width: 100%;
	background: var(--blue);
	color: var(--white);
	height: 42px;
	border-radius: 4px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.modal.georedirect .switch-site:focus, .modal.georedirect .switch-site:hover {
	background: var(--blue-dark);
}

.modal.georedirect .stay-site {
	width: 100%;
	border: 2px solid var(--black);
	background: transparent;
	color: var(--black);
	height: 42px;
	border-radius: 4px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.modal.georedirect .stay-site:focus, .modal.georedirect .stay-site:hover {
	background: var(--black);
	color: var(--white);
}

.tp-widget-wrapper .tp-widget-trustscore {
	color: #000;
	font-size: 13px;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 4px;
	font-weight: 700;
	display: inline-block;
}

.tp-widget-wrapper .tp-widget-stars {
	display: inline-block;
}

.tp-widget-wrapper .tp-widget-stars svg {
	height: 20px;
}

.tp-widget-wrapper .tp-widget-stars svg .tp-star__canvas, .tp-widget-wrapper .tp-widget-stars svg .tp-star__canvas--half {
	fill: #00b67a;
}

.tp-widget-wrapper .widget-info {
	display: inline-block;
	color: #000;
	font-size: 12px;
	margin-left: 7px;
	vertical-align: top;
}

.tp-widget-wrapper .widget-info svg {
	width: 78px;
}

.tp-widget-wrapper .tp-widget-logo, .tp-widget-wrapper .tp-widget-rating {
	display: inline-block;
	vertical-align: top;
}

.tp-widget-wrapper .tp-widget-rating {
	margin-top: 4px;
	font-size: 13px;
}

.latest-blog-posts {
	background: #f9f9fa;
	padding: 40px 0 100px;
}

.latest-blog-posts h2 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 40px;
	font-weight: 600;
	letter-spacing: .5px;
	text-align: center;
}

.latest-blog-posts h2 a {
	color: inherit;
}

.latest-blog-posts .blog-posts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.latest-blog-posts .blog-posts .blog-post {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.latest-blog-posts h3 {
	line-height: 30px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.latest-blog-posts h3 a {
	color: inherit;
}

.latest-blog-posts p.blog-post-date {
	margin: 0;
	color: #7d849f;
	font-size: 16px;
	line-height: 22px;
}

.latest-blog-posts img {
	width: 100%;
	height: 230px;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}

.latest-blog-posts .view-more-button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50px;
	height: 52px;
	color: var(--blue);
	border: 2px solid var(--blue);
	background: none;
	text-transform: uppercase;
	padding: 15px 25px 0;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: .5px;
	display: inline-block;
}

.latest-blog-posts .view-more-button:focus, .latest-blog-posts .view-more-button:hover {
	color: var(--blue-dark);
	text-decoration: none;
	border-color: var(--blue-dark);
}

@media (max-width:910px) {
	.latest-blog-posts {
		text-align: center;
		padding-bottom: 60px;
	}
	
	.latest-blog-posts h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.latest-blog-posts .view-more-button {
		position: relative;
		margin-bottom: 20px;
		height: 40px;
		padding-top: 8px;
	}
	
	.latest-blog-posts .blog-posts {
		text-align: left;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.latest-blog-posts .blog-posts .blog-post {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

.keen-slider {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.modal.purchase-samples {
	max-width: 930px;
	width: 95%;
	background-color: #ecedf1;
	border-radius: 8px;
	z-index: 999999;
}

.modal.purchase-samples input, .modal.purchase-samples select, .modal.purchase-samples textarea {
	height: 42px;
	border-radius: 4px;
	border: 2px solid #c4c4c4;
	font-size: 16px;
	padding: 8px 12px;
	background-color: #fff;
	margin-bottom: 15px;
	width: 100%;
}

.modal.purchase-samples select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/source/rev-f6a969f/goodthings.com.au/wp-content/themes/promotive/dist/images/chevron-down.svg");
	background-position: right 9px top 17px;
	background-size: 11px 7px;
	background-repeat: no-repeat;
}

.modal.purchase-samples select.nitro-lazy {
	background-image: none !important;
}

.modal.purchase-samples textarea {
	height: 75px;
	margin-bottom: 0;
}

.modal.purchase-samples h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
}

.modal.purchase-samples h3 {
	margin: 50px 0 30px;
	font-size: 24px;
	font-weight: 600;
}

.modal.purchase-samples .purchase-samples-details-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-contact-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 67%;
	flex: 0 0 67%;
	padding-right: 35px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-contact-info .field-half {
	-ms-flex: 0 0 calc(50% - 17px);
	flex: 0 0 calc(50% - 17px);
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-contact-info .field-quarter {
	-ms-flex: 0 0 calc(25% - 24px);
	flex: 0 0 calc(25% - 24px);
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-contact-info .field-full {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-order-info {
	border-radius: 4px;
	background-color: #fff;
	padding: 20px;
	text-align: left;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-order-info h3 {
	margin: 0;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 16px;
	color: gray;
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-order-info .purchase-samples-total-block {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: gray;
}

.modal.purchase-samples .purchase-samples-details-form .purchase-samples-order-info .purchase-samples-total-block strong {
	color: #060606;
	font-weight: 600;
}

.modal.purchase-samples button.purchase-samples-accept {
	border: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #27b466;
	border-radius: 28px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	height: 55px;
	width: 350px;
}

.modal.purchase-samples button.purchase-samples-accept:focus, .modal.purchase-samples button.purchase-samples-accept:hover {
	background: #1e8a4e;
}

.modal.purchase-samples button.purchase-samples-cancel {
	background: none;
	border: 0;
	margin-top: 15px;
	font-size: 14px;
	color: #777;
	letter-spacing: .52px;
	text-transform: uppercase;
	font-weight: 600;
}

.modal.purchase-samples button.purchase-samples-cancel:focus, .modal.purchase-samples button.purchase-samples-cancel:hover {
	color: #5e5e5e;
}

.modal.purchase-samples iframe {
	height: 100px !important;
}

@media (max-width:558px) {
	.modal.purchase-samples .purchase-samples-details-form {
		display: block;
	}
	
	.modal.purchase-samples .purchase-samples-details-form .purchase-samples-contact-info {
		padding-right: 0;
	}
	
	.modal.purchase-samples .purchase-samples-details-form .purchase-samples-contact-info .field-half {
		-ms-flex: 0 0 calc(50% - 8px);
		flex: 0 0 calc(50% - 8px);
	}
	
	.modal.purchase-samples .purchase-samples-details-form .purchase-samples-contact-info .field-quarter {
		-ms-flex: 0 0 calc(25% - 15px);
		flex: 0 0 calc(25% - 15px);
	}
	
	.modal.purchase-samples .purchase-samples-details-form .purchase-samples-order-info {
		margin-top: 20px;
	}
	
	.modal.purchase-samples .purchase-samples-details-form .purchase-samples-order-info .purchase-samples-total-block {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 15px;
	}
	
	.modal.purchase-samples iframe {
		height: 200px !important;
	}
}

.modal.new-customer-offer {
	padding: 0;
	width: 920px;
	max-width: 95%;
	z-index: 999999;
}

.modal.new-customer-offer .close-modal {
	background: #214fff;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

.modal.new-customer-offer .close-modal svg {
	margin-top: 10px;
}

.modal.new-customer-offer .modal__inner {
	display: -ms-flexbox;
	display: flex;
	min-height: 640px;
	background-color: #fbd34d;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.modal.new-customer-offer .modal_text {
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 40px 0 60px 40px;
	position: relative;
}

.modal.new-customer-offer .modal_text p {
	opacity: .7;
	font-size: 18px;
	color: #000;
	line-height: 25px;
}

.modal.new-customer-offer .modal_text .nco-offer-box {
	margin: 20px 0;
	font-weight: 700;
	font-size: 28px;
}

.modal.new-customer-offer .modal_text .button-browse-nco {
	font-size: 22px;
	font-weight: 700;
	background-color: #fff;
	border: 0;
	border-radius: 4px;
	margin-top: 20px;
	display: inline-block;
	padding: 6px 25px 9px;
	color: #000;
}

.modal.new-customer-offer .modal_text .button-browse-nco:focus, .modal.new-customer-offer .modal_text .button-browse-nco:hover {
	text-decoration: none;
}

.modal.new-customer-offer .modal_image {
	-ms-flex: 1;
	flex: 1;
	height: 640px;
	padding: 40px;
}

.modal.new-customer-offer .nco-tandc {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0;
}

@media (max-width:830px) {
	.modal.new-customer-offer {
		width: 570px;
	}
	
	.modal.new-customer-offer .modal__inner {
		display: block;
		min-height: 580px;
	}
	
	.modal.new-customer-offer .modal_text {
		padding: 20px 30px;
	}
	
	.modal.new-customer-offer .modal_text p {
		font-size: 15px;
	}
	
	.modal.new-customer-offer .modal_text .nco-offer-box {
		margin: 20px 0;
		font-size: 22px;
	}
	
	.modal.new-customer-offer .modal_text .button-browse-nco {
		font-size: 18px;
	}
	
	.modal.new-customer-offer .modal_image {
		height: 220px;
		background-size: contain !important;
	}
	
	.modal.new-customer-offer .nco-tandc {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 0 30px 20px;
		margin-top: 0;
		font-size: 13px;
	}
}

.gform_wrapper select, .gform_wrapper textarea {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal;
}

.gform_wrapper {
	margin-bottom: 16px;
	margin-top: 16px;
	max-width: 100%;
}

.gform_wrapper form {
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
	box-sizing: border-box !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal;
}

.gform_wrapper textarea {
	padding: 6px 8px;
	line-height: 1.5;
	resize: none;
}

.gform_wrapper ul.gform_fields {
	margin: 0 !important;
	list-style-type: none;
	display: block;
}

.gform_wrapper ul, html>body .entry ul {
	text-indent: 0;
}

.gform_wrapper form li, .gform_wrapper li {
	margin-left: 0 !important;
	list-style: none !important;
	overflow: visible;
}

.gform_wrapper ul li.gfield {
	clear: both;
}

.gform_wrapper ul.gform_fields, .gform_wrapper ul li:after, .gform_wrapper ul li:before {
	padding: 0;
	margin: 0;
	overflow: visible;
}

.gform_wrapper .ginput_complex.ginput_container {
	overflow: visible;
	width: 100%;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 700;
	font-size: inherit;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3;
	clear: both;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
	width: 100%;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 8px;
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
	width: 100%;
}

.gform_wrapper textarea.large {
	height: 160px;
	width: 100%;
}

.gform_wrapper .gfield_required {
	color: #790000;
	margin-left: 4px;
}

.gform_wrapper .gform_footer {
	padding: 16px 0 10px;
	margin: 16px 0 0;
	clear: both;
	width: 100%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 1em;
	width: 100%;
	margin: 0 0 16px;
}

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
	display: none !important;
	max-height: 1px !important;
	overflow: hidden;
}

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

body .gform_wrapper ul li.gfield {
	margin-top: 16px;
	padding-top: 0;
}

@media only screen and (min-width:641px) {
	.gform_wrapper .gform_body {
		width: 100%;
	}
	
	.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
		width: 100%;
	}
	
	.gform_wrapper textarea.large {
		height: 320px;
		width: 100%;
	}
	
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
		display: -moz-inline-stack;
		display: inline-block;
	}
	
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		font-size: 1em;
		width: auto;
		margin: 0 16px 0 0;
	}
	
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 16px;
	}
}

#express-cart {
	display: none !important;
	box-shadow: 0 0 20px rgab(0, 0, 0, .1);
	z-index: 999999;
	transition: transform .2s ease-in-out;
	transform: translateX(100.01%);
	position: fixed;
	top: 0;
	right: 0;
	width: 520px;
	max-width: 100%;
	height: 100%;
	background: #292929;
	color: #fff;
}

#express-cart button.toggle-express-cart {
	border: 0;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	top: 160px;
	left: -90px;
	width: 90px;
	height: 60px;
	padding-right: 20px;
	display: inline-block;
	color: #fff;
	background-image: linear-gradient(172deg, #f6a4d4, #a545ff);
	border-radius: 4px 0 0 4px;
	transform: translateX(20px);
	transition: transform .2s ease-in-out;
	z-index: 1;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	font-weight: 700;
	font-size: 13px;
}

#express-cart #express-cart-inner {
	padding: 0 30px 30px;
	color: #fff;
	background: #292929;
	position: relative;
	z-index: 2;
	min-height: 120px;
	transition: all .2s ease-in-out;
	overflow: auto;
	height: calc(100% - 120px);
}

#express-cart #express-cart-inner.qty-has-changed .ec-checkout-button, #express-cart #express-cart-inner.qty-has-changed .ec-note, #express-cart #express-cart-inner.qty-has-changed .ec-shipping-options, #express-cart #express-cart-inner.qty-has-changed .ec-totals-block {
	filter: blur(4px);
	pointer-events: none;
}

#express-cart #express-cart-inner.qty-has-changed .ec-update-qtys {
	display: block;
}

#express-cart #express-cart-inner.updating {
	opacity: .3;
	filter: blur(4px);
	position: relative;
}

#express-cart h2 {
	font-size: 28px;
	letter-spacing: .4px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #f6a4d4;
	background-image: linear-gradient(172deg, #f6a4d4, #a545ff);
	background-size: 190px 50px;
	background-clip: text;
	text-fill-color: transparent;
	color: transparent;
}

#express-cart h3 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
}

#express-cart h3 a {
	text-decoration: none;
	color: inherit;
}

#express-cart h3 a:focus, #express-cart h3 a:hover {
	text-decoration: underline;
}

#express-cart .ec-checkout-button {
	background-image: linear-gradient(172deg, #f6a4d4, #a545ff);
	border-radius: 27px;
	height: 54px;
	width: calc(100% - 30px);
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	letter-spacing: .8px;
	text-shadow: 0 0 4px rgba(0, 0, 0, .14);
	margin: 30px 15px;
	border: 0;
	opacity: .85;
}

#express-cart .ec-checkout-button:focus, #express-cart .ec-checkout-button:hover {
	opacity: 1;
}

#express-cart .ec-note {
	opacity: .5;
	font-size: 16px;
	text-align: center;
	line-height: 21px;
}

#express-cart .toggle-express-cart:focus, #express-cart .toggle-express-cart:hover {
	text-decoration: none;
	transform: none;
}

.is-admin-user #express-cart {
	display: block !important;
}

table.express-cart {
	width: 100%;
}

table.express-cart .ec-image img {
	width: 100px;
	border-radius: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
}

table.express-cart .ec-info {
	color: #b7b7b7;
	font-weight: 600;
	font-size: 15px;
	padding-left: 25px;
}

table.express-cart .ec-product-detail {
	line-height: 1.4;
}

table.express-cart .ec-line-total {
	font-size: 18px;
	margin-top: 10px;
	color: #fff;
}

table.express-cart .ec-actions {
	text-align: right;
	width: 52px;
}

table.express-cart .ec-actions, table.express-cart .ec-image, table.express-cart .ec-info {
	padding-bottom: 30px;
	vertical-align: top;
}

table.express-cart .ec-edit-row, table.express-cart .ec-remove-row {
	background: none;
	border: 0;
	opacity: .6;
	background-size: auto 24px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

table.express-cart .ec-edit-row:focus, table.express-cart .ec-edit-row:hover, table.express-cart .ec-remove-row:focus, table.express-cart .ec-remove-row:hover {
	opacity: 1;
}

table.express-cart .ec-remove-row {
	float: right;
	margin: 0 0 10px 20px;
}

table.express-cart .ec-edit-row {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' id=\'Layer_1\' viewBox=\'0 0 24 24\'%3E%3Cstyle%3E.st0{fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}%3C/style%3E%3Cpath d=\'M14 5.9l-9.6 9.5c-.8.8-1.3 1.8-1.6 3L2 22l3.7-.7c1.2-.3 2.2-.8 3-1.6l9.6-9.6L14 5.9zm4.3 4.2l3.2-3.2c.8-.9.7-2.6-.5-3.9-1.2-1.2-2.9-1.4-3.8-.4L14 5.9\' class=\'st0\'/%3E%3C/svg%3E");
	margin-right: 8px;
}

table.express-cart .ec-edit-row.nitro-lazy {
	background-image: none !important;
}

table.express-cart .ec-remove-row {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' id=\'Layer_1\' viewBox=\'0 0 24 24\'%3E%3Cstyle%3E.st0{fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}%3C/style%3E%3Cpath d=\'M20 6l-2.4 15.2a1 1 0 0 1-1 .8H7.4a1 1 0 0 1-1-.8L4 6M3 6h18m-4 0l-1.7-3.4c-.2-.4-.5-.6-.9-.6H9.6c-.4 0-.7.2-.9.6L7 6\' class=\'st0\'/%3E%3C/svg%3E");
}

table.express-cart .ec-remove-row.nitro-lazy {
	background-image: none !important;
}

table.express-cart .ec-size-breakdown {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 280px;
	background: hsla(0, 0%, 100%, .05);
	padding: 8px 10px;
	border-radius: 5px;
	margin: 10px 0;
}

table.express-cart .ec-size-breakdown .ec-size-breakdown-size {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	text-align: right;
	padding-right: 5px;
}

table.express-cart .ec-size-breakdown .ec-size-breakdown-size .qty-input {
	border: 1px solid #777;
	padding: 4px 8px;
	width: 50px;
	height: 28px;
	color: #b7b7b7;
	font-weight: 600;
	font-size: 15px;
	background: transparent;
	margin-top: 6px;
	margin-bottom: 0;
	color: #fff;
	border-radius: 2px;
	margin-left: 5px;
}

table.express-cart .ec-breakdown-incomplete {
	background-color: crimson;
	border-radius: 3px;
	margin: 10px 0;
	padding: 7px 10px 10px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	display: none;
}

table.express-cart .incomplete .ec-breakdown-incomplete {
	display: block;
}

table.express-cart .edit input {
	border: 1px solid #b7b7b7;
	padding: 4px 8px;
	width: 50px;
	height: 28px;
	color: #b7b7b7;
	font-weight: 600;
	font-size: 15px;
	background: transparent;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #fff;
	border-radius: 2px;
}

table.express-cart .edit-row .ec-edit-row {
	opacity: .2;
	pointer-events: none;
}

.ec-update-qtys {
	display: none;
	margin: 0 0 30px auto;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	padding: 8px 20px;
	font-weight: 600;
	opacity: .85;
	font-size: 15px;
	border-radius: 20px;
}

.ec-update-qtys:focus, .ec-update-qtys:hover {
	opacity: 1;
}

.ec-shipping-options {
	text-align: left;
	margin-top: 20px;
	font-size: 16px;
}

.ec-shipping-options .ec-shipping-option {
	margin-bottom: 8px;
}

.ec-shipping-options .ec-shipping-option input {
	-webkit-appearance: none;
	appearance: none;
}

.ec-shipping-options .ec-shipping-option .ec-styled-radio {
	border: 2px solid #979797;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	background-color: transparent;
	top: 3px;
	margin: 0 10px 0 15px;
}

.ec-shipping-options .ec-shipping-option .ec-styled-radio:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #a545ff;
	opacity: 0;
}

.ec-shipping-options .ec-shipping-option input:checked+label>.ec-styled-radio:before {
	opacity: 1;
}

.ec-coupon-form {
	text-align: right;
	margin-bottom: 15px;
}

.ec-coupon-form input {
	display: inline-block;
	border: 2px solid hsla(0, 0%, 100%, .1);
	border-radius: 4px;
	background: transparent;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 700;
	width: 140px;
	color: #fff;
}

.ec-totals-block {
	width: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}

.ec-totals-block .total-label {
	text-align: right;
	opacity: .75;
	padding-right: 25px;
}

.ec-totals-block .total-amount {
	padding-right: 20px;
}

.ec-totals-block .total-amount.shipping-amount input {
	border: 1px solid #777;
	padding: 4px 8px;
	width: 115px;
	height: 28px;
	color: #b7b7b7;
	font-weight: 600;
	font-size: 13px;
	background: transparent;
	margin-bottom: 0;
	color: #fff;
	border-radius: 2px;
}

.ec-totals-block .final-amount, .ec-totals-block .final-label {
	font-size: 20px;
	padding-top: 7px;
}

.express-cart-in .overlay-bg-fade {
	opacity: 1;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 10;
}

.express-cart-in #express-cart {
	transform: none;
	box-shadow: none;
}

.hide-express-cart #express-cart {
	display: none !important;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) footer.site-footer, body.woocommerce-checkout.express-checkout:not(.pm-microsite) header.banner-hybrid {
	display: none !important;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .breadcrumb-leader, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .page-header {
	display: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) aside#express-cart, body.woocommerce-checkout.express-checkout:not(.pm-microsite) aside#quote-cart {
	display: none !important;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) h3#order_review_heading {
	display: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout-simple-header {
	height: 100px;
	text-align: center;
	padding: 37px 20px 20px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 0;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout-simple-header img {
	width: 178px;
	height: 33px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) #customer_details {
	display: block;
	margin-left: auto;
	width: 500px;
	margin-right: 70px;
	margin-top: 40px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) #order_review {
	display: block;
	margin-left: auto;
	width: 500px;
	margin-right: 70px;
	margin-bottom: 70px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-form-coupon-toggle {
	display: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-billing-fields__field-wrapper, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-shipping-fields__field-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-billing-fields, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-shipping-fields {
	max-width: 680px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row {
	margin: 0 0 12px;
	position: relative;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row.form-row-wide {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row.form-row-first, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row.form-row-last {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row.form-row-third {
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row label {
	font-size: 12px;
	position: absolute;
	top: 3px;
	left: 17px;
	pointer-events: none;
	opacity: .7;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row label svg {
	display: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row input, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row select, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row textarea {
	width: 100%;
	height: 50px;
	font-size: 15px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	padding-left: 17px;
	padding-top: 15px;
	color: #000;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row .select2-container .select2-selection {
	width: 100%;
	height: 50px;
	font-size: 15px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	padding-left: 10px;
	padding-top: 16px;
	background: transparent;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .checkout #customer_details .form-row .select2-container .select2-selection__arrow {
	top: 13px;
	right: 13px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) #ship-to-different-address {
	font-size: 16px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) #ship-to-different-address input {
	margin-right: 10px;
	position: relative;
	top: -2px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) #order_comments_field {
	display: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment {
	clear: left;
	margin-top: 20px;
	background: #efefef;
	padding: 20px;
	border-radius: 4px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .container {
	width: 100%;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce #woocommerce-express-cart-review {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	border-left: 1px solid #dfdfdf;
	background-color: #fafafa;
	padding-top: 40px;
	min-height: calc(100vh - 100px);
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce #woocommerce-express-cart-review .express-cart-review-inner {
	max-width: 420px;
	margin-left: 40px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce .express-cart .ec-image {
	width: 110px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce .express-cart .ec-info {
	color: #555;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce .express-cart .ec-info h3 {
	margin: 0;
	margin-bottom: 6px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce .express-cart .ec-line-total {
	color: #000;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce form.checkout_woocommerce-checkout {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	padding-top: 60px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-NoticeGroup {
	display: block;
	margin-left: auto;
	width: 500px;
	margin-right: 70px;
	margin-top: 40px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-NoticeGroup .woocommerce-error {
	background: rgba(255, 0, 0, .6);
	list-style-type: none;
	border-radius: 4px;
	margin-top: 40px;
	padding: 12px 20px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-NoticeGroup .woocommerce-error li {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	line-height: 1.3;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment {
	margin-top: 40px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment .wc_payment_methods {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment .wc_payment_methods label {
	font-size: 16px;
	font-weight: 700;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment .wc_payment_methods .payment_box p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
	font-size: 14px;
	line-height: 1.4;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment .woocommerce-form__label {
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-payment .woocommerce-form__input {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table {
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table th {
	text-align: left;
	vertical-align: top;
	padding: 7px 15px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table td {
	text-align: right;
	vertical-align: top;
	padding: 4px 15px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table tbody, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table thead {
	display: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table tr.cart_item {
	display: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table tr.shipping {
	background: #efefef;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods {
	list-style-type: none;
	padding: 0;
	margin: 7px 0;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods li {
	font-size: 16px;
	font-weight: 600;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .woocommerce-shipping-totals th {
	padding-top: 13px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) button#place_order {
	background-image: linear-gradient(172deg, #f6a4d4, #a545ff);
	border-radius: 27px;
	height: 54px;
	width: calc(100% - 30px);
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	letter-spacing: .8px;
	text-shadow: 0 0 4px rgba(0, 0, 0, .14);
	margin: 10px 15px 20px;
	border: 0;
	opacity: .85;
	padding-top: 0;
	text-transform: none;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .ec-totals-block {
	width: 100%;
	font-size: 14px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .ec-totals-block .total-label {
	text-align: left;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .ec-totals-block .total-amount {
	text-align: right;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .ec-totals-block .final-amount, body.woocommerce-checkout.express-checkout:not(.pm-microsite) .ec-totals-block .final-label {
	font-size: 16px;
}

body.woocommerce-checkout.express-checkout:not(.pm-microsite) .ec-size-breakdown {
	background: #efefef;
	padding: 7px 10px;
	border-radius: 3px;
	margin-top: 10px 0;
	margin: 10px 0;
	display: block;
}

body.woocommerce-checkout.express-checkout .checkout-stages {
	display: none;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay .woocommerce {
	display: block;
	margin: 30px auto;
	max-width: 400px;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay .checkout-stages {
	display: none;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay .order_details {
	list-style-type: none;
	background: #214fff;
	color: #fff;
	padding: 15px 20px;
	border-radius: 4px;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay .order_details li {
	-ms-flex: auto;
	flex: auto;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form {
	background: rgba(0, 0, 0, .08);
	padding: 15px 20px;
	border-radius: 15px;
	font-size: 15px;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form label {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 6px;
	display: block;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form input[type=number], body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form input[type=text] {
	border: 0;
	padding: 8px 12px;
	width: 100%;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form .form-row-wide {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	margin-bottom: 10px;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form .form-row-first, body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form .form-row-last {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	margin: 0;
	margin-bottom: 10px;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form .form-row-first input, body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form .form-row-last input {
	max-width: 110px;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form input[type=submit] {
	margin-top: 20px;
	border: 0;
	padding-top: 0;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	display: block;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-pay #eway_credit_card_form p.note {
	font-size: 15px;
	margin: 20px 0 0;
	opacity: .9;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-received .woocommerce {
	display: block;
	margin: 30px auto;
	max-width: 400px;
}

body.woocommerce-checkout.express-checkout.woocommerce-order-received a[href*="/account/"] {
	display: none;
}

@media (max-width:1066px) {
	.express-cart-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	table.express-cart .ec-size-breakdown .ec-size-breakdown-size .size-word {
		display: none;
	}
	
	table.express-cart .ec-size-breakdown .ec-size-breakdown-size {
		font-size: 14px;
	}
	
	table.express-cart .ec-size-breakdown .ec-size-breakdown-size .qty-input {
		width: 40px;
		padding: 4px 5px;
		font-size: 14px;
	}
	
	body.woocommerce-checkout:not(.pm-microsite):not(.woocommerce-order-pay) .woocommerce {
		display: block;
	}
	
	body.woocommerce-checkout:not(.pm-microsite):not(.woocommerce-order-pay) .woocommerce #woocommerce-express-cart-review {
		-ms-flex: none;
		flex: none;
		min-height: 0;
	}
	
	body.woocommerce-checkout:not(.pm-microsite):not(.woocommerce-order-pay) .woocommerce #woocommerce-express-cart-review .express-cart-review-inner {
		width: auto;
		max-width: 500px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	
	body.woocommerce-checkout:not(.pm-microsite):not(.woocommerce-order-pay) .woocommerce #customer_details, body.woocommerce-checkout:not(.pm-microsite):not(.woocommerce-order-pay) .woocommerce #order_review {
		width: auto;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:400px) {
	table.express-cart .ec-size-breakdown {
		display: block;
		width: 100px;
	}
	
	table.express-cart .ec-image img {
		width: 75px;
	}
}

/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-base {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}

.noUi-connect {
	height: 100%;
	width: 100%;
}

.noUi-origin {
	height: 10%;
	width: 10%;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	transition: transform .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	height: 3px;
}

.noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	left: -6px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -7px;
	left: auto;
}

.noUi-target {
	background: #999;
}

.noUi-connect {
	background: #23262f;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: none;
	border-radius: 15px;
	background: var(--black);
	cursor: default;
}

[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
	cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	position: absolute;
	background: #ccc;
}

.noUi-marker-sub {
	background: #aaa;
}

.noUi-marker-large {
	background: #aaa;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	transform: translateY(-50%);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	transform: translateY(50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	transform: translate(-50%);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	transform: translateY(-50%);
	top: 50%;
	right: 120%;
}

.woocommerce-products-header {
	padding: 20px 0 25px;
	background: #f7cf60;
	background-color: var(--blue);
	color: #fff;
}

.woocommerce-products-header .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-products-header .container .text {
	-ms-flex: auto;
	flex: auto;
}

.woocommerce-products-header .container .product-cat-trusts {
	-ms-flex: 0 0 450px;
	flex: 0 0 450px;
}

.woocommerce-products-header .page-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.1;
	margin: 0;
	color: #fff;
}

.woocommerce-products-header p {
	font-size: 16px;
	line-height: 1.6;
	color: inherit;
	max-width: 960px;
	margin-bottom: 0;
}

.woocommerce-products-header p a {
	color: inherit;
	text-decoration: underline;
}

.woocommerce-products-header aside.product-cat-trusts {
	background: transparent;
	margin-top: 0;
	height: auto;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce-products-header aside.product-cat-trusts .product-cat-trust {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: var(--white);
	max-width: 145px;
}

.woocommerce-products-header aside.product-cat-trusts .product-cat-trust img {
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 36px;
}

@media (max-width:900px) {
	.woocommerce-products-header .container {
		display: block;
	}
	
	.woocommerce-products-header aside.product-cat-trusts {
		margin-top: 30px;
	}
}

@media (max-width:880px) {
	.woocommerce-products-header aside.product-cat-trusts .product-cat-trust {
		font-size: 12px;
	}
}

.post-type-archive-product label.product-filter__item, .tax-product_cat label.product-filter__item {
	padding: 7px 10px 0 0 !important;
}

.post-type-archive-product label.product-filter__item span, .tax-product_cat label.product-filter__item span {
	display: block;
	padding-left: 30px;
	position: relative;
}

.post-type-archive-product label.product-filter__item input, .tax-product_cat label.product-filter__item input {
	top: 10px !important;
}

.post-showroom-message {
	text-align: center;
	background: #efefef;
	padding: 20px;
}

.woocommerce-result-count {
	width: 100%;
	opacity: .5;
	clear: both;
	text-align: center;
}

.woocommerce-ordering {
	position: relative;
	z-index: 9;
	margin-bottom: 5px;
	float: right;
}

.woocommerce-ordering select {
	-webkit-appearance: none;
	color: inherit;
	position: relative;
	display: inline-block;
	border: 2px solid #d5d5d5;
	background: transparent;
	border-radius: 20px;
	height: 36px;
	padding: 0 35px 0 14px;
	font-size: 15px;
	font-weight: 700;
	margin-right: 0;
	margin-bottom: 10px;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'11\' height=\'8\'%3E%3Cpath fill=\'%238492A6\' fill-rule=\'evenodd\' d=\'M0 1.65L1.65 0 5.5 3.85 9.35 0 11 1.65l-5.5 5.5z\'/%3E%3C/svg%3E");
	background-position: right 12px top 14px;
	background-size: 11px 8px;
	background-repeat: no-repeat;
	width: 220px;
}

.woocommerce-ordering select.nitro-lazy {
	background-image: none !important;
}

.woocommerce-ordering select.per-page {
	width: 150px;
	margin-right: 5px;
}

.woocommerce-ordering .show-per-page {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	margin-right: 15px;
	vertical-align: top;
	margin-bottom: 10px;
}

.woocommerce-ordering .show-per-page span {
	opacity: 1;
	display: inline-block;
	margin-top: 9px;
	color: #3c4858;
}

.woocommerce-ordering .show-per-page a {
	color: #3c4858;
	opacity: .5;
	margin-left: 3px;
	display: inline-block;
	padding: 10px 4px 0;
	line-height: 1;
	height: 32px;
	vertical-align: top;
}

.woocommerce-ordering .show-per-page a:focus, .woocommerce-ordering .show-per-page a:hover {
	text-decoration: none;
	opacity: 1;
}

.woocommerce-ordering .show-per-page a.active {
	opacity: 1;
}

.woocommerce-ordering .column-toggle {
	border: 1px solid #d5d5d5;
	height: 32px;
	width: 40px;
	margin-right: 3px;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: top;
	cursor: pointer;
	background: #fff;
	position: relative;
	display: none;
}

.woocommerce-ordering .column-toggle.four-columns:before {
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'58\' height=\'39\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0 0h10v17H0zm16 0h10v17H16zm16 0h10v17H32zM0 22h10v17H0zm16 0h10v17H16zm16 0h10v17H32zM48 0h10v17H48zm0 22h10v17H48z\' fill-rule=\'evenodd\'/%3E%3C/svg%3E");
	background-size: auto 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
}

.woocommerce-ordering .column-toggle.six-columns {
	margin-right: 12px;
}

.woocommerce-ordering .column-toggle.six-columns:before {
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'57\' height=\'39\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0 0h7v17H0zM12 0h7v17h-7zM24 0h7v17h-7zM36 0h7v17h-7zM48 0h7v17h-7zM0 19h7v18H0zM12 19h7v18h-7zM24 19h7v18h-7zM36 19h7v18h-7zM48 19h7v18h-7z\'/%3E%3C/svg%3E");
	background-size: auto 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
}

.woocommerce-ordering .column-toggle.active:before {
	opacity: 1;
}

.woocommerce-per-page {
	margin-right: 15px;
	width: 140px;
}

.woocommerce-per-page select {
	width: 100%;
}

.category-subcats {
	padding-top: 20px;
	background: var(--lightgrey);
	overflow: hidden;
	width: 100%;
	position: relative;
	scroll-behavior: smooth;
}

.category-subcats .product-cat-arrows {
	position: absolute;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	top: 50%;
	left: 0;
	margin-top: -20px;
	display: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'8\' height=\'13\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.4 1.5l-4.8 5m4.8 5l-4.8-5\' stroke=\'%23000\' stroke-width=\'2\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-size: 20px auto;
	background-position: 50%;
	background-repeat: no-repeat;
}

.category-subcats .product-cat-arrows.nitro-lazy {
	background-image: none !important;
}

.category-subcats .product-cat-arrows.arrow-right {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.category-subcats .product-cat-arrows.disabled {
	opacity: .3;
	pointer-events: none;
}

.category-subcats .subcats {
	margin: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100vw;
	overflow-x: scroll;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.category-subcats .subcats::-webkit-scrollbar {
	display: none;
}

.category-subcats .subcats .product-category {
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	margin: 0 5px 10px;
	border-radius: 5px;
	padding-bottom: 10px;
	background-color: var(--white);
}

.category-subcats .subcats .product-category:first-child {
	margin-left: 15px;
}

.category-subcats .subcats .product-category:last-child {
	margin-right: 15px;
}

.category-subcats .subcats .product-category img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 5px 5px 0 0;
}

.category-subcats .subcats .product-category .woocommerce-loop-category__title {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.3;
	color: var(--black);
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	margin-top: 2px;
}

.category-subcats .subcats .product-category .woocommerce-loop-category__title .count {
	opacity: .5;
	font-weight: 400px;
	background: none;
	padding: 0;
}

@media (max-width:800px) {
	.category-subcats {
		padding: 40px 0 30px;
	}
	
	.category-subcats .subcats .product-category {
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 130px;
	}
}

@media (max-width:510px) {
	.category-subcats.no-of-subcats-3 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-3 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-3 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-3 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:630px) {
	.category-subcats.no-of-subcats-4 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-4 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-4 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-4 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:750px) {
	.category-subcats.no-of-subcats-5 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-5 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-5 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-5 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:870px) {
	.category-subcats.no-of-subcats-6 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-6 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-6 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-6 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:990px) {
	.category-subcats.no-of-subcats-7 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-7 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-7 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-7 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:1110px) {
	.category-subcats.no-of-subcats-8 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-8 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-8 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-8 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:1260px) {
	.category-subcats.no-of-subcats-9 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-9 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-9 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-9 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:1400px) {
	.category-subcats.no-of-subcats-10 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-10 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-10 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-10 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:1530px) {
	.category-subcats.no-of-subcats-11 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-11 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-11 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-11 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:1670px) {
	.category-subcats.no-of-subcats-12 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-12 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-12 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-12 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:1810px) {
	.category-subcats.no-of-subcats-13 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-13 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-13 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-13 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:1950px) {
	.category-subcats.no-of-subcats-14 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-14 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-14 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-14 .product-category:last-child {
		margin-right: 40px;
	}
}

@media (max-width:2090px) {
	.category-subcats.no-of-subcats-15 .subcats {
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.category-subcats.no-of-subcats-15 .product-cat-arrows {
		display: inline-block;
	}
	
	.category-subcats.no-of-subcats-15 .product-category:first-child {
		margin-left: 40px;
	}
	
	.category-subcats.no-of-subcats-15 .product-category:last-child {
		margin-right: 40px;
	}
}

.product-grid-wrap {
	background: var(--lightgrey);
	padding: 20px 0 60px;
}

.product-grid-wrap .product-category-explore {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.1;
	text-align: center;
	letter-spacing: .5px;
	margin: 0 0 40px;
}

.product-grid-wrap.show-subcats .products {
	-ms-flex-pack: center;
	justify-content: center;
}

.product-grid-wrap .product-cat-top-products {
	margin-top: 60px;
}

.product-grid-wrap .product-cat-top-products h2 {
	text-align: center;
}

.product-grid-wrap .product-cat-top-products .products {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-grid-wrap .product-grid-products {
	padding-top: 20px;
	clear: both;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-grid-wrap .product-grid-products.reloading {
	position: relative;
}

.product-grid-wrap .product-grid-products.reloading ul.products {
	min-height: 420px;
}

.product-grid-wrap .product-grid-products.reloading:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: hsla(0, 0%, 96%, .7);
	background-image: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/optimized/rev-f6a969f/goodthings.com.au/wp-content/themes/promotive/dist/images/rocket-blue.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60px auto;
}

.product-grid-wrap .product-grid-products .products .product {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
}

.product-grid-wrap .product-grid-products .products .product-open-chat-ad {
	background-color: gold;
	text-align: center;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-grid-wrap .product-grid-products .products .product-open-chat-ad .product-ad-inner {
	font-size: 16px;
	line-height: 1.3;
}

.product-grid-wrap .product-grid-products .products .product-open-chat-ad .product-ad-inner h4 {
	margin-top: 0;
	font-size: 18px;
}

.product-grid-wrap .product-grid-products .products .product-open-chat-ad .product-ad-inner button {
	margin-top: 15px;
	border: 0;
	border-radius: 30px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 30px;
}

.product-grid-wrap .product-grid-products .products .download-link, .product-grid-wrap .product-grid-products .products .product-category {
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 15px;
}

.product-grid-wrap .product-grid-products .products .download-link .woocommerce-loop-category__title, .product-grid-wrap .product-grid-products .products .product-category .woocommerce-loop-category__title {
	font-size: 15px;
}

.product-grid-wrap .product-grid-products .products.columns-4 .product {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
}

.product-grid-wrap .product-grid-products .term-description {
	display: none;
}

.product-grid-wrap .product-grid-products .term-description p {
	font-size: 16px;
	line-height: 20px;
}

@media (max-width:1200px) {
	.product-grid-wrap .product-grid-products .products.columns-4 .product {
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
	}
}

@media (max-width:768px) {
	.product-grid-wrap .product-grid-products .products .product {
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
	}
	
	.product-grid-wrap .product-grid-products .products .download-link, .product-grid-wrap .product-grid-products .products .product-category {
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
	}
	
	.product-grid-wrap .product-grid-products .products.columns-3 .product, .product-grid-wrap .product-grid-products .products.columns-4 .product {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
	
	.product-grid-wrap .product-grid-products .products.columns-3 .product .min-qty-allowed, .product-grid-wrap .product-grid-products .products.columns-4 .product .min-qty-allowed {
		float: none;
		text-align: left;
		margin-left: 15px;
		margin-bottom: 5px;
	}
	
	.product-grid-wrap .product-grid-products .products.columns-3 .product .pricing-info .from, .product-grid-wrap .product-grid-products .products.columns-4 .product .pricing-info .from {
		max-width: 100%;
	}
	
	.product-grid-wrap .product-grid-products .products.columns-3 .product .free-shipping, .product-grid-wrap .product-grid-products .products.columns-4 .product .free-shipping {
		font-size: 11px;
	}
	
	.product-grid-wrap .product-cat-top-products .products .product {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}

@media (max-width:520px) {
	.product-grid-wrap .product-grid-products .products .download-link, .product-grid-wrap .product-grid-products .products .product, .product-grid-wrap .product-grid-products .products .product-category {
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
	}
}

.contact-product-cat {
	position: relative;
	margin-top: 40px;
}

.contact-product-cat:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 50%;
	background: var(--lightgrey);
}

.contact-product-cat .contact-product-cat-box {
	display: -ms-flexbox;
	display: flex;
	background-color: var(--blue);
	padding: 50px;
	border-radius: 12px;
	-ms-flex-align: center;
	align-items: center;
}

.contact-product-cat .contact-product-cat-box .text-column {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	padding-right: 60px;
}

.contact-product-cat .contact-product-cat-box .contact-column {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.contact-product-cat h2 {
	margin: 0;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: .5px;
	color: var(--white);
}

.contact-product-cat p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: var(--white);
	margin-bottom: 0;
}

.contact-product-cat a {
	padding: 12px 12px 0;
	height: 42px;
	background: hsla(0, 0%, 100%, .1);
	border-radius: 30px;
	margin-bottom: 8px;
	margin-top: 8px;
	display: inline-block;
	color: var(--white);
}

.contact-product-cat .email, .contact-product-cat .messenger, .contact-product-cat .telephone {
	padding-left: 50px;
	position: relative;
}

.contact-product-cat .email:before, .contact-product-cat .messenger:before, .contact-product-cat .telephone:before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	left: 11px;
	background-position: 50%;
	background-repeat: no-repeat;
}

.contact-product-cat .email:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2z\' fill=\'%23fff\'/%3E%3Cpath d=\'M22 6l-10 7L2 6\' stroke=\'%23214FFF\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.contact-product-cat .telephone:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'19\' height=\'19\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.88 14.2v2.82a1.89 1.89 0 0 1-2.06 1.89 18.64 18.64 0 0 1-8.13-2.9 18.38 18.38 0 0 1-5.66-5.65 18.65 18.65 0 0 1-2.9-8.17A1.89 1.89 0 0 1 2.02.13h2.83a1.89 1.89 0 0 1 1.89 1.62c.12.9.34 1.8.66 2.65a1.89 1.89 0 0 1-.43 1.99l-1.2 1.2a15.08 15.08 0 0 0 5.66 5.65l1.2-1.2a1.88 1.88 0 0 1 1.99-.42c.85.32 1.74.54 2.64.66a1.89 1.89 0 0 1 1.63 1.91z\' fill=\'%23fff\'/%3E%3C/svg%3E");
}

.contact-product-cat .messenger:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'18\' height=\'19\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.06 17.92A8.86 8.86 0 1 0 9.06.2a8.86 8.86 0 0 0 0 17.72z\' fill=\'%23fff\'/%3E%3Cpath d=\'M4.28 11.18l2.3-3.64a1.15 1.15 0 0 1 1.6-.34l2.16 1.45 2.62-1.95a.54.54 0 0 1 .61-.01c.24.17.31.51.12.75l-2.53 3.53c-.32.47-.97.58-1.43.26L7.61 9.8l-2.63 2.03a.5.5 0 0 1-.54.03.48.48 0 0 1-.16-.68z\' fill=\'%23214FFF\'/%3E%3Cpath d=\'M3.24 15.32l-.23 2.62c-.02.23.1.45.27.57.18.11.42.11.6.04l2.88-1.4-3.54-1.96\' fill=\'%23fff\'/%3E%3C/svg%3E");
}

@media (max-width:880px) {
	.contact-product-cat .contact-product-cat-box {
		padding: 25px;
		display: block;
	}
	
	.contact-product-cat .contact-product-cat-box .text-column {
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.contact-product-cat .contact-product-cat-box .text-column h2 {
		font-size: 28px;
	}
	
	.contact-product-cat .contact-product-cat-box .text-column p {
		font-size: 16px;
	}
}

aside.product-cat-trusts {
	background-color: var(--white);
	max-width: 1040px;
	margin: 0 auto;
	height: 72px;
	display: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}

aside.product-cat-trusts.top-level {
	display: -ms-flexbox;
	display: flex;
}

aside.product-cat-trusts .product-cat-trust {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: var(--black);
}

aside.product-cat-trusts img {
	max-height: 33px;
	max-width: 48px;
	margin-right: 10px;
	vertical-align: top;
	margin-top: -4px;
}

@media (max-width:900px) {
	aside.product-cat-trusts {
		height: auto;
		padding: 12px 10px;
		display: -ms-flexbox;
		display: flex;
	}
	
	aside.product-cat-trusts .product-cat-trust {
		text-align: center;
		font-size: 12px;
		-ms-flex: 1;
		flex: 1;
	}
	
	aside.product-cat-trusts img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 40px;
		max-height: 40px;
		margin-bottom: 8px;
	}
	
	aside.product-cat-trusts img.artwork {
		max-width: 38px;
	}
}

.product-grid-controls {
	padding: 15px 0;
}

.product-grid-controls .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.product-grid-controls .woocommerce-result-count {
	-ms-flex: auto;
	flex: auto;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .5px;
	color: #7d849f;
	padding-right: 40px;
	margin: 0;
}

.product-grid-controls .woocommerce-ordering {
	-ms-flex: auto;
	flex: auto;
	text-align: right;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	color: #7d849f;
	margin-top: 10px;
}

.product-grid-controls .woocommerce-ordering .show-per-page {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.product-grid-controls .woocommerce-ordering .show-per-page a {
	color: #000;
	font-weight: 600;
	margin-left: 3px;
	display: inline-block;
	padding: 3px;
	vertical-align: top;
	position: relative;
	top: -2px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.product-grid-controls .woocommerce-ordering .show-per-page a:focus, .product-grid-controls .woocommerce-ordering .show-per-page a:hover {
	color: var(--blue);
}

.product-grid-controls .woocommerce-ordering .show-per-page a.active {
	border: 1px solid #444;
}

.product-grid-controls .woocommerce-ordering .column-toggle {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	opacity: .3;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 50%;
	border: 1px solid #ccc;
	margin-right: 3px;
	position: relative;
	top: -4px;
}

.product-grid-controls .woocommerce-ordering .column-toggle.four-columns {
	background-image: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/optimized/rev-f6a969f/goodthings.com.au/wp-content/themes/promotive/dist/images/columns-4.svg");
}

.product-grid-controls .woocommerce-ordering .column-toggle.four-columns.nitro-lazy {
	background-image: none !important;
}

.product-grid-controls .woocommerce-ordering .column-toggle.six-columns {
	background-image: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/optimized/rev-f6a969f/goodthings.com.au/wp-content/themes/promotive/dist/images/columns-6.svg");
}

.product-grid-controls .woocommerce-ordering .column-toggle.six-columns.nitro-lazy {
	background-image: none !important;
}

.product-grid-controls .woocommerce-ordering .column-toggle.three-columns {
	background-image: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/optimized/rev-f6a969f/goodthings.com.au/wp-content/themes/promotive/dist/images/columns-3.svg");
}

.product-grid-controls .woocommerce-ordering .column-toggle.three-columns.nitro-lazy {
	background-image: none !important;
}

.product-grid-controls .woocommerce-ordering .column-toggle.active, .product-grid-controls .woocommerce-ordering .column-toggle:focus, .product-grid-controls .woocommerce-ordering .column-toggle:hover {
	opacity: 1;
}

.product-grid-controls .woocommerce-ordering select.orderby {
	-webkit-appearance: none;
	appearance: none;
	margin-left: 14px;
	margin-top: 2px;
	font-weight: 700;
	border: 0;
	color: #7d849f;
	padding-right: 25px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'12\' height=\'8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 1.5l5 5 5-5\' stroke=\'%23000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	background-position: top 6px right 0;
	background-size: 12px 8px;
	background-repeat: no-repeat;
}

.product-grid-controls .woocommerce-ordering select.orderby.nitro-lazy {
	background-image: none !important;
}

@media (max-width:840px) {
	.product-grid-controls .woocommerce-ordering {
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
	}
}

@media (max-width:650px) {
	.product-grid-controls .container {
		display: block;
	}
	
	.product-grid-controls .woocommerce-ordering, .product-grid-controls .woocommerce-result-count {
		font-size: 14px;
		text-align: center;
		padding-right: 0;
	}
	
	.product-grid-controls .woocommerce-ordering .column-toggle, .product-grid-controls .woocommerce-ordering .show-per-page {
		display: none;
	}
}

.product-grid-wrap .cant-find-cta {
	transform: translateX(101%);
	position: fixed;
	right: -20px;
	bottom: 130px;
	width: 180px;
	border-radius: 8px 0 0 8px;
	background-color: gold;
	padding: 15px 30px 15px 10px;
	transition: transform .7s ease-in-out, right .2s ease-in-out;
	z-index: 20;
}

.product-grid-wrap .cant-find-cta.in {
	transform: none;
}

.product-grid-wrap .cant-find-cta:focus, .product-grid-wrap .cant-find-cta:hover {
	right: 0;
}

.product-grid-wrap .cant-find-cta .inner {
	position: relative;
}

.product-grid-wrap .cant-find-cta .close {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 4;
}

.product-grid-wrap .cant-find-cta .close svg {
	width: 16px;
	height: 16px;
	opacity: .5;
}

.product-grid-wrap .cant-find-cta .cant-find-cta-link, .product-grid-wrap .cant-find-cta .internal-showroom-link {
	display: block;
	position: relative;
	z-index: 3;
	text-align: center;
	cursor: pointer;
}

.product-grid-wrap .cant-find-cta .cant-find-cta-link img, .product-grid-wrap .cant-find-cta .internal-showroom-link img {
	width: 60px;
	height: 64px;
	margin-bottom: 5px;
}

.product-grid-wrap .cant-find-cta .cant-find-cta-link h3, .product-grid-wrap .cant-find-cta .internal-showroom-link h3 {
	font-weight: 800;
	margin: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.2em;
}

.product-grid-wrap .cant-find-cta .cant-find-cta-link p, .product-grid-wrap .cant-find-cta .internal-showroom-link p {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}

.product-grid-wrap .cant-find-cta .cant-find-cta-link .cant-find-cta-btn, .product-grid-wrap .cant-find-cta .internal-showroom-link .cant-find-cta-btn {
	background: #fff;
	border: 0;
	border-radius: 30px;
	height: 32px;
	margin-top: 15px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .5px;
}

.product-grid-wrap .cant-find-cta .cant-find-cta-link:focus, .product-grid-wrap .cant-find-cta .cant-find-cta-link:hover, .product-grid-wrap .cant-find-cta .internal-showroom-link:focus, .product-grid-wrap .cant-find-cta .internal-showroom-link:hover {
	text-decoration: none;
}

.product-grid-wrap .product-filters-toggle {
	display: none;
}

.product-grid-wrap .product-grid-sidebar {
	width: 100%;
}

.product-grid-wrap .product-filters {
	margin-bottom: 5px;
	width: 100%;
	z-index: 8;
	position: relative;
}

.product-grid-wrap .product-filters.open {
	display: block;
}

.product-grid-wrap .product-filters span.filter-heading {
	font-size: 15px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 8px;
	color: #3c4858;
}

.product-grid-wrap .product-filters input.apply-filter {
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	border: 0;
	cursor: pointer;
	background: var(--blue);
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0 0 3px 3px;
	font-size: 1.3rem;
}

.product-grid-wrap .product-filters input.apply-filter:focus, .product-grid-wrap .product-filters input.apply-filter:hover {
	background: var(--blue-dark);
}

.product-grid-wrap .product-filters .show-filters-sidebar {
	background: transparent;
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #d5d5d5;
	border-radius: 20px;
	height: 36px;
	padding: 4px 20px 3px;
	font-size: 15px;
	text-align: center;
}

.product-grid-wrap .product-filters .product-filter {
	position: relative;
	display: inline-block;
	border: 2px solid #d5d5d5;
	border-radius: 20px;
	height: 36px;
	padding: 7px 35px 4px 14px;
	font-size: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'11\' height=\'8\'%3E%3Cpath fill=\'%238492A6\' fill-rule=\'evenodd\' d=\'M0 1.65L1.65 0 5.5 3.85 9.35 0 11 1.65l-5.5 5.5z\'/%3E%3C/svg%3E");
	background-position: right 12px top 14px;
	background-size: 11px 8px;
	background-repeat: no-repeat;
	font-weight: 700;
}

.product-grid-wrap .product-filters .product-filter.nitro-lazy {
	background-image: none !important;
}

.product-grid-wrap .product-filters .product-filter:focus, .product-grid-wrap .product-filters .product-filter:hover {
	border-color: rgba(var(--blue), .6);
}

.product-grid-wrap .product-filters .product-filter.secondary {
	display: none;
}

.product-grid-wrap .product-filters .product-filter.admin-filter {
	display: none;
}

.product-grid-wrap .product-filters .product-filter.open {
	z-index: 3;
}

.product-grid-wrap .product-filters .product-filter.open .product-filter__options {
	display: inline-block;
	width: 320px;
	top: 40px;
	border-radius: 8px;
}

.product-grid-wrap .product-filters .product-filter.open .product-filter__options .apply-filter {
	display: none;
}

.product-grid-wrap .product-filters .product-filter.filter-on {
	background-color: var(--blue);
	color: #fff;
	border-color: var(--blue);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'11\' height=\'8\'%3E%3Cpath fill=\'%23FFF\' fill-rule=\'evenodd\' d=\'M0 1.65L1.65 0 5.5 3.85 9.35 0 11 1.65l-5.5 5.5z\'/%3E%3C/svg%3E");
}

.product-grid-wrap .product-filters .product-filter.filter-on.nitro-lazy {
	background-image: none !important;
}

.product-grid-wrap .product-filters .product-filter.product-filter-gold-tick {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'27\' height=\'22\'%3E%3Cdefs%3E%3CradialGradient id=\'a\' cx=\'60.267%25\' cy=\'55.882%25\' r=\'92.489%25\' fx=\'60.267%25\' fy=\'55.882%25\' gradientTransform=\'matrix(0 1 -.774 0 1.035 -.044)\'%3E%3Cstop offset=\'0%25\' stop-color=\'%23FCC330\'/%3E%3Cstop offset=\'100%25\' stop-color=\'%23D27001\'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill=\'url(%23a)\' d=\'M.975 13.847a3.117 3.117 0 0 1-.758-3.406A3.158 3.158 0 0 1 3.103 8.45c.812 0 1.623.283 2.26.871l5.44 5.202L21.62.875l.395.283-.395-.283.11-.109c.658-.544 1.447-.805 2.237-.761h.044a3.17 3.17 0 0 1 2.184 1.04c.56.62.848 1.436.8 2.268v.043a3.136 3.136 0 0 1-1.031 2.09l-13.01 15.692-.088.087a3.178 3.178 0 0 1-4.278-.109L.975 13.847z\'/%3E%3C/svg%3E");
	background-size: 18px 15px;
	background-position: 50%;
	padding-right: 14px;
	width: 45px;
	vertical-align: top;
}

.product-grid-wrap .product-filters .product-filter.product-filter-gold-tick.nitro-lazy {
	background-image: none !important;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	background: #ddf3ff;
	width: 100%;
	border: 1px solid #d5d5d5;
	z-index: 2;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.product-grid-wrap .product-filters .product-filter .product-filter__options .product-filter__options-list {
	overflow: auto;
	padding: 8px 7px 10px;
	column-count: 2;
	column-gap: 10px;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options .none-available {
	display: inline-block;
	padding: 0 10px;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options .clear-filter-selection {
	display: none;
	margin-top: 5px;
	padding-left: 6px;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2em;
	width: 100%;
	column-span: all;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options .product-filter__item {
	display: block;
	vertical-align: top;
	line-height: 1.23;
	font-weight: 600;
	font-size: 14px;
	break-inside: avoid;
	break-inside: avoid-column;
	color: #000;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options .product-filter__item.disabled {
	opacity: .4;
	pointer-events: none;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options .product-filter__item.hidden {
	display: none;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options label {
	padding: 7px 10px 0 30px;
	display: block;
	margin-bottom: 0;
	line-height: 1.3em;
	position: relative;
	cursor: pointer;
}

.product-grid-wrap .product-filters .product-filter .product-filter__options label input {
	margin-right: 4px;
	position: absolute;
	left: 6px;
	top: 8px;
}

.product-grid-wrap .product-filters .product-filter.colour-filter .product-filter__options-list .product-filter__item {
	height: 28px;
	width: 28px;
	margin-top: 6px;
	margin-left: 5px;
	border: 1px solid transparent;
	display: inline-block;
	border-radius: 28px;
	padding: 0;
}

.product-grid-wrap .product-filters .product-filter.colour-filter .product-filter__options-list input {
	display: none;
}

.product-grid-wrap .product-filters .product-filter.colour-filter .product-filter__options-list input:checked+.product-filter__item {
	border: 2px solid var(--blue);
}

.product-grid-wrap .product-filters .clear-filter-selection-desktop {
	font-size: 1.3rem;
	font-weight: 700;
	display: none !important;
}

.product-grid-wrap .product-filters .current-filters {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 14px;
	display: inline-block;
	width: auto;
}

.product-grid-wrap .product-filters .current-filters .label {
	opacity: .5;
	display: inline-block;
	margin-right: 4px;
}

.product-grid-wrap .product-filters .current-filters a {
	display: inline-block;
	margin-left: 10px;
}

.product-grid-wrap .product-filters .colour-filter .product-filter__options .product-filter__options-list, .product-grid-wrap .product-filters .product-filter-price .product-filter__options .product-filter__options-list {
	column-count: 1;
}

.product-grid-wrap .product-filters .product-filter-price .product-filter__options .clear-filter-selection {
	margin-left: 10px;
	margin-top: 12px;
}

.product-grid-wrap .filter-price-slider {
	display: none;
	margin: 10px 20px;
}

.product-grid-wrap .filter-price-values {
	display: -ms-flexbox;
	display: flex;
	display: none;
}

.product-grid-wrap .filter-price-values .filter-price-max-value, .product-grid-wrap .filter-price-values .filter-price-min-value {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 15px;
}

.product-grid-wrap .filter-price-values .filter-price-max-value {
	text-align: right;
}

.product-grid-wrap .price-filters-inputs label {
	margin-left: 0;
	padding-left: 0;
}

.product-grid-wrap .price-filters-inputs input {
	border: 0;
}

.product-grid-wrap .price-filters-inputs .dollar-input {
	background: #fff;
	position: relative;
	width: 80px;
	height: 32px;
}

.product-grid-wrap .price-filters-inputs .dollar-input:before {
	content: "$";
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 16px;
	font-weight: 400;
}

.product-grid-wrap .price-filters-inputs .dollar-input input {
	width: 100%;
	padding-left: 20px;
	height: 32px;
	font-size: 16px;
	padding-top: 2px;
}

.product-grid-wrap .price-filters-inputs .price-filter-min {
	margin-left: 10px;
}

.product-grid-wrap .price-filters-inputs .price-filter-max, .product-grid-wrap .price-filters-inputs .price-filter-min {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.product-grid-wrap .price-filters-inputs .price-filter-max label, .product-grid-wrap .price-filters-inputs .price-filter-min label {
	padding: 0 !important;
	margin-bottom: 2px;
}

.product-grid-wrap .price-filters-inputs .price-filter-max {
	width: 80px;
}

.product-grid-wrap .term-description p {
	font-size: 16px;
	line-height: 20px;
}

.is-admin-user .product-grid-wrap .product-filters .product-filter.admin-filter {
	display: inline-block;
}

.product-grid-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-grid-container.show-filter-sidebar button.show-filters-sidebar {
	background-color: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.product-grid-container.show-filter-sidebar .product-grid-filters {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	display: block;
}

.product-grid-container.show-filter-sidebar .product-grid-products {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
}

.product-grid-container .product-grid-filters {
	display: none;
	margin-top: 20px;
}

.product-grid-container .product-grid-filters .product-grid-filters-sidebar {
	border-radius: 8px;
	background: #fff;
	padding: 15px;
	position: sticky;
	top: 165px;
}

.product-grid-container .product-grid-filters .product-grid-filters-sidebar .show-filters-sidebar {
	display: none;
}

.product-grid-container .product-grid-filters span.filter-heading {
	display: none;
}

.product-grid-container .product-grid-filters .product-filters {
	z-index: 1;
}

.product-grid-container .product-grid-filters .product-filters .product-filter {
	width: 100%;
	display: block;
	border: 0;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
	height: auto;
	margin-bottom: 0;
	background-position: right 12px top 21px;
}

.product-grid-container .product-grid-filters .product-filters .product-filter.admin-filter {
	display: none;
}

.product-grid-container .product-grid-filters .product-filters .product-filter.product-filter-gold-tick {
	height: 40px;
	width: 100%;
	background-position: 50%;
}

.product-grid-container .product-grid-filters .product-filters .product-filter.filter-on {
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'11\' height=\'8\'%3E%3Cpath fill=\'%238492A6\' fill-rule=\'evenodd\' d=\'M0 1.65L1.65 0 5.5 3.85 9.35 0 11 1.65l-5.5 5.5z\'/%3E%3C/svg%3E");
}

.product-grid-container .product-grid-filters .product-filters .product-filter.filter-on.nitro-lazy {
	background-image: none !important;
}

.product-grid-container .product-grid-filters .product-filters .product-filter.filter-on .product-filter__header {
	color: var(--blue);
}

.product-grid-container .product-grid-filters .product-filters .product-filter.filter-on.product-filter-gold-tick {
	background-color: var(--blue);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'27\' height=\'22\'%3E%3Cdefs%3E%3CradialGradient id=\'a\' cx=\'60.267%25\' cy=\'55.882%25\' r=\'92.489%25\' fx=\'60.267%25\' fy=\'55.882%25\' gradientTransform=\'matrix(0 1 -.774 0 1.035 -.044)\'%3E%3Cstop offset=\'0%25\' stop-color=\'%23FCC330\'/%3E%3Cstop offset=\'100%25\' stop-color=\'%23D27001\'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill=\'url(%23a)\' d=\'M.975 13.847a3.117 3.117 0 0 1-.758-3.406A3.158 3.158 0 0 1 3.103 8.45c.812 0 1.623.283 2.26.871l5.44 5.202L21.62.875l.395.283-.395-.283.11-.109c.658-.544 1.447-.805 2.237-.761h.044a3.17 3.17 0 0 1 2.184 1.04c.56.62.848 1.436.8 2.268v.043a3.136 3.136 0 0 1-1.031 2.09l-13.01 15.692-.088.087a3.178 3.178 0 0 1-4.278-.109L.975 13.847z\'/%3E%3C/svg%3E");
}

.product-grid-container .product-grid-filters .product-filters .product-filter.filter-on.product-filter-gold-tick.nitro-lazy {
	background-image: none !important;
}

.product-grid-container .product-grid-filters .product-filters .product-filter .product-filter__header {
	margin-bottom: 10px;
	margin-top: 10px;
}

.product-grid-container .product-grid-filters .product-filters .product-filter .product-filter__options {
	box-shadow: none;
	border: 0;
	background: transparent;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
}

.product-grid-container .product-grid-filters .product-filters .product-filter .product-filter__options .product-filter__options-list {
	column-count: 1;
	overflow: initial;
	padding-top: 0;
}

.product-grid-container .product-grid-filters .product-filters .product-filter .product-filter__options .product-filter__options-list .clear-filter-selection {
	margin-top: 0;
	margin-left: 0;
}

@media (max-width:900px) {
	.product-grid-wrap {
		padding: 20px 0;
	}
	
	.product-grid-wrap .container {
		display: block;
	}
	
	.product-grid-wrap .show-filters-sidebar {
		display: none;
	}
	
	.product-grid-wrap .product-filters .product-filter.secondary {
		display: inline-block;
	}
	
	.product-grid-wrap .product-filters-toggle {
		color: #7d849f;
		font-weight: 600;
		font-size: 14px;
		letter-spacing: .5px;
		margin-bottom: 20px;
		position: relative;
		clear: both;
		display: inline-block;
		padding-right: 20px;
		margin-top: 8px;
	}
	
	.product-grid-wrap .product-filters-toggle svg {
		display: none;
	}
	
	.product-grid-wrap .product-filters-toggle:after {
		content: "";
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'12\' height=\'8\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 1.5l5 5 5-5\' stroke=\'%237d849f\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
		background-position: 50%;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 6px;
		right: 0;
		width: 12px;
		height: 8px;
		transition: transform .25s ease-in-out;
		transform-origin: center;
	}
	
	.product-grid-wrap .product-filters-toggle:focus, .product-grid-wrap .product-filters-toggle:hover {
		text-decoration: none;
	}
	
	.product-grid-wrap .product-filters-toggle.m-open:after {
		transform: rotate(180deg);
	}
	
	.product-grid-wrap .product-filters {
		display: none;
	}
	
	.product-grid-wrap .product-filters.m-open {
		display: block;
	}
	
	.product-grid-wrap .product-grid-products {
		padding-left: 0;
	}
	
	.product-grid-wrap .apply-filter {
		display: block;
	}
	
	.product-grid-wrap .product-filter.d-open .product-filter__header:after {
		transform: none;
	}
	
	.product-grid-wrap .product-filter.d-open .product-filter__options {
		display: none;
	}
	
	.product-grid-wrap .product-filter.open .product-filter__header:after {
		transform: rotate(180deg);
	}
	
	.product-grid-wrap .product-filter.open .product-filter__options {
		display: block;
	}
	
	.product-grid-wrap .product-filters .term-description {
		display: none;
	}
	
	.product-grid-wrap .term-description {
		display: block;
	}
	
	.product-grid-wrap .product-grid-products .term-description {
		display: block;
	}
	
	.cant-find-cta {
		display: none;
	}
}

.product-cat-listing {
	background: #d2ecef;
	text-align: center;
	padding: 100px 0;
}

.product-cat-listing h1 {
	font-size: 56px;
	line-height: 1.1;
	color: var(--black);
	margin-bottom: 30px;
	margin-top: 0;
}

.product-cat-listing p {
	max-width: 890px;
	margin: 0 auto;
	line-height: 1.4;
}

.top-level-cats {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.top-level-cats a {
	color: var(--black);
}

.top-level-cats li {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	margin-top: 60px;
	display: -ms-flexbox;
	display: flex;
}

.top-level-cats li .category-thumb {
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
}

.top-level-cats li .category-thumb img {
	width: 220px;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
}

.top-level-cats li .category-list {
	-ms-flex: auto;
	flex: auto;
}

.top-level-cats h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: var(--black);
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 0;
	margin-top: 0;
}

.top-level-cats .subcats {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-level-cats .subcats li {
	margin-top: 18px;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
}

.top-level-cats .subcats li:last-child:nth-child(2n) {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media (max-width:1300px) {
	.top-level-cats .subcats li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:1000px) {
	.top-level-cats li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.top-level-cats .subcats li {
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
	}
}

@media (max-width:680px) {
	.product-cat-listing {
		padding: 60px 0;
	}
	
	.product-cat-listing h1 {
		font-size: 36px;
	}
	
	.top-level-cats li .category-thumb {
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}
	
	.top-level-cats li .category-thumb img {
		width: 100px;
		height: 100px;
	}
	
	.top-level-cats .subcats li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.additional_content {
	padding: 60px 0;
}

.additional_content p {
	font-size: 16px;
}

.no-products-found {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-weight: 600;
	padding: 20px 0;
	text-align: center;
}

.no-products-found-form {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 30px;
	text-align: center;
}

.no-products-found-form .gform_wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
	padding: 30px;
	background: rgba(0, 0, 0, .1);
	border-radius: 8px;
}

.no-products-found-form .gform_wrapper h3.gform_title {
	margin-top: 0;
	font-size: 24px;
	text-align: center;
}

.no-products-found-form .gform_wrapper textarea {
	height: 120px;
}

.no-products-found-form .gform_wrapper input.button {
	color: #fff;
	border-radius: 26px;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
}

.no-products-found-form .gform_wrapper input.button:focus, .no-products-found-form .gform_wrapper input.button:hover {
	background-color: var(--blue-dark);
	text-decoration: none;
}

.prefooter {
	padding: 50px 0;
}

.prefooter .prefooter-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prefooter .prefooter-col {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.prefooter h3 {
	color: #b8bbca;
	font-weight: 600;
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.prefooter img {
	max-height: 48px;
	vertical-align: middle;
	margin-right: 25px;
	margin-bottom: 20px;
}

.prefooter .trace-badge img {
	max-height: none;
	margin-right: 0;
	margin-bottom: 0;
}

.prefooter .appa-logo {
	width: 181px;
}

.prefooter .payment-methods {
	width: 184px;
}

.prefooter .lets-encrypt {
	width: 140px;
}

.prefooter .trace {
	max-height: 55px;
}

.prefooter .ecologi {
	max-height: 60px;
}

.prefooter .sedex {
	max-height: 22px;
	margin-right: 0;
}

.prefooter .appawinner {
	max-height: 63px;
}

@media (max-width:910px) {
	.prefooter {
		padding-bottom: 20px;
	}
	
	.prefooter .prefooter-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.prefooter .prefooter-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

footer.site-footer {
	background: var(--blue);
	padding: 60px 0 0;
	overflow: hidden;
	color: #fff;
}

footer.site-footer .footer-row {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer.site-footer .footer-logo-col {
	min-width: 165px;
	-ms-flex: 0 1 250px;
	flex: 0 1 250px;
}

footer.site-footer .footer-logo-col img {
	width: 155px;
}

footer.site-footer h3 {
	opacity: .5;
	font-weight: 600;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
}

footer.site-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer.site-footer ul li {
	margin-bottom: 15px;
	padding-right: 10px;
}

footer.site-footer ul li a {
	color: #fff;
	font-size: 16px;
}

footer.site-footer .footer-form-col {
	-ms-flex: 0 0 480px;
	flex: 0 0 480px;
}

footer.site-footer .footer-form-col .gform_wrapper label {
	display: none;
}

footer.site-footer .footer-form-col .gform_wrapper input, footer.site-footer .footer-form-col .gform_wrapper select {
	height: 55px;
	border-radius: 4px;
	padding: 0 15px !important;
	border-width: 0;
	margin-top: 8px;
}

footer.site-footer .footer-form-col .gform_wrapper .gform_fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer.site-footer .footer-form-col .gform_wrapper li.gfield {
	margin: 0;
	padding: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
}

footer.site-footer .footer-form-col .gform_wrapper li.gfield#field_28_22 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

footer.site-footer .footer-form-col .gform_wrapper li.gfield .ginput_container {
	margin: 0;
}

footer.site-footer .footer-form-col .gform_wrapper textarea {
	height: 90px;
	border: 0;
	border-radius: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}

footer.site-footer .footer-form-col .gform_wrapper .gform_button {
	border: 2px solid #fff;
	height: 40px;
	padding: 7px 25px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 16px;
	border-radius: 40px;
	background: transparent;
	text-align: center;
}

footer.site-footer .footer-form-col .gform_wrapper .gform_button:focus, footer.site-footer .footer-form-col .gform_wrapper .gform_button:hover {
	background-color: #fff;
	color: var(--blue);
}

footer.site-footer .footer-form-col .gform_wrapper .gform_footer {
	margin-top: 10px;
	padding-top: 0;
}

footer.site-footer .subfooter {
	border-top: 1px solid rgba(210, 212, 221, .4);
	padding: 30px 0;
}

footer.site-footer .subfooter .subfooter-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: middle;
	align-items: middle;
}

footer.site-footer .subfooter .subfooter-copyright {
	font-size: 14px;
	-ms-flex: auto;
	flex: auto;
}

footer.site-footer .subfooter .subfooter-copyright img {
	width: 150px;
	margin-bottom: 5px;
}

footer.site-footer .subfooter .subfooter-media {
	-ms-flex: auto;
	flex: auto;
	text-align: right;
}

footer.site-footer .subfooter ul.social-media {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer.site-footer .subfooter ul.social-media li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}

footer.site-footer .subfooter ul.social-media li a {
	opacity: .75;
}

footer.site-footer .subfooter ul.social-media li a:focus, footer.site-footer .subfooter ul.social-media li a:hover {
	opacity: 1;
}

@media (max-width:910px) {
	footer.site-footer .footer-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	footer.site-footer .footer-logo-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	
	footer.site-footer .footer-link-col {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
	}
	
	footer.site-footer .footer-form-col {
		margin-top: 20px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.subfooter .subfooter-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.subfooter .subfooter-copyright {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	
	.subfooter .subfooter-media {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: left;
	}
}
