img.custom-logo {
	max-height: 60px;
	width: auto;
}
/* Custom CSS */
/* Body */
/* Generic CSS */
body {
	font-size: 20px;
	line-height: 30px;
	font-family: 'visby_cfregular', 'Manrope', sans-serif;
	background-color: #ffffff;
	color: #1D3375;
}
.container {
	position: relative;
	z-index: 2;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	display: inline-block;
	color: #1D3375;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

a:hover,
a:focus {
	color: #1D3375;
	outline: none;
	text-decoration: none;
}

/* Header */
#header {
	background-image: linear-gradient(to bottom, #fff, transparent);
	z-index: 99999999999999999;
}

/* Footer */
#menu-footer-menu {
	display: flex;
	list-style-type: none;
	justify-content: center;
	margin: 0;
	padding: 0;
}

#menu-footer-menu li {
	margin-right: 10%;
}

#menu-footer-menu li a {
	color: #1D3375;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
}

.ruler_link {
	text-decoration: none;
	font-weight: 600;
}

#footer-moto {
	margin-top: 175px;
	margin-bottom: 150px;
}

/* Mobile menu */
#mobile-menu-modal {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	opacity: 1;
	overflow: hidden;
	visibility: visible;
	background: linear-gradient(-200deg, #fff, #63B2CA);
	z-index: 999999999999999;
}

#mobile-menu-modal .mobile-menu_wrapper {
	overflow-x: hidden;
	overflow-y: scroll;
}

#mobile-close {
	position: absolute;
	width: auto;
	right: 40px;
	top: 40px;
	cursor: pointer;
	padding: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 999999999;
}

.modal-jelly,
.login-page::before {
	position: absolute;
	content: '';
	background: url('/wp-content/themes/Aurelia/media/aurelia-jelly.svg') scroll no-repeat center center / contain;
	width: 400px;
	height: 685px;
	top: 20%;
	right: 17.5%;
	z-index: 0;
	opacity: .5;
}

#mobile-menu-modal::before {
	z-index: -1;
}

#mobile-open {
	cursor: pointer;
	position: relative;
	flex-wrap: wrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.menu-line {
	display: block;
	position: relative;
	background: #fff;
	height: 3px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.menu-line.top-line {
	width: 15px;
}

.menu-line.bottom-line {
	width: 15px;
	margin: 0;
	margin-left: auto;
}

#mobile-open.opened .menu-line.top-line {
	display: none;
}

#mobile-open.opened .menu-line.center-line {
	transform: rotate(139deg);
	position: absolute;
	width: 30px;
}

#mobile-open.opened .menu-line.bottom-line {
	width: 30px;
	transform: rotate(48deg);
	top: 5px;
	position: relative;
	left: -2px;
	max-width: unset;
}

#menu-top-main-menu {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	padding: 0;
}

#menu-top-main-menu li a,
#menu-bottom-main-menu li a,
.login_register_links a {
	text-decoration: none;
	color: #21679A;
	text-transform: lowercase;
	font-size: 35px;
	line-height: 45px;
}

#menu-log-in-register {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-content: center;
	padding-left: 0;
	list-style: none;
}

.top-main-menu-wrapper {
	padding-top: calc(100px - 17px);
}

#menu-main-menu {
	list-style-type: none;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
	height: 400px;
	padding-left: 0;
}

#menu-main-menu li a {
	text-decoration: none;
	color: #21679A;
	font-size: 85px;
	line-height: 95px;
}

#menu-top-main-menu,
#menu-bottom-main-menu {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}

/*  */
.header_links .light-green-bg {
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 20px;
}

#mobile-open span {
	width: 75%;
	border-radius: 5px;
}

#mobile-open span.top-line {
	max-width: 40%;
	margin-right: auto;
	margin-left: 7px;
	margin-top: 10px;
}

#mobile-open span.bottom-line {
	max-width: 40%;
	margin-left: auto;
	margin-right: 7px;
	margin-bottom: 10px;
}

#mobile-open:hover,
#mobile-open.opened,
.header_cart_link:hover {
	background-color: #21679A;
}

