@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700;900&display=swap');

:root {
  --maincolor: #94bcb0;
  --mainlightercolor: #cfe2db;
  --accentcolor: #1a4f56;
  --functioncolor: #7d1b7d;
  --txtcolor: #403f3f; 
}

.item-page.no-article {
  margin: 0;
  display: none;
}

.thankyou {
  border: 1px dashed #888;
  border-radius: 10px;
  width: 90%;
  margin: 80px auto 0 auto;
  float: none;
  padding: 40px;
}

.thankyou h2 {
  color: var(--maincolor); 
}

.thankyou h3 {
  color: var(--accentcolor);
}

.thankyou p {
  width: 50%;
}

.wrapper-artikellijsten,
.wrapper-team,
.wrapper-behandelingen {
  padding: 7% 7% 0 7%;
}

.wrapper-speciaal,
.wrapper-afspraak {
  padding: 7% 0 0 0;
}

div[class^='wrapper-']:empty {  
  display: none;
}

.onderwerp {
  color: #fff;
  padding: 5px 15px;
  float: left;
  font-size: 14px;
  border-radius: 50px;
}

.content-block .mod-articlesnews__item {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 40px;
}

.content-block .mod-articlesnews__item:nth-child(odd) {
  padding-right: 40px;
}

.content-block .mod-articlesnews__item:nth-child(even) {
  padding-left: 40px;
}

#tijden table td {
  padding: 0px 10px 0px 0px;
}

button#c-s-bn {
  color: #fff !important;
}

.caticon {
  width: 40px;
  height: 40px;
  background-color: var(--maincolor);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  float: left;
  margin-right: 20px;
}

.content-block .fields-container {
  display: none;
}

.content-block h2.newsflash-title {
  float: left;
  color: var(--accentcolor);
  font-size: 16px;
  border-left: 1px solid var(--maincolor);
  padding: 10px 30px;
}

h2.afrekenen {
  float: left;
  color: var(--accentcolor);
  font-size: 16px;
  border-left: 1px solid var(--maincolor);
  padding: 10px 30px;
}

.content-block p {
  float: left;
}

.artikellijsten.card.content-block {
  width: 85%;
  margin: auto;
}

p {
  font-size: 14px;
  font-weight: normal;
  color: var(--txtcolor);
  line-height: 2;
}

.content-container>* {
  z-index: 1;
}

.header.card.header-inner {
  float: left;
  width: 100%;
  height: 100%;
}

.cc-trigger.cc-trigger-icon.cc-trigger-left::before {
  content: "Cookie instellingen";
  font-size: 14px;
  color: var(--accentcolor);
}

.cc-trigger.cc-trigger-icon svg {
  width: 15px !important;
  margin: -2px 5px;
}

div#cc--main * {
  font-family: 'Roboto' !important;
}

.cc-trigger.cc-trigger-icon.cc-trigger-left {
  text-align: center;
  position: relative !important;
  left: 5% !important;
  width: 200px !important;
  left: calc(50% - 100px) !important;
  margin-top: -50px;
}

.show--settings body {
  overflow-y: scroll !important;
}

#s-inr {
  padding-top: 60px;
}

#s-hdr {
  height: 60px;
}

.n3tcc-consent-info {
  line-height: 2;
}

#cm-ov,
#cs-ov {
  background: rgb(3 23 26 / 37%) !important;
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: var(--maincolor) !important;
}

.cc_div .b-tg .c-tgl:checked~.c-tg,
#c-bns button:first-child,
#c-bns button:first-child,
#c-bns.swap button:last-child,
#c-bns.swap button:last-child,
#s-bns button:first-child,
#s-bns button:first-child {
  background: var(--accentcolor) !important;
}



/*Context Icons-----------------------------------------------------------------------------------------------------------------------------*/
.icon-voet {
  -webkit-mask-image: url(../images/icon-voet.svg);
  mask-image: url(../images/icon-voet.svg);
}

.icon-ideal {
  -webkit-mask-image: url(../images/icon-ideal.svg);
  mask-image: url(../images/icon-ideal.svg);
}

.icon-bereikbaarheid {
  -webkit-mask-image: url(../images/icon-bereikbaarheid.svg);
  mask-image: url(../images/icon-bereikbaarheid.svg);
}

.icon-behandeling {
  -webkit-mask-image: url(../images/icon-behandeling.svg);
  mask-image: url(../images/icon-behandeling.svg);
}

.icon-afspraak {
  -webkit-mask-image: url(../images/icon-afspraak.svg);
  mask-image: url(../images/icon-afspraak.svg);
}

.icon-klok {
  -webkit-mask-image: url(../images/icon-klok.svg);
  mask-image: url(../images/icon-klok.svg);
}

.icon-product {
  -webkit-mask-image: url(../images/icon-product.svg);
  mask-image: url(../images/icon-product.svg);
}

.icon-webshop {
  -webkit-mask-image: url(../images/icon-webshop.svg);
  mask-image: url(../images/icon-webshop.svg);
}

.icon-verzekering {
  -webkit-mask-image: url(../images/icon-verzekering.svg);
  mask-image: url(../images/icon-verzekering.svg);
}

.icon-team {
  -webkit-mask-image: url(../images/icon-team.svg);
  mask-image: url(../images/icon-team.svg);
}

.icon-check {
  -webkit-mask-image: url(../images/icon-check.svg);
  mask-image: url(../images/icon-check.svg);
}

.icon-teamlid {
  -webkit-mask-image: url(../images/icon-teamlid.svg);
  mask-image: url(../images/icon-teamlid.svg);
}

.icon-fb {
  background-image: url(../images/icon-functional-facebook.svg);
}

.icon-ig {
  background-image: url(../images/icon-functional-instagram.svg);
}

/* Headers */
header {
  width: 100%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

header.groot {
  height: 600px;
}

header.klein {
  height: 300px;
}

header .newsflash-image img {
  width: 100%;
  float: right;
  object-fit: cover;
}

header .mod-articlesnews__item>.fields-container {
  position: absolute;
  padding: 0 100px;
  bottom: 100px;
}

header.klein .mod-articlesnews__item>.fields-container {
  padding: 70px 115px;
}

header h1 {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.45);
}

