/*
	Theme Name: Monimoto v3
	Author: Algirdas Gricius
	Description: Monimoto v3 theme
	Text Domain: monimoto
*/

@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap);

@font-face {
	font-family: 'BrandonGrotesqueBold';
	src: url(/wp-content/themes/monimoto_v3/fonts/2F718D_2_0.eot);
	src: url('/wp-content/themes/monimoto_v3/fonts/2F718D_2_0.eot?#iefix') format('embedded-opentype'), url(/wp-content/themes/monimoto_v3/fonts/2F718D_2_0.woff2) format('woff2'), url(/wp-content/themes/monimoto_v3/fonts/2F718D_2_0.woff) format('woff'), url(/wp-content/themes/monimoto_v3/fonts/2F718D_2_0.ttf) format('truetype');
	font-weight: 700;
	font-display: swap;
}

@font-face {
  font-family: 'BrandonGrotesqueBlackItalic';
  src: url(/wp-content/themes/monimoto_v3/fonts/Brandon_blk_it.woff2) format('woff2'),
       url(/wp-content/themes/monimoto_v3/fonts/Brandon_blk_it.woff) format('woff'),
       url(/wp-content/themes/monimoto_v3/fonts/Brandon_blk_it.ttf) format('truetype'),
       url(/wp-content/themes/monimoto_v3/fonts/Brandon_blk_it.eot); /* IE9 Compat Modes */
  src: url('/wp-content/themes/monimoto_v3/fonts/Brandon_blk_it.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap);

/* GLOBAL */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,
section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	line-height: 24px;
}
* {
	font-family: 'Mulish',sans-serif;
}
html {
	scroll-behavior:smooth
}
body.overflow-hidden {
	overflow-y: hidden;
}
p {
	margin-bottom: 24px;
}
strong {
	font-weight: 700;
}
.woocommerce-error {
	display:none!important;
}
a {
	text-decoration: none;
	color: #004BB7;
}
a[href^="tel"] {
	color:inherit;text-decoration:none
}
button {
	outline:0
}
button:disabled {
	opacity: 0.5;
	pointer-events: none;
}
ol, ul {
	list-style:none
}
article ol, article ul {
	list-style:disc;
	margin-left: 20px;
}
blockquote,q {
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';content:none
}
q {
	display:inline;font-style:italic
}
q:before {
	content:'"';font-style:normal
}
q:after {
	content:'"';font-style:normal
}
input[type="search"] {
	-webkit-appearance:textfield
}
table {
	border-collapse:collapse;border-spacing:0
}
th,td {
	padding:2px
}
big {
	font-size:120%
}
small,sup,sub {
	font-size:80%
}
sup {
	vertical-align:super
}
sub {
	vertical-align:sub
}
dd {
	margin-left:20px
}
kbd,tt {
	font-family:courier;font-size:12px
}
ins {
	text-decoration:underline
}
del,strike,s {
	text-decoration:line-through
}
dt {
	font-weight:bold
}
address,cite,var {
	font-style:italic
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}
* {
	box-sizing:border-box;-webkit-tap-highlight-color:transparent
}
input {
	border: 1px solid #4B4B4B;
	font-size: 16px;
	font-family: 'Mulish',sans-serif;
	border-radius: 16px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
	height: 44px;
	padding: 12px;
}
.woocommerce-invalid input,
.woocommerce-invalid input[type="checkbox"]:after,
.woocommerce-invalid input[type="radio"]:after,
.woocommerce-invalid .select2-container--default .select2-selection--single {
	border-color:  #FF4965;
}
input:not([type=checkbox]):focus, textarea:focus {
	outline: none;
	border-color: #004BB7;
}
input[type="checkbox"], input[type="radio"] {
	border: none;
	position: absolute;
	height: 24px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	width: auto;
	margin: 0;
	width: 100%;
}
input[type="checkbox"]:after, input[type="radio"]:after {
	content: "";
	height: 24px;
	content: "";
	height: 24px;
	width: 24px;
	border: 1px solid #4B4B4B;
	position: absolute;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #fff;
	left: 0;
	top: 0;
}
input[type=radio]:checked:before {
	content: "";
	background-color: #004BB7;
	width: 16px;
	height: 16px;
	position: absolute;
	border-radius: 50%;
	z-index: 1;
	left: 4px;
	top: 4px;
}
input[type="checkbox"]:after {
	border-radius: 8px;
}
input[type=checkbox]:checked:before {
	content: "";
	background-color: #004BB7;
	width: 16px;
	height: 16px;
	position: absolute;
	border-radius: 5px;
	z-index: 1;
	left: 4px;
	top: 4px;
}
textarea {
	display: flex;
	box-sizing: border-box;
	padding: 12px;
	height: 114px;
	border: 1px solid #4B4B4B;
	width: 100%;
	border-radius: 16px;
	font-size: 16px;
}
.sticky{
	
}
.bypostauthor{
	
}
.wp-caption{
	
}
.wp-caption-text{
	
}
.gallery-caption{
	
}
.alignright{
	
}
.alignleft{
	
}
.aligncenter{
	
}
.screen-reader-text {
	border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal
}
.screen-reader-text:focus {
	background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000
}
.skip-link{
	left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline
}
.skip-link:focus {
	display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto
}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
	position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap
}
.breadcrumb.breadcrumbs.woo-breadcrumbs,
.woocommerce-breadcrumb {
	display: none;
}


/* HEADINGS */
h1, h2, h3 {
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	color: #4B4B4B;
	text-transform: uppercase;
	margin-bottom: 8px;
	word-break: break-word;
}
h1,
.home h2 {
	font-size: 36px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}
h3 {
	font-size: 20px;
	line-height: 20px;
}
/*@media screen and (max-width: 1200px) {
	h1,
	.home h2 {
	font-size: 56px;
	line-height: 56px;
	}
	h2 {
	font-size: 38px;
	line-height: 38px;
	}
	h3 {
	font-size: 30px;
	line-height: 30px;
	}
	}
	@media screen and (max-width: 1000px) {
	h1,
	.home h2 {
	font-size: 48px;
	line-height: 48px;
	}
	h2 {
	font-size: 36px;
	line-height: 36px;
	}
	h3 {
	font-size: 28px;
	line-height: 28px;
	}
	}
	@media screen and (max-width: 768px) {
	h1,
	.home h2 {
	font-size: 40px;
	line-height: 40px;
	}
	h2 {
	font-size: 34px;
	line-height: 34px;
	}
	h3 {
	font-size: 24px;
	line-height: 24px;
	}
	}
	@media screen and (max-width: 480px) {
	h1,
	.home h2 {
	font-size: 32px;
	line-height: 32px;
	}
	h2 {
	font-size: 32px;
	line-height: 32px;
	}
	h3 {
	font-size: 20px;
	line-height: 20px;
	}
}*/




/* PAGE WRAPPERS */
div#wrapper,
main#content {
	display: flex;
	flex-direction: column;
}
#main {
	display: flex;
	flex-direction: column;
}
div#container {
	margin-top: 80px;
}
.page-content-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-content-wrapper .woocommerce {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.page-content-wrapper > *:last-child {
	margin-bottom: 0;
}



/* BLOCK SETTINGS */
.margin-top-56-40 {
	margin-top: 56px;
}
.margin-bottom-56-40,
.woocommerce div.product {
	margin-bottom: 56px;
}
.margin-bottom-112-80,
.woocommerce div.product {
	margin-bottom: 112px;
}
.margin-bottom-16 {
	margin-bottom: 16px;
}
.margin-bottom-48-32 {
	margin-bottom: 48px;
}
.margin-bottom-48-24 {
	margin-bottom: 48px;
}
.max-width {
	max-width: 1240px;
}
.max-width-720 {
	max-width: 720px;
}
.padding-40-24 {
	padding: 40px;
}
.padding-64-40-24 {
	padding: 64px;
}
.padding-sides-40-24 {
	padding-left: 40px;
	padding-right: 40px;
}
.padding-sides-40-0 {
	padding-left: 40px;
	padding-right: 40px;
}
.woocommerce ul.products,
.align-center {
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.margin-top-56 {
	margin-top: 56px;
}
.border-radius-16 {
	border-radius: 16px !important;
}
.margin-bottom-24 {
	margin-bottom: 24px;
}
.margin-bottom-8 {
	margin-bottom: 8px;
}
.margin-bottom-32-24 {
	margin-bottom: 32px;
}

.hero-background-image {
	background-position: 75% 90%!important;
    background-image: var(--wpr-bg-d58e91b9-f08b-4932-b287-0b6caa1a4a5f);
}

@media screen and (max-width: 800px) {
	.hero-background-image {
background-image: var(--wpr-bg-cc9f5df2-f967-488d-ba50-d1fe3626cbb3);
	}
}

@media screen and (max-width: 1200px) {
	div#container {
		margin-top: 72px;
	}
	.columns-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 24px;
	}
}
@media screen and (max-width: 1000px) {
	div#container {
		margin-top: 64px;
	}
	.padding-40-24 {
		padding: 24px;
	}
	.columns-4 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 24px;
	}
}
@media screen and (max-width: 768px) {
	div#container {
		margin-top: 56px;
	}
	.margin-bottom-48-32 {
		margin-bottom: 32px;
	}
	.margin-bottom-48-24 {
		margin-bottom: 24px;
	}
	.columns-4 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 24px;
	}
}
@media screen and (max-width: 620px) {
	div#container {
		margin-top: 48px;
	}
	.padding-sides-40-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.margin-top-56-40 {
		margin-top: 40px;
	}
	.margin-bottom-56-40,
	.woocommerce div.product {
		margin-bottom: 40px;
	}
	.margin-bottom-112-80 {
		margin-bottom: 80px;
	}
	.padding-sides-40-24 {
		padding-left: 24px;
		padding-right: 24px;
	}
	.logo-mob-padding {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 480px) {
	div#container {
		margin-top: 40px;
	}
}


