@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
	line-height: 1.15; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
	box-sizing: border-box;
	max-width: 100vw;
	background-color: #FFF;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
	box-sizing: border-box;
	outline: 0.25rem solid transparent;
	margin: 0;
	padding: 0;
	outline: none;
}
*:focus,
*::before:focus,
*::after:focus {
	outline: none !important;
}

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

*::-moz-selection {
	background-color: rgba(88, 190, 226, 0.8);
	color: #FFF;
}

*::selection,
*::-moz-selection {
	background-color: rgba(88, 190, 226, 0.8);
	color: #FFF;
}

body {
	margin-bottom: 0 !important;
	overflow-x: hidden;
	box-sizing: border-box;
	background-color: #FFF;
}

main {
	position: relative;
	z-index: 0;
}

strong {
	font-weight: 700;
}

/**
 * Basic styles for links
 */
a {
	transition: all 0.3s ease-in-out 0s;
	color: inherit;
	text-decoration: none;
}
a:not([disabled]) {
	cursor: pointer;
}
a:not([disabled]):hover, a:not([disabled]):active {
	color: #d60a3d;
	text-decoration: none;
}
a:visited {
	color: inherit;
}

a:not(.disabled, [disable=true]), button:not(.disabled, [disable=true]), [type=submit]:not(.disabled, [disable=true]) {
	cursor: pointer;
}

