
h4 {
   margin: 15px 0 5px;
}
.mixitup-bestsellers-button {
  display: inline-block;
  background: transparent;
  color: #012169;
  border: 1px solid #012169 !important;
  padding: .375rem .75rem;
  font-size: 1rem !important;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
}

.mixitup-bestsellers-button:hover{
  background: #012169; color:#fff;
}

.mixitup-bestsellers-button:active, .mixitup-bestsellers-button:focus{
  background: #012169; color:#fff;
}

.bestsellers-categories-list {
    width:100%; 
    height:auto; 
}

#mix-bestsellers-wrapper {
   width:100%; 
   height:auto; 
}

/*button:focus{
  outline: 0 none;
}
#mix-wrapper {
   list-style: none;
   padding: 0;
}
#mix-wrapper li {
}
.song-wrap {
   text-decoration: none;
    background-color: #e0e0e0;
    border: 1px solid #939393;
    padding: 6px 8px;
    border-radius: 2px;
    display: block;
    margin: 0 2px 4px;
}*/