del {
    color: var(--red);
}
.member-price {
	color: var(--red) !important;
}

@media(max-width: 500px){
    .table-list {
        background: none;
    }
	.table-b thead{
		display: none;
        
	}

	.table, .table-b tbody, .table-b tr, .table-b td{
		display: block;
		width: 100%;
	}
	.table-b tr{
		margin-bottom:15px;
        background: var(--chalk);
	}
	.table-b td{
		text-align: center;
        padding-left: 50%;
		position: relative;
	}
	.table-b td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}





