/*
	z-index levels:
		900 hamburger
		901 menu
*/
@font-face {
  font-family: 'HelveticaLight';
  src: url('../fonts/Helvetica-Light.eot');
  src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff'), url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaLight';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Helvetica', 'HelveticaLight';
  background-color: white;
  color: #333333;
  padding: 0;
  margin: 0;
}
a {
  color: black;
}
a:hover {
  color: #333;
}
h1 {
  margin-bottom: 50px;
  color: black;
  font-weight: bold;
}
h2 {
  color: black;
  font-weight: bold;
}
.roundedborder {
  /* border-radius:0.5em; */
}
.bg-grey {
  background-color: #f4f4f4;
}
.dividerbar {
  background-image: url("../images/dividerbar.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 54px;
  max-height: 54px;
  margin-bottom: 3em;
}
.dividerbar-top {
  width: 100%;
  margin-bottom: 50px;
}
.dividerbar-text {
  top: -91px;
  font-style: italic;
  color: white;
  position: relative;
  font-size: 100%;
}
.image-popup img:hover {
  opacity: 0.9;
}
.smalltext {
  font-size: 70%;
}
.ellipsis {
  text-decoration: none;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.smalltext_mobile {
  font-size: 100%;
}
.blue {
  color: #43a5cc;
}
.hidedesktop {
  display: none !important;
}
pre {
  margin-top: 5em;
  width: 100%;
  height: 35%;
  overflow: scroll;
  background-color: #000;
  color: green;
}
.spacer1 {
  height: 2em;
  width: 100%;
}
.spacer2 {
  height: 3em;
  width: 100%;
}
.buybutton {
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.buybutton .bbprice {
  background-color: #333;
  padding: 0.4em 1em;
  color: white;
  display: inline-block;
  width: 50%;
  text-align: center;
  white-space: nowrap;
  /*
		border-top-left-radius: 0.25em;
		border-bottom-left-radius: 0.25em;
		*/
}
.buybutton .bbtxt {
  background-color: #43a5cc;
  padding: 0.4em 1em;
  color: white;
  display: inline-block;
  width: 50%;
  text-align: center;
  /*
		border-top-right-radius: 0.25em;
		border-bottom-right-radius: 0.25em;
		*/
}
.buybutton .bbtxt_full {
  width: 100%;
}
.buybutton:hover {
  opacity: 0.7;
}
.buybutton:hover .bbtxt {
  color: white !important;
}
.store_product .cover {
  border: 1px solid #fff;
  position: relative;
}
.store_product .cover:hover {
  opacity: 0.9;
}
.store_product .cover .discount_sticker {
  position: absolute;
  top: -20px;
  right: 10%;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding-top: 15px;
  background-color: #fc1473;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  /*
			&::before {
				content:"20% off";
			}
			*/
}
.store_product .info {
  min-height: 4em;
  font-size: 1.1em;
  overflow: hidden;
  margin-bottom: 1em;
}
.store_product .info a {
  text-decoration: none;
}
.store_product .info a:hover {
  text-decoration: underline;
}
.store_product .buybutton {
  font-size: 0.8em;
  white-space: nowrap;
  display: block;
}
.store_product .buybutton.discounted span {
  display: block;
  width: 100%;
}
.store_product .buybutton.discounted .bbprice {
  background-color: #fc1473;
  font-size: 80%;
}
.store_product .labelinfo {
  font-size: 60%;
  text-transform: uppercase;
  color: #aaa;
}
.button.discounted {
  background-color: #fc1473;
  margin-bottom: 0;
}
.video .cover img {
  width: 100%;
}
.video .cover:hover {
  opacity: 0.9;
}
.video .info {
  min-height: 4em;
  font-size: 0.8em;
  overflow: hidden;
  margin-bottom: 1em;
}
.spinner {
  margin: 0px auto;
  display: block;
}
#dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  min-width: 30%;
  border: 1px solid #333;
  padding: 3em 1em 1em 1em;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.4);
}
#dialog .notify_close {
  position: absolute;
  right: 0;
  top: 7px;
  color: #111;
  font-size: 80%;
  font-weight: bold;
  background-color: #333;
  color: white;
  padding: 0.2em 1em;
  margin-right: 0.5em;
  cursor: pointer;
}
#dialog .notify_close:hover {
  background-color: #555;
}
#dialog p {
  width: 100%;
  margin-bottom: 0;
  margin-top: 1em;
}
#dialog input {
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.orderlist tr th {
  color: white;
  font-weight: bold;
  background-color: #111;
}
.description_long {
  display: none;
}
._readmore:before {
  content: '⏷ ';
}
._readless:before {
  content: '⏶ ';
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50px;
  transform: translate(-50%);
  width: 155px;
  pointer-events: none;
}
.logo2 {
  width: 155px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.logopush {
  width: 100%;
  height: 110px;
}
#basket {
  position: relative;
}
#basket #basket_amount {
  position: absolute;
  top: -7px;
  left: 23px;
  z-index: 999;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  color: white;
  background-color: maroon;
}
#basket #basket_amount:empty {
  display: none;
}
#rightbuttons {
  position: absolute;
  z-index: 900;
  top: 57px;
  right: 57px;
}
#rightbuttons div {
  display: inline-block;
}
#rightbuttons div img {
  opacity: 0.4;
}
#rightbuttons div img:hover {
  opacity: 1;
}
#rightbuttons #searchbar {
  margin-right: 1em;
}
#rightbuttons #searchbar input {
  background-color: #eee;
  color: black;
  border-radius: 0.5em;
  padding: 0.5em 1em 0.5em 1em;
}
#rightbuttons #searchbar input:focus {
  background-color: black;
  color: white;
}
#hamburger {
  position: fixed;
  z-index: 900;
  top: 41px;
  left: 23px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 16px 11px;
  border: 1px solid transparent;
}
#hamburger:hover {
  border: 1px solid #43a5cc;
  background-color: white;
}
#hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #43a5cc;
  margin-bottom: 6px;
  /* filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5)); */
}
#menu {
  z-index: 901;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  background-color: #fff;
  padding: 0;
  height: 100%;
  min-width: 20%;
  font-size: 1.1rem;
  filter: drop-shadow(0 -6mm 4mm rgba(0, 0, 0, 0.4));
}
#menu:active {
  cursor: grabbing;
}
#menu .menuback {
  background-image: url('/images/dividerbar2.jpg');
  background-repeat: no-repeat;
  font-weight: normal;
  padding: 0.8em 1em 1em 1em;
  display: block;
  color: white;
  font-size: 0.8rem;
}
#menu .menuback span {
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-top: -2px;
  margin-right: 0.5em;
}
#menu .menuback:hover {
  opacity: 0.8;
}
#menu .circle {
  width: 100px;
  display: block;
  opacity: 0.5;
  margin: auto auto;
}
#menu .divider {
  padding: 1em 2em 1em 2em;
}
#menu hr {
  width: 100%;
  margin: 0 auto;
  padding: 0 1em 0 1em;
}
#menu strong {
  padding: 1em;
  opacity: 0.5;
  display: block;
}
#menu strong:hover {
  opacity: 1;
  color: black;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul li a {
  display: block;
  color: black;
  text-decoration: none;
  line-height: 1em;
  padding: 1em 1em 1em 2em;
  cursor: grab;
}
#menu ul li a:active {
  cursor: grabbing;
}
#menu ul li a:hover {
  color: black !important;
  background-color: #ccc;
}
input[type="radio"] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
  accent-color: #777;
  float: left;
}
input[type='text'],
input[type='email'],
input[type='password'],
select,
textarea {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 1em;
  background-color: #eee;
  color: black;
  border-radius: 0.5em;
  padding: 0.5em 1em 0.5em 1em;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
select:focus,
textarea:focus {
  background-color: black;
  color: white;
}
td input,
td select {
  margin-bottom: 0 !important;
}
select {
  padding: 0.75em;
}
.linkbutton {
  background-color: #43a5cc;
  color: white !important;
  padding: 0.5em 4em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: auto;
}
.linkbutton:hover {
  background-color: black;
  color: white;
}
button,
input[type='submit'],
.button {
  display: block;
  width: 100%;
  color: white;
  background-color: #43a5cc;
  padding: 1em 4em;
  border: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1em;
}
button.flex,
input[type='submit'].flex,
.button.flex {
  display: inline-block;
  width: auto;
}
button.smallpad,
input[type='submit'].smallpad,
.button.smallpad {
  padding: 0.5em 1em;
}
button:hover,
input[type='submit']:hover,
.button:hover {
  background-color: black;
  color: white;
}
button.biginput,
input[type='submit'].biginput,
.button.biginput {
  font-size: 2em;
  padding: 1em;
}
.inputflex {
  display: inline-block !important;
  width: auto !important;
}
.button_medium {
  display: inline-block;
  color: white;
  background-color: #43a5cc;
  padding: 0.5em 1em 0.5em 1em !important;
  border: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  min-width: 2em;
}
.button_medium:hover {
  background-color: black;
  color: white;
}
.button_small {
  display: inline-block;
  color: white;
  background-color: #43a5cc;
  padding: 0.2em 0.2em;
  border: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  min-width: 2em;
}
.button_small:hover {
  background-color: black;
  color: white;
}
.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.check_container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.check_container input:checked ~ .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_container input:checked ~ .checkmark:after {
  display: block;
}
.addresstable {
  width: 100%;
}
.addresstable td {
  padding: 5px 10px;
}
.addresstable td label {
  font-weight: bold;
}
.addresstable td input,
.addresstable td select,
.addresstable td textarea {
  border-radius: 0;
}
.addresstable input,
.addresstable select {
  margin-bottom: 0.8em !important;
}
.addresstable input:required:invalid {
  border-bottom: 1px dashed #43a5cc;
}
.addresstable select:required:invalid {
  border-bottom: 1px dashed #43a5cc;
}
#shipform {
  background-color: #ccc;
  padding: 10px 0px;
}
.toggle_shipto {
  padding: 0.1em 0.2em;
}
.checkout_totals {
  width: 100%;
}
.checkout_totals td {
  font-weight: bold;
  font-size: 110%;
  width: 75%;
  text-align: right;
}
.checkout_totals td:nth-of-type(2) {
  width: 25%;
}
#_ARTIST h1 {
  margin-bottom: 0;
  color: black;
  font-weight: bold;
}
#_ARTIST .related {
  padding-left: 1.5rem;
}
#_ARTIST .news {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
#_ARTIST .news li a {
  display: inline-block;
  margin-bottom: 1em;
  background-color: #f9f7f8;
  padding: 1em;
  color: #898989;
  text-decoration: none;
}
#_ARTIST .news li a:hover {
  color: black;
  text-decoration: underline;
}
#_ARTIST .portrait_circle_holder {
  background-color: #f9f7f8;
  padding: 2em;
  border-radius: 50%;
}
#_ARTIST .portrait_circle_holder .portrait_circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#_ARTIST .portrait_circle_holder .portrait_circle img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#_ARTIST .portrait_circle_holder .portrait_circle:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
#_ARTIST .artist_icon {
  opacity: 1;
  margin-right: 1em;
}
#_ARTIST .artist_icon:hover {
  opacity: 0.8;
}
#_ARTIST .description {
  background-color: #f9f7f8;
  padding: 1em;
}
#_CATALOGUE a {
  color: black;
}
#_CATALOGUE h2 {
  display: inline-block;
  font-size: 140%;
}
#_CATALOGUE h2 a {
  text-decoration: none;
}
#_CATALOGUE h2 a:hover {
  text-decoration: underline;
}
#_CATALOGUE .spacer {
  height: 50px;
}
#_CATALOGUE .info .composer {
  text-transform: uppercase;
  color: #888;
  font-size: 70%;
}
#_DISTRIBUTION ul {
  column-count: 4;
  list-style: none;
  padding: 0;
  margin: 0;
}
#_DISTRIBUTION ul li a {
  text-decoration: none;
  color: black;
}
#_DISTRIBUTION ul li a:hover {
  text-decoration: underline;
}
#_HOME .caroussel_line {
  display: inline-block;
  margin: 10px 17px 10px 0;
  padding: 0.5em 0 0.5em 0;
  max-width: 112px;
  cursor: pointer;
}
#_HOME .caroussel_line .caroussel_line_inner {
  height: 3px;
  background-color: #43a5cc;
}
#_HOME .caroussel_line.selected .caroussel_line_inner,
#_HOME .caroussel_line:hover .caroussel_line_inner {
  background-color: black;
}
#_HOME .caroussel_line:last-child {
  margin: 10px 0 10px 0;
}
#_HOME #caroussel {
  position: relative;
  z-index: 9;
  width: 100%;
}
#_HOME #caroussel .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#_HOME #caroussel .slide .slidecontent {
  position: relative;
}
#_HOME #caroussel .slide .image {
  width: 100%;
  top: 0;
  left: 0;
}
#_HOME #caroussel .slide .title {
  position: absolute;
  bottom: 57px;
  left: 57px;
  color: white;
  filter: drop-shadow(1px 1px 1px #000000);
  font-size: 2em;
  font-weight: bold;
  max-width: 75%;
}
#_HOME #caroussel .slide .title a {
  color: white;
  text-decoration: none;
}
#_HOME #caroussel .slide .title a:hover {
  text-decoration: underline;
}
#_HOME #caroussel .slide .meerinformatie_holder {
  position: absolute;
}
#_HOME #caroussel .slide .meerinformatie {
  display: inline-block;
  background-color: #43a5cc;
  color: white;
  padding: 1em 3em;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
}
#_HOME #caroussel .slide .meerinformatie:hover {
  color: white;
  background-color: black;
}
#_HOME #caroussel2_container {
  position: relative;
}
#_HOME #caroussel2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px;
}
#_HOME #caroussel2 .slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
}
#_HOME #caroussel2 .slide .slidecontent {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
#_HOME #caroussel2 .slide .slidecontent .blurred {
  filter: blur(4px) brightness(50%);
  position: relative;
  top: -200px;
}
#_HOME #caroussel2 .slide .text {
  width: 95%;
  position: absolute;
  top: 2em;
  left: 2em;
  color: white;
  filter: drop-shadow(1px 1px 1px #000000);
}
#_HOME #caroussel2 .slide .text h3 {
  margin-bottom: 0;
}
#_HOME #caroussel2 .slide .text h3 .composer {
  font-size: 70%;
  text-transform: uppercase;
  color: #ccc;
}
#_HOME #caroussel2 .slide .text .thecover {
  height: 290px;
  float: left;
  margin-right: 2em;
  -webkit-box-shadow: 2px 1px 31px 5px rgba(255, 255, 255, 0.34);
  box-shadow: 2px 1px 31px 5px rgba(255, 255, 255, 0.34);
}
#_HOME #caroussel2 .slide .text .thecover:hover {
  -webkit-box-shadow: 2px 1px 31px 5px rgba(255, 255, 255, 0.64);
  box-shadow: 2px 1px 31px 5px rgba(255, 255, 255, 0.64);
}
#_HOME #caroussel2 .slide .meerinformatie_holder {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
#_HOME #caroussel2 .slide .meerinformatie {
  display: inline-block;
  background-color: #43a5cc;
  color: white;
  padding: 1em 3em;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
}
#_HOME #caroussel2 .slide .meerinformatie:hover {
  color: white;
  background-color: black;
}
#_HOME #caroussel2 .image {
  width: 100%;
}
#_HOME .product .product_inner {
  position: relative;
  background-color: #eee;
  padding: 1em;
  min-height: 14em;
}
#_HOME .product .product_inner .innertxt {
  position: relative;
}
#_HOME .product .product_inner .title {
  font-size: 1.1em;
}
#_HOME .product .product_inner .title a:hover {
  text-decoration: underline;
}
#_HOME .product .product_inner .artist {
  font-weight: bold;
}
#_HOME .product .product_inner .artist a {
  text-decoration: none;
}
#_HOME .product .product_inner .artist a:hover {
  text-decoration: underline;
}
#_HOME .product .product_inner .composer {
  text-transform: uppercase;
  color: #888;
  font-size: 90%;
}
#_HOME .product .product_inner .buttonsbelow {
  position: absolute;
  bottom: 0.2em;
  width: 85%;
}
#_HOME .product .product_inner .meerinfo {
  background-color: #43a5cc;
  padding: 0.4em 1em;
  color: white;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
