/* Eshop page width */
@media (min-width: 960px) {
  .uk-width-1-4\@m {
    width: auto !important;
  }

  .checkbox, .radio {
    padding-left: 2px !important;
  }

  .eshop-info-block h5 {
    font-weight: 500 !important;
  }
} /* ← This was missing */

/* hide menu and footer */
.hide-menu-footer .tm-header,
.hide-menu-footer .tm-toolbar,
.hide-menu-footer .tm-header-mobile,
.hide-menu-footer #footer\#0,
.hide-menu-footer #footer\#1 {
  display: none;
}

/* accordion icon */
.uk-accordion-title::before {
  background-image: url(/images/dots-staand.svg) !important;
  height: 15px;
}

/* Start Edit Where to buy */
ul.tags .inline {
  padding-left: 0;
}
/* End Edit Where to buy */

.mCSB_container,
.sidebarhtmllinkymap {
  line-height: 1.3em;
  color: #17428c;
  font-weight: 500;
}

.mCSB_container a,
.sidebarhtmllinkymap a,
.uk-link a {
  text-decoration: underline;
}

/* WHERE TO BUY */
.active-company {
  border-left: solid 4px #17428c;
  padding: 0 5px;
  margin-bottom: 5px;
}

.active-company ul {
  line-height: 100%;
  color: #17428c;
}

.active-company h4 {
  color: #17428c;
  padding-left: 5%;
}

#tm-bottom {
  margin-left: 75%;
}

#tm-sidebar {
  position: relative;
}

@media screen and (max-width: 700px) {
  #tm-bottom {
    margin: auto;
  }
}

/* TABLE CLASS ZEBRA */
table.zebra {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  width: 100%;
  border-collapse: collapse;
}

table.zebra caption {
  color: #333;
}

table.zebra thead tr td,
table.zebra thead th {
  color: #17428c;
  text-shadow: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

table.zebra tbody tr:first-child td {
  border-top: 1px solid #d3d3d3;
}

table.zebra tbody tr:nth-child(even) {
  background: #fff;
}

table.zebra tbody tr:nth-of-type(odd) {
  background: #f0f0f0;
}

table.zebra tr td,
table.zebra tfoot tr {
  color: #444;
}

table.zebra thead {
  color: #fff;
  text-shadow: none;
}

table.zebra .centerbold {
  font-weight: bold;
}

table.zebra tr td,
table.zebra tr th {
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  table.zebra thead tr td,
  table.zebra thead th {
    font-size: 0.6em;
  }

  .span4 p {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  table.zebra td {
    font-size: 9px;
  }

  table.zebra tr td,
  table.zebra tr th {
    padding: 0 5px;
    text-align: left;
  }
}

/* Brochure section */
.download-pdf {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  color: #17428c;
  font-weight: 700;
  border-radius: 10px;
  height: auto;
}

.brochure-image {
  height: 250px;
  width: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.brochure-image:hover {
  opacity: 0.5;
}

.download-pdf p {
  margin: 3%;
  height: 30%;
  width: auto;
}

.download-pdf a:hover {
  color: #bdd5fc;
}

.rk-images-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rk-images-parent {
  width: 20%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .download-pdf {
    flex-direction: column;
  }

  .brochure-image:hover {
    opacity: 0.95;
  }

  .rk-images-container {
    flex-direction: column;
  }

  .rk-images-parent {
    width: 90%;
    height: auto;
  }
}