p {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

.img-wrapper.no-sp-fit {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.img-wrapper.no-sp-fit img {
	display: none;
}

[data-fit=cover] img {
	background-size: cover;
}

[data-fit=contain] img {
	background-size: contain;
}

.site {
	padding-top: 144px;
}
.has-banner .site {
	padding-top: 0;
}
@media only screen and (max-width: 1023px) {
	.site {
		padding-top: 124px;
	}
}

.grid-wrapper {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid-wrapper.hide {
	display: none;
}
.grid-wrapper * {
	height: 100%;
}
.grid-wrapper .grid__item {
	width: 8.3333333333%;
}
.grid-wrapper .grid__col {
	background-color: rgba(168, 222, 255, 0.2);
}

.grid-toggle {
	cursor: pointer;
	position: fixed;
	padding: 16px;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	height: auto !important;
	background-color: rgba(229, 240, 86, 0.692);
	border: 1px dotted black;
}

.owl-dot {
	cursor: pointer;
}

.section {
	position: relative;
	z-index: 0;
}

.section + .section {
	margin-top: 100px;
}

#section-banner + .section,
.section--bg + .section--bg {
	margin-top: 0;
}

#section-banner + .section--nbg {
	margin-top: 100px;
}

a img {
	transition: transform 0.3s ease-in-out;
	transform-origin: center;
}

.section--bg .section__wrapper {
	padding: 96px 0;
}

.grid-col {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
@media only screen and (max-width: 1023px) {
	.grid-col {
		margin-left: -25px;
		margin-right: -25px;
	}
}
@media only screen and (max-width: 1365px) {
	.grid-col {
		margin-left: -25px;
		margin-right: -25px;
	}
}
.grid-col > div {
	width: 100%;
	padding: 0 10px;
	position: relative;
}
.grid-col > div label {
	left: 10px;
}
@media only screen and (max-width: 1023px) {
	.grid-col > div {
		padding: 0 25px;
	}
	.grid-col > div label {
		left: 25px;
	}
}
@media only screen and (max-width: 1365px) {
	.grid-col > div {
		padding: 0 28px;
	}
	.grid-col > div label {
		left: 28px;
	}
}
.grid-col ~ .grid-col {
	margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
	.grid-col ~ .grid-col {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.grid-col--two > div + div {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1023px) {
	.grid-col--two > div {
		width: 50%;
		padding: 0 25px;
	}
}
@media only screen and (max-width: 1365px) {
	.grid-col--two > div {
		width: 50%;
		padding: 0 28px;
	}
}

body {
	position: relative;
}
body::before {
	content: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10000;
}
body.show-modal::before {
	content: "";
}

.html-show-modal {
	overflow: hidden;
}

.owl-carousel .owl-stage:after {
	content: "" !important;
}

.fs-gal-main {
	width: auto;
	height: 100%;
}

.home {
	background-image: url(../images/bg.jpg);
	background-size: contain;
	background-position: 0 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
	.home {
		background-image: none;
	}
}

b, strong {
	font-weight: bold;
}

.grid-wrapper {
	display: none;
}

#wpadminbar {
	position: fixed !important;
}

.admin-bar #masthead {
	margin-top: 32px;
}
@media only screen and (max-width: 767px) {
	.admin-bar #masthead {
		margin-top: 46px;
	}
}

input, select, button {
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
}

@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaOblique.eot");
	src: url("../fonts/SFUFuturaOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaOblique.woff2") format("woff2"), url("../fonts/SFUFuturaOblique.woff") format("woff"), url("../fonts/SFUFuturaOblique.ttf") format("truetype"), url("../fonts/SFUFuturaOblique.svg#SFUFuturaOblique") format("svg");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaHeavy.eot");
	src: url("../fonts/SFUFuturaHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaHeavy.woff2") format("woff2"), url("../fonts/SFUFuturaHeavy.woff") format("woff"), url("../fonts/SFUFuturaHeavy.ttf") format("truetype"), url("../fonts/SFUFuturaHeavy.svg#SFUFuturaHeavy") format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaLightOblique.eot");
	src: url("../fonts/SFUFuturaLightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaLightOblique.woff2") format("woff2"), url("../fonts/SFUFuturaLightOblique.woff") format("woff"), url("../fonts/SFUFuturaLightOblique.ttf") format("truetype"), url("../fonts/SFUFuturaLightOblique.svg#SFUFuturaLightOblique") format("svg");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaBold.eot");
	src: url("../fonts/SFUFuturaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaBold.woff2") format("woff2"), url("../fonts/SFUFuturaBold.woff") format("woff"), url("../fonts/SFUFuturaBold.ttf") format("truetype"), url("../fonts/SFUFuturaBold.svg#SFUFuturaBold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaBook.eot");
	src: url("../fonts/SFUFuturaBook.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaBook.woff2") format("woff2"), url("../fonts/SFUFuturaBook.woff") format("woff"), url("../fonts/SFUFuturaBook.ttf") format("truetype"), url("../fonts/SFUFuturaBook.svg#SFUFuturaBook") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaBoldOblique.eot");
	src: url("../fonts/SFUFuturaBoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaBoldOblique.woff2") format("woff2"), url("../fonts/SFUFuturaBoldOblique.woff") format("woff"), url("../fonts/SFUFuturaBoldOblique.ttf") format("truetype"), url("../fonts/SFUFuturaBoldOblique.svg#SFUFuturaBoldOblique") format("svg");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaExtraBoldOblique.eot");
	src: url("../fonts/SFUFuturaExtraBoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaExtraBoldOblique.woff2") format("woff2"), url("../fonts/SFUFuturaExtraBoldOblique.woff") format("woff"), url("../fonts/SFUFuturaExtraBoldOblique.ttf") format("truetype"), url("../fonts/SFUFuturaExtraBoldOblique.svg#SFUFuturaExtraBoldOblique") format("svg");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaExtraBold.eot");
	src: url("../fonts/SFUFuturaExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaExtraBold.woff2") format("woff2"), url("../fonts/SFUFuturaExtraBold.woff") format("woff"), url("../fonts/SFUFuturaExtraBold.ttf") format("truetype"), url("../fonts/SFUFuturaExtraBold.svg#SFUFuturaExtraBold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaLight.eot");
	src: url("../fonts/SFUFuturaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaLight.woff2") format("woff2"), url("../fonts/SFUFuturaLight.woff") format("woff"), url("../fonts/SFUFuturaLight.ttf") format("truetype"), url("../fonts/SFUFuturaLight.svg#SFUFuturaLight") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFutura.eot");
	src: url("../fonts/SFUFutura.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFutura.woff2") format("woff2"), url("../fonts/SFUFutura.woff") format("woff"), url("../fonts/SFUFutura.ttf") format("truetype"), url("../fonts/SFUFutura.svg#SFUFutura") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Futura";
	src: url("../fonts/SFUFuturaHeavyOblique.eot");
	src: url("../fonts/SFUFuturaHeavyOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUFuturaHeavyOblique.woff2") format("woff2"), url("../fonts/SFUFuturaHeavyOblique.woff") format("woff"), url("../fonts/SFUFuturaHeavyOblique.ttf") format("truetype"), url("../fonts/SFUFuturaHeavyOblique.svg#SFUFuturaHeavyOblique") format("svg");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
/**
 * Basic typography style for copy text
 */
* {
	box-sizing: border-box;
	outline: none;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	color: #0F1D34;
}

:focus {
	transition: none;
	box-shadow: 0 2px 1px transparent;
	outline: none;
}

.footer__menu a:not(.button),
.footer__contact a:not(.button),
.wysiwyg a:not(.button) {
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	color: inherit;
	border: none;
}
.footer__menu a:not(.button):not([disabled]),
.footer__contact a:not(.button):not([disabled]),
.wysiwyg a:not(.button):not([disabled]) {
	cursor: pointer;
}
.footer__menu a:not(.button):not([disabled]):hover, .footer__menu a:not(.button):not([disabled]):active,
.footer__contact a:not(.button):not([disabled]):hover,
.footer__contact a:not(.button):not([disabled]):active,
.wysiwyg a:not(.button):not([disabled]):hover,
.wysiwyg a:not(.button):not([disabled]):active {
	color: inherit;
	box-shadow: 0 1px 0px 0px currentColor;
}

.h1,
h1 {
	font-size: 4.3rem;
	line-height: 1.3720930233em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 1279px) {
	.h1,
h1 {
		font-size: 3.5rem;
	}
}

.h2,
h2 {
	font-size: 3rem;
	line-height: 1.3666666667em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
	.h2,
h2 {
		font-size: 2.5rem;
	}
}

.h3,
h3 {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.h4,
h4 {
	font-size: 1.7rem;
	line-height: 1.3529411765em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}

.h5,
h5 {
	font-size: 1.5rem;
	line-height: 1.3333333333em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}

.h6,
h6 {
	font-size: 14px;
	line-height: 1.3571428571em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}

p {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}

.heading, body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title {
	font-size: 3rem;
	line-height: 1.3666666667em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	position: relative;
	padding-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
	.heading, body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title {
		font-size: 2.5rem;
	}
}
.heading::after, body.woocommerce-shop .woocommerce-products-header__title::after,
body.tax-product_cat .woocommerce-products-header__title::after {
	content: "";
	background-color: #58BEE2;
	height: 3px;
	width: 9rem;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.label {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}

.reset-default-style {
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
}

.fw7 {
	font-weight: 700;
}

.fw6 {
	font-weight: 600;
}

.fw3 {
	font-weight: 300;
}

.woocommerce-cart .woocommerce-cart-form__contents .coupon .button, .wc-proceed-to-checkout a.button.alt, .woocommerce-cart-form__contents button.button, .section-your-account .woocommerce-MyAccount-navigation-link .button,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a, body.woocommerce-lost-password #page .lost_reset_password .button, .checkout_coupon.woocommerce-form-coupon .button,
.woocommerce-checkout #place_order,
.woocommerce .return-to-shop .button, .woocommerce-checkout button.woocommerce-button,
.woocommerce-lost-password button.woocommerce-button,
.woocommerce-form button.woocommerce-button,
.woocommerce-MyAccount-navigation-link button.woocommerce-button,
.form button.woocommerce-button, .woocommerce-checkout .wpcf7-submit,
.woocommerce-lost-password .wpcf7-submit,
.woocommerce-form .wpcf7-submit,
.woocommerce-MyAccount-navigation-link .wpcf7-submit,
.form .wpcf7-submit, .button, .woocommerce .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .button {
	font-size: 1.5rem;
	line-height: 1.3333333333em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	position: relative;
	background: #d60a3d;
	color: #FFF;
	border-radius: 3rem;
	padding: 1.2rem 1rem;
	text-align: center;
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon .button:not([disabled]), .wc-proceed-to-checkout a.button.alt:not([disabled]), .woocommerce-cart-form__contents button.button:not([disabled]), .section-your-account .woocommerce-MyAccount-navigation-link .button:not([disabled]),
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a:not([disabled]), body.woocommerce-lost-password #page .lost_reset_password .button:not([disabled]), .checkout_coupon.woocommerce-form-coupon .button:not([disabled]),
.woocommerce-checkout #place_order:not([disabled]),
.woocommerce .return-to-shop .button:not([disabled]), .woocommerce-checkout button.woocommerce-button:not([disabled]),
.woocommerce-lost-password button.woocommerce-button:not([disabled]),
.woocommerce-form button.woocommerce-button:not([disabled]),
.woocommerce-MyAccount-navigation-link button.woocommerce-button:not([disabled]),
.form button.woocommerce-button:not([disabled]), .woocommerce-checkout .wpcf7-submit:not([disabled]),
.woocommerce-lost-password .wpcf7-submit:not([disabled]),
.woocommerce-form .wpcf7-submit:not([disabled]),
.woocommerce-MyAccount-navigation-link .wpcf7-submit:not([disabled]),
.form .wpcf7-submit:not([disabled]), .button:not([disabled]), .woocommerce .cart-collaterals .cart_totals .button:not([disabled]),
.woocommerce-page .cart-collaterals .cart_totals .button:not([disabled]) {
	cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon .button:not([disabled]):hover, .wc-proceed-to-checkout a.button.alt:not([disabled]):hover,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a:not([disabled]):hover, body.woocommerce-lost-password #page .lost_reset_password .button:not([disabled]):hover,
.woocommerce-checkout #place_order:not([disabled]):hover, .woocommerce-checkout button.woocommerce-button:not([disabled]):hover,
.woocommerce-lost-password button.woocommerce-button:not([disabled]):hover,
.woocommerce-form button.woocommerce-button:not([disabled]):hover,
.woocommerce-MyAccount-navigation-link button.woocommerce-button:not([disabled]):hover,
.form button.woocommerce-button:not([disabled]):hover, .woocommerce-checkout .wpcf7-submit:not([disabled]):hover,
.woocommerce-lost-password .wpcf7-submit:not([disabled]):hover,
.woocommerce-form .wpcf7-submit:not([disabled]):hover,
.woocommerce-MyAccount-navigation-link .wpcf7-submit:not([disabled]):hover,
.form .wpcf7-submit:not([disabled]):hover, .button:not([disabled]):hover, .woocommerce .cart-collaterals .cart_totals .button:not([disabled]):hover,
.woocommerce-page .cart-collaterals .cart_totals .button:not([disabled]):hover, .woocommerce-cart .woocommerce-cart-form__contents .coupon .button:not([disabled]):active, .wc-proceed-to-checkout a.button.alt:not([disabled]):active,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a:not([disabled]):active, body.woocommerce-lost-password #page .lost_reset_password .button:not([disabled]):active,
.woocommerce-checkout #place_order:not([disabled]):active, .woocommerce-checkout button.woocommerce-button:not([disabled]):active,
.woocommerce-lost-password button.woocommerce-button:not([disabled]):active,
.woocommerce-form button.woocommerce-button:not([disabled]):active,
.woocommerce-MyAccount-navigation-link button.woocommerce-button:not([disabled]):active,
.form button.woocommerce-button:not([disabled]):active, .woocommerce-checkout .wpcf7-submit:not([disabled]):active,
.woocommerce-lost-password .wpcf7-submit:not([disabled]):active,
.woocommerce-form .wpcf7-submit:not([disabled]):active,
.woocommerce-MyAccount-navigation-link .wpcf7-submit:not([disabled]):active,
.form .wpcf7-submit:not([disabled]):active, .button:not([disabled]):active, .woocommerce .cart-collaterals .cart_totals .button:not([disabled]):active,
.woocommerce-page .cart-collaterals .cart_totals .button:not([disabled]):active {
	color: #FFF;
	background-color: rgba(214, 10, 61, 0.5);
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon .button:visited, .wc-proceed-to-checkout a.button.alt:visited, .woocommerce-cart-form__contents button.button:visited, .section-your-account .woocommerce-MyAccount-navigation-link .button:visited,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a:visited, body.woocommerce-lost-password #page .lost_reset_password .button:visited, .checkout_coupon.woocommerce-form-coupon .button:visited,
.woocommerce-checkout #place_order:visited,
.woocommerce .return-to-shop .button:visited, .woocommerce-checkout button.woocommerce-button:visited,
.woocommerce-lost-password button.woocommerce-button:visited,
.woocommerce-form button.woocommerce-button:visited,
.woocommerce-MyAccount-navigation-link button.woocommerce-button:visited,
.form button.woocommerce-button:visited, .woocommerce-checkout .wpcf7-submit:visited,
.woocommerce-lost-password .wpcf7-submit:visited,
.woocommerce-form .wpcf7-submit:visited,
.woocommerce-MyAccount-navigation-link .wpcf7-submit:visited,
.form .wpcf7-submit:visited, .button:visited, .woocommerce .cart-collaterals .cart_totals .button:visited,
.woocommerce-page .cart-collaterals .cart_totals .button:visited {
	color: #FFF;
}
.woocommerce-cart .woocommerce-cart-form__contents .coupon .button svg, .wc-proceed-to-checkout a.button.alt svg, .woocommerce-cart-form__contents button.button svg, .section-your-account .woocommerce-MyAccount-navigation-link .button svg,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a svg, body.woocommerce-lost-password #page .lost_reset_password .button svg, .checkout_coupon.woocommerce-form-coupon .button svg,
.woocommerce-checkout #place_order svg,
.woocommerce .return-to-shop .button svg, .woocommerce-checkout button.woocommerce-button svg,
.woocommerce-lost-password button.woocommerce-button svg,
.woocommerce-form button.woocommerce-button svg,
.woocommerce-MyAccount-navigation-link button.woocommerce-button svg,
.form button.woocommerce-button svg, .woocommerce-checkout .wpcf7-submit svg,
.woocommerce-lost-password .wpcf7-submit svg,
.woocommerce-form .wpcf7-submit svg,
.woocommerce-MyAccount-navigation-link .wpcf7-submit svg,
.form .wpcf7-submit svg, .button svg, .woocommerce .cart-collaterals .cart_totals .button svg,
.woocommerce-page .cart-collaterals .cart_totals .button svg {
	position: absolute;
	width: 11px;
	height: 6px;
	right: 0;
	top: 12px;
	transform: translate(0, -50%);
	transition: all 0.3s ease-in-out;
}

.button--primary, .woocommerce-cart-form__contents button.button, .woocommerce-cart-form__contents .woocommerce .cart-collaterals .cart_totals button.button, .woocommerce .cart-collaterals .cart_totals .woocommerce-cart-form__contents button.button,
.woocommerce-cart-form__contents .woocommerce-page .cart-collaterals .cart_totals button.button,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-cart-form__contents button.button, .section-your-account .woocommerce-MyAccount-navigation-link .button, .section-your-account .woocommerce-MyAccount-navigation-link .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .section-your-account .woocommerce-MyAccount-navigation-link .button,
.section-your-account .woocommerce-MyAccount-navigation-link .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .section-your-account .woocommerce-MyAccount-navigation-link .button,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a, body.woocommerce-lost-password #page .lost_reset_password .button, .woocommerce-checkout button.woocommerce-button,
.woocommerce-lost-password button.woocommerce-button,
.woocommerce-form button.woocommerce-button,
.woocommerce-MyAccount-navigation-link button.woocommerce-button,
.form button.woocommerce-button {
	background-color: #0F1D34;
}
.button--primary:not([disabled]), .woocommerce-cart-form__contents button.button:not([disabled]), .woocommerce-cart-form__contents .woocommerce .cart-collaterals .cart_totals button.button:not([disabled]), .woocommerce .cart-collaterals .cart_totals .woocommerce-cart-form__contents button.button:not([disabled]),
.woocommerce-cart-form__contents .woocommerce-page .cart-collaterals .cart_totals button.button:not([disabled]),
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-cart-form__contents button.button:not([disabled]), .section-your-account .woocommerce-MyAccount-navigation-link .button:not([disabled]),
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a:not([disabled]), body.woocommerce-lost-password #page .lost_reset_password .button:not([disabled]), .woocommerce-checkout button.woocommerce-button:not([disabled]),
.woocommerce-lost-password button.woocommerce-button:not([disabled]),
.woocommerce-form button.woocommerce-button:not([disabled]),
.woocommerce-MyAccount-navigation-link button.woocommerce-button:not([disabled]),
.form button.woocommerce-button:not([disabled]) {
	cursor: pointer;
}
.button--primary:not([disabled]):hover, .woocommerce-cart-form__contents button.button:not([disabled]):hover, .section-your-account .woocommerce-MyAccount-navigation-link .button:not([disabled]):hover,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a:not([disabled]):hover, body.woocommerce-lost-password #page .lost_reset_password .button:not([disabled]):hover, .woocommerce-checkout button.woocommerce-button:not([disabled]):hover,
.woocommerce-lost-password button.woocommerce-button:not([disabled]):hover,
.woocommerce-form button.woocommerce-button:not([disabled]):hover,
.woocommerce-MyAccount-navigation-link button.woocommerce-button:not([disabled]):hover,
.form button.woocommerce-button:not([disabled]):hover, .button--primary:not([disabled]):active, .woocommerce-cart-form__contents button.button:not([disabled]):active, .section-your-account .woocommerce-MyAccount-navigation-link .button:not([disabled]):active,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a:not([disabled]):active, body.woocommerce-lost-password #page .lost_reset_password .button:not([disabled]):active, .woocommerce-checkout button.woocommerce-button:not([disabled]):active,
.woocommerce-lost-password button.woocommerce-button:not([disabled]):active,
.woocommerce-form button.woocommerce-button:not([disabled]):active,
.woocommerce-MyAccount-navigation-link button.woocommerce-button:not([disabled]):active,
.form button.woocommerce-button:not([disabled]):active {
	background-color: rgba(15, 29, 52, 0.5);
}

@keyframes btn {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(10px, 0);
	}
}
.button-arrow {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 400;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.button-arrow svg {
	margin-left: 8px;
	position: relative;
}
.button-arrow:not([disabled]) {
	cursor: pointer;
}
.button-arrow:not([disabled]):hover, .button-arrow:not([disabled]):active {
	color: inherit;
	box-shadow: none !important;
}
.button-arrow:not([disabled]):hover svg, .button-arrow:not([disabled]):active svg {
	animation: btn 0.5s ease-in-out infinite;
	animation-direction: alternate;
}

/**
 * Clear inner floats
 */
.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
	overflow: hidden;
	padding: 0; /* 1 */
	text-indent: 101%;
	white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew [type=checkbox], .woocommerce-account .entry-title, .woocommerce form .form-row .checkbox [type=checkbox], .single-product .bos4w-display-wrap .bos4w-display-dropdown label, .widget-filter .facetwp-selection-label, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span, .woocommerce-checkout .acf-checkbox-list input,
.woocommerce-checkout .acf-radio-list input,
.woocommerce-checkout .woocommerce-form-login__rememberme input,
.woocommerce-lost-password .acf-checkbox-list input,
.woocommerce-lost-password .acf-radio-list input,
.woocommerce-lost-password .woocommerce-form-login__rememberme input,
.woocommerce-form .acf-checkbox-list input,
.woocommerce-form .acf-radio-list input,
.woocommerce-form .woocommerce-form-login__rememberme input,
.woocommerce-MyAccount-navigation-link .acf-checkbox-list input,
.woocommerce-MyAccount-navigation-link .acf-radio-list input,
.woocommerce-MyAccount-navigation-link .woocommerce-form-login__rememberme input,
.form .acf-checkbox-list input,
.form .acf-radio-list input,
.form .woocommerce-form-login__rememberme input, .woocommerce-checkout .show-password-input,
.woocommerce-lost-password .show-password-input,
.woocommerce-form .show-password-input,
.woocommerce-MyAccount-navigation-link .show-password-input,
.form .show-password-input, .woocommerce-checkout .form-acceptance input,
.woocommerce-lost-password .form-acceptance input,
.woocommerce-form .form-acceptance input,
.woocommerce-MyAccount-navigation-link .form-acceptance input,
.form .form-acceptance input,
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.no-margin {
	margin: 0 !important;
}

.hidden-pc {
	display: none;
}
@media (max-width: 768px) {
	.hidden-pc {
		display: block;
	}
}

.container, body.woocommerce-lost-password #page .woocommerce, .woocommerce-notices-wrapper, .woocommerce-breadcrumb {
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 0px) {
	.container, body.woocommerce-lost-password #page .woocommerce, .woocommerce-notices-wrapper, .woocommerce-breadcrumb {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 768px) {
	.container, body.woocommerce-lost-password #page .woocommerce, .woocommerce-notices-wrapper, .woocommerce-breadcrumb {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 1024px) {
	.container, body.woocommerce-lost-password #page .woocommerce, .woocommerce-notices-wrapper, .woocommerce-breadcrumb {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 1366px) {
	.container, body.woocommerce-lost-password #page .woocommerce, .woocommerce-notices-wrapper, .woocommerce-breadcrumb {
		padding: 0 40px;
	}
}

.container--full {
	padding: 0;
}

@media only screen and (min-width: 0px) {
	.container-header {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 768px) {
	.container-header {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 1024px) {
	.container-header {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 1366px) {
	.container-header {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 1366px) {
	.container-header {
		padding: 0 39px;
	}
}

.woocommerce-account #customer_login, .row,
.grid {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
@media only screen and (min-width: 0px) {
	.woocommerce-account #customer_login, .row,
.grid {
		margin-left: -10px;
		margin-right: -10px;
	}
	.woocommerce-account #customer_login > *, .row > *,
.grid > * {
		padding: 0 10px;
		max-width: 100%;
	}
}
@media only screen and (min-width: 1280px) {
	.woocommerce-account #customer_login, .row,
.grid {
		margin-left: -10px;
		margin-right: -10px;
	}
	.woocommerce-account #customer_login > *, .row > *,
.grid > * {
		padding: 0 10px;
		max-width: 100%;
	}
}

.grid__item {
	width: 100%;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.bold {
	font-weight: bold;
}

.no-scroll {
	overflow: hidden;
}

.owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}

.owl-next,
.owl-prev {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
}
.owl-next svg,
.owl-prev svg {
	width: 100%;
	height: 100%;
	color: #D3D3D3;
}
.owl-next svg:not([disabled]),
.owl-prev svg:not([disabled]) {
	cursor: pointer;
}
.owl-next svg:not([disabled]):hover path, .owl-next svg:not([disabled]):active path,
.owl-prev svg:not([disabled]):hover path,
.owl-prev svg:not([disabled]):active path {
	color: #58BEE2;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	left: auto;
	right: -20px;
}

.menu-toggle {
	display: none;
	outline: 0;
	margin-left: 20px;
	cursor: pointer;
	background: none;
	border: none;
	position: relative;
	overflow: hidden;
	width: auto;
	height: 50px;
	padding: 0;
	text-align: right;
	margin-right: 0;
	margin-left: auto;
}
@media only screen and (max-width: 1023px) {
	.menu-toggle {
		display: block;
	}
}
.menu-toggle svg {
	width: 40px;
	height: 40px;
	color: #FFF;
}
.is-white-header .menu-toggle svg {
	color: #333;
}
.show-menu .menu-toggle svg:nth-child(1) {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}
.menu-toggle svg:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	transform: translate(-50%, -50%);
	display: none;
	width: 30px;
	height: 30px;
	opacity: 0;
}
.show-menu .menu-toggle svg:nth-child(2) {
	display: block;
	opacity: 1;
}

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.hamburger .hamburger-box {
	position: relative;
	display: block;
	width: 41px;
	height: 30px;
}
@media (max-width: 768px) {
	.hamburger .hamburger-box {
		width: 40px;
	}
}

.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:before {
	top: -10px;
}

.hamburger-inner:after {
	bottom: -10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 41px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform;
	border-radius: 16px;
	left: 0;
}
@media (max-width: 768px) {
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		width: 40px;
		height: 4px;
	}
}

.hamburger--slider .hamburger-inner:before {
	top: 13px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform, opacity;
}
@media (max-width: 768px) {
	.hamburger--slider .hamburger-inner:before {
		top: 10px;
	}
}

.hamburger--slider .hamburger-inner:after {
	top: 26px;
}
@media (max-width: 768px) {
	.hamburger--slider .hamburger-inner:after {
		top: 20px;
	}
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -31px, 0) rotate(-90deg);
}
@media (max-width: 768px) {
	.hamburger--slider.is-active .hamburger-inner:after {
		transform: translate3d(0, -20px, 0) rotate(-90deg);
	}
}

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	padding-right: 0;
}
.hamburger .hamburger-box {
	position: relative;
	display: block;
	width: 41px;
	height: 30px;
}
@media (max-width: 768px) {
	.hamburger .hamburger-box {
		width: 40px;
		height: 24px;
	}
}

.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:before {
	top: -10px;
}

.hamburger-inner:after {
	bottom: -10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 41px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform;
	border-radius: 16px;
	left: 0;
}
@media (max-width: 768px) {
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		width: 40px;
		height: 4px;
	}
}

.hamburger--slider .hamburger-inner:before {
	top: 12px;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform, opacity;
}
@media (max-width: 768px) {
	.hamburger--slider .hamburger-inner:before {
		top: 10px;
	}
}

.hamburger--slider .hamburger-inner:after {
	top: 24px;
}
@media (max-width: 768px) {
	.hamburger--slider .hamburger-inner:after {
		top: 20px;
	}
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 12px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -24px, 0) rotate(-90deg);
}
@media (max-width: 768px) {
	.hamburger--slider.is-active .hamburger-inner:after {
		transform: translate3d(0, -20px, 0) rotate(-90deg);
	}
}

@keyframes customFadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0) scaleY(0);
	}
}
@keyframes customFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all 0.3s ease-in-out;
	padding: 10px 0 26px;
	min-height: 70px;
	box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
	background-color: #FFF;
}
.site-header.fixed {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 1366px) {
	.container--header {
		padding: 0 39px;
	}
}

#menu-header-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-header-menu > li {
	display: inline-block;
}
#menu-header-menu .current_page_item > a {
	color: #d60a3d;
}
#menu-header-menu > li + li {
	margin-left: 4rem;
}
#menu-header-menu > li a {
	font-size: 14px;
	line-height: 1.3571428571em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
}

#header-lower {
	justify-content: space-between;
	align-items: center;
	padding: 26px 0 0;
}
@media only screen and (max-width: 1023px) {
	#header-lower {
		padding: 0;
	}
}