header::after {
  content: "";
  width: 250px;
  background-image: url(../images/logo-mpc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  height: 200px;
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 120px;
}

header::before {
  content: "";
  width: 380px;
  background-image: url(../images/shape_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  height: 380px;
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: -100px;
  right: 60px;
}

.marked {
  color: var(--accentcolor);
}

.marked-green {
  color: var(--maincolor);
}

.form-header-items .header-icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  font-size: 0;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 5px;
}

.form-header-items ul.fields-container {
  width: 100%;
  margin: auto;
  text-align: center;
  float:left;
}

.header-addon {
  width: 100%;
  float: left;
  margin: 20px;
}

.form-header-items [class^="field-entry icon-"] {
  width: 30px;
  height: 30px;
  background-image: none;
  background-color: var(--maincolor);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.form-header-items li {
  padding: 10px 15px 10px 45px;
  color: #fff;
  font-size: 0px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 35px;
  display: inline-block;
}

.form-header-items li.donker {
  background-image: url(../images/icon-functional-check-wintergroen.svg);
}

.form-header-items li.licht {
  background-image: url(../images/icon-functional-check-groen.svg);
}


span.field-value.header-item {
  font-size: 18px;
  float: left;
  color: #000;
  text-align: left;
}

li.field-entry.header-content {
  width: 320px;
  margin-bottom: 20px;
}

.card-header {
  float: left;
  color: var(--accentcolor);
  font-size: 16px;
  padding: 0 0 0 90px;
  line-height: 2.5;
  position: relative;
  margin-bottom: 40px;
}

.card-header::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: none;
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 30px;
  background-color: var(--maincolor);
  position: absolute;
  left: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.card-header::after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 60px;
  background-color: var(--maincolor);
}

.teamlijst h3.card-header::before {
  -webkit-mask-image: url(../images/icon-team.svg);
  mask-image: url(../images/icon-team.svg);
}

.behandelingen h3.card-header::before {
  -webkit-mask-image: url(../images/icon-behandelingen.svg);
  mask-image: url(../images/icon-behandelingen.svg);
}

.alert-wrapper {
  width: 100%;
  float: left;
  border: 1px dashed var(--maincolor);
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.card-body {
  width: 100%;
  float: left;
}

.teamlijst .mod-articlesnews__item {
  width: calc(100% / 4);
  float: left;
  margin-bottom: 30px;
}

.teamlijst figure {
  width: 175px;
  height: 190px;
  position: relative;
  margin: auto;
}

.teamlijst figure::after {
  content: "";
  width: 175px;
  height: 175px;
  background-image: url(../images/team-schadow.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -65px;
}

.teamlijst .mod-articlesnews__item img {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 200px;
  z-index: 1;
  position: relative;
}

.team ul.fields-container {
  text-align: center;
}

li.field-entry.team-name {
  margin-bottom: 10px;
}

.team-provoet .field-label,
.team-procert .field-label {
  font-weight: bold;
}

.team-provoet,
.team-procert {
  font-size: 12px;
  color: var(--txtcolor);
}


.team-functie {
  color: var(--maincolor);
  font-size: 14px;
  font-weight: bold;
}

.team .mod-articlesnews.newsflash {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-name span {
  background: var(--accentcolor);
  color: #fff;
  padding: 5px 20px;
  border-radius: 200px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  position: relative;
}

nav .socials {
  padding-right: 5px !important;
}

.behandelingen {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

.behandelingen .mod-articlesnews__item {
  width: 100%;
  border-bottom: 1px solid var(--maincolor);
  padding: 10px;
  float: left;
}

.behandelingen .newsflash-title {
  width: calc(100% - 330px);
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.behandelingen .fields-container {
  width: 330px;
  float: left;
  font-size: 14px;
}

.behandelingen .fields-container li {
  float: right;
}

.behandeling-notitie {
  width: 130px;
  line-height: 2;
}

.behandeling-tijd {
  width: 125px;
  background-image: url(../images/icon-klok-groen.svg);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 2;
}

.behandeling-prijs {
  width: 75px;
  text-align: center;
  background: var(--accentcolor);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px;
}

/*Normalize----------------------------------------------------------------------------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
body,
figure,
dd,
dl,
dt,
.blog .fields-container,
ul:not(.content-main ul) {
  padding: 0;
  margin: 0;
}

li:not(.content-main li) {
  list-style: none;
}

a:not(.content-main a) {
  text-decoration: none;
  color: var(--maincolor);
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

body {
  -webkit-text-size-adjust: 100%;
}

/*Main----------------------------------------------------------------------------------------------------------------------------------*/
.top-container {
  background: #ffffff;
  height: 230px;
  top: -50px;
  width: 100%;
  max-width: 1920px;
}

.main-bottom-wrapper {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main>div {
  width: 100%;
  float: left;
}

.topfixed .top-container {
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  padding-top: 0;
  height: 70px;
  transition: top .3s ease;
}

.top {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 14%;
  float: left;
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.content-container {
  padding: 0 14%;
  background: #fff;
}

.topfixed .content-container {
  padding: 230px 14% 0 14%;
}

body {
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  background: var(--mainlightercolor);
}

.content-container,
header,
.content,
footer,
main {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

nav.nav-desktop {
  width: calc(100% - 270px);
  float: left;
  padding: 20px 0 20px 0;
  clear: left;
}

.network {
  float: left;
  width: 270px;
}

.topfixed nav.nav-desktop {
  padding: 25px 0 25px 0;
  clear: none;
  width: calc(100% - 270px);
}

.logo {
  width: 200px;
  float: left;
  background-image: url(../images/logo-mpc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  height: 125px;
  margin: 20px 0 10px -65px;
}

.topfixed .logo {
  width: 250px;
  background-image: url(../images/logo-mpc-small.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  height: 55px;
  margin: 5px 20px 5px -45px;
  display: none;
}

/*Navigation Desktop----------------------------------------------------------------------------------------------------------------------------------*/
.nav-desktop {
  display: block;
}

.nav-desktop ul:not(ul.mm-collapse) {
  padding: 0;
  margin: 0;
  float: left;
  display: table;
}

.nav-desktop ul li {
  float: left;
  position: relative;
}

.nav-desktop ul li.level-1 {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.nav-desktop ul li.level-1.social {
  padding-right: 10px;
}

.nav-desktop ul li a {
  margin-right: 5px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  float: left;
  line-height: 0.9;
}

.nav-desktop ul li.level-1>a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--maincolor);
  margin-right: 10px;
  border-radius: 2px;
  float: left;
  transition: background-color .5s ease;
}

.nav-desktop ul li.level-1.deeper::after {
  content: "";
  width: 15px;
  height: 10px;
  border-radius: 3px;
  float: left;
  transition: background-color .5s ease;
  background-image: url(../images/icon-arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .3s ease;
}

.nav-desktop ul li.level-1>a:hover::before {
  background-color: var(--accentcolor);
}

.nav-desktop ul li.level-1.active>a::before {
  background-color: var(--functioncolor);
}

.nav-mobile ul li.level-1>a:hover::before {
  background-color: var(--maincolor);
}

.nav-mobile ul li.level-1.active>a::before {
  background-color: var(--maincolor);
}

.nav-desktop ul.mm-collapse {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  width: 250px;
  transition: all .3s ease-out;
  margin-top: 15px;
}

.nav-desktop ul.mm-collapse .wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 35%);
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 35%);
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  float: left;
}

.nav-desktop ul li.level-1:hover .mm-collapse {
  padding: 20px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.nav-desktop ul.mm-collapse::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: relative;
  margin: 10px 0 0 20px;
  float: left;
}

.nav-desktop ul.mm-collapse li {
  float: left;
}

.nav-desktop li.divider {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 5px;
  color: var(--maincolor);
}

.nav-desktop li.divider:first-child {
  padding: 0 0 10px 0;
}

.nav-desktop ul.col-3 {
  width: 560px;
}

.nav-desktop ul.col-2 {
  width: 450px;
}

.nav-desktop ul.col-2 li:not(.divider) {
  width: 50%;
}

.nav-desktop ul.col-3 li:not(.divider) {
  width: 33.33333333333333%;
}

.nav-desktop ul li.level-2 a {
  font-size: 13px;
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all .3s ease;
  padding: 10px 0 10px 26px;
  line-height: 1.3;
}

.nav-desktop ul li.level-2 a:hover {
  opacity: .5;
}

a.social::before {
  display: none;
}

.nav-desktop ul li a.social {
  font-size: 0;
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
  transition: all .5s ease;
  opacity: 1;
}

.nav-desktop ul li a.social:hover {
  opacity: .5;
}

.mm-toggler {
  display: none;
}

/*Footer----------------------------------------------------------------------------------------------------------------------------------*/
footer {
  margin: 40px 0 100px 0;
  font-size: 14px;
  line-height: 1.7;
}

footer .block {
  width: calc(100% / 5);
  float: left;
  padding: 20px;
}

footer .mod-custom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer-logo {
  background-image: url(../images/logo-mpc.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: center left;
  height: 120px;
}

footer h3 {
  color: var(--accentcolor);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

footer a {
  color: #000 !important;
  font-weight: normal !important;
}

footer li {
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 3px left;
}

.icon-phone {
  background-image: url(../images/icon-functional-phone-groen.svg);
}

.icon-mail {
  background-image: url(../images/icon-functional-mail-groen.svg);
}

.icon-info {
  background-image: url(../images/icon-functional-info-groen.svg);
}

.icon-marker {
  background-image: url(../images/icon-functional-marker-groen.svg);
}

.icon-facebook {
  background-image: url(../images/icon-functional-facebook-groen.svg);
}

.icon-instagram {
  background-image: url(../images/icon-functional-instagram-groen.svg);
}


/*Navigation Mobile-----------------------------------------------------------------------------------------------------------------------------*/
.nav-mobile {
  display: none;
}

.nav-mobile #mob-menu {
  background-image: url(../images/icon-menu.svg);
  background-size: 70%;
  background-position: left;
  background-repeat: no-repeat;
  background-color: rgb(255 255 255 / 0%);
  border: 0;
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 20px 0 0 0;
}

.topfixed .nav-mobile #mob-menu {
  margin: 15px 0 0 0;
}

.nav-mobile #mob-menu-close {
  background-image: url(../images/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  width: 25px;
  float: right;
  height: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  border: 0px;
  padding: 0;
}

.nav-mobile ul li.level-1 {
  width: 100%;
  padding: 10px 0 10px 8px;
  float: left;
  position: relative;
}

.nav-mobile .socials {
  padding: 20px 0 !important;
  clear: none;
  width: auto !important;
  border: 0px !important;
}

.nav-mobile ul li.level-1 a {
  color: #000;
  font-size: 14px;
  line-height: 1;
  float: left;
}

.nav-mobile ul li.level-1:nth-child(2) {
  border-top: 1px solid #ededed;
}

.nav-mobile ul.mm-collapse {
  width: 100%;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  padding-left: 22px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.nav-mobile ul li.level-1:hover .mm-collapse {
  max-height: 900px;
  transition: max-height 1s ease-in-out;
}

.nav-mobile ul li.level-2 a {
  font-size: 12px;
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 20px;
  color: #000;
}

.nav-mobile ul.mod-menu:not(ul.mm-collapse) {
  display: block;
  position: fixed;
  width: 90%;
  background: #fff;
  height: 95%;
  -webkit-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  border-radius: 10px;
  top: 0%;
  left: 5%;
  z-index: 11;
  padding: 40px;
  transition: all .3s ease-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.nav-mobile.open ul.mod-menu:not(ul.mm-collapse) {
  opacity: 1;
  visibility: visible;
  top: 2.5%;
}

.nav-mobile::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-out;
  background: var(--accentcolor);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.nav-mobile.open::after {
  opacity: .6;
  visibility: visible;
}

li.level-2 {
  float: left;
}

.nav-mobile ul.col-3 li:not(.divider) {
  width: 33.33333333333333%;
}

.nav-mobile ul.col-2 li:not(.divider) {
  width: 50%;
}

.nav-mobile ul.col-1 li:not(.divider) {
  width: 100%;
}

.nav-mobile li.divider {
  padding: 10px 0 5px 0;
  border-bottom: 0px solid #ededed;
  float: left;
  width: 100%;
  font-size: 12px;
  color: #909fac;
}

.nav-mobile ul li.level-1>a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--txtcolor);
  margin-right: 10px;
  border-radius: 3px;
  float: left;
  transition: background-color .5s ease;
}

.nav-mobile ul li.level-2 a {
  font-size: 12px;
  background-size: 15px;
  padding: 5px 0 5px 20px;
}

.nav-mobile ul li.level-1.deeper::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transition: background-color .5s ease;
  background-image: url(../images/icon-arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  transition: all .3s ease;
  position: absolute;
  right: 0;
  top: 12px;
}

.nav-mobile ul li.level-1.deeper:hover::after {
  transform: rotate(180deg);
}

a.social::before {
  display: none;
}

.nav-mobile ul li a.social {
  font-size: 0;
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
}

.nav-mobile ul li.level-1.social {
  border: 0px;
  width: auto;
  padding: 20px 10px 0 0;
}

a#btn-afspraak {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
  border-radius: 30px;
  float: left;
  margin: 12px 0;
  line-height: 1.8;
  transition: background .5s ease;
  color: var(--txtcolor);
}

a#btn-afspraak::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-afspraak-groen.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 10px;
  transition: all .5s ease;
}

a.hikashop_small_cart_checkout_link {
  position: relative;
}

.hikashop_cart.hika_j4::before {
  content: "";
  width: 35px;
  height: 35px;
  -webkit-mask-image: url(../images/icon-webshop.svg);
  mask-image: url(../images/icon-webshop.svg);
  background-color: var(--functioncolor);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 80%;
  mask-size: 80%;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 1;
}

.hikashop_cart.hika_j4 {
  position: relative;
  float: right;
  width: 50px;
  height: 45px;
}

.fa-times-circle:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/icon-bin.svg);
  mask-image: url(../images/icon-bin.svg);
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  font-size: 0;
  float: left;
}

.hikashop_small_cart_total_title {
  min-width: 26px;
  height: 26px;
  border-radius: 20px;
  border: 3px solid #cfe1dc;
  background-color: var(--maincolor);
  color: var(--accentcolor);
  display: inline-block;
  padding: 0px 6px;
  font-size: 14px;
  font-weight: 800;
  z-index: 2;
  position: relative;
  float: right;
  margin-top: 5px;
  line-height: 1.4;
}

a.hikashop_small_cart_checkout_link {
  width: 50px;
  float: left;
  height: 45px;
  z-index: 9;
}

.topfixed .hikashop_cart.hika_j4 {
  margin-top: 5px;
}

.topfixed a#btn-afspraak {
  margin: 16px 0;
}

.netwerk {
  float: right;
}

.hikashop_cart_dropdown_content {
  display: block !important;
  height: auto !important;
  padding: 20px !important;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  border: 0 !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  margin-top: 70px !important;
  right: 0;
  width: 400px !important;
  margin-right: 15px;
  background: #fff;
  position: absolute;
}

.hikashop_cart_dropdown_content.open {
  opacity: 1;
  pointer-events: all;
  margin-top: 90px !important;
  z-index: 10;
}

.hikashop_product_quantity_field_change_plus,
.hikashop_product_quantity_field_change_minus {
  color: #000 !important;
}

.hikashop_cart thead {
  display: none;
}

a.hikashop_product_quantity_field_change_plus,
a.hikashop_product_quantity_field_change_minus,
.hikashop_product_quantity_change_div_plus_default a,
.hikashop_product_quantity_change_div_minus_default a {
  width: 15px !important;
}

a.hikabtn.hikashop_cart_proceed_to_checkout {
  border: 0;
  background-color: var(--functioncolor);
  color: #fff;
  font-weight: normal;
  transition: all .3s ease;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px 15px;
}

a.hikabtn.hikashop_cart_proceed_to_checkout:hover {
  background-color: var(--accentcolor);
}

.hikashop_cart tr[class^="row"] {
  border-bottom: 1px solid #cecece !important;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.hikashop_cart tr[class^="row"]:last-child {
  border-bottom: 0px !important;
}

img.hikashop_product_cart_image {
  width: 100%;
  border-radius: 5px;
  float: left;
}

.hikashop_cart td {
  float: left;
  max-width: unset !important;
  padding: 0;
}

.fa-sync:before {
  font-size: 12px;
  margin-top: -5px;
  float: left;
}

.hikashop_cart_module_product_image {
  width: 15%;
}

.hikashop_cart_product_quantity_refresh {
  display: none !important;
}

.hikashop_cart .hikashop_product_quantity_change_div_plus_default,
.hikashop_cart .hikashop_product_quantity_change_div_minus_default {
  float: left;
  clear: none;
}

.hikashop_cart_module_product_name_value {
  width: 35%;
  padding-left: 5px !important;
}

.hikashop_cart_module_product_quantity_value {
  width: 50px !important;
}

.hikashop_cart_module_product_price_value {
  width: 27%;
  text-align: right;
}

.hikashop_cart_module_product_delete_value {
  width: 8%;
}

.hikashop_cart td.hikashop_cart_module_product_name_value.hikashop_cart_value a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.hikashop_cart .hikashop_product_price {
  color: var(--accentcolor);
  font-size: 14px;
  font-weight: 600;
}

.hikashop_cart .hikashop_cart_module_product_total_value .hikashop_product_price {
  font-size: 16px !important;
}

.hikashop_product_quantity_field_change_plus.hikashop_product_quantity_field_change.hikabtn,
.hikashop_product_quantity_field_change_minus.hikashop_product_quantity_field_change.hikabtn {
  background: none;
  border: 0;
  padding: 0 !important;
  margin: 0 0 0 2px;
  float: left;
}

.hikashop_subcontainer a.hikashop_product_quantity_field_change_plus.hikashop_product_quantity_field_change.hikabtn,
.hikashop_subcontainer a.hikashop_product_quantity_field_change_minus.hikashop_product_quantity_field_change.hikabtn {
  font-size: 18px;
  line-height: .7;
}

.hikashop_product_quantity_div {
  display: unset;
  float: left;
  margin: 0 !important;
}

.hikashop_product_quantity_field {
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 5px !important;
}

.hikashop_cart_module_payment_value,
.hikashop_cart_module_shipping_value,
.hikashop_cart td.hikashop_cart_module_tax_value {
  float: right !important;
  color: var(--accentcolor);
  font-size: 14px;
  font-weight: 600;
}

.btw {
  color: #888;
  font-size: 12px;
}

.hikashop_cart td.hikashop_cart_module_product_total_value {
  float: right;
  color: var(--accentcolor);
  font-size: 16px;
  font-weight: 600;
}

td.hikashop_cart_module_payment_title,
td.hikashop_cart_module_shipping_title,
td.hikashop_cart_module_tax_title,
td.hikashop_cart_module_product_total_title {
  float: left;
  font-size: 14px;
  color: var(--accentcolor);
}

td.hikashop_cart_module_product_delete_value.hikashop_cart_value a {
  float: right;
}

tbody {
  display: block;
  margin: 0 0 20px 0;
}

a.closecart::before {
  content: "";
  width: 25px;
  height: 25px;
  float: right;
  -webkit-mask-image: url(../images/icon-close.svg);
  mask-image: url(../images/icon-close.svg);
  background-color: var(--accentcolor);
  transition: all .3s ease;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

a.closecart:hover::before {
  background-color: var(--maincolor);
}

a.closecart {
  font-size: 0;
}

.hikashop_cart_dropdown_content h3 {
  font-weight: normal;
  float: left;
  color: var(--accentcolor);
  font-size: 16px;
  padding: 0 0 10px 60px;
  line-height: 2;
  position: relative;
  width: 100%;
}

.hikashop_cart_dropdown_content h3::before {
  content: "";
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 30px;
  background-color: var(--maincolor);
  position: absolute;
  left: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url(../images/icon-webshop.svg);
  mask-image: url(../images/icon-webshop.svg);
}

.hikashop_cart_dropdown_content h3::after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 45px;
  background-color: var(--maincolor);
}

.hikashop_subcontainer .hikashop_quantity_form {
  float: left;
  margin: 5px 0 10px 0;
  display: none;
}

p.hikashop_cart_product_name a,
p.hikashop_cart_product_name {
  color: #000;
  margin: 0 !important;
}

.hikashop_subcontainer .hikashop_product_quantity_change_div_plus_default,
.hikashop_subcontainer .hikashop_product_quantity_change_div_minus_default {
  clear: left;
  height: 15px;
}

.hkform-horizontal .form-control {
  padding: 10px 10px;
  border: 1px solid #cecece;
  border-radius: 5px;
  width: 100%;
}

.hkform-horizontal select {
  padding: 10px 10px;
  border: 1px solid #cecece;
  border-radius: 5px;

}

td.hikashop_order_total_title.key label,
td.hikashop_order_total_value {
  color: var(--accentcolor);
  font-weight: bold;
  font-size: 20px !important;
}

.hikashop_subcontainer form {
  float: left;
  width: 100%;
  clear: left;
  margin-bottom: 5px;
}

.hikashop_subcontainer .hikashop_product_quantity_div {
  margin-left: 7px;
}

.hikashop_product_quantity_field {
  width: 35px;
}

.hikashop_quantity_form .hikashop_product_quantity_input_div_default input.hikashop_product_quantity_field {
  margin: 0 !important;
  padding: 10px !important;
}

.hikashop_product_right_part .hikashop_product_quantity_div {
  margin: 0 10px 0 0 !important;
}

.hikashop_container {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin: 15px !important;
  padding: 20px;
  height: 100%;
}

div.hikashop_subcontainer {
  background: none !important;
}

.notifyjs-metro-info {
  color: #000 !important;
  background-color: var(--mainlightercolor) !important;
  border: 0px !important;
  padding: 20px !important;
  border-radius: 5px !important;
}

.notifyjs-metro-base .title {
  color: #000;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
}

.notifyjs-metro-base .image {
  left: 40px !important;
}

.notifyjs-metro-base .text {
  color: var(--accentcolor) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: 'Roboto' !important;
}

.hk-row-fluid>div {
  padding: 0 !important;
}

table.table.table-striped.table-hover {
  width: 100%;
  max-width: 600px;
}

img.hikashop_product_listing_image {
  width: 100% !important;
  border-radius: 5px;
}

#hikashop_category_information_menu_243 .hikashop_product_image {
  height: auto !important;
}

#hikashop_category_information_menu_243 .hikashop_product_image_subdiv {
  width: 100% !important;
}

.hikashop_products_listing {
  margin-top: 40px;
}

.hikashop_checkout_cart thead,
.hika_registration_address {
  display: none;
}

#hikashop_checkout_form {
  border-top: 1px dashed #888;
  border-bottom: 1px dashed #888;
  padding: 50px 0;
  float: left;
  width: 100%;
}

