/**
 * Theme Name:  In der Hood
 * Template:    twentytwentyfour
 * Description: In der Hood Theme
 * Version:     1.0.2
 * Author:      bitWorking
 */

.idh-product-table a {
  text-decoration: none;
}

*:focus {
  outline: 0;
}

.wp-block-site-title a:hover {
  color: #000;
  text-decoration: none;
}

.woocommerce-breadcrumb a {
  color: #000;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}

.wc-block-components-button:not(.is-link).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  text-decoration: none;
}

.wc-block-components-button:not(.is-link):hover {
  text-decoration: none;
  color: var(--wp--preset--color--base);
}

.uk-notification-message-success {
  border: 1px solid rgb(149, 239, 60);
  color: #000 !important;
  font-size: 16px;
}

.uk-notification-message-success a {
  color: #000 !important;
}

#audio-player {
  position: fixed;
  bottom: 0;
  height: 110px;
  padding-top: 10px;
  background-color: #1d2327;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 2;
  font-size: 20px;

  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

#audio-player .uk-button {
  font-size: 20px;
}

#audio-player > div {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  gap: 10px;
}

#audio-player-display {
  width: 100%;
}

#audio-player-display-time {
  display: none;
}

#audio-player-wave {
  position: relative;
  cursor: pointer;
}

#audio-player-wave-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #1e87f0;
  pointer-events: none;
  width: 2px;
  transition: all 0.3s;
}

#audio-player-ui {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
  width: 100%;
  justify-content: space-between;
}

#audio-player-ui a {
  color: inherit;
  text-decoration: none;
  align-items: center;
  display: flex;
}

#audio-player-add-to-cart {
  padding: 5px 20px;
}

#audio-player-info {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  width: 100%;
}

#audio-player-info > div {
  width: 100%;
}

#audio-player-info div {
  text-overflow: ellipsis;
  overflow: hidden;
}

#audio-player-info .uk-text-small {
  font-size: 12px;
}

#audio-player-info img {
  width: 50px;
  height: 50px;
}

#audio-player-controls {
  display: flex;
  gap: 60px;
  align-items: center;
  flex: 1;
  justify-content: center;
}

#audio-player-right {
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

#audio-player-fft {
  width: 60px;
  height: 20px;
  background-color: #1d2327;
}

#audio-player-play,
#audio-player-pause {
  font-size: 28px;
}

#audio-player-volume-button {
  font-size: 16px;
}

.audio-player-volume-control {
  min-width: 0;
  padding: 20px;
}

.audio-player-volume-control input {
  -webkit-appearance: slider-vertical;
  width: 20px;
}

#audio-player-loop-button span.active {
  color: #1e87f0;
}

.card-audio-controls {
  width: 50px;
  height: 50px;
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-audio:hover .card-audio-controls {
  background-color: rgba(50, 50, 50, 0.8);
}

.card-audio-controls span {
  font-size: 25px;
  left: 1px;
  position: relative;
  color: #fff;
}

[x-cloak] {
  display: none !important;
}

.beat-terms {
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.beat-terms a {
  text-decoration: none;
}

.beat-data {
  display: flex;
  gap: 10px;
}

.beat-data .uk-label {
  text-transform: none;
}

div[id^='product-modal-'] a,
div[id*=' product-modal-'] a {
  text-decoration: none;
}

.cart-button.dripicons-cart {
  font-size: 20px;
  position: relative;
  top: 4px;
}
