.main {
	font: normal 12px "Trebuchet MS", Tahoma;
	padding: 0 20px;
  color: #333333;
}
h1 {
	font-size: 24px;
}
.basket-body .product-picture img {
	max-width: 60px;
	float: left;
	margin-right: 10px;
}

.basket-body .product-name {
	padding-left: 10px;
	text-align: left;
}

.basket-title {
	text-align: center;
	background: #5b6d81;
	line-height: 22px;
	color: #fff;
}

.basket-body {
	padding: 10px 0;
}
.basket-body>div {
	text-align: center;
}
.basket-body .del {
	cursor: pointer;
}

.basket-foot {
	text-align: center;
}
.basket-foot img {
	margin-right: 10px;
	cursor: pointer;
}
.basket-foot span {
	font-weight: bold;	
}

.basket-text {
	margin-top: 20px;
	font-size: 12px;
}
.basket-form .form-item {
	width: 200px;
	margin: 10px auto;
}
.basket-form .form-item input {
	width: 100%;
}
.form-submit {
	text-align: center;
}
.form-submit img {
	cursor: pointer;
}

@media (max-width: 767px) {
	.basket-body .product-picture img {
		max-width: 50px;
	}
	
	.basket-body {
		font-size: 11px;
	}
	.basket-body .product-name {
		font-weight: bold;
	}
	.gap {
		color: darkred;
		margin-top: 6px !important;
	}
}