html {
  background: var(--site-background-color);
	scroll-behavior: smooth;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--page-background-color);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.logo {
	margin-right: var(--gutter-size);
}
#cart {
  display: inline-block;
}
#cart > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px transparent solid;
  border-radius: var(--border-radius);
  color: inherit;
  white-space: nowrap;
}
#cart > a:hover {
  border-color: var(--default-border-color);
  text-decoration: none;
}
#cart img {
  max-width: 50px;
  max-height: 50px;
}
#cart .badge {
  background: red;
  border-radius: 1.25rem;
  padding: 0.25rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  position: absolute;
  right: 0;
  top: 1em;
  width: 2em;
  animation: pulsating 1.5s linear infinite;
}
#cart .badge:empty {
  display: none;
}
@media (max-width: 767px) {
  #cart .details {
    display: none;
  }
}
#site-menu {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--navigation-background-color);
  backdrop-filter: blur(10px) saturate(2);
}
#site-menu .dropdown [data-toggle="dropdown"] {
	padding: 1em;
  background-image: none;
	padding-inline-end: 1em !important;
}
#site-menu .nav li > a {
	padding: 1em;
}
#site-menu:after {
  content:'';
  display:block;
  position:absolute;
  bottom:-1rem;
  /* The main idea with this technique is to use a radial gradient to simulate the
  desired effect */
  background:radial-gradient(farthest-corner at 50% 0px, rgba(0, 0, 0, .2) 0%, transparent 50%);
  width:100%;
  height:1rem;
}
@media (max-width: 1199px) {
  #site-menu {
    font-size: 1.15em;
  }
}
.navbar {
  margin: .5em;
}
@media (min-width: 1200px) {
  .navbar {
    margin: 0 2em;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, #00A5B5 30%, #3CB4E5 35%, #3CB4E5 50%, #F6E948 55%, #F6E948 80%, #E81F76 85%) 5;
    padding: 15px 0;
	}
}
#main {
  padding: 0 1em .5em 1em;
}
@media (min-width: 1200px) {
  #main {
    padding: 0 2em 2em 2em;
	}
}
@media (min-width: 767px) {
  #sidebar {
    margin-inline-end: var(--gutter-size);
		padding-top: var(--gutter-size);
  }
  #sidebar > *:first-child {
    margin-top: 0;
  }
}
#content {
  width: 100%;
  grid-area: content;
  grid-gap: calc(var(--gutter-size) / 2);
}
@media (min-width: 768px) {
  #content {
    grid-gap: calc(var(--gutter-size) * 2);
  }
}
#countries-menu {
	padding: 30px;
	columns: 5 auto;
}
#countries-menu > div > a {
	padding: 20px;
	width: 100%;
	display: block;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
}
#countries-menu > div > a:hover {
	background-color: #f3f3f3;
}
#rollators {
	scroll-margin-top: 7em;
}
#features, #order-catalogue, #about-us {
	scroll-margin-top: 9em;
}
#rollators > div > h3 {
	padding: calc(var(--gutter-size)/2);
	background: #555;
	color: #fff;
}
#rollators .description {
  background-color: #fff;
  padding: 0.9375rem;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
}
#rollators li {
  list-style: none;
}
#rollators h3 {
  margin-bottom: 0;
}
#rollators .pricing-table {
	margin-top: 0;
  padding: 0;
}
#rollators .pricing-table .title {
  background-color: #333333;
	padding: 0.9375rem 1.25rem;
	border-radius: 5px;
	color: #eee;
}
#features p, #order-catalogue p, #about-us p {
  margin-top: 0;
  text-align: justify;
  text-justify: inter-word;
}
#features img {
  box-shadow: 0 4px 30px 6px rgba(0,0,0,.12);
	border-radius: 5px;
}
#features .right {
  float: right;
}
#features iframe {
  width:100%;
	height: 455px;
}
@media (max-width: 767px) {
  #features iframe {
  width:100%;
	height: 275px;
}
}
#order-catalogue .right-inner-container {
  padding: calc(var(--gutter-size)*2);
	background: #c3dddf;
	color: #555;
	border-radius: 5px;
	box-shadow: 0 4px 30px 6px rgba(0,0,0,.12);
	margin: calc(var(--gutter-size)*2) 0;
}
#order-catalogue .row {
	margin: 0;
}
#order-catalogue h2, #about-us h3 {
	margin-top: 0;
}
#order-catalogue .container {
	position: relative;
	overflow: hidden;
	width: 900px;
	max-width: 100%;
}
#order-catalogue .left-inner-container {
	padding-right: calc(var(--gutter-size)*2);
}
#order-catalogue input, #order-catalogue textarea, #order-catalogue select {
	background-color: #fff;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
  font-size: 14px;
  border-radius: var(--border-radius);
}
#order-catalogue select {
	color:#a3a3a3;
}
#order-catalogue input:focus, textarea:focus, select:focus{
  outline:1px solid #00b4cf;
}
#order-catalogue button {
	border-radius: var(--border-radius);
	border: 1px solid #00a5b5;
	background-color: #00a5b5;
	color: #fff;
	font-size: 14px;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
  cursor:pointer;
  margin-top: 10px;
	width: 100%;
}
#order-catalogue button:hover {
  opacity:0.7;
}
#footer {
  padding: calc(var(--gutter-size)*2);
  background-color: var(--footer-background-color);
  color: var(--footer-text-color);
}
@media (min-width: 1200px) {
  #footer {
    padding: calc(var(--gutter-size)*2);
  }
}
#footer a {
  color: inherit;
}
#footer .title {
  font-size: 1.5em;
  margin: 0;
  color: var(--footer-title-color);
}
#footer ul.list-vertical li {
  padding: 0;
}
#footer .nav-footer li > a {
  padding: 0.5em;
	text-decoration: none;
}
#box-newsletter-subscribe {
	margin-bottom: calc(var(--gutter-size)*2);
}
#box-newsletter-subscribe .input-group {
	margin: 0 auto;
	max-width: 450px;
}
.copyright {
	font-size: 13px;
}
#scroll-up {
  bottom: 30px;
  display: none;
  height: 48px;
  opacity: 0.3;
  position: fixed;
  right: 30px;
  width: 48px;
}
/* Boxes */
.box {
  margin: var(--gutter-size) 0;
}
.box.white {
  margin: var(--gutter-size);
  padding: var(--gutter-size);
  border-radius: var(--border-radius);
  background: #fff;
}
.box.border {
  padding: var(--gutter-size);
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
}
.box > .title {
  margin-top: 0;
}
#box-cookie-notice {
  background: var(--cookie-notice-background-color);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  backdrop-filter: saturate(200%) blur(5px);
  color: var(--cookie-notice-text-color);
  z-index: 999;
}
#box-cookie-notice .notice {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  #box-also-purchased-products {
    position: sticky;
    top: 0;
  }
}
#box-manufacturer-logotypes img {
  max-height: 60px;
}
#box-filter .manufacturers ul {
  max-height: 200px;
  overflow-y: auto;
}
#box-recently-viewed-products .listing {
  grid-template-columns: repeat(auto-fill, minmax(48px, 0.5fr));
}
.listing {
  display: grid;
  grid-gap: .5em;
}
@media (min-width: 768px) {
  .listing {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 2em;
  }
}
.listing.products.columns {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
}
@media (min-width: 768px) {
  .listing.products.columns {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.listing.products.rows {
  grid-auto-flow: row;
  grid-template-columns: initial;
}
.listing.categories {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (min-width: 768px) {
  .listing.categories {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
.listing.manufacturers {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  .listing.manufacturers {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.listing h1,
.listing h2,
.listing h3 {
  padding-bottom: 0;
  border: none;
}
.listing a {
  color: inherit;
  text-decoration: none;
}
.listing .category,
.listing .manufacturer,
.listing .product {
  position: relative;
  overflow: hidden;
  background: var(--image-whitespace-color);
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
  transform: scale(1);
  transition: all 100ms linear;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .listing .category:hover,
  .listing .manufacturer:hover,
  .listing .product:hover {
    box-shadow: 0 calc(var(--gutter-size)/4) calc(var(--gutter-size)/2) 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
  }
}
.listing .category .caption {
  background: #f2f2f2;
  padding: calc(var(--gutter-size)/2) var(--gutter-size);
  color: var(--default-text-color);
  text-align: center;
}
.listing .category .caption * {
  color: inherit;
  margin: 0;
}
.listing .manufacturer img {
  width: 100%;
  height: auto;
  padding: calc(var(--gutter-size)/2);
}
.listing .manufacturer .caption {
  margin: 0;
  padding: calc(var(--gutter-size)/2);
  background: #f2f2f2;
  color: var(--default-text-color);
  text-align: center;
}
.listing .product {
  position: relative;
}
.listing .product .link {
  text-decoration: none;
}
.listing .product .image-wrapper {
  background: var(--image-whitespace-color);
}
.listing .product .image-wrapper .sticker {
  position: absolute;
  top: 20px;
  left: -32px;
  width: 125px;
  padding: calc(var(--gutter-size)/4) calc(var(--gutter-size)/2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.listing .product .image-wrapper .sticker.new {
  background: rgba(251, 184, 41, 0.9);
}
.listing .product .image-wrapper .sticker.sale {
  background: rgba(237, 60, 50, 0.9);
}
.listing .product .name {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  border-bottom: 0;
  margin: 0;
}
.listing .product .manufacturer-name {
  color: var(--default-text-color);
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 200%;
  opacity: 0.75;
}
.listing .product .description {
  text-align: left;
}
.listing .product .price-wrapper {
  font-size: 1.25em;
}
.listing .product .price-wrapper .price {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.listing .product .price-wrapper .regular-price,
.listing .product .price-wrapper .recommended-price {
  color: var(--default-text-color);
  font-size: 0.75em;
  font-weight: normal;
  white-space: nowrap;
}
.listing .product .price-wrapper .campaign-price {
  font-weight: bold;
  color: #cc0000;
  white-space: nowrap;
}
.listing .product .preview {
  margin: 0 -1px -1px -1px;
  display: none;
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .listing .product:hover .preview {
    display: inline-block;
  }
}
.listing.columns .product .image {
  width: 100%;
  height: auto;
}
.listing.columns .product .info {
  padding: calc(var(--gutter-size)/2);
  text-align: center;
}
.listing.columns .product .description {
  display: none;
}
.listing.columns .product .price-wrapper {
  position: initial;
}
.listing.rows .product {
  height: 175px;
}
.listing.rows .product .info {
  position: absolute;
  top: 0;
  left: calc(var(--gutter-size) + 100px);
  right: 0;
  bottom: 0;
  padding: calc(var(--gutter-size)/2);
}
@media (min-width: 768px) {
  .listing.rows .product .info {
    left: calc(160px + var(--gutter-size));
  }
}
.listing.rows .product .image-wrapper {
  display: inline-block;
}
.listing.rows .product .image {
  max-width: 100px;
}
@media (min-width: 768px) {
  .listing.rows .product .image {
    max-width: 160px;
  }
}
.listing.rows .product .price-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.25em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 100%);
  padding: calc(var(--gutter-size)/2);
  padding-inline-start: calc(var(--gutter-size) * 2);
}
@media (min-width: 768px) {
  .listing.rows .product {
    height: auto;
  }
  .listing.rows .product .description {
    margin-top: var(--gutter-size);
  }
}
#view-full-page {
  float: right;
  display: inline-block;
  padding: calc(var(--gutter-size)/2) var(--gutter-size);
}
#box-product form[name="buy_now_form"] {
}
#box-product .images {
  margin-bottom: calc(var(--gutter-size)*2);
}
#box-product .main-image {
  position: relative;
  overflow: hidden;
}
#box-product .main-image .sticker {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  top: 15px;
  left: -35px;
  padding: calc(var(--gutter-size)/4) calc(var(--gutter-size)/2);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  width: 140px;
}
#box-product .main-image .sticker.new {
  background: rgba(251, 184, 41, 0.85);
}
#box-product .main-image .sticker.sale {
  background: rgba(237, 60, 50, 0.85);
}
#box-product .price-wrapper {
  font-size: 1.75em;
}
#box-product .price-wrapper .regular-price,
#box-product .price-wrapper .recommended-price {
  font-size: 0.75em;
}
#box-product .price-wrapper .campaign-price {
  color: #cc0000;
}
#box-product .tax {
  color: #999;
}
#box-product .stock-available .value {
  color: #009900;
}
#box-product .stock-partly-available .value {
  color: #ff9900;
}
#box-product .stock-unavailable .value {
  color: #cc0000;
}
#box-product .out-of-stock-notice {
  background: var(--default-background-color);
  border: 1px solid var(--default-border-color);
  padding: var(--gutter-size);
  border-radius: var(--border-radius);
}
#box-product .social-bookmarks {
  font-size: 1.75em;
  margin: var(--gutter-size) 0;
}
#box-product .description p:first-child {
  margin-top: 0;
}
#box-product .description p:last-child {
  margin-bottom: 0;
}
#box-product .technical-data table {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
#box-product .technical-data table td:first-child {
  width: 50%;
}
@media (min-width: 768px) {
  #box-product .technical-data {
    columns: auto 2;
  }
}
