body {
	background-color: white;
}

.shopcol .artist {
	padding-left: 5px;
	font-weight: 700;
	background-color:rgb(254, 254, 254);
	
}

.shopcol .title {
	padding-left: 5px;
	font-weight: 400;
	background-color:rgb(254, 254, 254);
	
}

.shopcol .formats {
	
	font-weight: 400;
	background-color:rgba(254, 254, 254, 1);
	
}

.playrelease {
	background-color:rgba(254, 254, 254, 1);
		margin-top: 1px;
}

#shopsearch, .menubuttons{
	margin-top: 0px;
}

.topbanner {
	margin-top: 85px;
}
/*
@media (min-width: 600px) and (orientation:landscape) {
.shopcol {
    padding-left: 15px;
    padding-right: 15px;
 }
}
@media (min-width: 600px) and (orientation:landscape) {
 .inner {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
*/

.tagbanner{
	z-index: 1;
    background-color: #50C878 ;

 right: 0px;
 
    color: white;
   font-weight: bold;
   top: 40%;
    padding-left: 20px;
    padding-right: 20px;
        position: absolute;
    
   text-align: right;

    
   }


   .wishlist-item {
    position: absolute;
    color: white;
    margin-left: 5px;
}