@font-face {
  font-family: Kenteken;
  src: url('kenteken.ttf');
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.1; }

p {
  line-height: 1.2; }

a {
  color: #d3d3d3;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

html, body {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font: normal normal 300 18px 'Lato', 'Open Sans', Arial, sans-serif;
  background: #fff; }

img {
  max-width: 100%;
  height: auto; }

main {
  background: #ffffff; }

form select {
  display: block;
  float: right;
  width: 100%;
  max-width: 300px;
  padding: 2px 10px;
  margin: 0.5rem auto 0 auto;
  font-size: 0.8rem;
  border-radius: 2px;
  -webkit-appereance: none;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1); }

.mx-auto {
  margin-right: auto;
  margin-left: auto; }

.mt-2 {
  margin-top: 20px; }

.mt-1 {
  margin-top: 10px; }

#body {
  position: relative;
  padding-top: 75px; }
@media (min-width: 768px) {
  #body {
    padding-top: 135px; } }
#body.mobile {
  overflow-y: hidden; }
  #body.mobile::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #body.mobile #mobile {
    display: block; }
  #body.mobile #header {
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25); }
#body.alert {
  padding-top: 79px; }
  #body.alert.mobile #mobile {
    top: 79px; }
#body.alert.search #search {
  top: 79px; }
@media (min-width: 768px) {
  #body.alert {
    padding-top: 175px; } }
#body.alert #header {
  padding-top: 0; }
#body.overlay {
  overflow-y: visible; }
  #body.overlay #search-result, #body.overlay #overlay {
    display: block; }
#body.overflow {
  overflow-y: hidden; }
  #body.overflow #popup {
    overflow-y: auto; }

h1 {
  font-size: 1rem; }

h2 {
  font-size: 0.8rem; }

.title {
  margin-bottom: 1rem; }
  .title.category img {
    display: none; }
  @media (min-width: 768px) {
    .title.category {
      margin-bottom: 2rem; }
      .title.category h1 {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        font-size: 1.25rem; }
      .title.category img {
        display: inline-block;
        margin-right: 1rem; } }
  .title h1 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: center;
    color: #626262;
    text-transform: none; }
  .title span {
    margin: 0.5rem 0;
    text-align: center;
    font-size: 0.9rem; }
    .title span.article {
      float: left; }

ul {
  padding: 0;
  margin: 0; }

ul.check, #product-info ul {
  display: block;
  list-style: none; }
  ul.check li, #product-info ul li {
    display: block;
    padding: 0.15rem 0;
    vertical-align: middle; }
    ul.check li::before, #product-info ul li::before {
      content: '';
      display: inline-block;
      font-size: 12px;
      width: 15px;
      height: 20px;
      margin-right: 0.5rem;
      vertical-align: middle;
      background: url('check.png') no-repeat center center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      background-size: contain; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right-content {
  display: block;
  text-align: right;
  font-size: 0; }
  .right-content img {
    margin-right: 1rem; }
  @media (max-width: 345px) {
    .right-content img {
      margin-right: 0.5rem; } }
@media (max-width: 310px) {
  .right-content img {
    margin-right: 0.25rem; } }
.right-content #menu {
  margin-right: 0; }

.scroll {
  position: relative;
  top: -145px; }

#car-search-result-anchor, #car-search-result-parts-anchor {
  position: relative;
  top: -60px; }
@media (min-width: 768px) {
  #car-search-result-anchor, #car-search-result-parts-anchor {
    top: -136px; } }

@media (max-width: 767px) {
  .no-gutters-mobile {
    margin-right: 0;
    margin-left: 0; }
    .no-gutters-mobile > .col, .no-gutters-mobile > [class*=col-] {
      padding-right: 0;
      padding-left: 0; } }

#alert {
  margin-bottom: 0.9rem;
  text-align: center;
  box-shadow: 2px 2px 2px grey; }
  #alert p {
    padding: 0.25rem 0; }
  @media (min-width: 768px) {
    #alert p {
      font-size: 0.9rem; } }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); }
@media (min-width: 768px) {
  #header {
    padding-top: 0.5rem;
    padding-bottom: 0; } }
#header .container {
  padding-right: 0;
  padding-left: 0; }
@media (min-width: 768px) {
  #header .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 767px) {
  #logo {
    width: 100px; } }

#slogan {
  display: none; }

#cart-count {
  position: relative; }
  #cart-count span {
    position: absolute;
    display: block;
    min-width: 25px;
    min-height: 25px;
    right: 10px;
    top: -19px;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
    background: #e4352b; }

#nav {
  display: none;
  margin-top: 0.9rem;
  background: #001d70;
  transition: 0.3s all ease; }
@media (min-width: 768px) {
  #nav {
    display: block; } }
