@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

:root {
  --primary-color: #183d1d;
  --upper-distance: 10rem;
  --company-txt: 2.4rem;
  --company-title: 4.6rem;
  --read-more-fs: 2.2rem;
  --product-title-fs: 2.8rem;
}

html {
  font-size: 62.5%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.error > label > small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666666 !important;
  background-color: transparent !important;
}

.top-bar-section {
  margin-left: clamp(1rem, 5.208vw, 10rem);
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  padding: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: transparent;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-section {
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px; /* an to header exei upsos 65px diaforetika anaprosarmogi */
  left: 15px;
  right: auto;
  margin-top: 0;
  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 0;
}

.innerpage main {
  padding-top: 0;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
  background-color: white;
  border-radius: 3px;
  font-size: 14px;
  color: var(--primary-color);
}

.home-active li:first-of-type a {
  font-weight: 800;
  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

.no-js .top-bar-section .has-dropdown > .dropdown {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: var(--primary-color) !important;
  color: white !important;
  padding: 1rem !important;
  line-height: 1.2;
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 18px;
  color: var(--primary-color);
  background-color: transparent;
  position: relative;
  display: inline-block;
  padding: 0 !important;
}

/* Links with after element */
.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: var(--primary-color);
}
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}
.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: var(--primary-color);
  background-color: transparent;
}
.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

.site-header,
.top-bar,
.top-bar-section,
.socialMedia-container {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header.scrolled {
  max-width: 100%;
  border-radius: unset;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);

  .top-bar {
    padding-left: 2rem;
    width: 100%;
  }

  .top-bar-section {
    margin-left: auto;
  }

  .socialMedia-container {
    margin-right: 2rem;
  }
}

.top-bar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar-section .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}

.homepage .top-bar-section .center > li:first-of-type a {
  font-weight: 700;
}

.top-bar-section .inline-list li {
  margin-left: 3rem;

  a {
    font-weight: 700;
  }
}

.top-bar-section .dropdown li {
  text-align: center;
}

.top-bar-section .center .active a {
  font-weight: 700;
}

.homepage .top-bar-section .center > li:first-of-type a {
  font-weight: 700;
}