.custom-logo-link {
	display: flex;
	align-items: center;
	max-height: 34.35px;
}
.custom-logo-link:not([disabled]) {
	cursor: pointer;
}
.custom-logo-link:not([disabled]):hover img, .custom-logo-link:not([disabled]):active img {
	transform: none;
}

#header-top-wrap {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 11px;
}

.header-contact-details {
	font-size: 14px;
	line-height: 1.3571428571em;
	letter-spacing: 0em;
	font-weight: 400;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	white-space: nowrap;
}
.header-contact-details a {
	font-weight: 300;
}

#header-email a {
	text-decoration: underline;
}

.header-top .grid__item {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.header-top .left {
		width: 77%;
	}
}
.header-top .right {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.header-top .right {
		width: 23%;
	}
}
.header-top .right-item {
	max-width: 100%;
	color: #d60a3d;
}
.header-top .right-item:not([disabled]) {
	cursor: pointer;
}
.header-top .right-item:not([disabled]):hover, .header-top .right-item:not([disabled]):active {
	color: #0F1D34;
}
.header-top .right-item + .right-item {
	margin-left: 4rem;
}
@media only screen and (max-width: 1023px) {
	.header-top .right-item + .right-item {
		margin-left: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.header-top .right-item + .right-item {
		margin-left: 1rem;
	}
}

.main-navigation {
	text-align: right;
}
@media only screen and (max-width: 1023px) {
	.main-navigation {
		position: absolute;
		top: 100%;
		left: auto;
		right: -40px;
		width: 80vw;
		max-width: 280px;
		height: 100vh;
		background-color: #0F1D34;
		color: #FFF;
		padding-left: 20px;
		padding-top: 20px;
		text-align: left;
		transition: all ease-in-out 0.5s;
		transform: translate(100%, 0);
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}
	.main-navigation.show {
		transform: translate(0, 0);
		opacity: 1;
		visibility: visible;
		overflow: visible;
	}
}
@media only screen and (max-width: 767px) {
	.main-navigation {
		right: -20px;
	}
}

.header-lower__logo {
	width: 25%;
}
@media only screen and (max-width: 1023px) {
	.header-lower__logo {
		width: 50%;
		display: flex;
		align-items: center;
	}
}

.header-lower__nav {
	width: 75%;
}
@media only screen and (max-width: 1023px) {
	.header-lower__nav {
		width: 50%;
	}
}

.menu-header-menu-container {
	display: inline-block;
}
@media only screen and (max-width: 1023px) {
	.menu-header-menu-container {
		width: 100%;
		display: block;
	}
}

.header-account-link {
	margin-left: 57px;
	min-width: 16rem;
}
@media only screen and (max-width: 767px) {
	.header-account-link {
		padding: 1rem;
	}
}

body:not(.woocommerce-account) .header-account-link:not([disabled]) {
	cursor: pointer;
}
@media only screen and (min-width: 1024px) {
	body:not(.woocommerce-account) .header-account-link {
		background-color: #0F1D34;
	}
	body:not(.woocommerce-account) .header-account-link:focus, body:not(.woocommerce-account) .header-account-link:hover {
		background-color: rgba(15, 29, 52, 0.5);
	}
}

@media only screen and (max-width: 1023px) {
	.site-header {
		padding-bottom: 0;
	}
	#menu-header-menu > li {
		width: 100%;
		text-align: left;
	}
	#menu-header-menu > li + li {
		margin-left: 0;
		padding: 5px 0;
	}
	.header-account-link {
		margin-left: 0;
		margin-top: 10px;
	}
}
.site-footer {
	margin-top: 11.5rem;
}
.site-footer .wrapper {
	padding: 5.3rem 0 5rem;
	background-color: #0F1D34;
	color: #FFF;
	text-align: center;
}
.site-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-footer a {
	color: #FFF;
}
.site-footer a:not([disabled]) {
	cursor: pointer;
}
.site-footer a:not([disabled]):hover, .site-footer a:not([disabled]):active {
	color: #d60a3d;
}
.site-footer a:focus {
	color: #d60a3d;
}

.footer-social-media i {
	font-size: 2.4rem;
}
.footer-social-media .social-link {
	display: inline-block;
}
.footer-social-media .social-link + .social-link {
	margin-left: 2rem;
}

#menu-footer-menu {
	margin: 3.7rem auto 1.7rem;
}
#menu-footer-menu li {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	#menu-footer-menu li {
		width: 100%;
		text-align: center;
	}
}
#menu-footer-menu li + li {
	margin-left: 45px;
}
@media only screen and (max-width: 767px) {
	#menu-footer-menu li + li {
		margin-left: 0;
		margin-top: 1rem;
	}
}
#menu-footer-menu a {
	font-size: 17px;
	line-height: 1.3529411765em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
}

.footer-bottom .address {
	font-size: 15px;
	line-height: 1.3333333333em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
}
.footer-bottom .address {
	font-size: 15px;
	line-height: 1.3333333333em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}

.section-banner {
	position: relative;
	overflow-y: hidden;
	height: 52rem;
}
.section-banner .image-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 52rem;
}
.section-banner .image-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.section-banner .carousel {
	width: 100%;
}
.section-banner .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 14.4rem;
}
@media only screen and (max-width: 1279px) {
	.section-banner .content {
		padding-top: 0;
		display: flex;
		align-items: center;
	}
}
.section-banner .grid__item {
	width: 33.33%;
	margin-left: 8.3333333333%;
}
@media only screen and (max-width: 1279px) {
	.section-banner .grid__item {
		width: 50%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.section-banner .grid__item {
		width: 100%;
	}
}
.section-banner .banner-heading {
	color: #FFF;
}
.section-banner .button, .section-banner .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .section-banner .button,
.section-banner .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .section-banner .button {
	min-width: 21.8rem;
}
.section-banner .button-wrapper {
	margin-top: 1.5rem;
}

.section-banner--single .container, .section-banner--single body.woocommerce-lost-password #page .woocommerce, body.woocommerce-lost-password #page .section-banner--single .woocommerce, .section-banner--single .woocommerce-notices-wrapper, .section-banner--single .woocommerce-breadcrumb {
	width: 100%;
}
.section-banner--single .content {
	top: 50%;
	height: auto;
	padding-top: 0;
	transform: translate(0, -50%);
}

@media only screen and (min-width: 1366px) {
	.section-carousel-pd .container, .section-carousel-pd body.woocommerce-lost-password #page .woocommerce, body.woocommerce-lost-password #page .section-carousel-pd .woocommerce, .section-carousel-pd .woocommerce-notices-wrapper, .section-carousel-pd .woocommerce-breadcrumb {
		padding: 0 44px;
	}
}
.section-carousel-pd .section-wrapper {
	padding: 0 100px;
}
@media only screen and (max-width: 1279px) {
	.section-carousel-pd .section-wrapper {
		padding: 0 4rem;
	}
}
.section-carousel-pd .owl-nav {
	display: block !important;
}
.section-carousel-pd .owl-prev {
	left: -100px;
}
@media only screen and (max-width: 1279px) {
	.section-carousel-pd .owl-prev {
		left: -50px;
	}
}
.section-carousel-pd .owl-next {
	right: -100px;
}
@media only screen and (max-width: 1279px) {
	.section-carousel-pd .owl-next {
		right: -50px;
	}
}
.section-carousel-pd .disabled {
	pointer-events: none;
	opacity: 0.5;
}