#_HOME .product .product_inner .meerinfo:hover {
  background-color: black;
}
#_HOME #facebook_loader {
  font-size: 90%;
}
#_HOME #facebook_loader #facebook_header {
  color: white;
  background-color: #4267B2;
  padding: 1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
#_HOME #facebook_loader #facebook_header:hover {
  opacity: 0.9;
}
#_HOME #facebook_loader .date {
  color: white;
  background-color: #4267B2;
  padding: 0.5em;
  text-decoration: none;
  display: block;
}
#_HOME #facebook_loader .date:hover {
  opacity: 0.9;
}
#_HOME #facebook_loader .fb_block {
  padding: 1em;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
#_HOME #facebook_loader p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
#_HOME #instagram_header {
  color: white;
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  padding: 1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
#_HOME #instagram_header:hover {
  opacity: 0.9;
}
#_HOME #youtube_header {
  color: white;
  background-color: red;
  padding: 1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
#_HOME #youtube_header:hover {
  opacity: 0.9;
}
#_PRODUCT {
  margin-bottom: 4em;
  /* first */
  /* last */
  /* always */
}
#_PRODUCT .mb90 {
  margin-bottom: 90px;
}
#_PRODUCT .dividerbar {
  margin-top: 35px;
}
#_PRODUCT .imageholder {
  position: relative;
  width: 100%;
}
#_PRODUCT .imageholder .discount_sticker_detail {
  position: absolute;
  z-index: 2;
  top: -20px;
  right: 10%;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding-top: 15px;
  background-color: #fc1473;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