.title-area {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.top-bar-section {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.site-header {
  background-color: var(--primary-color);
  max-width: 135rem;
  width: 100%;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.site-header .site-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar {
  background-color: white !important;
  padding-left: 20rem;
  padding-right: 3.5rem;

  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.socialMedia-container {
  margin-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

header .socialMedia-container .socialMedia img:last-of-type {
  display: none;
}

/* ------- SLIDER ------- */

.slick-slider {
  margin-bottom: 0;
}

#slider_1 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#slider_1 .slick-dots button {
  font-size: 0;
  border-radius: 50%;
  padding: 1.25rem;
  margin: 0;
  background-color: white;
}

#slider_1 .slick-dots li {
  list-style: none;
}

#slider_1 .slick-dots > li:not(.slick-active) button {
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}

/* MAIN */
/* COMPANY & PRODUCTS */
.company-products-container {
  background-color: var(--primary-color);
  margin-top: 1rem;
}

.company-outer-container {
  height: 55.2rem;
}

.company-products-container > div {
  background-image: url("../img/compnany-products-bg.png");
  max-height: 1392px;
  background-repeat: no-repeat;
  padding-top: var(--upper-distance);
  background-position: top left;
  background-size: contain;
}

.company-container {
  background-color: white;
  max-width: clamp(70rem, 89.583vw, 172rem);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem;
  gap: clamp(1rem, 2.604vw, 5rem);
}

.company-txt-container {
  max-width: clamp(5rem, 39.063vw, 75rem);
  margin-left: auto;
}

.company-txt-container h2 {
  font-size: clamp(2.2rem, 2.396vw, var(--company-title));
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1;
  padding-top: 3rem;
  margin-bottom: 2.5rem;
}

.company-txt > div:last-of-type {
  margin-top: clamp(1rem, 1.563vw, 3rem);
}

.company-txt > div {
  font-size: clamp(1.8rem, 1.25vw, var(--company-txt));
  color: var(--primary-color);
  line-height: 1.2;
  text-align: justify;
}

.read-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(1rem, 1.302vw, 2.5rem);
}

.read-more a {
  font-size: clamp(1.8rem, 1.146vw, var(--read-more-fs));
  color: var(--primary-color);
  font-weight: 700;
  -webkit-box-shadow: 0 1px var(--primary-color);
  box-shadow: 0 1px var(--primary-color);
}

.company-image {
  background-color: var(--primary-color);
  padding-left: 10px;
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.company-image img {
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem;
  width: clamp(60rem, 42.969vw, 82.5rem);
}

/* PRODUCTS */

.products-txt-container {
  max-width: 154rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-container h2 {
  font-weight: 700;
  text-align: center;
  color: white;
  font-size: var(--company-title);
}

.product-txt {
  max-width: 69.5rem;
}

.electric-motorbikes-txt {
  color: white;
  font-size: var(--company-txt);
  line-height: 1.2;
  text-align: justify;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5rem;
}

.product-title {
  font-size: var(--product-title-fs);
  padding-top: 3rem;
  color: var(--primary-color);
}

.products-txt-container {
  position: relative;
  z-index: 1;
}

.products-txt-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 59%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60rem;
  height: 9rem;
  background-color: white;
  z-index: -1;
  border-radius: 4.5rem;
}

.electric-motorbikes-txt {
  margin-top: 6.4rem;
}

.products-outer-container {
  position: relative;
  top: 6.51vw;
}

.product-title {
  font-weight: 700;
}

.see-all-bikes {
  margin-top: 9rem;
  line-height: 1;
}

.see-all-bikes a {
  color: var(--primary-color);
  padding: 2.5rem;
  outline: 1px solid var(--primary-color);
  font-size: var(--company-txt);
  font-weight: 700;
  border-radius: 2rem;
}

/* BIKES */

.bike-outer-container {
  margin-top: 29.5rem;
}

.electric-bikes-txt {
  color: var(--primary-color);
}

.bike-title.product-title {
  color: white;
  text-align: right;
}

.bike-txt-container .see-all-bikes {
  text-align: right;
}

.bike-outer-container.products-txt-container::before {
  background-color: var(--primary-color);
  left: 41%;
}

.electric-bikes-txt {
  text-align-last: right;
}

/* SERVICE */
.service-outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  max-width: 173rem;
  padding-right: 1rem;
  margin-top: var(--upper-distance);
}

.service-txt-container {
  width: clamp(20rem, 44.792vw, 86rem);
}

.service-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5rem;
  font-size: clamp(1.8rem, 1.25vw, var(--company-txt));
  color: var(--primary-color);
  line-height: 1.1;
  text-align: justify;
  text-align-last: right;
}

.service-title {
  color: var(--primary-color);
  font-size: var(--company-title);
  text-align: right;
  font-weight: 700;
  margin-bottom: 3rem;
}

.service-img img {
  border-bottom-right-radius: 8rem;
  border-top-right-radius: 8rem;
}

.learn-more {
  text-align: right;
  margin-top: 6rem;
}

.learn-more a {
  font-size: var(--company-txt);
  color: var(--primary-color);
  -webkit-box-shadow: 0 1px var(--primary-color);
  box-shadow: 0 1px var(--primary-color);
  font-weight: 700;
}

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;
  font-size: 32px;
}
.static-page__content p {
  line-height: 28px;
}

#articlebody .static-page__title {
  margin-bottom: 5rem;
}

#articlebody table td {
  line-height: 1.6;
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background-color: #fff;
  border-top: 10px solid var(--primary-color);
  margin-top: var(--upper-distance);
}

.site-footer > div {
  background-image: url("../img/footer-background.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 4.5rem;
  padding-top: 3rem;
}

.footer-socialMedia-outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 154rem;
  padding: 0 1rem;
  width: 100%;
  margin-top: 4rem;
}