#nav .holder {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  width: 631px; }
@media (min-width: 992px) and (max-width: 1199px) {
  #nav .holder {
    width: 863px; } }
@media (min-width: 1200px) {
  #nav .holder {
    width: 1026px; } }
#nav .holder .list {
  flex: 0 0 300px; }
  #nav .holder .list .item.active a {
    color: #fff;
    background: #001d70; }
#nav .holder .overview-target {
  display: none;
  padding: 1.5rem 1rem; }
  @media (min-width: 992px) {
    /*display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     flex-flow: wrap;
     align-items: flex-start;*/
    #nav .holder .overview-target .category-list {
      column-count: 2; } }
  #nav .holder .overview-target .category-list > li {
    margin-bottom: 0.5rem; }
  #nav .holder .overview-target .category-list .list-title {
    font-weight: 700; }
    #nav .holder .overview-target .category-list li a {
      padding: 6px; }
  #nav .holder .overview-target .category-list .category-list-sub {
    display: block;
    width: 100%; }
#nav .holder .list, #nav .holder .overview {
  display: block;
  width: 100%;
  max-height: 75vh;
  overflow: auto; }
#nav .holder .category-title {
  padding: 0;
  margin-bottom: 1rem;
  font-size: 30px;
  color: #001d70;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 30px; }
#nav .holder img {
  margin-top: 0.2rem;
  float: right;
  margin-bottom: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25%; }
#nav ul {
  width: auto;
  font-size: 0;
  list-style: none; }
  #nav ul.default {
    float: left; }
  #nav ul.cart {
    float: right; }
  #nav ul li {
    position: relative;
    display: inline-block; }
    #nav ul li.special {
      font-weight: bold;
      position: absolute; }
      #nav ul li:hover > .sub {
        display: block;
        max-height: calc(100vh - 147px);
        background-color: white;
        color: #f4f4f4;
        transition: 0.3s all ease; }
      #nav ul li:hover .holder {
        display: flex; }
        #nav ul li:hover .holder > .sub {
          position: absolute;
          left: 0;
          width: 1026px;
          background: #fff; }
    #nav ul li a {
      display: block;
      padding: 15px 24px;
      font-size: 0.9rem;
      color: #fff;
      text-decoration: none; }
    @media (min-width: 768px) and (max-width: 1200px) {
      #nav ul li a {
        padding: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #nav ul li a {
      padding: 15px 8px;
      font-size: 16px; } }
  #nav ul li > .sub {
    display: none;
    position: absolute;
    top: 100%;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); }
    #nav ul li > .sub li {
      position: static; }
      #nav ul li > .sub li:hover > ul {
        display: block; }
      #nav ul li > .sub li > ul {
        display: none;
        top: 0;
        left: 100%;
        height: 100%;
        border-left: 1px solid #313131; }
    #nav ul li > .sub .btn {
      display: inline-block;
      font-size: 16px;
      width: 100%; }
  #nav ul li li {
    display: block; }
    #nav ul li li a {
      padding: 12px 1.5rem;
      font-size: 14px;
      color: #000; }

#messages {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #022222; }
  #messages ul {
    list-style: none; }
    #messages ul li {
      display: block;
      text-align: center;
      color: #fff; }

.loading {
  height: 100%;
  max-height: 100%;
  background-image: url('loading.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

#cart {
  max-height: 75vh;
  overflow-y: auto; }
  #cart li {
    border-bottom: 2px solid #f2f2f2; }
    #cart li a {
      padding: 5px 10px !important; }
      #cart li a .info {
        display: inline-block;
        width: auto;
        width: calc(100% - 110px);
        padding-left: 5px;
        vertical-align: middle;
        clear: both; }
      #cart li a h2 {
        padding-bottom: 0.5rem; }
      #cart li a span {
        float: left; }
      #cart li a strong {
        float: right;
        font-weight: 700; }

#mobile {
  display: none;
  position: fixed;
  top: 49px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  background: #ffffff; }
  #mobile .items {
    align-items: flex-end; }
  #mobile .item {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0; }
    #mobile .item a {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
    #mobile .item img {
      display: block;
      margin: 0 auto; }
    #mobile .item h1 {
      padding-top: 1rem;
      text-align: center;
      color: #626262;
      font-size: 0.5rem; }
  #mobile .actions {
    align-items: baseline;
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
    background: #e6e6e6; }
  #mobile .action {
    display: block;
    height: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-right: 1px solid #626262; }
    #mobile .action:last-child {
      border-right: 0; }
    #mobile .action img {
      display: block;
      margin: 0 auto; }
    #mobile .action span {
      display: block;
      padding-top: 0.25rem;
      text-align: center;
      font-size: 0.6rem;
      color: #626262; }

.swiper-container .image {
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.swiper-container .video {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 768px) {
  .swiper-container .video {
    width: auto; } }

body.search {
  overflow-y: hidden; }
  body.search #search {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100;
    height: 100%; }

