
#payment-form-payzen .kr-methods-list-card-form-wrapper {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	border-radius: 10px;
	background-color: #ffff;
}

#payment-form-payzen .kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header {
	position: relative;
	display: flex;
	margin-bottom: 0;
	z-index: 1;
	width: 100%;
	justify-content: space-between;
	background-color: #ffff;
	padding: 0;
}

#payment-form-payzen .kr-card-form {
	display: flex;
	flex-flow: inherit;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 16px;
	align-self: stretch;
}

#payment-form-payzen .kr-spinner.kr-button-animation {
	display: none;
}

.kr-smart-form {
	width: 100% !important;
}

.kr-input-relative-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
	border-radius: 5px;
}

.kr-input-relative-wrapper input {
	width: 100%;
	height: 32px;
	padding: 4px 10px;
	border: none;
	border-radius: 5px;
}

.kr-field-component {
	height: 20px;
	left: 15px;
	position: relative;
}

#payment-form-payzen .flex-container {
	flex-direction: row !important;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.kr-smart-form .kr-payment-button {
	display: flex;
	height: 42px;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: var(--HEB-BOUTON, #3951AC);
}

.kr-field-wrapper {
	align-items: center !important;
}

input.kr-input-field {
	font-size: 14px !important;
}

/*tocenter the button*/
.kr-smart-form .kr-embedded .kr-payment-button {
	cursor: pointer;
	border: none;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-smart-form-methods .kr-methods-list .kr-smart-form-list-section-name {
	display: block;
	padding-left: 15px;
}

#payment-form-payzen span.kr-card-header-label {
	color: var(--Colors-BE-NOIR, #000);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#payment-form-payzen .kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons span.kr-brand-icon,
#payment-form-payzen .kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons span.kr-brand-icon svg {
	height: 20px;
	width: auto;
	aspect-ratio: 3/2;
}


.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons {
	justify-content: flex-end;
	gap: 3px;
}

.kr-embedded .kr-pan {
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	width: 100%;
	height: 38px;
}

.kr-embedded .kr-expiry {
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	width: 235px;
	height: 38px;
}

.kr-embedded .kr-security-code {
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	width: 235px;
	height: 38px;
}

.kr-embedded .kr-card-holder-name {
	width: 100%;
	height: 38px;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
}

form#payment-form-payzen {
	background-color: #ffffff;
	border: 1px solid var(--Colors-BE-GRIS, #EAEAEA);
	border-radius: 10px;
}

form#payment-form-payzen .kr-embedded[krvue] .kr-expiry.kr-size-half, 
form#payment-form-payzen .kr-embedded[krvue] .kr-security-code.kr-size-half {
	width: calc(50% - 8px);
}

/* MEDIA QUERIES */

@media (max-width: 800px) {

	.flex-container {
		flex-wrap: wrap;
	}

	.kr-embedded .kr-pan {
		border-radius: 8px;
		width: 100%;
	}

	.kr-embedded .kr-expiry {
		border-radius: 8px;
		width: 100%;
	}

	.kr-embedded .kr-security-code {
		border-radius: 8px;
		width: 100%;
	}

}