.related div.products, .upsells div.products {
	display: block;
	position: relative;
	list-style: none;
	width: 100%;
}
.related div.products div.product, .upsells div.products div.product {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.related div.products .slick-arrow, .upsells div.products .slick-arrow {
	width: 40px;
	height: 40px;
}
.related div.products .slick-arrow::before, .upsells div.products .slick-arrow::before {
	content: none;
}
.related div.products .slick-prev, .upsells div.products .slick-prev {
	left: -100px;
}
@media only screen and (max-width: 1279px) {
	.related div.products .slick-prev, .upsells div.products .slick-prev {
		left: -50px;
	}
}
.related div.products .slick-next, .upsells div.products .slick-next {
	right: -100px;
}
@media only screen and (max-width: 1279px) {
	.related div.products .slick-next, .upsells div.products .slick-next {
		right: -50px;
	}
}

.woocommerce-checkout p:empty,
.woocommerce-lost-password p:empty,
.woocommerce-form p:empty,
.woocommerce-MyAccount-navigation-link p:empty,
.form p:empty {
	display: none;
}
.woocommerce-checkout label,
.woocommerce-lost-password label,
.woocommerce-form label,
.woocommerce-MyAccount-navigation-link label,
.form label {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 8px;
	display: inline-block;
	cursor: pointer;
}
.woocommerce-checkout p,
.woocommerce-lost-password p,
.woocommerce-form p,
.woocommerce-MyAccount-navigation-link p,
.form p {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-lost-password input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.woocommerce-lost-password textarea,
.woocommerce-lost-password select,
.woocommerce-form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.woocommerce-form textarea,
.woocommerce-form select,
.woocommerce-MyAccount-navigation-link input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.woocommerce-MyAccount-navigation-link textarea,
.woocommerce-MyAccount-navigation-link select,
.form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.form textarea,
.form select {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	font-family: "Open Sans", sans-serif;
	background: none;
	border: 1px solid #d60a3d;
	border-radius: 30px !important;
	resize: none;
	text-align: left;
	width: 100%;
	padding: 18px;
}
.woocommerce-checkout abbr[title],
.woocommerce-lost-password abbr[title],
.woocommerce-form abbr[title],
.woocommerce-MyAccount-navigation-link abbr[title],
.form abbr[title] {
	text-decoration: none;
}
.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.woocommerce-lost-password input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.woocommerce-form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.woocommerce-MyAccount-navigation-link input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]),
.form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]) {
	height: 54px;
}
.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]).placeholder,
.woocommerce-lost-password input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]).placeholder,
.woocommerce-form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]).placeholder,
.woocommerce-MyAccount-navigation-link input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]).placeholder,
.form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]).placeholder {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-moz-placeholder,
.woocommerce-lost-password input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-moz-placeholder,
.woocommerce-form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-moz-placeholder,
.woocommerce-MyAccount-navigation-link input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-moz-placeholder,
.form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-moz-placeholder {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-moz-placeholder,
.woocommerce-lost-password input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-moz-placeholder,
.woocommerce-form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-moz-placeholder,
.woocommerce-MyAccount-navigation-link input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-moz-placeholder,
.form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-moz-placeholder {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-ms-input-placeholder,
.woocommerce-lost-password input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-ms-input-placeholder,
.woocommerce-form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-ms-input-placeholder,
.woocommerce-MyAccount-navigation-link input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-ms-input-placeholder,
.form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio]):-ms-input-placeholder {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-webkit-input-placeholder,
.woocommerce-lost-password input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-webkit-input-placeholder,
.woocommerce-form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-webkit-input-placeholder,
.woocommerce-MyAccount-navigation-link input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-webkit-input-placeholder,
.form input:not([type=submit], [type=hidden], [type=checkbox], [type=radio])::-webkit-input-placeholder {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-checkout textarea,
.woocommerce-lost-password textarea,
.woocommerce-form textarea,
.woocommerce-MyAccount-navigation-link textarea,
.form textarea {
	height: 134px !important;
}
.woocommerce-checkout .grid-col:last-child,
.woocommerce-lost-password .grid-col:last-child,
.woocommerce-form .grid-col:last-child,
.woocommerce-MyAccount-navigation-link .grid-col:last-child,
.form .grid-col:last-child {
	text-align: center;
	margin-top: 55px;
}
.woocommerce-checkout .ajax-loader,
.woocommerce-lost-password .ajax-loader,
.woocommerce-form .ajax-loader,
.woocommerce-MyAccount-navigation-link .ajax-loader,
.form .ajax-loader {
	display: none;
}
.woocommerce-checkout .wpcf7-not-valid-tip,
.woocommerce-lost-password .wpcf7-not-valid-tip,
.woocommerce-form .wpcf7-not-valid-tip,
.woocommerce-MyAccount-navigation-link .wpcf7-not-valid-tip,
.form .wpcf7-not-valid-tip {
	margin-top: 7px;
}
.woocommerce-checkout .col-6,
.woocommerce-lost-password .col-6,
.woocommerce-form .col-6,
.woocommerce-MyAccount-navigation-link .col-6,
.form .col-6 {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.woocommerce-checkout .col-6,
.woocommerce-lost-password .col-6,
.woocommerce-form .col-6,
.woocommerce-MyAccount-navigation-link .col-6,
.form .col-6 {
		width: 100%;
	}
	.woocommerce-checkout .col-6 + .col-6,
.woocommerce-lost-password .col-6 + .col-6,
.woocommerce-form .col-6 + .col-6,
.woocommerce-MyAccount-navigation-link .col-6 + .col-6,
.form .col-6 + .col-6 {
		margin-top: 2rem;
	}
}
.woocommerce-checkout .col-12,
.woocommerce-lost-password .col-12,
.woocommerce-form .col-12,
.woocommerce-MyAccount-navigation-link .col-12,
.form .col-12 {
	width: 100%;
}
.woocommerce-checkout .one-column,
.woocommerce-lost-password .one-column,
.woocommerce-form .one-column,
.woocommerce-MyAccount-navigation-link .one-column,
.form .one-column {
	margin-top: 2rem;
}
.woocommerce-checkout .form-acceptance label,
.woocommerce-lost-password .form-acceptance label,
.woocommerce-form .form-acceptance label,
.woocommerce-MyAccount-navigation-link .form-acceptance label,
.form .form-acceptance label {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	cursor: pointer;
	margin-bottom: 10px;
}
.woocommerce-checkout .form-acceptance a,
.woocommerce-lost-password .form-acceptance a,
.woocommerce-form .form-acceptance a,
.woocommerce-MyAccount-navigation-link .form-acceptance a,
.form .form-acceptance a {
	text-decoration: underline;
	color: #d60a3d;
}
.woocommerce-checkout .form-acceptance a:not([disabled]),
.woocommerce-lost-password .form-acceptance a:not([disabled]),
.woocommerce-form .form-acceptance a:not([disabled]),
.woocommerce-MyAccount-navigation-link .form-acceptance a:not([disabled]),
.form .form-acceptance a:not([disabled]) {
	cursor: pointer;
}
.woocommerce-checkout .form-acceptance a:not([disabled]):hover, .woocommerce-checkout .form-acceptance a:not([disabled]):active,
.woocommerce-lost-password .form-acceptance a:not([disabled]):hover,
.woocommerce-lost-password .form-acceptance a:not([disabled]):active,
.woocommerce-form .form-acceptance a:not([disabled]):hover,
.woocommerce-form .form-acceptance a:not([disabled]):active,
.woocommerce-MyAccount-navigation-link .form-acceptance a:not([disabled]):hover,
.woocommerce-MyAccount-navigation-link .form-acceptance a:not([disabled]):active,
.form .form-acceptance a:not([disabled]):hover,
.form .form-acceptance a:not([disabled]):active {
	text-decoration: none;
}
.woocommerce-checkout .form-acceptance .wpcf7-list-item-label,
.woocommerce-lost-password .form-acceptance .wpcf7-list-item-label,
.woocommerce-form .form-acceptance .wpcf7-list-item-label,
.woocommerce-MyAccount-navigation-link .form-acceptance .wpcf7-list-item-label,
.form .form-acceptance .wpcf7-list-item-label {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	position: relative;
	padding-left: 44px;
	display: block;
}
.woocommerce-checkout .form-acceptance .wpcf7-list-item-label::after,
.woocommerce-lost-password .form-acceptance .wpcf7-list-item-label::after,
.woocommerce-form .form-acceptance .wpcf7-list-item-label::after,
.woocommerce-MyAccount-navigation-link .form-acceptance .wpcf7-list-item-label::after,
.form .form-acceptance .wpcf7-list-item-label::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background-image: url(../images/select-untick.svg);
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.woocommerce-checkout .form-acceptance input:checked + .wpcf7-list-item-label::after,
.woocommerce-lost-password .form-acceptance input:checked + .wpcf7-list-item-label::after,
.woocommerce-form .form-acceptance input:checked + .wpcf7-list-item-label::after,
.woocommerce-MyAccount-navigation-link .form-acceptance input:checked + .wpcf7-list-item-label::after,
.form .form-acceptance input:checked + .wpcf7-list-item-label::after {
	background-image: url(../images/select-tick.svg);
}
.woocommerce-checkout .form-acceptance input,
.woocommerce-lost-password .form-acceptance input,
.woocommerce-form .form-acceptance input,
.woocommerce-MyAccount-navigation-link .form-acceptance input,
.form .form-acceptance input {
	position: absolute;
	top: 0;
	left: 0;
}
.woocommerce-checkout .form-acceptance .wpcf7-list-item,
.woocommerce-lost-password .form-acceptance .wpcf7-list-item,
.woocommerce-form .form-acceptance .wpcf7-list-item,
.woocommerce-MyAccount-navigation-link .form-acceptance .wpcf7-list-item,
.form .form-acceptance .wpcf7-list-item {
	margin: 0;
}
.woocommerce-checkout .wpcf7-submit,
.woocommerce-lost-password .wpcf7-submit,
.woocommerce-form .wpcf7-submit,
.woocommerce-MyAccount-navigation-link .wpcf7-submit,
.form .wpcf7-submit {
	min-width: 17rem;
}
.woocommerce-checkout .form-row,
.woocommerce-lost-password .form-row,
.woocommerce-form .form-row,
.woocommerce-MyAccount-navigation-link .form-row,
.form .form-row {
	margin-bottom: 2.6rem;
}
.woocommerce-checkout button.woocommerce-button,
.woocommerce-lost-password button.woocommerce-button,
.woocommerce-form button.woocommerce-button,
.woocommerce-MyAccount-navigation-link button.woocommerce-button,
.form button.woocommerce-button {
	min-width: 16.3rem;
}
.woocommerce-checkout .woocommerce-LostPassword a,
.woocommerce-lost-password .woocommerce-LostPassword a,
.woocommerce-form .woocommerce-LostPassword a,
.woocommerce-MyAccount-navigation-link .woocommerce-LostPassword a,
.form .woocommerce-LostPassword a {
	font-size: 1.4rem;
	line-height: 1.7142857143em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-checkout .woocommerce-form-login__rememberme,
.woocommerce-lost-password .woocommerce-form-login__rememberme,
.woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce-MyAccount-navigation-link .woocommerce-form-login__rememberme,
.form .woocommerce-form-login__rememberme {
	margin: 11px 0 0 20px;
	cursor: pointer;
}
.woocommerce-checkout .acf-checkbox-list li label,
.woocommerce-checkout .acf-radio-list li label,
.woocommerce-checkout .woocommerce-form-login__rememberme span,
.woocommerce-lost-password .acf-checkbox-list li label,
.woocommerce-lost-password .acf-radio-list li label,
.woocommerce-lost-password .woocommerce-form-login__rememberme span,
.woocommerce-form .acf-checkbox-list li label,
.woocommerce-form .acf-radio-list li label,
.woocommerce-form .woocommerce-form-login__rememberme span,
.woocommerce-MyAccount-navigation-link .acf-checkbox-list li label,
.woocommerce-MyAccount-navigation-link .acf-radio-list li label,
.woocommerce-MyAccount-navigation-link .woocommerce-form-login__rememberme span,
.form .acf-checkbox-list li label,
.form .acf-radio-list li label,
.form .woocommerce-form-login__rememberme span {
	font-size: 1.4rem;
	line-height: 1.7142857143em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	position: relative;
	padding-left: 32px;
	display: block;
	margin-bottom: 0;
}
.woocommerce-checkout .acf-checkbox-list li label::after,
.woocommerce-checkout .acf-radio-list li label::after,
.woocommerce-checkout .woocommerce-form-login__rememberme span::after,
.woocommerce-lost-password .acf-checkbox-list li label::after,
.woocommerce-lost-password .acf-radio-list li label::after,
.woocommerce-lost-password .woocommerce-form-login__rememberme span::after,
.woocommerce-form .acf-checkbox-list li label::after,
.woocommerce-form .acf-radio-list li label::after,
.woocommerce-form .woocommerce-form-login__rememberme span::after,
.woocommerce-MyAccount-navigation-link .acf-checkbox-list li label::after,
.woocommerce-MyAccount-navigation-link .acf-radio-list li label::after,
.woocommerce-MyAccount-navigation-link .woocommerce-form-login__rememberme span::after,
.form .acf-checkbox-list li label::after,
.form .acf-radio-list li label::after,
.form .woocommerce-form-login__rememberme span::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background-image: url(../images/select-untick.svg);
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.woocommerce-checkout .acf-checkbox-list li label,
.woocommerce-checkout .acf-radio-list li label,
.woocommerce-lost-password .acf-checkbox-list li label,
.woocommerce-lost-password .acf-radio-list li label,
.woocommerce-form .acf-checkbox-list li label,
.woocommerce-form .acf-radio-list li label,
.woocommerce-MyAccount-navigation-link .acf-checkbox-list li label,
.woocommerce-MyAccount-navigation-link .acf-radio-list li label,
.form .acf-checkbox-list li label,
.form .acf-radio-list li label {
	font-size: 1.3rem;
}
.woocommerce-checkout .acf-checkbox-list input,
.woocommerce-checkout .acf-radio-list input,
.woocommerce-checkout .woocommerce-form-login__rememberme input,
.woocommerce-lost-password .acf-checkbox-list input,
.woocommerce-lost-password .acf-radio-list input,
.woocommerce-lost-password .woocommerce-form-login__rememberme input,
.woocommerce-form .acf-checkbox-list input,
.woocommerce-form .acf-radio-list input,
.woocommerce-form .woocommerce-form-login__rememberme input,
.woocommerce-MyAccount-navigation-link .acf-checkbox-list input,
.woocommerce-MyAccount-navigation-link .acf-radio-list input,
.woocommerce-MyAccount-navigation-link .woocommerce-form-login__rememberme input,
.form .acf-checkbox-list input,
.form .acf-radio-list input,
.form .woocommerce-form-login__rememberme input {
	position: absolute;
	top: 0;
	left: 0;
}
.woocommerce-checkout .acf-checkbox-list .selected::after,
.woocommerce-checkout .acf-radio-list .selected::after,
.woocommerce-checkout .woocommerce-form-login__rememberme input:checked + span::after,
.woocommerce-lost-password .acf-checkbox-list .selected::after,
.woocommerce-lost-password .acf-radio-list .selected::after,
.woocommerce-lost-password .woocommerce-form-login__rememberme input:checked + span::after,
.woocommerce-form .acf-checkbox-list .selected::after,
.woocommerce-form .acf-radio-list .selected::after,
.woocommerce-form .woocommerce-form-login__rememberme input:checked + span::after,
.woocommerce-MyAccount-navigation-link .acf-checkbox-list .selected::after,
.woocommerce-MyAccount-navigation-link .acf-radio-list .selected::after,
.woocommerce-MyAccount-navigation-link .woocommerce-form-login__rememberme input:checked + span::after,
.form .acf-checkbox-list .selected::after,
.form .acf-radio-list .selected::after,
.form .woocommerce-form-login__rememberme input:checked + span::after {
	background-image: url(../images/select-tick.svg);
}

.woocommerce-product-gallery__wrapper {
	border-radius: 30px;
	overflow: hidden;
}

.yith-wcwl-add-to-wishlist {
	width: 18px;
	height: 18px;
	top: 10px;
	left: 14px;
	position: absolute;
	cursor: pointer;
	margin: 0;
}
.woocommerce-product-gallery__wrapper .yith-wcwl-add-to-wishlist {
	top: 16px;
	right: 20px;
	left: auto;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-button {
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
	margin: 0;
}
.yith-wcwl-wishlistexistsbrowse *,
.yith-wcwl-wishlistaddedbrowse *,
.yith-wcwl-add-button * {
	margin: 0 !important;
}
.yith-wcwl-wishlistexistsbrowse i,
.yith-wcwl-wishlistaddedbrowse i,
.yith-wcwl-add-button i {
	font-size: 1.8rem;
	color: #d60a3d;
}
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-button a {
	display: block;
	width: 100%;
	height: 100%;
}

.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse a {
	font-size: 0;
	position: absolute;
}

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse a {
	font-size: 0;
	position: absolute;
}

.woocommerce-checkout input:not([type=submit], [type=hidden], [type=checkbox]),
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	border-color: #0F1D34;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 18px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
	border-color: #0F1D34;
}

.form-row.woocommerce-invalid input.input-text,
.form-row.woocommerce-validated input.input-text {
	box-shadow: none !important;
}

.pagination {
	width: 100%;
	margin-top: 40px;
}
@media only screen and (max-width: 1365px) {
	.pagination {
		margin-top: 80px;
	}
}
.pagination .nav-links {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers {
	line-height: 12/falseem;
	letter-spacing: 400em;
	font-weight: 25;
	text-transform: 0.01;
	font-family: "Open Sans", sans-serif;
	color: #888;
	display: inline-block;
	text-align: center;
	position: relative;
}
.pagination .page-numbers::after {
	content: none;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #333;
	left: 0;
	bottom: 2px;
}
.pagination .page-numbers + .page-numbers {
	margin-left: 20px;
}
.pagination .page-numbers:not([disabled]) {
	cursor: pointer;
}
.pagination .page-numbers:not([disabled]):hover, .pagination .page-numbers:not([disabled]):active {
	font-weight: 900;
	color: #333;
}
.pagination .page-numbers.current {
	font-weight: 900;
	color: #333;
}
.pagination .page-numbers.current::after {
	content: "";
}
.pagination .prev,
.pagination .next {
	background: url("../images/btn-arrow.svg");
	background-size: 11px 11px;
	width: 11px;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	background-size: contain;
}
.pagination .prev {
	position: relative;
	transform: scaleX(-1);
}

.widget {
	margin-bottom: 13px;
}

.widget-title {
	font-size: 3rem;
	line-height: 1.3666666667em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
	.widget-title {
		font-size: 2.5rem;
	}
}

.widget-search .search-label {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 10px;
}
.widget-search .facetwp-input-wrap {
	position: relative;
	width: 100%;
	display: block;
}
.widget-search input.facetwp-search {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	background: none;
	border: 1px solid #d60a3d;
	border-radius: 30px !important;
	padding: 12px 70px 12px 15px;
	width: 100%;
	display: block;
	min-width: 100% !important;
}
.widget-search .facetwp-icon::before {
	content: none;
}
.widget-search .facetwp-icon {
	font-size: 1.5rem;
	line-height: 1.3333333333em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	transition: background-color 0.3s ease-in-out 0s;
	width: 6.8rem;
	border-radius: 0 30px 30px 0;
	background-color: #0F1D34;
	opacity: 1;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	font-style: normal;
}
.widget-search .facetwp-icon:not([disabled]) {
	cursor: pointer;
}
.widget-search .facetwp-icon:not([disabled]):hover, .widget-search .facetwp-icon:not([disabled]):active {
	background-color: #d60a3d;
}

.widget-text-or .widget-title {
	text-align: center;
}
.widget-text-or .widget-text-or-hr {
	height: 1px;
	background-color: #0F1D34;
}

.widget-filter .filter-title {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 400;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	color: #d60a3d;
	margin-bottom: 10px;
}
.widget-filter div.fs-label {
	line-height: 50px;
	padding: 0 18px;
}
.widget-filter .fs-label-wrap {
	font-size: 1.4rem;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	border-radius: 40px;
	border: 1px solid #d60a3d;
	height: 50px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1em;
}
.widget-filter .fs-wrap.single {
	width: 100%;
}
.widget-filter .fs-arrow {
	display: none;
}
.widget-filter .facetwp-checkbox {
	padding-left: 31px;
	display: block;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	cursor: pointer;
	margin-bottom: 10px;
	background-image: url(../images/select-untick.svg);
	background-size: 19px 19px;
	background-position: 0 6px;
	background-repeat: no-repeat;
}
.widget-filter .facetwp-checkbox.checked {
	background-image: url(../images/select-tick.svg);
}
.widget-filter .user-selections {
	margin-bottom: 2rem;
}
.widget-filter .facetwp-selections > ul {
	margin-left: 0;
	margin-bottom: 18px;
}
.widget-filter span.facetwp-selection-value {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	transition: color 0.3s ease-in-out 0s;
	padding-left: 16px;
	padding-right: 0;
	margin-right: 0;
	background-position: left 8px;
}
.widget-filter span.facetwp-selection-value:not([disabled]) {
	cursor: pointer;
}
.widget-filter span.facetwp-selection-value:not([disabled]):hover, .widget-filter span.facetwp-selection-value:not([disabled]):active {
	color: #d60a3d;
}
.widget-filter .button-reset {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	transition: color 0.3s ease-in-out 0s;
	background-image: url(../images/filter-reset.svg);
	background-size: 19px 19px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
}
.widget-filter .button-reset:not([disabled]) {
	cursor: pointer;
}
.widget-filter .button-reset:not([disabled]):hover, .widget-filter .button-reset:not([disabled]):active {
	color: #d60a3d;
}

.facetwp-selections .facetwp-selection-value {
	width: 100%;
}

.widget-filter div.fs-label {
	padding-right: 34px;
}

.wysiwyg img {
	display: block;
	margin: 50px auto;
}
.wysiwyg blockquote {
	position: relative;
	margin: 45px auto 50px;
	padding-left: 55px;
}
@media only screen and (max-width: 767px) {
	.wysiwyg blockquote {
		padding-left: 95px;
	}
}
.wysiwyg blockquote p {
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	color: #E5E5E5;
}
.wysiwyg blockquote::before {
	font-size: 11rem;
	line-height: 1.0909090909em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	content: "“";
	display: block;
	color: #58BEE2;
	position: absolute;
	padding: 0 20px;
	width: 92px;
	height: 100%;
	left: 0;
	top: -40px;
}
@media only screen and (max-width: 767px) {
	.wysiwyg blockquote::before {
		font-size: 6rem;
		padding: 0;
		width: 55px;
	}
}
.wysiwyg > * {
	margin-bottom: 0;
}
.wysiwyg > * + * {
	margin-top: 10px;
}
@media only screen and (max-width: 1365px) {
	.wysiwyg > * + * {
		margin-top: 20px;
	}
}
.wysiwyg > * + table {
	margin-top: 30px;
}
.wysiwyg ul, .wysiwyg ol {
	list-style: revert;
}
.wysiwyg table {
	border-collapse: collapse;
}
.wysiwyg table, .wysiwyg th, .wysiwyg td {
	border: 1px solid #E5E5E5;
}
.wysiwyg th, .wysiwyg td {
	padding: 10px 15px;
	text-align: center;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
	color: #E5E5E5;
}
.wysiwyg h1 + *, .wysiwyg h2 + *, .wysiwyg h3 + *, .wysiwyg h4 + *, .wysiwyg h5 + *, .wysiwyg h6 + * {
	margin-top: 15px;
}

.grid-wrapper {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid-wrapper.hide {
	display: none;
}
.grid-wrapper * {
	height: 100%;
}
.grid-wrapper .grid__item {
	width: 8.3333333333%;
}
.grid-wrapper .grid__col {
	background-color: rgba(168, 222, 255, 0.2);
}

.grid-toggle {
	cursor: pointer;
	position: fixed;
	padding: 16px;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	height: auto !important;
	background-color: rgba(229, 240, 86, 0.692);
	border: 1px dotted black;
}

.section-category-links .wrapper {
	padding: 8.3rem 0 0;
}
@media only screen and (max-width: 767px) {
	.section-category-links .wrapper {
		padding-top: 5rem;
	}
}
.section-category-links.has-bg .wrapper {
	padding-bottom: 9.4rem;
}
@media only screen and (max-width: 767px) {
	.section-category-links.has-bg .wrapper {
		padding-bottom: 5rem;
	}
}
.section-category-links .block-left {
	width: 25%;
	margin-left: 8.3333333333%;
}
@media only screen and (max-width: 1279px) {
	.section-category-links .block-left {
		width: 30%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.section-category-links .block-left {
		width: 100%;
	}
}
.section-category-links .block-right {
	width: 50%;
}
@media only screen and (max-width: 1279px) {
	.section-category-links .block-right {
		width: 70%;
	}
}
@media only screen and (max-width: 767px) {
	.section-category-links .block-right {
		width: 100%;
		margin-top: 3rem;
	}
}
.section-category-links .cat-item {
	width: 33.33%;
	margin-top: 1.8rem;
}
.section-category-links .cat-item:nth-child(-n+3) {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.section-category-links .cat-item {
		width: 50%;
		margin-bottom: 2rem;
		margin-top: 0;
	}
}
.section-category-links .cat-link {
	display: block;
}

.related .product, .upsells .product,
body.woocommerce-shop .site-main .products .product,
body.tax-product_cat .site-main .products .product,
.section-previous-order .item,
.section-carousel-pd .item {
	display: flex;
	flex-direction: column;
}
.related .product > *, .upsells .product > *,
body.woocommerce-shop .site-main .products .product > *,
body.tax-product_cat .site-main .products .product > *,
.section-previous-order .item > *,
.section-carousel-pd .item > * {
	width: 100%;
}
.related .product > *, .upsells .product > *,
body.woocommerce-shop .site-main .products .product > *,
body.tax-product_cat .site-main .products .product > *,
.section-previous-order .item > *,
.section-carousel-pd .item > * {
	flex: 1;
}
.related .product .wrapper-product, .upsells .product .wrapper-product,
body.woocommerce-shop .site-main .products .product .wrapper-product,
body.tax-product_cat .site-main .products .product .wrapper-product,
.section-previous-order .item .wrapper-product,
.section-carousel-pd .item .wrapper-product {
	display: flex;
	flex-direction: column;
	position: relative;
	flex: 1;
}
.related .product .wrapper-product > *, .upsells .product .wrapper-product > *,
body.woocommerce-shop .site-main .products .product .wrapper-product > *,
body.tax-product_cat .site-main .products .product .wrapper-product > *,
.section-previous-order .item .wrapper-product > *,
.section-carousel-pd .item .wrapper-product > * {
	width: 100%;
}
.related .product .wrapper-product > *, .upsells .product .wrapper-product > *,
body.woocommerce-shop .site-main .products .product .wrapper-product > *,
body.tax-product_cat .site-main .products .product .wrapper-product > *,
.section-previous-order .item .wrapper-product > *,
.section-carousel-pd .item .wrapper-product > * {
	flex: 1;
}
.related .product .wishlist-button, .upsells .product .wishlist-button,
body.woocommerce-shop .site-main .products .product .wishlist-button,
body.tax-product_cat .site-main .products .product .wishlist-button,
.section-previous-order .item .wishlist-button,
.section-carousel-pd .item .wishlist-button {
	position: absolute;
	z-index: 1;
}
.related .product .wrapper-product > a, .upsells .product .wrapper-product > a,
body.woocommerce-shop .site-main .products .product .wrapper-product > a,
body.tax-product_cat .site-main .products .product .wrapper-product > a,
.section-previous-order .item .wrapper-product > a,
.section-carousel-pd .item .wrapper-product > a {
	display: block;
	position: relative;
	flex: 1;
}
.related .product a:not([disabled]), .upsells .product a:not([disabled]),
body.woocommerce-shop .site-main .products .product a:not([disabled]),
body.tax-product_cat .site-main .products .product a:not([disabled]),
.section-previous-order .item a:not([disabled]),
.section-carousel-pd .item a:not([disabled]) {
	cursor: pointer;
}
.related .product a:not([disabled]):hover .image img, .related .product a:not([disabled]):active .image img, .upsells .product a:not([disabled]):hover .image img, .upsells .product a:not([disabled]):active .image img,
body.woocommerce-shop .site-main .products .product a:not([disabled]):hover .image img,
body.woocommerce-shop .site-main .products .product a:not([disabled]):active .image img,
body.tax-product_cat .site-main .products .product a:not([disabled]):hover .image img,
body.tax-product_cat .site-main .products .product a:not([disabled]):active .image img,
.section-previous-order .item a:not([disabled]):hover .image img,
.section-previous-order .item a:not([disabled]):active .image img,
.section-carousel-pd .item a:not([disabled]):hover .image img,
.section-carousel-pd .item a:not([disabled]):active .image img {
	transform: scale(1.1) translateZ(0);
}
.related .product .image, .upsells .product .image,
body.woocommerce-shop .site-main .products .product .image,
body.tax-product_cat .site-main .products .product .image,
.section-previous-order .item .image,
.section-carousel-pd .item .image {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 20px !important;
	z-index: 0;
}
.related .product .image > *, .upsells .product .image > *,
body.woocommerce-shop .site-main .products .product .image > *,
body.tax-product_cat .site-main .products .product .image > *,
.section-previous-order .item .image > *,
.section-carousel-pd .item .image > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.related .product .image:after, .upsells .product .image:after,
body.woocommerce-shop .site-main .products .product .image:after,
body.tax-product_cat .site-main .products .product .image:after,
.section-previous-order .item .image:after,
.section-carousel-pd .item .image:after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	padding-top: 72.2222222222%;
}
.related .product .image img, .upsells .product .image img,
body.woocommerce-shop .site-main .products .product .image img,
body.tax-product_cat .site-main .products .product .image img,
.section-previous-order .item .image img,
.section-carousel-pd .item .image img {
	-o-object-fit: cover;
	   object-fit: cover;
}
.related .product .image-wrapper, .upsells .product .image-wrapper,
body.woocommerce-shop .site-main .products .product .image-wrapper,
body.tax-product_cat .site-main .products .product .image-wrapper,
.section-previous-order .item .image-wrapper,
.section-carousel-pd .item .image-wrapper {
	margin-bottom: 1.6rem;
}
.related .product .stock, .upsells .product .stock,
body.woocommerce-shop .site-main .products .product .stock,
body.tax-product_cat .site-main .products .product .stock,
.section-previous-order .item .stock,
.section-carousel-pd .item .stock {
	font-size: 11px;
	line-height: 1.3636363636em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	top: 10px;
	right: 10px;
	left: auto;
	position: absolute;
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 0 9px;
	pointer-events: none;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
	.related .product .stock, .upsells .product .stock,
body.woocommerce-shop .site-main .products .product .stock,
body.tax-product_cat .site-main .products .product .stock,
.section-previous-order .item .stock,
.section-carousel-pd .item .stock {
		font-size: 1.5rem;
	}
}
.related .product .stock.in-stock, .upsells .product .stock.in-stock,
body.woocommerce-shop .site-main .products .product .stock.in-stock,
body.tax-product_cat .site-main .products .product .stock.in-stock,
.section-previous-order .item .stock.in-stock,
.section-carousel-pd .item .stock.in-stock {
	color: #0F1D34 !important;
}
.related .product .price, .upsells .product .price,
body.woocommerce-shop .site-main .products .product .price,
body.tax-product_cat .site-main .products .product .price,
.section-previous-order .item .price,
.section-carousel-pd .item .price {
	font-weight: 300;
}
.related .product .favourite, .upsells .product .favourite,
body.woocommerce-shop .site-main .products .product .favourite,
body.tax-product_cat .site-main .products .product .favourite,
.section-previous-order .item .favourite,
.section-carousel-pd .item .favourite {
	width: 18px;
	height: 18px;
	top: 11px;
	left: 8px;
	position: absolute;
	cursor: pointer;
}
.related .product .favourite svg:nth-child(2), .upsells .product .favourite svg:nth-child(2),
body.woocommerce-shop .site-main .products .product .favourite svg:nth-child(2),
body.tax-product_cat .site-main .products .product .favourite svg:nth-child(2),
.section-previous-order .item .favourite svg:nth-child(2),
.section-carousel-pd .item .favourite svg:nth-child(2) {
	transition: opacity 0.3s ease-in-out 0s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.related .product .favourite:not([disabled]), .upsells .product .favourite:not([disabled]),
body.woocommerce-shop .site-main .products .product .favourite:not([disabled]),
body.tax-product_cat .site-main .products .product .favourite:not([disabled]),
.section-previous-order .item .favourite:not([disabled]),
.section-carousel-pd .item .favourite:not([disabled]) {
	cursor: pointer;
}
.related .product .favourite:not([disabled]):hover svg:nth-child(2), .related .product .favourite:not([disabled]):active svg:nth-child(2), .upsells .product .favourite:not([disabled]):hover svg:nth-child(2), .upsells .product .favourite:not([disabled]):active svg:nth-child(2),
body.woocommerce-shop .site-main .products .product .favourite:not([disabled]):hover svg:nth-child(2),
body.woocommerce-shop .site-main .products .product .favourite:not([disabled]):active svg:nth-child(2),
body.tax-product_cat .site-main .products .product .favourite:not([disabled]):hover svg:nth-child(2),
body.tax-product_cat .site-main .products .product .favourite:not([disabled]):active svg:nth-child(2),
.section-previous-order .item .favourite:not([disabled]):hover svg:nth-child(2),
.section-previous-order .item .favourite:not([disabled]):active svg:nth-child(2),
.section-carousel-pd .item .favourite:not([disabled]):hover svg:nth-child(2),
.section-carousel-pd .item .favourite:not([disabled]):active svg:nth-child(2) {
	opacity: 1;
}
.related .product .add_to_cart_button, .upsells .product .add_to_cart_button,
body.woocommerce-shop .site-main .products .product .add_to_cart_button,
body.tax-product_cat .site-main .products .product .add_to_cart_button,
.section-previous-order .item .add_to_cart_button,
.section-carousel-pd .item .add_to_cart_button {
	display: none;
}

.section-carousel-pd + section {
	margin-top: 5.5rem;
}

.related .button-wrapper, .upsells .button-wrapper,
.section-previous-order .button-wrapper,
.section-carousel-pd .button-wrapper {
	margin-top: 4.2rem;
	text-align: center;
}
.related .button, .related .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .related .button,
.related .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .related .button, .upsells .button, .upsells .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .upsells .button,
.upsells .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .upsells .button,
.section-previous-order .button,
.section-previous-order .woocommerce .cart-collaterals .cart_totals .button,
.woocommerce .cart-collaterals .cart_totals .section-previous-order .button,
.section-previous-order .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .section-previous-order .button,
.section-carousel-pd .button,
.section-carousel-pd .woocommerce .cart-collaterals .cart_totals .button,
.woocommerce .cart-collaterals .cart_totals .section-carousel-pd .button,
.section-carousel-pd .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .section-carousel-pd .button {
	min-width: 17.6rem;
}
.related .heading, .related body.woocommerce-shop .woocommerce-products-header__title, body.woocommerce-shop .related .woocommerce-products-header__title,
.related body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .related .woocommerce-products-header__title, .upsells .heading, .upsells body.woocommerce-shop .woocommerce-products-header__title, body.woocommerce-shop .upsells .woocommerce-products-header__title,
.upsells body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .upsells .woocommerce-products-header__title,
.section-previous-order .heading,
.section-previous-order body.woocommerce-shop .woocommerce-products-header__title,
body.woocommerce-shop .section-previous-order .woocommerce-products-header__title,
.section-previous-order body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .section-previous-order .woocommerce-products-header__title,
.section-carousel-pd .heading,
.section-carousel-pd body.woocommerce-shop .woocommerce-products-header__title,
body.woocommerce-shop .section-carousel-pd .woocommerce-products-header__title,
.section-carousel-pd body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .section-carousel-pd .woocommerce-products-header__title {
	margin-bottom: 4rem;
}
.related .slick-slide, .upsells .slick-slide,
.section-previous-order .slick-slide,
.section-carousel-pd .slick-slide {
	margin: 0 10px;
}
.related .slick-list, .upsells .slick-list,
.section-previous-order .slick-list,
.section-carousel-pd .slick-list {
	margin: 0 -10px;
}

.section-two-up {
	position: relative;
}
.section-two-up .wrapper {
	padding: 7.8rem 0;
}
@media only screen and (max-width: 1023px) {
	.section-two-up .wrapper {
		padding-top: 0;
	}
}
.section-two-up .grid-item-content {
	width: 50%;
	margin-left: 8.3333333333%;
}
@media only screen and (max-width: 1279px) {
	.section-two-up .grid-item-content {
		margin-left: 0;
		width: 66.67%;
	}
}
@media only screen and (max-width: 1023px) {
	.section-two-up .grid-item-content {
		width: 100%;
	}
}
.section-two-up .block-basic-content {
	padding: 7rem 21% 3.8rem 5.5rem;
	border-radius: 3rem;
	color: #FFF;
}
@media only screen and (max-width: 1023px) {
	.section-two-up .block-basic-content {
		padding: 3rem;
	}
}
.section-two-up .button-wrapper {
	margin-top: 1rem;
}
.section-two-up .grid-item-image {
	width: 41.6666666667%;
	right: 8.3333333333%;
	position: absolute;
	top: -7.8rem;
}
@media only screen and (max-width: 1279px) {
	.section-two-up .grid-item-image {
		right: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.section-two-up .grid-item-image {
		position: relative;
		width: 100%;
		top: 0;
		margin-bottom: 2rem;
	}
}
.section-two-up .image {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 30px;
}
.section-two-up .image > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-two-up .image:after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	padding-top: 85.7142857143%;
}
.section-two-up .image img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.block-bgcolor {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 23.5rem;
}

.align-image-left .grid {
	flex-direction: row-reverse;
}
.align-image-left .grid-item-image {
	right: 50%;
}
@media only screen and (max-width: 1279px) {
	.align-image-left .grid-item-image {
		right: 58.3333333333%;
	}
}
@media only screen and (max-width: 1023px) {
	.align-image-left .grid-item-image {
		margin-top: 7rem;
		right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.align-image-left .grid-item-image {
		margin-top: 0;
		right: 0;
		margin-bottom: 2rem;
	}
}
.align-image-left .grid-item-content {
	margin-right: 8.3333333333%;
	margin-top: 7rem;
}
@media only screen and (max-width: 1279px) {
	.align-image-left .grid-item-content {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.align-image-left .grid-item-content {
		margin-top: 0;
		order: 1;
	}
}
.align-image-left .block-basic-content {
	padding: 8.5rem 5.5rem 8.5rem 21%;
}
@media only screen and (max-width: 1023px) {
	.align-image-left .block-basic-content {
		padding: 3rem;
	}
}

.my-dashboard .grid-item-image {
	top: -1rem;
}
@media only screen and (max-width: 767px) {
	.my-dashboard .grid-item-image {
		top: 0;
	}
}
.my-dashboard .title {
	margin-bottom: 2.6rem;
}
.my-dashboard .title p:nth-child(1) {
	font-size: 3rem;
	line-height: 1.3666666667em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
	.my-dashboard .title p:nth-child(1) {
		font-size: 2.5rem;
	}
}
.my-dashboard .title p:nth-child(1) a {
	color: #0F1D34;
}
.my-dashboard .title p:nth-child(1) a:not([disabled]) {
	cursor: pointer;
}
.my-dashboard .title p:nth-child(1) a:not([disabled]):hover, .my-dashboard .title p:nth-child(1) a:not([disabled]):active {
	color: #FFF;
}
.my-dashboard .block-bgcolor {
	position: absolute;
	height: 22rem;
	top: 0;
	left: 0;
	width: 69.4729136164%;
}
@media only screen and (max-width: 1023px) {
	.my-dashboard .block-bgcolor {
		height: 15rem;
	}
}
@media only screen and (max-width: 767px) {
	.my-dashboard .block-bgcolor {
		height: 10rem;
	}
}
@media only screen and (max-width: 767px) {
	.my-dashboard.section-two-up {
		padding-top: 5rem;
	}
	.my-dashboard.section-two-up.align-image-left .grid-item-content {
		order: 0;
		margin-bottom: 2rem;
	}
}

.section-usps .wrapper {
	padding: 7rem 0 10rem;
}
@media only screen and (max-width: 1023px) {
	.section-usps .wrapper {
		padding: 5rem 0 4rem;
	}
}
.section-usps .grid__item {
	width: 25%;
	position: relative;
}
.section-usps .grid__item + .grid__item::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background-color: #E8E9ED;
}
@media only screen and (max-width: 767px) {
	.section-usps .grid__item {
		width: 50%;
		margin-bottom: 4rem;
	}
	.section-usps .grid__item:nth-child(2n+1)::before {
		content: none;
	}
}
.section-usps .item {
	text-align: center;
	padding: 3rem 0 1rem;
}
.section-usps .icon {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background-color: #0F1D34;
	margin: 0 auto 25px;
	border: 2px solid #6BC4E5;
	cursor: pointer;
	overflow: hidden;
}
@media only screen and (max-width: 1023px) {
	.section-usps .icon {
		width: 100px;
		height: 100px;
	}
}
.section-usps .icon:not([disabled]) {
	cursor: pointer;
}
.section-usps .icon:not([disabled]):hover img, .section-usps .icon:not([disabled]):active img {
	transform: translate(0, -50%) scale(1.15);
}
.section-usps img {
	transition: 0.3s transform ease;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 55%;
}

.section-suppliers .wrapper {
	padding: 7.9rem 0 10rem;
	background-color: #f7f7f7;
}
@media only screen and (max-width: 1365px) {
	.section-suppliers .wrapper {
		padding: 7.9rem 2rem 10rem;
	}
}
@media only screen and (max-width: 767px) {
	.section-suppliers .wrapper {
		padding: 6rem 4rem;
	}
}
.section-suppliers .supplier {
	background-color: #FFF;
	border-radius: 30px;
	display: block;
	height: 21.7rem;
	text-align: center;
}
@media only screen and (max-width: 1279px) {
	.section-suppliers .supplier {
		height: 15rem;
	}
}
.section-suppliers .supplier img {
	position: relative;
	width: auto !important;
	top: 50%;
	margin: 0 auto;
	max-width: 80%;
	transform: translate(0, -50%);
}
.section-suppliers .supplier:not([disabled]) {
	cursor: pointer;
}
.section-suppliers .supplier:not([disabled]):hover img, .section-suppliers .supplier:not([disabled]):active img {
	transform: scale(1.05) translate(0, -50%);
}
.section-suppliers .owl-stage-outer {
	padding-top: 58px;
}
@media only screen and (max-width: 1023px) {
	.section-suppliers .owl-stage-outer {
		padding-top: 0;
	}
}
.section-suppliers .owl-item:nth-child(2n+1) {
	margin-top: -58px;
}
@media only screen and (max-width: 1023px) {
	.section-suppliers .owl-item:nth-child(2n+1) {
		margin-top: 0;
	}
}
.section-suppliers .owl-nav {
	margin-top: 29px;
}
@media only screen and (max-width: 1023px) {
	.section-suppliers .owl-nav {
		margin-top: 0;
	}
}
.section-suppliers .owl-prev {
	left: -50px;
}
.section-suppliers .owl-next {
	right: -50px;
}

.section-cta {
	margin-bottom: 14rem;
	padding-bottom: 12.2rem;
}
@media only screen and (max-width: 1279px) {
	.section-cta {
		padding-bottom: 10rem;
		margin-bottom: 5rem;
	}
}
@media only screen and (max-width: 1023px) {
	.section-cta {
		padding-bottom: 0;
	}
}
.section-cta .wrapper {
	position: relative;
}
@media only screen and (max-width: 1023px) {
	.section-cta .wrapper {
		padding-bottom: 5rem;
	}
}
.section-cta .section-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50vw;
}
@media only screen and (max-width: 1023px) {
	.section-cta .section-bg {
		width: 100vw;
	}
}
.section-cta .grid-item-content {
	width: 41.6666666667%;
	margin-left: 8.3333333333%;
	z-index: 0;
}
@media only screen and (max-width: 1279px) {
	.section-cta .grid-item-content {
		margin-left: 0;
		width: 55%;
	}
}
@media only screen and (max-width: 1023px) {
	.section-cta .grid-item-content {
		width: 100%;
	}
}
.section-cta .block-basic-content {
	padding: 13rem 0;
	position: relative;
}
@media only screen and (max-width: 1279px) {
	.section-cta .block-basic-content {
		padding: 10rem 0;
	}
}
@media only screen and (max-width: 1023px) {
	.section-cta .block-basic-content {
		padding: 5rem 0;
	}
}
.section-cta .grid-item-image {
	width: 41.6666666667%;
	margin-right: 8.3333333333%;
	margin-left: auto;
	margin-top: 12.2rem;
	position: absolute;
	right: 0;
	top: 0;
}
@media only screen and (max-width: 1279px) {
	.section-cta .grid-item-image {
		margin-top: 10rem;
		margin-right: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.section-cta .grid-item-image {
		position: relative;
		width: 100%;
		margin-top: 0;
	}
}
.section-cta .image {
	position: relative;
	overflow: hidden;
	display: block;
}
.section-cta .image > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-cta .image:after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	padding-top: 85.7142857143%;
}
.section-cta .image img {
	-o-object-fit: cover;
	   object-fit: cover;
}
.section-cta .description {
	font-size: 20px;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 400;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.section-cta .description a {
	white-space: nowrap;
}
.section-cta .description a:not([disabled]) {
	cursor: pointer;
}
.section-cta .description a:not([disabled]):hover, .section-cta .description a:not([disabled]):active {
	box-shadow: 0 2px 0px 0 #d60a3d;
}
.section-cta .dark .title,
.section-cta .dark .description {
	color: #FFF;
}
.section-cta .dark a:not(.button-arrow):not([disabled]) {
	cursor: pointer;
}
.section-cta .dark a:not(.button-arrow):not([disabled]):hover, .section-cta .dark a:not(.button-arrow):not([disabled]):active {
	box-shadow: 0 2px 0px 0 #FFF;
	color: #FFF;
}
@media only screen and (max-width: 1023px) {
	.section-cta .dark .button-arrow {
		color: #FFF;
	}
}
.section-cta .button-wrapper,
.section-cta .description {
	color: #d60a3d;
	margin-top: 1rem;
}
.section-cta .button-wrapper {
	position: absolute;
	top: calc(100% + 40px);
	right: 0;
}
@media only screen and (max-width: 1023px) {
	.section-cta .button-wrapper {
		position: relative;
		top: 0;
	}
}
.section-cta .content {
	padding-right: 18%;
}

.block-bg {
	width: 83.3333333333%;
	position: absolute;
	height: 100%;
	z-index: 0;
	top: 0;
	left: -10px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.section-about-content {
	position: relative;
	margin-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
	.section-about-content {
		margin-bottom: 3rem;
	}
}
.section-about-content .block-color {
	position: absolute;
	height: 22rem;
	top: 0;
	left: 0;
	width: 69.4729136164%;
}
@media only screen and (max-width: 1023px) {
	.section-about-content .block-color {
		height: 15rem;
	}
}
@media only screen and (max-width: 767px) {
	.section-about-content .block-color {
		height: 10rem;
	}
}
.section-about-content .title {
	margin-bottom: 16px;
}
.section-about-content .grid__item {
	width: 83.3333333333%;
	margin-left: 8.3333333333%;
}
.section-about-content .block-content {
	padding: 6rem 6rem 0;
	background-color: #FFF;
	border-radius: 30px 30px 0 0;
}
@media only screen and (max-width: 1023px) {
	.section-about-content .block-content {
		padding: 3rem 3rem 0;
	}
}
.section-about-content .wrapper {
	padding-top: 13rem;
}
@media only screen and (max-width: 1023px) {
	.section-about-content .wrapper {
		padding-top: 8rem;
	}
}
@media only screen and (max-width: 767px) {
	.section-about-content .wrapper {
		padding-top: 5rem;
	}
}
.section-about-content .wysiwyg {
	-moz-columns: 2;
	     columns: 2;
	-moz-column-gap: 34px;
	     column-gap: 34px;
}
@media only screen and (max-width: 1023px) {
	.section-about-content .wysiwyg {
		-moz-column-gap: 20px;
		     column-gap: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.section-about-content .wysiwyg {
		-moz-columns: unset;
		     columns: unset;
	}
}
.section-about-content .wysiwyg a:not(.button) {
	color: #d60a3d;
	text-decoration: underline;
}
.section-about-content .wysiwyg a:not(.button):not([disabled]) {
	cursor: pointer;
}
.section-about-content .wysiwyg a:not(.button):not([disabled]):hover, .section-about-content .wysiwyg a:not(.button):not([disabled]):active {
	text-decoration: none;
}
.section-about-content .button-wrapper {
	margin-top: 24px;
}
.section-about-content .button, .section-about-content .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .section-about-content .button,
.section-about-content .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .section-about-content .button {
	min-width: 176px;
}

.section-team .section-wrapper {
	padding-top: 5.5rem;
}
@media only screen and (max-width: 1365px) {
	.section-team .section-wrapper {
		padding-top: 3rem;
	}
}
@media only screen and (max-width: 1023px) {
	.section-team .section-wrapper {
		padding-bottom: 100px;
	}
}
.section-team .heading, .section-team body.woocommerce-shop .woocommerce-products-header__title, body.woocommerce-shop .section-team .woocommerce-products-header__title,
.section-team body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .section-team .woocommerce-products-header__title {
	margin-bottom: -11rem;
}
@media only screen and (max-width: 1365px) {
	.section-team .heading, .section-team body.woocommerce-shop .woocommerce-products-header__title, body.woocommerce-shop .section-team .woocommerce-products-header__title,
.section-team body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .section-team .woocommerce-products-header__title {
		margin-bottom: -9rem;
	}
}
@media only screen and (max-width: 1023px) {
	.section-team .heading, .section-team body.woocommerce-shop .woocommerce-products-header__title, body.woocommerce-shop .section-team .woocommerce-products-header__title,
.section-team body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .section-team .woocommerce-products-header__title {
		margin-bottom: 2rem;
	}
}
.section-team .name {
	margin-bottom: 1.5rem;
}
.section-team .grid__item {
	width: 83.3333333333%;
	margin-left: 8.3333333333%;
}
.section-team .infomation {
	width: 70%;
	padding-right: 20px;
	padding-bottom: 1.5rem;
	padding-top: 11rem;
}
@media only screen and (max-width: 1365px) {
	.section-team .infomation {
		width: 60%;
	}
}
@media only screen and (max-width: 1023px) {
	.section-team .infomation {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
}
.section-team .image {
	width: 30%;
}
@media only screen and (max-width: 1365px) {
	.section-team .image {
		width: 40%;
	}
}
@media only screen and (max-width: 1023px) {
	.section-team .image img {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.section-team .image {
		width: 70%;
	}
}
.section-team .quote-open {
	margin-top: 2rem;
}
.section-team blockquote {
	font-style: italic;
	margin: 0;
	font-weight: 400;
}
.section-team cite {
	font-style: normal;
}
.section-team .item-grid {
	align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
	.section-team .item-grid {
		justify-content: center;
	}
}
.section-team .slick-arrow {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}
.section-team .slick-arrow::before {
	content: none;
}
@media only screen and (max-width: 1023px) {
	.section-team .slick-arrow {
		position: absolute;
		bottom: -80px;
		transform: none;
		top: auto;
	}
}
.section-team .slick-prev {
	background-image: url("../images/left-arrow.svg") !important;
	left: -83px;
}
.section-team .slick-prev:not([disabled]) {
	cursor: pointer;
}
.section-team .slick-prev:not([disabled]):hover, .section-team .slick-prev:not([disabled]):active {
	background-image: url("../images/left-arrow.svg") !important;
}
@media only screen and (max-width: 1023px) {
	.section-team .slick-prev {
		left: calc(50% - 50px);
	}
}
.section-team .slick-next {
	background-image: url("../images/right-arrow.svg") !important;
	right: -83px;
}
.section-team .slick-next:not([disabled]) {
	cursor: pointer;
}
.section-team .slick-next:not([disabled]):hover, .section-team .slick-next:not([disabled]):active {
	background-image: url("../images/right-arrow.svg") !important;
}
@media only screen and (max-width: 1023px) {
	.section-team .slick-next {
		right: calc(50% - 50px);
	}
}

.block-toggle {
	position: relative;
	border-radius: 30px;
	border: 1px solid #d60a3d;
	background-color: #FFF;
}
.block-toggle .title {
	padding: 14px 35px;
	cursor: pointer;
}
.block-toggle svg {
	transition: transform 0.3s ease-in-out 0s;
	position: absolute;
	right: 23px;
	top: 22px;
	z-index: 1;
}
.block-toggle.active svg {
	transform: scaleY(-1);
}
.block-toggle .content {
	display: none;
	border-top: 1px solid #d60a3d;
	padding: 27px 0;
	margin: 0 35px;
}

.product-tabs .block-toggle + .block-toggle {
	margin-top: 2.2rem;
}

.js-toggle .js-toggle-content {
	display: none;
}

.switch {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 34px;
}

.switch input {
	display: none;
}

.checkbox-toggle {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	background-color: #FFF;
	border-radius: 40px;
	border: 2px solid #d60a3d;
}

.checkbox-toggle:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	top: 1px;
	bottom: 4px;
	background-color: #d60a3d;
	transition: 0.4s;
	border-radius: 50%;
}

input:checked + .checkbox-toggle {
	background-color: #d60a3d;
	border-color: #d60a3d;
}

input:focus + .checkbox-toggle {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .checkbox-toggle:before {
	transform: translate(30px, 0);
	background-color: #FFF;
}

/*------ ADDED CSS ---------*/
.checkbox-toggle:after {
	transition: all 0.3s ease-in-out 0s;
	font-size: 12px;
	line-height: 1.4166666667em;
	letter-spacing: 0em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	content: "OFF";
	color: #d60a3d;
	display: block;
	position: absolute;
	top: 50%;
	font-size: 10px;
	left: 9px;
	transform: translate(17px, -50%);
}

input:checked + .checkbox-toggle:after {
	content: "ON";
	transform: translate(0, -50%);
	color: #FFF;
}

/*--------- END --------*/
.section-map {
	height: 41.6rem;
}
.section-map iframe {
	width: 100%;
	height: 100%;
}

.contact-wrapper {
	padding: 0 55px;
	margin-top: 43px;
}
@media only screen and (max-width: 1023px) {
	.contact-wrapper {
		padding: 0;
	}
}

.contact-title {
	margin-bottom: 4rem;
}

.contact-grid .left {
	width: 27.8%;
	padding-right: 33px;
}
@media only screen and (max-width: 1023px) {
	.contact-grid .left {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.contact-grid .left {
		width: 100%;
		padding-right: 0;
	}
}
.contact-grid .right {
	width: 72.2%;
}
@media only screen and (max-width: 767px) {
	.contact-grid .right {
		width: 100%;
		margin-top: 2rem;
	}
}

.contact-details a {
	color: #d60a3d;
}
.contact-details a:not([disabled]) {
	cursor: pointer;
}
.contact-details a:not([disabled]):hover, .contact-details a:not([disabled]):active {
	box-shadow: 0 1px 0 0 #d60a3d;
}
.contact-details + .contact-details {
	margin-top: 2rem;
}

.single-product div.product {
	width: 100%;
}

.single-product .bos4w-display-wrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.single-product .bos4w-display-wrap .bos4w-display-options label {
	cursor: pointer;
}
.single-product .bos4w-display-wrap input[type=radio] {
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-color: #FFF;
	border: 3px solid rgba(214, 10, 61, 0.6);
	border-radius: 50%;
}
.single-product .bos4w-display-wrap input:checked {
	background-color: #d60a3d;
}
.single-product .bos4w-display-wrap .bos4w-display-plan-text {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
}
.single-product .bos4w-display-wrap li + li {
	margin-top: 5px;
}
.single-product .bos4w-display-wrap .bos4w-display-dropdown select {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	display: block;
	margin-top: 10px;
	border-radius: 30px;
	border: 1px solid #d60a3d;
	background-color: #FFF;
	padding: 11px 48px 11px 16px;
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 11px 7px;
	background-position: calc(100% - 20px) 21px;
}
body.woocommerce-active.single-product .cart .quan-cart-wrap {
	position: relative;
	border-radius: 3rem;
	overflow: hidden;
	margin-top: 27px;
	display: inline-flex;
}
body.woocommerce-active.single-product .cart .quan-cart-wrap .quantity {
	border: none;
	display: inline-block;
	width: 56px;
}
body.woocommerce-active.single-product .cart .quan-cart-wrap .quantity input {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	display: block;
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3rem;
	border-bottom-left-radius: 3rem;
	border: 1px solid #d60a3d;
	border-right-width: 0;
	margin: 0;
	padding: 11px 0 11px 10px;
	background-color: #FFF;
	text-align: center;
}
body.woocommerce-active.single-product .cart .quan-cart-wrap .single_add_to_cart_button {
	border-radius: 0 !important;
	border-top-right-radius: 3rem !important;
	border-bottom-right-radius: 3rem !important;
	padding: 14px 20px 16px 25px;
	background-color: #0F1D34;
	max-width: calc(100% - 56px);
	white-space: nowrap;
}
body.woocommerce-active.single-product .cart .quan-cart-wrap .single_add_to_cart_button:not([disabled]) {
	cursor: pointer;
}
body.woocommerce-active.single-product .cart .quan-cart-wrap .single_add_to_cart_button:not([disabled]):hover, body.woocommerce-active.single-product .cart .quan-cart-wrap .single_add_to_cart_button:not([disabled]):active {
	background-color: #d60a3d;
}

.onsale {
	display: none;
}

body.woocommerce .site {
	background-color: #f5f5f5;
	padding-top: 17px;
}

.woocommerce-breadcrumb {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	color: #d60a3d;
	text-align: right;
	padding-bottom: 16px;
}
.woocommerce-breadcrumb a:not([disabled]) {
	cursor: pointer;
}
.woocommerce-breadcrumb a:not([disabled]):hover, .woocommerce-breadcrumb a:not([disabled]):active {
	box-shadow: 0 1px 0 #d60a3d;
}

.woocommerce-info {
	background: none !important;
	color: #d60a3d !important;
	border-color: #d60a3d;
}
.woocommerce-info a {
	text-decoration: underline;
}
.woocommerce-info a:not([disabled]) {
	cursor: pointer;
}
.woocommerce-info a:not([disabled]):hover, .woocommerce-info a:not([disabled]):active {
	text-decoration: none;
}
.woocommerce-info::before {
	color: inherit !important;
}

.woocommerce-error {
	color: #FFF;
}

.woocommerce-error {
	padding: 5px 10px;
}
.woocommerce-checkout .woocommerce-error, .page-template-page-my-account .woocommerce-error {
	padding: 1em 2em 1em 3.5em;
}

.woocommerce a.remove {
	text-align: center !important;
}

.woocommerce.single-product .woocommerce-notices-wrapper .wc-forward {
	margin-right: 2rem;
	margin-bottom: 4rem;
}
.woocommerce.single-product .woocommerce-product-gallery__trigger {
	padding-top: 84.2519685039%;
	height: auto !important;
}
.woocommerce.single-product .woocommerce-product-gallery__trigger img {
	display: none !important;
}
.woocommerce.single-product .product-main-wrap + * {
	clear: both;
}
.woocommerce.single-product .woocommerce-product-gallery__wrapper {
	margin: 0;
}
.woocommerce.single-product .woocommerce-product-gallery__image > a {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 30px;
}
.woocommerce.single-product .woocommerce-product-gallery__image > a > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.woocommerce.single-product .woocommerce-product-gallery__image > a:after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	padding-top: 84.2519685039%;
}
.woocommerce.single-product .woocommerce-product-gallery__image > a img {
	-o-object-fit: cover;
	   object-fit: cover;
}
.woocommerce.single-product .input-text.qty.text {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-product div.product .woocommerce-product-gallery {
	width: 48%;
	float: right;
	clear: none;
}
@media only screen and (max-width: 767px) {
	.single-product div.product .woocommerce-product-gallery {
		float: none;
		width: 100%;
		margin: 0 auto 3rem;
	}
}

.single-product div.product .summary {
	width: 48%;
	float: left;
	clear: none;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.single-product div.product .summary {
		float: none;
		width: 100%;
	}
}
.single-product div.product .summary + * {
	clear: both;
	margin-top: 9.4rem;
}
.single-product div.product .summary .stock {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.single-product div.product .summary .stock.in-stock {
	color: #0F1D34 !important;
}
.single-product div.product .summary .product_title {
	margin-bottom: 1.7rem;
	text-transform: capitalize;
}
.single-product div.product .summary .price {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 400;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	color: #d60a3d;
	margin-bottom: 2.3rem;
}
.single-product div.product .summary .woocommerce-product-details__short-description {
	margin-bottom: 3.5rem;
}

.product-tabs {
	margin-bottom: 7rem;
	padding-top: 9.4rem;
}
.product-tabs .grid {
	justify-content: center;
}
.product-tabs .grid__item {
	width: 83.3333333333%;
}
@media only screen and (max-width: 767px) {
	.product-tabs .grid__item {
		width: 100%;
	}
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li + li {
	margin-left: 8px;
}

.woocommerce form.login,
.woocommerce form.register {
	border: none;
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last,
.woocommerce form.register .form-row-first,
.woocommerce form.register .form-row-last {
		width: calc(50% - 10px);
	}
	.woocommerce form.login .form-row-last,
.woocommerce form.register .form-row-last {
		margin-left: 20px;
	}
}

#order_review_heading {
	margin-top: 3rem;
}

#order_review {
	margin-top: 1rem;
}

.checkout_coupon.woocommerce-form-coupon .button, .checkout_coupon.woocommerce-form-coupon .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .checkout_coupon.woocommerce-form-coupon .button,
.checkout_coupon.woocommerce-form-coupon .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .checkout_coupon.woocommerce-form-coupon .button,
.woocommerce-checkout #place_order,
.woocommerce .return-to-shop .button,
.woocommerce .return-to-shop .cart-collaterals .cart_totals .button,
.woocommerce .cart-collaterals .cart_totals .return-to-shop .button,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce .return-to-shop .button {
	background-color: #d60a3d;
	color: #FFF;
}
.checkout_coupon.woocommerce-form-coupon .button:not([disabled]),
.woocommerce-checkout #place_order:not([disabled]),
.woocommerce .return-to-shop .button:not([disabled]) {
	cursor: pointer;
}
.checkout_coupon.woocommerce-form-coupon .button:not([disabled]):hover, .checkout_coupon.woocommerce-form-coupon .button:not([disabled]):active,
.woocommerce-checkout #place_order:not([disabled]):hover,
.woocommerce-checkout #place_order:not([disabled]):active,
.woocommerce .return-to-shop .button:not([disabled]):hover,
.woocommerce .return-to-shop .button:not([disabled]):active {
	background-color: rgba(214, 10, 61, 0.5);
}

#ship-to-different-address .woocommerce-form__label-for-checkbox.checkbox {
	margin-bottom: 0;
}

.woocommerce form .form-row .checkbox input[type=checkbox]:checked + label::before {
	background-image: url(../images/select-tick.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50% 50%;
}
.woocommerce form .form-row .checkbox .woocommerce-terms-and-conditions-checkbox-text {
	position: relative;
	padding-left: 22px;
}
.woocommerce form .form-row .checkbox .woocommerce-terms-and-conditions-checkbox-text::before {
	content: "";
	display: inline-block;
	width: 16px !important;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #d60a3d;
	margin-right: 2px !important;
	top: 0;
	left: 0;
	background-color: transparent;
	position: absolute;
}

#ship-to-different-address label span {
	cursor: pointer;
	font-weight: 600;
	font-size: 21px;
	display: inline-block;
}
#ship-to-different-address label span:not([disabled]) {
	cursor: pointer;
}
#ship-to-different-address label span:not([disabled]):hover, #ship-to-different-address label span:not([disabled]):active {
	color: #d60a3d;
}
#ship-to-different-address label span::before {
	content: "+";
	font-size: 21px;
	display: inline-block;
	margin-right: 3px;
	width: 22px;
	text-align: center;
}

#ship-to-different-address input:checked + span::before {
	content: "−";
}

@media only screen and (max-width: 767px) {
	.woocommerce-shipping-fields {
		margin-top: 20px;
	}
}

.woocommerce-invalid #terms {
	outline: none;
	border-color: red;
}

.woocommerce-terms-and-conditions {
	background: none;
	margin-top: 10px;
}

.woocommerce-terms-and-conditions ul {
	margin: 0 0 0 12px;
	padding: 0;
}

.woocommerce-checkout h2 {
	font-size: 21px;
}
@media only screen and (max-width: 767px) {
	.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
		width: 100% !important;
	}
}

.woocommerce-terms-and-conditions a,
.woocommerce-terms-and-conditions-checkbox-text a {
	color: #d60a3d;
	font-weight: 700;
}
.woocommerce-terms-and-conditions a:not([disabled]),
.woocommerce-terms-and-conditions-checkbox-text a:not([disabled]) {
	cursor: pointer;
}
.woocommerce-terms-and-conditions a:not([disabled]):hover, .woocommerce-terms-and-conditions a:not([disabled]):active,
.woocommerce-terms-and-conditions-checkbox-text a:not([disabled]):hover,
.woocommerce-terms-and-conditions-checkbox-text a:not([disabled]):active {
	text-decoration: underline;
}

body.woocommerce-lost-password #page .site-main {
	padding: 40px 0;
}
body.woocommerce-lost-password #page .woocommerce {
	min-height: 350px;
}
.wc-stripe-elements-field {
	padding: 10px !important;
}

.woocommerce-account .entry-content {
	margin-top: 6.6rem;
}
.woocommerce-account .site-footer {
	margin-top: 3.3rem;
}
.woocommerce-account .section-previous-order {
	margin-top: 5.5rem;
}
.woocommerce-account form h3 {
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	.woocommerce-account form .form-row {
		width: 100%;
		float: none;
	}
}
.woocommerce-account fieldset {
	border: none;
}
@media only screen and (max-width: 767px) {
	.woocommerce-account fieldset {
		margin-bottom: 2rem;
		padding-bottom: 0;
	}
}

.woocommerce-account #customer_login {
	width: auto;
	margin-top: 65px;
}
.woocommerce-account #customer_login .u-column1 {
	width: 33.33%;
	margin-left: 8.3333333333%;
	float: none;
}
@media only screen and (max-width: 1023px) {
	.woocommerce-account #customer_login .u-column1 {
		margin-left: 0;
		width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce-account #customer_login .u-column1 {
		width: 100%;
	}
}
.woocommerce-account #customer_login .u-column2 {
	width: calc(50% + 20px);
	float: none;
}
@media only screen and (max-width: 1023px) {
	.woocommerce-account #customer_login .u-column2 {
		width: 60%;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce-account #customer_login .u-column2 {
		width: 100%;
		margin-top: 3rem;
	}
}
.woocommerce-account #customer_login h2 {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 600;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
	.woocommerce-account #customer_login h2 {
		margin-bottom: 1rem;
	}
}
.woocommerce-account #customer_login .acf-radio-list {
	margin: 0 -10px;
}
.woocommerce-account #customer_login .acf-radio-list li {
	display: inline-block;
	margin: 20px 10px 0;
}
.woocommerce-account #customer_login .acf-fields > .acf-field {
	padding: 0;
	margin-bottom: 2rem;
}
.woocommerce-account #customer_login .acf-label label {
	font-size: 1.4rem;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.woocommerce-account #customer_login .acf-field .acf-label {
	margin-bottom: 0;
}
.woocommerce-account #customer_login .acf-field .acf-label label {
	margin-bottom: 0;
}
.woocommerce-account #customer_login .acf-field-6163b07a71898 .acf-label,
.woocommerce-account #customer_login .acf-field-60190cdb11571 .acf-label,
.woocommerce-account #customer_login .acf-field-628b5e7eedd6c .acf-label {
	display: none;
}