/* GRID */
.grid {
	display: grid;
	grid-gap: 40px;
}
.grid.columns-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.columns-2 {
	grid-template-columns: 1fr 1fr;
}
.grid.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.grid .grid-item {
	padding: 40px;
	display: flex;
	flex-direction: column;
	background-color: #F5F5F5;
	align-items: flex-start;
}
.grid h3 {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	text-wrap: auto;
}
.grid.columns-2 .grid-item {
	padding: 56px;
}
@media screen and (max-width: 1200px) {
	.grid.columns-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 24px;
	}
	.grid.columns-4 .grid-item {
		padding: 24px;
	}
	.grid.columns-2 .grid-item {
		padding: 40px;
	}
}
@media screen and (max-width: 1000px) {
	.grid.columns-4 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
	}
	.grid.columns-4 .grid-item {
		padding: 40px;
	}
	.grid.columns-3 .grid-item,
	.grid.columns-6 .grid-item {
		padding: 24px;
	}
	.grid.columns-3,
	.grid.columns-6 {
		grid-gap: 24px;
	}
}
@media screen and (max-width: 768px) {
	.grid {
		grid-gap: 24px;
	}
	.slider-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.columns-1.slider-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
	.grid.columns-4 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 24px;
	}
	.grid.columns-4.slider {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.grid.columns-3.slider {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.grid.slider {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		grid-gap: 24px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.grid.columns-4 .grid-item,
	.grid.columns-2 .grid-item {
		padding: 24px;
	}
	.grid.columns-4.slider .grid-item {
		width: calc(100vw / 2);
	}
	.grid.columns-3.slider .grid-item {
		width: calc(100vw / 2);
	}
	.grid.columns-4.slider .grid-item {
		width: calc(100vw / 2);
	}
	.grid.columns-2,
	.grid-columns-4 {
		grid-template-columns: 1fr;
	}
	.grid.slider .grid-item,
	.grid.columns-3.slider .grid-item {
		width: calc(100vw / 1.8);
		min-width: 220px;
	}
	.features-wrapper .features-title,
	.features-wrapper .features-description {
		padding-left: 24px;
		padding-right: 24px;
	}
	.grid.columns-2 .grid-item {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 620px) {
	.grid.slider {
		padding-left: 24px;
		padding-right: 24px;
	}
	.columns-1.slider-wrapper .grid.slider .grid-item {
		width: 100%;
	}
	.columns-1.slider-wrapper .grid.slider {
		padding: 0;
	}
	.columns-1.slider-wrapper {
		padding-left: 24px;
		padding-right: 24px;
	}
	.grid.slider .grid-item,
	.grid.columns-3.slider .grid-item {
		width: calc(100vw / 1.5);
		min-width: 220px;
	}
	.grid.columns-2 .grid-item {
		width: 100%; 
	}
}
@media screen and (max-width: 480px) {
}



/* BUTTONS */
.button-wrapper {
	display: flex;
	align-items: center;
}
.button-wrapper.center {
	justify-content: center;
}
.button,
a.added_to_cart.wc-forward,
.checkout-button,
input.wpcf7-form-control.wpcf7-submit,
button,
.affwp-form input[type="submit"] {
	border-radius: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding: 0 24px;
	text-decoration: none;
	font-family: "Mulish",sans-serif;
	line-height: 18px;
	font-weight: 700;
	transition: all 0.15s ease;
	cursor: pointer;
	height: 44px;
	font-size: 14px;
}
.button.hero {
	font-size: 18px;
	height: 56px;
}
.button.border-radius-16 {
	height: 44px !important;
}
.button,
a.added_to_cart.wc-forward * {
	line-height: 16px;
	font-weight: 700;
	font-size: 16px;
}
.button.primary,
a.added_to_cart.wc-forward,
.mini-cart-buttons-wrapper .wc-forward.checkout,
.mini-cart-buttons-wrapper .wc-forward,
.checkout-button,
input.wpcf7-form-control.wpcf7-submit,
#idpc_button,
.affwp-form input[type="submit"] {
	background-color: #004BB7;
	border: 1px solid #004BB7;
	color: #FFF;
	transition: all 0.15s ease;
}
.button.primary:hover,
a.added_to_cart.wc-forward:hover,
.mini-cart-buttons-wrapper .wc-forward.checkout:hover,
.checkout-button:hover,
input.wpcf7-form-control.wpcf7-submit:hover,
.affwp-form input[type="submit"]:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	transition: all 0.15s ease;
}
.button.inverted,
a.added_to_cart.wc-forward,
.mini-cart-buttons-wrapper .wc-forward {
	background-color: #FFF;
	color: #004BB7;
	transition: all 0.15s ease;
}
.button.inverted:hover,
a.added_to_cart.wc-forward:hover,
.mini-cart-buttons-wrapper .wc-forward:hover {
	background-color: #004BB7;
	border: 1px solid #004BB7;
	color: #FFF;
	transition: all 0.15s ease;
}
.button.black-hover:hover {
	background-color: #000;
	color: #FFF;
	transition: all 0.15s ease;
}
.button.ghost {
	border: 2px solid #004BB7;
	background-color: transparent;
}
select {
	height: 44px;
	border-radius: 16px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 16px;
	padding: 12px;
	width: auto;
	font-family: 'Mulish', sans-serif;
	outline: none;
	min-width: 100px;
	appearance: none;
	background: var(--wpr-bg-5b927bae-1aa4-4f57-9dd5-892d001c852c) no-repeat right #FFF;
	-webkit-appearance: none;
	background-position-x: calc(100% - 12px);
}
select::-ms-expand {
	display: none;
}
@media screen and  (max-width: 620px) {
	.button {
		font-size: 16px;
	}
}

/* PROMO BLOCK */
.promo-block-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#FF6E46;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px;
	font-family: "Mulish", sans-sans-serif;
	font-weight: 700;
	color: #FFF;
}


/* HEADER */
#header {
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	background-color: #FFF;
	height: 84px;
	z-index: 9;
	border-bottom: 1px solid #E5E5E5;
}
.header-content-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
#header .header-logo-url {
	display: flex;
	align-items: center;
}
#header-logo-image {
	height: auto;
	width: 250px;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 0px;
	box-sizing: content-box;
}
#header nav#header-menu-desktop {
	display: flex;
	align-items: center;
	height: 100%;
	flex-grow: 1;
	padding-left: 24px;
}
#header ul.header-desktop-navigation-wrapper {
	display: flex;
	align-items: center;
	grid-gap: 16px;
	height: 100%;
}
#header li.header-desktop-navigation-item {
	height: 100%;
	display: flex;
	align-items: center;
}
#header .header-desktop-navigation-item-link {
	font-size: 16px;
	text-decoration: none;
	color: #000;
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 4px;
	justify-content: center;
	text-align: center;
	line-height: 1;
	margin-bottom: -1px;
}
#header .header-desktop-navigation-submenu-wrapper {
	position: absolute;
	top: 83px;
	background-color: #FFF;
	padding: 16px 24px 20px 24px;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	border: 1px solid #E5E5E5;
	border-top: none;
	display:none;
}
#header li.header-desktop-navigation-item:hover .header-desktop-navigation-submenu-wrapper {
	display: block;
}
#header .header-desktop-navigation-submenu-item-link {
	color: #000;
	font-weight: 700;
	padding: 4px 0;
	display: block;
}
#header .header-desktop-navigation-submenu-item-link:hover {
	color: #004BB7;
}
#header a.header-desktop-navigation-item-link.active {
	border-bottom: 1px solid #004BB7;
	color: #004BB7;
	font-weight: 700;
}
#header .header-desktop-navigation-item-link:hover {
	color: #004BB7;
}
#header #header-menu-right {
	display: flex;
	height: 100%;
	align-items: center;
	grid-column-gap: 32px;
}
#header nav#header-menu-mobile {
	height: 100%;
	display: none;
}
#header .header-mobile-image-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 24px;
	cursor: pointer;
}
#header .header-mobile-navigation-content-wrapper {
	display: block;
	position: fixed;
	background-color: #FFF;
	width: 100%;
	right: -100%;
	height: 100vh;
	transition: right 0.5s ease;
	top: 84px;
	padding: 12px 0;
	overflow-y: auto;
}
#header .header-mobile-navigation-content-wrapper.active {
	right: 0;
	transition: right 0.5s ease;
}
#header .header-mobile-image-wrapper .header-mobile-image.open {
	display: block;
}
#header .header-mobile-image-wrapper .header-mobile-image.close {
	display: none;
}
#header .header-mobile-image-wrapper.active .header-mobile-image.open {
	display: none;
}
#header .header-mobile-image-wrapper.active .header-mobile-image.close {
	display: block;
}
#header li.header-mobile-navigation-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header li.header-mobile-navigation-item.submenu {
	flex-direction: column;
}
#header .header-mobile-navigation-item-link {
	color: #000;
	font-size: 20px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
}
#header .header-mobile-navigation-item-link.empty {
	color: #A7A7A7;
}
#header li.header-mobile-navigation-submenu-item {
	text-align: center;
}
#header .header-mobile-navigation-submenu-item-link {
	color: #000;
	padding: 8px 0;
	display: block;
	font-size: 16px;
}
#header .header-mobile-navigation-item .external-link-icon.lazyloaded {
	margin-left: 4px;
	margin-top: 2px;
	width: 13px;
	height: 13px;
}
#header .footer-regions.selected .footer-region-link {
	color: #000;
}
#header ul.footer-regions {
	border: none;
}
#header .footer-regions.selected .footer-region-link {
	padding: 0;
}
#header ul.footer-regions.list {
	border: none;
	top: 64px;
	bottom: auto;
	width: 240px;
	right: 0;
	filter: drop-shadow(0px 0px 24px rgba(0,0,0,0.2));
}
@media screen and (max-width: 1200px) {
	#header ul.header-desktop-navigation-wrapper {
		grid-gap: 16px;
	}
}
@media screen and (max-width: 1000px) {
	#header ul.header-desktop-navigation-wrapper {
		grid-gap: 16px;
	}
}
@media screen and (max-width: 900px) {
	#header nav#header-menu-mobile {
		display: block;
	}
	#header nav#header-menu-desktop {
		display: none;
	}
	#header ul.header-desktop-navigation-wrapper {
		display: none;
		grid-gap: 24px;
	}
}
@media screen and (max-width: 768px) {
	#header .footer-regions-wrapper {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 620px) {
}


/* MINI CART */
#header .widget_shopping_cart_content {
	height: 100%;
	position: relative;
}
.widget_shopping_cart_content ul.cart_list, .woocommerce ul.product_list_widget,
.widget_shopping_cart_content p.woocommerce-mini-cart__total.total,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
	/*display: none;*/
}
#header .mini-cart-wrapper {
	height: 100%;
}
#header .mini-cart-link {
	text-decoration: none;
	display: flex;
	position: relative;
	height: 100%;
	align-items: center;
	padding-left: 24px;
}
#header #header-cart-icon {
	display: block;
	width: 24px;
	height: 24px;
}
#header .mini-cart-count {
	background-color: #004BB7;
	color: #FFF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 10px;
	box-sizing: border-box;
	display: flex;
	position: absolute;
	top: 24px;
	right: -4px;
	justify-content: center;
	align-items: center;
	font-family: "Mulish",sans-serif;
	font-weight: 400;
}
.mini-cart-content-wrapper {
	position: absolute;
	right: 0;
	padding: 16px;
	background-color: #FFF;
	filter: drop-shadow(0px 0px 24px rgba(0,0,0,0.2));
	border-radius: 16px;
	width: 375px;
	display: none;
}
#header .widget_shopping_cart_content .attachment-woocommerce_thumbnail {
	display: block;
	width: 100px;
	height: auto;
	border-radius: 16px;
}
#header .widget_shopping_cart_content a.mini-cart-item-link {
	display: flex;
	grid-column-gap: 20px;
}
#header .widget_shopping_cart_content .mini-cart-item-title {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 6px;
}
#header .widget_shopping_cart_content .mini-cart-item-wrapper {
	border-bottom: 1px solid #A5AAAF;
	padding: 32px 0;
}
#header .widget_shopping_cart_content .mini-cart-item-wrapper:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#header .widget_shopping_cart_content .mini-cart-item-info-wrapper {
	display: flex;
	flex-direction: column;
}
#header .widget_shopping_cart_content span.mini-cart-item-price {
	margin-bottom: 6px;
}
#header .widget_shopping_cart_content .mini-cart-item-price * {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
}
#header .widget_shopping_cart_content .mini-cart-item-quantity {
	color: #000;
	font-size: 14px;
	line-height: 14px;
}
#header .widget_shopping_cart_content .mini-cart-buttons-wrapper {
	display: grid;
	grid-row-gap: 12px;
	padding: 8px;
	padding-top: 32px;
	margin-bottom: 0;
}
#header .widget_shopping_cart_content .mini-cart-title-wrapper {
	padding: 8px;
	padding-bottom: 0;
}
#header .widget_shopping_cart_content .mini-cart-title {
	font-size: 24px;
	line-height: 24px;
}
#header .widget_shopping_cart_content .mini-cart-title-image {
	position: absolute;
	top: 20px;
	right: 18px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 1;
}
#header .widget_shopping_cart_content .empty-cart-wrapper {
	display: grid;
	grid-row-gap: 20px;
	padding: 8px;
	padding-top: 16px;
}
@media screen and (min-width: 769px) {
	#header .widget_shopping_cart_content .mini-cart-content-wrapper.visible {
		display: block;
	}
}

/* PAGE */
.page .page-content-wrapper.simple * {
	/*max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	word-break: break-word;*/
	/*width: 100%;*/
}
.page .page-content-wrapper.simple header,
.page .page-content-wrapper.simple h2,
.page .page-content-wrapper.simple h3,
.page .page-content-wrapper.simple h4,
.page .page-content-wrapper.simple p,
.page .page-content-wrapper.simple ul,
.page .page-content-wrapper.simple ol,
.page .page-content-wrapper.simple li,
.page .page-content-wrapper.simple div {
	max-width: 720px;
	width: 100%;
}
.page .page-content-wrapper.simple ul {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
}
.page .page-content-wrapper.simple ol {
	list-style-type: number;
	list-style-position: inside;
	list-style-image: none;
}



/* HERO BLOCK */
#homepage-hero {
	height: calc(100vh - 124px);
	position: relative;
	margin-top: -80px;
}
#simple-hero {
	height: calc(100vh - 204px);
	position: relative;
}
#homepage-hero .hero-background-image,
#simple-hero .hero-background-image {
	width: 100%;
	height: calc(100vh - 124px);
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#simple-hero .hero-background-image {
	height: calc(100vh - 204px);
	background-position: center center;
}
#homepage-hero .hero-right-image {
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100vh - 124px);
}
#homepage-hero .hero-right-image-mobile {
	top: 0;
	right: 0;
	height: calc(100vh - 124px);
	display: none;
	z-index: -1;
}
#homepage-hero .hero-title-wrapper {
	width: 100%;
	height: calc(100vh - 124px);
	display: flex;
	align-items: start;
	justify-content: center;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	grid-row-gap: 32px;
}
#homepage-hero .hero-title-wrapper.center {
	align-items: center;
}
#homepage-hero h1 {
	font-family: "BrandonGrotesqueBlackItalic", sans-serif;
	font-size: 72px;
	line-height: 72px;
	max-width: 500px;
	font-weight: bold;
	font-style: italic;
}
#homepage-hero .hero-title-wrapper.center h1 {
	text-align: center;
}
@media screen and (max-width: 1200px) {
	#homepage-hero h1 {
		font-size: 64px;
		line-height: 64px;
		font-weight: bold;
		font-style: italic;
	}
	#simple-hero,
	#simple-hero .hero-background-image {
		height: calc(100vh - 196px);
	}
}
@media screen and (max-width: 1000px) {
	#homepage-hero h1 {
		font-size: 56px;
		line-height: 56px;
		font-weight: bold;
		font-style: italic;
	}
	#simple-hero,
	#simple-hero .hero-background-image {
		height: calc(100vh - 188px);
	}
}
@media screen and (max-width: 768px) {
	#homepage-hero h1 {
		font-size: 48px;
		line-height: 48px;
		font-weight: bold;
		font-style: italic;
	}
	#simple-hero,
	#simple-hero .hero-background-image {
		height: calc(100vh - 180px);
	}
}
@media screen and (max-width: 620px) {
	#simple-hero,
	#simple-hero .hero-background-image {
		height: calc(100vh - 172px);
	}
}
@media screen and (max-width: 480px) {
	#homepage-hero h1 {
		font-size: 40px;
		line-height: 40px;
		font-weight: bold;
		font-style: italic;
	}
	#simple-hero,
	#simple-hero .hero-background-image {
		height: calc(100vh - 164px);
	}
}
@media (max-aspect-ratio: 4/3) {
	#homepage-hero .hero-right-image {
		display: none;
	}
	#homepage-hero .hero-right-image-mobile {
		position: absolute;
		top: 0;
		right: 0;
		height: calc(100vh - 124px);
		display: block;
	}
}