/* Color */
.blue-color {
	color: #1D3375;
}

.green-color {
	color: #36D1B7;
}

.white-color {
	color: #fff;
}

.light-green-color {
	color: #41BEB8;
}

.light-green-bg {
	background-color: #41BEB8;
}

.blue-gradient {
	background: linear-gradient(to bottom, #2BDAEE, #1E3778);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.green-gradient {
	background: linear-gradient(to bottom, #1E3778, #36D1B7);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.green-blue-gradient {
	background: linear-gradient(125deg, #36D1B7, #21679A);
}

.lighter-green-bg {
	background-color: #D7FCF6;
}

/* Font */
.fw-bold,
strong {
	font-family: 'visby_cfregular', 'Manrope', sans-serif;
}

.fw-light {
	font-family: 'visby_cflight', 'Manrope', sans-serif;
}

.fw-oblique,
#menu-top-main-menu li a,
#menu-main-menu li a,
#menu-bottom-main-menu li a,
.login_register_links a {
	font-family: 'visby_cfregular_oblique', 'Manrope', sans-serif;
}

.sm-line-height {
	line-height: 165px;
}

/* Box Shadow */
.box-shadow {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
}

/* Paddings */
.xl-t-padding {
	padding-top: 250px;
}

.x-t-padding {
	padding-top: 160px;
}

.t-padding {
	padding-top: 100px;
}

.md-t-padding {
	padding-top: 75px;
}

.sm-t-padding {
	padding-top: 50px;
}

.xl-b-padding {
	padding-bottom: 250px;
}

.b-padding {
	padding-bottom: 100px;
}

.md-b-padding {
	padding-bottom: 75px;
}

.sm-b-padding {
	padding-bottom: 50px;
}

/* Margins */
.xl-t-margin {
	margin-top: 250px;
}

.x-t-margin {
	margin-top: 150px;
}

.t-margin {
	margin-top: 100px;
}

.md-t-margin {
	margin-top: 75px;
}

.sm-t-margin {
	margin-top: 50px;
}

.xl-b-margin {
	margin-bottom: 250px;
}

.x-b-margin {
	margin-bottom: 150px;
}

.b-margin {
	margin-bottom: 100px;
}

.md-b-margin {
	margin-bottom: 75px;
}

.sm-b-margin {
	margin-bottom: 50px;
}

/* Centered Image */
.centered-img img {
	position: absolute;
	max-width: unset;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	z-index: -1;
}

/* Title */
.title:not(.woocommerce-Address-title),
#woocommerce-page-content h1.page-title {
	background: linear-gradient(91.97deg, #36D1B7, #007FC0);
	background-clip: text;
	-webkit-background-clip: text;
	text-transform: lowercase;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: transparent;
	font-family: 'visby_cfregular_oblique';
}

/* Read More Button */
.readmore a {
	color: #1D3375;
	font-size: 20px;
	line-height: 30px;
	border: 1px solid #1D3375;
	padding: 10px 40px;
	border-radius: 11px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.readmore a:hover {
	border-radius: 40px;
}

.arrow_svg {
	fill: #41BEB8;
	width: 40px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* Arrow Link */
.arrow-link {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.arrow-link:hover {
	border-radius: 50%;
}

.arrow-link svg {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 16.5px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.arrow-link:hover svg {
	fill: #1D3375;
	left: calc(50% + 15px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.arrow {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	padding: 0;
}
.arrow::before {
	content: "";
	display: block;
	width: 32px;
	height: 5px;
	background-color: #41beb8;
	top: 23px;
	position: absolute;
	left: 6px;
	border-radius: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.arrow::after {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	border-bottom: 5px solid #41beb8;
	top: 23%;
	position: absolute;
	right: 12px;
	border-left: 5px solid #41beb8;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transform: rotate(229deg);
	border-bottom-right-radius: 3px;
	border-start-start-radius: 3px;
}
.arrow.blue_arrow:hover::after {
	border-bottom-color: #1d3375;
	border-left-color: #1d3375;
}
.arrow.blue_arrow:hover::before {
	background-color: #1d3375;
}
.arrow:hover {
	cursor: pointer;
}
.arrow:hover::before,
.back_to_link:hover .arrow::before{
	width: 64px;
}
.arrow:hover::after,
.back_to_link:hover .arrow::after {
	right: -20px;
}
.award_wrapper img {
	width: auto;
	height: 84%;
	object-fit: contain;
}
.awards_wrap{
	display: flex;
	justify-content: center;
}
/* Footer */
#wpforms-form-268 .wpforms-field-container {
	width: 75%;
}
#wpforms-form-268 .wpforms-submit-container {
	width: 25%;
	padding-top: 0;
	padding-bottom: 0;
	height: 60px;
}
#footer_svg_frame {
	z-index: -1;
	position: relative;
}
#footer {
	min-height: 800px;
}
#footer::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 1px;
	background: linear-gradient(to bottom, #4DA7C2, transparent);
	z-index: -1;
}
#footer_svg_frame {
	transform: rotate(180deg);
}
#footer .svg_frame_wrapper {
	z-index: 0;
}
#wpforms-submit-268:hover {
	border-radius: 40px;
}
.mimo_page_image {
	background-color: #1D3375;
}
.mimo_page_image img{
	object-fit: cover;
	opacity: .9;
	max-height: 650px;
}
#wpforms-submit-268 {
	border: 1px solid #1D3375;
	background: transparent;
	padding: 5px 0;
	height: 100%;
	color: #1D3375;
	border-radius: 10px;
	margin-top: -23px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

#wpforms-268-field_2-container {
	padding-bottom: 0;
	padding-top: 0;
}
#wpforms-268-field_2-container,
#wpforms-268-field_3-container {
	display: block;
}

#wpforms-form-268 {
	display: flex;
	justify-content: center;
	align-items: center;
}

