.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;
    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;
	border-radius: 4px;
    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:left;
	color:inherit !important;
	margin-top:50px;
}

.cart_form .purchase-button-wrapper .payment-gateway-group {
	border: 0;
	padding: 0;
	margin: 0;
}

.cart_form .purchase-button-wrapper .payment-gateway-group legend {
	padding: 0;
	margin: 0 0 14px 0;
	text-align: left;
}

.cart_form .purchase-button-wrapper .gateway-option {
	display: block;
	margin-bottom: 14px;
	cursor: pointer;
}

.cart_form .purchase-button-wrapper .gateway-option input[type=radio] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cart_form .purchase-button-wrapper .gateway-option .gateway-option-control {
	display: block;
	padding: 20px 14px 20px 70px;
	border: 1px solid #d0d0d0;
	background: #f1f2f4;
	border-radius: 4px;
	position: relative;
	transition: all .25s ease;
}

.cart_form .purchase-button-wrapper .gateway-option .gateway-option-control:before {
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #b5bbc0;
	transform: translateY(-50%);
	transition: all .25s ease;
}

.cart_form .purchase-button-wrapper .gateway-option .gateway-option-title {
	display: block;
	font-size: 16px;
	font-style: normal;
	line-height: 1.1;
	font-weight: 700;
	color: #0a607f;
}

.cart_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control {
	border-color: #5faae3;
	background: #eef5fb;
	box-shadow: 0 0 0 1px #5faae3 inset;
}

.cart_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control:before {
	border-color: #0a607f;
	box-shadow: inset 0 0 0 7px #0a607f;
}

.cart_form .purchase-button-wrapper .confirm_payment_button {
	margin-top: 40px;
	width: 100%;
	background: #ec7063;
	font-size: 14px;
	padding: 15px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
}

.cart_form .purchase-button-wrapper .confirm_payment_button:hover ,
.cart_form .purchase-button-wrapper .confirm_payment_button:active ,
.cart_form .purchase-button-wrapper .confirm_payment_button:focus {
	background:#e74c3c
}

@media (max-width: 767px) {
	.cart_form .purchase-button-wrapper .gateway-option .gateway-option-title {
		font-size: 26px;
	}

	.cart_form .purchase-button-wrapper .confirm_payment_button {
		font-size: 28px;
		padding: 20px;
	}
}

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