@charset "UTF-8";
.content {
  margin: auto;
}
.content ul li {
  font-size: 13px;
}
.content ul.errorlist {
  color: #e0081d;
  padding: 0px;
  list-style: none;
}
.content ul.errorlist li {
  list-style: none;
  font-size: 12px;
}
.content p label:not([for='id_receive_newsletter']) {
  display: inline-block;
  padding: 6px 0;
  width: 150px;
}
.content p select,
.content p input:not([type='checkbox']),
.content p textarea {
  display: inline-block;
  max-width: 400px;
  min-width: 228px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content p textarea {
  height: 100px;
  max-width: 100%;
}
.content p input[type='checkbox'] {
  margin-right: 5px;
}
.content figure.image > img {
  max-width: 100%;
  height: auto;
}
.content figure.image.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}
.content figure.image.image-style-side {
  margin-left: auto;
}
.content figure.image.image-style-align-right {
  margin-left: auto;
}
.content .order-for-orchestra select {
  max-width: 200px !important;
}
@media (min-width: 768px) {
  .content .order-for-orchestra select {
    max-width: 250px !important;
  }
}
.content .orchestra-matching-form {
  border: 1px solid #3E5666;
  border-radius: 5px;
}
.content div.item {
  margin: 0 0 20px;
}
.content p {
  font-size: 13px;
  line-height: 18px;
  margin: 8px 0;
}
.content .bi-printer,
.content .bi-box-seam {
  font-size: 20px;
}
.content .scores .score-title {
  font-size: 0.9rem;
  position: relative;
}
.content .scores .score-title i {
  float: left;
  padding-right: 7px;
}
.content .scores .score-title a {
  line-height: 20px;
}
@media (min-width: 768px) {
  .content .scores .score-title {
    font-size: 0.9rem;
  }
}
.content .scores .subtitle {
  padding-bottom: 3px;
  margin-left: 26px;
}
.content .scores .score-info .th {
  color: #3E5666;
  font-weight: bold;
}
.content .scores .price,
.content .scores .cart-price {
  white-space: nowrap;
}
.content .scores .cart-price {
  text-align: right;
}
.content .scores .cart-price p {
  padding-right: 0px !important;
}
.content .scores .cart-price .bi-cart-plus {
  font-size: 18px;
}
.content .scores .cart-price span {
  vertical-align: top;
  line-height: 25px;
}
.content .scores ul {
  list-style-type: none;
  margin-bottom: 3px;
  padding-left: 26px;
}
.content .scores ul li {
  list-style-type: none;
}
.content .messages li,
.content .message {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  list-style: none;
  padding: 10px 30px;
  background: #e7e7e7;
  border: 1px solid #ccc;
  color: #444;
  border-radius: 4px;
  font-size: 14px !important;
  z-index: 1000;
}
.content .messages li.success,
.content .success.message {
  color: #158f21;
  background: #c6ddc9;
  border: 1px solid #158f21;
}
.content .messages li.error,
.content .error.message {
  color: #ed0003;
  background: #fcf0f0;
  border: 1px solid #ed0003;
}
.content .messages li.info,
.content .info.message {
  color: #155e8f;
  background: #c6d4dd;
  border: 1px solid #155e8f;
}
.content .button-continue-shopping {
  margin-top: 5px;
}
.content table.product-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.content table.product-info ul li {
  float: left;
  clear: left;
  list-style: none inside;
  margin: 0;
  padding: 0;
}
.content .score-detail-right button,
.content .score-detail-right a {
  width: 100%;
}
.content .icon {
  max-width: 20%;
}
@media (min-width: 768px) {
  .content .icon {
    max-width: 13%;
  }
}
.content .icon-float {
  float: right;
}
.content .subcategories .card-title {
  margin-bottom: 0px;
}
.content .subcategories ul {
  list-style-type: none;
  margin-bottom: 3px;
  padding-left: 7px;
}
.content .subcategories ul li {
  list-style-type: none;
}
.content .subcategories .card {
  border-color: #3E5666;
}
.content .subcategories .card-header {
  background: #3E5666;
  color: #ffffff;
}
.content .bg-body-tertiary {
  background: #ffffff !important;
  color: #3E5666;
  border: 1px solid #3E5666;
  border-radius: 3px;
}
.content .bg-body-tertiary .nav-item a {
  color: #3E5666;
}
.content .nav-profile {
  background: #e4cdc6;
  padding: 5px;
  border-radius: 5px;
}
.content .nav-profile div a {
  text-decoration: underline;
}
.content .nav-profile div a.active {
  text-decoration: none;
}
.content a.lees_meer_i {
  float: right;
  color: #8c644d;
  background: url(/static/images/item_lees_meer.png) bottom left no-repeat;
  padding: 0 0 0 20px;
}
.content p.description {
  background: #f3ddc4;
  border: 1px solid #dbd7ca;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 0 0 10px;
  padding: 20px;
  float: left;
  height: 138px;
}
.content div.cat_img {
  width: 235px;
  float: right;
  background: #E0FFFF;
  border: 1px solid #ADD8E6;
  margin: 0 0 10px;
  padding: 12px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: center;
}
.content div.cat_img img {
  margin: auto;
  border: 1px solid #ADD8E6;
}
.content .head_cat {
  float: left;
  width: 27.75%;
  min-height: 160px;
  background: url(/static/images/cat-bg.png) no-repeat right bottom #F0D5B8;
  border: 1px solid #f8efe5;
  outline: 1px solid #DBD7CA;
  margin: 0 0 15px 2%;
  padding: 2%;
  padding-left: 20px;
}
.content .head_cat h3 {
  font-size: 1.6em;
  line-height: 1.6em;
  padding-left: 24px;
  font-weight: 400;
  background: url(/static/images/cat-note.png) 0 20% no-repeat;
  border-bottom: 2px ridge #f0d5b8;
  margin: 4px 0;
}
.content .head_cat ul {
  list-style: none;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.content .head_cat ul li {
  list-style: none;
  margin-left: 4px;
}
.content .head_cat ul li a {
  font-weight: 700;
  background: url(/static/images/cat-arrow.png) no-repeat 0 50%;
  padding-left: 15px;
  display: block;
  float: left;
  clear: both;
}
.content .head_cat ul li a:hover {
  background: url(/static/images/cat-note-active.png) no-repeat 5px 50%;
  padding-left: 20px;
  color: #000;
  text-decoration: none;
}
.content div.first {
  margin-left: 0;
}
.content #youth-links {
  margin: 8px auto;
}
.content #youth-links a {
  display: block;
  text-align: center;
  width: 175px;
  height: 61px;
  background: #b0d7e5 url(/static/images/youth_small.png);
  color: #FFF;
  float: left;
  font-size: 2.4em;
  margin: 3px;
  padding: 45px 8px 5px;
}
.content #youth-links a span {
  display: block;
  color: #234f69;
  font-size: 0.6em;
  margin: 9px 0 0;
}
.content #youth-links a:hover {
  background-image: url(/static/images/youth_small_active.png);
  text-decoration: none;
}
.content .head_cat.youth_concert {
  background: url(/static/images/bg_concert.png) no-repeat right bottom #DEAEB3;
  border: 1px solid #DED1D2;
  outline: 1px solid #DEAEB3;
}
.content .head_cat.youth_concert h3 {
  color: #000;
  background: url(/static/images/cat-note-concert.png) 0 20% no-repeat;
  border-bottom: 2px ridge #F9939D;
}
.content .head_cat.youth_concert ul li a {
  background: url(/static/images/cat-arrow-concert.png) no-repeat 0 50%;
}
.content .head_cat.youth_concert ul li a:hover {
  background: url(/static/images/cat-arrow-active-concert.png) no-repeat 5px 50%;
}
.content .head_cat.youth_light {
  background: url(/static/images/bg_light.png) no-repeat right bottom #F4D27D;
  border: 1px solid #F4E7C4;
  outline: 1px solid #F4D27D;
}
.content .head_cat.youth_light h3 {
  color: #000;
  background: url(/static/images/cat-note-light.png) 0 20% no-repeat;
  border-bottom: 2px ridge #F4E7C4;
}
.content .head_cat.youth_light ul li a {
  background: url(/static/images/cat-arrow-light.png) no-repeat 0 50%;
}
.content .head_cat.youth_light ul li a:hover {
  background: url(/static/images/cat-arrow-active-light.png) no-repeat 5px 50%;
}
.content .head_cat.youth_reli {
  background: url(/static/images/bg_reli.png) no-repeat right bottom #B3B6D7;
  border: 1px solid #BBC0F1;
  outline: 1px solid #B3B6D7;
}
.content .head_cat.youth_reli h3 {
  color: #000;
  background: url(/static/images/cat-note-reli.png) 0 20% no-repeat;
  border-bottom: 2px ridge #BBC0F1;
}
.content .head_cat.youth_reli ul li a {
  background: url(/static/images/cat-arrow-reli.png) no-repeat 0 50%;
}
.content .head_cat.youth_reli ul li a:hover {
  background: url(/static/images/cat-arrow-active-reli.png) no-repeat 5px 50%;
}
.content table {
  color: #3E5666;
}
.content table th {
  text-align: left;
}
.content table th,
.content table td {
  font-size: 12px;
}
.content table th p,
.content table td p {
  margin: 0px;
}
.content table th p input:not([type='checkbox']),
.content table td p input:not([type='checkbox']),
.content table th p select,
.content table td p select {
  font-size: 12px !important;
  max-width: 150px !important;
  min-width: 100px !important;
}
@media (max-width: 767px) {
  .content table th p input:not([type='checkbox']),
  .content table td p input:not([type='checkbox']),
  .content table th p select,
  .content table td p select {
    font-size: 12px !important;
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
.content ul#voorwaarden {
  font-size: 13px;
  margin: 5px 0;
}
.content div.reli-side p.img {
  text-align: center;
  margin-top: 14px;
}
.content .product {
  background: #e7e7e7;
  border: 1px solid #c7c7c7;
  min-height: 269px;
  float: left;
  padding: 20px;
}
.content .product h3 {
  font-size: 16px;
  font-weight: 700;
  color: #BD0416;
}
.content .product p.description {
  font-size: 0.9em;
  color: inherit;
  border: none;
  margin: 10px 0;
  padding: 0;
}
.content .product p.description:first-letter {
  float: none;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.content .product p.subtitle {
  color: #333;
  font-size: 1.1em;
}
.content .preview {
  float: right;
  width: 250px;
  background: #E0FFFF;
  border: 1px solid #ADD8E6;
  margin: 0;
  padding: 17px;
}
.content .preview p.mini {
  text-align: center;
  background: #FFF;
  border: 1px solid #c7c7c7;
  padding: 8px 0;
}
.content .preview a img {
  border: 1px solid #c7c7c7;
  margin: 4px;
}
.content .preview a:hover img {
  border: 1px solid #333;
}
.content .preview input#add_product {
  background: url(/static/images/preview-add.png) no-repeat;
  font-size: 1em;
  height: 33px;
  width: 213px;
  color: #FFF;
  font-weight: 700;
  text-indent: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.content .preview input#add_product.hcart-added {
  background: url(/static/images/preview-added.png) no-repeat;
}
.content .preview a#pdf_link {
  background: url(/static/images/preview-prev.png) no-repeat;
}
.content .preview a#pdf_link:hover {
  background: url(/static/images/preview-prev-active.png) no-repeat;
}
.content p.products-from em {
  font-weight: 700;
  font-style: normal;
  color: #BD0416;
}
.content p.small-info {
  font-size: 0.85em;
  width: 360px;
  margin: 0 10px 5px;
  padding: 5px 0;
}
.content div.no-min {
  min-height: 112px;
  margin-bottom: 10px;
}
.content div.nieuws_nieuwsbericht a.lees_meer_i {
  color: #8c644d;
  margin-right: 5px;
  background: url(/static/images/item_lees_meer.png) bottom left no-repeat;
}
.content .method-select ul {
  margin-bottom: 10px;
}
.content .method-select ul li {
  list-style: none;
  font-size: 14px;
}
.content .order-method-text img {
  vertical-align: text-bottom;
}
table.browse thead th {
  color: #ffffff;
  background: #3E5666;
}
table.browse thead th > span {
  padding-right: 18px;
}
table.browse thead th.sorting > span {
  background: url(/static/images/sort_both.png) no-repeat right -1px;
}
table.browse thead th.sorting_asc > span {
  background: url(/static/images/sort_asc.png) no-repeat right -1px;
}
table.browse thead th.sorting_desc > span {
  background: url(/static/images/sort_desc.png) no-repeat right -1px;
}
.clear {
  clear: both;
}
.left {
  float: left;
  margin: 0 10px 10px 0;
}
/*
#header_container {
    width:100%;
    background:#FFF;
}
#menu_container {
    width:100%;
    height:213px;
    color:#FFF;
    background:#bd0416 url(/static/images/new-header-repeat.png) repeat-x;
    h2 {
        color:#FFF;
        text-align:center;
        padding-top:52px;
        font-size:30px;
        margin:auto;
    }
}
*/
/*
#container {
    width:998px;
    background:url(/static/images/container_bg.png);
    margin:auto;
}*/
/*
#header {
    position:relative;
    width:998px;
    margin:auto;
    a.logo {
        display:block;
        width:321px;
        height:93px;
        background:url(/static/images/header_logo.png) top left no-repeat;
        text-indent:-33331px;
    }
    div#zoekvak {
        position:absolute;
        bottom:8px;
        right:25px;
        font-size: 1.1em;
    }
}
*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*
#menu {
    position:relative;
    width:998px;
    height:213px;
    background:url(/static/images/new-header.png) 3px 0;
    margin:auto;
    #name {
        display: block;
        position: absolute;
        top: 30px;
        right: 40px;
    }
    ul#user_links {
        list-style:none;
        float: right;
        margin: 41px 24px 0 0;
        li {
            display: block;
            float: left;
            text-align: center;
            a {
                display: block;
                padding-top: 78px;
                height: 27px;
                color:#FFF;
                font-size:14px;
                text-decoration:none;
                font-weight: normal;
            }
            a:hover {
                text-decoration: underline;
            }
        }
        li#cart_link {
            position: relative;
            a {
                background:url(/static/images/cart-menu.png) no-repeat;
                width: 140px;
            }
            span {
                position: absolute;
                display: block;
                background: maroon;
                padding: 2px 4px;
                border-radius: 12px;
                font-size: 0.86em;
                box-shadow: 1px 1px 2px #600;
            }
        }
        li#account_link {
            a {
                background:url(/static/images/user-menu.png) no-repeat;
                width: 144px;
            }
        }
        li#logout_link {
            a {
                background:url(/static/images/logout-menu.png) no-repeat;
                width: 122px;
            }
        }
    }
    form {
        position:absolute;
        top:25px;
        right:40px;
        width: 261px;
        h3 {
            font-size:16px;
            font-weight: normal;
            color:#FFF;
            float: left;
        }
        p {
            text-align:right;
            margin:5px 0;
        }
        table {
            margin-top: 24px;
            clear: both;
        }
        #link-register {
            float: right;
        }
    }
    a {
        color:white;
    }
    #nav_links {
        ul {
            position:absolute;
            bottom:32px;
            left:386px;
            list-style:none;
            li {
                a {
                    display:block;
                    color:#616161;
                    height:24px;
                    font-size:15px;
                    line-height:18px;
                    background:#FFF;
                    text-decoration:none;
                    float:left;
                    padding:8px 14px 0;
                }
            }
        }
        li.active-menu-item {
            a {
                color:#333;
                background:#dfdfdf;
            }
        }
    }
}
*/
.cart-count {
  top: 23px;
  right: 90px;
}
.cart-price {
  top: 55px;
  left: 70px;
}
#menu input#uname,
#menu input#upass {
  width: 150px;
}
#bar_container {
  float: left;
  width: 297px;
}
#bar_container #nieuwsbrief {
  float: left;
  width: 231px;
  height: 200px;
  margin-left: 32px;
  _margin-left: 16px;
  background: #fff url(/static/images/nieuwsbrief-bg.png) no-repeat;
}
#bar_container #nieuwsbrief label {
  display: block;
  float: right;
  margin: 4px 10px 0 0;
}
#bar_left {
  width: 261px;
  _margin-left: 16px;
  float: left;
  background: #e9e9e9 url(/static/images/bar_top.png) top left no-repeat;
  margin: 10px 15px 10px 32px;
}
#bar_left h2 {
  color: #5a798c;
  font-size: 25px;
  font-weight: 400;
  _margin-left: 5px;
  margin: 15px 0 5px 10px;
}
#bar_left h2 a {
  text-decoration: none;
  color: #5a798c;
}
#bar_left h2 a:hover {
  text-decoration: underline;
}
#bar_left div.nieuwsbericht {
  color: #474747;
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0 0;
  padding: 10px 10px 5px;
}
#bar_left div.nieuwsbericht h3 {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 4px;
}
#bar_left div.nieuwsbericht span {
  color: #5a798c;
}
#bar_left div.nieuwsbericht p {
  line-height: 18px;
  margin: 12px 0 6px;
}
#bar_left div.nieuwsbericht p img {
  border: 1px solid #cccccc;
  margin: 0 8px 5px 0;
  float: left;
  max-width: 96px;
}
#bar_left div.nieuwsbericht a.lees_meer_b {
  color: #8c0813;
  background: url(/static/images/bar_lees_meer.png) bottom left no-repeat;
  padding: 0 0 0 18px;
  clear: left;
}
#bar_content {
  width: 261px;
  background: url(/static/images/bar_bottom.png) bottom left no-repeat;
  padding: 0 0 10px;
}
#content.float {
  float: left;
}
#contact {
  width: 500px;
  margin: 10px auto;
}
#contact div {
  width: 50%;
  float: left;
}
#content .top .dataTables_info,
#content .top .dataTables_paginate {
  float: left;
  margin-right: 10px;
}
.paginate_button,
.paginate_active {
  display: none;
  cursor: pointer;
}
#content table.browse tbody tr:hover,
#content table.browse tbody tr:hover td {
  color: #000;
  background: #ffcbcb;
}
#content table.browse td.price-col,
td.price-col {
  text-align: right;
  padding-right: 15px;
  width: 55px;
}
div.reli {
  overflow: hidden;
}
div.reli-main {
  background: #e7e7e7;
  border: 1px solid #c7c7c7;
  float: left;
  padding: 20px;
}
div.reli-main h3 {
  font-size: 16px;
  font-weight: 700;
  color: #BD0416;
}
div.reli-main input {
  background-color: #bd021a;
  border-radius: 5px;
  width: 213px;
  color: white;
  font-weight: bold;
  border: none;
  line-height: 25px;
  height: 33px;
}
div.reli-side {
  float: right;
  width: 292px;
  background: #E0FFFF;
  border: 1px solid #ADD8E6;
  margin: 0;
  padding: 20px;
}
div.reli-side input {
  background-color: #747474;
  border-color: #5A5A5A;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  line-height: 25px;
  border: none;
  width: 123px;
  height: 33px;
}
div.reli-side img {
  border: 1px solid #ADD8E6;
}
div#nieuwsbrief {
  color: #FFF;
  padding: 10px 15px;
  background: #fff url(/static/images/nieuwsbrief-bg-wide.png) no-repeat;
  margin-bottom: 16px;
}
#nieuwsbrief h3 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 0.9em;
  margin-top: 5px;
}
#nieuwsbrief p {
  color: #FFF;
  font-size: 0.9em;
  margin: 6px 0 4px;
}
#nieuwsbrief label {
  display: block;
  float: left;
  margin: 4px 10px 0 0;
  font-size: 0.9em;
}
#nieuwsbrief input[type=text] {
  border: 3px solid #bacdd9;
  line-height: 1.6em;
  width: 178px;
}
#nieuwsbrief input#nb-submit {
  float: right;
  margin: 8px 8px 2px;
}
#hhw_container {
  border: 1px solid #dbd7ca;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  clear: both;
  background: #f3ddc4 url(/static/images/hhw_bg.png) center right no-repeat;
  margin: 10px 0 0;
  padding: 10px 5px 0;
}
#hhw_container h2 {
  font-size: 22px;
  margin: 0 0 0 10px;
}
#hhw_container dl {
  margin: 0 0 0 10px;
}
#hhw_container dt {
  color: #5a798c;
  font-size: 27px;
  line-height: 34px;
  float: left;
  clear: left;
  margin: 0 0 4px;
}
#hhw_container dd {
  position: relative;
  font-size: 0.9em;
  float: left;
  clear: left;
  width: 324px;
  margin: -36px 0 0 25px;
  padding: 3px;
}
#hhw_container dd span {
  color: #8c644d;
  font-size: 1.1em;
  font-weight: 700;
}
#hhw_container dd.alt {
  background: #f3e8dd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