#wpforms-268-field_2 {
	color: #1D3375;
	font-size: 20px;
	border: none;
	border-radius: 40px;
	padding: 30px;
}

.newsletter_form {
	margin-bottom: 150px;
}

.footer-jelly {
	width: 200px;
	height: 335px;
	right: 15%;
	bottom: 25%;
	opacity: 0.3;
}

/* News */
.news-jelly {
	width: 240px;
	height: 400px;
	top: -35%;
	right: 16%;
	opacity: 0.25;
}
.news_date{
	color: #41BEB8;
}
.news_article_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news_article h3 {
	font-size: 38px;
	line-height: 48px;
	color: #41BEB8;
}
.news_title {
	margin-bottom: 70px;
}
.news_wrapper .row {
	padding: 20px 0;
	border-bottom: 1px solid #41BEB8;
}
.news_wrapper .row:last-child {
	border-bottom: 0;
}
.news_article_link .arrow-link {
	border: 1px solid #41BEB8;
	border-radius: 16px;
}
.news_article_link .arrow-link:hover{
	border-radius: 40px;
}
/* Contact Form */
#wpforms-form-282 input:not([type="checkbox"]),
#wpforms-form-282 textarea {
	border-radius: 40px;
	padding: 24px 20px;
	border: 1px solid #1D3375;
}

#wpforms-282-field_5-container .wpforms-field-label,
#wpforms-282-field_2-container .wpforms-field-label,
#wpforms-282-field_8-container .wpforms-field-label {
	padding: 0 20px;
	font-weight: normal;
}

#wpforms-282-field_2-container #wpforms-282-field_2 {
	height: 170px;
}

#wpforms-form-282 textarea {
	border-radius: 25px;
}

.wpforms-required-label {
	display: none;
}

#wpforms-submit-282 {
	border: 1px solid #1D3375;
	border-radius: 13px;
	background: transparent;
	padding: 5px 40px;
	margin-top: 25px;
}

.wpforms-submit-container {
	text-align: right;
}
.inside_title .inside-jelly {
	width: 275px;
	height: 475px;
	right: -90px;
	top: -50px;
	opacity: 0.3;
	z-index: -1;
}
.contact_separate {
	min-height: 400px;
}