.section-your-account .your-account {
	margin-top: 3.5rem;
}
.section-your-account .woocommerce-MyAccount-navigation-link {
	position: relative;
	border-radius: 30px;
	border: 1px solid #d60a3d;
	background-color: #FFF;
	clear: both;
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 11px 7px;
	background-position: calc(100% - 26px) 21px;
}
.section-your-account .woocommerce-MyAccount-navigation-link + * {
	margin-top: 2rem;
}
.section-your-account .woocommerce-MyAccount-navigation-link .addresses {
	margin-top: 2rem;
}
.section-your-account .woocommerce-MyAccount-navigation-link .addresses .edit {
	font-weight: bold;
}
.section-your-account .woocommerce-MyAccount-navigation-link .button, .section-your-account .woocommerce-MyAccount-navigation-link .woocommerce .cart-collaterals .cart_totals .button, .woocommerce .cart-collaterals .cart_totals .section-your-account .woocommerce-MyAccount-navigation-link .button,
.section-your-account .woocommerce-MyAccount-navigation-link .woocommerce-page .cart-collaterals .cart_totals .button,
.woocommerce-page .cart-collaterals .cart_totals .section-your-account .woocommerce-MyAccount-navigation-link .button,
.section-your-account .woocommerce-MyAccount-navigation-link .product-add-to-cart a {
	min-width: 67px;
}
.section-your-account .woocommerce-MyAccount-navigation-link .wishlist-title-container {
	display: none;
}
.section-your-account .woocommerce-MyAccount-navigation-link thead {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}
.section-your-account .woocommerce-MyAccount-navigation-link th {
	border: none;
}
.section-your-account .woocommerce-MyAccount-navigation-link table.wishlist_table thead th {
	padding-top: 0;
}
.section-your-account .woocommerce-MyAccount-navigation-link td {
	font-size: 1.4rem;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	padding: 4.5px 0;
}
.section-your-account .woocommerce-MyAccount-navigation-link .button + .button {
	margin-left: 7px;
}
@media only screen and (max-width: 767px) {
	.section-your-account .woocommerce-MyAccount-navigation-link .button + .button {
		margin-top: 7px;
	}
}
.section-your-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}
.section-your-account .woocommerce-MyAccount-navigation-link > a {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	padding: 11px 40px;
	cursor: pointer;
	display: block;
}
.section-your-account .woocommerce-MyAccount-navigation-link.is-active {
	padding-top: 18px;
	background-position: calc(100% - 26px) 18px;
	background-image: url(../images/arrow-up.svg);
}
.section-your-account .woocommerce-account-content {
	border-top: 1px solid #d60a3d;
	padding: 27px 0;
	margin: 0 40px;
}
.section-your-account .woocommerce-notices-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.section-your-account .yith_wcwl_wishlist_footer .yith-wcwl-share {
	float: none;
}
.section-your-account table.shop_table {
	border: none;
}
.section-your-account .woocommerce-order-details__title {
	margin: 10px 0;
}
.section-your-account .woocommerce-table--order-details tfoot th {
	text-align: right;
	padding-right: 10px;
}