/* FEATURES BLOCK */
.features-wrapper .features-content-wrapper {
	width: 100%;
	display: block;
}
.features-wrapper .features-description {
	font-size: 18px;
	line-height: 26px;
	margin-top: 8px;
}
.features-wrapper.all li.features-item-wrapper {
	background-color: #F5F5F5;
	width: 100%;
}
.features-wrapper.all li.features-item-wrapper {
	display: grid;
	grid-template-columns: 140px calc(100% - 140px);
	align-items: flex-start;
}
.features-wrapper div.feature-item-title {
    font-size: 20px;
    line-height: 24px;
    color: #4B4B4B;
    width: 100%;
    font-weight: 900;
    text-transform: uppercase;
    white-space: normal;
    font-family: "BrandonGrotesqueBold", sans-sans-serif;
    color: #4B4B4B;
    text-transform: uppercase;
    margin-bottom: 8px;
    word-break: break-word;
}
.features-wrapper.products div.feature-item-title,
.features-wrapper.products .feature-item-description{
	text-align: left;
}
.features-wrapper.products div.feature-item-title {
	color: #004BB7;
	margin-bottom: 4px;
	font-size: 24px;
}
.features-wrapper.products .feature-item-description {
	font-size: 16px;
	line-height: 22px;
}
.features-wrapper .features-item-wrapper .feature-item-price {
	font-size: 20px;
	font-weight: 700;
}
.features-wrapper .features-item-wrapper .feature-item-price,
.features-wrapper .features-item-wrapper .button {
	margin-top: 16px;
}
.features-wrapper .feature-item-image {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.features-wrapper.products .feature-item-image {
	width: 100%;
	height: auto;
}
.features-wrapper.all .feature-item-image {
	margin-left: 0;
}
.features-wrapper.fancy .features-item-wrapper {
	padding: 0;
	background-color: #FFF;
}
.features-wrapper .feature-item-image.fancy {
	height: auto;
	z-index: 1;
	margin-bottom: -98px;
	filter: drop-shadow(0px 12px 16px rgba(0,0,0,0.3));
}
.features-wrapper .features-info-wrapper.fancy {
	padding: 40px;
	padding-top: 128px;
	height: 100%;
}
.features-wrapper .feature-item-description {
	display: block;
	white-space: normal;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
}
.features-wrapper.all .feature-item-description {
	font-size: 16px;
	line-height: 24px;
}
.features-wrapper .feature-item-descriptionr {
	white-space: normal;
	display: block;
	width: 100%;
}
.features-wrapper .features-items-wrapper.columns-6 {
	grid-template-columns: 1fr 1fr 1fr;
}
.features-wrapper .features-items-wrapper.columns-4 {
	grid-template-columns: 1fr 1fr;
}
.features-wrapper.numbered-photos .features-item-wrapper {
	background-color: #FFF;
	padding: 0;
	align-items: center;
}
.features-wrapper.numbered-photos .features-items-wrapper {
	grid-template-columns: 1fr 1fr 1fr;
}
.features-wrapper.numbered-photos .feature-item-image {
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.features-wrapper.numbered-photos .feature-item-number {
	width: 64px;
	height: 64px;
	font-size: 24px;
	font-family: 'Mulish';
	color: #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background-color: #004BB7;
	margin-bottom: 24px;
	margin-top: -48px;
}
.features-wrapper.numbered-photos .feature-item-number.no-image {
	margin-top: 0;
}
.features-wrapper.numbered-photos  .feature-item-description {
	font-size: 16px;
	line-height: 24px;
}
@media screen and  (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.features-wrapper.all li.features-item-wrapper {
		grid-template-columns: 1fr;
	}
	.features-wrapper.all img.feature-item-image {
		margin-bottom: 24px;
	}
	.features-wrapper.all div.feature-item-title {
		margin-bottom: 16px;
	}
	.features-wrapper .features-info-wrapper.fancy {
		padding: 24px;
		padding-top: 128px;
	}
	.features-wrapper .features-items-wrapper.columns-6 {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 768px) {
	.features-wrapper.all li.features-item-wrapper {
		grid-template-columns: 1fr;
	}
	.features-wrapper .features-items-wrapper.columns-6 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.features-wrapper.numbered-photos .features-items-wrapper {
		grid-template-columns: 1fr;
	}
	.features-wrapper.numbered-photos .features-item-wrapper {
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 620px) {
	.features-wrapper ul.features-items-wrapper.columns-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.features-wrapper.all img.feature-item-image {
		margin-bottom: 24px;
	}
	.features-wrapper.all div.feature-item-title {
		margin-bottom: 16px;
	}
	.features-wrapper.all li.features-item-wrapper {
		grid-template-columns: 140px calc(100% - 140px);
	}
	.features-wrapper .features-items-wrapper.columns-6 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.features-wrapper .features-items-wrapper.columns-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.features-wrapper.numbered-photos .features-item-wrapper {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.features-wrapper.all li.features-item-wrapper {
		grid-template-columns: 1fr;
	}
}

/* LOGOS BLOCK */
.logos-items-wrapper {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;
	flex-wrap: nowrap;
	grid-gap: 40px;
}
.logos-items-wrapper .logo-item-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 160px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
@media screen and (max-width: 768px) {
	.logos-items-wrapper {
		flex-wrap: wrap;
	}
	.logos-items-wrapper .logo-item-image.lazyloaded {
		max-width: 180px;
	}
}


/* VIDEO BLOCK */
.video-wrapper {
	width: 100%;
}
.video-wrapper .video-content-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-wrapper .video-item-image {
	display: block;
	width: 100%;
	height: auto;
}
.video-wrapper .video-item-title-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	padding-left: 88px;
	padding-top: 88px;
	max-width: 100%;
	text-align: left;
	left: 0;
}
.video-wrapper h2 {
	/*font-family: "BrandonGrotesqueBlackItalic", sans-serif;
		font-size: 90px;
	line-height: 90px;*/
}
.video-wrapper .video-item-play-button {
	z-index: 2;
	position: absolute;
	width: 48px;
	height: 48px;
}
.video-item-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.video-item-wrapper .video-item-title-wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #FFF;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	grid-row-gap: 8px;
}
.video-item-wrapper .video-item-title {
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.video-item-wrapper .video-item-bg {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
@media screen and (max-width: 768px) {
	.grid.video-items-wrapper {
		grid-template-columns: 1fr;
	}
}


/* HOW IT WORKS */
.how-it-works-wrapper .how-it-works-items-wrapper {
	display: grid;
	grid-row-gap: 64px;
}
.how-it-works-wrapper li.how-it-works-item-wrapper {
	display: grid;
	grid-template-columns: 112px calc(100% - 112px);
	position: relative;
}
.how-it-works-wrapper .how-it-works-item-image-info-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.how-it-works-wrapper .how-it-works-item-no {
	width: 80px;
	height: 80px;
	font-size: 32px;
	font-family: 'Mulish';
	color: #FFF;
	border-radius: 50%;
	/*border: 2px dotted #004BB7;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background-color: #004BB7;
}
.how-it-works-wrapper .how-it-works-item-info-wrapper {
	padding: 0 64px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 0;
}
.how-it-works-wrapper img.how-it-works-item-image {
	width: 100%;
	height: auto;
	display: block;
	/*object-fit: cover;*/
	order: 1;
}
.how-it-works-wrapper h3.how-it-works-item-title {
	color: #4B4B4B;
	font-size: 24px; 
	line-height: 32px;
	width: 100%;
	margin-bottom: 16px;
	order: 0;
}
.how-it-works-wrapper .how-it-works-item-description {
	display: block;
	line-height: 26px;
	font-size: 18px;
	color: #757575;
}
.how-it-works-wrapper .how-it-works-item-no:after {
	content: "";
	border-left: 2px solid #4BC8FF;
	height: calc(100% - 48px);
	position: absolute;
	top: 96px;
	width: 1px;
}
.how-it-works-wrapper .how-it-works-item-no.no-border:after {
	border:none;
	height: 0;
}
.how-it-works-description {
	font-size: 18px;
	line-height: 26px;
	margin-top: 8px;
}
@media screen and (max-width: 1200px) {
	.how-it-works-wrapper .how-it-works-item-info-wrapper {
		padding: 0 40px;
		padding-left: 0;
	}
	.how-it-works-wrapper h3.how-it-works-item-title {
		margin-bottom: 16px;
		font-size: 28px;
		line-height: 34px;
	}
}
@media screen and (max-width: 1000px) {
	.how-it-works-wrapper .how-it-works-item-info-wrapper {
		padding: 0;
		padding-right: 24px;
	}
	.how-it-works-wrapper h3.how-it-works-item-title {
		font-size: 24px;
		line-height: 30px;
	}
}
@media screen and (max-width: 768px) {
	.how-it-works-wrapper .how-it-works-item-no {
		height: 80px;
		width: 80px;
		font-size: 28px;
	}
	.how-it-works-wrapper li.how-it-works-item-wrapper {
		grid-template-columns: 120px calc(100% - 120px);
	}
	.how-it-works-wrapper .how-it-works-item-image-info-wrapper {
		grid-template-columns: 1fr;
	}
	.how-it-works-wrapper img.how-it-works-item-image {
		border-top-left-radius: 0;
		height: auto;
	}
	.how-it-works-wrapper .how-it-works-item-info-wrapper {
		padding: 0;
		margin-bottom: 24px;
	}
	.how-it-works-wrapper .how-it-works-item-description {
		line-height: 24px;
		font-size: 16px;
	}
	.how-it-works-wrapper h3.how-it-works-item-title {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 30px;
	}
	.how-it-works-wrapper .how-it-works-item-no:after {
		top: 96px;
		height: calc(100% - 48px);
	}
}
@media screen and (max-width: 620px) {
	.how-it-works-wrapper li.how-it-works-item-wrapper {
		grid-template-columns: 80px calc(100% - 80px);
	}
	.how-it-works-wrapper .how-it-works-item-no {
		height: 56px;
		width: 56px;
		font-size: 28px;
	}
	.how-it-works-wrapper .how-it-works-item-no:after {
		top: 72px;
		height: calc(100% - 24px);
	}
}
@media screen and (max-width: 480px) {
	.how-it-works-wrapper li.how-it-works-item-wrapper {
		grid-template-columns: 72px calc(100% - 72px);
	}
	.how-it-works-wrapper .how-it-works-item-no {
		height: 48px;
		width: 48px;
		font-size: 24px;
	}
	.how-it-works-wrapper h3.how-it-works-item-title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 26px;
	}
	.how-it-works-wrapper .how-it-works-item-no:after {
		top: 64px;
		height: calc(100% - 16px);
	}
}

/* ALTERNATING */
.alternating-items-wrapper {
	display: grid;
	grid-row-gap: 40px;
}
.alternating-item-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.alternating-item-image {
	display: block;
	width: 100%;
	height: 100%;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	object-fit: cover;
}
.alternating-item-info-wrapper {
	background-color: #F5F5F5;
	padding: 40px 64px;
	display: flex;
	align-items: flex-start;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	flex-direction: column;
	justify-content: center;
}
.alternating-item-wrapper:nth-child(even) .alternating-item-image {
	order: 2;
	border-top-right-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.alternating-item-wrapper:nth-child(even) .alternating-item-info-wrapper {
	order: 1;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
}
.alternating-wrapper .alternating-item-title {
	font-size: 36px;
	line-height: 40px;
}
.alternating-item-description {
	font-size: 18px;
	line-height: 26px;
	margin-top: 16px;
}
.alternating-item-wrapper .button {
	margin-top: 24px;
}
@media screen and (max-width: 1200px) {
	.alternating-item-info-wrapper {
		padding: 40px;
	}
}
@media screen and (max-width: 1000px) {
	.alternating-item-info-wrapper {
		padding: 32px;
	}
}
@media screen and (max-width: 768px) {
	.alternating-item-wrapper {
		grid-template-columns: 1fr;
	}
	.alternating-item-wrapper .alternating-item-image,
	.alternating-item-wrapper:nth-child(odd) .alternating-item-image,
	.alternating-item-wrapper:nth-child(even) .alternating-item-image {
		order: 1;
		border-top-right-radius: 16px !important;
		border-bottom-right-radius: 0 !important;
		border-top-left-radius: 16px !important;
		border-bottom-left-radius: 0 !important;
		height: auto;
	}
	.alternating-item-wrapper .alternating-item-info-wrapper,
	.alternating-item-wrapper:nth-child(odd) .alternating-item-info-wrapper,
	.alternating-item-wrapper:nth-child(even) .alternating-item-info-wrapper {
		order: 2;
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 16px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 16px !important;
		height: auto;
	}
}


/* GRID GALLERY*/
.grid-gallery-items-wrapper.columns-2 {
	grid-template-columns: 1fr 1fr;
}
.grid-gallery-wrapper .grid-gallery-content-wrapper {
	width: 100%;
	display: block;
}
.grid-gallery-wrapper li.grid-gallery-item-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	padding: 24px !important;
}
.grid-gallery-wrapper .grid-gallery-item-image {
	display: block;
	width: 100%;
	height: auto;
}
.grid-gallery-wrapper h3.grid-gallery-item-title {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	width: 100%;
}
.grid-gallery-wrapper span.grid-gallery-item-description {
	font-size: 14px;
	line-height: 20px;
}
.grid-gallery-wrapper .grid-gallery-item-badge {
	position: absolute;
	width: 70px;
	height: 70px;
	right: -24px;
	top: -24px;
}
@media screen and (max-width: 1000px) {
	.grid-gallery-wrapper li.grid-gallery-item-wrapper {
		padding: 24px;
	}
}
@media screen and (max-width: 768px) {
	.grid-gallery-wrapper li.grid-gallery-item-wrapper {
		padding: 16px;
	}
}
@media screen and (max-width: 620px) {
	.grid-gallery-items-wrapper.columns-2 {
		grid-template-columns: 1fr;
	}
	.grid-gallery-wrapper li.grid-gallery-item-wrapper {
		padding: 24px;
	}
}
@media screen and (max-width: 480px) {
	.grid-gallery-wrapper li.grid-gallery-item-wrapper {
		padding: 16px;
	}
}


/* GRID LINKS */
.grid-links-wrapper li.grid-links-item-wrapper {
	border: 1px solid #004BB7;
	padding: 0 !important;
	display: grid;
	align-items: center;
	position: relative;
	background-color: #FFF;
}
.grid-links-wrapper .grid-links-item-link {
	padding: 56px;
}
.grid-links-wrapper h3.grid-links-item-title {
	margin-bottom: 16px;
	white-space: normal;
}
.grid-links-wrapper .grid-links-item-description {
	color: #4B4B4B;
	width: calc(100% - 56px);
	display: block;
	white-space: normal;
}
.grid-links-wrapper img.grid-links-item-arrow {
	position: absolute;
	right: 56px;
	top: calc(50% - 21px);
}
@media screen and (max-width: 1200px) {
	.grid-links-wrapper .grid-links-item-link {
		padding: 40px;
	}
	.grid-links-wrapper .grid-links-item-description {
		width: calc(100% - 40px);
	}
	.grid-links-wrapper img.grid-links-item-arrow {
		right: 40px;
	}
}
@media screen and (max-width: 768px) {
	.grid-links-wrapper .grid-links-item-link {
		padding: 24px;
	}
	.grid-links-wrapper .grid-links-item-description {
		width: calc(100% - 40px);
	}
	.grid-links-wrapper img.grid-links-item-arrow {
		right: 24px;
	}
}


/* FAQ */
.faq-wrapper .faq-items-wrapper {
	grid-row-gap: 8px;
}
.faq-wrapper .faq-items-wrapper:last-child {
	margin-bottom: 0;
}
.faq-wrapper li.faq-item-wrapper {
	background-color: #F5F5F5;
	border-radius: 16px;
	padding: 24px;
	padding-bottom: 0;
	cursor: pointer;
	position: relative;
}
.faq-wrapper li.faq-item-wrapper > *:last-child {
	margin-bottom: 0;
}
.faq-wrapper .faq-item-answer-wrapper {
	height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.faq-wrapper li.faq-item-wrapper.expanded .faq-item-answer-wrapper{
	transition: all .5s ease;
}
.faq-wrapper .faq-item-question {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-transform: none;
	font-family: 'Mulish',sans-serif;
	font-weight: 700;
	padding-bottom: 24px;
	width: calc(100% - 32px);
	display: block;
}
.faq-wrapper span.faq-item-answer {
	font-size: 16px;
	line-height: 24px;
	color: #4B4B4B;
	padding-bottom: 24px;
	display: block;
}
.faq-wrapper span.faq-item-answer table {
	width: 100%;
}
.faq-wrapper span.faq-item-answer th {
	font-weight: 700;
}
.faq-wrapper span.faq-item-answer th,
.faq-wrapper span.faq-item-answer td {
	font-size: 14px;
	padding: 4px;
	border: 1px solid #DDD;
	line-height: 1.4;
}
.faq-wrapper span.faq-item-answer > *:last-child {
	margin-bottom: 0;
}
.faq-wrapper span.faq-item-answer li {
	margin-left: 20px;
	list-style: initial;
}
.faq-wrapper img.faq-item-arrow {
	position: absolute;
	top: 30px;
	right: 24px;
	transition: all .5s ease;
	transform-origin: center;
}
.faq-wrapper li.faq-item-wrapper.expanded img.faq-item-arrow {
	transform: rotateZ(180deg);
	transition: all .5s ease;
}
.faq-wrapper .faq-description {
	margin-top: 8px;
	font-size: 18px;
	line-height: 26px;
}


/* CONTACT US */
.contact-us-wrapper  .contact-us-item-link {
	font-weight: 700;
}


/* SPECIFICATIONS */
.specifications-wrapper img.specifications-box-image {
	display: block;
	width: 100%;
	height: auto;
}
.specifications-wrapper .specifications-items-wrapper {
	display: grid;
}
.specifications-wrapper .specifications-item-wrapper {
	display: grid;
	grid-template-columns: 160px 1fr;
	grid-column-gap: 16px;
	border-bottom: 1px solid #F5F5F5;
	padding: 8px 0;
	width: 100%;
	color: #757575;
}
.specifications-wrapper .specifications-item-wrapper.columns-2 {
	grid-template-columns: 160px 1fr 1fr;
}
.specifications-wrapper .specifications-item-wrapper.columns-3 {
	grid-template-columns: 160px 1fr 1fr 1fr;
}
.specifications-wrapper .specifications-item-wrapper.columns-4 {
	grid-template-columns: 160px 1fr 1fr 1fr 1fr;
}
.specifications-wrapper .specifications-item-wrapper.columns-5 {
	grid-template-columns: 160px 1fr 1fr 1fr 1fr 1fr;
}
.specifications-wrapper .specifications-items-label {
	font-weight: 700;
}
.specifications-wrapper .specifications-items-value.heading {
	font-weight: 700;
}
.specifications-page-wrapper .specs-table-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 16px;
}
.specifications-page-wrapper .specs-table-row {
	box-sizing: border-box;
	border-top: 1px solid #CCC;
	width: 100%;
	display: flex;
}
.specifications-page-wrapper .specs-table-row:first-child {
	position: sticky;
	top: 83px;
	background-color: #EEE;
	-webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.5);
}
.specifications-page-wrapper .specs-table-row:last-child {
	border-bottom: 1px solid #CCC;
}
.specifications-page-wrapper .specs-table-row.cells-row-2 {
	grid-template-columns: 160px calc(100% - 160px);
}
.specifications-page-wrapper .specs-table-cell.column-header-first,
.specifications-page-wrapper .specs-table-cell.column-header,
.specifications-page-wrapper .specs-table-cell,
.specifications-page-wrapper .specs-table-cell.header {
	padding: 12px;
	text-align: center;
}
.specifications-page-wrapper .specs-table-cell p {
	margin-bottom: 0;
}
.specifications-page-wrapper .specs-table-cell.column-header-first,
.specifications-page-wrapper .specs-table-cell.column-header {
	box-sizing: border-box;
	font-family: BrandonGrotesque,sans-serif!important;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.specifications-page-wrapper .specs-table-cell.column-header-first {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
}
.specifications-page-wrapper .specs-table-cell.column-header {
	width: 100%;
	max-width: 100%;
}
.specifications-page-wrapper .specs-table-cell {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #CCC;
	width: 100%;
	line-height: 20px;
}
.specifications-page-wrapper .specs-table-cell.no-border {
	border-left: transparent;
}
.specifications-page-wrapper .specs-table-cell:last-child {
	border-right: 1px solid #CCC;
}
.specifications-page-wrapper .specs-table-cell.header,
.specifications-page-wrapper .specs-table-cell.group-header {
	display: flex;
	align-items: center;
	font-family: BrandonGrotesque,sans-serif!important;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	justify-content: flex-start;
}
.specifications-page-wrapper .specs-table-cell.header {
	min-width: 180px;
	box-sizing: border-box;
	width: 180px;
}
.specifications-page-wrapper .specs-table-cell.group-header {
	justify-content: center;
}
.specifications-page-wrapper .specs-table-row.grey-bg .specs-table-cell:nth-child(2) {
	border-left: none;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 620px) {
	.specifications-page-wrapper .specs-table-row {
		grid-template-columns: 132px calc(50% - 66px) calc(50% - 66px);
	}
	.specifications-page-wrapper .specs-table-row.cells-row-2 {
		grid-template-columns: 132px calc(100% - 132px);
	}
	.specifications-page-wrapper .specs-table-cell,
	.specifications-page-wrapper .specs-table-cell p,
	.specifications-page-wrapper .specs-table-cell a,
	.specifications-page-wrapper .specs-table-cell span,
	.specifications-page-wrapper .specifications-description {
		font-size: 14px;
		line-height: 20px;
	}
	.specifications-page-wrapper .specs-table-cell.column-header-first,
	.specifications-page-wrapper .specs-table-cell.header {
		min-width: 120px;
		max-width: 120px;
		width: 120px;
	}
	.specifications-page-wrapper .specs-table-wrapper {
		margin-left: -24px;
		width: calc(100% - -48px);
		margin-right: -24px;
	}
	.specifications-page-wrapper .specs-table-row .specs-table-cell:first-child {
		border-left: none;
	}
	.specifications-page-wrapper .specs-table-row .specs-table-cell:last-child {
		border-right: none;
	}
	.specifications-wrapper .specifications-items-wrapper {
		margin-right: -24px;
		padding-right: 24px;
		overflow-x: auto;
		margin-left: -24px;
    padding-left: 24px;
	}
	.specifications-wrapper .specifications-item-wrapper {
		width: 150vw;
	}
}
@media screen and (max-width: 480px) {
	.specifications-wrapper .specifications-items-label,
	.specifications-wrapper .specifications-items-value,
	.specifications-wrapper .specifications-items-value a {
		font-size: 14px;
		line-height: 20px;
	}
}


/* TIMELINE */
.timeline-wrapper .timeline-item-wrapper.position-0 {
	border-bottom: 1px solid #004BB7;
	position: relative;
}
.timeline-wrapper .timeline-item-wrapper.position-1 {
	border-top: 1px solid #004BB7;
	position: relative;
	margin-top: -1px;
}
.timeline-wrapper .timeline-item-wrapper.position-2 {
	border-top: 1px dotted #004BB7;
	position: relative;
	margin-top: -1px;
}
.timeline-wrapper .timeline-item-wrapper.position-0 .item-year,
.timeline-wrapper .timeline-item-wrapper.position-1 .item-year {
	position: absolute;
	width: 60px;
	display: flex;
	text-align: center;
	background-color: #FFF;
	left: calc(50% - 30px);
	height: 24px;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	z-index: 2;
}
.timeline-wrapper .timeline-item-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.timeline-wrapper .timeline-item-wrapper.position-0 .item-year {
	bottom: -12px;
}
.timeline-wrapper .timeline-item-wrapper.position-1 .item-year {
	top: -12px;
}
.timeline-wrapper .title-description-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #F5F5F5;
	border-radius: 16px;
	padding: 16px;
	flex-direction: column;
	text-align: center;
}
.timeline-wrapper .item-title {
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.timeline-wrapper .item-description {
	font-size: 14px;
	line-height: 20px;
}
.timeline-wrapper .timeline-item-wrapper.position-0 .title-description-wrapper,
.timeline-wrapper .timeline-item-wrapper.position-1 .title-description-wrapper {
	order: 1;
	padding-top: 96px;
	flex-grow: 1;
	margin-bottom: 32px;
}
.timeline-wrapper .timeline-item-wrapper.position-1 .title-description-wrapper {
	margin-bottom: 0;
}
.timeline-wrapper .timeline-item-wrapper.position-0 .item-image,
.timeline-wrapper .timeline-item-wrapper.position-1 .item-image {
	order: 0;
	margin-bottom: -64px;
	z-index: 1;
	width: 77px;
	height: auto;
	display: block;
	filter: drop-shadow(0px 12px 8px rgba(0,0,0,0.3));
}
.timeline-wrapper .timeline-item-wrapper.position-1 .item-image {
	margin-top: 32px;
}
.timeline-wrapper .timeline-item-wrapper.position-0 .title-description-wrapper:after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #F5F5F5;
	position: absolute;
	bottom: 27px;
	transform: rotateZ(45deg);
}
.timeline-wrapper .timeline-item-wrapper.position-1.dotted-border-right {
	border-top: none;
}
.timeline-wrapper .timeline-item-wrapper.position-0.dotted-border-left {
	border-bottom: none;
}
.timeline-wrapper .timeline-item-wrapper.position-1.dotted-border-right:before {
	content: "";
	width: 50%;
	border-top: 1px solid #004BB7;
	position: absolute;
	top: 0;
	left: 0;
}
.timeline-wrapper .timeline-item-wrapper.position-1.dotted-border-right:after {
	content: "";
	width: 50%;
	border-top: 1px dotted #004BB7;
	position: absolute;
	top: 0;
	right: 1px;
}
.timeline-wrapper .timeline-item-wrapper.position-0.dotted-border-left:before {
	content: "";
	width: 50%;
	border-bottom: 1px dotted #004BB7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.timeline-wrapper .timeline-item-wrapper.position-0.dotted-border-left:after {
	content: "";
	width: 50%;
	border-bottom: 1px solid #004BB7;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 1000px) {
	.timeline-wrapper .timeline-items-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.timeline-wrapper .timeline-lower-wrapper,
	.timeline-wrapper .timeline-upper-wrapper {
		grid-template-columns: 1fr !important;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 {
		border-bottom: none;
		border-right: 1px solid #004BB7;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 {
		border-top: none;
		margin-left: -1px;
		margin-top: 0;
		border-left: 1px solid #004BB7;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1.dotted-border-right:before {
		content: "";
		width: 50%;
		border-top: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1.dotted-border-right:after {
		content: "";
		width: 50%;
		border-top: none;
		position: absolute;
		top: 0;
		right: 1px;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0.dotted-border-left:before {
		content: "";
		width: 50%;
		border-bottom: none;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0.dotted-border-left:after {
		content: "";
		width: 50%;
		border-bottom: none;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .title-description-wrapper,
	.timeline-wrapper .timeline-item-wrapper.position-1 .title-description-wrapper {
		margin-bottom: 0;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 .item-image {
		margin-top: 0;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .title-description-wrapper {
		margin-right: 40px;
		width: calc(100% - 40px);
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 .title-description-wrapper {
		margin-left: 40px;
		width: calc(100% - 40px);
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .item-image {
		margin-left: -40px;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 .item-image {
		margin-right: -40px;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .item-year {
		bottom: calc(50% - 12px);
		right: -30px;
		left: auto;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 .item-year {
		bottom: calc(50% - 12px);
		left: -30px;
		right: auto;
		top: auto;
	}
	.timeline-wrapper .timeline-item-wrapper {
		min-height: 80px;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .title-description-wrapper:after {
		right: 34px;
		top: calc(50% - 6px);
		bottom: auto;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 .title-description-wrapper:after {
		content: "";
		width: 12px;
		height: 12px;
		background-color: #F5F5F5;
		position: absolute;
		transform: rotateZ(45deg);
		left: 34px;
		top: calc(50% - 6px);
	}
}
@media screen and (max-width: 480px) {
	.timeline-wrapper .title-description-wrapper {
		padding: 8px;
	}
	.timeline-wrapper .item-title {
		margin-bottom: 4px;
		font-size: 12px;
		line-height: 18px;
	}
	.timeline-wrapper .item-description {
		font-size: 12px;
		line-height: 18px;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .title-description-wrapper {
		margin-right: 32px;
		width: calc(100% - 32px);
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .item-image {
		margin-left: -32px;
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 .title-description-wrapper {
		margin-left: 32px;
		width: calc(100% - 32px);
	}
	.timeline-wrapper .timeline-item-wrapper.position-1 .item-image {
		margin-right: -32px;
	}
	.timeline-wrapper .timeline-item-wrapper.position-0 .item-image, .timeline-wrapper .timeline-item-wrapper.position-1 .item-image {
		margin-bottom: -80px;
	}
}

@media screen and (max-width: 1080px) {
	#header-logo-image {
		width: 150px;
	}
}

/* IMPORTANT NUMBERS */
.important-numbers-wrapper .grid-item-title {
	color: #20EECC;
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	font-size: 56px;
	text-align: center;
	width: 100%;
	line-height: 56px;
}
.important-numbers-wrapper .grid .grid-item {
	background-color: #FFF;
	padding: 0;
}
.important-numbers-wrapper .grid-item-description {
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.important-numbers-wrapper .grid-item-title {
		font-size: 56px;
		line-height: 56px;
	}
}
@media screen and (max-width: 1000px) {
	.important-numbers-wrapper .grid-item-title {
		font-size: 48px;
		line-height: 48px;
	}
}
@media screen and (max-width: 768px) {
	.important-numbers-wrapper .grid-item-title {
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 480px) {
	.important-numbers-wrapper .grid-item-title {
		font-size: 32px;
		line-height: 32px;
	}
}

.affwp-tos a {
	right: -31px;
    position: relative;
}

/* FIFTY FIFTY BLOCK */
.fifty-fifty-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.fifty-fifty-title {
	margin-bottom: 32px;
}
.fifty-fifty-description {
	color: #757575;
	font-size: 18px;
	line-height: 26px;
}
.fifty-fifty-description * {
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.fifty-fifty-title {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 1200px) {
	.fifty-fifty-title {
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 768px) {
	.fifty-fifty-content-wrapper.grid.columns-2 {
		grid-template-columns: 1fr;
	}
}


/* COMPARISON */
.comparison-wrapper .table-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}
.comparison-wrapper .table {
	width: 100%;
}
.comparison-wrapper .table .thead {
	background-color: #EEEE;
	position: sticky;
	top: 84px;
}
.comparison-wrapper .table .thead .tr {
	border: 1px solid #EEE;
	display: flex;
}
.comparison-wrapper .table .tbody .tr {
	border: 1px solid #EEE;
	border-top: none;
	display: flex;
}
.comparison-wrapper .table .thead .th {
	border: none;
	text-align: left;
	width: 50%;
	border-left: 1px solid #EEE;
	font-weight: 700;
	padding: 8px;
	box-sizing: border-box;
	font-weight: 700;
	text-align: right;
	line-height: 24px;
	font-size: 16px;
	word-break: break-word;
}
.comparison-wrapper .comparison-icon {
	width: 24px;
	height: 24px;
}
.comparison-wrapper .comparison-icon.size-32 {
	width: 32px;
	height: 32px;
}
.comparison-wrapper .table .tbody .td {
	width: 50%;
	border-left: 1px solid #EEE;
	padding: 8px;
	box-sizing: border-box;
	text-align: right;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	flex-direction: column;
	align-items: flex-end;
	word-break: break-word;
}
.comparison-wrapper .table .tbody .sticky-col,
.comparison-wrapper .table .thead .sticky-col {
	max-width: 480px;
	border-left: none;
	justify-content: center;
	align-items: flex-start;
}
.comparison-wrapper .comparison-description,
.comparison-wrapper .comparison-explanation,
.comparison-wrapper .comparison-publish-date {
	margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	.comparison-wrapper .table .tbody .td,
	.comparison-wrapper .table .thead .th,
	.comparison-wrapper .table .tbody .td a {
    text-align: center;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    word-break: break-word;
	}
	.comparison-wrapper .table .thead .sticky-col {
    display: none;
	}
	.comparison-wrapper .table .tbody .sticky-col,
	.comparison-wrapper .table .thead .sticky-col {
    min-width: 100%;
    border-bottom: 1px solid #EEE;
	}
	.comparison-wrapper .table .thead .tr,
	.comparison-wrapper .table .tbody .tr {
    flex-wrap: wrap;
	}
	.comparison-wrapper .table .thead .th:nth-child(2),
	.comparison-wrapper .table .tbody .td:nth-child(2) {
    border-left: none;
	}
}
@media screen and (max-width: 620px) {
	.comparison-wrapper .table-wrapper {
		width: calc(100% + 48px);
		margin-left: -24px;
	}
	.comparison-wrapper .table .tbody .td,
	.comparison-wrapper .table .thead .th,
	.comparison-wrapper .table .tbody .td a {
    text-align: center;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    word-break: break-word;
		line-height: 20px;
	}
	.comparison-wrapper .table .thead .sticky-col {
    display: none;
	}
	.comparison-wrapper .table .tbody .sticky-col, .comparison-wrapper .table .thead .sticky-col {
    min-width: 100%;
    border-bottom: 1px solid #EEE;
	}
}


/* SHOP CYCLOOP */
.shop-monimoto-wrapper .shop-monimoto-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	padding: 64px;
	align-items: center;
}
.shop-monimoto-wrapper img.shop-monimoto-image {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 48px 20px rgba(0,0,0,0.2));
}
.shop-monimoto-wrapper div.shop-monimoto-title {
	color: #FFF;
	margin-bottom: 16px;
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	font-size: 64px;
	line-height: 64px;
	word-break: break-word;
	text-transform: uppercase;
}
.shop-monimoto-wrapper .shop-monimoto-description {
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 20px;
	display: block;
}
.shop-monimoto-wrapper img.shop-monimoto-benefit-image {
	display: block;
	width: 68px;
}
.shop-monimoto-wrapper .shop-monimoto-benefit-title {
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
}
.shop-monimoto-wrapper  ul.shop-monimoto-benefits-wrapper {
	display: flex;
}
.shop-monimoto-wrapper .shop-monimoto-benefit-wrapper {
	display: flex;
	padding: 20px 36px;
	background-color: rgba(255,255,255,0.1);
	align-items: center;
	width: auto;
	grid-column-gap: 24px;
}
@media screen and (max-width: 1200px) {
	.shop-monimoto-wrapper .shop-monimoto-content-wrapper {
		padding: 72px;
		grid-template-columns: calc(60% - 40px) 40%;
		grid-column-gap: 40px;
	}
	.shop-monimoto-wrapper div.shop-monimoto-title {
		margin-bottom: 24px;
	}
	.shop-monimoto-wrapper div.shop-monimoto-title {
		font-size: 56px;
		line-height: 56px;
	}
}
@media screen and (max-width: 1000px) {
	.shop-monimoto-wrapper .shop-monimoto-content-wrapper {
		padding: 56px;
	}
	.shop-monimoto-wrapper .shop-monimoto-benefit-wrapper {
		padding: 16px 24px;
	}
	.shop-monimoto-wrapper div.shop-monimoto-title {
		font-size: 48px;
		line-height: 48px;
	}
}
@media screen and (max-width: 768px) {
	.shop-monimoto-wrapper .shop-monimoto-content-wrapper {
		padding: 40px 24px;
		grid-template-columns: 1fr;
	}
	.shop-monimoto-wrapper img.shop-monimoto-image {
		padding: 0 24px;
		margin-bottom: 32px;
		filter: drop-shadow(0px 32px 20px rgba(0,0,0,0.2));
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.shop-monimoto-wrapper div.shop-monimoto-title,
	.shop-monimoto-wrapper .shop-monimoto-description {
		text-align: center;
	}
	.shop-monimoto-wrapper ul.shop-monimoto-benefits-wrapper {
		margin-bottom: 24px;
		justify-content: center;
	}
	.shop-monimoto-wrapper .button-wrapper {
		justify-content: center;
	}
	.shop-monimoto-wrapper div.shop-monimoto-title {
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 480px) {
	.shop-monimoto-wrapper .shop-monimoto-content-wrapper {
		padding: 40px 24px;
	}
	.shop-monimoto-wrapper div.shop-monimoto-title {
		font-size: 32px;
		line-height: 32px;
	}
}


/* SUBSCRIBE */
.subscribe-wrapper .subscribe-content-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	background-color: #F5F5F5;
	padding: 64px;
	border-radius: 16px;
}
.subscribe-wrapper .subscribe-image {
	width: 100%;
	height: auto;
	display: block;
}
.subscribe-wrapper div.subscribe-title {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 16px;
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
    color: #4B4B4B;
    text-transform: uppercase;
	word-break: break-word;
	text-align: center;
}
.subscribe-wrapper .subscribe-description {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #757575;
}
.subscribe-wrapper .subscribe-input-wrapper {
	display: flex;
	grid-column-gap: 8px;
	width: 100%;
	justify-content: center;
}
.subscribe-wrapper input#subscribe-email {
	max-width: 320px;
	width: 100%;
}
.subscribe-wrapper .button.primary {
	border-radius: 16px;
	background-color: #FF6E46;
	border-color: #FF6E46;
	border-radius: 64px;
}
.subscribe-wrapper .subscribe-rules,
.subscribe-wrapper .subscribe-rules a {
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	text-align: center;
	width: 100%;
}
.subscribe-wrapper .subscribe-info-wrapper {
	text-align: center;
}
.page-template-monimoto-cart-checkout-purchase .subscribe-wrapper,
.woocommerce-cart .subscribe-wrapper,
.woocommerce-checkout .subscribe-wrapper {
	display: none;
}
@media screen and (max-width: 1200px) {
	.subscribe-wrapper div.subscribe-title {
		font-size: 44px;
		line-height: 44px;
	}
}
@media screen and (max-width: 1000px) {
	.subscribe-wrapper div.subscribe-title {
		font-size: 40px;
		line-height: 40px;
	}
	.subscribe-wrapper .subscribe-content-wrapper {
		grid-template-columns: 1fr;
		grid-column-gap: 40px;
		align-items: center;
	}
}
@media screen and (max-width: 768px) {
	.subscribe-wrapper .subscribe-content-wrapper {
		grid-template-columns: 1fr;
	}
	.subscribe-wrapper .subscribe-image {
		width: 100px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 32px;
	}
	.subscribe-wrapper div.subscribe-title {
		text-align: center;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		font-size: 36px;
		line-height: 36px;
	}
	.subscribe-wrapper .subscribe-description {
		text-align: center;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.subscribe-wrapper .subscribe-input-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.subscribe-wrapper span.subscribe-rules,
	.subscribe-wrapper .subscribe-status {
		text-align: center;
		display: block;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.subscribe-wrapper input#subscribe-email {
		margin-bottom: 12px;
	}
	.subscribe-wrapper .button {
		max-width: 320px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.subscribe-wrapper div.subscribe-title {
		text-align: center;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		font-size: 32px;
		line-height: 32px;
	}
	.subscribe-wrapper input#subscribe-email {
		margin-bottom: 8px;
	}
}


/* REVIEWS */
.reviews-wrapper .reviews-description {
	font-size: 20px;
	line-height: 24px;
}
@media screen and (max-width: 768px) {
	.reviews-wrapper .reviews-description {
		font-size: 16px;
		line-height: 24px;
	}
}


/* APP */
.app-wrapper {
	display: grid;
	grid-row-gap: 64px;
}
.app-wrapper .app-info-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 40px 64px;
}
.app-wrapper .app-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.app-wrapper .app-title {
	font-size: 36px;
	line-height: 40px;
	width: 100%;
}
.app-description {
	margin-top: 16px;
	font-size: 18px;
	line-height: 26px;
	color: #757575;
}
.app-download-wrapper {
	margin-top: 20px;
	display: flex;
	grid-column-gap: 16px;
	justify-content: flex-start;
	width: 100%;
}
.app-download-image {
	display: block;
	width: auto;
	height: 44px;
	max-width: 100%;
}
.app-item-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	grid-row-gap: 12px;
}
.app-item-wrapper .item-title {
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	color: #4B4B4B;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
.app-item-wrapper .item-divider {
	width: 32px;
	background-color: #004BB7;
	height: 4px;
}
.app-item-wrapper span.item-description {
	color: #757575;
}
@media screen and (max-width: 1200px) {
	.app-wrapper .app-info-wrapper {
		padding: 40px;
	}
}
@media screen and (max-width: 1000px) {
	.app-wrapper .app-info-wrapper {
		padding: 32px;
	}
}
@media screen and (max-width: 768px) {
	.app-wrapper .app-info-wrapper {
		padding: 0;
	}
	.app-wrapper .app-title,
	.app-wrapper .app-description {
		text-align: center;
	}
	.app-download-wrapper {
		justify-content: center;
	}
	.app-wrapper .app-image {
		height: auto;
	}
}
@media screen and (max-width: 620px) {
	.grid.columns-3.app-items-wrapper {
		grid-template-columns: 1fr;
	}
	.app-wrapper {
		grid-row-gap: 32px;
	}
}


/* TDC */
.tdc-content-wrapper {
	border-radius: 16px;
	padding: 64px;
	text-align: center;
	display: grid;
	grid-row-gap: 24px;
	justify-content: center;
}
.tdc-description {
	font-size: 18px;
	line-height: 26px;
	max-width: 540px;
}
.tdc-content-wrapper .button-wrapper {
	margin-top: 8px;
}
@media screen and (max-width: 1000px) {
	.tdc-content-wrapper {
		padding: 56px;
	}
}
@media screen and (max-width: 768px) {
	.tdc-content-wrapper {
		padding: 40px;
	}
}
@media screen and (max-width: 620px) {
	.tdc-content-wrapper {
		padding: 32px;
	}
}
@media screen and (max-width: 480px) {
	.tdc-content-wrapper {
		padding: 24px;
	}
}



/* FOOTER */
#footer {
	background-color: #000;
	color: #FFF;
	padding-top: 64px;
	padding-bottom: 64px;
}
#footer .footer-content-wrapper {
	display: grid;
	grid-row-gap: 48px;
}
#footer .footer-app-wrapper {
	display: flex;
	grid-column-gap: 64px;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#footer .footer-app-title {
	font-size: 32px;
	line-height: 32px;
	color: #FFF;
	margin-bottom: 2px;
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	text-transform: uppercase;
}
#footer span.footer-app-description {
	line-height: 24px;
}
#footer .footer-app-images-wrapper {
	display: flex;
	grid-column-gap: 16px;
	align-items: center;
}
#footer .footer-app-image {
	display: block;
	height: 52px;
}
#footer .footer-menu-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	grid-column-gap: 40px;
}
#footer span.footer-menu-group-title {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: block;
	font-weight: 700;
}
#footer ul.footer-menu-group-items-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	grid-row-gap: 4px;
}
#footer a.footer-menu-item-link {
	padding: 8px 0;
	display: block;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.footer-regions-wrapper {
	display: flex;
	width: 100%;
}
.footer-regions-social-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
}
ul.footer-regions {
	border: 1px solid #FFF;
	border-radius: 16px;
}
.footer-regions-drop-down-wrapper {
	position: relative;
	width: 100%;
	max-width: 280px;
}
ul.footer-regions.list {
	position: absolute;
	bottom: 60px;
	background-color: #000;
	width: 100%;
	display: none;
}
ul.footer-regions.list.active {
	position: absolute;
	bottom: 60px;
	background-color: #FFF;
	width: 100%;
	display: block;
}
ul.footer-regions.selected .drop-down-arrow.down {
	display: block;
}
ul.footer-regions.selected .drop-down-arrow.up {
	display: none;
}
ul.footer-regions.selected.active .drop-down-arrow.down {
	display: none;
}
ul.footer-regions.selected.active .drop-down-arrow.up {
	display: block;
}
li.footer-region-wrapper {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-column-gap: 8px;
	color: #FFF;
	cursor: pointer;
}
img.footer-region-image {
	width: 24px;
	height: 24px;
	display: block;
}
#header .footer-region-link {
	font-size: 14px;
}
.footer-region-link {
	color: #000;
	display: flex;
	grid-column-gap: 8px;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
	padding: 0 12px;
	width: 100%;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.footer-region-link:hover {
	color: #004BB7;
}
.footer-regions.selected .footer-region-link {
	color: #FFF;
}
.drop-down-arrow-wrapper {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}
#footer .footer-social-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	grid-column-gap: 32px;
}
#footer a.footer-social-link {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 12px;
}
#footer .footer-social-image {
	display: block;
	width: 32px;
	height: 32px;
}
.mic-wrapper {
    display: flex;
    grid-column-gap: 16px;
}
@media screen and (max-width: 1200px) {
	#footer .footer-app-wrapper,
	#footer .footer-menu-wrapper {
		grid-column-gap: 40px;
	}
}
@media screen and (max-width: 768px) {
	#footer .footer-app-wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#footer .footer-app-info-wrapper {
		margin-bottom: 16px;
	}
	#footer .footer-app-title {
		margin-bottom: 16px;
		text-align: center;
	}
	#footer .footer-menu-wrapper {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 48px;
	}
	#footer .footer-regions-social-wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 48px;
	}
	.footer-regions-wrapper {
		display: flex;
		width: 100%;
		justify-content: center;
		padding-bottom: 48px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	#footer .footer-social-wrapper {
		justify-content: center;
		width: 100%;
	}
}


/* VIDEO POPUP */
.video-lightbox-wrapper {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	display: block;
	z-index: 9999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.video-lightbox-wrapper iframe,
.video-lightbox-wrapper object,
.video-lightbox-wrapper embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.video-lightbox-wrapper .video-lightbox-content {
	position: relative;
	max-width: 960px;
	display: block;
	height: auto;
	z-index: 10;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	padding: 0;
}
.video-lightbox-wrapper .video-content-wrapper {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.video-lightbox-wrapper .video-content {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	height: 0;
}
.video-lightbox-wrapper .close-video-wrapper {
	position: absolute;
	top: -20px;
	right: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #004BB7;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}
.video-lightbox-wrapper .close-video {
	height: 16px;
	width: 16px;
}



/* WOO */
.woocommerce ul.products {
	margin-bottom: 0;
	margin-top: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	content: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 100%;
	background-color: #FFF;
	border-radius: 16px;
	margin: 0;
	padding-bottom: 40px;
}
.woocommerce ul.products li.product {
	position: relative;
}
.woocommerce ul.products li.product a img {
	border-radius: 16px;
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-align: center;
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
}
.woocommerce ul.products span.woocommerce-Price-amount.amount,
.woocommerce ul.products span.woocommerce-Price-amount.amount bdi,
.woocommerce ul.products span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	color: #004BB7;
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 44px;
}
.woocommerce ul.products span.woocommerce-Price-amount.amount bdi,
.woocommerce ul.products span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
	display: inline;
}
.woocommerce ul.products li.product .button {
	display: none;
}
.woocommerce.archive .shop-monimoto-wrapper {
	display: none;
}
.woocommerce ul.products li.product .price {
	margin: 0;
}
.woocommerce ul.products li.product .price * {
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
	text-decoration: line-through;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del * {
	color: #999 !important;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	display: none;
}
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
	/*max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		text-align: center;
		position: fixed;
		right: 40px;
		z-index: 9;
	top: 120px;*/
	position: absolute;
}
.woocommerce-notices-wrapper .button,
.woocommerce-NoticeGroup .button {
	display: none;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-message,
.checkout-coupon-wrapper .woocommerce-message,
.checkout-wrapper .woocommerce-message {
	background-color: #20EECC;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error,
.checkout-coupon-wrapper .woocommerce-error,
.checkout-wrapper .woocommerce-error {
	background-color: #FF4965;
	color: #FFF;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-info {
	background-color: #004BB7;
	color: #FFF;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error,
.checkout-coupon-wrapper .woocommerce-error,
.checkout-coupon-wrapper .woocommerce-message,
.checkout-wrapper .woocommerce-message {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: fixed;
	right: 40px;
	z-index: 9;
	top: 120px;
	padding: 16px;
	border-radius: 16px;
	text-align: left;
	padding-left: 48px;
	animation:hide-notification 0.5s 1;
	-webkit-animation:hide-notification 0.5s 1;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-webkit-animation-fill-mode: forwards;
	pointer-events: none;
}
.woocommerce-message img.notice-icon,
.woocommerce-info img.notice-icon,
.woocommerce-error img.notice-icon {
	position: absolute;
	left: 16px;
}
@media screen and (max-width:1000px) {
	.woocommerce ul.products span.woocommerce-Price-amount.amount,
	.woocommerce ul.products span.woocommerce-Price-amount.amount bdi,
	.woocommerce ul.products span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
		font-size: 40px;
		line-height: 40px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3,
	.woocommerce ul.products li.product .price {
		padding: 0 40px;
	}
	.woocommerce ul.products {
		grid-column-gap: 24px;
	}
}
@media screen and (max-width:768px) {
	.woocommerce ul.products span.woocommerce-Price-amount.amount,
	.woocommerce ul.products span.woocommerce-Price-amount.amount bdi,
	.woocommerce ul.products span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
		font-size: 36px;
		line-height: 36px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3,
	.woocommerce ul.products li.product .price {
		padding: 0 24px;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce-page ul.products.columns-2 li.product {
		padding-bottom: 24px;
	}
}
@media screen and (max-width: 620px) {
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
	.woocommerce-notices-wrapper {
		right: 24px;
	}
	.woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-NoticeGroup .woocommerce-message,
	.woocommerce-notices-wrapper .woocommerce-info,
	.woocommerce-NoticeGroup .woocommerce-info,
	.woocommerce-notices-wrapper .woocommerce-error,
	.woocommerce-NoticeGroup .woocommerce-error,
	.checkout-coupon-wrapper .woocommerce-error,
	.checkout-wrapper .woocommerce-message,
	.checkout-coupon-wrapper .woocommerce-message{
		right: 24px;
	}
}
@media screen and (max-width: 480px) {
	.woocommerce ul.products span.woocommerce-Price-amount.amount,
	.woocommerce ul.products span.woocommerce-Price-amount.amount bdi,
	.woocommerce ul.products span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
		font-size: 32px;
		line-height: 32px;
	}
	.woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-NoticeGroup .woocommerce-message,
	.woocommerce-notices-wrapper .woocommerce-info,
	.woocommerce-NoticeGroup .woocommerce-info,
	.woocommerce-notices-wrapper .woocommerce-error,
	.woocommerce-NoticeGroup .woocommerce-error,
	.checkout-coupon-wrapper .woocommerce-error,
	.checkout-wrapper .woocommerce-message,
	.checkout-coupon-wrapper .woocommerce-message {
		right: 24px;
		width:calc(100% - 48px);
		max-width: none;
	}
}
@keyframes hide-notification {
	from {opacity :1;}
	to {opacity :0;}
}
@-webkit-keyframes hide-notification {
	from {opacity :1;}
	to {opacity :0;}
}


/* SINGLE PRODUCT */
.single-product .single-product-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	position: relative;
}
.single-product-wrapper {
	width: 100%;
}
.onsale {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FF6E46;
    font-family: "BrandonGrotesqueBold", sans-sans-serif;
    text-transform: uppercase;
    padding: 10px;
    z-index: 1;
    color: #FFF;
    font-size: 30px;
}
.single-product-wrapper .single-product-image,
.single-product-wrapper .single-product-thumbnail {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}
.single-product-wrapper .single-product-thumbnail-wrapper {
	border-radius: 16px;
	cursor: pointer;
	position: relative;
}
.single-product-wrapper .single-product-thumbnail-wrapper.is-selected:after {
	content: "";
	height: 100%;
	width: 100%;
	border: 1px solid #004BB7;
	top: 0;
	position: absolute;
	box-sizing: border-box;
	border-radius: 16px;
}
.single-product-wrapper .single-product-title {
	margin-bottom: 32px;
}
.single-product-wrapper .single-product-price {
	margin-bottom: 16px;
}
.single-product-wrapper .single-product-price * {
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
	font-size: 32px;
	line-height: 32px;
	text-decoration: none;
}
.single-product-wrapper .quantity {
	display: none;
}
.single-product-wrapper form.cart {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: 1fr;
}
.single-product-wrapper .single-product-short-description {
	margin-bottom: 16px;
}
.single-product-wrapper .single-product-short-description * {
	font-size: 20px;
	line-height: 26px;
}
.single-product-wrapper .single-product-price del {
	text-decoration: line-through;
	color: #999;
}

.single-product-wrapper .single-product-gallery {
	display: flex;
	grid-template-columns: 1fr;
	grid-row-gap: 24px;
	justify-content: flex-start;
	flex-direction: column;
}
.aktyvus {
	opacity:1!important;
}
.neaktyvus {
	opacity:0!important;
}
.single-product-wrapper .single-product-thumbnails-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.single-product .single-product-images-wrapper .flickity-page-dots,
.single-product .single-product-thumbnails-wrapper .flickity-page-dots,
.single-product .single-product-thumbnails-wrapper .flickity-prev-next-button {
	display: none;
}
.single-product-wrapper .single-product-gallery .flickity-page-dots {
	bottom: -32px;
}
.single-product .primary.single_add_to_cart_button {
	grid-row-start: 2;
}
.single-product #wc-stripe-payment-request-wrapper {
	padding-top: 0 !important;
	margin-bottom: 16px;
}
.single-product #wc-stripe-payment-request-button-separator {
	margin: 0 !important;
}
.stock.available-on-backorder,
.stock.out-of-stock,
.backorder-info {
	color: #FF4965;
}
.single-product .backorder-info {
	margin-top: -24px;
}
@media screen and (max-width: 1000px) {
	.single-product-wrapper .single-product-thumbnails-wrapper {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.single-product-wrapper form.cart {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 768px) {
	.single-product .single-product-content-wrapper {
		grid-template-columns: 1fr;
	}
	.single-product-wrapper .single-product-gallery {
		margin-bottom: 64px;
	}
	.single-product-wrapper .single-product-price {
		margin-bottom: 24px;
	}
	.single-product .single-product-images-wrapper .flickity-page-dots {
		display: block;
	}
	.single-product-wrapper .single-product-thumbnails-wrapper {
		display: none;
	}
	.single-product .single-product-images-wrapper .flickity-prev-next-button {
		display: none;
	}
	.single-product-wrapper form.cart {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 620px) {
	.single-product-wrapper form.cart {
		grid-template-columns: 1fr;
	}
}
@media screen and  (max-width: 480px) {
	.single-product-wrapper .single-product-image {
		border-radius: 0;
	}
	.single-product-wrapper .single-product-image-wrapper {
		/*margin-left: -24px;
			margin-right: -24px;
		margin-top: -40px;*/
	}
	.single-product-wrapper .single-product-images-wrapper {
		margin-top: -40px;
		margin-left: -24px;
		margin-right: -24px;
	}
}


/* CART */
.woocommerce-cart .cart-content-wrapper {
	display: grid;
	grid-template-columns: 65% 1fr;
	grid-column-gap: 40px;
	align-items: flex-start;
}
.woocommerce-cart .cart-collaterals {
	background-color: #F5F5F5;
	border-radius: 16px;
	padding: 32px;
}
.woocommerce-cart .cart_totals.cart-total-wrapper {
	display: flex;
	flex-direction: column;
}
.woocommerce-cart div#wc-stripe-payment-request-wrapper {
	order: 2;
	padding-top: 0 !important;
	margin-bottom: 16px;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward {
	order: 4;
}
.woocommerce-cart p#wc-stripe-payment-request-button-separator {
	order: 3;
	margin-bottom: 16px !important;
	margin-top: 0 !important;
}
.woocommerce-cart .cart-items-wrapper {
	display: grid;
}
.woocommerce-cart .cart-item-wrapper {
	padding: 32px 0;
	border-bottom: 1px solid #A5AAAF;
	display: grid;
	grid-template-columns: 140px 1fr;
	grid-column-gap: 20px;
	position: relative;
}
.woocommerce-cart .cart-item-wrapper:first-child {
	padding-top: 0;
}
.woocommerce-cart .cart-item-wrapper.last-item {
	border-bottom: none;
}
.woocommerce-cart .cart-item-remove-wrapper {
	position: absolute;
	right: 0;
	top: calc(50% - 24px);
	width: 44px;
	height: 44px;
}
.woocommerce-cart .product-thumbnail-wrapper img {
	display: block;
	width: 140px;
	height: auto;
	border-radius: 16px;
}
.woocommerce-cart .cart-item-price {
	display: none;
}
.woocommerce-cart .cart-item-name * {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
}
.woocommerce-cart .cart-item-name {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 28px;
}
.woocommerce-cart .cart-item-subtotal {
	margin-bottom: 12px;
}
.woocommerce-cart .cart-item-subtotal * {
	font-family: "BrandonGrotesqueBold", sans-serif;
	font-size: 20px;
	line-height: 20px;
}
.woocommerce-cart  .cart-item-info-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.woocommerce-cart .cart-total-title-wrapper {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 12px;
	grid-column-gap: 24px;
}
.woocommerce-cart .cart-total-title {
	font-size: 28px;
	line-height: 28px;
	color: #4B4B4B;
}
.woocommerce-cart span.cart-total-amount {
	text-align: right;
}
.woocommerce-cart span.cart-total-amount * {
	font-size: 28px;
	line-height: 28px;
	color: #004BB7;
	font-family: "BrandonGrotesqueBold", sans-serif;
}
.woocommerce-cart span.cart-total-amount small {
	font-size: 16px;
	width: 100%;
	display: block;
	line-height: 1.2;
}
.woocommerce-cart span.cart-total-amount small * {
	font-size: 16px;
	line-height: 1.2;
}
.woocommerce-cart .cart-subtotal-wrapper {
	display: none;
}
.woocommerce-cart .cart-shipping-label-methods-wrapper {
	display: flex;
	justify-content: space-between;
	grid-column-gap: 24px;
}
.woocommerce-cart .cart-shipping-label-methods-wrapper * {
	font-size: 20px;
	font-weight: 700;
	color: #4B4B4B;
	text-align: right;
}
.woocommerce-cart #shipping_method {
	display: grid;
	grid-row-gap: 8px;
}
.woocommerce-cart .cart-shipping-methods li {
	display: block;
	position: relative;
}
.woocommerce-cart .cart-shipping-methods label {
	width: 100%;
	display: block;
}
.woocommerce-cart .cart-shipping-destination,
.woocommerce-cart .cart-total-amount-wrapper {
	display: none;
}
.woocommerce-cart .cart-calculations-wrapper {
	margin-bottom: 32px;
}
.woocommerce-cart .discount-code-label {
	margin-top: 32px;
	font-size: 14px;
	line-height: 16px;
	display: block;
	order: 5;
}
.woocommerce-cart .empty-cart-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 129px;
	height: 128px;
	margin-bottom: 20px;
}
.woocommerce-cart .cart-empty {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
@media screen and (max-width: 1200px) {
	.woocommerce-cart .cart-content-wrapper {
		grid-template-columns: 60% 1fr;
	}
	.woocommerce-cart .cart-item-name,
	.woocommerce-cart .cart-item-name *,
	.woocommerce-cart .cart-total-title,
	.woocommerce-cart span.cart-total-amount * {
		font-size: 26px;
		line-height: 26px
	}
	.woocommerce-cart .cart-shipping-label-methods-wrapper * {
		font-size: 20px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1000px) {
	.woocommerce-cart .cart-content-wrapper {
		grid-template-columns: 55% 1fr;
	}
	.woocommerce-cart .cart-item-name,
	.woocommerce-cart .cart-item-name *,
	.woocommerce-cart .cart-total-title,
	.woocommerce-cart span.cart-total-amount * {
		font-size: 24px;
		line-height: 24px
	}
	.woocommerce-cart .cart-shipping-label-methods-wrapper * {
		font-size: 18px;
		line-height: 18px;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce-cart .cart-content-wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
}
@media screen and (max-width: 620px) {
	.woocommerce-cart .cart-item-name,
	.woocommerce-cart .cart-item-name *,
	.woocommerce-cart .cart-total-title,
	.woocommerce-cart span.cart-total-amount * {
		font-size: 22px;
		line-height: 22px
	}
	.woocommerce-cart .cart-shipping-label-methods-wrapper * {
		font-size: 16px;
	}
	.woocommerce-cart .cart-collaterals {
		padding: 24px;
	}
	.woocommerce-cart .cart-item-remove-wrapper {
		top: auto;
		bottom: 33px;
	}
	.woocommerce-cart .cart-item-wrapper {
		grid-template-columns: 100px 1fr;
	}
	.woocommerce-cart .product-thumbnail-wrapper img {
		width: 100px;
		height: 100px;
	}
}


/* CHECKOUT */
.woocommerce-checkout .checkout-coupon-wrapper {
	position: relative;
	width: calc(65% - 20px);
}
.woocommerce-checkout .checkout-coupon-wrapper .woocommerce-info .notice-icon {
	display: none;
}
.woocommerce-checkout .checkout-coupon-form-wrapper {
	/*height: 0;
		overflow: hidden;
	transition: all .5s ease;*/
}
.woocommerce-checkout .checkout-coupon-form-controls {
	display: flex;
	grid-column-gap: 8px;
	padding-bottom: 24px;
}
.woocommerce-checkout .checkout-coupon-wrapper {
	/*background-color: #F5F5F5;
		border-radius: 16px;
		padding: 24px;
		padding-bottom: 0;
		cursor: pointer;
	position: relative;*/
}
.woocommerce-checkout .checkout-coupon-wrapper .woocommerce-info {
	padding: 0;
	padding-bottom: 24px;
	width: calc(100% - 32px);
}
.woocommerce-checkout .checkout-coupon-wrapper .coupon-arrow {
	position: absolute;
	top: 30px;
	right: 24px;
	transition: all .5s ease;
	transform-origin: center;
}
.woocommerce-checkout .checkout-coupon-wrapper.expanded .coupon-arrow {
	transform: rotateZ(180deg);
	transition: all .5s ease;
}
.woocommerce-checkout .checkout-customer-details-wrapper {
	width: calc(50% - 20px);
}
.woocommerce-checkout .checkout-review-order-wrapper {
	width: calc(50% - 20px);
}
.woocommerce-checkout .checkout-form-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.woocommerce-checkout .checkout-billing-fields-wrapper,
.woocommerce-checkout .checkout-shipping-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-checkout .checkout-billing-fields-wrapper .form-row {
	display: grid;
	align-items: flex-end;
}
.woocommerce-checkout .form-row.idpc_lookup.field {
	width: 100%;
}
.woocommerce-checkout p#billing_email_field,
.woocommerce-checkout p#billing_subscription_field,
.woocommerce-checkout p#billing_address_1_field,
.woocommerce-checkout p#billing_phone_field,
.woocommerce-checkout p#shipping_address_1_field,
.woocommerce-checkout p#shipping_company_field {
	width: 100%;
}
.woocommerce-checkout p#billing_first_name_field,
.woocommerce-checkout p#billing_last_name_field,
.woocommerce-checkout p#billing_country_field,
.woocommerce-checkout p#billing_state_field,
.woocommerce-checkout p#billing_postcode_field,
.woocommerce-checkout p#billing_city_field,
.woocommerce-checkout p#billing_company_field,
.woocommerce-checkout p#billing_vat_field,
.woocommerce-checkout p#shipping_first_name_field,
.woocommerce-checkout p#shipping_last_name_field,
.woocommerce-checkout p#shipping_country_field,
.woocommerce-checkout p#shipping_state_field,
.woocommerce-checkout p#shipping_postcode_field,
.woocommerce-checkout p#shipping_city_field {
	width: calc(50% - 8px);
}
.woocommerce-checkout p#billing_country_field,
.woocommerce-checkout p#shipping_country_field {
	display: grid;
}
.woocommerce-checkout .form-row label {
	font-size: 14px;
	color: #4B4B4B;
	line-height: 20px;
	margin-bottom: 2px;
	display: block;
	position: relative;
}
.woocommerce-checkout .form-row label * {
	font-size: 14px;
	color: #4B4B4B;
	line-height: 20px;
}
.woocommerce-checkout .form-row label a {
	color: #004BB7;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	margin-left: 32px;
}
.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"] {
	width: 100%;
}
.woocommerce-checkout .checkout-billing-title,
.woocommerce-checkout .checkout-order-review-title {
	margin-bottom: 24px;
}
.woocommerce-checkout .cart-item-wrapper {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-column-gap: 16px;
	padding-bottom: 32px;
	border-bottom: 1px solid #A5AAAF;
}
.woocommerce-checkout .product-thumbnail-wrapper img {
	width: 100px;
	height: auto;
	display: block;
}
.woocommerce-checkout .checkout-product-name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}
.woocommerce-checkout .product-subtotal,
.woocommerce-checkout .product-subtotal * {
	font-size: 20px;
	line-height: 20px;
	font-family: "BrandonGrotesqueBold", sans-serif;
}
.woocommerce-checkout .product-subtotal {
	margin-bottom: 8px;
}
.woocommerce-checkout .product-quantity {
	font-size: 14px;
	line-height: 16px;
}
.woocommerce-checkout .checkout-order-items-wrapper {
	display: grid;
	grid-row-gap: 32px;
}
.woocommerce-checkout .checkout-subtotal-title,
.woocommerce-checkout .checkout-total-title {
	font-size: 28px;
	line-height: 28px;
	color: #4B4B4B;
}
.woocommerce-checkout .checkout-subtotal-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.woocommerce-checkout .checkout-subtotal-amount,
.woocommerce-checkout .checkout-subtotal-amount *,
.woocommerce-checkout .checkout-total-amount,
.woocommerce-checkout .checkout-total-amount * {
	font-size: 28px;
	line-height: 28px;
	color: #004BB7;
	font-family: "BrandonGrotesqueBold", sans-serif;
}
.woocommerce-checkout .checkout-subtotal-amount,
.woocommerce-checkout .checkout-subtotal-amount * {
	color: #000;
}
.woocommerce-checkout .cart-shipping-destination,
.woocommerce-checkout .cart-total-amount-wrapper {
	display: none;
}
.woocommerce-checkout .cart-shipping-label-methods-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}
.woocommerce-checkout .cart-shipping-label-methods-wrapper * {
	font-size: 20px;
	font-weight: 700;
	color: #4B4B4B;
}
.woocommerce-checkout .cart-shipping-label-methods-wrapper * {
	font-size: 20px;
	font-weight: 700;
	color: #4B4B4B;
}
.woocommerce-checkout #shipping_method {
	display: grid;
	grid-row-gap: 8px;
}
.woocommerce-checkout .cart-shipping-methods li {
	display: block;
	position: relative;
}
.woocommerce-checkout .cart-shipping-methods label {
	width: calc(100% - 32px);
	display: block;
	margin-left: 32px;
}
.woocommerce-checkout .order-total {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 16px;
}
.woocommerce-checkout li.wc_payment_method {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 32px 0;
	border-top: 1px solid #A5AAAF;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.woocommerce-checkout .checkout-customer-billing-wrapper,
.woocommerce-checkout .checkout-customer-shipping-wrapper {
	position: relative;
}
.woocommerce-checkout #wc-stripe-payment-request-wrapper {
	padding-top: 0 !important;
	margin-bottom: 16px;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator {
	margin-top: 0 !important;
	margin-bottom: 16px;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods p {
	margin-bottom: 0;
}
.woocommerce-checkout div#payment {
	background-color: #F5F5F5;
	border-radius: 16px;
	padding: 32px;
}
.woocommerce-checkout li.wc_payment_method:first-child {
	border-top: none;
	padding-top: 0;
}
.woocommerce-checkout .woocommerce-input-wrapper {
	position: relative;
}
.woocommerce-checkout .woocommerce-input-wrapper .idpc-button.btn {
	width: auto !important;
	height: 44px !important;
}
.woocommerce-checkout .woocommerce-input-wrapper select {
	width: 100%;
}
.woocommerce-checkout .payment-method-label,
.woocommerce-checkout  .different-address-label {
	height: 24px;
	pointer-events: none;
	width: calc(100% - 32px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 32px;
	font-size: 14px;
}
.woocommerce-checkout li.wc_payment_method:last-child {
	border-bottom: 1px solid #A5AAAF;
}
.woocommerce-checkout .payment_box {
	margin-top: 8px;
	width: 100%;
}
.woocommerce-checkout .wc-stripe-elements-field, .wc-stripe-iban-element-field {
	border-color: #4B4B4B ;
	border-radius: 16px;
	height: 44px;
	padding-top: 12px;
}
.woocommerce-checkout #ship-to-different-address {
	margin-bottom: 24px;
}
.woocommerce-checkout p#billing_subscription_field label {
	height: 24px;
	width: calc(100% - 32px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 0;
}
.woocommerce-checkout p#billing_subscription_field .woocommerce-input-wrapper label {
	margin-left: 32px;
}
.woocommerce-checkout p#billing_subscription_field * {
	font-size: 14px;
	color: #000;
}
.woocommerce-checkout p#billing_subscription_field input {
	color: #000;
}
.woocommerce-checkout .order-total small {
	font-size: 16px;
	width: 100%;
	display: block;
	line-height: 1.2;
}
.woocommerce-checkout .order-total small * {
	font-size: 16px;
	line-height: 1.2;
}
.woocommerce-checkout .checkout-total-amount {
	text-align: right;
}
#add_payment_method #payment .payment_method_paypal_express img,
.woocommerce-checkout #payment .payment_method_paypal_express img {
	width: auto;
	height: 20px;
	margin-left: 8px;
}
@media screen and (max-width: 1200px) {
	.woocommerce-checkout .checkout-subtotal-title,
	.woocommerce-checkout .checkout-total-title,
	.woocommerce-checkout .checkout-subtotal-amount,
	.woocommerce-checkout .checkout-subtotal-amount *,
	.woocommerce-checkout .checkout-total-amount,
	.woocommerce-checkout .checkout-total-amount * {
		font-size: 26px;
		line-height: 26px;
	}
	.woocommerce-checkout .cart-shipping-label-methods-wrapper * {
		font-size: 20px;
	}
}
@media screen and (max-width: 1000px) {
	.woocommerce-checkout .checkout-subtotal-title,
	.woocommerce-checkout .checkout-total-title,
	.woocommerce-checkout .checkout-subtotal-amount,
	.woocommerce-checkout .checkout-subtotal-amount *,
	.woocommerce-checkout .checkout-total-amount,
	.woocommerce-checkout .checkout-total-amount * {
		font-size: 24px;
		line-height: 24px;
	}
	.woocommerce-checkout .cart-shipping-label-methods-wrapper * {
		font-size: 18px;
	}
	.woocommerce-checkout div#payment {
		padding: 24px;
	}
	.woocommerce-checkout li.wc_payment_method {
		padding: 24px 0;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce-checkout .checkout-customer-details-wrapper,
	.woocommerce-checkout .checkout-review-order-wrapper {
		width: 100%;
	}
	.woocommerce-checkout .checkout-form-wrapper {
		flex-wrap: wrap;
	}
	.woocommerce-checkout .checkout-customer-details-wrapper {
		margin-bottom: 40px;
	}
	.woocommerce-checkout .checkout-coupon-wrapper,
	.woocommerce-checkout .checkout-coupon-wrapper .woocommerce-info {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.woocommerce-checkout .checkout-coupon-form-controls {
		display: grid;
		grid-row-gap: 8px;
	}
	.woocommerce-checkout button#place_order {
		width: 100%;
	}
	.woocommerce-checkout p#billing_email_field,
	.woocommerce-checkout p#billing_subscription_field,
	.woocommerce-checkout p#billing_address_1_field,
	.woocommerce-checkout p#billing_phone_field,
	.woocommerce-checkout p#shipping_address_1_field,
	.woocommerce-checkout p#shipping_company_field,
	.woocommerce-checkout p#billing_first_name_field,
	.woocommerce-checkout p#billing_last_name_field,
	.woocommerce-checkout p#billing_country_field,
	.woocommerce-checkout p#billing_state_field,
	.woocommerce-checkout p#billing_postcode_field,
	.woocommerce-checkout p#billing_city_field,
	.woocommerce-checkout p#billing_company_field,
	.woocommerce-checkout p#billing_vat_field,
	.woocommerce-checkout p#shipping_first_name_field,
	.woocommerce-checkout p#shipping_last_name_field,
	.woocommerce-checkout p#shipping_country_field,
	.woocommerce-checkout p#shipping_state_field,
	.woocommerce-checkout p#shipping_postcode_field,
	.woocommerce-checkout p#shipping_city_field {
		width: 100%;
	}
	.woocommerce-checkout p#billing_subscription_field .optional {
		display: none;
	}
}