.contact_separate::before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	background-color: #1D3375;
}

.contact_form_padding {
	padding-right: 100px;
	border-right: 3px solid #1D3375;
}

#gmap_canvas {
	filter: brightness(0.7);
}

.address_wrapper .big-title,
.location-wrapper .big-title {
	font-size: 60px;
}

/* FAQ */
.accordion-button::after {
	content: '';
	width: 15px;
	height: 2px;
	margin-left: auto;
	transition: transform .2s ease-in-out;
	flex-shrink: 0;
	background-color: #1D3375;
}

.faq_section_wrapper h3,
.support_section_wrapper h3
 {
	padding-left: 20px;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(0);
}

.accordion-button:not(.collapsed)::before {
	transform: rotate(90deg);
}

.accordion-button::before {
	content: '';
	width: 2px;
	height: 15px;
	position: absolute;
	right: 26px;
	margin-left: auto;
	transition: transform .2s ease-in-out;
	background-color: #1D3375;
}

.accordion-item,
.accordion-item:not(:first-of-type) {
	border: none;
	border-top: 1px solid #1D3375;
	border-radius: 0;
}
.accordion-button:not(.collapsed) {
	color: #1D3375;
	background-color: transparent;
	box-shadow: none;
}
.accordion-button,
.accordion-item {
	background-color: transparent;
}
.accordion-item:last-of-type,
.accordion-item:first-of-type {
	border-radius: 0;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}

.faq_section_wrapper {
	margin: 50px 0;
}
.support_section_wrapper {
	margin-bottom: 15px;
}

.question_p {
	color: #1D3375;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 0;
}

/* Videos archive */

.video-details,
.news-details {
	bottom: 0;
	padding: 0 34px;
	margin-bottom: 20px;
	z-index: 1;
}

.news_title a,
.video_title a {
	font-weight: lighter;
	font-size: 30px;
	line-height: 40px;
}

.video,
.news {
	border-radius: 40px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(54, 209, 183, 0) 40.85%, #21679A 91.17%);
}
.video_single_img img {
	width: auto;
	height: 500px;
	object-fit: cover;
	max-height: 500px;
}
.news::before,
.video::before {
	content: '';
	width: 100%;
	height: 65%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, #21679A);
	z-index: 1;
}

/* Video article */
.single_title h1 {
	font-weight: lighter;
}

.back_to_svg_wrap {
	border: 1px solid #41BEB8;
	border-radius: 15px;
	margin-right: 6px;
	padding: 15px 0;
}

.news_article_img {
	border-radius: 30px;
}