.woocommerce-message {
	width: 100%;
	background-color: transparent !important;
	border-top-color: #d60a3d;
}

.woocommerce-message::before {
	color: #d60a3d;
}

.woocommerce-cart-form__contents .quantity .qty {
	font-size: 14px;
	line-height: 1.8571428571em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	border-color: #d60a3d;
}
.woocommerce-cart-form__contents button.button, .woocommerce-cart-form__contents .woocommerce .cart-collaterals .cart_totals button.button, .woocommerce .cart-collaterals .cart_totals .woocommerce-cart-form__contents button.button,
.woocommerce-cart-form__contents .woocommerce-page .cart-collaterals .cart_totals button.button,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-cart-form__contents button.button {
	color: #FFF !important;
}
.woocommerce-cart-form__contents #coupon_code {
	width: auto !important;
	padding: 1.2rem 1rem;
	border-radius: 3rem;
	margin-right: 1rem;
	text-align: center;
}
.woocommerce-cart-form__contents input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart-form__contents input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

.wc-proceed-to-checkout a.button.alt, .wc-proceed-to-checkout .woocommerce .cart-collaterals .cart_totals a.alt.button, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.alt.button,
.wc-proceed-to-checkout .woocommerce-page .cart-collaterals .cart_totals a.alt.button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.alt.button {
	display: block;
}