/* THANK YOU */
.woocommerce-order-received .order-wrapper {
	display: grid;
	grid-row-gap: 24px;
}
.woocommerce-order-received .woocommerce {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	align-items: flex-start;
}
.woocommerce-order-received .learn-about-us-wrapper h3,
.woocommerce-order-received .order-important-details-wrapper h3,
.woocommerce-order-received .order-details-wrapper h3,
.woocommerce-order-received .order-customer-details-wrapper h3 {
	color: #000;
	margin-bottom: 12px;
}
.woocommerce-order-received .order-important-details-wrapper,
.woocommerce-order-received .order-details-wrapper,
.woocommerce-order-received .order-customer-details-wrapper {
	background-color: #F5F5F5;
	padding: 32px;
	border-radius: 16px;
	display: grid;
	grid-row-gap: 12px;
}
.woocommerce-order-received .order-details-wrapper {
	grid-row-gap: 0;
}
.woocommerce-order-received .order-item-name {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 700;
}
.woocommerce-order-received strong.order-item-quantity {
	font-size: 12px;
	font-weight: normal;
}
.woocommerce-order-received .order-item-wrapper,
.woocommerce-order-received .order-shipping-total-item {
	display: flex;
	justify-content: space-between;
}
.woocommerce-order-received .order-details-content-wrapper,
.woocommerce-order-received .order-items-wrapper,
.woocommerce-order-received .order-shipping-total-wrapper,
.woocommerce-order-received .order-billing-details-wrapper,
.woocommerce-order-received .order-shipping-details-wrapper {
	display: grid;
	grid-row-gap: 0;
}
.woocommerce-order-received .order-items-wrapper,
.woocommerce-order-received .order-shipping-total-wrapper {
	grid-row-gap: 12px;
}
.woocommerce-order-received .order-items-wrapper {
	margin-bottom: 12px;
}
.woocommerce-order-received .order-wrapper,
.woocommerce-order-received .order-customer-details-content-wrapper {
	display: grid;
	grid-row-gap: 40px;
}
.woocommerce-order-received .learn-about-us-wrapper.bottom-40 {
	position: sticky;
	top: 112px;
}
.woocommerce-order-received .order-success-icon {
	display: none;
}
.woocommerce-order-received .order-shipping-total-item div:nth-child(2) {
	text-align: right;
}
@media screen and (max-width: 1000px) {
	.woocommerce-order-received .woocommerce {
		grid-template-columns: 55% 1fr;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce-order-received .woocommerce {
		grid-template-columns: 1fr;
	}
	.woocommerce-order-received .order-success-icon {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce-order-received .learn-about-us-wrapper.bottom-40 {
		position: relative;
		top: auto;
		order: 1;
	}
	.woocommerce-order-received .order-wrapper {
		order: 2;
	}
}


/* BLOG */
.posts-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.posts-wrapper article {
	display: grid;
}
.posts-wrapper .wp-post-image {
	display: block;
	width: 100%;
	height: auto;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
}
.posts-wrapper .entry-summary {
	background-color: #f5f5f5;
	border-radius: 16px;
}
.posts-wrapper .post-info-wrapper {
    padding: 24px;
}
.posts-wrapper .post-info-wrapper p {
    padding: 0;
		margin-bottom: 0;
		color: #4B4B4B;
}
.posts-wrapper .entry-title {
	font-size: 24px;
	line-height: 28px;
	padding: 0;
}
.posts-wrapper .entry-meta {
	padding: 0;
    color: #4B4B4B;
    margin-bottom: 16px;
}
.posts-wrapper .entry-description {
	padding: 24px;
	padding-top: 0;
}
.posts-wrapper .entry-description p {
	margin-bottom: 0;
}
.blog-posts-wrapper .pagination-wrapper {
	margin-top: 40px;
	display: flex;
	grid-column-gap: 8px;
	justify-content: center;
}
.blog-posts-wrapper .page-numbers {
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 44px;
	border: 1px solid #004BB7;
	border-radius: 50%;
	font-weight: 700;
}
.blog-posts-wrapper .page-numbers.current {
	border: none;
}
.blog-posts-wrapper .next.page-numbers:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #004BB7;
	position: absolute;
	border-top: 2px solid #004BB7;
	transform: rotateZ(135deg);
	margin-left: -2px;
	color: #004BB7;
}
.blog-posts-wrapper .prev.page-numbers:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #004BB7;
	position: absolute;
	border-top: 2px solid #004BB7;
	transform: rotateZ(315deg);
	margin-right: -2px;
	color: #004BB7;
}
article {
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    align-items: center;
    max-width: 1128px;
}
article img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 720px;
}
article .wp-post-image {
	margin-bottom: 24px;
}
article .entry-content > *:last-child {
	margin-bottom: 0;
}
article ul {
	margin-bottom: 24px;
}
.entry-content .entry-meta {
	margin-bottom: 24px;
}