span.hikashop_field_required_label {
  color: var(--functioncolor);
  font-weight: 800;
  padding: 0 5px;
}

span.form-control-feedback {
  display: none;
}

.hikashop_checkout_cart tr[class^="row"] {
  border-bottom: 1px solid #cecece;
  display: block;
  position: relative;
  padding: 10px 0;
}

td.hikashop_cart_product_field_btwcategorie p {
  line-height: 1;
  position: absolute;
  right: 7px;
  margin-top: 25px;
  color: #888;
  font-size: 12px;
}

div.hikashop_messages.hikashop_error {
  background-color: #fff !important;
  border: 1px dashed var(--maincolor) !important;
  color: #000 !important;
  margin: 0 0 5px 0 !important;
}

label {
  font-size: 14px;
}

td.hikashop_cart_product_image_value {
  width: 20%;
}

td.hikashop_cart_product_name_value {
  width: 30%;
  padding-left: 20px;
}

td.hikashop_cart_product_quantity_value {
  width: 20%;
}

td.hikashop_cart_product_price_value {
  display: none;
}

td.hikashop_cart_product_total_value {
  width: 30%;
  text-align: right;
}

.hkform-horizontal .hkcontrol-label {
  text-align: left !important;
  width: 100px;
}

legend {
  float: left;
  color: var(--accentcolor);
  font-size: 16px;
  padding: 0 0 10px 0;
  width: 100%;
  font-weight: 600;
}