.select2-container--default .select2-selection--single {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	font-family: "Open Sans", sans-serif;
	background: none;
	border: 1px solid #d60a3d;
	border-radius: 30px !important;
	resize: none;
	text-align: left;
	width: 100%;
	padding: 16px 18px 20px;
	position: relative;
	display: block;
	height: 54px;
	color: #0F1D34;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	font-family: "Open Sans", sans-serif;
	padding: 0;
	display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	padding: 5px 0;
	color: #0F1D34;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
	right: 14px;
}

body.woocommerce-shop .woocommerce-info,
body.tax-product_cat .woocommerce-info {
	width: 100%;
}
body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
	display: none;
}
body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2.8rem;
	flex-wrap: wrap;
}
body.woocommerce-shop .page-description,
body.woocommerce-shop .term-description,
body.tax-product_cat .page-description,
body.tax-product_cat .term-description {
	width: 66.66%;
	padding-left: 10px;
}
@media only screen and (max-width: 1023px) {
	body.woocommerce-shop .page-description,
body.woocommerce-shop .term-description,
body.tax-product_cat .page-description,
body.tax-product_cat .term-description {
		width: 100%;
		padding-left: 0;
	}
}
body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title {
	width: 33.33%;
	padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
	body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 2rem;
	}
}
body.woocommerce-shop .site-content,
body.tax-product_cat .site-content {
	padding-top: 43px;
}
body.woocommerce-shop .content-area,
body.tax-product_cat .content-area {
	margin-bottom: 5rem;
}
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main {
	width: 75%;
	order: 1;
}
@media only screen and (max-width: 1023px) {
	body.woocommerce-shop .site-main,
body.tax-product_cat .site-main {
		width: 100%;
		order: 0;
	}
}
body.woocommerce-shop .sidebar,
body.tax-product_cat .sidebar {
	width: 25%;
	padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
	body.woocommerce-shop .sidebar,
body.tax-product_cat .sidebar {
		width: 100%;
		padding-right: 10px;
	}
}

