.cart-table table {
	margin-bottom: 0;
}
.cart-table table thead {
	text-align: center;
}
.cart-table table thead tr th {
	border-bottom-width: 0px;
	vertical-align: middle;
	padding: 0 0 15px;
	text-transform: uppercase;
	border: none;
	font-weight: 700;
	font-size: 16px;
}
.cart-table table tbody tr td {
	vertical-align: middle;
	color: #666;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	border-color: #eaedff;
	border-left: none;
	border-right: none;
	text-align: center;
}
.cart-table table tbody tr td.product-thumbnail img {
	width: 60px;
	height: 60px;
}
.cart-table table tbody tr td.product-thumbnail a {
	display: block;
}
.cart-table table tbody tr td.product-name a {
	color: #666;
	font-weight: 600;
	display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
	color: #333;
}
.cart-table table tbody tr td.product-price span {
	font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
	overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
	color: #666;
	float: right;
	position: relative;
	top: 1px;
	transition: all 0.5s;
}
.cart-table table tbody tr td.product-subtotal .remove i {
	font-size: 22px;
}
.cart-table table tbody tr td.product-subtotal .remove:hover {
	color: red;
}
.cart-table table tbody tr td.product-subtotal span {
	font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 48px;
	transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
	color: #333;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
	left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
	right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #333;
}
.cart-buttons {
	margin-top: 30px;
}
.cart-totals {
	background: #fff;
	padding: 40px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	border-radius: 0;
	margin: auto;
	margin-top: 50px;
}
.cart-totals h3 {
	margin-bottom: 25px;
	font-weight: 700;
}
.cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none;
}
.cart-totals ul li {
	border: 1px solid #eaedff;
	padding: 10px 15px;
	color: #323232;
	overflow: hidden;
	font-weight: 700;
}
.cart-totals ul li:first-child {
	border-bottom: none;
}
.cart-totals ul li:last-child {
	border-top: none;
}
.cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: normal;
}
.cart-area .nice-select {
	height: 50px;
	line-height: 49px;
	border-radius: 0;
	width: 100%;
	margin-bottom: 18px;
}
.cart-area .coupon-wrap {
	margin-top: 50px;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap h3 {
	padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
	margin-bottom: 18px;
}
.cart-wraps {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 40px;
}
