/*! holistik-theme-assets v1.0.0 | (c) 2022 Kirill Miniaev | MIT License */
/**
    __ __                                 
   / //_/____ _ _____ __  __ ____   ____ _
  / ,<  / __ `// ___// / / // __ \ / __ `/
 / /| |/ /_/ // /   / /_/ // / / // /_/ / 
/_/ |_|\__,_//_/    \__,_//_/ /_/ \__,_/  

**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

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

@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@font-face {
	font-family: "fontello";
	src: url("./fontello/fontello.eot?2170975");
	src: url("./fontello/fontello.eot?2170975#iefix") format("embedded-opentype"), url("./fontello/fontello.woff?2170975") format("woff"), url("./fontello/fontello.ttf?2170975") format("truetype"), url("./fontello/fontello.svg?2170975#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}
:root {
	--c-brown-d: #998065;
	--c-brown: #b59a7d;
	--c-red: #ed1553;
	--c-green: #B4BC01;
	--c-green-d: #959c0b;
	--c-orange: #f47e40;
	--c-blue: #4E738A;
	--c-blue-d: #1F5777;
	--c-gray-d: #3d302b;
	--c-gray-m: #918880;
	--c-gray-ml: #c2bbb4;
	--c-gray-l: #f3efea;
	--c-gray-xl: #f6f3ef;
	--font-h: roc-grotesk, Helvetica, sans-serif;
	--font-b: neue-haas-unica, Helvetica, arial, sans-serif;
	--ham-width: 3rem;
	--ham-height: 3px;
	--ham-color: #fff;
	--ham-offset: 2.4;
}

/** Responsive Breakpoints */
html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: var(--font-b);
	font-size: 1.6rem;
	color: #000;
	overflow-x: hidden;
}

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

div, span, p, a, ol, ul, li, dl, dd, dt, em, i, strong, b {
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-h);
}

h1 {
	font-size: 3.6rem;
	line-height: 1.1;
}
h1 *, h1 a {
	line-height: 1.1;
}

h2 {
	font-size: 3rem;
	line-height: 1.1;
}
h2 *, h2 a {
	line-height: 1.1;
}

h3 {
	font-size: 2.6rem;
	line-height: 1.3;
}
h3 *, h3 a {
	line-height: 1.3;
}

h4 {
	font-size: 2.2rem;
	line-height: 1.3;
}
h4 *, h4 a {
	line-height: 1.3;
}

h5 {
	font-size: 1.8rem;
	line-height: 1.4;
}
h5 *, h5 a {
	line-height: 1.4;
}

