/* PRODUCT */
.product {
	
}

.product h3 {
	font-size: 24px;
	padding: 2px 4px 0px 4px;
}

.product .album  h3 {
	margin-top: 5px;
}

.product h3 .band.name {
	
}

.product p {
	
}

.product em {
	color: #999999;
}

.product .date {
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
}

.product .format {
	font-size: 18px;
	text-transform: uppercase;
}

.product .model {
	font-size: 18px;
	text-transform: uppercase;
}

.product .preview {
	margin-top: 40px;
}

.product .preview .cover {
	width: 100%;
	height: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.product .preview .list {
	width: 100%;
	background-color: rgba(126, 186, 124, 1);
}

.product .preview .thumb {
	padding: 10px 5px 0px 10px;
}

.product .description {
	
}

.band.name {
	
}

.album {
	
}

.product .album h3 {
	font-size: 18px;
}

.album .name {
	
}

.album .player {
	margin-bottom: 10px;
}

.album .tracklist {
	margin-bottom: 10px;
}

.album .description {
	margin-bottom: 10px;
}

.track {
	display: inline;
}

.track .number {
	font-size: 12px;
	font-weight: bold;
}

.track .length {
	font-size: 10px;
	color: #cccccc;
}

.album .song.name {
	color: #999999;
	text-transform: uppercase;
}

.review .zine {
	text-transform: uppercase;
}

.review .rating {
	font-size: 10px;
	color: #cccccc;
}

/* cover */
.product.cover {
	
}

.product.cover .info {
	width: inherit;
	position: inherit;
	bottom: inherit;
	background-color: inherit;
	display: inherit;
	color: inherit;
}

.product.cover h3 {
	font-size: 16px;
}

.product.cover .model {
	display: none;
}

.product.cover .date {
	font-size: 14px;
	color: #cccccc;
}

.product.cover .format {
	font-size: 14px;
	color: #cccccc;
}