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: 110px;
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		flex: 0 0 20%;
		max-width: 20%;
		min-width: 20%;
	}
}
/*
@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;
}
}
*/

.inner {
	max-width: 1400px;
	margin-top: 0px;
}

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

/* Tighten the gap below the fixed logo header and above the first <hr>. */
#shopwindow hr {
  margin-top: 4px;
}