.cartelbox-payment-logos {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	justify-content: flex-start;
	gap: 10px 12px;
	width: 100%;
}

.cartelbox-payment-logos--footer {
	justify-content: center;
}

.cartelbox-payment-logo {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 78px;
	height: 34px;
	padding: 4px 6px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	background: #fff;
}

.cartelbox-payment-logo--nbg {
	width: 104px;
}

.cartelbox-payment-logo img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 24px !important;
	margin: 0 !important;
	object-fit: contain !important;
}

@media (max-width: 575px) {
	.cartelbox-payment-logos {
		justify-content: center;
		gap: 8px;
	}

	.cartelbox-payment-logo {
		width: 66px;
		height: 30px;
		padding: 4px 5px;
	}

	.cartelbox-payment-logo--nbg {
		width: 92px;
	}

	.cartelbox-payment-logo img {
		max-height: 20px !important;
	}

	.product .category-list a,
	.product a.product-loop-title {
		display: flex;
		align-items: center;
		min-height: 44px;
	}
}