div#hikashop_checkout_registration h2 {
  float: left;
  color: var(--accentcolor);
  font-size: 16px;
  padding: 0 0 10px 0;
  width: 100%;
  font-weight: 600;
}

.hikashop_checkout_cart::before {
  content: "3. Uw producten";
  float: left;
  color: var(--accentcolor);
  font-size: 16px;
  padding: 0 0 10px 0;
  width: 100%;
  font-weight: 600;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.hikashop_checkout_buttons {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.hikashop_checkout_payment {
  padding-left: 50px;
}

.hikashop_checkout_shipping,
.hikashop_checkout_payment {
  float: left;
  width: 50%;
  margin: 40px 0;
}

.hikashop_checkout_shipping {
  clear: left !important;
  padding-right: 50px;
}

img.hikashop_product_checkout_cart_image {
  width: 120px;
  border-radius: 5px;
  float: left;
}

.hikashop_checkout_login,
.hikashop_checkout_address {
  float: left;
  width: 50%;
  padding-left: 50px;
}

.hikashop_checkout_cart {
  float: left;
  width: 50%;
  padding-right: 50px;
  clear: left;
}

span.hikashop_checkout_shipping_cost {
  font-size: 16px;
  font-weight: 800;
}

.hkc-sm-6 {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 30px;
}

.hika_edit {
  display: none;
}

.hika_address_display {
  font-weight: normal !important;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.4;
}

span.hikashop_product_name a {
  color: #000;
  font-size: 20px;
  float: left;
  margin: 15px 0 0;
}

.brand {
  font-size: 14px;
  color: var(--maincolor);
  float: left;
  clear: left;
}

.hikashop_product_top_part .brand {
  font-size: 18px;
}

.shopitem {
  float: left;
  width: 100%;
  height: 70px;
}

.hikabtn.hikacart {
  clear: right;
  background-color: var(--accentcolor);
  border: 0px;
  border-radius: 5px;
  font-weight: 500;
  font-family: 'Roboto';
  font-size: 12px;
  padding: 10px 40px 10px 15px;
  transition: all .3s ease;
  margin: 0;
  background-image: url(../images/icon-webshop-wit.svg);
  background-size: 20px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  color: #fff !important;
  outline: 0 !important;
}

.hikabtn.hikacart:hover,
.hikabtn.hikacart:focus {
  background-color: var(--functioncolor);
}

.hikashop_subcontainer .hikashop_product_price_full,
.hikashop_product_price_main .hikashop_product_price {
  float: left;
  width: 100%;
  margin: 20px 0 10px;
  color: var(--maincolor);
  font-weight: 600;
  font-size: 22px;
}

.hikashop_product_price_per_unit {
  display: none;
}

.hikashop_product_right_part h4 {
  display: none;
}

.hikashop_checkout_cart tr {
  float: left;
  width: 100%;
}

td#hikashop_checkout_cart_final_total_title,
td#hikashop_checkout_cart_shipping_title,
td#hikashop_checkout_cart_tax_title,
td#hikashop_checkout_cart_total2_title {
  float: left;
}

td.hikashop_cart_total_value,
td.hikashop_cart_shipping_value,
td.hikashop_cart_tax_value,
td.hikashop_cart_subtotal_value {
  float: right;
}

td#hikashop_checkout_cart_tax_title,
td.hikashop_cart_tax_value {
  font-size: 12px;
  color: #888;
  padding-left: 10px;
}

td#hikashop_checkout_cart_final_total_title,
td.hikashop_cart_total_value {
  color: var(--accentcolor);
  font-weight: bold;
  font-size: 20px;
}

img#hikashop_main_image {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

div#hikashop_product_description_main {
  margin: 40px 0;
}