.back-to-svg {
	transform: rotate(180deg);
	width: 30px;
	left: calc(50% - 14px);
	top: calc(50% - 12px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.arrow.arrow_backwards {
	transform: rotate(180deg);
	top: 20px;
	left: 0px;
}

.back_to_link:hover .back_to_svg_wrap .back-to-svg {
	left: -15px;
	fill: #1D3375;
}
.back_to_link .back_to_svg_wrap{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
}
.back_to_link:hover .back_to_svg_wrap{
	border-radius: 40px;
}
.back_to_link:hover .back_to_svg_wrap::before {
	background-color: #1D3375;
}

.youtube_video {
	height: 700px;
}

.youtube_video iframe {
	border-radius: 30px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
}

.news_article_img {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
}

/* About page*/
.about_single_section_title,
.related_articles_title {
	font-size: 75px;
	line-height: 85px;
}

.jellyfish_wrapper {
	max-width: 400px;
	left: -175px;
	bottom: -200px;
}

.idea_content,
.name_content,
.action_content,
.vision_content {
	font-size: 25px;
	line-height: 35px;
}

.jellyfish_wrapper_about {
	left: unset;
	right: -249px;
	bottom: 133px;
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 60s linear infinite;
	-moz-animation: rotating 60s linear infinite;
	-ms-animation: rotating 60s linear infinite;
	-o-animation: rotating 60s linear infinite;
	animation: rotating 60s linear infinite;
}

/* 404 */
#menu-error-menu li {
	border: 1px solid #1D3375;
	padding: 5px 33px;
	border-radius: 12px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#menu-error-menu li:hover {
	border-radius: 40px;
}
/* Related news */
.related_news_swiper {
	height: 650px;
}
.related-swiper .swiper-button-next{
	right: 19px;
}
.archive form.cart{
	display: flex;
	align-items: center;
}
.related_news_slide{
	border-radius: 40px;
	box-shadow: rgba(0, 0, 0, 0.35) 3px 3px 10px;
	margin-right: 60px;
	height: 640px;
}
.post_item_title {
	bottom: 18px;
	left: 37px;
}
.related_news_slide a{
	color: #fff;
	font-weight: lighter;
}
.video_single::before,
.related_news_slide::before {
	content: '';
	width: 100%;
	height: 65%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, #21679A);
	z-index: 0;
}
/* Segway E-scooters */
.brochure_svg{
	right: 9px;
	bottom: 11px;
}
.segway_title{
	font-size: 5vw;
	line-height: 12vh;
}
.segway_subtitle{
	font-size: 30px;
	line-height: 40px;
	font-family: 'visby_cflight';
}
.segway_content,
.segway_char{
	border-bottom: 1px solid black;
}
.segway_char{
	margin-bottom: 30px;
}
/* Pages h1 margin */
#main-content h1 {
	margin-bottom: 100px;
}
.why_us_accordion_title,
.solid_service_accordion_title {
	font-size: 25px;
	line-height: 30px;
}
/* Woocommerce View Cart Banner */
.single-product #kinoumai-elektrika.woocommerce-banner-enabled{
	top: 270px;
}

/* About Page - Stats */
.stat-wrapper {
	height: 400px;
	padding: 20px;
	border-radius: 40px;
}
.stat-icon img {
	max-height: 100px;
	filter: brightness(0) invert(1);
}
.stat-number {
	font-size: 35px;
}
/* Gallery Images */
.top-image-swiper {
	height: 450px;
}
.top-image-swiper .swiper-slide img {
	height: 80%;
	width: auto;
}
.nav-image-swiper {
	max-width: 135px;
	height: 400px;
	padding: 30px 0;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 9999;
}
.nav-image-swiper::before,
.nav-image-swiper::after {
	content: " ";
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 2;
}
.nav-image-swiper::after {
	top: unset;
	bottom: -5px;
}
.nav-image-swiper .swiper-button-next,
.nav-image-swiper .swiper-button-prev {
	width: 30px;
	height: 40px;
	left: calc(50% - 15px);
	right: unset;
	z-index: 3;
}
.nav-image-swiper .swiper-button-prev {
	top: 15px;
	transform: rotate(-90deg);
}
.nav-image-swiper .swiper-button-next {
	top: unset;
	bottom: -5px;
	transform: rotate(90deg);
}
.nav-image-swiper .swiper-slide img {
	width: 100%;
	height: auto;
}

.award_wrapper {
    width: 200px;
    height: 200px;
    border: 2px solid #1D3375;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
.inside-awards-wrap {
	display: inline-flex;
}
#product-tabs-ul{
	display: flex;
	flex-wrap: wrap;
}

/* Kinoumai Hlektrika */
.archive .kinoumai-icon {
	margin-top: -50px;
}