.footer-socialMedia-outer-container > div {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

footer .socialMedia-container {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  margin: 4.5rem 0 2.5rem;
}
.footer-menu ul li {
  list-style-type: none;
}
.footer-menu ul li > ul {
  display: none;
}

.footer-menu ul li.active a {
  font-weight: 700;
}

.footer-menu ul li a {
  font-size: var(--company-txt);
  color: var(--primary-color);
}

.footer-logo {
  padding-top: 2rem;
}

.footer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;

  a {
    font-size: var(--company-txt);
    color: var(--primary-color);
  }
}

.imonline-logo {
  text-align: right;
}

.site-url {
  font-size: var(--company-txt);
  color: var(--primary-color);
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;

  a {
    color: var(--primary-color);
  }
}

/* INNERPAGES */

.static-page__content * {
  font-size: var(--read-more-fs);
}

.article__gallery {
  margin-top: var(--upper-distance);
}

div.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;

  margin-top: 5rem;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.breadcrumbs a:not(.current):focus,
.breadcrumbs a:focus,
.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: var(--primary-color);
}

.breadcrumbs *,
.breadcrumbs > .current,
.breadcrumb * {
  font-size: 1.8rem;
}

.static-page__title {
  font-size: var(--company-title);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px var(--primary-color);
  box-shadow: 0 4px var(--primary-color);
  color: var(--primary-color);
  line-height: 1;
}

.electrical-bicycles,
.electric-scooters {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 4rem;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.electrical-bicycles::before,
.electric-scooters::before,
.electrical-bicycles::after,
.electric-scooters::after {
  display: none;
}

.electrical-bicycles .articlelistingrow,
.electric-scooters .articlelistingrow {
  position: relative;
  max-width: 45rem;
}

.electrical-bicycles .articlelistingrow a::before,
.electric-scooters .articlelistingrow a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-filter: opacity(0);
  filter: opacity(0);
}

.electrical-bicycles .articlelistingrow a:hover:before,
.electric-scooters .articlelistingrow a:hover:before {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.title-desc-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 90%;
  width: 100%;
}

.electrical-bicycles .articlelistingrow:hover .title-desc-container,
.electric-scooters .articlelistingrow:hover .title-desc-container {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.electrical-bicycles .articlelistingrow .title-desc-container *,
.electric-scooters .articlelistingrow .title-desc-container * {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.electrical-bicycles-innerpage,
.electric-scooters-innerpage {
  max-width: 154rem;
  padding: 0 1rem;

  & .articlelistingrow {
    padding: 0;
  }
}

.innerpage .noImage {
  padding-top: 20rem;
}

.static-page__content {
  margin-top: 5rem;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  font-size: 2rem;
  padding: 1rem;
  height: 4rem;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  font-size: 12px;
}

label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: white;
}

#messageType {
  height: 4rem;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}

#contact {
  max-width: 134rem;
  margin: 0 auto;
  background-color: var(--primary-color);
  border-radius: 8rem;
  padding: 5rem 0 2rem;
}

.alert-box.success {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  margin: 0 auto;
  font-size: 2rem;
}

.main__image {
  text-align: center;
  margin-top: 8rem;
}

ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