.sidebar__wrapper {
	background-color: #FFF;
	border-radius: 20px;
	overflow: hidden;
	padding: 20px;
}

.product-custom-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 1023px) {
	.product-custom-page {
		justify-content: center;
		flex-direction: column;
	}
}

.custom-page-label {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
}
.toggle-image {
	display: inline-block;
	padding-bottom: 8px;
	margin-top: 1rem;
}
.toggle-image ~ * {
	margin-left: 4rem;
}
@media only screen and (max-width: 1023px) {
	.toggle-image ~ * {
		margin-left: 0;
	}
}
.switch {
	width: 57px;
	height: 26px;
	top: 6px;
	margin-left: 15px;
}

.woocommerce-ordering {
	display: inline-block;
}

.per-page,
.sort-by {
	display: inline-block;
	margin-top: 1rem;
}
.per-page .facetwp-facet,
.sort-by .facetwp-facet {
	display: inline-block;
	margin-bottom: 0;
}
.per-page select,
.sort-by select {
	font-size: 15px;
	line-height: 1.3333333333em;
	letter-spacing: 0em;
	font-weight: 400;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #d60a3d;
	border-radius: 40px;
	height: 5rem;
	padding: 0 33px 0 24px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1em;
	margin-left: 15px;
	color: #0F1D34;
}
.per-page .facetwp-per-page-select,
.sort-by .facetwp-per-page-select {
	width: 9rem;
}

body.tax-product_cat .site-main .products,
body.woocommerce-shop .site-main .products {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2.2rem;
	margin: 0 -10px 0;
}
body.tax-product_cat .site-main .products .wrapper-product > a,
body.woocommerce-shop .site-main .products .wrapper-product > a {
	position: relative;
	display: block;
}
body.tax-product_cat .site-main .products .product,
body.woocommerce-shop .site-main .products .product {
	width: 33.33%;
	padding: 0 10px;
	position: relative;
}
body.tax-product_cat .site-main .products .product:nth-child(n+4),
body.woocommerce-shop .site-main .products .product:nth-child(n+4) {
	margin-top: 2.2rem;
}
@media only screen and (max-width: 1023px) {
	body.tax-product_cat .site-main .products .product,
body.woocommerce-shop .site-main .products .product {
		width: 50%;
	}
	body.tax-product_cat .site-main .products .product:nth-child(n+3),
body.woocommerce-shop .site-main .products .product:nth-child(n+3) {
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 599px) {
	body.tax-product_cat .site-main .products .product,
body.woocommerce-shop .site-main .products .product {
		width: 100%;
	}
	body.tax-product_cat .site-main .products .product:nth-child(2),
body.woocommerce-shop .site-main .products .product:nth-child(2) {
		margin-top: 2rem;
	}
}

.hide-image + .products .product .wrapper-product {
	background-color: #FFF;
	border-radius: 20px;
	overflow: hidden;
}
.hide-image + .products .product .wrapper-product > a {
	padding: 48px 16px 16px;
	display: block;
	flex: 1;
	width: 100%;
}
.hide-image + .products .product .wrapper-product > a .stock {
	right: 16px !important;
}

.facetwp-facet-pagination {
	text-align: center;
	margin-top: 6rem;
	margin-bottom: 8rem;
}
.facetwp-facet-pagination .facetwp-pager {
	display: flex;
	justify-content: center;
}
.facetwp-facet-pagination .facetwp-page {
	font-size: 2rem;
	line-height: 1.35em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	line-height: 40px;
}
.facetwp-facet-pagination .facetwp-page:not(.next, .prev) {
	margin: 0;
	padding: 0 8px;
}
.facetwp-facet-pagination .active {
	color: #d60a3d;
}
.facetwp-facet-pagination .prev, .facetwp-facet-pagination .next {
	font-size: 0;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.facetwp-facet-pagination .prev {
	margin-right: 2rem;
	background-image: url(../images/left-arrow.svg);
}
.facetwp-facet-pagination .next {
	margin-left: 2rem;
	background-image: url(../images/right-arrow.svg);
}

.site-main--default .section-about-content {
	margin-top: 4rem;
}

.error-404 {
	padding: 15rem 0;
	text-align: center;
}
.error-404 h2 {
	font-size: 3rem;
	line-height: 1.3666666667em;
	letter-spacing: 0em;
	font-weight: 700;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
	.error-404 h2 {
		font-size: 2.5rem;
	}
}

.btn-404 {
	padding-left: 25px;
	padding-right: 25px;
}

@media only screen and (min-width: 1024px) {
	.faq-left {
		width: 25%;
	}
}

@media only screen and (min-width: 1024px) {
	.faq-right {
		width: 75%;
	}
}
.faq-right .block-toggle + .block-toggle {
	margin-top: 2rem;
}

.faq-page-title {
	margin-bottom: 2rem;
}

.woocommerce .cart-collaterals .cart_totals input[type=radio],
.woocommerce-page .cart-collaterals .cart_totals input[type=radio] {
	position: relative;
	top: 1px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background-color: #FFF;
	border: 3px solid rgba(214, 10, 61, 0.6);
	border-radius: 50%;
}
.woocommerce .cart-collaterals .cart_totals input[type=radio]:checked,
.woocommerce-page .cart-collaterals .cart_totals input[type=radio]:checked {
	background-color: #d60a3d;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-button,
.woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button {
	color: #d60a3d;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-button:not([disabled]),
.woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button:not([disabled]) {
	cursor: pointer;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-button:not([disabled]):hover, .woocommerce .cart-collaterals .cart_totals .shipping-calculator-button:not([disabled]):active,
.woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button:not([disabled]):hover,
.woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button:not([disabled]):active {
	text-decoration: underline;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-button::after,
.woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button::after {
	position: relative;
	top: 2px;
}
.woocommerce .cart-collaterals .cart_totals .form-row input.input-text,
.woocommerce .cart-collaterals .cart_totals .form-row textarea,
.woocommerce-page .cart-collaterals .cart_totals .form-row input.input-text,
.woocommerce-page .cart-collaterals .cart_totals .form-row textarea {
	font-size: 1.3rem;
	line-height: 1.8461538462em;
	letter-spacing: 0em;
	font-weight: 300;
	text-transform: initial;
	font-family: "Open Sans", sans-serif;
	font-family: "Open Sans", sans-serif;
	background-color: #fff !important;
	border: 1px solid #d60a3d;
	border-radius: 30px !important;
	resize: none;
	text-align: left;
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .select2-selection--single,
.woocommerce .cart-collaterals .cart_totals .form-row input.input-text,
.woocommerce .cart-collaterals .cart_totals .form-row textarea,
.woocommerce-page .cart-collaterals .cart_totals .select2-selection--single,
.woocommerce-page .cart-collaterals .cart_totals .form-row input.input-text,
.woocommerce-page .cart-collaterals .cart_totals .form-row textarea {
	padding: 10px 16px;
	height: 46px;
	border-radius: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals .select2-selection__arrow,
.woocommerce-page .cart-collaterals .cart_totals .select2-selection__arrow {
	top: 8px;
}

.woocommerce-cart #wpadminbar ~ .select2-container--default .select2-dropdown--below {
	top: -28px;
	border-color: #d60a3d;
}

@media only screen and (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form__contents .actions {
		padding-top: 0;
	}
}
.woocommerce-cart .woocommerce-cart-form__contents .actions .button {
	height: 44px;
}
@media only screen and (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form__contents .coupon #coupon_code,
.woocommerce-cart .woocommerce-cart-form__contents .coupon .button {
		margin-top: 9px !important;
		float: none !important;
		width: 100% !important;
	}
}
body.woocommerce-checkout fieldset {
	padding: 0;
	border: none;
	border: none;
}
body.woocommerce-checkout .wc-saved-payment-methods input[type=radio],
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew input[type=radio],
body.woocommerce-checkout .shop_table input[type=radio] {
	position: relative;
	top: 1px;
	width: 14px !important;
	height: 14px;
	margin-right: 8px;
	background-color: #FFF;
	border: 3px solid rgba(214, 10, 61, 0.6);
	border-radius: 50%;
}
body.woocommerce-checkout .wc-saved-payment-methods input[type=radio]:checked,
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew input[type=radio]:checked,
body.woocommerce-checkout .shop_table input[type=radio]:checked {
	background-color: #d60a3d !important;
}
body.woocommerce-checkout .wc-saved-payment-methods input[type=radio] {
	background-color: transparent;
}
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
	cursor: pointer;
}
body.woocommerce-checkout input[type=checkbox]:checked + label::before {
	background-image: url(../images/select-tick.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50% 50%;
}
body.woocommerce-checkout input[type=checkbox] + label {
	margin-bottom: 0;
	position: relative;
	display: inline-block !important;
	padding-left: 22px;
}
body.woocommerce-checkout input[type=checkbox] + label::before {
	content: "";
	display: inline-block;
	width: 16px !important;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #d60a3d;
	margin-right: 2px !important;
	top: 6px;
	left: 0;
	background-color: transparent;
	position: absolute;
}

@media only screen and (max-width: 767px) {
	body.woocommerce-checkout .cart_totals th {
		display: none;
	}
	body.woocommerce-checkout .cart_totals tr td {
		display: block;
		text-align: right !important;
	}
	body.woocommerce-checkout .cart_totals tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
}
.page-template-page-about .section-about-content .block-content {
	padding-bottom: 30px;
}
.page-template-page-about .section-about-content + .section-team .section-wrapper {
	padding-top: 2rem;
}
/*# sourceMappingURL=main.css.map */