#hikashop_small_image_div a {
  width: calc(100% / 3);
  float: left;
  border-radius: 8px;
}

#hikashop_small_image_div a img {
  width: 100%;
  float: left;
  border-radius: 5px;
}

div#hikashop_product_left_part {
  width: 30%;
  padding: 0 20px 0 40px !important;
}

div#hikashop_product_right_part {
  width: 70%;
  padding: 0 40px 0 20px !important;
}

div#hikashop_image_main_thumb_div {
  height: auto !important;
}

div#hikashop_product_top_part {
  padding: 0 40px;
  margin: 40px 0 20px;
  display: inline-block;
}

td.hikashop_cart_module_payment_title,
.hikashop_cart_module_payment_value,
#sb-title-inner,
#sb-info-inner,
#sb-info,
div#sb-loading {
  display: none !important;
}

#sb-wrapper-inner {
  border: 0px !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
}

#sb-overlay {
  background-color: #fff !important;
  opacity: .7 !important;
}

#sb-body,
#sb-loading {
  background-color: #fff !important;
}

.hikabtn-success {
  background-color: var(--functioncolor) !important;
  border: 0 !important;
  transition: all .3s ease;
  font-family: 'Roboto';
  padding: 10px 15px !important;
}

.hikabtn-success:hover {
  background-color: var(--accentcolor) !important;
}

a#hikashop_print_cart,
.hika_toolbar .hikabtn {
  border: 0px;
  background-color: var(--accentcolor) !important;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: .2;
  padding: 10px;
  transition: all .3s ease;
}

a#hikashop_print_cart:hover,
.hika_toolbar .hikabtn:hover {
  background-color: var(--maincolor) !important;
}

a#hikashop_print_cart {
  margin-right: 10px;
}

.fa-print:before {
  font-size: 14px;
  margin-right: 10px;
  float: left;
}

i.fas.fa-print,
i.fas.fa-envelope {
  float: left;
}

.fa-envelope:before {
  content: "\f0e0";
  font-size: 14px;
  margin-right: 10px;
  float: left;
}

table.hikashop_order_main_table {
  font-size: 14px;
  line-height: 1.5;
  display: unset;
  width: 100%;
  max-width: 600px;
  float: left;
}

fieldset#htmlfieldset_billing {
  display: none;
}

.hikashop_cart_product_image_value img {
  width: 100%;
  border-radius: 5px;
}

.hikashop_shipping_group legend::before {
  content:"1. "
}

.hikashop_checkout_payment legend::before{
  content:"2. "
}

.header.hikashop_header_title h1 {
  font-size: 20px;
  color: var(--maincolor);
  margin: 20px 0;
}

table.hikashop_order_main_table td,
table.hikashop_order_main_table tr,
table.hikashop_order_main_table tbody {
  padding: 0 !important;
}

td.hikashop_order_subtotal_title.key, td.hikashop_order_subtotal_value {
  margin-top: 20px;
}

.hikashop_order_main_table div#hikashop_order_left_part {
  display: none;
}

.hikashop_order_main_table div#hikashop_order_right_part {
  margin: 10px 0;
}

div#hikashop_order_right_part {
  font-size: 16px;
  color: var(--accentcolor);
  line-height: 1.3;
  background: var(--mainlightercolor);
  border-radius: 5px;
  padding: 20px;
}

div#hikashop_order_right_part {
  font-size: 16px;
  color: var(--accentcolor);
  line-height: 1.3;
}

.hika_toolbar_btn a:nth-child(2) {
  display: none;
}

.adminform table {
  width: 100%;
  max-width: 600px;
}

.adminform tr {
  width: 100%;
  float: left;
}

.adminform tr[class^="row"] {
  border-bottom: 1px solid #cecece;
  padding: 20px 0 !important;
}

th.hikashop_order_item_name_title.title {
  width: 45%;
  float: left;
  text-align: left;
}

th.hikashop_order_item_quantity_title.title.titletoggle {
  width: 20%;
  float: left;
  text-align: right;
}

th.title {
  width: 5%;
  float: left;
  padding: 0 !important;
}

td.hikashop_order_item_quantity_value {
  text-align: right;
}

td.hikashop_order_item_quantity_value {
  text-align: right;
}

th.hikashop_order_item_total_title.title.titletoggle {
  width: 30%;
  float: left;
  text-align: right;
}

th.hikashop_order_item_price_title.title {
  display: none;
}

td.hikashop_order_item_image_value {
  width: 20%;
}

td.hikashop_order_item_name_value {
  width: 30%;
}

td.hikashop_order_item_price_value {
  display: none;
}

td.hikashop_order_item_quantity_value {
  width: 5%;
}

td.hikashop_order_item_total_value {
  width: 45%;
  text-align: right;
}

img.hikashop_order_item_image {
  width: 100%;
  float: left;
  border-radius: 5px;
}

.hikashop_order_main_table table:not(.adminform table) {
  display: block;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px 0 0;
  margin: 20px 0;
}

td.hikashop_order_subtotal_title.key,
td.hikashop_order_shipping_title.key,
td.hikashop_order_tax_title.key,
td.hikashop_order_total_title.key {
  width: 80%;
  float: left;
  border: 0px !important;
  text-align: left !important;
}

td.hikashop_order_subtotal_value,
td.hikashop_order_shipping_value,
td.hikashop_order_tax_value,
td.hikashop_order_total_value {
  width: 20%;
  float: left;
  border: 0px !important;
  text-align: right;
}

div#hikashop_order_main {
  border-top: 1px dashed #888;
  border-bottom: 1px dashed #888;
  padding: 50px 0;
}
td.hikashop_order_item_total_value,
td.hikashop_order_shipping_value,
td.hikashop_order_subtotal_value,
td.hikashop_order_subtotal_title.key label,
td.hikashop_order_shipping_title.key label {
  font-size: 16px;
}

td.hikashop_order_tax_title.key label,
td.hikashop_order_tax_value {
  font-size: 12px;
  color: #888;
}

/*Featured-----------------------------------------------------------------------------------------------------------------------------*/
.pretext h2,
.page-header h2,
.bannerheader {
  margin: 0;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.pretext,
.page-header {
  display: flex;
}

.title-label {
  background: var(--maincolor);
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 1.3;
  margin: 0 10px;
  border-radius: 50px;
  min-width: 30px;
  height: 30px;
}

.featured-articles .news {
  z-index: 1;
  position: relative;
}

.featured-articles .bg {
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.featured-articles .latestnews-items {
  padding: 0 0 40px 0;
}

.featured-articles ul.latestnews-items li:not(.slick-dots li) {
  height: 100%;
  padding: 0;
  position: relative;
}

.featured-articles .innerpicture img {
  width: 100%;
  height: auto;
  float: left;
  transition: all .5s ease;
}

.featured-articles .innerpicture {
  position: relative;
}

.fade {
  width: 100%;
  height: 130px;
  -webkit-mask-image: url(../images/fade.svg);
  mask-image: url(../images/fade.svg);
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: absolute;
  background-color: #333;
  bottom: -1px;
  left: 0;
}

.featured-articles .icon-hits {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/icon-pointer.svg);
  mask-image: url(../images/icon-pointer.svg);
  background-color: #333;
  margin-right: 5px;
}

.featured-articles .newsinfo>*,
.featured-articles .latestnews-items li div {
  float: left;
  clear: left;
}

.featured-articles .categoryicon {
  font-size: 0px;
  width: 50px;
  height: 50px;
  padding: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
}

.icon-geo {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/icon-marker.svg);
  mask-image: url(../images/icon-marker.svg);
  background-color: var(--maincolor);
  margin-right: 5px;
  float: left;
}

.info-left .icon-geo {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/icon-marker.svg);
  mask-image: url(../images/icon-marker.svg);
  background-color: #fff;
  margin-right: 5px;
  float: left;
}

.info-left .geo {
  color: #fff;
}

.featured-articles h2,
.featured-articles h2 a {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  float: left;
  margin: 10px 0;
}

