/* Restored 2017 Lightspeed theme layout for Manus Skateshop */
body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
ul.no-list-style, .no-list-style { list-style: none; margin: 0; padding: 0; }
.no-underline { text-decoration: none !important; }
.uppercase { text-transform: uppercase; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.clear, .clearfix { clear: both; }
.seo { position: absolute; left: -9999px; }

.container.topbar {
  max-width: 1170px;
  margin: 0 auto;
  padding: 18px 15px 0;
}
.logo { padding: 6px 0 16px; }
.logo img.logoresponsive {
  max-height: 56px;
  width: auto;
}
.currencies-languages { display: inline-block; margin-right: 16px; }
.select { position: relative; display: inline-block; margin-right: 10px; cursor: pointer; }
.select .selected { padding: 4px 18px 4px 0; }
.select .arrow-down {
  display: inline-block;
  width: 0; height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  vertical-align: middle;
}
.select .dropdown {
  display: none;
  position: absolute;
  z-index: 20;
  background: #fff;
  border: 1px solid #000;
  min-width: 120px;
  padding: 6px 10px;
}
.select:hover .dropdown { display: block; }
.my-account { font-size: 12px; margin-top: 8px; }
.cart .button {
  display: inline-block;
  padding: 6px 12px;
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
}
.searchbar { margin-top: 8px; clear: right; }
.searchbar input {
  border: 1px solid #ccc;
  padding: 5px 8px;
  width: 160px;
}

.usp {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  margin: 12px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.usp li { flex: 1; text-align: center; }

nav {
  background: #000 !important;
  margin-top: 0;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav .item { position: relative; }
nav .item .itemLink {
  display: block;
  color: #fff;
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em;
  text-decoration: none;
}
nav .item:hover .itemLink,
nav .item.active .itemLink { background: #222; }
nav .subnav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 30;
  background: #fff;
  min-width: 220px;
}
nav .item.sub:hover .subnav { display: block; }
.subnavBlock {
  border: 1px solid #000;
  padding: 12px;
}
.subnavBlock img { display: none; }
.subitemLink {
  display: block;
  padding: 6px 4px;
  color: #000;
}
#responsive-menu-button,
#responsive-cart-button { display: none; }

.headline { position: relative; margin: 20px 0; }
.headline > .slider {
  overflow: hidden;
  background: #111;
  min-height: 280px;
}
.headline > .slider ul { list-style: none; margin: 0; padding: 0; position: relative; }
.headline > .slider li { display: none; }
.headline > .slider li.is-active { display: block; }
.headline > .slider img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-prev, .slider-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  width: 36px;
  height: 36px;
  background: #000 url("/nl/assets/arrow-left.svg") center no-repeat;
  background-size: 18px;
  text-indent: -9999px;
  overflow: hidden;
}
.slider-next { right: 10px; background-image: url("/nl/assets/arrow-right.svg"); }
.slider-prev { left: 10px; }
.slider-pagination { text-align: center; margin-top: 8px; }
.slider-pagination span {
  display: inline-block;
  width: 8px; height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}
.slider-pagination span.active { background: #000; }

.banner { margin-bottom: 20px; }
.banner a { display: block; position: relative; }
.banner img { width: 100%; }

.featured { margin: 30px 0 40px; }
.featured h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: .12em;
  margin-bottom: 24px;
}
.featured .slider ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured .slider li {
  width: calc(20% - 13px);
  text-align: center;
}
.newProduct {
  position: relative;
  background: #fff;
  min-height: 180px;
  margin-bottom: 8px;
  border: 1px solid #eee;
}
.newProduct img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
  background: #fff;
}
.newProduct .new {
  position: absolute;
  top: 8px; left: 8px;
  background: #000;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 6px;
}
.productInfo h4 {
  font-size: 13px;
  margin: 6px 0 4px;
  min-height: 34px;
}
.productInfo .price { font-weight: 600; }

.footerBar, .footerBarWrapper {
  background: #000;
  color: #fff;
}
.footerBar { padding: 28px 0; }
.footerBar h3 { margin-top: 0; font-size: 16px; text-transform: uppercase; }
.footerBar input[type="email"] {
  padding: 8px 10px;
  border: 0;
  width: 260px;
  max-width: 70%;
  color: #000;
}
.footerBar .btn {
  display: inline-block;
  margin-left: 6px;
  padding: 8px 14px;
  border: 1px solid #fff;
  color: #fff !important;
  text-decoration: none !important;
}
footer.container { padding-bottom: 30px; }
footer h3 { font-size: 14px; text-transform: uppercase; }
footer .list { margin-top: 8px; }
footer .list img { height: 24px; margin-right: 6px; }
footer .copyright { margin-top: 24px; color: #666; }
.padding { height: 16px; }

.searchbarmobile, .selectorsmobile { display: none; }
@media (max-width: 991px) {
  #responsive-menu-button, #responsive-cart-button { display: inline-block; }
  nav.hidden-xs { display: none !important; }
  .usp { display: none; }
  .featured .slider li { width: calc(50% - 8px); }
  .searchbarmobile, .selectorsmobile { display: block; }
}
.sidr { display: none; }