.post-with-toc-layout {
	display: flex;
	gap: 32px;
	align-items: flex-start;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.post-with-toc-layout .blog-toc-sidebar {
	flex-shrink: 0;
	width: 220px;
	position: sticky;
	top: 100px;
}
.post-with-toc-layout article {
	flex: 1;
	min-width: 0;
}

.blog-sticky-cta-sidebar {
	flex-shrink: 0;
	width: 280px;
	position: sticky;
	top: 100px;
}
.blog-sticky-cta-block {
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}
.blog-sticky-cta-image-wrap {
	width: 100%;
	margin-bottom: 16px;
}
.blog-sticky-cta-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.blog-sticky-cta-title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 12px;
}
.blog-sticky-cta-subtitle {
	font-size: 14px;
	line-height: 1.45;
	color: #4b4b4b;
	margin: 0 0 20px;
	flex: 1;
}
.blog-sticky-cta-button {
	display: inline-block;
	width: 100%;
	padding: 14px 20px;
	background: #ea4335;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	border-radius: 12px;
	text-align: center;
	box-sizing: border-box;
	transition: background 0.2s ease;
}
.blog-sticky-cta-button:hover {
	background: #c53929;
	color: #fff;
}

.blog-toc-sidebar {
	width: 220px;
	flex-shrink: 0;
	position: sticky;
	top: 100px;
}
.blog-toc-sidebar .blog-toc-title {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
	color: #000;
}
.blog-toc-sidebar .blog-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-toc-sidebar .blog-toc-list li {
	margin-bottom: 8px;
}
.blog-toc-sidebar .blog-toc-list a {
	color: #004BB7;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
}
.blog-toc-sidebar .blog-toc-list a:hover {
	text-decoration: underline;
}
.blog-post-body {
	flex: 1;
	min-width: 0;
}
.blog-toc.toc-mobile-in-content {
	display: none;
	margin: 24px 0;
	padding: 16px;
	background: #f5f5f5;
	border-radius: 8px;
}
.blog-toc.toc-mobile-in-content .blog-toc-title {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 12px;
	color: #000;
}
.blog-toc.toc-mobile-in-content .blog-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-toc.toc-mobile-in-content .blog-toc-list li {
	margin-bottom: 8px;
}
.blog-toc.toc-mobile-in-content .blog-toc-list a {
	color: #004BB7;
	text-decoration: none;
}
.blog-toc.toc-mobile-in-content .blog-toc-list a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 900px) {
	.post-with-toc-layout {
		flex-direction: column;
		padding-left: 24px;
		padding-right: 24px;
	}
	.blog-toc-sidebar {
		display: none;
	}
	.blog-sticky-cta-sidebar {
		display: none;
	}
	.blog-toc.toc-mobile-in-content {
		display: block;
	}
}
@media screen and (min-width: 901px) {
	.blog-toc.toc-mobile-in-content {
		display: none !important;
	}
}

