nav, header {
    height: 54px; 
    background-image: none; 
    width: 100%;
    display: flex;        
    z-index: 100;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}

.navlogo h1 {
    background: linear-gradient(to right, #ad1447 0%, #f80759 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    letter-spacing: -.7;
}

.navlinks button, .navlinks2 button {
     color: black;
}

.navlinks button:hover {
    color: #db0633;
    border: none;
}

.page {
    display: flex; 
    background-color: #f4f6f9;
}
.sidebar {
    width: 20%;
    height: auto;
    background-color: #f8f8f8;
    transition: all .4s ease-in-out;
    z-index: 1;
    border-right: 1px solid #e6e6e6;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.08);
}




.body {
    width: 80%;
    display: block;
    background-color: #fff;
    height: auto;
}


.featured-h1 {
    color: black;
    padding: 20px 0 10px 35px;
}

 


.slider {
    width: 85%;
    margin: 0 auto;

}

.slick-arrow {
    padding-bottom: 60px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; 
}

.blue {
    font-size: 36px;
    height: 175px;
    margin: 5px auto;
    padding: 0 2%;
    position: relative;
    text-align: center;
    width: 175px;
}

.blue i {
    position: absolute;
    top: 72.5px;
    left: 70.5px;
    opacity: .3;
}

i:hover {
    opacity: 1;
    cursor:pointer; 
}

.blue img {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}


.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 240px;
    min-height: 1px; 
}

.artistinfo {
    padding: 0 2%;
    text-align: center;
}


.trackTitle, .trackArtist, .trackTitle a, .trackArtist a {
    height: 19px;
    overflow: hidden;
    font-size: 15px;
    text-decoration: none;
    color: black;
}

.trackTitle a:hover, .trackArtist a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.trackArtist a{
    font-size: 13px;
    opacity: .5;
}



.center {
    display: block;
    height: auto;
}

.filters {
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
    
}

.selectContain {
    height: 50px;
    width: 160px; 
    display: flex;
    position: relative;
    margin: 0 auto;  
}

.fa-chevron-down {
    position: absolute;
    right: 10;
    color: grey; 
    padding-top: 15px;
}

.select {
    display: block; 
    width: 160px;
    height: 50px;
    padding: 14px 20px;
    text-align: center;
    border-radius: 2px;    
    box-sizing: border-box; 
    border-bottom: 1px solid #d2d2d2;
    color: black;
    margin: 0 auto;
}





.option {
     border-top: none;
     height: 50px;
     color: dimgrey;
     transition: all .2s ease-in-out; 
    background-color:transparent;
    border-bottom: 1px solid #e6e6e6;
}



.select:hover {
    cursor: pointer;
}

.option:hover {
    border-color:black;
    color:black;
}

.sidebar h1 {
   padding-left: 0 ;
   overflow: scroll;
    
}

.discover {
    height: 65px;
    text-align: center;
    padding-top: 20px;
}


.discover a {
    color: #191919;
    text-decoration: none;
    
}

#sort {
    height: 35px;
    width: 25%;
    position: absolute;
    right: 0;
    border: .5px solid #d9d9d9;
    background-color: #f4f6f9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    color: grey;
}

.instrumentalsearchouter {
    width: 85%;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.instrumentalsearch {
    width: 30%;
    padding-bottom: 20px;
    text-align: left;
    position: relative;
}

.instrumentalsearch input {
    width: 100%;
    height: 35px;
    border: .5px solid #d9d9d9;
    border-radius: 20px;
    background-color: #f4f6f9;
    padding: 0 10px;
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#searchicon {
    position: absolute; 
    right: 10;
    top: 10;
}

.trackrows {
    width: 95%;
}

.trackrowinfo {
    width: 85px;
    padding: 0 10px;
    border-left: 2px solid #e6e6e6;
    
}


.trackrowinfo span {
  font-size: 14px !important;  
   width: 80px;
  text-align: center;
}



.nohover:hover {
   background-color: #f4f6f9; 
}

.fa-chevron-right {
    display: none;
}

.loader {
    position: absolute;
    display: none;
    right: 38%;
    
  border: 10px solid #a9a9a9;
  border-radius: 50%;
  border-top: 10px solid #191919;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






@media screen and (max-width: 1040px) {

    .sidebar {
        width: 6%;
    }
    .body {
      width: 94%; 
      
    }
    .filters, .discover a {
        display: none;
    }
    .fa-chevron-right {
    display: block;
}
}

@media screen and (max-width: 929px) {
   .trackrows{
        width: 100%;
    } 
}

@media screen and (max-width: 640px) {
.instrumentalsearch {
    width: 50%;
    }
    .slider {
    width: 75%;
    }
}

@media screen and (max-width: 500px) {
.slider {
    width: 55%;
    }
    .instrumentalsearch {
    width: 62%;
    }
    #sort {
        width: 90px;
    }
    .key {
        display: none;
    }
    #purchasebox {
        padding: 0;
    }
}