#search {
  display: none;
  overflow-y: auto; }
  #search label {
    display: block;
    margin: 0; }
  @media (min-width: 768px) {
    #search {
      position: relative;
      display: block;
      overflow-y: visible; } }

#search-form {
  margin: 2rem 0 2.5rem 0; }
@media (min-width: 768px) {
  #search-form {
    margin: 0; } }

#search-input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 3px solid #fff;
  padding: 20px 0;
  font-size: 16px;
  background: none;
  text-align: center;
  color: #fff;
  outline: none; }
@media (min-width: 768px) {
  #search-input {
    max-width: 600px;
    padding: 12px 0;
    font-size: 14px;
    color: #000;
    border-radius: 1px;
    background: #f2f2f2;
    -moz-box-shadow: inset 0 0 1px #BEBEBE;
    -webkit-box-shadow: inset 0 0 1px #BEBEBE;
    box-shadow: inset 0 0 1px #BEBEBE;
    text-align: left;
    padding-left: 30px; } }
@media (min-width: 992px) {
  #search-input {
    font-size: 14px; } }

#search-count {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px; }
@media (min-width: 768px) {
  #search-count {
    display: none; } }

#search-result {
  display: none;
  padding-bottom: 4rem;
  color: #fff; }
@media (max-width: 767px) {
  #search-result {
    display: block; } }
@media (min-width: 768px) {
  #search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 75vh;
    padding-bottom: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); }
    #search-result a {
      display: flex; }
    #search-result .description {
      align-self: center; } }
#search-result .item {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 2px solid #f2f2f2; }
  #search-result .item img {
    display: block;
    margin: 0 auto; }
  #search-result .item h3 {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    text-align: center; }
  @media (min-width: 768px) {
    #search-result .item h3 {
      text-align: left;
      color: #000; } }
  #search-result .item span {
    display: block;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.7rem; }
  @media (min-width: 768px) {
    #search-result .item span {
      text-align: left;
      color: #000; } }
  #search-result .item form {
    margin-top: 0.5rem; }
  @media (max-width: 767px) {
    #search-result .item form {
      display: none; } }
  #search-result .item .quantity {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #e6e6e6;
    max-width: 80px;
    font-size: 14px; }
  #search-result .item .btn {
    padding: 7px 12px;
    font-size: 14px; }

#home-slider .text {
  display: none;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 10;
  cursor: grabbing; }
@media (min-width: 768px) {
  #home-slider .text {
    display: block; } }
#home-slider .text img {
  display: block; }
#home-slider .text .margin {
  position: relative;
  left: 40px; }

#home-slider-thumb {
  max-width: 1200px;
  margin-top: 15px; }
  #home-slider-thumb .swiper-slide {
    opacity: 0.4;
    cursor: pointer; }
  #home-slider-thumb .swiper-slide.swiper-slide-active {
    opacity: 1; }

#home-usp {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #f2f2f2;
  font-size: 0.6rem;
  font-weight: 700;
  color: #626262; }
  #home-usp .check li:nth-child(n+4) {
    display: none; }
  @media (min-width: 992px) {
    #home-usp .check {
      text-align: center; }
      #home-usp .check li {
        display: inline-block;
        margin-right: 2rem; } }
@media (min-width: 1400px) {
  #home-usp .check li:nth-child(n+4) {
    display: inline-block; } }

#car-input {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  border-radius: 5px;
  border-style: solid !important;
  border-width: 1px !important;
  Text-transform: uppercase;
  color: #fff; }
  #car-input h3 {
    margin-bottom: 10px; }

.license-form .license {
  background: url('kentekenplaatjee.png') no-repeat left center;
  text-indent: 25px;
  border: 0;
  will-change: color, font-size, font-family, text-transform;
  transition: all 0.2s ease;
  background-size: contain; }
@media (min-width: 768px) {
  .license-form .license {
    max-width: 150px;
    min-width: 210px;
    min-height: 30px;
    font-size: 0.7rem;
    background-size: contain; } }
@media (min-width: 1200px) {
  .license-form .license {
    min-width: 255px;
    min-height: 37px; } }
.license-form .license.filled {
  color: #000;
  font-size: 0.9rem;
  font-family: Kenteken;
  text-transform: uppercase; }
@media (min-width: 992px) {
  .license-form .license.filled {
    font-size: 1.4rem; } }
.license-form .license:focus {
  outline: none; }
.license-form label {
  display: block;
  margin-bottom: 0; }
.license-form a {
  font-size: 12px; }

#license-unknown {
  color: #fff; }
@media (min-width: 768px) {
  #license-unknown {
    display: none; } }

#car-model {
  margin-top: 1.5rem; }
