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;
}

#dropdowns {
	margin-top: 0px;
	background-color: white;
}

.topbanner {
	margin-top: 85px;
}

/* constrain the page to a comfortable max-width */
#dropdowns .navbar,
#shopwindow,
#shopsearch,
.menubuttons,
.menubuttons_desktop .accordion-group {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

/* center the related releases row */
#maincontent .shoprow {
	justify-content: center;
}

#maincontent .shoprow .col-md-8 {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}

/*
@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 {
    display: inline; cursor: pointer;
    
    margin-left: 5px;
}