.stripe-expires {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
}

.stripe-expires .cart-separation {
	padding: 0 10px
}

.StripeElement {
	box-sizing: border-box;
	height: 50px;
	padding: 15px 12px;
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	background-color: #f7f7f7;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	
}

.StripeElement--focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