@media (min-width: 992px) {
  #car-model {
    margin-top: 0; } }
#car-model h3 {
  margin-bottom: 10px; }
#car-model label {
  display: block; }

#car-result {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: height; }
  #car-result.active {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  #car-result .sidebar {
    display: block;
    margin-bottom: 1rem; }
    #car-result .sidebar li {
      cursor: pointer; }
      #car-result .sidebar li a {
        padding-left: 1rem; }

#car-search-title {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  padding: 15px;
  color: #eee; }

#car-search-result-parts {
  min-height: 50px; }
@media (min-width: 768px) {
  #car-search-result-parts {
    min-height: auto; } }

#home-quick .item {
  position: relative;
  background: #000 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  #home-quick .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 0;
    will-change: background;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #home-quick .item:hover::after {
      background-color: rgba(0, 0, 0, 0); }
    #home-quick .item:hover h3 {
      color: rgba(255, 255, 255, 0); }
  #home-quick .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  #home-quick .item h3 {
    position: relative;
    z-index: 1;
    padding: 1rem 0;
    margin: 0;
    text-align: center;
    color: #eeeeee;
    font-weight: 700;
    font-size: 0.6rem;
    will-change: padding, font-size, color, text-shadow;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (min-width: 768px) {
    #home-quick .item::after {
      background: rgba(0, 0, 0, 0.8);
      outline: 1px solid #eeeeee; }
    #home-quick .item h3 {
      padding: 2rem 0;
      font-size: 1rem; } }

#home-category .banner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  text-align: center;
  background: #022222; }
@media (min-width: 768px) {
  #home-category .items > div {
    margin-top: 1rem;
    margin-bottom: 1rem; } }
#home-category .item {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  border-bottom-width: 0;
  border-bottom-style: solid; }
@media (min-width: 768px) {
  #home-category .item {
    border-bottom-width: 2px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1); } }
#home-category .item a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none; }
#home-category .item img {
  display: block;
  max-height: 255px;
  width: 132px;
  margin: auto; }
@media (min-width: 768px) {
  #home-category .item img {
    max-height: 255px;
    width: 132px; } }
#home-category .item h1 {
  padding: 1rem 0 0.25rem 0;
  text-align: center;
  color: #626262;
  font-size: 0.6rem;
  background-color: #001d70; }
  #home-category .item h1.big {
    margin: auto;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1.2; }
  @media (min-width: 768px) {
    #home-category .item h1 {
      font-size: 0.8rem; } }

#footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  background: url('company.jpg') no-repeat center bottom;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
@media (min-width: 768px) {
  #footer {
    background: #022222; } }
#footer ul {
  list-style: none; }
  #footer ul.split {
    font-size: 0; }
    #footer ul.split li {
      display: inline-block;
      width: 50%; }
  #footer ul.plain li {
    display: block;
    margin: 10px 15px;
    color: #e6e6e6;
    font-weight: initial;
    font-size: 14px; }
#footer ul.align li {
  clear: both; }
  #footer ul.align li span:first-child {
    float: left; }
  #footer ul.align li span:last-child {
    float: right; }
#footer ul.inline {
  font-size: 0; }
  #footer ul.inline li {
    display: inline-block; }
#footer ul.brands li {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
  vertical-align: middle; }
#footer ul li {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5; }
#footer a {
  color: #b4ff00;
  display: block;
  padding: 10px 15px;
  color: #e6e6e6;
  margin: 0;
  font-weight: initial;
  font-size: 14px; }
#footer strong {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #b4ff00;
  font-size: 14px; }
  #footer strong a {
    padding: 0;
    color: inherit; }

#footer-summary li a {
  color: #b4ff00;
  font-size: 18px;
  padding: 5px 0; }

#sub-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  background: #022222; }
  #sub-footer ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    text-align: center;
    list-style: none; }
    #sub-footer ul li {
      display: inline-block;
      vertical-align: middle; }
      #sub-footer ul li a {
        height: 100%; }
        #sub-footer ul li a:last-child {
          display: none; }
        @media (min-width: 768px) {
          #sub-footer ul li a {
            display: block !important; } }
        #sub-footer ul li a img {
          margin: auto 0; }
        #sub-footer ul li a span {
          display: none;
          margin: 0.5rem 0;
          color: #fff;
          font-size: 1rem; }
        @media (min-width: 768px) {
          #sub-footer ul li a span {
            display: block; } }
        #sub-footer ul li a a {
          font-size: 0.7rem; }
  #sub-footer span {
    display: block;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 400; }
  #sub-footer a {
    color: #b4ff00;
    font-weight: 400; }

section.header {
  margin-bottom: 1rem; }
  section.header img {
    display: block;
    margin: 0.25rem auto; }

.categories {
  padding-top: 1rem;
  padding-bottom: 1rem; }