.featured-articles .newsintro {
  color: rgb(255 255 255 / 100%);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.featured-articles .after_text,
.geo .field-value {
  font-size: 14px;
}

.featured-articles .after_title {
  font-size: 14px;
  line-height: 1.5;
}

.featured-articles .detail_author {
  font-weight: bold;
  width: 100%;
}

.featured-articles .newsinfo {
  padding: 50px 30px 30px;
  margin-top: -100px;
  z-index: 1;
  position: relative;
  width: 100%;
}

.featured-articles .before_title span.detail.detail_date {
  clear: left;
  float: left;
  margin-top: 10px;
}

.featured-articles .after_title dd.newsextra>span {
  margin-right: 5px;
  float: left;
}

.featured-articles .after_text dd.newsextra>span {
  margin-right: 10px;
  float: left;
}

.featured-articles .detail_time::before {
  content: "| ";
  opacity: .5;
}

.featured-articles .detail_hits {
  font-weight: bold;
}

/*Afspraak maken ----------------------------------------------------------------------------------------------------------------------------*/
.afspraak.card.afspraak-inner {
  width: 100%;
  float: left;
  border-radius: 10px;
  background-image: url(../images/footer.jpg);
  padding: 7%;
}

.afspraak .block {
  width: 50%;
  float: left;
}

.afspraak .block-wrapper {
  width: 100%;
  background: #fff;
  float: left;
  border-radius: 10px;
  padding: 35px;
  -webkit-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
}

.afspraak .block:nth-child(odd) {
  padding-right: 2%;
}

.afspraak .block:nth-child(even) {
  padding-left: 2%;
}

.afspraak .block-content {
  width: 100%;
  float: left;
  border-top: 1px solid var(--maincolor);
  padding: 10px 0 0 0;
}

.afspraak h3 {
  margin-bottom: 10px;
  float: left;
  text-align: right;
  color: var(--accentcolor);
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 5px 5px 45px;
  background-size: 35px;
  background-position: left top;
  background-repeat: no-repeat;
}

.afspraak #afspraakmaken h3 {
  background-image: url(../images/icon-afspraak-groen.svg);
}

.afspraak #tijden h3 {
  background-image: url(../images/icon-klok-groen.svg);
}

.block-content {
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.7;
}