h6 {
	font-size: 1.6rem;
	line-height: 1.4;
}
h6 *, h6 a {
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: var(--c-green);
	-webkit-transition: color 250ms ease-in-out;
	-o-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
a:hover, a:focus {
	outline: none;
	border: 0;
	color: #838901;
}

input, textarea {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: var(--font-b);
	padding: 8px 1rem;
}

input, textarea {
	-webkit-appearance: none;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

sup {
	font-size: 75%;
	position: relative;
	top: -4px;
}

sub {
	font-size: 75%;
	position: relative;
	bottom: -4px;
}

big {
	font-size: 130%;
}

small {
	font-size: 80%;
}

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

.gform_validation_container {
	display: none !important;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.gform_ajax_spinner,
.spinner {
	display: inline-block;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-left-color: var(--c-red);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	-webkit-animation: spinner 1.2s linear infinite;
	        animation: spinner 1.2s linear infinite;
}

.gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.l-wrapper {
	display: block;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-transition: padding 250ms ease-in-out;
	-o-transition: padding 250ms ease-in-out;
	transition: padding 250ms ease-in-out;
}
.l-wrapper--full {
	width: 100%;
}
.l-wrapper--wrapped {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.l-wrapper--left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.l-wrapper--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.l-wrapper--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-wrapper--top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.l-wrapper--bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.l-wrapper--nopadding {
	padding: 0;
}

.l-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.l-row--left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.l-row--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.l-row--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-row--stretch {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.l-row--top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.l-row--bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.l-row--space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.l-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 0;
	position: relative;
}
.l-col--top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.l-col--bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.l-col--center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-col--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.l-col--1 {
	width: 100%;
}
.l-col--5\.6 {
	width: 83.333333333%;
}
.l-col--3\.4 {
	width: 75%;
}
.l-col--2 {
	width: 50%;
}
.l-col--2\.3 {
	width: 66.666666667%;
}
.l-col--2\.5 {
	width: 40%;
}
.l-col--3 {
	width: 33.333333333%;
}
.l-col--3\.5 {
	width: 60%;
}
.l-col--4 {
	width: 25%;
}
.l-col--5 {
	width: 20%;
}
.l-col--6 {
	width: 16.666666667%;
}
.l-col--35 {
	width: 35%;
}
.l-col--45 {
	width: 45%;
}
.l-col--55 {
	width: 55%;
}
.l-col--65 {
	width: 65%;
}
.l-col.-inner-padding {
	padding: 0 10rem;
}
@media screen and (max-width: 560px) {
	.l-col.-inner-padding {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media screen and (max-width: 350px) {
	.l-col.-inner-padding {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.l-col.-overflow-right {
	left: 10rem;
	z-index: 10;
}

.l-grid {
	display: grid;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	width: 100%;
}
.l-grid--2 {
	grid-template-columns: 1fr 1fr;
}
.l-grid--3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.l-grid--4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

/**
 * Header & Footer
 */
body > header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
body > header .l-wrapper {
	padding: 5rem 0 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 880px) {
	body > header .l-wrapper {
		padding: 5rem 0 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

header .c-brand .c-brand__mark {
	display: block;
	width: 25rem;
	padding-bottom: 26%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 0;
	color: transparent;
}
@media screen and (max-width: 400px) {
	header .c-brand .c-brand__mark {
		width: 18rem;
	}
}

footer {
	background-color: var(--c-brown);
	color: #fff;
}
@media screen and (max-width: 560px) {
	footer .l-col {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	footer .l-col:first-of-type {
		margin-bottom: 4rem;
	}
}

footer .l-wrapper {
	padding: 6rem 10rem;
	width: 100%;
}
@media screen and (max-width: 560px) {
	footer .l-wrapper {
		padding: 4rem 5rem;
	}
}
footer .l-wrapper .c-brand {
	margin-bottom: 4rem;
}
footer .l-wrapper .c-brand__mark {
	display: block;
	width: 16rem;
	height: 3.4rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 0;
	color: transparent;
}
footer .l-wrapper .l-col--2\.3 {
	padding-right: 10rem;
}
@media screen and (max-width: 560px) {
	footer .l-wrapper .l-col--2\.3 {
		padding-right: 0;
	}
}
footer .l-wrapper h4 {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--font-h);
	letter-spacing: 0.1rem;
	margin-top: 4rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 560px) {
	footer .l-wrapper h4 {
		text-align: center;
	}
}
@media screen and (max-width: 560px) {
	footer .l-wrapper p {
		text-align: center;
	}
}

.c-copy {
	font-size: 1.3rem;
	margin-top: 3rem;
}

.c-mainnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.c-mainnav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.c-responsive-navs {
	display: none;
}

.c-burger {
	font-size: 0;
	display: block;
	width: 3rem;
	height: 1.7rem;
	-webkit-transition: color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
	transition: color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
	-o-transition: transform 500ms ease-in-out, color 250ms ease-in-out;
	transition: transform 500ms ease-in-out, color 250ms ease-in-out;
	transition: transform 500ms ease-in-out, color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-burger--active:hover__lines {
	background: transparent;
}
.c-burger--active .c-burger__lines {
	background: transparent;
}
.c-burger--active .c-burger__lines::before, .c-burger--active .c-burger__lines::after {
	top: 0;
	left: 0;
	width: var(--ham-width);
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	background: #fff;
}
.c-burger--active .c-burger__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	        transform: rotate3d(0, 0, 1, 45deg);
}
.c-burger--active .c-burger__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	        transform: rotate3d(0, 0, 1, -45deg);
}
.c-burger__lines {
	position: relative;
	top: 0;
	display: inline-block;
	width: var(--ham-width);
	height: var(--ham-height);
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background: var(--ham-color);
	top: calc(var(--ham-height) * var(--ham-offset));
}
.c-burger__lines::before, .c-burger__lines::after {
	position: absolute;
	right: 0;
	display: block;
	width: var(--ham-width);
	height: var(--ham-height);
	content: "";
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform-origin: 0 center;
	    -ms-transform-origin: 0 center;
	        transform-origin: 0 center;
	background: var(--ham-color);
}
.c-burger__lines::before {
	top: calc(var(--ham-height) * var(--ham-offset));
}
.c-burger__lines::after {
	top: calc(-1 * var(--ham-height) * var(--ham-offset));
}

/**
 * General
 */
.page-theme--blue {
	background-color: var(--c-blue-d);
}
.page-theme--blue .l-wrapper {
	width: 100%;
}
.page-theme--blue, .page-theme--blue * {
	color: #fff;
}
.page-theme--blue > footer {
	background-color: var(--c-blue);
}

main > section.-padding-md {
	padding: 6rem 0;
}

.not-found-title {
	width: 100%;
	font-size: 4.8rem;
	color: var(--c-gray-m);
	font-family: var(--font-h);
	text-align: center;
	margin-top: 5rem;
}

.not-found-content {
	width: 100%;
	margin: 1rem 0 4rem;
	font-size: 2rem;
	text-align: center;
}

/**
 * Components
 */
.c-title {
	font-weight: 100;
	display: block;
	width: 100%;
}
.c-title b {
	font-weight: 600;
}

h1.c-title {
	font-size: 5.6rem;
}
@media screen and (max-width: 425px) {
	h1.c-title {
		font-size: 4rem;
	}
}

h2.c-title {
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 2rem;
	letter-spacing: 0.05rem;
}

h3.c-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.c-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
.c-buttons--left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.c-buttons--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-buttons--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.c-buttons .c-button {
	margin: 1rem 1.5rem;
}
@media screen and (min-width: 501px) {
	.c-buttons .c-button:first-of-type {
		margin-left: 0;
	}
	.c-buttons .c-button:last-of-type {
		margin-right: 0;
	}
}

@-webkit-keyframes button-pop {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.15) rotate(3deg);
		        transform: scale(1.15) rotate(3deg);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@keyframes button-pop {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.15) rotate(3deg);
		        transform: scale(1.15) rotate(3deg);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
.c-button {
	display: block;
	text-align: center;
	padding: 1rem 2rem 0.9rem;
	font-family: var(--font-h);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	background: transparent;
	-webkit-transition: background 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0, 1.49, 0.73, 0.94);
	transition: background 250ms ease-in-out, -webkit-transform 500ms cubic-bezier(0, 1.49, 0.73, 0.94);
	-o-transition: background 250ms ease-in-out, transform 500ms cubic-bezier(0, 1.49, 0.73, 0.94);
	transition: background 250ms ease-in-out, transform 500ms cubic-bezier(0, 1.49, 0.73, 0.94);
	transition: background 250ms ease-in-out, transform 500ms cubic-bezier(0, 1.49, 0.73, 0.94), -webkit-transform 500ms cubic-bezier(0, 1.49, 0.73, 0.94);
	position: relative;
}
.c-button::before {
	-webkit-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	background-size: 200% 100%;
	background-position: -100% 0%;
}
.c-button.-white {
	background-color: rgb(255, 255, 255);
}
.c-button.-white:hover {
	-webkit-animation: 400ms 1 normal button-pop;
	        animation: 400ms 1 normal button-pop;
	-webkit-animation-timing-function: cubic-bezier(0, 1.49, 0.73, 0.94);
	        animation-timing-function: cubic-bezier(0, 1.49, 0.73, 0.94);
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
.page-theme--blue .c-button.-white {
	color: var(--c-blue-d);
}

.c-button.-white-outlined {
	color: #fff;
}
.c-button.-white-outlined::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgb(255, 255, 255));
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.7), rgb(255, 255, 255));
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 2px 2px, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
	        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 2px 2px, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
}
.c-button.-white-outlined:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}
.c-button.-white-outlined:hover::before {
	background-position: 0% 0%;
}
.c-button.-arrow {
	text-align: left;
}
.c-button.-arrow::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.26 7.75'%3E%3Cpath style='fill:%23fff' d='M37.26 3.91 32.55 0v2.18H0v3h32.55v2.57l4.71-3.84z'/%3E%3C/svg%3E");
	width: 38px;
	height: 8px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 4rem;
	-webkit-transform: translateX(0) translateY(-50%);
	    -ms-transform: translateX(0) translateY(-50%);
	        transform: translateX(0) translateY(-50%);
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	-o-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.c-button.-arrow:hover::after {
	-webkit-transform: translateX(1rem) translateY(-50%);
	    -ms-transform: translateX(1rem) translateY(-50%);
	        transform: translateX(1rem) translateY(-50%);
}

.c-videoembed,
.resp-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.c-videoembed iframe,
.c-videoembed object,
.c-videoembed embed,
.resp-embed iframe,
.resp-embed object,
.resp-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resp-embed {
	padding-bottom: 75%;
	width: 100%;
	display: block;
}

.c-video {
	width: 100%;
	height: auto;
}
.c-video video {
	width: 100%;
	height: auto;
}

.c-iconlist {
	display: block;
	margin: 3rem 0;
}
.c-iconlist li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 2rem 0;
}
.c-iconlist img {
	max-width: 4rem;
	margin-right: 2rem;
}
.c-iconlist span {
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.2;
}

.c-contentblock {
	font-size: 1.7rem;
}
.c-contentblock b, .c-contentblock strong {
	font-weight: 600;
}
.c-contentblock i, .c-contentblock em {
	font-style: italic;
}

.free-badge {
	font-weight: 600;
	font-size: 1.5rem;
	font-style: italic;
}
.free-badge strong {
	display: inline-block;
	background-color: #fff;
	padding: 0.2rem 1rem 0.4rem;
	margin-right: 5px;
	display: inline-block;
	font-size: 2.4rem;
	font-style: normal;
}
.page-theme--blue .free-badge strong {
	color: var(--c-blue-d);
}

.c-reviews {
	padding-left: 10rem;
}
@media screen and (max-width: 500px) {
	.c-reviews {
		padding-left: 0;
	}
}
.c-reviews .splide__arrows {
	width: 6rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
	.c-reviews .splide__arrows {
		position: initial;
		top: 0;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		margin-bottom: 2rem;
	}
}
.c-reviews .splide__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 6rem;
	height: 6rem;
	padding: 0;
	border: 1px solid #fff;
	opacity: 0.5;
	-webkit-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}
.c-reviews .splide__arrow:hover {
	opacity: 1;
}
.c-reviews .splide__arrow svg {
	width: 30%;
}
.c-reviews .splide__arrow svg * {
	fill: #fff;
}
.c-reviews .splide__arrow--prev {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
	.c-reviews .splide__arrow--prev {
		margin-bottom: 0;
		margin-right: 2rem;
	}
}
.c-reviews .splide__arrow--next {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.c-review {
	display: block;
	position: relative;
}
.c-review::before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e800\e800\e800\e800\e800";
	color: var(--c-green);
	display: block;
	letter-spacing: 2px;
	position: absolute;
	top: 1rem;
	right: 0;
}
.c-review h4 {
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	display: block;
	margin-bottom: 1rem;
	padding-right: 10rem;
}
.c-review blockquote {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 1rem;
}
.c-review figcaption {
	font-size: 1.5rem;
	font-family: var(--font-h);
	font-weight: 600;
	display: block;
	letter-spacing: 0.05rem;
	position: relative;
	padding-right: 15rem;
}
.c-review figcaption::before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e801";
	position: absolute;
	top: 1px;
	right: 11.5rem;
	color: var(--c-green);
	font-size: 1.5rem;
}
.c-review figcaption::after {
	content: "Verfied Buyer";
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	color: var(--c-green);
	font-weight: 400;
	font-size: 1.4rem;
	font-family: var(--font-h);
	text-transform: uppercase;
}

.c-image.-push-right {
	margin-right: -10rem;
}

defer-image,
defer-image img {
	display: block;
}

.c-faqs {
	display: block;
	width: 100%;
}
.c-faqs dl, .c-faqs dt, .c-faqs dd {
	display: block;
	width: 100%;
}
.c-faqs dt {
	font-size: 2.1rem;
	font-family: var(--font-h);
	width: 100%;
	padding: 0 3rem 0rem 0;
	position: relative;
	cursor: pointer;
	margin-bottom: 1.5rem;
}
.c-faqs dt::after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e802";
	position: absolute;
	top: 6px;
	right: 0;
	color: #fff;
	font-size: 1.4rem;
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	-o-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.c-faqs dt:not(:first-child) {
	margin-top: 1.5rem;
}
.c-faqs dt.active::after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.c-faqs dt.active + dd {
	max-height: 20rem;
}
.c-faqs dd {
	position: relative;
	padding-bottom: 1px;
	overflow: hidden;
	max-height: 0;
	height: auto;
	-webkit-transition: max-height 250ms ease-in-out;
	-o-transition: max-height 250ms ease-in-out;
	transition: max-height 250ms ease-in-out;
}
.c-faqs dd > * {
	padding-bottom: 1.5rem;
	opacity: 0.8;
}
.c-faqs dd:not(:last-of-type)::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--c-green);
	position: absolute;
	left: 0;
	bottom: 0;
}