.posts-wrapper li.post-wrapper {
	list-style: none;
}
@media screen and (max-width: 1000px) {
	.posts-wrapper {
		grid-gap: 24px;
	}
	.posts-wrapper .entry-title {
		font-size: 20px;
    line-height: 24px;
	}
	.blog-posts-wrapper .pagination-wrapper {
		margin-top: 24px;
	}
}
@media screen and (max-width: 768px) {
	.posts-wrapper .entry-description {
		display: none;
	}
}
@media screen and (max-width: 620px) {
	.posts-wrapper {
		grid-template-columns: 1fr;
	}
	.posts-wrapper .entry-description {
		display: block;
	}
}


/* AFFILIATE */
.affiliates-page-wrapper {
	width: 100%;
}
.affwp-form input[type=checkbox] {
	width: auto;
}
.affwp-user-remember {
	margin-left: 32px;
}
.affwp-form input {
	border-color: #4B4B4B;
}
.affiliates-page-wrapper .g-recaptcha {
	margin-bottom: 24px;
}

/* COOKIE BLOCK */
#cookie-block {
	position: fixed;
	left: 8px;
	bottom: 8px;
	background-color: #FFF;
	padding: 16px;
	max-width: 320px;
}
#cookie-block .cookie-block-description {
	margin-bottom: 8px;
}
#accept-cookies {
	height: 40px;
	font-size: 14px;
	display: inline-flex;
}
@media screen and (max-width: 620px) {
	#cookie-block {
		left: 0;
		bottom: 0;
		max-width: none;
		width: 100%;
	}
}