ul.checklist li {
  background-image: url(../images/icon-functional-check-groen.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 10px;
}

ul.checklist {
  margin: 20px 0 !important;
}

.hikashop_products .hikashop_product {
  width: calc(100% / 5);
  margin-bottom: 30px;
}

/*Shortlist cat----------------------------------------------------------------------------------------------------------------------------*/
.shortlist {
  width: 33.33333333333333%;
  float: left;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.shortlist img {
  width: 100%;
  height: auto;
  float: left;
}

.shortlist .newsflash-image {
  width: 25%;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}

.shortlist h2,
.shortlist .fields-container {
  width: 75%;
  float: left;
  padding-left: 20px;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.shortlist .geo span {
  color: var(--maincolor);
  font-weight: bold;
}

.shortlist .mod-articlesnews .categoryicon {
  display: none;
}

.shortlist .mod-articlesnews__item {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0;
}

.shortlist h3 {
  margin: 0;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  background-repeat: no-repeat;
}

.shortlist .caticon {
  height: 30px;
  background-color: var(--maincolor);
  width: 30px;
  float: left;
  margin-right: 10px;
}

/*Blog View & Blog Module----------------------------------------------------------------------------------------------------------------------------*/
.blog {
  display: inline-block;
}

.blog .categoryicon {
  font-size: 0px;
  width: 25px;
  height: 25px;
  padding: 12.5px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  float: left;
  display: none;
}

.blog .hits,
.blog .fields-container li:not(.geo) {
  display: none;
}

.blog .geo {
  font-weight: bold;
}

.blog .geo::before,
.shortlist .geo::before {
  content: "";
  -webkit-mask-image: url(../images/icon-marker.svg);
  mask-image: url(../images/icon-marker.svg);
  background-color: var(--maincolor);
  margin: 2px 5px 2px 0px;
  float: left;
  width: 15px;
  height: 15px;
}

.info-left .geo::before {
  content: "";
  -webkit-mask-image: url(../images/icon-marker.svg);
  mask-image: url(../images/icon-marker.svg);
  background-color: #fff;
  margin-right: 5px;
  float: left;
  width: 20px;
  height: 20px;
}

.blog .geo::after {
  content: "|";
  color: var(--maincolor);
  padding: 0 8px;
  font-weight: bolder;
}

.blog .item-content>* {
  float: left;
}

dd.newsextra>span {
  clear: left;
}

.blog .article-info b {
  display: none;
}

.blog .blog-items,
.blog .latestnews-items {
  margin-left: -20px;
  width: calc(100% + 40px);
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog .blog-item,
.blog .latestnews-item {
  width: 33.33333333333333%;
  float: left;
  padding: 20px;
  position: relative;
}

.seperator {
  width: calc(100% - 40px);
  height: 1px;
  background: #cecece;
  position: absolute;
  bottom: 0;
}

.shortlist .seperator {
  width: 100%;
}

.blog .item-image,
.blog .newshead {
  width: 25%;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}

.blog .item-content .page-header {
  margin: 0;
}

.blog .item-content,
.blog .newsinfo {
  width: 75%;
  float: left;
  padding: 0 0 0 20px;
}

.blog .item-image img,
.blog .newshead img {
  width: 100%;
  height: auto;
  float: left;
}

.blog h2 a {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  float: left;
  margin: 0 0 5px 0;
  text-align: left;
}

.blog .article-info,
.blog .detail_author,
.blog .detail_date {
  color: var(--maincolor);
  font-size: 14px;
}

.blog .geo>* {
  float: left;
  font-size: 14px;
  line-height: 1.4;
  color: var(--maincolor);
}

.tag-count:not(.page-header .tag-count) {
  display: none;
}

.blog .jscroll-added {
  text-align: center;
}

a.ai-next {
  background: var(--maincolor);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0px;
  float: left;
  width: 120px;
  left: 50%;
  margin: 30px 0 0 -60px;
  position: relative;
}

a.ai-next::before {
  content: "Laad meer";
  font-size: 14px;
}

/*Carrousel--------------------------------------------------------------------------------------------------------------*/
.carrousel {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.slide {
  display: none;
  float: left;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0px 35px 30px -42px rgb(0 0 0 / 77%);
  -moz-box-shadow: 0px 35px 30px -42px rgb(0 0 0 / 77%);
  box-shadow: 0px 35px 30px -42px rgb(0 0 0 / 77%);
  background: #333;
}

.slide>div {
  height: 100%;
}

.initialized .slide {
  display: block;
}

button.arrow {
  position: absolute;
  bottom: 5px;
  width: 30px;
  height: 30px;
  z-index: 2;
  background-color: var(--maincolor);
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.carrousel .prev {
  left: calc(50% - 35px);
  background-image: url(../images/icon-arrowprev.svg);
}

.carrousel .next {
  right: calc(50% - 35px);
  background-image: url(../images/icon-arrownext.svg);
}

.slide {
  margin: 0px 10px;
}

button.disabled {
  opacity: .5;
  cursor: default;
}

button.arrow:hover:not(button.disabled:hover) {
  transform: scale(1.2);
}

.list.draggable {
  margin-left: -10px;
  width: calc(100% + 20px);
}

/*Content---------------------------------------------------------------------------------------------------------------------------------*/
.info-left .geo {
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgb(255 255 255 / 36%);
  border-top: 1px solid rgb(255 255 255 / 36%);
  padding: 10px 0;
}

dl.article-info {
  z-index: 1;
  position: relative;
}

dl.article-info dd {
  clear: left;
}

.item-page {
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
}

.content-left {
  width: 30%;
  float: left;
}

.content-left-wrapper {
  width: 100%;
  float: left;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0px 51px 53px -42px rgb(0 0 0 / 77%);
  -moz-box-shadow: 0px 51px 53px -42px rgb(0 0 0 / 77%);
  box-shadow: 0px 51px 53px -42px rgb(0 0 0 / 77%);
}

.main-top,
.main-bottom-wrapper,
.main-left,
.content-left-wrapper>*,
.info-left>*,
nav.pagenavigation,
.info-left .fields-container li {
  float: left;
  width: 100%;
}

.article-info>* {
  float: left;
  font-size: 14px;
  line-height: 1.4;
}

dd.createdby {
  margin-right: 10px;
}

.content-main {
  width: 70%;
  float: left;
  padding: 0 0 0 50px;
}

.content-left .item-image img {
  width: 100%;
  height: auto;
  float: left;
}

.content-left .item-image {
  position: relative;
}

.info-left .categoryicon {
  background-image: none;
}

.info-left .categoryicon .avatar {
  width: 50px;
  height: 50px;
  float: left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.info-left .categoryicon span {
  float: left;
  clear: left;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 10px 0;
}

.info-left {
  padding: 0 30px 25px 30px;
  margin-top: -60px;
}

ul.tags {
  padding-top: 10px !important;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.tags li {
  float: left;
  margin: 0 5px 5px 0;
  opacity: 1;
  transition: all .3s ease;
  list-style: none;
}

ul.tags li a {
  color: #fff;
  font-size: 14px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 6px;
  padding: 5px 10px 5px 30px;
  background-image: url(../images/icon-tag-white.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
  float: left;
}

ul.tags li:hover {
  opacity: .7;
}

.content-main ul.tags li a {
  color: #000;
  border: 1px solid #b6b6b6;
  background-image: url(../images/icon-tag.svg);
  text-decoration: none;
}

.content-main ul.tags li {
  opacity: .7;
}

.content-main ul.tags li:hover {
  opacity: 1;
}

div[itemprop="articleBody"]>p,
div[itemprop="articleBody"] li {
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  font-size: 14px;
}

div[itemprop="articleBody"] ::marker {
  color: #000;
  font-weight: bold;
}

div[itemprop="articleBody"] figcaption {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
}

div[itemprop="articleBody"] img {
  max-width: 100%;
  height: auto;
}

div[itemprop="articleBody"] a {
  font-weight: 600;
  color: var(--maincolor);
}

.article-header h1 {
  font-size: 30px;
  line-height: 1;
}

blockquote {
  border-left: 5px solid var(--maincolor);
  padding-left: 20px;
}

blockquote p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

blockquote p::before,
blockquote p::after {
  content: '" ';
  font-weight: bold;
}

div[itemprop="articleBody"] h1 {
  font-size: 25px;
}

div[itemprop="articleBody"] h2 {
  font-size: 20px;
}

div[itemprop="articleBody"] h3 {
  font-size: 16px;
}

/*Banners----------------------------------------------------------------------------------------------*/
.bannergroup {
  float: left;
  margin: 40px -20px;
}

.col-3 .banneritem {
  float: left;
  width: 33.33333333333333%;
}

.col-4 .banneritem {
  float: left;
  width: 25%;
}

.banneritem {
  padding: 20px;
  transition: all .5s ease;
  opacity: 1;
}

.banneritem:hover {
  opacity: .7;
}

.banneritem a {
  border-radius: 6px;
  overflow: hidden;
}

.banneritem a,
.banneritem img {
  float: left;
  width: 100%;
  height: auto;
}

.bannerheader {
  margin-left: 20px;
}

/*Social Share---------------------------------------------------------------------------------------------------------------------------------*/
.socialshare {
  margin-top: 30px;
}

.st-custom-button[data-network] {
  float: left;
  font-family: Roboto, sans-serif;
  padding: 3px 10px 5px 40px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  height: 30px;
  line-height: 1.7;
  margin: 0 5px 5px 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  border-radius: 3px;
  transition: all .5s ease;
  opacity: 1;
}

.st-custom-button[data-network]:hover {
  opacity: .7;
}

.socialshare #facebook {
  background-image: url(../images/icon-facebook.svg);
  background-color: #293e6b;
}

.socialshare #linkedin {
  background-image: url(../images/icon-linkedin.svg);
  background-color: #073044;
}

.socialshare #twitter {
  background-image: url(../images/icon-twitter.svg);
  background-color: #175f8c;
}

.socialshare #whatsapp {
  background-image: url(../images/icon-whatsapp.svg);
  background-color: #1ca032;
}

/*Responsive---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1919px) {
  .topfixed .content-container {
    padding: 230px 10% 0 10%;
  }

  .content-container,
  .top {
    padding: 0 10%;
  }

}

@media screen and (max-width: 1440px) {

  .blog h2 a,
  .shortlist h2 {
    font-size: 16px;
  }

  .hikashop_products .hikashop_product {
    width: calc(100% / 4);
  }

}

@media screen and (max-width: 1280px) {

  .featured-articles .categoryicon {
    width: 35px;
    height: 35px;
    padding: 17.5px;
  }

  .featured-articles .after_title,
  .featured-articles .after_text,
  .blog .article-info,
  .blog .geo>* {
    font-size: 12px;
    line-height: 1.2;
  }

  .featured-articles .icon-hits,
  .featured-articles .icon-geo,
  .blog .icon-geo {
    width: 15px;
    height: 15px;
  }

  .featured-articles .newsintro,
  .featured-articles h2 {
    margin: 5px 0;
  }

  .shortlist h3,
  .pretext h2,
  .page-header h2,
  .bannerheader {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
  }

  .blog .categoryicon {
    width: 20px;
    height: 20px;
    padding: 10px;
  }

  .label-count {
    font-size: 18px;
    width: 25px;
    height: 25px;
    padding: 12.5px 0;
  }

  .featured-articles .newsinfo {
    padding: 20px;
  }

  .featured-articles .after_title {
    line-height: 1.2;
  }

  .article-header h1 {
    font-size: 40px;
  }

  .bannerheader {
    margin-left: 10px;
  }

  .bannergroup {
    margin-left: -10px;
    margin-right: -10px;
  }

  .banneritem {
    padding: 10px;
  }

  .info-left .categoryicon span {
    font-size: 20px;
  }

  .geo .field-value,
  .article-info>*,
  ul.tags li a {
    font-size: 12px;
  }

  .wrapper-speciaal,
  .wrapper-afspraak {
    padding: 7% 0 0 0;
  }

  .content-container,
  .top {
    padding: 0 5%;
  }

  .topfixed .content-container {
    padding: 230px 5% 0 5%;
  }

  .blog h2 a,
  .shortlist h2 {
    font-size: 14px;
  }

  .afspraak .block:nth-child(odd) {
    padding-right: 20px;
  }

  .afspraak .block:nth-child(even) {
    padding-left: 20px;
  }

  .afspraak h3 {
    font-size: 14px;
    background-size: 25px;
    padding: 2px 5px 2px 35px;
  }

  .afspraak .block-wrapper {
    width: 100%;
    background: #fff;
    float: left;
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
    box-shadow: 0px 7px 15px -6px rgb(0 0 0 / 55%);
  }

  .block-content {
    padding-left: 15px;
    line-height: 1.5;
  }

  .content-block h2.newsflash-title {
    padding: 5px 15px;
  }

  .content-block .caticon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  p {
    line-height: 1.7;
  }

  header.groot {
    height: 520px;
  }

  .logo {
    margin: 20px 0 10px -40px;
  }

  .featured-articles h2 a,
  .featured-articles h2 {
    font-size: 18px;
    margin: 25px 0 10px;
  }

  .teamlijst figure {
    width: 150px;
    height: 165px;
  }

  .teamlijst figure::after {
    width: 150px;
  }

  .onderwerp,
  .team-name span {
    font-size: 12px;
  }

  footer .block {
    width: calc(100% / 4);
  }

  .wrapper-artikellijsten,
  .wrapper-team,
  .wrapper-behandelingen {
    padding: 9% 7% 0 7%;
  }

  .card-header::before {
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }

  .card-header::after {
    height: 30px;
    left: 45px;
  }

  .card-header {
    padding: 0 0 0 65px;
    line-height: 2.1;
  }

  .teamlijst .mod-articlesnews__item {
    width: calc(100% / 4);
  }

  .topfixed .logo {
    width: 200px;
    margin: 3px 20px 5px 0px;
  }

  a#btn-afspraak {
    padding: 14px 0;
    font-size: 12px;
  }

  a.hikashop_small_cart_checkout_link,
  .hikashop_cart.hika_j4::before {
    margin: 10px 5px;
    transform: scale(.8);
  }

  a#btn-afspraak::before {
    width: 20px;
    height: 20px;
  }

  .topfixed a#btn-afspraak {
    margin: 0;
    padding: 25px 0;
  }

  .topfixed .hikashop_cart.hika_j4 {
    margin-top: 12px;
  }

  .topfixed nav.nav-desktop {
    padding: 27px 0 25px 0;
  }

  .topfixed a.hikashop_small_cart_checkout_link,
  .topfixed .hikashop_cart.hika_j4::before {
    margin: -5px 5px;
  }

  .nav-desktop ul li a {
    font-size: 12px;
  }

  header::before {
    width: 300px;
  }

  header::after {
    width: 200px;
    bottom: 10px;
    right: 110px;
  }

}

@media screen and (max-width: 1023px) {
  .hikashop_checkout_login {
    margin-top: 40px;
  }

  .topfixed a.hikashop_small_cart_checkout_link,
  .topfixed .hikashop_cart.hika_j4::before {
    margin: 0px 5px;
  }

  .hikashop_checkout_login,
  .hikashop_checkout_address {
    width: 100%;
    padding-left: 0px;
  }

  .hikashop_checkout_cart {
    width: 100%;
    padding-right: 0px;
  }

  .hikashop_checkout_shipping,
  .hikashop_checkout_payment {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .hikashop_checkout_shipping {
    margin-top: 40px;
  }

  .hikashop_cart td.hikashop_cart_module_product_name_value.hikashop_cart_value a,
  .hikashop_cart .hikashop_product_price {
    font-size: 12px;
  }

  .hikashop_cart_dropdown_content h3::after {
    height: 25px;
    left: 35px;
  }

  .hikashop_cart_dropdown_content h3 {
    font-size: 14px;
    padding: 0 0 10px 50px;
    line-height: 1.8;
  }

  .hikashop_cart_dropdown_content h3::before {
    width: 25px;
    height: 25px;
  }

  div.hikashop_cart_dropdown_container,
  .hikashop_cart.hika_j4 {
    position: unset !important;
  }

  .hikashop_cart_dropdown_content {
    width: calc(100% - 10%) !important;
    right: 5%;
    margin-right: 0px;
    max-width: 400px;
  }

  .hikashop_cart.hika_j4::before {
    left: unset;
  }

  .network {
    width: 210px;
  }

  nav.nav-desktop {
    width: calc(100% - 210px);
  }

  .topfixed a#btn-afspraak {
    padding: 20px 0;
  }

  .topfixed .hikashop_cart.hika_j4 {
    margin-top: 0px;
  }

  .bannerheader {
    margin-left: 5px;
  }

  .network {
    float: right;
  }

  .logo {
    margin: 20px 0 10px 0;
  }

  .topfixed .logo {
    display: block;
  }

  .bannergroup {
    margin-left: -5px;
    margin-right: -5px;
  }

  .banneritem {
    padding: 5px;
  }

  .article-header h1 {
    font-size: 30px;
  }

  .shortlist,
  .blog .blog-item,
  .blog .latestnews-item {
    width: 50%;
  }

  .nav-desktop,
  nav.navigation ul.mod-menu,
  ul.mm-collapse::before {
    display: none;
  }

  .nav-mobile,
  #mob-menu,
  #mob-menu-close {
    display: block;
  }

  .logo:not(ul .logo) {
    float: right;
  }

  .logo:not(ul .logo) {
    display: none;
  }

  nav.navigation.no-card.nav-mobile {
    width: 50px;
    float: left;
    padding: 15px 30px 15px 25px;
  }

  .topfixed .top-container {
    border: 0;
    height: 60px;
  }

  .afspraak .block:nth-child(even) {
    padding-top: 50px;
  }

  .content-block .mod-articlesnews__item,
  .afspraak .block {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }

  .teamlijst .mod-articlesnews__item {
    width: calc(100% / 3);
  }

  footer .block {
    width: calc(100% / 3);
  }

  .top-container {
    padding-top: 0px;
    margin-bottom: 0px;
    height: 80px;
  }

  .topfixed .content-container {
    padding: 80px 5% 0 5%;
  }

  .topfixed .top-container {
    background: rgb(255 255 255);
  }

  .hikashop_products .hikashop_product {
    width: calc(100% / 3);
  }

  .hikashop_cart_module_product_price_value {
    width: 22%;
  }
}

@media screen and (max-width: 767px) {
  div#hikashop_product_left_part {
    width: 100%;
    padding: 0 20px !important;
  }

  header .mod-articlesnews__item>.fields-container {
    bottom: 200px;
    padding: 0 30px;
}

li.field-entry.header-content {
  width: 250px;
}

header h1 {
  font-size: 30px;
}

  .btw {
    font-size: 10px;
  }

  .hikashop_quantity_form .hikashop_product_quantity_input_div_default input.hikashop_product_quantity_field {
    padding: 7px 10px !important;
  }

  span#hikashop_product_name_main {
    font-size: 20px;
  }

  .hikashop_product_top_part .brand {
    font-size: 16px;
  }

  div#hikashop_product_right_part {
    width: 100%;
    padding: 0 20px !important;
  }

  div#hikashop_product_top_part {
    padding: 0 20px;
    margin: 10px 0;
  }

  .hikashop_products .hikashop_product {
    width: calc(100% / 2);
    margin-bottom: 10px;
  }

  .hikabtn.hikacart {
    font-size: 12px;
    padding: 7px 35px 7px 15px;
    background-size: 20px;
  }

  span.hikashop_product_name a {
    font-size: 16px;
  }

  .brand {
    font-size: 14px;
  }

  .hikashop_subcontainer .hikashop_product_price_full {
    font-size: 18px;
  }

  .hikashop_container {
    margin: 5px !important;
    padding: 10px;
  }

  .topfixed .top-container::after {
    display: none;
  }

  .hikashop_cart_dropdown_content {
    width: calc(100% - 16%) !important;
    right: 8%;
  }

  body {
    background: #ffffff;
  }

  header figure.newsflash-image,
  header div {
    height: 100%;
    float: left;
  }

  header .newsflash-image img {
    width: auto;
    float: right;
    height: 100%;
    margin-left: -250px;
  }

  header::before {
    right: 15px;
  }

  header::after {
    right: 70px;
  }

  .teamlijst .mod-articlesnews__item {
    width: calc(100% / 2);
  }

  span.field-value.header-item {
    font-size: 15px;
  }

  .form-header-items li {
    padding: 5px 15px 10px 35px;
    color: #fff;
    float: left;
    clear: left;
    position: relative;
    font-size: 0px;
    background-position: left top 4px;
    background-repeat: no-repeat;
    background-size: 25px;
  }

  .wrapper-behandelingen,
  .wrapper-speciaal,
  .wrapper-afspraak {
    padding: 50px 0 0 0;
  }

  .wrapper-artikellijsten,
  .wrapper-team {
    padding: 50px 30px 0 30px;
  }

  .teamlijst figure {
    width: 120px;
    height: 135px;
  }

  .teamlijst figure::after {
    width: 120px;
  }

  footer {
    margin: 40px 0 80px 0;
  }

  .content-container,
  .top {
    padding: 0 8%;
  }

  .content-main,
  .content-left {
    width: 100%;
    float: left;
    padding:0;
  }

  .topfixed .content-container {
    padding: 60px 8% 0 8%;
  }

  .item-page {
    padding-bottom: 0px;
  }

  .shortlist,
  .blog .blog-item,
  .blog .latestnews-item {
    width: 100%;
  }

  .topfixed nav.navigation.no-card.nav-mobile {
    padding: 0;
  }

  .topfixed .top {
    height: 40px;
    border: 0px;
  }

  .col-3 .banneritem,
  .col-4 .banneritem {
    width: 100%;
    padding: 10px 5px;
  }

  .featured-articles,
  .bannergroup,
  .blog {
    margin-bottom: 20px;
  }

  .socialshare {
    padding: 0 15px;
  }

  .shortlist {
    margin-bottom: 20px;
  }

  footer .block {
    width: calc(100% / 1);
  }

  .behandelingen .newsflash-title {
    font-size: 14px;
  }

  .behandelingen .fields-container {
    font-size: 12px;
  }

  .behandeling-prijs {
    font-size: 14px;
  }

  .behandeling-prijs {
    width: 65px;
    padding: 3px 2px;
  }

  .behandelingen .fields-container li {
    clear: left;
    float: left;
  }

  .behandelingen .newsflash-title {
    width: calc(100% - 65px);
  }

  li.field-entry.behandeling-prijs {
    position: absolute;
    right: 0;
    top: 12px;
  }

  .behandelingen .mod-articlesnews__item {
    position: relative;
  }

  .topfixed .logo {
    width: 200px;
    background-image: url(../images/logo-mpc.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
    height: 125px;
    margin: 20px 0 10px 0;
  }

  .content-container::after {
    content: "";
    width: 2200px;
    height: 1200px;
    background-image: url(../images/bg-element.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -1000px;
    opacity: .3;
    top: unset;
    transform: rotate(5deg);
    bottom: -100px;
  }

  #c-bns.swap button:first-child {
    color: #fff !important;
  }

  .home .content-container::before {
    content: "";
    width: 2200px;
    height: 1200px;
    background-image: url(../images/bg-element.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -90px;
    opacity: .3;
    top: 1300px;
    transform: rotate(-185deg);
  }

  .home.topfixed .content-container::before {
    top: 1530px;
  }

  .thankyou p {
    width: 100%;
  }

}

@media screen and (max-width: 500px) {
  .featured-articles .categoryicon {
    width: 40px;
    height: 40px;
    padding: 20px;
  }

  .blog .detail_author,
  .blog .detail_date {
    font-size: 12px;
  }

  .nav-mobile ul.col-3 li:not(.divider) {
    width: 50%;
  }

  dd.createdby {
    margin-right: 5px;
  }


}