#stripe_gateway_saved_methods .stripe-payment-method{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 15px 5px;
	border-bottom: 1px solid #c6e6d9;
    border-top: 1px solid #c6e6d9;
    margin-top: -1px;
	transition: all 0.6s ease;
	clear: both;
	cursor: pointer;
}
.payment_box.payment_method_stripe_payment_gateway .stripe-form-link-container{
	margin: 10px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.payment_box.payment_method_stripe_payment_gateway .stripe-form-link{
	color: rgba(16, 116, 189, 0.58);
	cursor: pointer;
	font-weight: 600;
}
#stripe_gateway_saved_methods .stripe-payment-method.active{
	background-color: #ddf7e6;
	transition: all 0.6s ease;
}
#stripe_gateway_saved_methods .stripe-payment-method .method-description{
	padding: 0px 10px;
	font-weight: 600;
	letter-spacing: 2px
}
.stripe-payment-method .payment-method {
	display: inline-block;
	width: 45px;
}
.stripe-payment-method .payment-method img{
	padding: 0px;
	border: none;
	background: transparent;
}
#stripe_accepted_methods span.stripe-card-icon{
	padding:0px;
	margin: 0px 2px;
	max-width: 40px;
	display: inline-block;
}
#stripe_accepted_methods .stripe-card-icon img{
	max-width: 30px;
	padding: 0px;
	border: none;
}
.payment_method_stripe_payment_gateway .stripe-button-el{
	margin-top: 14px;
	padding: 0px !important;
	overflow: hidden;
    display: inline-block;
    visibility: visible !important;
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: linear-gradient(#28a0e5,#015e94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #0e99e5;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.07),0 3px 8px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #098dd5;
    border-radius: 4px;
    height: 32px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 12px;
    line-height: 32px;
    cursor: pointer;
    outline: none;
    font-family: Whitney SSm A,Whitney SSm B,Helvetica,Arial;
    display: inline-block;
    text-decoration: none;
}
.payment_method_stripe_payment_gateway .stripe-button-el span{
	display: block;
    min-height: 30px;
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    /* background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4); */
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    /* background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4); */
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}