/* CF7 */
.wpcf7-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.wpcf7-form .cf7-field-wrapper {
	margin-bottom: 24px;
	width: 100%;
}
.wpcf7-list-item {
	margin: 0;
}
span.wpcf7-form-control.wpcf7-radio {
	display: grid;
	grid-row-gap: 12px;
}
span.wpcf7-list-item-label {
	margin-left: 32px;
	display: block;
}
.cf7-field-wrapper.button-wrapper {
	margin-top: 24px;
}
.wpcf7-not-valid-tip {
	margin-top: 12px;
}
.wpcf7 form .wpcf7-response-output {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: fixed;
	right: 40px;
	z-index: 9;
	top: 120px;
	padding: 16px;
	border-radius: 16px;
	text-align: left;
	animation: hide-notification 0.5s 1;
	-webkit-animation: hide-notification 0.5s 1;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-webkit-animation-fill-mode: forwards;
	pointer-events: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
	background: #FF4965;
	border:none;
	color: #FFF;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background-color: #20EECC;
}
.wpcf7 label {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
}
.wpcf7 .form-field-desc {
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-bottom: 8px;
}
.wpcf7 input {
	width: 100%;
}
.wpcf7-form-control-wrap select {
	width: 100%;
}
@media screen and (max-width: 620px) {
	.wpcf7 form .wpcf7-response-output {
		right: 24px;
		width: calc(100% - 48px);
	}
}