ul.pagination li a {
  padding: 1rem;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current a {
  background: var(--primary-color);
}
ul.pagination li a {
  font-size: 1.4rem;
}

.accessories-innerpage p {
  font-size: 2rem;
}

.accessories-innerpage .static-page__title {
  margin-bottom: 4rem;
}

.static-page__content a {
  color: #000;
  text-decoration: underline;
}

.category__title + h2 {
  text-align: center;
  margin-top: 2rem;
}
.innerpage main > .row {
  padding: 0 1rem;
}

.accessories-innerpage > h2 {
  display: none;
}

.article-design {
  display: flex;

  .main__image img {
    position: sticky;
    top: 6rem;
  }

  .static-page__content {
    padding: 0 2rem;
  }
}

.article-design > div:first-child {
  width: 40%;
}

.article-design > div:last-child {
  width: 60%;
  margin-top: 8rem;
}

.innerpage .site-header {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.news-innerpage-container {
  margin: 5rem auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}

.news-innerpage-container li {
  list-style-type: none;
  border: 2px solid var(--primary-color);
  border-radius: 4rem;
}

.news-innerpage-container li img {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.news-innerpage-container .title-desc-container {
  position: static;
  filter: opacity(1);
  transform: unset;
  max-width: 40rem;
  text-align: center;
  margin: 2rem auto 0;
  color: var(--primary-color);

  h4 {
    margin-bottom: 2rem;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2rem;
  }

  p {
    font-size: 1.8rem;
  }
}

.news-innerpage {
  max-width: 154rem;
  padding: 0 1rem;
}

.news-article__container .main__image {
  margin: 0;
}

.news-article__container .article-design {
  flex-direction: column;
  max-width: 90rem;
  margin: 0 auto;
  width: 100%;
}

.news-article__container .article-design > div:last-child {
  width: unset;
}

.news-article__container .article-design .breadcrumb {
  margin: 0 auto 25px 0;
  width: unset;
}
.bike-image img,
.product-image img {
  border-radius: 8rem;
}

.footer-details > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--primary-color);
  gap: 1.5rem;

  strong {
    font-size: var(--company-txt);
  }
}


.article__gallery {
  margin: 0 !important;
}

@media screen and (min-width: 2100px) {
  .company-container,
  .service-outer-container {
    margin-left: auto;
    margin-right: auto;
  }
  .bike-outer-container {
    margin-top: 45.5rem;
  }
}

@media screen and (max-width: 1540px) {
  :root {
    --company-txt: 2.2rem;
  }
  .company-outer-container {
    height: unset;
  }
  .products-outer-container {
    position: static;
  }

  .company-products-container > div {
    max-height: unset;
  }
  .products-txt-container::before,
  .bike-outer-container.products-txt-container::before {
    left: 50%;
  }
  .product-title,
  .bike-title.product-title {
    text-align: center;
  }

  .products-txt-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: var(--upper-distance);
  }

  .bike-outer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .see-all-bikes a {
    color: white;
    outline-color: white;
  }

  .products-container h2 {
    margin-top: var(--upper-distance);
    margin-bottom: 0;
  }

  .company-products-container > div {
    padding-bottom: 5rem;
  }

  .company-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 70rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .company-txt-container {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    padding: 0 1rem;
  }

  .company-container {
    margin: 0 auto;
  }

  .company-image {
    background-color: unset;
  }

  .company-container {
    border-radius: 8rem;
    padding-bottom: 3rem;
  }

  .company-image img {
    border-radius: 8rem;
  }
  .company-txt-container h2 {
    text-align: center;
  }

  .bike-txt-container .see-all-bikes a {
    color: var(--primary-color);
    outline: 1px solid var(--primary-color);
  }

  .service-outer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-txt,
  .electric-bikes-txt {
    direction: ltr;
  }

  .learn-more,
  .bike-txt-container .see-all-bikes {
    text-align: left;
  }

  .service-img img {
    border-radius: 8rem;
  }

  .service-title {
    text-align: center;
  }

  .company-txt > div {
    font-size: 2.2rem;
  }

  .service-txt-container {
    max-width: 75rem;
    width: unset;
  }
  .service-txt {
    font-size: 2.2rem;
  }

  .site-header {
    max-width: 100%;
    border-radius: unset;

    .top-bar {
      padding-left: 2rem;
      width: 100%;
    }

    .top-bar-section {
      margin-left: auto;
    }

    .socialMedia-container {
      margin-right: 2rem;
    }
  }

  .top-bar-section .center {
    gap: 2rem;
  }

  .top-bar {
    padding-right: 2rem;
  }

  .homepage main {
    padding-top: 100px;
  }

  .service-outer-container {
    padding: 0 1rem;
  }

  .company-image {
    padding: 0 1rem;
  }

  .news-article__container .article-design .static-page__title {
    width: 90%;
  }

  .news-article__container .article-design > div:last-child {
    margin-top: 4rem;
  }

  .news-article__container .main__image {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 1024px) {
  [class*="block-grid-"] {
    max-width: 660px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .footer-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin: 2.5rem 0;
  }

  .footer-socialMedia-outer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }

  .socialMedia-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-url {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .imonline-logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .top-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar-section {
    width: 100%;
  }

  .socialMedia-container {
    margin-left: auto;
  }
  header .socialMedia-container .socialMedia img:first-of-type {
    display: none;
  }
  header .socialMedia-container .socialMedia img:last-of-type {
    display: block;
    width: 39px;
    height: auto;
  }

  .top-bar {
    height: 13rem;
    border-radius: unset;
  }

  .site-header {
    .top-bar-section {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .top-bar-section .center {
    gap: 1.5rem;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 1.6rem;
  }

  .site-header__row > .socialMedia-container {
    display: none;
  }

  .article-design {
    flex-direction: column;
    align-items: center;
  }
  .article-design > div:first-child {
    max-width: 65rem;
    margin-top: 10rem;
    width: 100%;
  }

  .article-design > div:last-child {
    width: 100%;
  }

  .article-design {
    .main__image img {
      position: static;
      top: unset;
    }
  }

  .news-article__container .main__image {
    margin-top: 13rem;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --product-title-fs: 2rem;
    --company-txt: 1.8rem;
    --upper-distance: 5rem;
    --company-title: 2.6rem;
    --read-more-fs: 1.8rem;
  }
  .st_linkedin_hcount {
    display: none;
  }

  [class*="block-grid-"] {
    max-width: 330px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 2.4rem;
    padding-right: 0;
    height: auto;
  }

  /* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 0.3rem;
    background: var(--secondary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .top-bar .toggle-topbar.menu-icon a span + span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 22;
  }

  .top-bar.expanded .title-area {
    background: #ffffff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .top-bar {
    height: 72px;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .products-txt-container::before {
    width: 30rem;
    height: 8rem;
  }
  .service-txt {
    font-size: 2rem;
  }

  .learn-more {
    margin-top: 3rem;
  }

  .see-all-bikes {
    margin-top: 6rem;
    text-align: center;
  }

  .learn-more,
  .bike-txt-container .see-all-bikes {
    text-align: center;
  }

  .company-container {
    gap: 3rem;
  }

  .company-txt > div {
    font-size: 1.8rem;
  }

  .read-more {
    margin-top: 2rem;
  }

  .company-products-container {
    margin-top: 6rem;
  }

  #slider_1 .slick-dots button {
    background-color: var(--primary-color);
  }

  #slider_1 .slick-dots {
    bottom: -4rem;
  }

  .top-bar .title-area {
    width: 100%;
    margin-top: 1rem;
  }
  .top-bar .toggle-topbar.menu-icon {
    left: unset;
    right: 0;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    background: var(--primary-color);
  }

  .site-header {
    .top-bar {
      padding-left: 1rem;
    }
  }
  .site-header {
    .socialMedia-container {
      margin: 0 auto;
    }
  }

  .top-bar-section .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-bar-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .socialMedia-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .socialMedia-container {
    padding-bottom: 4rem;
  }

  .site-header {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  }

  .homepage main {
    padding-top: 6.6rem;
  }

  .innerpage .noImage {
    padding-top: 14rem;
  }
  #slider_1 .slick-dots button {
    padding: 1rem;
  }

  .no-js .top-bar-section .has-dropdown > .dropdown {
    left: 100%;
    transform: unset;
    padding-top: 2rem;
  }

  .news-article__container .main__image {
    margin-top: 7rem;
  }

  .news-article__container .article-design > div:last-child {
    margin-top: 1rem;
  }

  .news-article__container .article-design .breadcrumbs {
    margin-top: 3rem;
  }
}