.c-overmod {
	display: block;
	position: absolute;
	z-index: 20;
	max-width: 70%;
}
.c-overmod.-padding-md {
	padding: 3rem 5rem;
}
@media screen and (max-width: 426px) {
	.c-overmod {
		position: initial;
		max-width: none;
		width: 100%;
	}
}

/**
 * Modules
 */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-filter: drop-shadow(0 0 3rem rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0 0 3rem rgba(0, 0, 0, 0.25));
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	-o-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.modal .l-wrapper {
	width: calc(100% - 6rem);
	margin-left: 3rem;
	position: relative;
	max-height: 96vh;
	overflow: hidden;
}
@media screen and (max-width: 450px) {
	.modal .l-wrapper {
		padding-top: 2rem;
	}
}
.modal .l-wrapper > .c-buttons {
	position: absolute;
	top: 3rem;
	right: 3rem;
	width: auto;
	z-index: 99;
}
@media screen and (max-width: 450px) {
	.modal .l-wrapper > .c-buttons {
		top: 1rem;
		right: 1rem;
	}
}
.modal .l-wrapper > .c-buttons .c-button {
	font-size: 0;
	color: transparent;
	width: 4rem;
	height: 4rem;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.modal .l-wrapper > .c-buttons .c-button::after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e802";
	color: #fff;
	font-size: 1.4rem;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modal .-inner-padding {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media screen and (max-width: 560px) {
	.modal .-inner-padding {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.page-theme--blue .modal .l-wrapper {
	background-color: var(--c-blue);
}

.modal .c-form {
	width: 100%;
	margin-top: 2rem;
}
.modal .c-form .gfield {
	margin-bottom: 2rem;
}
.modal .c-form .gfield_label {
	display: none;
}
.modal .c-form input {
	width: 100%;
	padding: 2rem 4rem;
	border: 0;
	border-bottom: 2px solid #fff;
	background: transparent;
	font-size: 1.8rem;
	font-family: var(--font-b);
	font-weight: 500;
	color: #fff;
}
.modal .c-form input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.modal .c-form input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.modal .c-form input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.modal .c-form input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.modal .c-form input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.modal .c-form .gform_footer {
	margin-top: 5rem;
}
.modal .c-form .gform_footer .c-button {
	width: 100%;
}
.modal.active {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/**
 * Pages
 */
.page-template-page-continuity > header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.page-template-page-continuity > header .l-wrapper {
	padding: 5rem 0 0 10rem;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
@media screen and (max-width: 1330px) {
	.page-template-page-continuity main {
		padding-top: 8rem;
	}
}
@media screen and (max-width: 880px) {
	.page-template-page-continuity .l-col--2,
.page-template-page-continuity .l-col--2\.5,
.page-template-page-continuity .l-col--3\.5 {
		width: 100%;
	}
	.page-template-page-continuity .l-col--2:first-of-type,
.page-template-page-continuity .l-col--2\.5:first-of-type,
.page-template-page-continuity .l-col--3\.5:first-of-type {
		margin-bottom: 6rem;
	}
	.page-template-page-continuity .-overflow-right {
		left: 0;
		padding: 0 10rem;
	}
	.page-template-page-continuity .resp-reverse .l-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.page-template-page-continuity .resp-reverse .l-wrapper .l-col--2:first-of-type,
.page-template-page-continuity .resp-reverse .l-wrapper .l-col--2\.5:first-of-type,
.page-template-page-continuity .resp-reverse .l-wrapper .l-col--3\.5:first-of-type {
		margin-bottom: 0rem;
	}
	.page-template-page-continuity .resp-reverse .l-wrapper .l-col--2:last-of-type,
.page-template-page-continuity .resp-reverse .l-wrapper .l-col--2\.5:last-of-type,
.page-template-page-continuity .resp-reverse .l-wrapper .l-col--3\.5:last-of-type {
		margin-bottom: 6rem;
	}
}
@media screen and (max-width: 560px) {
	.page-template-page-continuity .-overflow-right {
		padding: 0 5rem;
	}
}
@media screen and (max-width: 350px) {
	.page-template-page-continuity .-overflow-right {
		padding: 0 2rem;
	}
}

.continuity-footer {
	margin-top: -3rem;
}
.continuity-footer .l-wrapper {
	padding: 0 3rem 4rem 4rem;
}
.continuity-footer .c-button {
	margin-top: 12rem;
	margin-right: 2rem;
}
@media screen and (max-width: 560px) {
	.continuity-footer .c-button {
		margin-top: 3rem;
		margin-right: 0;
	}
}
@media screen and (max-width: 635px) {
	.continuity-footer defer-image {
		-webkit-transform: translateX(6rem);
		    -ms-transform: translateX(6rem);
		        transform: translateX(6rem);
	}
}

/**
 * Woocomerce Specific Styles
 */
.woocommerce-checkout,
.woocommerce-account {
	background-color: var(--c-gray-xl);
}
.woocommerce-checkout main,
.woocommerce-account main {
	padding: 3rem 10rem;
}
@media screen and (max-width: 769px) {
	.woocommerce-checkout main,
.woocommerce-account main {
		padding: 3rem 5%;
	}
}
.woocommerce-checkout .select2-dropdown,
.woocommerce-account .select2-dropdown {
	border: 1px solid var(--c-gray-m);
	border-radius: 0;
}
.woocommerce-checkout .select2-search--dropdown,
.woocommerce-checkout .select2-results__option,
.woocommerce-account .select2-search--dropdown,
.woocommerce-account .select2-results__option {
	padding: 0.5rem 1.5rem;
}
.woocommerce-checkout .select2-results__option,
.woocommerce-account .select2-results__option {
	outline: none !important;
}
.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true],
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true],
.woocommerce-account .select2-container--default .select2-results__option[aria-selected=true],
.woocommerce-account .select2-container--default .select2-results__option[data-selected=true] {
	background-color: var(--c-gray-l);
}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected],
.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--c-green);
}

.woocommerce-checkout .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}
@media screen and (max-width: 769px) {
	.woocommerce-checkout .woocommerce {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper {
	width: 100%;
}
.woocommerce-checkout .woocommerce form[name=checkout] {
	width: 60%;
}
@media screen and (max-width: 769px) {
	.woocommerce-checkout .woocommerce form[name=checkout] {
		width: 100%;
	}
}
.woocommerce-checkout .woocommerce form[name=checkout] h3 {
	width: 100%;
	background-color: var(--c-green);
	color: #fff;
	padding: 1rem 2rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.woocommerce-checkout .woocommerce form[name=checkout] h3 input[type=checkbox] {
	display: none;
}
.woocommerce-checkout .woocommerce form[name=checkout] h3 input[type=checkbox]:checked + span::after {
	-webkit-transform: scale(0.4);
	    -ms-transform: scale(0.4);
	        transform: scale(0.4);
}
.woocommerce-checkout .woocommerce form[name=checkout] h3 span {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.woocommerce-checkout .woocommerce form[name=checkout] h3 span::before {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid #fff;
	margin-right: 1rem;
	position: relative;
	top: -2px;
}
.woocommerce-checkout .woocommerce form[name=checkout] h3 span::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	margin-right: 1rem;
	position: absolute;
	top: 3px;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	left: 0;
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	-o-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.woocommerce-checkout .woocommerce form[name=checkout] h3#ship-to-different-address {
	margin-bottom: 3rem;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-account-fields,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background-color: #fff;
	padding: 2rem 3rem;
	margin-bottom: 3rem;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper {
	margin-bottom: 0;
	padding-bottom: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .validate-email {
	background-color: var(--c-gray-xl);
	padding: 1rem 2rem 0;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row {
	width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-form-row--first, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-last, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.woocommerce-form-row--last {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 426px) {
	.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-form-row--first, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-last, .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.woocommerce-form-row--last {
		width: 100%;
	}
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.woocommerce-invalid textarea {
	border-color: var(--c-red);
	outline-color: var(--c-red);
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-form-row.woocommerce-invalid .select2-selection--single {
	border-color: var(--c-red) !important;
	outline-color: var(--c-red) !important;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper label,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-account-fields label,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper label,
.woocommerce-checkout .woocommerce .woocommerce-account-fields label {
	font-family: var(--font-b);
	color: var(--c-gray-m);
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper label .required,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper label .required,
.woocommerce-checkout .woocommerce .woocommerce-account-fields label .required {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper label.checkbox,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper label.checkbox,
.woocommerce-checkout .woocommerce .woocommerce-account-fields label.checkbox {
	font-size: 1.6rem;
	color: var(--c-gray-d);
	cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper label input[type=checkbox],
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper label input[type=checkbox],
.woocommerce-checkout .woocommerce .woocommerce-account-fields label input[type=checkbox] {
	width: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-input-wrapper {
	margin-bottom: 3rem;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper input,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper textarea,
.woocommerce-checkout .woocommerce .woocommerce-account-fields input,
.woocommerce-checkout .woocommerce .woocommerce-account-fields textarea {
	width: 100%;
	border: 1px solid var(--c-gray-m);
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper textarea:focus,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper input:focus,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper textarea:focus,
.woocommerce-checkout .woocommerce .woocommerce-account-fields input:focus,
.woocommerce-checkout .woocommerce .woocommerce-account-fields textarea:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper input[type=hidden],
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper input[type=hidden],
.woocommerce-checkout .woocommerce .woocommerce-account-fields input[type=hidden] {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper textarea,
.woocommerce-checkout .woocommerce .woocommerce-account-fields textarea {
	resize: vertical;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .select2-container--default .select2-selection--single {
	border: 1px solid var(--c-gray-m);
	border-radius: 0;
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	height: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 1.5rem;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 5px 0 5px;
	border-color: var(--c-gray-m) transparent transparent transparent;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--focus .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .select2-container--focus .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .select2-container--focus .select2-selection--single {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.woocommerce-checkout .woocommerce .woocommerce-account-fields .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent var(--c-gray-m) transparent;
	border-width: 0 5px 6px 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper {
	margin-top: -3rem;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields {
	padding-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields .create-account {
	width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-input-wrapper {
	margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields .form-row:not(.order-notes) {
	background-color: var(--c-gray-xl);
	padding: 0 2rem 1rem;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields .woocommerce-password-strength {
	display: none !important;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields .order-notes {
	margin-top: 2rem;
}
.woocommerce-checkout .woocommerce .woocommerce-additional-fields {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row {
	width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.form-row-first, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.woocommerce-form-row--first, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.form-row-last, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.woocommerce-form-row--last {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 426px) {
	.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.form-row-first, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.woocommerce-form-row--first, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.form-row-last, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.woocommerce-form-row--last,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.woocommerce-form-row--last {
		width: 100%;
	}
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.woocommerce-invalid textarea {
	border-color: var(--c-red);
	outline-color: var(--c-red);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-form-row.woocommerce-invalid .select2-selection--single {
	border-color: var(--c-red) !important;
	outline-color: var(--c-red) !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order label,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order label {
	font-family: var(--font-b);
	color: var(--c-gray-m);
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order label .required {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order label.checkbox {
	font-size: 1.6rem;
	color: var(--c-gray-d);
	cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order label input[type=checkbox] {
	width: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-input-wrapper {
	margin-bottom: 3rem;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order input,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order textarea {
	width: 100%;
	border: 1px solid var(--c-gray-m);
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order input:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order textarea:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order input[type=hidden] {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order textarea {
	resize: vertical;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
	width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .sv-wc-payment-gateway-card-icons {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p {
	padding: 1rem 1.5rem;
	background-color: var(--c-gray-xl);
	color: var(--c-gray-m);
	font-size: 1.5rem;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-top: 1px solid var(--c-gray-ml);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row a.button {
	margin: 0 auto 2rem;
	padding: 1rem 1.5rem;
	color: #fff;
	background-color: var(--c-brown);
	-webkit-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row a.button:hover, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row a.button:focus {
	background-color: var(--c-brown-d);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row input[type=radio] {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row input[type=radio]:checked + label::after {
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row label {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	font-size: 1.8rem;
	cursor: pointer;
	margin-bottom: 1rem !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row label::before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid var(--c-gray-m);
	margin-right: 1rem;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .payment_box > p.form-row label::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--c-gray-m);
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	-o-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order fieldset {
	margin: 1rem auto;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order fieldset > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order fieldset input {
	padding: 1rem 1.5rem !important;
	font-size: 1.8rem !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .clear {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media screen and (max-width: 769px) {
	.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper {
	color: var(--c-gray-m);
	margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper a {
	color: var(--c-gray-m);
	text-decoration: underline;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order button[type=submit] {
	display: block;
	background-color: var(--c-green);
	padding: 1.5rem 2rem;
	color: #fff;
	font-family: var(--font-h);
	font-weight: 600;
	font-size: 1.8rem;
	-webkit-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
	outline: none !important;
}
@media screen and (max-width: 769px) {
	.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order button[type=submit] {
		width: 100%;
	}
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order button[type=submit]:hover, .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .place-order button[type=submit]:focus {
	background-color: var(--c-green-d);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-privacy-policy-text {
	display: block;
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid var(--c-gray-ml);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-privacy-policy-text h4 {
	color: var(--c-gray-m);
	margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-privacy-policy-text p {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	color: var(--c-gray-m);
	line-height: 1.6;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .woocommerce-privacy-policy-text hr {
	border: 0;
	padding: 0;
	margin: 2rem 0;
	border-top: 1px solid var(--c-gray-ml);
}
.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup {
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce .woocommerce-error li {
	background-color: var(--c-red);
	color: #fff;
	display: block;
	margin-bottom: 1rem;
	padding: 1rem 1.5rem;
}

.mini-cart {
	width: 35%;
	position: sticky;
	top: 2rem;
}
@media screen and (max-width: 769px) {
	.mini-cart {
		width: 100%;
		position: initial;
		margin-bottom: 3rem;
	}
}

.c-cartsummary,
.c-ordersummary {
	display: block;
	background-color: #fff;
	padding: 2rem 3rem;
}
.c-cartsummary h2,
.c-ordersummary h2 {
	border-bottom: 1px solid var(--c-gray-ml);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.c-cartsummary .item,
.c-ordersummary .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--c-gray-ml);
}
.c-cartsummary .item img,
.c-ordersummary .item img {
	width: 40%;
}
@media screen and (max-width: 426px) {
	.c-cartsummary .item img,
.c-ordersummary .item img {
		width: 100%;
	}
}
.c-cartsummary .item .data,
.c-ordersummary .item .data {
	width: 60%;
}
@media screen and (max-width: 426px) {
	.c-cartsummary .item .data,
.c-ordersummary .item .data {
		width: 100%;
	}
}
.c-cartsummary .item .name,
.c-ordersummary .item .name {
	font-size: 2rem;
	color: var(--c-gray-d);
}
.c-cartsummary .item dl,
.c-ordersummary .item dl {
	display: block;
	width: 100%;
	color: var(--c-gray-d);
	margin-bottom: 2rem;
}
.c-cartsummary .item .price,
.c-ordersummary .item .price {
	display: block;
	width: 100%;
	color: var(--c-gray-d);
	font-weight: 600;
}
.c-cartsummary .totals,
.c-ordersummary .totals {
	margin-top: 1rem;
}
.c-cartsummary .totals dl,
.c-ordersummary .totals dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1rem;
	color: var(--c-gray-d);
}
.c-cartsummary .totals dl em,
.c-ordersummary .totals dl em {
	font-style: italic;
}
.c-cartsummary .totals dl dd,
.c-ordersummary .totals dl dd {
	font-weight: 600;
}
.c-cartsummary .totals dl:not(.total),
.c-ordersummary .totals dl:not(.total) {
	padding: 0.5rem 0;
}
.c-cartsummary .totals dl.total,
.c-ordersummary .totals dl.total {
	font-size: 2.2rem;
	border-top: 1px solid var(--c-gray-ml);
	margin-top: 2rem;
	padding-top: 2rem;
}
.c-cartsummary .totals dl.total dt,
.c-ordersummary .totals dl.total dt {
	font-size: 1.9rem;
}

.woocommerce-order-received .woocommerce-order {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-order-received .woocommerce-notice {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	padding: 1rem 3rem;
	margin-bottom: 1rem;
}
.woocommerce-order-received .woocommerce-notice--success {
	background-color: var(--c-green);
}
.woocommerce-order-received .woocommerce-order-overview {
	width: 100%;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 2rem auto;
}
@media screen and (max-width: 769px) {
	.woocommerce-order-received .woocommerce-thankyou-order-details {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
	background-color: #fff;
	padding: 2rem 4rem;
	text-align: center;
}
@media screen and (max-width: 769px) {
	.woocommerce-order-received .woocommerce-thankyou-order-details li {
		width: 100%;
	}
}
.woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-of-type) {
	border-right: 1px solid var(--c-gray-ml);
}
@media screen and (max-width: 769px) {
	.woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-of-type) {
		border-right: 0;
		border-bottom: 1px solid var(--c-gray-ml);
	}
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
	display: block;
	width: 100%;
	font-weight: 600;
}

.c-ordersummary {
	display: block;
	width: 100%;
	margin-bottom: 3rem;
}
.c-ordersummary .notes {
	border-bottom: 1px solid var(--c-gray-ml);
	padding-bottom: 2rem !important;
}

.c-addresses {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.c-addresses .l-col {
	padding: 2rem 4rem;
	background-color: #fff;
}
@media screen and (max-width: 769px) {
	.c-addresses .l-col {
		width: 100%;
	}
}
.c-addresses .l-col:not(:last-of-type) {
	border-right: 1px solid var(--c-gray-ml);
}
@media screen and (max-width: 769px) {
	.c-addresses .l-col:not(:last-of-type) {
		border-right: 0;
		border-bottom: 1px solid var(--c-gray-ml);
	}
}
.c-addresses .l-col > div {
	width: 100%;
}
.c-addresses h4 {
	width: 100%;
	display: block;
	font-size: 3rem;
	line-height: 1.1;
	border-bottom: 1px solid var(--c-gray-ml);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.c-addresses dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
.c-addresses dt,
.c-addresses dd {
	width: 100%;
}
.c-addresses dt {
	font-size: 1.5rem;
	color: var(--c-gray-m);
}
.c-addresses dd {
	font-size: 1.8rem;
	color: var(--c-gray-d);
	font-weight: 500;
	margin-bottom: 2rem;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.c-addresses .half {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 426px) {
	.c-addresses .half {
		width: 100%;
	}
}
.c-addresses address {
	line-height: 1.3;
}

.woocommerce-account {
	background-color: var(--c-gray-xl);
}
.woocommerce-account main {
	padding: 3rem 10rem;
}
@media screen and (max-width: 769px) {
	.woocommerce-account main {
		padding: 3rem 5%;
	}
}
.woocommerce-account h2 {
	width: 100%;
	text-align: center;
	color: var(--c-gray-d);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 1025px) {
	.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
	padding: 1rem 2rem;
	background-color: #fff;
}
@media screen and (max-width: 1025px) {
	.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
		border: 1px solid var(--c-gray-l);
	}
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
	border-right: 1px solid var(--c-gray-l);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
	color: var(--c-gray-m);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--c-green);
	font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 3rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
	color: #fff;
	padding: 1.5rem 3rem;
	margin: 0 auto 2rem;
	text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info {
	background-color: var(--c-blue);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message[role=alert],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message[role=alert] {
	background-color: var(--c-green);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	color: #fff;
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error li {
	display: block;
	padding: 1.5rem 3rem;
	margin: 0 auto 2rem;
	background-color: var(--c-red);
	text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
	color: #fff;
	padding: 1.5rem 3rem;
	margin: 0 auto 2rem;
	background-color: var(--c-blue);
	line-height: 2;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p mark {
	background-color: var(--c-blue-d);
	color: #fff;
	font-weight: 600;
	padding: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info + a,
.woocommerce-account .woocommerce-MyAccount-content button[type=submit],
.woocommerce-account .woocommerce-MyAccount-content > .button {
	display: block;
	background-color: var(--c-green);
	padding: 1.5rem 2rem;
	color: #fff;
	font-family: var(--font-h);
	font-weight: 600;
	font-size: 1.8rem;
	-webkit-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
	outline: none !important;
	text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info + a:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info + a:focus,
.woocommerce-account .woocommerce-MyAccount-content button[type=submit]:hover,
.woocommerce-account .woocommerce-MyAccount-content button[type=submit]:focus,
.woocommerce-account .woocommerce-MyAccount-content > .button:hover,
.woocommerce-account .woocommerce-MyAccount-content > .button:focus {
	background-color: var(--c-green-d);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info + a {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content header {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content header > h2,
.woocommerce-account .woocommerce-MyAccount-content > h2 {
	width: 100%;
	background-color: #fff;
	padding: 2rem 3rem 1rem;
}
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .woocommerce-columns--addresses {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 3rem;
}
.woocommerce-account .woocommerce-Addresses .form-row,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row,
.woocommerce-account .woocommerce-columns--addresses .form-row,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row {
	width: 100%;
}
.woocommerce-account .woocommerce-Addresses .form-row.form-row-first, .woocommerce-account .woocommerce-Addresses .form-row.woocommerce-form-row--first, .woocommerce-account .woocommerce-Addresses .form-row.form-row-last, .woocommerce-account .woocommerce-Addresses .form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.form-row-first,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.form-row-last,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-columns--addresses .form-row.form-row-first,
.woocommerce-account .woocommerce-columns--addresses .form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-columns--addresses .form-row.form-row-last,
.woocommerce-account .woocommerce-columns--addresses .form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.form-row-first,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.form-row-last,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.woocommerce-form-row--last {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 426px) {
	.woocommerce-account .woocommerce-Addresses .form-row.form-row-first, .woocommerce-account .woocommerce-Addresses .form-row.woocommerce-form-row--first, .woocommerce-account .woocommerce-Addresses .form-row.form-row-last, .woocommerce-account .woocommerce-Addresses .form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.form-row-first,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.form-row-last,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-columns--addresses .form-row.form-row-first,
.woocommerce-account .woocommerce-columns--addresses .form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-columns--addresses .form-row.form-row-last,
.woocommerce-account .woocommerce-columns--addresses .form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.form-row-first,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.form-row-last,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.woocommerce-form-row--last {
		width: 100%;
	}
}
.woocommerce-account .woocommerce-Addresses .form-row.woocommerce-invalid input,
.woocommerce-account .woocommerce-Addresses .form-row.woocommerce-invalid textarea,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.woocommerce-invalid textarea,
.woocommerce-account .woocommerce-columns--addresses .form-row.woocommerce-invalid input,
.woocommerce-account .woocommerce-columns--addresses .form-row.woocommerce-invalid textarea,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.woocommerce-invalid textarea {
	border-color: var(--c-red);
	outline-color: var(--c-red);
}
.woocommerce-account .woocommerce-Addresses .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-account .woocommerce-Addresses .woocommerce-form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-account .woocommerce-columns--addresses .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-form-row.woocommerce-invalid .select2-selection--single {
	border-color: var(--c-red) !important;
	outline-color: var(--c-red) !important;
}
.woocommerce-account .woocommerce-Addresses label,
.woocommerce-account .woocommerce-Addresses .woocommerce-input-wrapper,
.woocommerce-account .woocommerce-columns--addresses label,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-account .woocommerce-Addresses label,
.woocommerce-account .woocommerce-columns--addresses label {
	font-family: var(--font-b);
	color: var(--c-gray-m);
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.woocommerce-account .woocommerce-Addresses label .required,
.woocommerce-account .woocommerce-columns--addresses label .required {
	display: none;
}
.woocommerce-account .woocommerce-Addresses label.checkbox,
.woocommerce-account .woocommerce-columns--addresses label.checkbox {
	font-size: 1.6rem;
	color: var(--c-gray-d);
	cursor: pointer;
}
.woocommerce-account .woocommerce-Addresses label input[type=checkbox],
.woocommerce-account .woocommerce-columns--addresses label input[type=checkbox] {
	width: auto;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-input-wrapper,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-input-wrapper {
	margin-bottom: 3rem;
}
.woocommerce-account .woocommerce-Addresses input,
.woocommerce-account .woocommerce-Addresses textarea,
.woocommerce-account .woocommerce-columns--addresses input,
.woocommerce-account .woocommerce-columns--addresses textarea {
	width: 100%;
	border: 1px solid var(--c-gray-m);
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
.woocommerce-account .woocommerce-Addresses input:focus,
.woocommerce-account .woocommerce-Addresses textarea:focus,
.woocommerce-account .woocommerce-columns--addresses input:focus,
.woocommerce-account .woocommerce-columns--addresses textarea:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce-account .woocommerce-Addresses input[type=hidden],
.woocommerce-account .woocommerce-columns--addresses input[type=hidden] {
	display: none;
}
.woocommerce-account .woocommerce-Addresses textarea,
.woocommerce-account .woocommerce-columns--addresses textarea {
	resize: vertical;
}
.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2,
.woocommerce-account .woocommerce-columns--addresses .col-1,
.woocommerce-account .woocommerce-columns--addresses .col-2 {
	width: 50%;
	background-color: #fff;
	padding: 2rem 3rem;
}
@media screen and (max-width: 769px) {
	.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2,
.woocommerce-account .woocommerce-columns--addresses .col-1,
.woocommerce-account .woocommerce-columns--addresses .col-2 {
		width: 100%;
	}
}
.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-columns--addresses .col-1 {
	border-right: 1px solid var(--c-gray-l);
}
@media screen and (max-width: 769px) {
	.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-columns--addresses .col-1 {
		border-right: 0;
		border-bottom: 1px solid var(--c-gray-l);
	}
}
.woocommerce-account .woocommerce-Addresses h2,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-columns--addresses h2,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-Address-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: var(--c-gray-m);
}
.woocommerce-account .woocommerce-Addresses h2 a,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title a,
.woocommerce-account .woocommerce-columns--addresses h2 a,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-Address-title a {
	padding: 1rem 1.5rem;
	color: #fff;
	background-color: var(--c-brown);
	-webkit-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
}
.woocommerce-account .woocommerce-Addresses h2 a:hover, .woocommerce-account .woocommerce-Addresses h2 a:focus,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title a:focus,
.woocommerce-account .woocommerce-columns--addresses h2 a:hover,
.woocommerce-account .woocommerce-columns--addresses h2 a:focus,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-columns--addresses .woocommerce-Address-title a:focus {
	background-color: var(--c-brown-d);
}
.woocommerce-account .woocommerce-Addresses h2,
.woocommerce-account .woocommerce-columns--addresses h2 {
	text-align: left;
	margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background-color: #fff;
	padding: 2rem 3rem;
	margin-bottom: 3rem;
}
.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-account form .form-row,
.woocommerce-account form .woocommerce-form-row {
	width: 100%;
}
.woocommerce-account .woocommerce-EditAccountForm .form-row.form-row-first, .woocommerce-account .woocommerce-EditAccountForm .form-row.woocommerce-form-row--first, .woocommerce-account .woocommerce-EditAccountForm .form-row.form-row-last, .woocommerce-account .woocommerce-EditAccountForm .form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-account form .form-row.form-row-first,
.woocommerce-account form .form-row.woocommerce-form-row--first,
.woocommerce-account form .form-row.form-row-last,
.woocommerce-account form .form-row.woocommerce-form-row--last,
.woocommerce-account form .woocommerce-form-row.form-row-first,
.woocommerce-account form .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account form .woocommerce-form-row.form-row-last,
.woocommerce-account form .woocommerce-form-row.woocommerce-form-row--last {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 426px) {
	.woocommerce-account .woocommerce-EditAccountForm .form-row.form-row-first, .woocommerce-account .woocommerce-EditAccountForm .form-row.woocommerce-form-row--first, .woocommerce-account .woocommerce-EditAccountForm .form-row.form-row-last, .woocommerce-account .woocommerce-EditAccountForm .form-row.woocommerce-form-row--last,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--last,
.woocommerce-account form .form-row.form-row-first,
.woocommerce-account form .form-row.woocommerce-form-row--first,
.woocommerce-account form .form-row.form-row-last,
.woocommerce-account form .form-row.woocommerce-form-row--last,
.woocommerce-account form .woocommerce-form-row.form-row-first,
.woocommerce-account form .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-account form .woocommerce-form-row.form-row-last,
.woocommerce-account form .woocommerce-form-row.woocommerce-form-row--last {
		width: 100%;
	}
}
.woocommerce-account .woocommerce-EditAccountForm .form-row.woocommerce-invalid input,
.woocommerce-account .woocommerce-EditAccountForm .form-row.woocommerce-invalid textarea,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-invalid textarea,
.woocommerce-account form .form-row.woocommerce-invalid input,
.woocommerce-account form .form-row.woocommerce-invalid textarea,
.woocommerce-account form .woocommerce-form-row.woocommerce-invalid input,
.woocommerce-account form .woocommerce-form-row.woocommerce-invalid textarea {
	border-color: var(--c-red);
	outline-color: var(--c-red);
}
.woocommerce-account .woocommerce-EditAccountForm .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-account form .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce-account form .woocommerce-form-row.woocommerce-invalid .select2-selection--single {
	border-color: var(--c-red) !important;
	outline-color: var(--c-red) !important;
}
.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-input-wrapper,
.woocommerce-account form label,
.woocommerce-account form .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account form label {
	font-family: var(--font-b);
	color: var(--c-gray-m);
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.woocommerce-account .woocommerce-EditAccountForm label .required,
.woocommerce-account form label .required {
	display: none;
}
.woocommerce-account .woocommerce-EditAccountForm label.checkbox,
.woocommerce-account form label.checkbox {
	font-size: 1.6rem;
	color: var(--c-gray-d);
	cursor: pointer;
}
.woocommerce-account .woocommerce-EditAccountForm label input[type=checkbox],
.woocommerce-account form label input[type=checkbox] {
	width: auto;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-input-wrapper,
.woocommerce-account form .woocommerce-input-wrapper {
	margin-bottom: 3rem;
}
.woocommerce-account .woocommerce-EditAccountForm input,
.woocommerce-account .woocommerce-EditAccountForm textarea,
.woocommerce-account form input,
.woocommerce-account form textarea {
	width: 100%;
	border: 1px solid var(--c-gray-m);
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
.woocommerce-account .woocommerce-EditAccountForm input:focus,
.woocommerce-account .woocommerce-EditAccountForm textarea:focus,
.woocommerce-account form input:focus,
.woocommerce-account form textarea:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce-account .woocommerce-EditAccountForm input[type=hidden],
.woocommerce-account form input[type=hidden] {
	display: none;
}
.woocommerce-account .woocommerce-EditAccountForm textarea,
.woocommerce-account form textarea {
	resize: vertical;
}
.woocommerce-account .woocommerce-EditAccountForm h3,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-address-fields,
.woocommerce-account form h3,
.woocommerce-account form .woocommerce-address-fields {
	width: 100%;
}
.woocommerce-account .woocommerce-EditAccountForm h3,
.woocommerce-account form h3 {
	margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.woocommerce-account form .select2-container--default .select2-selection--single {
	border: 1px solid var(--c-gray-m);
	border-radius: 0;
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	height: auto;
}
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 1.5rem;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-account form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 5px 0 5px;
	border-color: var(--c-gray-m) transparent transparent transparent;
}
.woocommerce-account .woocommerce-EditAccountForm .select2-container--focus .select2-selection--single,
.woocommerce-account form .select2-container--focus .select2-selection--single {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.woocommerce-account form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent var(--c-gray-m) transparent;
	border-width: 0 5px 6px 5px;
}
.woocommerce-account .woocommerce-EditAccountForm .clear,
.woocommerce-account form .clear {
	display: none;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-account form .woocommerce-form-row {
	margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row > span:not(.password-input),
.woocommerce-account form .woocommerce-form-row > span:not(.password-input) {
	display: block;
	padding: 1rem 1.5rem 0;
	font-style: italic;
	color: var(--c-gray-m);
}
.woocommerce-account .woocommerce-EditAccountForm fieldset,
.woocommerce-account form fieldset {
	width: 100%;
	padding: 2rem 4rem;
	background-color: var(--c-gray-xl);
	margin: 1rem auto 3rem;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend,
.woocommerce-account form fieldset legend {
	font-family: var(--font-h);
	color: var(--c-gray-m);
	font-size: 2.6rem;
	margin-bottom: 1rem;
	float: left;
	width: 100%;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row > span,
.woocommerce-account form fieldset .woocommerce-form-row > span {
	padding: 0;
	font-style: normal;
}
.woocommerce-account .woocommerce-Payment {
	width: 100%;
}
.woocommerce-account .woocommerce-Payment .sv-wc-payment-gateway-card-icons,
.woocommerce-account .woocommerce-Payment input[type=radio] {
	display: none;
}
.woocommerce-account .woocommerce-Payment .payment_box > p {
	padding: 1rem 1.5rem;
	background-color: var(--c-gray-xl);
	color: var(--c-gray-m);
	font-size: 1.5rem;
}
.woocommerce-account .woocommerce-Payment fieldset {
	margin: 1rem auto;
}
.woocommerce-account .woocommerce-Payment fieldset > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-Payment fieldset input {
	padding: 1rem 1.5rem !important;
	font-size: 1.8rem !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.woocommerce-account .woocommerce-Payment .clear {
	display: none;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper + p {
	margin: 0 0 1rem;
	font-style: italic;
}
.woocommerce-account .shop_table {
	width: 100%;
	background-color: #fff;
	margin-bottom: 5rem;
}
.woocommerce-account .shop_table thead {
	background-color: var(--c-green);
}
.woocommerce-account .shop_table thead th {
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	color: #fff;
}
@media screen and (max-width: 601px) {
	.woocommerce-account .shop_table thead {
		display: none;
	}
}
.woocommerce-account .shop_table tfoot tr:nth-child(even) {
	background-color: #fcf8f5;
	border-top: 1px solid var(--c-gray-l);
}
.woocommerce-account .shop_table tfoot th, .woocommerce-account .shop_table tfoot td {
	padding: 1rem 1.5rem;
	border-top: 1px solid var(--c-gray-l);
}
.woocommerce-account .shop_table tfoot th {
	border-right: 1px solid var(--c-gray-l);
	font-weight: 600;
}
@media screen and (max-width: 601px) {
	.woocommerce-account .shop_table tfoot {
		display: block;
	}
}
.woocommerce-account .shop_table tbody tr:nth-child(even) {
	background-color: #fcf8f5;
}
.woocommerce-account .shop_table tbody tr:nth-child(even):not(:first-child) {
	border-top: 1px solid var(--c-gray-l);
}
@media screen and (max-width: 601px) {
	.woocommerce-account .shop_table tbody tr {
		display: block;
		width: 100%;
	}
}
.woocommerce-account .shop_table tbody td {
	padding: 1rem 1.5rem;
}
.woocommerce-account .shop_table tbody td:not(:last-of-type):not(.payment-method-method) {
	border-right: 1px solid var(--c-gray-l);
}
@media screen and (max-width: 601px) {
	.woocommerce-account .shop_table tbody td:not(:last-of-type):not(.payment-method-method) {
		border-right: 0;
	}
}
@media screen and (max-width: 601px) {
	.woocommerce-account .shop_table tbody td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		border-right: 0;
		border-bottom: 1px solid var(--c-gray-l);
		padding: 0;
	}
	.woocommerce-account .shop_table tbody td > *:not(.cell-title) {
		padding: 1rem 1.5rem;
	}
	.woocommerce-account .shop_table tbody td .woocommerce-button,
.woocommerce-account .shop_table tbody td .button {
		width: 100%;
		text-align: center;
		max-width: none !important;
	}
}
.woocommerce-account .shop_table tbody td .cell-title {
	display: none;
	padding: 1rem 1.5rem;
	width: 50%;
	border-right: 1px solid var(--c-gray-l);
	color: var(--c-gray-m);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
	font-size: 80%;
	text-align: right;
}
@media screen and (max-width: 601px) {
	.woocommerce-account .shop_table tbody td .cell-title {
		display: block;
	}
}
.woocommerce-account .shop_table tbody a {
	color: var(--c-green-d);
	margin: 0.5rem 0.75rem !important;
}
.woocommerce-account .shop_table tbody a.wcs_deletion_error {
	color: var(--c-red);
}
.woocommerce-account .shop_table tbody .payment-method-subscriptions {
	text-align: center;
}
.woocommerce-account .shop_table tbody input {
	width: 100%;
	border: 1px solid var(--c-gray-m);
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.5rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
.woocommerce-account .shop_table tbody input:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details {
	width: 100%;
}
.woocommerce-account .woocommerce-OrderUpdates {
	width: 100%;
	padding: 2rem 3rem 2rem;
	background-color: #fff;
	margin-bottom: 3rem;
	position: relative;
}
.woocommerce-account .woocommerce-OrderUpdates::before {
	content: "";
	width: calc(100% - 6rem);
	height: 1px;
	background-color: var(--c-gray-ml);
	position: absolute;
	top: 0;
	left: 3rem;
}
.woocommerce-account .woocommerce-OrderUpdates li.woocommerce-OrderUpdate:not(:last-of-type) {
	margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-OrderUpdates .woocommerce-OrderUpdate-meta {
	color: var(--c-gray-m);
	margin-bottom: 0.5rem;
}
.woocommerce-account .woocommerce-OrderUpdates .woocommerce-OrderUpdate-description {
	font-size: 1.8rem;
}

#order_review {
	width: 100%;
}
#order_review .shop_table {
	width: 100%;
	background-color: #fff;
	margin-bottom: 5rem;
}
#order_review .shop_table thead {
	background-color: var(--c-green);
}
#order_review .shop_table thead th {
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	color: #fff;
}
@media screen and (max-width: 601px) {
	#order_review .shop_table thead {
		display: none;
	}
}
#order_review .shop_table tfoot tr:nth-child(even) {
	background-color: #fcf8f5;
	border-top: 1px solid var(--c-gray-l);
}
#order_review .shop_table tfoot th, #order_review .shop_table tfoot td {
	padding: 1rem 1.5rem;
	border-top: 1px solid var(--c-gray-l);
}
#order_review .shop_table tfoot th {
	border-right: 1px solid var(--c-gray-l);
	font-weight: 600;
}
@media screen and (max-width: 601px) {
	#order_review .shop_table tfoot {
		display: block;
	}
}
#order_review .shop_table tbody tr:nth-child(even) {
	background-color: #fcf8f5;
}
#order_review .shop_table tbody tr:nth-child(even):not(:first-child) {
	border-top: 1px solid var(--c-gray-l);
}
@media screen and (max-width: 601px) {
	#order_review .shop_table tbody tr {
		display: block;
		width: 100%;
	}
}
#order_review .shop_table tbody td {
	padding: 1rem 1.5rem;
}
#order_review .shop_table tbody td:not(:last-of-type):not(.payment-method-method) {
	border-right: 1px solid var(--c-gray-l);
}
@media screen and (max-width: 601px) {
	#order_review .shop_table tbody td:not(:last-of-type):not(.payment-method-method) {
		border-right: 0;
	}
}
@media screen and (max-width: 601px) {
	#order_review .shop_table tbody td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		border-right: 0;
		border-bottom: 1px solid var(--c-gray-l);
		padding: 0;
	}
	#order_review .shop_table tbody td > *:not(.cell-title) {
		padding: 1rem 1.5rem;
	}
	#order_review .shop_table tbody td .woocommerce-button,
#order_review .shop_table tbody td .button {
		width: 100%;
		text-align: center;
		max-width: none !important;
	}
}
#order_review .shop_table tbody td .cell-title {
	display: none;
	padding: 1rem 1.5rem;
	width: 50%;
	border-right: 1px solid var(--c-gray-l);
	color: var(--c-gray-m);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
	font-size: 80%;
	text-align: right;
}
@media screen and (max-width: 601px) {
	#order_review .shop_table tbody td .cell-title {
		display: block;
	}
}
#order_review .shop_table tbody a {
	color: var(--c-green-d);
	margin: 0.5rem 0.75rem !important;
}
#order_review .shop_table tbody a.wcs_deletion_error {
	color: var(--c-red);
}
#order_review .shop_table tbody .payment-method-subscriptions {
	text-align: center;
}
#order_review .shop_table tbody input {
	width: 100%;
	border: 1px solid var(--c-gray-m);
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.5rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
#order_review .shop_table tbody input:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}

.woocommerce-form-login,
.lost_reset_password {
	margin: 2rem 0;
}
.woocommerce-form-login input[type=checkbox],
.lost_reset_password input[type=checkbox] {
	display: none;
}
.woocommerce-form-login input[type=checkbox]:checked + span::after,
.lost_reset_password input[type=checkbox]:checked + span::after {
	-webkit-transform: scale(0.4);
	    -ms-transform: scale(0.4);
	        transform: scale(0.4);
}
.woocommerce-form-login input[type=checkbox] + span,
.lost_reset_password input[type=checkbox] + span {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	font-size: 1.6rem;
}
.woocommerce-form-login input[type=checkbox] + span::before,
.lost_reset_password input[type=checkbox] + span::before {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid var(--c-gray-m);
	margin-right: 1rem;
	position: relative;
	top: 0px;
}
.woocommerce-form-login input[type=checkbox] + span::after,
.lost_reset_password input[type=checkbox] + span::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--c-gray-m);
	margin-right: 1rem;
	position: absolute;
	top: 4px;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	left: 0;
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	-o-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.woocommerce-form-login button[type=submit],
.lost_reset_password button[type=submit] {
	display: block;
	background-color: var(--c-green);
	padding: 1.5rem 2rem;
	color: #fff;
	font-family: var(--font-h);
	font-weight: 600;
	font-size: 1.8rem;
	-webkit-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
	outline: none !important;
	margin: 1rem 0;
}
.woocommerce-form-login button[type=submit]:hover, .woocommerce-form-login button[type=submit]:focus,
.lost_reset_password button[type=submit]:hover,
.lost_reset_password button[type=submit]:focus {
	background-color: var(--c-green-d);
}

.lost_reset_password {
	margin: 0;
}
.lost_reset_password > p:first-child {
	display: block;
	width: 100%;
	background-color: var(--c-blue);
	color: #fff;
	padding: 1rem 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
.lost_reset_password .form-row {
	width: 100% !important;
}

.woocommerce > #order_review #payment {
	background-color: #fff;
	padding: 2rem 3rem;
}
.woocommerce > #order_review #payment .form-row,
.woocommerce > #order_review #payment .woocommerce-form-row {
	width: 100%;
}
.woocommerce > #order_review #payment .form-row.form-row-first, .woocommerce > #order_review #payment .form-row.woocommerce-form-row--first, .woocommerce > #order_review #payment .form-row.form-row-last, .woocommerce > #order_review #payment .form-row.woocommerce-form-row--last,
.woocommerce > #order_review #payment .woocommerce-form-row.form-row-first,
.woocommerce > #order_review #payment .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce > #order_review #payment .woocommerce-form-row.form-row-last,
.woocommerce > #order_review #payment .woocommerce-form-row.woocommerce-form-row--last {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 426px) {
	.woocommerce > #order_review #payment .form-row.form-row-first, .woocommerce > #order_review #payment .form-row.woocommerce-form-row--first, .woocommerce > #order_review #payment .form-row.form-row-last, .woocommerce > #order_review #payment .form-row.woocommerce-form-row--last,
.woocommerce > #order_review #payment .woocommerce-form-row.form-row-first,
.woocommerce > #order_review #payment .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce > #order_review #payment .woocommerce-form-row.form-row-last,
.woocommerce > #order_review #payment .woocommerce-form-row.woocommerce-form-row--last {
		width: 100%;
	}
}
.woocommerce > #order_review #payment .form-row.woocommerce-invalid input,
.woocommerce > #order_review #payment .form-row.woocommerce-invalid textarea,
.woocommerce > #order_review #payment .woocommerce-form-row.woocommerce-invalid input,
.woocommerce > #order_review #payment .woocommerce-form-row.woocommerce-invalid textarea {
	border-color: var(--c-red);
	outline-color: var(--c-red);
}
.woocommerce > #order_review #payment .form-row.woocommerce-invalid .select2-selection--single,
.woocommerce > #order_review #payment .woocommerce-form-row.woocommerce-invalid .select2-selection--single {
	border-color: var(--c-red) !important;
	outline-color: var(--c-red) !important;
}
.woocommerce > #order_review #payment label,
.woocommerce > #order_review #payment .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce > #order_review #payment label {
	font-family: var(--font-b);
	color: var(--c-gray-m);
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.woocommerce > #order_review #payment label .required {
	display: none;
}
.woocommerce > #order_review #payment label.checkbox {
	font-size: 1.6rem;
	color: var(--c-gray-d);
	cursor: pointer;
}
.woocommerce > #order_review #payment label input[type=checkbox] {
	width: auto;
}
.woocommerce > #order_review #payment .woocommerce-input-wrapper {
	margin-bottom: 3rem;
}
.woocommerce > #order_review #payment input,
.woocommerce > #order_review #payment textarea {
	width: 100%;
	border: 1px solid var(--c-gray-m);
	outline: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
	color: #000;
	font-family: var(--font-b);
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	-o-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
.woocommerce > #order_review #payment input:focus,
.woocommerce > #order_review #payment textarea:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
.woocommerce > #order_review #payment input[type=hidden] {
	display: none;
}
.woocommerce > #order_review #payment textarea {
	resize: vertical;
}
.woocommerce > #order_review #payment .sv-wc-payment-gateway-card-icons {
	display: none;
}
.woocommerce > #order_review #payment .payment_box > p {
	padding: 1rem 1.5rem;
	background-color: var(--c-gray-xl);
	color: var(--c-gray-m);
	font-size: 1.5rem;
}
.woocommerce > #order_review #payment fieldset {
	margin: 1rem auto;
}
.woocommerce > #order_review #payment fieldset > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce > #order_review #payment fieldset input {
	padding: 1rem 1.5rem !important;
	font-size: 1.8rem !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.woocommerce > #order_review #payment .clear {
	display: none;
}
.woocommerce > #order_review #payment [type=submit] {
	display: block;
	background-color: var(--c-green);
	padding: 1.5rem 2rem;
	color: #fff;
	font-family: var(--font-h);
	font-weight: 600;
	font-size: 1.8rem;
	-webkit-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
	outline: none !important;
	cursor: pointer;
}
.woocommerce > #order_review #payment [type=submit]:hover, .woocommerce > #order_review #payment [type=submit]:focus {
	background-color: var(--c-green-d);
}

.woocommerce > .woocommerce-info,
.woocommerce > .woocommerce-message {
	display: block;
	width: 100%;
	background-color: var(--c-blue);
	color: #fff;
	padding: 1rem 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-notices-wrapper > .woocommerce-error {
	display: block;
	width: 100%;
	background-color: var(--c-red);
	color: #fff;
	padding: 1rem 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.woocommerce-password-strength {
	display: none !important;
}