
.color-black {
  color: #0a0a0a;
}
.section-home-title,
.section-home-1 .album,
.music-news .album,
.newsletter .cell,
.unformed-gallery img,
.page .grid-x .card,
.page .grid-x .album,
.page .contact-img,
.contact-retail .cell {
  visibility: hidden;
}
a:hover .album {
  color: #111;
}
a:hover, a.search-item:hover div, a.active {
  color: red  !important;
}
a.search-item:hover {
  text-decoration: none !important;
}
button {
  cursor: pointer !important;
}
.img-surprise {
  filter: invert(0.5);
  -webkit-filter: invert(0.5);
}
.card.banner {
  min-height: 180px;
}
.card.bgr-image {
  background-size: cover;
  background-position-y: center;
}
.card.bgr-image .card-section {
  padding: 0;
}
.card.bgr-image h4 {
  color: white !important;
  background-color: rgba(0,0,0,0.5);
  padding: 0.5rem;
}
.card.bgr-image p {
  color: black;
  text-align: right;
  background-color: rgba(255,255,255,0.5);
  padding: 0 0.5rem;
}
.live-search-show {
  display: block !important;
  top: 20%;
  height: 75%;
  overflow-y: auto;
}
.navbar-search button {
  cursor: initial !important;
}
.span-sale {
  color: #ff5b79;
  display: block;
}
.top-lang {
  padding-top: 3px;
}
.top-lang a {
  font-size: 1rem !important;
}
.text-strikethrough {
  text-decoration: line-through;
}
.text-small {
  font-size: 0.8rem;
}
.card-offer-desc {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: normal;
  min-height: 2.4rem;
}
.text-transform-initial, .text-transform-initial li {
  text-transform: initial !important;
}
.error_msg {
  color: tomato; margin-bottom: 1em; text-align: center; display: none;
}

@media screen and (max-width: 39.9375em) {
  .video-headline iframe {
    width: 100%;
  }
}

/* events */
.card:hover .ticketBox .button.show_ticket_map_overlay,
.card .ticketBox .button.show_ticket_map_overlay:focus,
.card:hover .ticketBox .button.facebook,
.card .ticketBox .button.facebook:focus {
  background-color: initial;
}
.card .ticketBox .button.show_ticket_map_overlay:hover {
  background-color: #f2f2f2;
  color: red;
}
.card .ticketBox .button.facebook:hover {
  background-color: #f4f6fb;
}
.card .ticketBox .button.songkick {
  background-image: url("../../assets/img/loga/by-songkick-black.png");
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.card .ticketBox .button.songkick:hover {
  background-color: #f2f2f2;
  background-image: url("../../assets/img/loga/by-songkick-pink.png");
}
body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url("../../assets/img/loga/by-songkick-pink.png");
}
#ticket_map_overlay {
  display: none;
  position: relative;
  width: 100%;
  height: 30rem;
  z-index: 1000;
}
#ticket_map_overlay > div {
  width: 100%;
  height: 100%;
}
#ticket_map_overlay .close-button {
  top: initial;
  right: initial;
  left: 2.875rem;
  bottom: 2.875rem;
}
#ticket_map_overlay .close-button .icon-close {
  opacity: 1;
  color: #000;
}
@media screen and (max-width:39.9375em) {
  #ticket_map_overlay {
    height: 100vh;
  }
}
#flexprice_content {
  display: none;
}

/* discount */
.discount-plus {
  display: block;
  float: right;
  position: absolute;
  margin-left: -2.2rem;
  margin-top: 2.2rem;
  font-size: 3em;
  color: #ff5777;
}

/* cart */
.product-preview { width: calc(74px + 2*1.875rem) ; }
.td_button {
  min-width: 10.625rem;
}

/* donations */
#donation_element, #donation_slider, #donation_desc {
  border: none;
}
#donation_slider, #donation_desc, #donation_gift {
  display: none;
}
#hide_donation { display: none; background-color: #ccc}
.show { display: inline-block !important;}
#slider_switch {
  margin: 0.2rem 1rem;
  display: block;
  float: left;
}
#slider_value {
  display: inline-block;
  float: right;
  font-weight: 500;
  font-size: 1.125rem;
  color: #0a0a0a;
  background-color: #f0d458;
  padding: 0 0.5em;
}
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: calc(90% - 120px); /* Full-width */
  height: 23px; /* Specified height */
  background: #48474f; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  vertical-align: text-bottom;
}
@media print,screen and (min-width:60em)  {
  .slider {
    width: calc(90% - 240px); /* Full-width */
  }
}
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 23px; /* Set a specific slider handle width */
  height: 23px; /* Slider handle height */
  border-radius: 0;
  border: none;
  background: #f0d458; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 0;
  border: none;
  background: #f0d458; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.statistics .statistics-content {
  background: none;
}

