
.row-payment .payment-selector {
	margin-bottom: 10px;
}

.row-payment label {
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	z-index: 10;
}

.row-payment label > input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.row-payment label > .d-flex {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	font-size: 1.0625rem;
	line-height: 1.3125rem;
	min-height: 82px;
	padding: 9px 43px 9px 0;
}

.row-payment label > input:checked + .d-flex:after {
	content: "\f00c";
}

.row-payment label > .d-flex:after {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	color: #3aae2a !important;
	content: '';
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	height: 25px;
	line-height: 23px;
	position: absolute;
	right: 9px;
	text-align: center !important;
	text-rendering: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
}

.row-payment label > .d-flex > :first-child {
	border-right: 1px solid #d8d8d8;
	height: 64px;
	font-size: .9375rem;
	line-height: 1.3125rem;
	width: 89px;
}

.row-payment label > .d-flex > :last-child {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.row-payment label > .d-flex > * > span {
	padding-left: 18px;
}

.row-payment label .d-flex img {
	width: 70%;
    height: auto;
    max-height: 100%;
    width: auto;
}

.row-payment #payment_pay_later label .d-flex img {
	width: 40%;
}

.h5 {
	font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
}

#footer .h5 {
	font-size: 1.5625rem;
	line-height: 0.8em;
	font-weight: 400
}

.msi-txt .h6 {
	color: inherit;
	font-size: 5.333333vw;
	font-weight: 400
}