ul.user-panel {
  height: 43px;
  background: #3E5666;
  clear: both;
  padding: 8px 8px;
  margin-bottom: 5px;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #5c5c5c;
}
ul.user-panel li {
  list-style: none;
  float: left;
}
ul.user-panel li a {
  display: block;
  color: #ffffff;
  margin-right: 5px;
  float: left;
  padding: 3px 6px 3px 22px;
}
#user-panel a#overzicht {
  background: url(/static/images/user.png) no-repeat 3px center;
}
#user-panel a#orkesten {
  background: url(/static/images/music--pencil.png) no-repeat 3px center;
}
#user-panel a#gegevens {
  background: url(/static/images/user--pencil.png) no-repeat 3px center;
}
#user-panel a#wachtwoord {
  background: url(/static/images/lock--pencil.png) no-repeat 3px center;
  border: none;
}
div#gegevens {
  background: #E7E7E7;
  clear: both;
  padding: 8px 8px;
  margin: 5px 0;
  border: 1px solid #D8D8D8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #5c5c5c;
}
table#gebruiker-gegevens {
  line-height: 1.4em;
  border-collapse: collapse;
  width: 350px;
  vertical-align: top;
  margin: 8px 0;
  padding: 8px 16px;
}
table#gebruiker-gegevens tbody tr th,
table#gebruiker-gegevens tbody tr td {
  margin: 0 4px;
  padding: 5px;
}
form#add-orchestra thead th {
  padding: 4px 8px 4px 0;
}
form#order-form p label,
.data-table p label {
  display: block;
  float: left;
  margin: 5px;
}
form#order-form table,
.data-table {
  border-collapse: collapse;
  font-size: 0.85em;
  border-bottom: 1px solid #d2d2d2;
  min-width: 75%;
}
form#order-form table,
.data-table.data-table--wide {
  min-width: 85%;
}
form#order-form table thead th,
.data-table thead th {
  color: white;
  text-align: left;
  padding: 0 4px;
  background: url(/static/images/table-head.png);
  height: 31px;
  line-height: 31px;
}
form#order-form table thead th.first,
.data-table thead th.first {
  background: url(/static/images/table-head-sides.png) left top no-repeat;
}
form#order-form table thead th.last,
.data-table thead th.last {
  background: url(/static/images/table-head-sides.png) right top no-repeat;
}
form#order-form table tbody tr,
form#order-form table tfoot tr,
.data-table tbody tr,
.data-table tfoot tr {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
form#order-form table td,
.data-table td {
  padding: 5px 4px;
  background: #e3e3e3;
}
form#order-form table input {
  background: url(/static/images/cross.png) no-repeat center center;
  border: none;
  text-align: right;
  color: #5b5b5b;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.6px;
}
form#order-form table tfoot th {
  padding: 5px 4px;
  background: #e3e3e3;
}
form#order-form p label#print-self {
  color: blue;
}
form#order-form p label span {
  display: inline;
}
form#order-form p > span {
  display: block;
  clear: left;
  font-size: 0.86em;
}
form table label {
  font-weight: normal;
}
.wrong-con {
  font-size: 0.86em;
  display: block;
  width: 220px;
  color: maroon;
}
.nieuws_nieuwsbericht {
  background: #f3ddc4;
  float: left;
  border: 1px solid #dbd7ca;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 0 0 10px;
  padding: 20px;
}
.nieuws_nieuwsbericht h3 {
  font-size: 16px;
  margin: 0;
}
.nieuws_nieuwsbericht p.tijd {
  font-style: italic;
}
pre {
  display: none;
  height: 14px;
  overflow: hidden;
  background: #e7e7e7;
  border: 1px solid gray;
  padding: 3px;
}
#zoekvak img,
#menu #nav_links ul li {
  float: left;
}
#bar_left h2 a img,
form#cls_form fieldset {
  border: none;
}
#content a,
#content .product a,
#content table.browse td a {
  color: #8c0813;
  text-decoration: none;
}
#content a:hover,
#content .product a:hover,
#content table.browse td a:hover {
  color: #BD0416;
  text-decoration: underline;
}
form table th,
form table td {
  vertical-align: top;
}
.helptext {
  color: #452556;
  padding-left: 2px;
}
.helptext::before {
  content: "→";
  color: #452556;
  margin-right: 5px;
}
#hhw_container,
.dataTables_wrapper .top,
#user_login {
  *border: none;
}
.article,
.block {
  /** player **/
}
.article h1,
.block h1 {
  color: #9d1c1e;
}
.article h2,
.block h2 {
  color: #3E5666;
}
.article .hero,
.block .hero {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.article .image img,
.block .image img {
  border-radius: 7px;
}
.article .news-hero-container,
.block .news-hero-container {
  position: relative;
}
.article .news-hero-container > .player-container,
.block .news-hero-container > .player-container {
  position: absolute;
  right: 13px;
  bottom: 13px;
}
.article iframe,
.block iframe {
  width: 500px;
  height: 315px;
  max-width: 100%;
  max-height: auto;
}
.cookiebar {
  padding: 25px 10px 50px;
  z-index: 1000;
  display: none;
  position: fixed;
  width: 100%;
  background-color: #efefef;
  color: #333;
  bottom: 0;
  font-size: 12px;
}
.cookiebar p,
.cookiebar button {
  font-size: 12px;
}
.cookiebar ul {
  padding-left: 0;
}
.cookiebar ul li {
  list-style: none;
  line-height: 25px;
  font-size: 12px;
}
.cookiebar ul li .cookie-consent-checkbox-container {
  padding: 5px;
  background-color: #87a3b6;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  line-height: 0;
  cursor: pointer;
}
.cookiebar ul li .cookie-consent-checkbox-container input[type='checkbox'] {
  margin: 0;
}
.cookiebar ul li .cookie-consent-description {
  font-weight: normal;
  cursor: pointer;
}
.cookiebar ul li label {
  cursor: pointer;
}
.cookiebar .btn {
  background: #cb2224;
  color: white;
  border-radius: 0;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease 0s;
}
.cookiebar .btn:hover {
  background: #9f1b1c;
}
.consent-placeholder {
  min-height: 100px;
}
.consent-placeholder p {
  color: #cb2224;
}
.consent-placeholder.gray {
  background-color: #E9E9E9;
}
.consent-placeholder .btn-consent-full-width {
  width: 100%;
}
body {
  background-color: #ffffff;
  font-family: 'Open Sans';
  color: #333;
}
h1 {
  color: #8c644d;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 16px 0;
  color: #3E5666;
  font-family: 'Open Sans';
}
h1 > a {
  text-decoration: none;
  color: #cb2224;
}
h2 {
  font-size: 18px;
  font-family: 'Open Sans';
}
h3 {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #9d1c1e;
}
a {
  color: #0062a4;
}
a:hover {
  color: #3E5666;
}
.container-fluid {
  z-index: 10;
}
.row-spacing {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.nav-wrapper {
  background-color: #3E5666;
}
.main-container {
  max-width: 996px;
}
.main-container .btn-secondary {
  background-color: #3E5666;
  border-color: #3E5666;
  color: #ffffff;
}
.main-container .btn-secondary:hover {
  background-color: #cb2224;
  border-color: #cb2224;
}
.main-container .btn-outline-secondary {
  color: #3E5666;
  border-color: #3E5666;
  background-color: #ffffff;
}
.main-container .btn-outline-secondary:hover {
  color: #cb2224;
  border-color: #cb2224;
}
.main-container .btn-primary {
  background-color: #cb2224;
  border-color: #cb2224;
}
.main-container .btn-primary:hover {
  background-color: #e0081d;
  border-color: #e0081d;
}
.main-container .search-nav {
  z-index: 100;
  background-color: #3E5666;
  color: #ffffff;
}
.main-container .search-nav .navbar-toggler {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  box-shadow: none;
}
.main-container .search-nav .navbar-toggler-icon {
  background-image: url("/static/images/menu.svg");
}
.main-container .search-nav .navbar-nav {
  padding: 1rem!important;
}
@media (min-width: 768px) {
  .main-container .search-nav .navbar-nav {
    padding: 0 1rem!important;
  }
}
.main-container .search-nav .form-control {
  font-size: 12px;
  color: #212529;
}
@media (min-width: 768px) {
  .main-container .search-nav {
    font-size: 12px;
  }
  .main-container .search-nav .form-control {
    font-size: 12px;
  }
}
.main-container .search-nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.main-container .search-nav .navbar-nav .nav-item a:hover {
  color: #efe2de;
}
.main-container .search-nav .btn-outline-success {
  background-color: #3E5666;
  color: #ffffff;
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #cb2224;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #cb2224;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}
.main-container .top-nav {
  z-index: 50;
}
.main-container .top-nav .navbar-toggler {
  padding: 6px 12px;
}
.main-container .top-nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("/static/images/menu.svg");
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  vertical-align: middle;
  content: "";
  background-size: 100% 100%;
  background-repeat: none;
}
.main-container .top-nav .logo img {
  height: auto;
  max-width: 100%;
  width: 335px;
  padding-left: 0.5rem !important;
}
@media (min-width: 768px) {
  .main-container .top-nav .logo img {
    padding-left: 2rem!important;
    padding-right: 1.5rem !important;
  }
}
.main-container .top-nav .music-note {
  padding-top: 30px;
  margin-top: -10px;
  background-color: #cb2224;
  border-color: #cb2224;
  margin-right: 6px;
  background: #cb2224;
  background: linear-gradient(259deg, #cb2224 0%, #e0081d 100%);
}
.main-container .top-nav .music-note:hover {
  padding-top: 40px;
}
@media (min-width: 576px) {
  .main-container .top-nav .music-note .d-sm-block {
    display: inline !important;
  }
  .main-container .top-nav .music-note i {
    font-size: 20px;
  }
}
.main-container .top-nav .menu-cart {
  position: relative;
  min-height: 60px;
}
.main-container .top-nav .menu-cart .cart-count {
  position: absolute;
  top: 36px;
  left: 41%;
  z-index: 25;
  color: #ffffff;
  font-size: 18px;
}
.main-container .top-nav .menu-cart .music-note {
  position: relative;
  padding-top: 50px;
  z-index: 20;
}
.main-container .top-nav .menu-cart .music-note:hover {
  padding-top: 60px;
}
.main-container .top-nav .menu-cart .music-note:hover .cart-count {
  top: 46px;
}
.main-container .top-nav .menu-logout .music-note {
  padding-top: 20px;
}
.main-container .top-nav .menu-logout .music-note:hover {
  padding-top: 30px;
}
.main-container .top-nav .extra-margin .music-note {
  margin-right: 12px;
}
.main-container .top-nav .note-menu-account .dropdown-toggle::before,
.main-container .top-nav .note-menu-account .dropdown-toggle::after {
  border: none;
  content: none;
}
.main-container .top-nav .note-menu-account ul.dropdown-menu li {
  width: 280px;
}
.main-container .top-nav .note-menu-account #login-form {
  z-index: 2;
  padding: 17px;
  text-align: right;
  margin-top: -6px;
}
.main-container .top-nav .note-menu-account #login-form input[type='text'],
.main-container .top-nav .note-menu-account #login-form input[type='password'] {
  border-radius: 5px;
  margin-right: 5px;
  padding: 8px;
}
.main-container .top-nav .note-menu-account #login-form input.btn {
  margin-top: -2px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 20px;
  color: white;
  background-color: #cb2224;
}
.main-container .top-nav .note-menu-account a.forgot-password {
  color: #a9b6bf;
  margin-right: 15px;
}
.main-content-container {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  clear: both;
}
footer.footer-wrapper {
  background-color: #e4cdc6;
  padding-bottom: 40px !important;
  margin-top: 40px !important;
}
footer.footer-wrapper ul {
  float: left;
  padding-left: 0;
}
footer.footer-wrapper ul li {
  display: inline-block;
  padding: 0;
}
footer.footer-wrapper .info h5,
footer.footer-wrapper .info span {
  margin-right: 30px;
}
footer.footer-wrapper .info div {
  margin-left: 15px;
}
footer.footer-wrapper .icon {
  width: 45px;
  height: auto;
}
footer.footer-wrapper .icon.icon-facebook,
footer.footer-wrapper .icon.icon-whatsapp {
  margin-top: -8px;
}
.player-container {
  text-align: center;
}
.player-container .play-pause {
  cursor: pointer;
  width: 50px;
  height: 55px;
  background-image: url('/static/images/music-play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
}
.player-container .pause {
  background-image: url('/static/images/music-pause.png') !important;
}
#newsletter-box {
  float: left;
  color: white;
  padding: 1px 15px;
  background-color: #30b1d6;
  border-radius: 5px;
  width: 243px;
  height: 310px;
}
#newsletter-box h3 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 25px;
}
#newsletter-box form {
  padding-top: 5px;
}
#newsletter-box form input[type='text'] {
  color: #044356;
  width: 100%;
  border-radius: 5px;
  line-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