/* SELECT 2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 42px;
	line-height: 42px;
}
.select2-container--default .select2-selection--single {
	height: 44px;
	border-radius: 16px;
	border: 1px solid #4B4B4B;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	height: 0;
	left: 50%;
	margin-left: -12px;
	margin-top: 4px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000 transparent;
	border-width: 0 6px 7px 6px;
}
.select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 12px;
	border: 1px solid #4B4B4B;
}
.select2-dropdown {
	border: 1px solid #4B4B4B;
}
.select2-results__option {
	outline: none;
}


/* AFFILIATE WP */
.page .page-content-wrapper.simple .affwp-form label.affwp-user-remember {
	margin-left: 32px;
}
.page .page-content-wrapper.simple .affwp-form label.affwp-user-remember input {
	width: 200px;
}
.affwp-form #affwp-user-remember:after {
	left: -32px;
}
.affwp-form #affwp-user-remember:before {
	left: -28px;
}
.page .page-content-wrapper.simple .affwp-form p,
.page .page-content-wrapper.simple .affwp-form legend,
.page .page-content-wrapper.simple .affwp-form p *{
	text-align: left;
	margin-left: 0;
}

/* TRUSTPILOT */
.mini-tp-reviews-wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mini-tp-reviews-wrapper .trustpilot-widget {
	background-color: rgba(255,255,255,0.8);
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}




/* FLICKITY */
/*! Flickity v2.3.0
	https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 1);
	border: none;
	color: #333;
}
.flickity-button:hover {
	background: white;
	cursor: pointer;
}
.flickity-button:focus {
	/*outline: none;
	box-shadow: 0 0 0 5px #19F;*/
}
.flickity-button:active {
}
.flickity-button:disabled {
	opacity: 0;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}
.flickity-button-icon {
	fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
	color: #004BB7;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #FFF;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #004BB7;
}
.flickity-page-dots .dot.is-selected {
	background-color: #004BB7;
}
.bundled_product_optional_checkbox input[type="checkbox"] {
	border: none;
    position: relative!important;
    height: 17px!important;
    appearance: auto!important;
    -webkit-appearance: auto!important;
    -moz-appearance: none!important;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin-right: 15px!important;
}
.bundle_sells_form {
    order: 3;
}
.bundle_sells_title {
	order: 2;
	margin-top: 20px;
}
.woocommerce-mini-cart.cart_list {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

.home.page-template-default .posts-wrapper .entry-summary div {
	padding-right: 24px;
    padding-left: 24px;
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
    color: #4B4B4B;
    text-transform: uppercase;
    margin-bottom: 8px;
    word-break: break-word;
}

.blog-posts-wrapper .entry-summary div {
	padding-right: 24px;
    padding-left: 24px;
	font-family: "BrandonGrotesqueBold", sans-sans-serif;
    color: #4B4B4B;
    text-transform: uppercase;
    margin-bottom: 8px;
    word-break: break-word;
}

.custom-hawaii-message {
	font-size: unset!important;
    color: unset!important;
    padding-left: 10px;
}

.custom-hawaii-message a {
    font-size: unset!important;
    color: #004BB7!important;
}
