html {
  background: #f0f0f0;
}

.featherlight {
  z-index: 9999;
}

#top-menu {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
#top-menu .container > ul {
  display: flex;
  border-left: 1px solid #ececec;
  align-items: center;
}
#top-menu .container > ul > li {
  border-right: 1px solid #ececec;
  height: 55px;
  padding: 0;
  align-items: center;
  display: grid;
}
#top-menu .container > ul > li > * {
  padding: 7.5px 15px;
}
#top-menu .container > ul > li > a {
  display: block;
}
#top-menu .languages li {
  padding: 0;
}
#default-menu {
  max-height: 100vh;
}
#header {
  background: #fff;
}
#header .container {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  padding: 10px;
}
@media (min-width: 768px) {
  #header .container {
		grid-template-columns: 400px auto;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #header .container {
    grid-template-columns: 480px auto;
  }
	#top-menu .container {
    grid-template-columns: 12% 25% auto 5%;
  }
}
#top-menu .container .customer-service a {
	color: #555;
	text-decoration: none;
}
#top-menu .languages {
	margin: 0;
	padding: 0;
	display: inline-flex;
}
#top-menu .search .input-group {
	border: none;
}
#top-menu .search .input-group .input-group-icon {
	padding: 5px;
}
#top-menu .languages img {
	height: 20px;
	margin: 5px;
	align-items: center;
	display: grid;
}
#header .logotype img {
  width: 100%;
	padding: 10px 0px;
}
#header .information-wrapper {
  padding: 0;
  margin: 0;
	display: inline-flex;
}
#header .information-wrapper li {
  list-style: none;
  padding-left: 25px;
  margin: 15px 0px;
  float: right;
  text-align: center;
}
#header .info-heading {
  margin: 0;
  padding-top: 5px;
  color: #000;
  font-size: 16px;
	letter-spacing: -1px;
}
#header .info-text {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 12px;
  color: #999;
}
@media (max-width: 767px) {
  #header .information-wrapper li {
		padding: 0px;
		margin: 0px;
	}
	#header .info-heading {
		font-size: 13px;
		letter-spacing: -1px;
	}
	#header .info-text {
		font-size: 10px;
	}
}
#cart {
  display: inline-block;
}
#cart > a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#cart > a:hover {
  text-decoration: none;
}
#cart img {
  max-width: 50px;
  max-height: 50px;
}
#cart .badge {
  background: red;
  border-radius: 1.25rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  position: absolute;
  left: 1em;
  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: 55px;
  z-index: 998;
  background: #727272;
  border-bottom: 5px #000 solid;
  color: #fff;
  text-shadow: 1px 1px 0px #4c4c4c;
  font-size: 18px;
}
#site-menu li ul {
  text-shadow: none;
  color: #666;
}
#site-menu .campaigns a {
  color: #f67a6a;
}

@media (max-width: 767px) {
  #site-menu {
    font-size: 1.25em;
  }
}
#cookies-acceptance {
  top: 0;
  z-index: 999;
  margin: 0 10px 0 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #cookies-acceptance {
    margin: 0 20px 0 20px;
    padding: 10px 20px;
  }
}
#main .container {
	display: grid;
	grid-template-columns: max-content;
	grid-template-areas: 'sidebar content';
	grid-template-rows: 1fr;
}
#box-manufacturer-links ul {
  max-height: 400px;
  overflow-y: auto;
  flex-direction: row !important;
  padding-right: 15px;
}
#box-category {
  margin-top: 30px !important;
}
#box-manufacturer-links ul li {
  width: 100%;
}
#sidebar {
  position: relative;
  width: 300px;
  margin-right: 40px;
  margin-top: 15px;
  float: left;
}
#box-filter .manufacturers li {
  padding: 0;
}
#sidebar > *:first-child {
    margin-top: 0;
  }
