.tb-wall-grid div.jp-audio {
    width: 100%;
}
.tb-wall-grid div.jp-audio div.jp-type-playlist div.jp-interface {
height: 76px;
}
.tb-wall-grid div.jp-audio div.jp-type-playlist a.jp-play, 
.tb-wall-grid div.jp-audio div.jp-type-playlist a.jp-pause {
top: 5px;
left: 5px;
}
.tb-wall-grid div.jp-audio div.jp-type-playlist a.jp-play, 
.tb-wall-grid div.jp-audio div.jp-type-playlist a.jp-pause {
top: 5px;
left: 5px;
}
.tb-wall-grid  div.jp-audio div.jp-type-playlist a.jp-stop {
top: 12px;
left: 60px;
}
.tb-wall-grid  div.jp-audio div.jp-type-playlist a.jp-mute, 
.tb-wall-grid  div.jp-audio div.jp-type-playlist a.jp-unmute {
top: 18px;
left: 102px;
}
.tb-wall-grid div.jp-audio div.jp-type-playlist a.jp-mute, 
.tb-wall-grid div.jp-audio div.jp-type-playlist a.jp-unmute {
top: 18px;
left: 102px;
}
.tb-wall-grid div.jp-audio div.jp-type-playlist div.jp-progress {
top: 51px;
left: 37px;
width: 122px;
height: 12px;
}
.tb-wall-grid div.jp-audio div.jp-type-playlist div.jp-volume-bar {
top: 23px;
left: 125px;
}

.tb-wall-grid div.jp-audio div.jp-type-playlist div.jp-current-time, 
.tb-wall-grid div.jp-audio div.jp-type-playlist div.jp-duration {
top: 61px;
left: 37px;
width: 122px;
}
.tb-wall-grid  div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
padding-top: 0px;
padding-bottom: 0;
}
.tb-wall-grid .product-image {
width: 100%;
}

#block-locale-language ul {
  margin:10px 0 0 0;
}

.language-switcher-locale-url li {
  margin: 0.5em 0 0 1em;
  display: inline-block;
  list-style-type: none;
}
div.jp-audio div.jp-type-single div.jp-interface {
    height: 100px;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
    left: 302px;
    top: 69px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  height: 15px;
  left: 25px;
  top: 65px;
  width: 122px;
}
div.jp-audio div.jp-type-single div.jp-current-time, div.jp-audio div.jp-type-single div.jp-duration {
  left: 25px;
  top: 81px;
  width: 122px;
}

.artlogy_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.artlogy_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.artlogy_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.artlogy_close:hover,
.artlogy_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.line-sep {   
    padding: 1rem;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;    
}
.line-sep:before,
.line-sep:after {
    content: '';
    border-top: 1px solid #999;
    margin: 0 20px 0 0;
    flex: 1 0 20px;  
}

.line-sep:before {
    margin-left:-10px;
}
.line-sep:after {
    margin: 0 20px 0 20px;
}
.fb-btn{max-width: 250px !important;}