.cart-section h1{
	font-size: 30px;
}
thead tr th{
	font-size: 15px;
}
.table-image img{
	width: 40px;
}
.cart-table .input-number, .cart-table .input-number-decrement, .cart-table .input-number-increment{
  height: 30px;
  user-select: none;
}
.cart-table .input-number-decrement, .cart-table .input-number-increment{
  width: 28px;
  line-height: 32px;
  background: #ddd;
  color: #000;
  cursor: pointer;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.cart-table .input-number{
  width: 33px;
  outline: none;
}
.table-close{
	color: #ea1f2e;
}
.coupon input{
	width: 100px;
	padding: 3px 10px;
	border: 1px solid #dee2e6;
}
.coupon input:focus{
	box-shadow: none;
	border: 1px solid #dee2e6;
	outline: none;
}
.coupon button{
	background-color: #dee2e6;
	border: 1px solid #dee2e6;
	padding: 5px 20px;
	color: #515151;
}
.cart-submit-btn a{
	background-color: #a46497;
	font-size: 22px;
	padding: 12px 0px 10px 0px;
}
.cart-submit-btn a:hover{
	color: #fff;
}
.cart-submit-button a{
	background-color: #01e676;
	color: #515151;
	padding: 10px 0px;
}
.cart-submit-button a:hover{
	background-color: #000;
	color: #fff;
}