@media (max-width: 767px) {
  #sidebar {
    display:none;
  }
}
#content {
  grid-area: content;
  grid-gap: 10px;
}
@media (min-width: 768px) {
  #content {
    grid-gap: 20px;
  }
}
#footer {
	margin-top: 25px;
  padding: 10px;
  background: #303030;
  font-family: 'Libre Franklin';
  color: #aaa;
}
#footer h3 {
  color: #fff;
  text-transform: uppercase;
}
#footer a {
  color: #ddd;
}
@media (min-width: 991px) {
  #footer {
    padding: 30px 20px;
  }
}
#copyright {
  background: #222;
}
#copyright .notice {
  color: #999;
  padding: 20px;
  text-align: center;
}
#copyright a {
  color: #ddd;
}
#scroll-up {
  bottom: 30px;
  display: none;
  height: 48px;
  opacity: 0.3;
  position: fixed;
  right: 30px;
  width: 48px;
}
/* Boxes */
.box {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .box {
    margin: 0;
  }
}
.box.white {
  margin: 60px 0;
  padding: 40px;
  border-radius: 4px;
  background: #fff;
}
.box.border {
  margin: 60px 0;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.box .title {
  margin-top: 35px;
	color: #ff6900;
	font-size: 30px;
	text-transform: uppercase;
}
h2.title {
  margin-top: 35px;
	color: #ff6900;
	font-size: 30px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
  .box .title, h2.title {
    margin-top: 5px;
    font-size: 24px;
  }
}
#box-manufacturer-logotypes {
  background: #fff;
	margin-bottom: -25px;
}
@media (min-width: 992px) {
  #box-also-purchased-products {
    position: sticky;
    top: 0;
  }
}
#box-information li a {
  color: inherit;
  line-height: 175%;
}
#box-information li a.active {
  color: #2e9cd4;
}
#box-information li a:hover {
  color: #2e9cd4;
}
#box-filter .manufacturers ul {
  max-height: 200px;
  overflow-y: auto;
}
#box-recently-viewed-products .listing {
  grid-template-columns: repeat(auto-fit, minmax(48px, 0.5fr));
}
.listing {
  display: grid;
}
.listing.products {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
}
@media (min-width: 768px) {
  .listing.products {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
  }
}
.listing.categories {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
}
@media (min-width: 768px) {
  .listing.categories {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
  }
}
.listing h1,
.listing h2,
.listing h3 {
  padding-bottom: 0;
  border: none;
}
.listing a {
  color: inherit;
  text-decoration: none;
}
.listing .category,
.listing .manufacturer,
.listing .product-column,
.listing .product-row {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  transform: scale(1);
  transition: all 100ms linear;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .listing .category:hover,
  .listing .manufacturer:hover,
  .listing .product-column:hover,
  .listing .product-row:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
  }
}
.listing .category .caption {
  background: #f2f2f2;
  padding: 10px 20px;
  color: #333;
  text-align: center;
}
.listing .category .caption * {
  color: inherit;
  margin: 0;
}
.listing .manufacturer img {
  width: 100%;
  height: auto;
  padding: 10px;
}
.listing .manufacturer .caption {
  margin: 0;
  padding: 10px;
  background: #f2f2f2;
  color: #333;
  text-align: center;
}
.listing .product-column,
.listing .product-row {
  position: relative;
}
.listing .product-column .link,
.listing .product-row .link {
  text-decoration: none;
}
.listing .product-column .image-wrapper,
.listing .product-row .image-wrapper {
  background: #fff;
}
.listing .product-column .image-wrapper .sticker,
.listing .product-row .image-wrapper .sticker {
  position: absolute;
  top: 20px;
  left: -32px;
  width: 135px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.listing .product-column .image-wrapper .sticker.new,
.listing .product-row .image-wrapper .sticker.new {
  background: rgba(251, 184, 41, 0.9);
}
.listing .product-column .image-wrapper .sticker.sale,
.listing .product-row .image-wrapper .sticker.sale {
  background: rgba(250, 88, 78, 0.9);
}
.listing .product-column .info {
}
.listing .product-column .name,
.listing .product-row .name {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 0.8em;
  border-bottom: 0;
  margin: 0;
  font-weight: normal;
  color: #737373;
  height: 25px;
  padding-bottom: 5px;
  white-space: nowrap;
  word-spacing: -2px;
}
.listing .product-column .manufacturer-name,
.listing .product-row .manufacturer-name {
  color: #000;
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*! line-height: 200%; */
	text-transform: uppercase;
  /*! height: 25px; */
}
.listing .product-column .price-wrapper,
.listing .product-row .price-wrapper {
  font-size: 0.8em;
}
.listing .product-column .price-wrapper .price,
.listing .product-row .price-wrapper .price {
  font-weight: bold;
  color: #ff6900;
  white-space: nowrap;
}
.listing .product-column .price-wrapper .regular-price,
.listing .product-row .price-wrapper .regular-price {
  color: #ff6900;
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap;
}
.listing .product-column .price-wrapper .campaign-price,
.listing .product-row .price-wrapper .campaign-price {
  font-weight: bold;
  color: #fd0000;
  white-space: nowrap;
}
.listing .product-column .preview,
.listing .product-row .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-column:hover .preview,
  .listing .product-row:hover .preview {
    display: inline-block;
  }
}
.listing .product-column .image {
  width: 100%;
  height: auto;
}
.listing .product-column .info {
  padding: 10px;
  text-transform: uppercase;
}
.listing .product-column .price-wrapper {
  position: initial;
}
.listing .product-row {
  grid-column: span 4;
  height: 175px;
}
.listing .product-row .info {
  position: absolute;
  top: 0;
  left: 120px;
  padding: 10px;
}
@media (min-width: 768px) {
  .listing .product-row .info {
    left: 180px;
  }
}
.listing .product-row .image-wrapper {
  display: inline-block;
}
.listing .product-row .image {
  max-width: 100px;
}
@media (min-width: 768px) {
  .listing .product-row .image {
    max-width: 160px;
  }
}
.listing .product-row .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: 10px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .listing .product-row {
    height: auto;
  }
  .listing .product-row .description {
    margin-top: 20px;
  }
}
#view-full-page {
  float: right;
  display: inline-block;
  padding: 10px 20px;
}
#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: 5px 10px;
  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(253, 0, 0, 0.71);
}
#box-product .extra-image img {
  opacity: 0.55;
  border-radius: 5px;
  margin-bottom: 10px;
}
#box-product .extra-image img:hover  {
  opacity: 1;
}
#box-product .manufacturer img {
  padding: 15px;
}
#box-product .price-wrapper {
  font-size: 2em;
  color: #ff6900;
  font-weight: bolder;
}
#box-product .regular-price {
  font-size: 0.75em;
}
#box-product .campaign-price {
  color: #fd0000;
}
#box-product .tax {
  color: #999999;
}
#box-product .stock-available .value {
  color: #4fbb7e;
}
#box-product .stock-partly-available .value {
  color: #ff9900;
}
#box-product .stock-unavailable .value {
  color: #cc0000;
}
#box-product .out-of-stock-notice {
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 4px;
}
#box-product .social-bookmarks {
  font-size: 1.75em;
  margin: 20px 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 1;
  }
}
#box-product .technical-data table td {
	color: #707070;
}
#box-product .sizes {
  font-size: 15px;
}
#box-product .sizes-img {
  margin-top: 20px;
}
#box-product .heading {
  padding-bottom: 30px;
}
#box-product .heading .subtitle-italic {
  margin: 5px 0 30px 0;
  font-style: italic;
}
#box-product .heading h1 {
  font-style: italic;
  font-size: 3vmin;
  color: #ff6900;
  margin: 0px 0px -3px 0px;
  text-transform: uppercase;
  padding-bottom: 0;
}
#box-product .heading h2 {
  font-size: 3vmin;
  margin: 0px 0px -3px 0px;
  text-transform: uppercase;
  padding-bottom: 0;
}
#box-product .heading h3 {
  font-size: 3vmin;
  margin: 0px 0px -3px 0px;
  text-transform: uppercase;
  padding-bottom: 0;
}
#box-product .heading h1 a {
  color: #ff6900;
  text-decoration: none;
}
