/* Import Font */
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/campton-web.css");
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainLight-Regular.css");
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainRegular-Regular.css");
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainBold-Regular.css");
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainThin-Regular.css");
@import url("https://www.pearle.nl/is-bin/intershop.static/WFS/org-nl_pearle-Site/-/nl_NL/css/bootstrap.css");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0 30px;
  font-family: 'PlainThin';
  color: #000;
  font-size: 14px;
  line-height: 24px;
  overflow: auto;
}

.opties ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 110px;
  border-bottom: 1px solid #ccc;
}

.right {
  float: right;
}

.opties p span {
  font-family: 'campton-bold';
}

.col-md-6 {
  width: 25%;
  float: left;
}
.col-md-2{
  width:19%;
  float: left;
}

@media screen and (min-width: 899px) {

  body {
    padding: 0;
  }

  .col-md-offset-2 {
      margin-left: 8.33333333%;
  }

  .col-md-offset-1 {
      margin-left: 4.16666667%;
  }
}

@media screen and (max-width: 500px) {
  .col-md-6, .col-md-2 {
    width: 100%;
    float: left;
  }

  .opties {
    padding: 15px 30px 0 30px;
    margin-bottom: 15px;
    background: #f2f2f2;
  }
}

h4 {
  font-size: 16px!important;
  line-height: 18px!important;
  font-family: 'PlainBold'!important;
  margin: 0;
  margin-bottom: 10px;
  color: #000;
}

h4 span {
  font-family: 'PlainThin'!important;
}

.glas-opties {
    display: none;
    padding-top: 50px;
}

.opties,
#glasopties {
    position: relative;
}

#show {
    cursor: -webkit-pointer;
}

a.tablinks {
    border-bottom: 2px solid transparent;
}

a.tablinks.active {
    border-bottom: 2px solid #000;
    cursor: default;
}

a.tablinks.active:hover {
    border-bottom: 2px solid #000;
    cursor: default;
}

ul.tab {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
}

ul.tab li {
    float: none;
    padding: 0px 10px;
    margin-left: 0px!important;
    display: inline-block;
}

ul.tab li a {
    display: inline-block;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
    transition: 0s;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    font-family: 'PlainRegular';
    color: #000;
}

ul.tab li a.active {
    color: #000 !important;
}

ul.tab li a:hover {
    border-bottom: 2px solid transparent;
}

.star {
  float: left;
}

.star p span {
    color: #7f7f7f;
}7:30 -

@media (max-width: 767px) {
    ul.tab {
        margin-bottom: 0px;
    }
    .tabcontent {
        display: none;
        border-top: none;
        padding-top: 30px;
    }
    .opties img {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0px auto 15px auto;
    }
    .cms-block a.opties span {
        text-decoration: underline;
        color: #2697dd;
        display: block;
    }
}

@media (min-width: 768px) {
    .tabcontent {
        display: none;
        padding: 30px 30px 20px;
        border-top: none;
        background: #f2f2f2;
    }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.overflow-auto {
  overflow: auto;
}