@media (min-width: 768px) {
  .categories {
    padding-top: 2rem;
    padding-bottom: 2rem; } }
.categories .title.category {
  margin-bottom: 1rem; }
@media (min-width: 768px) {
  .categories .title.category {
    margin-bottom: 2rem; } }
.categories .title.category .title, .categories .title.category h1 {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle; }
.categories .items > div {
  margin-bottom: 1rem; }
@media (min-width: 768px) {
  .categories .items > div {
    margin-bottom: 2rem; } }
.categories .item {
  height: 100%;
  margin-bottom: 0.5rem;
  border-bottom-color: #fff;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1); }
  .categories .item span {
    display: block;
    padding: 8px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #626262; }
  .categories .item img {
    display: block;
    padding: 0 5px;
    margin: 0 auto; }
  .categories .item h2 {
    padding: 8px 4px;
    color: #626262;
    font-size: 0.7rem;
    text-transform: uppercase;
    text-align: center; }

.pagination {
  text-align: center; }
  .pagination p {
    margin-bottom: 1rem; }
  .pagination ul {
    font-size: 0; }
    .pagination ul li {
      display: inline-block;
      margin: 0 1.5px;
      color: #001d70;
      background: #fff; }
      .pagination ul li.disabled {
        user-select: none;
        touch-action: none;
        pointer-events: none;
        color: rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.2); }
      .pagination ul li.active {
        color: #fff;
        background: #001d70; }
      .pagination ul li a {
        display: block;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        color: inherit;
        background: inherit; }
    @media (max-width: 767px) {
      .pagination ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .pagination ul li.prev {
          order: 99999;
          width: 100%;
          margin-top: 0.25rem; }
        .pagination ul li.next {
          order: -1;
          width: 100%;
          margin-bottom: 0.25rem; }
        .pagination ul li.number {
          flex: auto; } }

.sidebar {
  display: none;
  list-style: none;
  font-color: #777;
  font-weight: 400;
  font-size: 14px; }
@media (min-width: 768px) {
  .sidebar {
    display: block; } }
.sidebar > li {
  color: #777;
  border-right-width: 1px;
  border-right-style: solid; }
.sidebar li {
  display: block;
  margin-bottom: 4px;
  background: #fff; }
  .sidebar li.active > a {
    font-weight: 600;
    color: #011d70; }
  .sidebar li a {
    display: block;
    padding: 0.1rem;
    font-size: 14px;
    color: #000;
    text-decoration: none; }
  .sidebar li a:hover {
    color: #001d70; }
  .sidebar li .holder {
    display: inline-block;
    min-width: 1.75rem; }
    .sidebar li .holder img {
      max-height: 1rem;
      width: auto;
      margin-right: 0.5rem; }
  .sidebar li ul {
    list-style: none; }
    .sidebar li ul li a {
      padding-left: 3rem;
      font-size: 0.7rem; }
      .sidebar li ul li ul a {
        padding-left: 3.5rem;
        font-size: 0.7rem; }

.btn {
  display: inline-block;
  padding: 8px;
  border: none;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #626262;
  cursor: pointer;
  -webkit-appearance: none; }

#car-search {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  background: #535353; }
  #car-search h1 {
    font-size: 16px;
    font-style: italic;
    text-align: center; }

#car-search-form select {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  background-position-x: 90%;
  height: 2.5em; }
  #car-search-form select option {
    font-size: inherit; }

#car-search-title h1 {
  font-size: 0.9rem;
  margin-bottom: 0.75rem; }

#collections .items > div {
  margin-bottom: 0.5rem; }
#collections .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  border: 1px solid #626262;
  border-radius: 6px;
  background: #fff; }
  #collections .item img {
    display: block;
    margin: 0 auto; }
  #collections .item h2 {
    margin-top: 0.25rem;
    color: #626262;
    font-size: 0.7rem;
    text-transform: none;
    text-align: center; }
  #collections .item h3 {
    padding: 0 5px 5px 5px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
    color: #a5a5a5; }
  #collections .item .btn {
    width: 100%; }

#product {
  padding-top: 1.5rem; }
  #product .title h1 {
    margin-bottom: 0.5rem;
    text-align: left;
    text-transform: uppercase;
    padding-top: 20px;
    color: #011d70; }
  @media (min-width: 768px) {
    #product .title h1 {
      font-size: 1.5rem; } }
  #product .title .article {
    margin: 0.4rem 0 0 0; }
#product.v360 #product-view {
  display: none !important; }
#product.v360 #product-360 {
  display: block !important; }
  #product.v360 #toggle-360 .panorama {
    display: none !important; }
  #product.v360 #toggle-360 .slider {
    display: block !important; }

