
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;
	}
}

@charset "UTF-8";

.product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 25px;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product .single-product-left {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	margin-bottom: 60px;
}

.product .summary {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 60px;
}

.product .summary .product_title {
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	margin: 0 0 15px;
}

.product .summary .product_title .name-from-supplier {
	display: block;
	line-height: 36px;
	opacity: .6;
	font-size: 18px;
	letter-spacing: 0;
}

.product .trustpilot-widget {
	position: relative;
	margin-top: 30px;
}

.product .trustpilot-widget-stars-only {
	position: relative;
	margin-top: 10px;
}

.product .product-panel {
	background-color: #f9f9fa;
	padding: 30px;
	padding-top: 10px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.product .product-subheading {
	color: #7d849f;
	font-size: 15px;
}

.product .product-subheading .pricing_from {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d2d4dd;
}

.product .product-subheading .pricing_from .amount {
	font-weight: 600;
	color: var(--blue);
	display: inline-block;
}

.product .product-subheading .min-qty-allowed {
	color: #7d849f;
	font-size: 15px;
	margin: 0;
	display: inline-block;
}

.product .product-subheading .min-qty-allowed-amount {
	font-weight: 600;
}

.product .product-subheading .show-stock-link {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d2d4dd;
	font-size: 15px;
	margin-top: 0;
	cursor: pointer;
	margin-bottom: 0;
}

.product .product-subheading .in-stock-indicator {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d2d4dd;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #27b466;
}

.product .availability-caption {
	margin-top: 5px;
	font-weight: 600;
	color: var(--aqua);
}

.product .clearfix {
	display: none;
}

.product .tabs-for-mobile {
	display: none;
}

.product .onepc-product-desc-badge {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	display: inline-block;
}

.product .onepc-product-desc-badge img {
	max-width: 160px;
}

.product .woocommerce-product-gallery {
	position: relative;
	opacity: 1 !important;
}

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

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

.product .woocommerce-product-gallery .product-badge.orange {
	background-color: #ff8c00;
	color: var(--white);
}

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

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

.product .woocommerce-product-gallery .start-designing {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'33\' height=\'34\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill=\'%23FF5252\' d=\'M33 33.1L0 .1h33z\' fill-rule=\'evenodd\'/%3E%3C/svg%3E");
	background-size: 100% auto;
	border: 0;
	background-color: transparent;
	border-radius: 0 8px 0 0;
	width: 140px;
	height: 140px;
	color: var(--white);
	cursor: pointer;
	opacity: .8;
}

.product .woocommerce-product-gallery .start-designing.nitro-lazy {
	background-image: none !important;
}

.product .woocommerce-product-gallery .start-designing span {
	font-weight: 700;
	display: inline-block;
	transform: rotate(45deg) translateY(-20px);
}

.product .woocommerce-product-gallery .start-designing:focus, .product .woocommerce-product-gallery .start-designing:hover {
	opacity: 1;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__main-image {
	background: var(--white);
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__image-wrapper {
	position: relative;
}

.product .woocommerce-product-gallery .next-image, .product .woocommerce-product-gallery .previous-image {
	border: 0;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 9;
}

.product .woocommerce-product-gallery .previous-image {
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'13\' height=\'23\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11.3 1.2l-10 10 10 10\' stroke=\'%23000\' stroke-width=\'2\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.product .woocommerce-product-gallery .previous-image.nitro-lazy {
	background-image: none !important;
}

.product .woocommerce-product-gallery .next-image {
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'13\' height=\'23\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.3 21.3l10-10-10-10\' stroke=\'%23000\' stroke-width=\'2\' fill=\'none\' fill-rule=\'evenodd\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.product .woocommerce-product-gallery .next-image.nitro-lazy {
	background-image: none !important;
}

.product .size-shop_single {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.product .product-thumbs {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	-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;
	-ms-flex: auto;
	flex: auto;
}

.product .product-thumbs .keen-slider__slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 90px;
	margin-right: 7px;
}

.product .product-thumbs-slider-next, .product .product-thumbs-slider-prev {
	display: none;
}

.product .product-meta-info {
	text-align: right;
	float: right;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: .5px;
	margin: 0;
	color: #7d849f;
}

.product .product-meta-info .sku-label {
	display: inline-block;
	font-weight: 400;
}

.product .product-meta-info .sku {
	display: inline-block;
	color: #7d849f;
	text-transform: uppercase;
}

.product .product-meta-info .free-shipping {
	color: #27b466;
	display: block;
	text-align: right;
	margin-top: 5px;
}

.product .product-meta-info .free-shipping img {
	display: inline-block;
	position: relative;
	margin-left: 6px;
	height: 19px;
	width: 34px;
	top: 5px;
	width: auto;
	filter: invert(52%) sepia(100%) saturate(346%) hue-rotate(94deg) brightness(92%) contrast(87%);
}

.product .product-pricing-block {
	background-color: var(--white);
	border-radius: 8px;
	padding: 30px;
}

.product .product-pricing-block .product_title {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.17;
	color: var(--black);
	margin-top: 0;
}

.product .product-pricing-block .availability-caption {
	font-style: italic;
	margin-bottom: 15px;
}

.product .product-pricing-block form.variations_form.cart {
	float: none;
}

.product .atc-panel.options {
	background: transparent;
	padding: 0;
}

.product .atc-panel .single_variation {
	display: none !important;
}

.product .atc-panel .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.product .atc-panel .price-col {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.product .atc-panel .qty-col {
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	margin-top: 5px;
}

.product .atc-panel .qty-col label {
	color: #070809;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 14px;
}

.product .atc-panel .qty-col .quantity label {
	display: block;
}

.product .atc-panel .qty-col select {
	border-radius: 45px;
	border: 2px solid #d2d4dd;
	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=\'%23D2D4DD\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	color: #070809;
}

.product .atc-panel .qty-col select.nitro-lazy {
	background-image: none !important;
}

.product .atc-panel .qty-col .size-breakdown-note {
	margin-top: 10px;
	line-height: 1.1;
	font-weight: 600;
	opacity: .6;
	max-width: 260px;
	font-size: 17px;
}

.product .atc-panel .qty-col-no-pricing {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 6px;
}

.product .atc-panel .qty-col-no-pricing select.qty {
	display: none;
}

.product .atc-panel .qty-col-no-pricing br {
	display: none;
}

.product .atc-panel .qty-col-no-pricing .custom-qty-dropdown {
	display: block !important;
	background: transparent;
	padding: 0;
	margin-top: 0;
}

.product .atc-panel .qty-col-no-pricing .custom-qty-dropdown label {
	display: none;
}

.product .atc-panel .custom-qty-dropdown {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	margin-top: 15px;
	display: none;
}

.product .atc-panel .custom-qty-dropdown label {
	display: block;
}

.product .atc-panel .custom-qty-dropdown label:before {
	content: none;
}

.product .atc-panel .custom-qty-dropdown br {
	display: none;
}

.product .atc-panel .custom-qty-dropdown .custom-qty {
	border: 2px solid #d2d4dd;
	border-radius: 30px;
	height: 45px;
	padding: 0 20px;
	font-weight: 600;
	width: 170px;
}

.product .atc-panel .unit-price {
	font-weight: 700;
	font-size: 38px;
	color: var(--blue);
}

.product .atc-panel .unit-price small {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	color: #7d849f;
}

.product .atc-panel .shipping-note {
	font-size: 14px;
	letter-spacing: .5px;
	margin-top: 4px;
	font-weight: 600;
	text-transform: uppercase;
}

.product .atc-panel .toggle-bulk-pricing {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	font-weight: 600;
	font-size: 13px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #070809;
	margin-top: 8px;
	opacity: .5;
	display: inline-block;
}

.product .atc-panel .toggle-bulk-pricing .hide {
	display: none;
}

.product .atc-panel .toggle-bulk-pricing.open .hide {
	display: inline;
}

.product .atc-panel .toggle-bulk-pricing.open .show {
	display: none;
}

.product .atc-panel .start-designing {
	display: none;
}

.product .atc-panel .ecologi_plant {
	display: none;
}

.product .product-stock-info-for-staff h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.product .product-stock-info-for-staff .stock-info-table {
	font-size: 13px;
}

.product .product-stock-info-for-staff .updated-note {
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.product .product-stock-info-for-staff .all-stock-table-wrapper {
	display: none;
	margin-top: 12px;
}

.product .qty-error {
	color: #ff4500;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	display: none;
}

.product .price-beat {
	text-align: center;
	margin: 5px 0 25px;
	color: #33cb00;
	font-size: 14px;
}

.product .price-beat img {
	position: relative;
	top: 10px;
}

.product .pricing-tables {
	display: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

.product .product-table .toggle-more-pricing-rows {
	display: none;
}

.product table {
	width: auto;
	min-width: 300px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-size: 15px;
}

.product table td, .product table th {
	padding: 4px 15px;
	border: 2px solid #d2d4dd;
	text-align: left;
}

.product table th {
	background: #d2d4dd;
	font-size: 14px;
}

.product .pricing-note, .product .setup-cost {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	color: #7d849f;
	text-align: center;
	margin-top: 8px;
}

.product .setup-cost {
	color: var(--black);
}

.product .select-your-options {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	color: #69718e;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .14);
	padding-bottom: 15px;
	text-transform: uppercase;
}

.product .variations {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	counter-reset: a;
}

.product .variation-wrapper {
	margin-top: 10px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 10px;
}

.product .woocommerce-variation-add-to-cart {
	margin-top: 18px;
}

.product .woocommerce-variation-add-to-cart .row {
	-ms-flex-align: start;
	align-items: flex-start;
}

.product .variation-wrapper label, .product .woocommerce-variation-add-to-cart label {
	color: #070809;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

.product .variation-wrapper label:before, .product .woocommerce-variation-add-to-cart label:before {
	counter-increment: a;
	content: counter(a);
	margin-top: -1px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #000;
	color: #fff;
	font-weight: 800;
	text-align: center;
	padding-top: 3px;
	border-radius: 24px;
	margin-right: 10px;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 16px;
}

.product .variation-wrapper.production-time-non-interactive label:before, .product .woocommerce-variation-add-to-cart.production-time-non-interactive label:before {
	content: none;
	counter-increment: none;
}

.product .variation-wrapper.att-pa_decoration, .product .variation-wrapper.full-width, .product .woocommerce-variation-add-to-cart.att-pa_decoration, .product .woocommerce-variation-add-to-cart.full-width {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.product .variation-wrapper.hidden, .product .woocommerce-variation-add-to-cart.hidden {
	display: none;
}

.product .variation-wrapper .option-buttons-wrapper label:before, .product .woocommerce-variation-add-to-cart .option-buttons-wrapper label:before {
	content: none;
}

.product .production-time-non-interactive {
	display: none;
}

.product .production-time-non-interactive label {
	margin-bottom: 10px;
	display: inline-block;
}

.product .production-time-non-interactive .production-time-non-interactive-bar {
	display: -ms-flexbox;
	display: flex;
}

.product .production-time-non-interactive .ptni-option {
	-ms-flex: auto;
	flex: auto;
	min-width: 250px;
}

.product .production-time-non-interactive .ptni-option .ptni-option-text {
	min-width: 140px;
	margin-left: 27px;
	text-align: center;
	display: inline-block;
}

.product .production-time-non-interactive .ptni-estimate {
	-ms-flex: auto;
	flex: auto;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	padding-left: 20px;
}

.product .production-time-non-interactive .ptni-estimate .ptni-estimate-text {
	color: var(--blue);
	opacity: .8;
	font-weight: 600;
}

.product .production-time-note {
	font-weight: 400;
	font-style: italic;
}

.product .delivery-estimate {
	margin-left: 20px;
	vertical-align: top;
	margin-top: -3px;
}

.product .delivery-estimate .delivery-estimate-text {
	font-weight: 600;
}

.product .live-chat-text-link {
	-webkit-appearance: none;
	appearance: none;
	color: var(--blue);
	font-family: inherit;
	border: 0;
	background: transparent;
	cursor: pointer;
	display: inline;
	padding: 0;
	font-style: inherit;
}

.product .live-chat-text-link:focus, .product .live-chat-text-link:hover {
	text-decoration: underline;
}

.product .wire-pdf-link {
	color: var(--blue);
	opacity: .8;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 8px;
	display: inline-block;
	margin-left: 10px;
}

.product label.quantity-label {
	margin-bottom: 10px;
	display: inline-block;
}

.product .product-variation-option.one-option {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product .product-variation-option.one-option select {
	width: auto;
	padding: 0 25px 1px;
	background-image: none;
	color: var(--blue);
	border-color: var(--blue);
	border-radius: 45px;
	pointer-events: none;
	cursor: default;
	-ms-flex: auto;
	flex: auto;
}

.product .product-variation-option.one-option select.nitro-lazy {
	background-image: none !important;
}

.product .product-variation-option.one-option .production-time-estimate {
	display: inline-block;
	font-style: italic;
	margin-left: 15px;
	-ms-flex: auto;
	flex: auto;
	line-height: 1.3;
	font-size: 15px;
	opacity: .7;
	text-align: center;
}

.product .options-colour-swatches {
	display: block;
}

.product .options-colour-swatches .option-colour-swatch {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 3px solid rgba(0, 0, 0, .1);
	cursor: pointer;
	border-radius: 32px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.product .options-colour-swatches .option-colour-swatch:focus, .product .options-colour-swatches .option-colour-swatch:hover {
	border-color: rgba(0, 0, 0, .5);
}

.product .options-colour-swatches .option-colour-swatch.active {
	border-color: var(--blue);
}

.product .options-colour-swatches .option-colour-swatch-label {
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: -5px;
	opacity: .6;
}

.product .product-variation-option.colour-swatches select {
	display: none;
}

.product .product-variation-option.buttons select {
	display: none;
}

.product .product-variation-option.buttons .option-buttons-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product .product-variation-option.buttons label {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	padding: 15px;
	background-color: var(--white);
	border: 2px solid #d2d4dd;
	border-radius: 4px;
	font-weight: 600;
	font-size: 15px;
	color: #070809;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.product .product-variation-option.buttons label:hover {
	border-color: #a3a5ac;
}

.product .product-variation-option.buttons label.active {
	border-color: var(--blue);
	color: var(--blue);
}

.product .product-variation-option.buttons label.disabled {
	opacity: .4;
	cursor: default;
	pointer-events: none;
}

.product .product-variation-option.buttons label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.product .product-variation-option.buttons label button {
	background: transparent;
	border: none;
	opacity: .6;
	vertical-align: top;
	display: inline-block;
	padding: 0;
	margin-left: 6px;
}

.product .product-variation-option.buttons label button:focus, .product .product-variation-option.buttons label button:hover {
	opacity: 1;
}

.product .product-variation-option.buttons label button svg {
	width: 18px;
	height: 18px;
}

.product .decoration-descriptor {
	background-color: rgba(0, 0, 0, .05);
	padding: 10px 15px 10px 120px;
	border-radius: 4px;
	margin: 12px 0;
	font-size: 14px;
	min-height: 100px;
	line-height: 1.4;
	position: relative;
	width: 100%;
	display: none;
}

.product .decoration-descriptor.show {
	display: block;
}

.product .decoration-descriptor:before {
	content: "";
	border-bottom: 14px solid rgba(0, 0, 0, .05);
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	position: absolute;
	bottom: 100%;
	left: 25%;
}

.product .decoration-descriptor.on-right:before {
	left: 75%;
}

.product .decoration-descriptor img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	min-height: 100px;
	border-radius: 4px 0 0 4px;
	-o-object-fit: cover;
	object-fit: cover;
}

.product .decoration-descriptor .decoration-show-more {
	color: var(--blue);
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: none;
	font-weight: 700;
	display: inline-block;
	padding: 0;
}

.product .decoration-descriptor .decoration-show-more:focus, .product .decoration-descriptor .decoration-show-more:hover {
	text-decoration: underline;
}

.product .decoration-descriptor .descriptor-modal-content {
	display: none;
}

.product .attribute-tooltip {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	color: inherit;
	text-decoration: none;
}

.product .attribute-tooltip svg {
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
	opacity: .5;
	vertical-align: top;
}

.product .attribute-tooltip svg:focus, .product .attribute-tooltip svg:hover {
	opacity: 1;
	text-decoration: none;
}

.product .attribute-tooltip .tooltip-popup {
	position: absolute;
	bottom: 120%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: all .25s ease-in-out;
	background: rgba(0, 0, 0, .8);
	padding: 10px 13px;
	width: 270px;
	line-height: 1.3;
	font-size: 13px;
	color: var(--white);
	border-radius: 8px;
	pointer-events: none;
}

.product .attribute-tooltip:hover .tooltip-popup {
	opacity: 1;
	transform: translate(-50%);
	pointer-events: default;
}

.product .attribute-tooltip .attribute-tooltip-note {
	display: inline-block;
	font-size: 13px;
	opacity: .5;
	position: relative;
	top: -1px;
	cursor: pointer;
	color: inherit;
	max-width: calc(100% - 25px);
}

.product .attribute-tooltip.toggle-bulk-pricing {
	opacity: 1;
	vertical-align: top;
	text-decoration: none;
	margin-top: 0;
	opacity: .5;
}

.product .attribute-tooltip.toggle-bulk-pricing svg {
	top: -1px;
	opacity: 1;
}

.product a.attribute-tooltip:focus, .product a.attribute-tooltip:hover, .product button.attribute-tooltip:focus, .product button.attribute-tooltip:hover {
	text-decoration: underline;
}

.product .qty-col label {
	display: inline-block;
	vertical-align: top;
}

.product .reset_variations {
	display: none !important;
}

.product .single_add_to_cart_button {
	display: inline-block;
	border-radius: 70px;
	padding: 0 25px;
	height: 70px;
	width: 100%;
	border: 0;
	background-color: #27b466;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
}

.product .single_add_to_cart_button:focus, .product .single_add_to_cart_button:hover {
	background-color: #1b8348;
}

.product .add-to-express-order-btn {
	display: none;
	background-image: linear-gradient(172deg, #f6a4d4, #a545ff);
	background-color: #214fff;
}

.product .add-to-express-order-btn.alert {
	animation: pulse 1s 1;
	transform: scale(1);
}

.product .add-to-express-order-btn:focus, .product .add-to-express-order-btn:hover {
	background-color: #0031ed;
}

.product .express-product-start-designing {
	background-color: #214fff;
	display: inline-block;
	border-radius: 70px;
	padding: 0 25px;
	height: 70px;
	width: 100%;
	border: 0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
}

.product .express-product-start-designing:focus, .product .express-product-start-designing:hover {
	background-color: #0031ed;
}

.product .express-product-artwork-box {
	display: none;
	margin: 25px 0 0;
	border: 3px dashed #1b8348;
	padding: 20px;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
	background-color: #fff;
	font-weight: 700;
	width: 100%;
	border-radius: 3px;
}

.product .express-product-artwork-box .need-design {
	display: none;
}

.product .express-product-artwork-box .design-added {
	color: #1b8348;
}

.product .express-product-artwork-box.not-completed {
	border-color: #214fff;
}

.product .express-product-artwork-box.not-completed .design-added {
	display: none;
}

.product .express-product-artwork-box.alert {
	animation: pulse 1s 1;
	transform: scale(1);
}

.product .stock-indicator {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin-left: 35px;
	color: crimson;
}

.product .stock-indicator.in-stock {
	color: #1b8348;
}

.product .incentive-block {
	width: 100%;
	margin-top: 20px;
	font-weight: 600;
	font-size: 15px;
	color: #070809;
	text-align: center;
}

.product .quick-quote--inline {
	margin-top: 30px;
	display: none;
	background-color: #f9f9fa;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.product .quick-quote--inline img.gform_ajax_spinner {
	display: none;
}

.product .quick-quote__header {
	text-align: center;
}

.product .quick-quote__header svg {
	display: none;
}

.product .quick-quote__header h2 {
	margin: 0;
}

.product .quick-quote__body .validation_error {
	margin-top: 10px;
	font-weight: 700;
	background: crimson;
	border-radius: 6px;
	color: #fff;
	padding: 8px 15px;
}

.product .quick-quote__body .gfield_error .validation_message {
	margin-top: 5px;
	font-weight: 700;
	border-radius: 6px;
	color: crimson;
	font-size: 14px;
}

.product .gform_wrapper {
	margin-bottom: 0;
	font-size: 15px;
	margin-top: 0;
}

.product label {
	display: block;
	font-weight: 600;
	font-size: 15px;
	color: #3f4455;
	margin-bottom: 8px;
}

.product .gform_wrapper label.gfield_label {
	display: none;
}

.product .gform_wrapper .gform_body select, .product select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0 40px 1px 25px;
	height: 46px;
	max-width: calc(100vw - 80px);
	background-color: transparent;
	border: 2px solid var(--blue);
	border-radius: 8px;
	border-radius: 45px;
	font-weight: 600;
	color: var(--blue);
	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");
	background-size: 12px 8px;
	background-position: right 16px top 18px;
	background-repeat: no-repeat;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	max-width: 580px;
}

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

.product .gform_wrapper .gform_body select {
	border: 2px solid #d2d4dd;
	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=\'%23D2D4DD\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	color: #070809;
}

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

.product .quick-quote--inline .gform_wrapper .quick-quote__body .gform_wrapper .gform_body input[type=email], .product .quick-quote--inline .gform_wrapper .quick-quote__body .gform_wrapper .gform_body input[type=text], .product .quick-quote--inline .gform_wrapper input[type=email], .product .quick-quote--inline .gform_wrapper input[type=number], .product .quick-quote--inline .gform_wrapper input[type=text] {
	width: 100%;
	padding: 5px 20px !important;
	height: 48px;
	background-color: var(--white);
	border: 2px solid #d2d4dd;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	color: #070809;
}

.product .quick-quote--inline .gform_wrapper .gform_wrapper .gform_body textarea {
	border: 2px solid #d2d4dd;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	color: #070809;
}

.product .quick-quote--inline .gform_wrapper .logo-upload-prompt a {
	margin: 10px 0 0;
	height: 50px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 600;
	color: #7d849f;
	border: 2px solid #d2d4dd;
	border-radius: 50px;
	background: transparent;
	padding: 10px 25px 0;
	display: inline-block;
}

.product .quick-quote--inline .gform_wrapper .logo-upload-prompt a:focus, .product .quick-quote--inline .gform_wrapper .logo-upload-prompt a:hover {
	border-color: var(--blue);
	color: var(--blue);
}

.product .quick-quote--inline .gform_wrapper .logo-upload-prompt .uploading img {
	vertical-align: top;
	margin-right: 5px;
	margin-top: -2px;
}

.product .quick-quote--inline .gform_wrapper .logo-upload-prompt .logo-upload-fk-btn {
	display: none;
}

.product .quick-quote--inline .gform_wrapper .logo-upload-note {
	font-size: 14px;
	font-style: italic;
	opacity: .7;
	margin-left: 10px;
	margin-top: 5px;
}

.product .customer-add-to-quote, .product .sales-add-to-new-quote {
	display: inline-block;
	border-radius: 70px;
	padding: 25px 25px 0;
	height: 70px;
	width: 100%;
	background-color: #27b466;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
}

.product .customer-add-to-quote:focus, .product .customer-add-to-quote:hover, .product .sales-add-to-new-quote:focus, .product .sales-add-to-new-quote:hover {
	text-decoration: none;
	background-color: #1b8348;
}

.product .customer-add-to-quote.disabled, .product .sales-add-to-new-quote.disabled {
	opacity: .4;
	pointer-events: none;
}

.product .sales-add-to-new-quote {
	background-color: var(--blue);
	height: 52px;
	padding-top: 16px;
	margin-top: 15px;
}

.product .sales-add-to-new-quote:focus, .product .sales-add-to-new-quote:hover {
	background-color: var(--blue-dark);
}

.product .get-free-sample {
	display: inline-block;
	border-radius: 70px;
	padding: 25px 25px 0;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	background-color: #ff8c00;
	height: 52px;
	padding-top: 0;
	margin-top: 15px;
	border: 0;
}

.product .get-free-sample:focus, .product .get-free-sample:hover {
	text-decoration: none;
	background-color: #cc7000;
}

.product .quick-quote--inline .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;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li.gfield {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	padding-right: 0;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_4, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_16 {
	display: none;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 .underline {
	text-decoration: underline;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 a:focus, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 a:hover {
	text-decoration: none;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 a .uploaded-error, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 a .uploaded-success, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 a .uploading {
	display: none;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 a .uploaded-success svg {
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_24 .upload-field {
	display: none;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_12, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_13, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_14, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_15 {
	display: none;
}

.product .quick-quote--inline .gform_wrapper ul.gform_fields .design_attached {
	background-color: var(--mauve);
	padding: 10px 15px;
	font-weight: 600;
	border-radius: 4px;
	margin: 15px 0;
	text-align: center;
}

.product .quick-quote--inline .gform_wrapper textarea.medium {
	height: 80px;
}

.product .quick-quote--inline .ginput_container_email, .product .quick-quote--inline .ginput_container_text {
	font-size: 16px;
}

.product .quick-quote--inline .gform_wrapper .gform_footer {
	padding: 0;
	margin-top: 20px;
}

.product .quick-quote--inline .gform_wrapper .gform_footer input.button.gform_button {
	display: inline-block;
	border-radius: 70px;
	padding: 0 25px;
	height: 70px;
	width: 100%;
	border: 0;
	background-color: #27b466;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.product .quick-quote--inline .gform_wrapper .gform_footer input.button.gform_button:focus, .product .quick-quote--inline .gform_wrapper .gform_footer input.button.gform_button:hover {
	background-color: #1b8348;
}

.product .quick-quote--inline li#field_21_5 {
	text-align: center;
	line-height: 1.4;
}

.product .quick-quote--inline li#field_21_5 .phone-number {
	font-size: 18px;
	font-weight: 700;
	color: var(--blue);
}

.product .quick-quote--inline li#field_21_5 .time {
	font-size: 13px;
	font-weight: 700;
}

.product .quick-quote--inline li#field_21_5 .continue-browsing {
	display: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #7d849f;
	border: 2px solid #7d849f;
	border-radius: 4px;
	margin: 15px 0;
	text-decoration: none;
	padding: 10px 15px;
}

.product .quick-quote--inline li#field_21_5 .continue-browsing:focus, .product .quick-quote--inline li#field_21_5 .continue-browsing:hover {
	color: var(--black);
	border-color: var(--black);
}

.product .quick-quote--inline li#field_21_5 .continue-browsing .cb-note {
	font-size: 15px;
}

.product .quick-quote--inline .gform_confirmation_message {
	margin-top: 20px;
	background: #98fb98;
	padding: 15px;
	border-radius: 4px;
	line-height: 1.3;
}

.product .button.show-our-process {
	margin: 30px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #7d849f;
	border: 2px solid #7d849f;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	background: transparent;
	width: 100%;
	height: 50px;
	cursor: pointer;
}

.product .button.show-our-process:focus, .product .button.show-our-process:hover {
	color: var(--black);
	border-color: var(--black);
}

.product .button.review-product {
	float: right;
	padding: 12px 25px 0;
	margin-left: 20px;
	background: transparent;
	border-radius: 100px;
	width: auto;
	height: 50px;
	border: 2px solid var(--blue);
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: var(--blue);
	cursor: pointer;
}

.product .button.review-product:focus, .product .button.review-product:hover {
	background-color: var(--blue);
	color: #fff;
	text-decoration: none;
}

.product .why-choose-us {
	margin: 20px 0;
}

.product .why-choose-us .wcu-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.product .why-choose-us .wcu-item {
	text-align: center;
	-ms-flex: 1;
	flex: 1;
}

.product .why-choose-us .wcu-item img {
	width: 55px;
	height: 55px;
	margin-bottom: 10px;
}

.product .why-choose-us .wcu-item p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}

.product .social-share {
	margin-top: 15px;
	text-align: center;
}

.product .social-share .share-heading {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #23262f;
	position: relative;
	top: -5px;
}

.product .social-share a img {
	width: 25px;
	height: 25px;
	margin-left: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	filter: greyscale(100%);
}

.product .social-share a:focus, .product .social-share a:hover {
	text-decoration: none;
}

.product .woocommerce-tabs {
	margin-top: 30px;
}

.product .woocommerce-tabs .wc-tabs {
	display: none;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel {
	border-top: 1px solid rgba(0, 0, 0, .2);
	display: block !important;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel div.trustpilot-widget, .product .woocommerce-tabs .woocommerce-Tabs-panel ol, .product .woocommerce-tabs .woocommerce-Tabs-panel p, .product .woocommerce-tabs .woocommerce-Tabs-panel ul {
	font-size: 16px;
	display: none;
	line-height: 1.4;
	margin-top: 0;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel li {
	font-size: 16px;
	line-height: 1.4;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel a.onepc-product-desc-badge, .product .woocommerce-tabs .woocommerce-Tabs-panel h3, .product .woocommerce-tabs .woocommerce-Tabs-panel p, .product .woocommerce-tabs .woocommerce-Tabs-panel table {
	display: none;
	margin-bottom: 20px;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	font-weight: 600;
	font-size: 21px;
	line-height: 28px;
	color: #000;
	position: relative;
	margin: 0;
	padding: 26px 0;
	cursor: pointer;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel h2:after {
	content: "";
	position: absolute;
	top: 37px;
	right: 0;
	width: 12px;
	height: 8px;
	display: inline-block;
	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=\'M11 6.5l-5-5-5 5\' stroke=\'%23000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	transform-origin: center;
	transition: transform .2s ease-in-out;
	transform: rotate(180deg);
}

.product .woocommerce-tabs .woocommerce-Tabs-panel[aria-expanded=true] h2:after {
	transform: none;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel[aria-expanded=true] a.onepc-product-desc-badge {
	display: inline-block;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel[aria-expanded=true] div.trustpilot-widget, .product .woocommerce-tabs .woocommerce-Tabs-panel[aria-expanded=true] h3, .product .woocommerce-tabs .woocommerce-Tabs-panel[aria-expanded=true] p, .product .woocommerce-tabs .woocommerce-Tabs-panel[aria-expanded=true] ul {
	display: block;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel[aria-expanded=true] table {
	display: table;
}

.product .woocommerce-tabs .woocommerce-product-attributes td, .product .woocommerce-tabs .woocommerce-product-attributes th {
	padding: 8px 15px;
}

.product .woocommerce-tabs .woocommerce-product-attributes p {
	font-size: 15px;
	margin: 0;
}

.product .woocommerce-tabs button {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .2);
	height: 77px;
	line-height: 1.2;
	color: var(--black);
	padding: 0 25px 0 0;
	width: 100%;
	text-align: left;
	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-size: 12px 8px;
	background-position: right 0 top 36px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.product .woocommerce-tabs button.nitro-lazy {
	background-image: none !important;
}

.product .woocommerce-tabs button h2 {
	font-weight: 600;
	font-size: 21px;
	margin: 0;
}

.product .woocommerce-tabs .tab-content {
	padding-bottom: 30px;
}

.product .woocommerce-tabs .tab-content.hidden {
	display: none;
}

.product .woocommerce-tabs .tab-content h2:first-child {
	display: none;
}

.product .tree_planted {
	text-align: center;
	border: 3px solid #3da434;
	color: #3da434;
	border-radius: 15px;
	padding: 1.5rem;
	margin: 1rem 0;
}

.product .tree_planted img {
	max-width: 34px;
	height: auto;
	vertical-align: middle;
}

.product .tree_planted img:hover:after {
	content: attr(title);
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 5px;
	z-index: 9999;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	visibility: visible;
	pointer-events: auto;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	white-space: pre-line;
	overflow: visible;
	animation: fadein .5s;
	animation-delay: 5s;
}

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

.product .tree_planted span {
	margin-left: 1rem;
}

@media (min-width:1230px) {
	.product .attribute-tooltip {
		float: right;
		text-align: left;
		width: 240px;
	}
}

@media (max-width:1300px) {
	.product .atc-panel .price-col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.product .atc-panel .qty-col {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
	
	.product .incentive-block {
		font-size: 14px;
	}
	
	.product .button.review-product {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.product .social-share {
		margin-top: 30px;
		text-align: center;
	}
}

@media (max-width:910px) {
	.product .button.review-product {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (min-width:801px) and (max-width:1024px) {
	.product .variation-wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_1, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:800px) {
	.product {
		display: block;
		max-width: 500px;
		margin: 0 auto;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	
	.product .single-product-left {
		margin-bottom: 10px;
	}
	
	.product .product-thumbs {
		display: none;
	}
	
	.product .woocommerce-tabs {
		display: none;
	}
	
	.product .tabs-for-mobile {
		display: block;
	}
	
	.product .tabs-for-mobile .woocommerce-tabs {
		display: block;
	}
	
	.product .product-panel {
		padding: 14px;
	}
	
	.product .production-time-non-interactive .production-time-non-interactive-bar {
		display: block;
	}
	
	.product .production-time-non-interactive .ptni-estimate {
		margin-top: 8px;
		padding-left: 0;
	}
	
	.product select {
		max-width: calc(100vw - 80px);
	}
}

@media (max-width:555px) {
	.product .atc-panel .qty-col {
		margin-top: 20px;
		margin-left: 15px;
	}
	
	.product .variation-wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_1, .product .quick-quote--inline .gform_wrapper ul.gform_fields li#field_21_2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:475px) {
	.woocommerce-page-content-wrapper .container {
		margin-left: 0;
		width: 100%;
	}
	
	.product .product-meta-info {
		text-align: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.product .product-meta-info .free-shipping, .product .product-meta-info .sku {
		-ms-flex: auto;
		flex: auto;
	}
	
	.product .product-meta-info .sku {
		text-align: right;
	}
	
	.product .product-pricing-block {
		padding: 15px;
	}
	
	.product .product-pricing-block .product_title {
		font-size: 30px;
	}
	
	.product .atc-panel .unit-price {
		font-size: 42px;
	}
	
	.product .price-beat img {
		top: 19px;
	}
	
	.product .select-your-options {
		font-size: 19px;
		margin-bottom: 15px;
	}
	
	.product .button.show-our-process {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}
	
	.product .woocommerce-tabs {
		padding-left: 15px;
		padding-right: 15px;
	}
}

section.google-reviews {
	background-color: #ecedf1;
}

.products.related {
	background-color: #ecedf1;
	padding: 45px 0 40px;
}

.products.related h2.related-products-heading {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.1;
	text-align: center;
	letter-spacing: .5px;
	margin: 0 0 30px;
	color: #070809;
}

.products.related .product {
	display: block;
}

@media (max-width:850px) {
	.products .product {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}

.modal.free-sample {
	width: 600px;
}

.modal.free-sample .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;
}

.modal.free-sample .gform_wrapper ul.gform_fields li.gfield {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_4, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_10, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_13, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_14 {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_6, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_7, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_8 {
	margin: 0;
}

.modal.free-sample .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.modal.free-sample .gform_wrapper .validation_error {
	border: 2px solid crimson;
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	border-radius: 4px;
	background: crimson;
}

.modal.free-sample .gform_wrapper .validation_message {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
	color: crimson;
	font-weight: 600;
}

@media (max-width:600px) {
	.modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_4, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_10, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_13, .modal.free-sample .gform_wrapper ul.gform_fields li.gfield#field_22_14 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.modal.multiquote {
	width: 650px;
	max-width: 95%;
}

.modal.multiquote .buttons {
	margin-top: 30px;
}

.modal.multiquote .buttons .button {
	height: 60px;
	position: relative;
	width: 47%;
	display: inline-block;
	vertical-align: top;
	text-transform: none;
	line-height: 1.2;
	border-radius: 3px;
	padding: 9px 35px 0;
	font-weight: 600;
	font-size: 16px;
}

.modal.multiquote .buttons .button:focus, .modal.multiquote .buttons .button:hover {
	text-decoration: none;
}

.modal.multiquote .buttons .still-looking {
	border: 3px solid var(--blue);
	color: var(--blue);
	margin-right: 3%;
	padding-top: 16px;
}

.modal.multiquote .buttons .still-looking:focus, .modal.multiquote .buttons .still-looking:hover {
	background-color: var(--blue);
	color: var(--white);
}

.modal.multiquote .buttons .ready-for-quote {
	color: var(--white);
	background-color: var(--green);
}

.modal.multiquote .buttons .ready-for-quote:focus, .modal.multiquote .buttons .ready-for-quote:hover {
	background-color: var(--green-dark);
}

.modal.multiquote h3 {
	margin-top: 30px;
}

.modal.multiquote .multiquote-related-products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal.multiquote .multiquote-related-products .multiquote-related-product {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
}

.modal.multiquote .multiquote-related-products .multiquote-related-product img.attachment-woocommerce_thumbnail {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.modal.multiquote .multiquote-related-products .multiquote-related-product a {
	line-height: 1.3;
	color: inherit;
}

.modal.multiquote .multiquote-related-products .multiquote-related-product a:focus, .modal.multiquote .multiquote-related-products .multiquote-related-product a:hover {
	text-decoration: none;
}

@media (max-width:700px) {
	.modal.multiquote {
		padding: 25px;
	}
	
	.modal.multiquote .buttons .button {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding-top: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.modal.multiquote .buttons .ready-for-quote {
		padding-top: 18px;
	}
	
	.modal.multiquote .multiquote-related-products .multiquote-related-product {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-bottom: 15px;
	}
}

.decoration_methods-modal {
	width: 95%;
	max-width: 1000px;
	max-height: 90%;
}

.decoration_methods-modal .modal__inner {
	max-height: calc(100vh - 200px);
}

.decoration_methods-modal .close-blue-modal {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: .5;
}

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

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

.decoration_methods-modal .container {
	width: auto;
	margin-left: 0;
}

.decoration_methods-modal .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.decoration_methods-modal .col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	position: static;
}

.decoration_methods-modal .col-sm-3 img {
	width: 200px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.decoration_methods-modal .col-sm-3 img.zoom-on-hover {
	opacity: 0;
	transition: opacity .1s ease-in-out;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 800px;
	max-width: 80vw;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
}

.decoration_methods-modal .col-sm-3:hover img.zoom-on-hover {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.decoration_methods-modal .col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	text-align: left;
	padding-bottom: 20px;
}

.decoration_methods-modal h2 {
	margin-bottom: 35px;
}

.decoration_methods-modal h3 {
	font-size: 17px;
	margin: 0 0 10px;
}

.decoration_methods-modal p {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
}

@media (max-width:910px) {
	.decoration_methods-modal .col-sm-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.decoration_methods-modal .col-sm-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.uses-decoration-set .att-pa_decoration-2 .option-buttons-wrapper label.disabled, .uses-decoration-set .att-pa_decoration-3 .option-buttons-wrapper label.disabled, .uses-decoration-set .att-pa_decoration .option-buttons-wrapper label.disabled, .uses-decoration-set .att-pa_optional .option-buttons-wrapper label.disabled {
	display: none;
}

.decoration-description.modal {
	width: 600px;
	max-width: 100%;
}

.decoration-description.modal img {
	width: 220px;
	height: 220px;
}

.decoration-description.modal p, .decoration-description.modal ul {
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
}

.decoration-description.modal h2 {
	display: none;
}

.decoration-description.modal .advantages-disadvantages {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.decoration-description.modal .advantages-disadvantages .advantages, .decoration-description.modal .advantages-disadvantages .disadvantages {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.decoration-description.modal .advantages-disadvantages ul {
	padding-left: 20px;
}

.decoration-description.modal .advantages-disadvantages ul li {
	margin-bottom: 5px;
}

@media (max-width:600px) {
	.decoration-description.modal .advantages-disadvantages {
		display: block;
	}
}

@media (min-width:1000px) {
	.decoration-description.modal {
		width: 950px;
		padding: 0;
		min-height: 280px;
	}
	
	.decoration-description.modal .modal__inner {
		padding: 15px 40px 15px 300px;
		line-height: 1.3;
	}
	
	.decoration-description.modal img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 6px 0 0 6px;
		width: 280px;
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
	}
	
	70% {
		transform: scale(1.04);
		box-shadow: 0 0 0 10px transparent;
	}
	
	to {
		transform: scale(1);
		box-shadow: 0 0 0 0 transparent;
	}
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	transition: opacity .2s;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/optimized/rev-f6a969f/goodthings.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/optimized/rev-f6a969f/goodthings.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	transform: translateY(6px);
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://cdn-ildddkj.nitrocdn.com/LXUyMbGujxwrtYFWpCLqHVeUWIagUviv/assets/images/optimized/rev-f6a969f/goodthings.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif") 0 0 no-repeat;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background: none !important;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

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

@keyframes donut-rotate {
	0% {
		transform: rotate(0);
	}
	
	50% {
		transform: rotate(-140deg);
	}
	
	to {
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption, .pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

@media screen and (max-width:591px) {
	.product .attribute-tooltip.delivery-estimate {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	
	.product .atc-panel .price-col {
		padding-left: 10px;
	}
	
	.product .atc-panel .unit-price small {
		font-size: 12px;
		white-space: nowrap;
	}
	
	.product .atc-panel .shipping-note {
		font-size: 12px;
	}
}

.prod-page-hover-test .price-col br, .prod-page-hover-test .price-col div, .prod-page-hover-test .price-col span {
	display: none;
}

.prod-page-hover-test .prod-page-hover {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 105px;
	background: hsla(0, 0%, 100%, .97);
	box-shadow: 0 -3px 14px 0 rgba(0, 0, 0, .1);
	z-index: 6;
}

.prod-page-hover-test .prod-page-hover .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 105px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-secondary {
	padding-right: 30px;
	-ms-flex: auto;
	flex: auto;
	max-width: 270px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-secondary .sales-button {
	font-size: 16px;
	margin-top: 0;
	padding-top: 11px;
	height: 40px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-incentive {
	-ms-flex: auto;
	flex: auto;
	padding-right: 40px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-incentive .incentive-block {
	margin-top: 0;
	font-size: 18px;
	max-width: 275px;
	position: relative;
	padding-left: 42px;
	text-align: left;
	line-height: 1.3;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-incentive .incentive-block:before {
	content: "⏰";
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 30px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-pricing {
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-cta {
	-ms-flex: 0 0 390px;
	flex: 0 0 390px;
	width: 390px;
	padding-left: 50px;
	text-align: right;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-cta .customer-add-to-quote, .prod-page-hover-test .prod-page-hover .prod-page-hover-cta .express-product-start-designing, .prod-page-hover-test .prod-page-hover .prod-page-hover-cta .single_add_to_cart_button {
	margin-top: 0;
	height: 62px;
	border-bottom: 3px solid #0c8241;
	min-width: 340px;
	max-width: 340px;
	padding-top: 20px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-cta .single_add_to_cart_button {
	padding-top: 4px;
}

.prod-page-hover-test .prod-page-hover .prod-page-hover-cta .express-product-start-designing {
	padding-top: 4px;
	border-bottom-color: #0027ba;
}

@media (max-width:1355px) {
	.prod-page-hover-secondary {
		display: none;
	}
}

@media (max-width:910px) {
	.prod-page-hover-incentive {
		display: none;
	}
}

@media (max-width:800px) {
	.prod-page-hover-test .woocommerce-variation-add-to-cart .row {
		display: block;
	}
	
	.prod-page-hover-test .woocommerce-variation-add-to-cart .row .qty-col {
		margin-left: 0;
	}
	
	.prod-page-hover-test .prod-page-hover {
		height: 70px;
	}
	
	.prod-page-hover-test .prod-page-hover .container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 70px;
		padding: 0 15px;
	}
	
	.prod-page-hover-test .prod-page-hover .prod-page-hover-pricing {
		-ms-flex: auto;
		flex: auto;
	}
	
	.prod-page-hover-test .prod-page-hover .prod-page-hover-pricing .amount, .prod-page-hover-test .prod-page-hover .prod-page-hover-pricing .unit-price {
		font-size: 28px;
	}
	
	.prod-page-hover-test .prod-page-hover .prod-page-hover-pricing .shipping-note {
		font-size: 12px;
	}
	
	.prod-page-hover-test .prod-page-hover .prod-page-hover-cta {
		padding-left: 20px;
		width: auto;
		-ms-flex: auto;
		flex: auto;
	}
	
	.prod-page-hover-test .prod-page-hover .prod-page-hover-cta .customer-add-to-quote, .prod-page-hover-test .prod-page-hover .prod-page-hover-cta .express-product-start-designing, .prod-page-hover-test .prod-page-hover .prod-page-hover-cta .single_add_to_cart_button {
		margin: 0 0 0 auto;
		height: 42px;
		font-size: 15px;
		padding-top: 12px;
		width: 180px;
		min-width: 180px;
		max-width: 180px;
	}
	
	.prod-page-hover-test .prod-page-hover .prod-page-hover-cta .single_add_to_cart_button {
		padding-top: 2px;
	}
	
	.prod-page-hover-test .prod-page-hover .prod-page-hover-cta .express-product-start-designing {
		padding-top: 2px;
	}
	
	#hubspot-messages-iframe-container {
		margin-bottom: 70px;
	}
}

.eco-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f9f9fa;
	border-radius: 8px;
	margin-top: 30px;
	padding: 10px 0;
	position: relative;
}

.eco-bar a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.eco-bar img {
	width: auto;
	margin: 0 15px;
}

.eco-bar .eco-bar-trace {
	max-height: 45px;
}

.eco-bar .eco-bar-sedex {
	max-height: 18px;
}

.eco-bar .eco-bar-fairtrade {
	max-height: 50px;
}

@media (max-width:800px) {
	.eco-bar {
		display: 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;
	}
}
