.js-cookie-consent {
	display: flex;
	padding: .5em;
	position: fixed;
	justify-content: center;
	align-items: center;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 1);
	z-index: 999;
	color: white;
	font-size: 12px;
}

.js-cookie-consent-agree {
	padding: 5px;
	font-size: 14px;
	font-size: 12px;
}

.partner img {
	width: 100%;
	object-fit: cover;
}

.partner {
	height: 200px !important;
}

h2, h4, .nir-btn {
	text-transform: none;
}

ul li {
	display: block;
}

.iti {
	display: block !important;
}

.payment_method img {
	width: 80px;
}

.m__payment img {
	width: 200px;
	margin: 1.5em 0;
	cursor: pointer;
}

.btn-info.focus, .btn-info:focus, .btn-info:active {
    background-color: black !important;
}