.shop {
	padding-bottom: 30px;
}

.shop .box .box-header h2 {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px 30px;
	color: #648420;
	font-size: 16pt;
}
.shop .box .box-header h2:before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0);
	font-family: 'FontAwesome';
	content: '\f00c';
	font-size: 27px;
	border: solid 2px #648420;
	color: #648420;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 48.6px;
	width: 54px;
	height: 54px;
}
@media (max-width:767px) {
	.shop .box .box-header h2{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.shop .box .box-body {
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 180px;
}
@media (max-width:767px) {
	.shop .box .box-body {
		min-height: auto;
	}
}
.shop .box .box-body .table, .shop .box .box-body .ship-prog {
	font-size: 11pt;
	color: #888;
}
 .shop .box .box-body .ship-prog i:before {
	font-size: 85px;
	margin: 0;
	color: #648420;
}
 .shop .box .box-body .ship-prog i.not-yet-step:before {
	color: #E9EEE2;
}
.shop .box .box-body .table>tbody+tbody {
	border-top: 1px solid rgb(240,240,240);
}
.shop .box .box-body .table>tbody>tr:first-child>td {
	border-top: none;
}
.shop .box .box-body .table>tbody>tr>td:first-child {
	width: 20%;
}
.shop .box .box-body .table>tbody>tr>td.prd-img {
	width: 40%;
}
.shop .box .box-body .table>tbody>tr>td.prd-img img {
	width: 100%;
}
.shop .box .box-body .table>tbody>tr>td.prd-name {
	font-size: 12pt;
}
.shop .box .box-body .table-detail {
	margin: 0 auto;
	width: 70%;
}
@media (max-width:991px) {
	.shop .box .box-body .table-detail {
		width: 100%;
	}
}
.shop .box .box-body .table .label {
	font-weight: normal;
	font-size: 100%;
}
.shop .box .box-body .ship-prog .ship-deliver {
	margin-top: 20px;
	padding: 10px 10px;
	background: #E9EEE2;
}
.shop .box .box-body .ship-prog .ship-deliver > span {
	padding-right: 20px;
}
@media (max-width:767px) {
	.shop .box .box-body .ship-prog .ship-deliver > span {
		padding-top: 10px;
		display: block;
	}
}

.shop .payment .return-apply  {
	font-size: 10pt;
	color: #aaa;
}
.shop .payment .return-apply i:before {
	font-size: 10pt;
	margin: 0;
	color: #aaa;
}

.shop .buy-detail .restrict {
	margin: 10px 0;
	color: #fff;
	background: #648420;
	padding: 5px 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.14);
	font-size: 14px;
}