#_PRODUCT .imageholder .discount_sticker_detail::before {
  content: "30% off";
}
#_PRODUCT .imageholder .icon-swap {
  background-image: url("../images/icons/icon-swap.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 45%;
  right: -5%;
  z-index: 100;
  cursor: pointer;
}
#_PRODUCT .imageholder .icon-swap:hover {
  opacity: 0.9;
}
#_PRODUCT .imageholder .inlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#_PRODUCT .larger {
  font-size: 200%;
}
#_PRODUCT .larger2 {
  font-size: 130%;
}
#_PRODUCT .composer {
  text-transform: uppercase;
  color: #888;
  font-size: 80%;
}
#_PRODUCT .price {
  border-left: 1px solid #ddd;
  padding-left: 1em;
}
#_PRODUCT .product {
  position: relative;
}
#_PRODUCT .product .meerinfo {
  position: absolute;
  bottom: 0;
  text-decoration: none;
  color: white;
  background-color: #43a5cc;
  padding: 1em 3em;
  display: inline-block;
  white-space: nowrap;
}
#_PRODUCT .product .meerinfo:hover {
  background-color: black;
  color: white;
}
#_PRODUCT .quotes {
  background: #316175;
  background: linear-gradient(180deg, #316175 0%, #7dadc1 100%);
  color: white;
  border-radius: 1em;
}
#_PRODUCT .quotes p {
  font-size: 1.2em;
}
#_PRODUCT .productdetail {
  position: relative;
}
#_PRODUCT .productdetail .button {
  font-size: 1em;
}
#_PRODUCT .productdetail .details {
  position: absolute;
  bottom: 0;
  font-size: 0.8em;
  width: 66%;
}
#_PRODUCT .productdetail .details .info td {
  width: 20%;
}
#_PRODUCT .lanfields .lans {
  float: right;
  background-color: #f9f7f8;
  /* border-radius:5px; */
  padding: 0.5em;
}
#_PRODUCT .lanfields .lans .lanswitch {
  display: inline-block;
  color: #43a5cc;
  border-right: 1px solid #43a5cc;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
}
#_PRODUCT .lanfields .lans .lanswitch.selected {
  color: black;
}
#_PRODUCT .lanfields .lans .lanswitch:hover {
  color: black;
}
#_PRODUCT .lanfields .lans .lanswitch:last-of-type {
  border-right: none;
}
#_PRODUCT .lanfields .desc {
  display: none;
}
#_PRODUCT .lanfields .desc:not(.desc ~ .desc) {
  display: block;
}
#_PRODUCT .switch:not(.switch ~ .switch) {
  /*
		border-top-left-radius:0.5em;
		border-bottom-left-radius:0.5em;
		*/
}
#_PRODUCT .switch:last-child {
  /*
		border-top-right-radius:0.5em;
		border-bottom-right-radius:0.5em;
		*/
}
#_PRODUCT .switch {
  text-align: center;
  width: 25%;
  font-weight: normal;
  border-right: 1px solid white;
  float: left;
}
#_PRODUCT .switch.three {
  width: 33%;
}
#_PRODUCT .switch.selected {
  background-color: black;
  color: white;
}
#_PRODUCT .switchfield {
  display: none;
}
#_PRODUCT .switchfield.selected {
  display: block;
}
#_PRODUCT .switchfield .namebutton {
  padding: 1em;
}
#_PRODUCT .playalbum {
  font-size: 110%;
  color: #43a5cc;
  font-weight: bold;
  cursor: pointer;
  top: 1px;
  position: relative;
}
#_PRODUCT .tracklist {
  background-color: #f9f7f8;
  padding: 2em 1em 2em 1em;
}
#_PRODUCT .tracklist.hidepart {
  height: 400px;
  overflow: hidden;
}
#_PRODUCT .tracklist .track {
  display: block;
  margin-bottom: 1em;
  color: #868686;
  text-decoration: none;
}
#_PRODUCT .tracklist .track:hover,
#_PRODUCT .tracklist .track.selected {
  color: #43a5cc;
}
#_PRODUCT .tracklist .track:hover .icon,
#_PRODUCT .tracklist .track.selected .icon {
  background-image: url("../images/icons/icon-speaker-selected.png");
}
#_PRODUCT .tracklist .track .progress {
  display: none;
  height: 2px;
  width: 100%;
  background-color: #ddd;
}
#_PRODUCT .tracklist .track .progress .bar {
  height: 2px;
  width: 55%;
  background-color: #43a5cc;
}
#_PRODUCT .tracklist .track .icon {
  width: 5%;
  vertical-align: top;
  display: inline-block;
  min-height: 25px;
  background-image: url("../images/icons/icon-speaker.png");
  background-repeat: no-repeat;
}
#_PRODUCT .tracklist .track.icon.selected {
  background-image: url("../images/icons/icon-speaker-selected.png");
}
#_PRODUCT .tracklist .track .nr {
  width: 5%;
  vertical-align: top;
  display: inline-block;
}
#_PRODUCT .tracklist .track .title {
  width: 70%;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#_PRODUCT .tracklist .track .duration {
  width: 10%;
  vertical-align: top;
  display: inline-block;
  text-align: right;
}
#_PRODUCT .tracklist .track .participants {
  padding-left: 10.7%;
  font-size: 80%;
}
.store_product .composer {
  color: #888;
  text-transform: uppercase;
  font-size: 70%;
}
.searchinput {
  margin-bottom: 0 !important;
  /*
	background-color:#f5f5f5;
	color:#858585;
	padding:0.5em;
	border-radius:1em;
	*/
  font-size: 120%;
  padding: 1em !important;
}
.artistslist ul {
  padding: 0;
  margin: 0;
}
.artistslist ul li a {
  text-decoration: none;
  color: #333333;
}
.artistslist ul li a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}
#_STORE .checkboxrow {
  position: relative;
}
#_STORE .checkboxrow:nth-child(n+6) {
  display: none;
}
#_STORE .checkboxrow.selected {
  display: block;
}
#_STORE .showmore,
#_STORE .showless {
  cursor: pointer;
}
#_STORE .showmore:hover,
#_STORE .showless:hover {
  color: black;
  text-decoration: underline;
}
#_STORE .showless {
  display: none;
}
#_STORE #storefilter_result .pagenav_holder {
  margin-top: 0;
}
#_STORE .subfilters {
  width: 30%;
}
.pagenav_holder {
  margin-top: 1em;
}
.pagenav_holder .pagenav {
  background-color: #43a5cc;
  padding: 0em 2em;
  border-radius: 0.5em;
  color: white;
  display: inline-block;
  cursor: pointer;
  min-width: 4em;
  text-align: center;
}
.pagenav_holder .pagenav:hover {
  opacity: 0.9;
}
.pagenav_holder .pagenav.next {
  float: right;
}
.pagenav_holder .pagenav.previous {
  float: left;
}
footer {
  background-color: #eee;
  color: #333;
  font-size: 0.9em;
}
footer ul {
  list-style: none;
  margin: 0.2em 0 1em 0;
  padding: 0.4em 0 0 0;
}
footer a {
  color: #555;
  text-decoration: none;
}
footer a:hover {
  color: #000;
  text-decoration: underline;
}
footer .lined {
  border-top: 1px solid #555;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
  .logo2 {
    margin-top: 9px;
    width: 93px;
  }
  #hamburger {
    top: 10px;
    left: 10px;
  }
  .logo {
    width: 50px;
    top: 10px;
  }
  #rightbuttons {
    top: 43px;
    right: 0px;
  }
  .mb90 {
    margin-bottom: 40px;
  }
  #dialog {
    min-width: 85%;
  }
  .dividerbar-top {
    margin-bottom: 20px;
  }
  .dividerbar-text {
    top: -38px;
    font-size: 60%;
  }
  .smalltext_mobile {
    font-size: 70%;
  }
  .store_product .cover {
    height: fit-content !important;
  }
  .store_product .cover .discount_sticker {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding-top: 9px;
  }
  .store_product .buybutton {
    font-size: 0.9em;
  }
  .store_product .discounted .bbprice {
    font-size: 100% !important;
  }
  .hidemobile {
    display: none;
  }
  .hidedesktop {
    display: block !important;
  }
  #_ARTIST .related {
    padding-left: initial;
  }
  #_CATALOGUE .spacer {
    margin-top: 35px;
  }
  #_DISTRIBUTION ul {
    column-count: 2;
  }
  #_HOME .product .product_inner {
    padding: 0;
    width: 100%;
  }
  #_HOME .product .product_inner .buttonsbelow {
    position: relative;
    padding: 0.5em;
  }
  #_HOME .product .info {
    padding: 0.5em;
    min-height: 8em;
  }
  #_HOME .product .meerinfo {
    position: relative;
    margin-top: 1em;
    bottom: auto;
    right: auto;
    display: block;
  }
  #_HOME .caroussel_line {
    margin: 10px 9px 10px 0;
  }
  #_HOME #caroussel .slide .title {
    font-size: medium;
    font-weight: normal;
    bottom: 1em;
    left: 1em;
  }
  #_HOME #caroussel .slide .meerinformatie_holder {
    right: 1em;
    bottom: 1em;
  }
  #_HOME #caroussel .slide .meerinformatie_holder .meerinformatie {
    padding: 0.2em 1em;
  }
  #_HOME #caroussel2 {
    height: 180px;
  }
  #_HOME #caroussel2 .slide .slidecontent .text {
    top: 1em;
    left: 1em;
    font-size: 85%;
  }
  #_HOME #caroussel2 .slide .slidecontent .text h3 {
    font-size: 130%;
  }
  #_HOME #caroussel2 .slide .slidecontent .text .thecover {
    height: 130px;
    margin-right: 1em;
  }
  #_HOME #caroussel2 .slide .slidecontent .blurred {
    top: -50px;
    border: 1px solid red;
  }
  #_HOME #caroussel2 .slide .slidecontent .meerinformatie_holder {
    top: 139px;
    right: 10px;
  }
  #_HOME #caroussel2 .slide .slidecontent .meerinformatie_holder .meerinformatie {
    padding: 0.5em 1em;
  }
  #_PRODUCT .productdetail .imageholder .discount_sticker_detail {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding-top: 9px;
  }
  #_PRODUCT .productdetail .imageholder .icon-swap {
    top: auto;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
  #_PRODUCT .productdetail h2,
  #_PRODUCT .productdetail h4 {
    font-size: initial;
  }
  #_PRODUCT .productdetail .details {
    position: relative;
    width: 100%;
  }
  #_PRODUCT .productdetail .details .price {
    white-space: nowrap;
  }
  #_PRODUCT .switch {
    padding: 0.5em;
  }
  #_STORE .responsive_col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 5px;
  }
  #_BASKET input[name='discount_code'],
  #_BASKET input[type='submit'] {
    width: 80% !important;
    border-radius: 0;
  }
  footer h5 {
    font-size: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 990px) {
  #_PRODUCT .productdetail .details {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .store_product .cover {
    height: 180px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #_HOME .product .product_inner {
    min-height: 10em;
  }
  #_HOME .product .product_inner .innertxt {
    min-height: 10em;
  }
  .dividerbar-text {
    top: -78px;
  }
  #caroussel .meerinformatie {
    padding: 0.5em 1em  !important;
  }
  #caroussel .meerinformatie_holder {
    bottom: 1em;
    right: 1em;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #_HOME .product .product_inner {
    min-height: 10em;
  }
  #_HOME .product .product_inner .innertxt {
    min-height: 8em;
  }
  .dividerbar-text {
    top: -83px;
  }
  #caroussel .meerinformatie_holder {
    bottom: 2em;
    right: 2em;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #_HOME .product .product_inner {
    min-height: 14em;
  }
  #_HOME .product .product_inner .innertxt {
    min-height: 11.5em;
  }
  .dividerbar-text {
    top: -91px;
  }
}
