.mgb-mystery-gift-box-products {
	padding: 0;
	margin-bottom: 10px !important;
}

.mgb-mystery-gift-box-products {
	padding:0;
	margin-bottom: 10px;
}

.mgb-mystery-gift-box-products-wrapper h4 {
	margin: 10px 0;
	color:#000;
	font-weight: 400;
	
}

.mgb-mystery-gift-box-products a {
	background: none;
	border:none;
	text-decoration: none;
	color: #00f;
}

.mgb-mystery-gift-box-products a:hover {
	text-decoration: underline;
}

.mgb-no-data-notice {
	color: #f00;
	font-size:16px;
}

.mgb-frontend-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.mgb-frontend-table thead {
	background: #f7f7f7;
}

.mgb-frontend-table thead th {
	padding: 15px;
	color: #333;
	background: #f7f7f7;
	border: none;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

.mgb-frontend-table tbody tr:nth-child(n) {
	background: #fdfdfd;
}

.mgb-frontend-table tbody tr:nth-child(n) td{
	background: #fdfdfd;
}

.mgb-frontend-table tbody tr:nth-child(2n) {
	background: #f8f8f8;
}

.mgb-frontend-table tbody tr:nth-child(2n) td{
	background: #f8f8f8;
}

.mgb-frontend-table tbody td {
	padding: 15px;
	color: #666;
	background: none;
	border: none;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

.mgb-frontend-table tbody td img {
	width: 50px;
	height: auto;
	margin: auto;
}

.mgb-frontend-table tbody td a {
	color: #00f;
	font-size: 14px;
	text-decoration: none;
}

.mgb-frontend-table tbody td a:hover {
	text-decoration: underline;
}

.mgb-frontend-table tbody td span {
	color: #5d5d5d;
	font-size: 14px;
}

.mgb-frontend-table tbody td {
	margin-right: 10px;
	margin-bottom: 10px;
	background: none;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	font-weight: 600;
}

.mgb-frontend-table tbody td span {
	margin-right: 5px;
}

.mgb-frontend-table tfoot {
	border: none;
	box-shadow: none;
}

.mgb-frontend-table tfoot td {
	padding-right: 0;
	background: none;
	border: none;
}

.mgb-frontend-table tfoot nav {
	text-align: center;
	border: 0;
	clear: none;
	padding: 0;
	margin-bottom: 0;
	float: none !important;
}

.mgb-frontend-table tfoot nav ul {
	margin: 0;
	list-style: none;
	border: none !important;
}

.mgb-frontend-table tfoot nav ul li {
	display: inline-block;
	margin-left: 3px;
		cursor: pointer;
}

.mgb-frontend-table tfoot nav ul li span {
	margin: 0;
	padding: 0;
}

.mgb-frontend-table tfoot nav ul li span {
	display: inline-block !important;
	padding: 10px !important;
	margin: 0 !important;
	background: #fafafa !important;
	border: none !important;
	color: #43454b !important;
	text-decoration: none !important;
}

.mgb-frontend-table tfoot nav ul li .current {
	background: none !important;
	border: none !important;
}

.mgb-frontend-table tfoot nav ul li .current span,
.mgb-frontend-table tfoot nav ul li a:hover {
	background: #ccc !important;
	border: none !important;
	color: #000 !important;
}

@media screen and (max-width: 768px) {

	.mgb-frontend-table {
		border: 1px solid #f1f1f1;
	}

	.mgb-frontend-table tbody tr {
		display: block;
	}

	.mgb-frontend-table thead {
		display: none;
	}

	.mgb-frontend-table tr td::before {
		float: left;
		content: attr(data-title) ": ";
		font-weight: 700;
	}


	.mgb-frontend-table tr td {
		display: block;
		border-right: 0;
		border-bottom: 1px solid #f1f1f1;
		text-align: right !important;
	}

	.mgb-frontend-table tfoot tr td {
		border-bottom:none;
	}
	.mgb-frontend-table tfoot tr td::before {
		float: left;
		content:" ";
		font-weight: 700;
	}

}
