.table{
	width: 100%;
	border-collapse: collapse;

}



.table > thead > tr > th{
	background: #d3d3d3;
	padding:10px 5px;
	color:#333;
	text-align: center;
	font-family: "Bahnschrift Light";
	font-size: 15px;

}

.table.table-noborder > thead > tr > th.text-left{
	text-align: left;
}

.table.table-noborder > thead > tr > th{
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}

.table > thead > tr > th.t-midi{ width: 55% }
.table > thead > tr > th.t-option{ width: 20% }
.table > thead > tr > th.t-value{ width: 20%; text-indent: 60px; }
.table > thead > tr > th.t-cart{ width: 5%;}

.table > tbody > tr{
	border-bottom: 2px solid #fff;
}

.table > tbody > tr > td {
	padding: 5px 0;
	background: #f5f5f5;
		font-family: "Bahnschrift Light";
		font-size: 14px;
}
.table.table-noborder > tbody > tr > td {
	padding: 5px 0;
	background: #f5f5f5;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 14px;
}

.table > tbody > tr > td  > del{
	color:#FF8C00;
}

.panel-heading-month{
	background-color: #c3bfbf; color: #fff; font-weight: bold; padding: 20px 15px;
}


.table > tbody > tr > td.price{
	text-align: center;
}


.table > tbody > tr > td.td-cart{
	text-align: right;
	padding:0;
	background: #d3d3d3;
	transition: background 0.5s linear;
	
}


.table > tbody > tr > td.td-cart:hover{
  color: #9ACD32;
    background-color: #F5F5F5;
    background-image: none;
}

.table > tbody > tr > td.td-cart a:hover{
	background: transparent;
	border:0;
}

.table > tbody > tr > td.td-cart.td-cart-credit{
	width: 10%
}

.table > tbody > tr > td:nth-child(1){
	border-left: 5px solid #9acd32
}

.table.table-noborder > tbody > tr > td:nth-child(1){
	border-left:0;
}

.table.table-noborder > tbody > tr > td{
	padding:5px 10px;
}


.content-col{
	max-width: 500px;
	display: flex;
}

article > header{
	background: #808080;
	padding:20px;
}

article > header > h3{
	color:#FFF;
	text-align: center;
	font-family: "Bahnschrift Light";
	font-size: 28px;
}

.single-artist > header > h3{
	text-align: left;
}


.content-table-list{
	padding:50px 25px;
}


.content-table-list > article{
	overflow-x: auto;
	width:100%;
}

.tab{
	display: flex;
}

@media (max-width:640px){
	.tab{
		flex-direction: column;
	}
}

.tab li a{
	display: block;
	padding:20px 30px;
	background: #d3d3d3;
	color:#333;	
	text-decoration: none;
	font-weight: bold;
}

.tab li a.active{
	background: #808080;
	color:#fff;
}

.tab-content{
	display: none;
}

.tab-content.active{
	display: block;
}


.col-td{
	width: 100%;
	padding: 5px 0;

}

.col-td:nth-child(1){
	width:30%;
	padding-left: 10px;
}

.col-td ul{
	display: flex;
	
}
.col-td p{
	color:#A9A9A8;
	font-family: "Bahnschrift Light";
	font-size: 14px; 
	
}

.col-td p.midi-type{
	color:#5D79A0;
}

.col-td p.midi-category{
	font-size:0.9rem;
}

.col-td p.midi-category a{
	color:#A9A9A8;
	text-decoration: none;
}


.col-td p.midi-date{
	font-size:0.9rem;
}

.col-td p.midi-artist,
.col-td p.midi-artist a{
	color:#FF8C00;
	text-decoration: none;
}

.col-td h4{
	font-size: 14px;
	font-family: "Bahnschrift Light";
	position: relative;
}


.col-td ul li{
	border-radius: 10px;
	background: #c9d1db;
	margin:3px;
	font-size: 10px;
	padding:2px 6px;
	color:#fff;
	text-transform: uppercase;
	font-family: "Bahnschrift Light";
	opacity: 0.8;

}

.col-td ul li.midi-general{
	background: #979797;
}

.col-td ul li.midi-general a{
	color:#fff;
	text-decoration: none;
}

.col-td ul li:nth-child(1){
	margin-left:0;
}

.icons{
	text-align: center;
}
@media (max-width:640px) {
	.icons{
		text-align: right;
		padding: 0 5px;
	}
}

.icons a{
	color:#4F4F4F;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}


.icons a.favorite{
	color:#FF8C00;
}

.icons a:hover{
	color:#9acd32;
}
.icon-youtube{
	position: relative;
	top:-1px;
}

@media screen and (max-width: 600px) {
	.table > tbody > tr > td{
		position: relative;
	}
	.content-col{
		display: inline-block;
		max-width: 100%;
		width:100%;
		padding-right: 0;
	}
	.col-td:nth-child(1),
	.col-td{
		width: 100%;
		padding: 5px 10px;
	}

	.table > tbody > tr > td:nth-child(2),
	.table > tbody > tr > td:nth-child(3),
	.table > tbody > tr > td:nth-child(4) {
   		 border-left: 5px solid #9acd32;
	}
	.col-td ul{
		    justify-content: center;
	}

	.table > tbody > tr > td.td-cart{
		text-align: center;
	}
  
  .table {
    border: 0;
  }

  .table caption {
    font-size: 1.3em;
  }
  
  .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .table td::before {
 
    content: attr(data-label);
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    left: 5px;
    top: 8px;
  }
  
  .table td:last-child {
    border-bottom: 0;
  }
}

.icon-featured{
	position: relative;
	top:5px;
	
}


 
.icon-featured.icon-discount{
	
} 
.icon-featured-star{
	color: #e9c92d;
}
.icon-discount{

}

.text-center{
	text-align: center !important;
}