/* Product Gallery */
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover {
	font-size: 25px;
	background-color: transparent;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow::before,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow::before {
	color: #41BEB8;
}
.woo-variation-gallery-thumbnail-slider .dashicons-arrow-left-alt2::before {
	content: "\f342";
}
.woo-variation-gallery-thumbnail-slider .dashicons-arrow-right-alt2::before {
	content: "\f346";
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow::before,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow::before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.woo-variation-gallery-thumbnail-wrapper div.woo-variation-gallery-thumbnail-slider {
	padding: 40px 0;
	margin-right: 0 !important;
}
.woo-variation-gallery-thumbnail-wrapper .slick-slide > div {
	padding: 5px;
}
.woo-variation-gallery-thumbnail-wrapper .slick-slide > div > div {
	max-height: 140px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .25);
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
	height: auto;
	width: 100%;
	max-width: unset;
	margin: auto !important;
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
	top: 10px;
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow {
	bottom: 10px;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
	visibility: visible;
	opacity: 1;
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container {
	align-content: center;
	align-items: center;
}
.product_thumb_wrapper .wvg-single-gallery-image-container {
	padding-left: 15px;
	padding-right: 15%;
}
.product-images.term-bikes {
	margin-top: -115px;
}
.product-images.term-bikes .woo-variation-gallery-slider-wrapper {
	padding-left: 15px;
}

.bike-parts-product .product-images .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
	max-height: 500px;
	height: 100%;
	max-width: unset;
	width: auto;
}
/* Support Videos */
.support-videos_swiper{
	width: 100%;
	overflow: unset;
}
.video_single{
	min-height: 500px;
	overflow: hidden;
	border-radius: 40px;
}
.video_author_details {
	position: absolute;
	bottom: 0;
	padding: 0 25px;
	margin-bottom: 20px;
}
.single_manual{
	font-size: 25px;
	margin-bottom: 20px;
}
.single_manual svg{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.segway_price_subsidy img {
	height: 40px;
	width: auto;
	margin-right: 20px;
}
.single_manual a {
	width: 340px;
}
.pswp__bg {
	background: rgba(198, 235, 234, 0.8);
}
.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 24px;
	padding: 10px;
	line-height: 28px;
	color: #1D3375;
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__caption,
.pswp__top-bar,
.pswp__img--placeholder--blank {
	background-color: transparent;
}
.pswp {
	z-index: 9999999999999999999;
}
.pswp__button.pswp__button--close,
.pswp__button.pswp__button--fs,
.pswp--svg .pswp__button--arrow--right::before,
.pswp--svg .pswp__button--arrow--left::before,
.pswp__button.pswp__button--zoom{
	background-image: url('/wp-content/themes/Aurelia/media/default_skin_blue.png') !important;
}
.archive .woo-variation-gallery-trigger.woo-variation-gallery-trigger-position-top-right {
	display: none;
}
.pswp__counter {
	color: initial;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-right: 40px;
}
.inside-jelly.position-absolute.animated-jelly {
	right: -6%;
	top: 23px;
	width: 200px;
	height: 340px;
}

/* Wp Forms*/
#wpforms-268-field_2-container,
#wpforms-268-field_3-container,
#wpforms-282-field_8-container {
	position: relative;
}
#wpforms-268-field_2-error,
#wpforms-268-field_3-container label.wpforms-error,
#wpforms-282-field_8-error{
	position: absolute;
	right: 6%;
	top: 8px;
}
#wpforms-282-field_8-error {
	top: unset;
	bottom: 19px;
}

/* Google Reviews */
.wp-gr .grw-dot.active {
	background: #21679a !important;
}
.wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
	padding: 45px 15px !important;
}
.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
	background: #def5f2 !important;
}
.wp-gr .grw-row-xl .grw-header,
.wp-gr .grw-row-m .grw-header, .wp-gr .grw-row-m .grw-review, .wp-gr .grw-row-l .grw-review {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.wp-gr .grw-row-xl .grw-header + .grw-content,
.wp-gr .grw-row-m .grw-header + .grw-content {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.wp-gr .grw-row {
	flex-wrap: wrap !important;
}
.wp-gr .grw-review .wp-google-feedback {
	height: 200px !important;
	overflow-y: auto !important;
}
/* MIMO */
#mimo {
	min-height: 150vh;
}
.mimo_title h3 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
}
.mimo_logo {
	margin-top: 200px;
}
.mimo_page_details {
	bottom: 45px;
}
.mimo_wrapper {
	border-radius: 40px;
	overflow: hidden;
}
.mimo_c1_wrapper p {
	font-size: 26px;
	line-height: 36px;
}
.mimo_page_logo {
	top: 40px;
	left: 45px;
}

/* Tannus logo */
#tannus-logo {
	width: 200px;
	height: auto;
	top: 85px;
	right: 0;
}