.cart_form input[type=submit] {
    background: #5faae3;
    padding: 14px 28px;
    color: #fff;
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 25px;
}

.cart_form label {
	display:block;
	font-weight:600
}

.cart_form fieldset {
    border: 1px solid #eee;
    padding: 25px 25px 0 25px;
    margin: 25px 0;
}

.cart_form legend {
    border: 0;
    background: #fff;
    padding: 0 20px;
	font-weight:600
}

.cart_form select.hidden {
	display: none;
	visibility:hidden;
}

.cart_form select {
	display: block;
	width:100%;
    margin: 0 0 20px 0;
    padding: 15px;
    height: 50px;
    line-height: 50px;
	background:#fff;
	border:solid 1px #e6e6e6;
}

.cart_form input[type=submit] {
    background: #ec7063;
    display: block;
    font-size: 14px;
    padding: 16px 32px;
    text-transform: uppercase;
    vertical-align: middle;
	font-weight:600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}

.cart_form input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    background: #4387b5
}

.cart_form input[type=submit]:hover {
    background: #e74c3c
}

.cart_form .coupon-submit {
	padding-bottom:20px;
}

.cart_form .coupon-submit input {
	width:60%;
	display:inline-block;
	height:40px;
	line-height:40px;
	float:none;
	border:solid 1px;
}

.cart_form .coupon-submit input.coupon {
	width:69%;
	float:left;
	height:40px;
	line-height:40px;
	border:solid 1px #eee;
	margin-right:1%;
	padding: 0 0 0 10px
}

.cart_form .coupon-submit input.apply_coupon {
	width:30%;
	float:left;
	height:40px;
	line-height:40px;
	padding:0;
    border: solid 1px #eee;
    background: #eee;
}

.cart_form .coupon-result {
	text-align:center;
}

.cart_form .coupon-result i {
	margin-top:20px;
}

.cart_form .coupon-result.coupon-visible-result {
	padding-top:20px;
	clear:both;
	font-weight:400
}

.cart_form .purchase-button-wrapper {
	position:relative;
	text-align:center;
	color:inherit !important;
	margin-top:50px;
}

.cart_form .purchase-button-wrapper .fa-paypal {
    color: #003087;
    margin-left: 10px;
}

.clear-coupon {
    display: block;
    font-style: normal !important;
    cursor: pointer;
    font-weight: bold !important;
    margin-top: 10px !important;
    text-decoration: underline;
}