#newsletter-box form .btn {
  width: 100%;
  padding: 10px;
  background-color: #148bae;
}
#newsletter-box #link-latest-newsletter {
  color: white;
  text-align: right;
  font-size: 12px;
  float: right;
  margin-top: 10px;
  font-family: 'Open Sans';
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid white;
}
#feature-slider {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}
#feature-slider .spaceholder {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0;
}
#feature-slider .arrow {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background: #3E5666;
}
#feature-slider .arrow.slider-btn-left {
  position: absolute;
  bottom: -35px;
  left: 0px;
  z-index: 10;
  border-radius: 5px;
}
#feature-slider .arrow.slider-btn-left:hover {
  cursor: pointer;
}
#feature-slider .arrow.slider-btn-right {
  position: absolute;
  bottom: -35px;
  right: 0px;
  z-index: 10;
  border-radius: 5px;
}
#feature-slider .arrow.slider-btn-right:hover {
  cursor: pointer;
}
#feature-slider #feature-slides {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#feature-slider #feature-slides .slider-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: white;
  font-family: 'Open Sans';
  margin-left: 0px;
  z-index: 1;
}
#feature-slider #feature-slides .slider-item.active {
  z-index: 3;
}
#feature-slider #feature-slides .slider-item:hover {
  cursor: pointer;
}
#feature-slider #feature-slides .slider-item:hover p {
  color: #333;
}
#feature-slider #feature-slides .slider-item:hover a.feature-price {
  background-color: #e0081d;
}
#feature-slider #feature-slides .slider-item .feature-photo-container {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
#feature-slider #feature-slides .slider-item .feature-photo-container img.feature-photo {
  z-index: 50;
  border-radius: 6px;
  width: 100%;
}
#feature-slider #feature-slides .slider-item .feature-photo-container img.feature-label-bg {
  border-radius: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#feature-slider #feature-slides .slider-item h3 {
  z-index: 100;
  position: absolute;
  top: 7px;
  left: 10px;
  color: #ffffff;
  padding: 0px;
  font-size: 19px;
  text-shadow: 1px 1px 4px #333;
}
@media (min-width: 768px) {
  #feature-slider #feature-slides .slider-item h3 {
    font-size: 23px;
    line-height: 40px;
  }
}
#feature-slider #feature-slides .slider-item p.feature-subtitle {
  color: #808080;
  font-style: italic;
  font-size: 14px;
}
#feature-slider #feature-slides .slider-item a.feature-price {
  position: absolute;
  bottom: 7px;
  right: 10px;
  background: #cb2224;
  border: 3px solid #cb2224;
  border-radius: 5px;
  z-index: 300;
  padding: 5px 7px;
  color: white;
}
@media (min-width: 768px) {
  #feature-slider #feature-slides .slider-item a.feature-price {
    font-size: 18px;
    padding: 12px 15px;
  }
}
#feature-slider #feature-slides .slider-item p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.articles img.main {
  border-radius: 5px;
  width: 100%;
}
.newsletter {
  background-color: #3E5666;
  color: #ffffff;
  border: 3px solid #3E5666;
  border-radius: 5px;
}
.newsletter a {
  color: #ffffff;
}
.news-row .red-highlight-box {
  background-color: #cb2224;
  border-radius: 5px;
  color: white;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px !important;
  height: 100%;
}
.news-row .red-highlight-box:hover {
  cursor: pointer;
  background-color: #9d1c1e;
}
.news-row .red-highlight-box h3 {
  margin: 10px 0;
  color: #ffffff;
}
.news-row .red-highlight-box img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}
.news-row .red-highlight-box a {
  color: white;
}
.news-row .red-highlight-box p.subtitle {
  font-style: italic;
  font-size: 14px;
}
.news-row .red-highlight-box div.description {
  width: 185px;
  margin-top: 7px;
}
.news-row .red-highlight-box a.arrow {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  background: #ffffff;
  color: #333;
  right: 15px;
  bottom: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #cb2224;
}
.news-row .red-highlight-box a.arrow:hover {
  opacity: 0.8;
}
.news-row .news-item-box {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px !important;
  padding-right: 7px;
}
.news-row .news-item-box:hover {
  border-color: #ADA9A9;
  cursor: pointer;
}
.news-row .news-item-box:hover h3 {
  color: #3E5666;
}
.news-row .news-item-box:hover a.arrow {
  background-color: #3E5666;
}
.news-row .news-item-box .news-item-photo-container {
  margin-bottom: 7px;
}
.news-row .news-item-box .news-item-photo-container img {
  width: 100%;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .news-row .news-item-box .news-item-photo-container {
    float: left;
    padding-right: 7px;
    margin-bottom: 0px;
  }
  .news-row .news-item-box .news-item-photo-container img {
    width: unset;
    max-width: 150px;
  }
}
.news-row .news-item-box h3 {
  color: #3E5666;
  line-height: 25px;
}
.news-row .news-item-box p.subtitle {
  color: #808080;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
.news-row .news-item-box div.description p {
  line-height: 25px;
}
.news-row .news-item-box a.arrow {
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: white;
  border-radius: 5px;
  text-align: center;
  color: black;
  right: 15px;
  bottom: 15px;
  text-decoration: none;
  font-weight: bold;
  background-color: #3E5666;
  color: white;
}
.news-row .news-item-box a.arrow:hover {
  background-color: #3E5666;
}
@media (min-width: 768px) {
  .news-row .news-item-box {
    padding-bottom: 1rem !important;
  }
}
a.broad-articles {
  text-decoration: none;
}
.small-news-items:nth-child(5),
.small-news-items:nth-child(9),
.small-news-items:nth-child(13) {
  clear: both;
}
.small-news-items:hover h4 {
  color: #333;
}
.small-news-items:hover p {
  color: #333;
}
.small-news-items h6 {
  line-height: 35px;
}
.small-news-items img {
  border-radius: 6px;
}
.small-news-items p.date {
  color: #3E5666;
  font-size: 13px;
}
.small-news-items .description > a {
  line-height: 22px;
  text-decoration: none;
  color: #333;
}
.description .player-container {
  float: left;
  text-align: left;
  margin: 7px 7px 7px 0;
}
.small-news-items .title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.small-news-items .title h6 {
  display: inline-block;
  vertical-align: middle;
}
.small-news-items .player-container {
  float: left;
  margin: 7px 7px 0 0;
}
.player-container.mini .play-pause {
  width: 25px;
  height: 27px;
  background-image: url('/static/images/music-play-mini.png');
}
.player-container.mini .pause {
  background-image: url('/static/images/music-pause-mini.png') !important;
}
.bi-printer {
  color: #3E5666;
}
.bi-box-seam {
  color: #d1a52b;
}
.product_description {
  color: #3E5666;
}
.scores-image-header {
  position: relative;
  width: 100%;
  height: auto;
}
.scores-image-header img.featured {
  z-index: 10;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.scores-image-header .name {
  z-index: 15;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
}
.scores-image-header h1,
.scores-image-header a {
  color: #ffffff;
  text-shadow: 1px 1px 4px #333;
}
.scores-image-header a {
  text-decoration: underline;
}
.scores-image-header .icon-container {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 15;
  max-width: 24%;
}
.scores-image-header .icon-container img {
  width: 100%;
  height: auto;
  display: block;
}
@media (orientation: landscape) {
  .scores-image-header .icon-container {
    max-width: 17%;
  }
}
@media (min-width: 768px) {
  .scores-image-header .icon-container {
    max-width: 12%;
  }
}
.scores-form,
.pagination {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .scores-form .form-select,
  .pagination .form-select {
    width: auto;
    display: inline-block;
  }
}
