/* Elvila - Plata in rate cu cardul v1.0.0 */

/* ===== Bloc pagina de produs ===== */
.ecr-box {
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 13px 16px;
	margin: 14px 0;
	background: #fff;
}
.ecr-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 500;
	color: #23232c;
	margin-bottom: 5px;
}
.ecr-title svg { flex-shrink: 0; }
.ecr-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 0;
}
.ecr-row + .ecr-row { border-top: 1px solid #f1f1f1; }
.ecr-logo {
	width: 64px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ecr-logo img {
	display: block;
	height: 34px;
	width: auto;
	border-radius: 4px;
}
.ecr-logo img.ecr-tall { height: 36px; }
.ecr-logo img.ecr-wide { height: 18px; border-radius: 0; }
.ecr-logo img.ecr-tbi  { height: 32px; width: 32px; }
.ecr-txt { display: flex; flex-direction: column; min-width: 0; }
.ecr-name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #23232c;
}
.ecr-desc {
	font-size: 12.5px;
	color: #787878;
	line-height: 1.35;
}

@media (max-width: 480px) {
	.ecr-box { padding: 11px 13px; }
	.ecr-logo { width: 56px; }
	.ecr-logo img { height: 30px; }
	.ecr-logo img.ecr-tall { height: 32px; }
	.ecr-logo img.ecr-wide { height: 16px; }
	.ecr-logo img.ecr-tbi  { height: 28px; width: 28px; }
	.ecr-name { font-size: 13.5px; }
	.ecr-desc { font-size: 12px; }
}

/* ===== Checkout: lista carduri sub Plata cu cardul ===== */
.ecr-checkout {
	display: block;
	background: #f7f8fa;
	border-radius: 7px;
	padding: 10px 13px;
	margin-top: 8px;
}
.ecr-cintro {
	display: block;
	font-size: 13px;
	color: #555;
	margin-bottom: 3px;
}
.ecr-crow {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 7px 0;
}
.ecr-crow + .ecr-crow { border-top: 1px solid #ececec; }
.ecr-clogo {
	width: 56px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ecr-clogo img {
	display: block;
	height: 28px;
	width: auto;
	border-radius: 3px;
}
.ecr-clogo img.ecr-tall { height: 30px; }
.ecr-clogo img.ecr-wide { height: 15px; border-radius: 0; }
.ecr-cname {
	font-size: 13.5px;
	color: #23232c;
	line-height: 1.3;
}
.ecr-cname em {
	font-style: normal;
	font-size: 12.5px;
	color: #787878;
}

@media (max-width: 480px) {
	.ecr-checkout { padding: 9px 11px; }
	.ecr-clogo { width: 50px; }
	.ecr-clogo img { height: 26px; }
	.ecr-clogo img.ecr-tall { height: 28px; }
	.ecr-clogo img.ecr-wide { height: 14px; }
	.ecr-cname { font-size: 13px; }
	.ecr-cname em { font-size: 12px; }
}