#toggle-360 {
  display: inline-block;
  padding: 4px 8px;
  float: left;
  background: #001d70;
  transform: skew(20deg);
  cursor: pointer;
  will-change: display; }
  #toggle-360 span {
    margin-left: 0.5rem;
    color: #626262;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    transform: skew(-20deg); }
  #toggle-360 .panorama {
    display: block;
    will-change: display; }
  #toggle-360 .slider {
    display: none;
    will-change: display; }

#product-view {
  will-change: display; }

#product-slider img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 1, 0, 0.07);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 1, 0, 0.07);
  box-shadow: 0 4px 5px 0 rgba(0, 1, 0, 0.07); }

#product-preview-slider {
  margin: 0.5rem 0; }
  #product-preview-slider .swiper-slide {
    width: 25%;
    max-width: 50px; }
    #product-preview-slider .swiper-slide img {
      border-radius: 5px; }

#product-360 {
  display: none; }

#product-nav {
  margin: 10px 0; }
@media (max-width: 991px) {
  #product-nav {
    display: none; } }
#product-nav ul {
  font-size: 0;
  list-style: none; }
  #product-nav ul li {
    display: inline-block;
    font-size: 18px;
    color: #626262; }
    #product-nav ul li::after {
      content: '>';
      margin-right: 10px;
      margin-left: 10px;
      color: #626262; }
    #product-nav ul li:last-child {
      color: #001d70; }
      #product-nav ul li:last-child::after {
        display: none; }
    #product-nav ul li:hover a {
      border-color: #626262; }
    #product-nav ul li a {
      color: inherit;
      border-bottom: 1px solid #fff; }

#product-info {
  margin-top: 1rem; }
  #product-info h3 {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    text-transform: none;
    color: #626262; }
    #product-info ul li {
      position: relative;
      left: 25px;
      width: calc(100% - 25px);
      padding: 0.3rem 0;
      font-size: 0.8rem; }
      #product-info ul li::before {
        position: absolute;
        left: -25px; }
  #product-info form {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 0; }
    #product-info form input[type="number"] {
      display: inline-block;
      width: 100%;
      max-width: 50px;
      padding: 0.45rem 0;
      border: 0;
      font-size: 0.9rem;
      text-align: center;
      vertical-align: middle;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 1, 0, 0.25);
      -moz-box-shadow: inset 0 0 6px 0 rgba(0, 1, 0, 0.25);
      box-shadow: inset 0 0 6px 0 rgba(0, 1, 0, 0.25); }
    #product-info form input[type="submit"] {
      width: 85%;
      width: calc(100% - 50px);
      font-size: 0.7rem;
      padding: 0.6rem 0;
      vertical-align: middle; }

#product-content p {
  margin: 0.5rem 0;
  font-size: 16px;
  line-height: 1.4; }
#product-content a {
  color: #001d70; }

#product-related {
  border-top: 1px solid #eee; }
  #product-related h3 {
    margin-bottom: 2rem;
    text-align: center;
    display: table;
    text-transform: uppercase;
    color: #001d70; }

#template {
  padding-top: 1rem;
  padding-bottom: 1rem; }
@media (min-width: 768px) {
  #template {
    padding-top: 2rem;
    padding-bottom: 2rem; } }
#template .gui-block-content {
  background: #fff; }
#template .gui-block-subcontent {
  line-height: 1.2; }
#template .gui-table tbody tr:first-child td {
  min-width: 100px; }
  #template .gui-table tbody tr:first-child td img {
    min-width: 100px; }

#order-form {
  margin-top: 2rem; }
  #order-form .item {
    margin-bottom: 0.5rem;
    font-size: 0; }
  #order-form label {
    margin: 0 1rem 0 0;
    font-size: 0;
    vertical-align: middle; }
    #order-form label input {
      padding: 0.6rem;
      border: 1px solid #e6e6e6;
      font-size: 1rem; }
      #order-form label input.order-quantity {
        max-width: 100px; }
  #order-form .info {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background-color: #fff; }
    #order-form .info.loading {
      min-height: 50px;
      min-width: 100px; }
    #order-form .info.error {
      border-color: #e4352b; }
      #order-form .info.error span {
        display: block;
        padding: 11.91px;
        font-size: 0.9rem;
        color: #e4352b; }
    #order-form .info a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0.05rem 0.5rem; }
    #order-form .info strong {
      display: inline-block;
      margin-right: 0.5rem;
      vertical-align: middle;
      font-size: 0.9rem;
      color: #000; }
    #order-form .info img {
      width: auto;
      height: 40.7px;
      vertical-align: middle; }

#order-submit {
  padding: 0.5rem 2rem;
  margin-top: 2rem;
  font-size: 1rem;
  color: #fff;
  background: #001d70; }

code {
  display: block;
  margin: 1rem 0; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); }

#popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 15;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5); }
  #popup .holder {
    position: relative;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    #popup .holder .col-lg-10 {
      background: #fff; }
    #popup .holder .row > div {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  #popup #popup-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 5;
    cursor: pointer; }
  #popup .title {
    display: block;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #011d70;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
  #popup .article {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  #popup .image {
    display: block;
    max-height: 300px;
    margin: 0 auto; }
  #popup .btn {
    padding: 12px 20px;
    font-size: 14px; }

.dropbtn {
  background-color: #001d70;
  color: white;
  border: none; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  color: black;
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: #001d70;
  color: #fff; }

.dropdown:hover .dropdown-content {
  display: block; }

.kenmerkArt, .EANnummer, .artikelnrKenmerk {
  font-size: 13px;
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd; }

.kenmerkArt:hover, .EANnummer:hover, .artikelnrKenmerk:hover {
  background-color: #eee; }

.kenmerkArt .groep, .EANnummer .toelichting, .artikelnrKenmerk .titel {
  color: #000000;
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 150px; }

.BEANnummer, .bartikelnrKenmerk {
  font-size: 14px;
  font-weight: bold; }

.zoekresultaat {
  margin-bottom: 0;
  font-size: 10px;
  color: #83827e;
  padding: 8px;
  margin-left: 30px;
  font-weight: bold;
  font-family: Lato; }
@media (min-width: 1200px) {
  .zoekresultaat {
    font-size: 12px; } }

.snelbestel {
  background: #001d70;
  position: absolute;
  top: -1px;
  color: #fff;
  border-radius: 5px;
  line-height: 11px;
  background: #ff0000;
  text-transform: uppercase;
  font-weight: 700; }

.snelbestel:hover {
  border: 1px solid #fff;
  transition: all 0.3s ease; }

.reskenteken {
  border-radius: 5px; }

.pageback {
  font-size: 12px;
  color: #001d70;
  float: right; }

.usp-wrapper {
  padding: 28px;
  transition: all 0.5s ease 0s;
  border-right: 1px solid #efefef; }

.usp-wrapper:hover {
  background-color: #dedede; }

.usp-icon {
  float: left;
  margin-right: 25px;
  margin-bottom: 28px; }

.usp-content h4 {
  font-size: 14px;
  color: #292929;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px; }

.usp-content p {
  font-size: 12px;
  font-weight: 500;
  color: #a0a0a0;
  letter-spacing: 1px;
  padding-top: 6px; }

@media (min-width: 902px) {
  .usp-content a {
    height: 32px;
    display: table;
    margin-top: 1px; }
  .usp-content a h4 {
    display: table-cell;
    vertical-align: bottom; }
  .usp-wrapper {
    padding: 20px; }
  .usp-icon {
    float: left;
    margin-right: 25px;
    margin-bottom: inherit;
    margin-top: 20px; }
  .usp-textbox p {
    display: table-cell;
    vertical-align: top; }
  .usp-textbox {
    height: 40px;
    display: table;
    margin-top: 1px; }
  .boxedview .usp-icon {
    margin-top: 2px;
    margin-bottom: 10px; }
  .boxedview .usp-content a h4 {
    vertical-align: middle; } }

.uitlopende {
  color: #fff; }

.uitlopend a {
  background: #ff0000;
  box-shadow: 0 5px 0 #d60000;
  color: #fff;
  border-radius: 0 0 0.25em 0.25em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out; }

.uitlopend a:hover {
  transform: scale(1.1); }

.collectiondesc {
  font-size: 14px; }

.pageback {
  font-size: 14px;
  color: #001d70;
  float: right;
  display: inline-block;
  padding: 10px;
  background: #f4f4f4;
  cursor: pointer;
  will-change: display; }

figure.snip1166 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

figure.snip1166 img {
  opacity: 1;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

figure.snip1166 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure.snip1166 figcaption > div {
  height: 70%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0; }

figure.snip1166 h3, figure.snip1166 p {
  margin: 0;
  position: absolute;
  right: 0; }

figure.snip1166 h3 {
  padding: 0 30px 0 15px;
  color: #ffffff;
  background-color: #1a1a1a;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  top: 30%;
  right: 0;
  left: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

figure.snip1166 h3 span {
  font-weight: 400; }

figure.snip1166 h3:after, figure.snip1166 h3:before {
  border-style: solid;
  content: '';
  position: absolute;
  left: 100%; }

figure.snip1166 h3:after {
  border-width: 40px 0 0 12px;
  border-color: transparent transparent transparent #1a1a1a;
  top: 0; }

figure.snip1166 h3:before {
  border-width: 12px 12px 0 0;
  border-color: #000000 transparent transparent transparent;
  top: 100%; }

figure.snip1166 p {
  padding: 8px 45px;
  opacity: 0;
  font-size: 0.9em;
  font-weight: 500;
  left: 0;
  -webkit-transform: translate3d(0%, -150%, 0);
  transform: translate3d(0%, -150%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

figure.snip1166 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute; }

figure.snip1166.blue h3 {
  background-color: #001d70; }

figure.snip1166.blue h3:after {
  border-color: transparent transparent transparent #2980b9; }

figure.snip1166.blue h3:before {
  border-color: #123851 transparent transparent transparent; }

figure.snip1166.red h3 {
  background-color: #c0392b; }

figure.snip1166.red h3:after {
  border-color: transparent transparent transparent #c0392b; }

figure.snip1166.red h3:before {
  border-color: #581a14 transparent transparent transparent; }

figure.snip1166.green h3 {
  background-color: #27ae60; }

figure.snip1166.green h3:after {
  border-color: transparent transparent transparent #27ae60; }

figure.snip1166.green h3:before {
  border-color: #104627 transparent transparent transparent; }

figure.snip1166.orange h3 {
  background-color: #e67e22; }

figure.snip1166.orange h3:after {
  border-color: transparent transparent transparent #e67e22; }

figure.snip1166.orange h3:before {
  border-color: #7b410e transparent transparent transparent; }

figure.snip1166.navy h3 {
  background-color: #34495e; }

figure.snip1166.navy h3:after {
  border-color: transparent transparent transparent #34495e; }

figure.snip1166.navy h3:before {
  border-color: #07090c transparent transparent transparent; }

figure.snip1166:hover img, figure.snip1166.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

figure.snip1166:hover figcaption h3, figure.snip1166.hover figcaption h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

figure.snip1166:hover figcaption p, figure.snip1166.hover figcaption p {
  opacity: 0.8;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.fcontainer {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

.fcontainer img {
  padding: 2px;
  width: 260px; }

.button360 {
  background: #001d70;
  display: inline-block;
  font-size: 14px;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #fff; }

.button360:hover {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5); }

.parallelogram {
  transform: skew(-20deg); }

.skew-fix {
  display: inline-block;
  transform: skew(20deg); }

.window {
  width: 80%;
  height: 85vh;
  bottom: 0;
  position: fixed;
  margin-left: 9%;
  background: white;
  border-left: 0.4rem solid #484848;
  border-right: 0.4rem solid #484848;
  border-top: 1.8rem solid #484848;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.window .bar {
  position: fixed;
  margin-top: -1.3rem;
  margin-left: 0.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.window .bubble {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100rem;
  display: inline-block;
  margin-right: 0.3rem;
  cursor: pointer; }

.window .bubble:hover {
  opacity: 0.6; }

.window .bar .red {
  background: #ea423f; }

.window .bar .yellow {
  background: #efb62c; }

.window .bar .green {
  background: #7ab300; }

.window iframe {
  width: 100%;
  height: 100%;
  border: none; }

.visual-info {
  padding: 20px; }
@media (min-width: 992px) {
  .visual-info {
    padding: 40px 20px; } }
.visual-info ul {
  display: flex;
  flex-direction: column;
  list-style: none; }
.visual-info li {
  padding: 7px 0; }
.visual-info .type {
  min-width: 140px;
  color: grey; }
@media (min-width: 992px) {
  .visual-info .type {
    min-width: 200px; } }
.visual-info .value {
  font-weight: 700; }
.visual-info .link {
  color: #000;
  text-decoration: underline; }
.visual-info span {
  display: inline-block; }

.visual-form {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px; }
@media (min-width: 992px) {
  .visual-form {
    justify-content: flex-end;
    margin-bottom: 0; } }
.visual-form .quantity {
  display: inline-block;
  width: 100px;
  padding: 14px;
  border: 0;
  border-radius: 5px;
  background: whitesmoke; }
.visual-form .btn {
  background: #98c21d !important; }

.visual-sidebar {
  flex-wrap: nowrap;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background: whitesmoke; }
@media (min-width: 992px) {
  .visual-sidebar {
    position: absolute;
    top: 0;
    max-height: 100%;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px; } }
.visual-sidebar > div:first-child {
  margin-left: 10%; }
@media (min-width: 992px) {
  .visual-sidebar > div {
    margin-bottom: 15px; }
    .visual-sidebar > div:first-child {
      margin-left: 0; } }

.visual-product {
  position: relative;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #626262;
  cursor: pointer;
  background: #fff; }
  .visual-product::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    width: 25px;
    height: 25px;
    background: url('check.svg') no-repeat center;
    background-size: contain; }
  .visual-product.active {
    border-color: #98c21d; }
    .visual-product.active::after {
      display: block; }
  .visual-product img {
    display: block;
    margin: auto; }
  .visual-product span {
    display: block;
    font-size: 12px;
    text-align: center; }
  @media (min-width: 576px) {
    .visual-product span {
      font-size: 14px; } }
