.mp-col-md-4 {
	flex: 0 0 33.333333%;
	width: 33.333333%;
	float: left;
}

.mp-col-md-8 {
	flex: 0 0 66.666667%;
	width: 66.666667%;
	float: left;
}

.mp-text-center {
	text-align: center !important;
}

.mp-details-title {
	width: 100%;
	margin: 32px 358px 32px 0px;
	font-family: sans-serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
}

.mp-row-checkout-pix {
	width: 100%;
}

.mp-pix-right {
	border-left: solid 1px #e5e5e5;
}

.mp-pix-left {
	padding: 0 0 0 32px;
}

.mp-details-pix {
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 6px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	margin-bottom: 30px;
}

.mp-details-pix-title {
	width: 100%;
	opacity: 0.8;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.8);
	display: block;
	margin: 40px 0 0 0;
	padding: 0 0 0 32px;
}

.mp-details-list {
	display: flex;
}

.mp-details-pix-number-p {
	border-radius: 100%;
	width: 26px;
	height: 26px;
	border: solid 1px #009ee3;
	color: #009ee3;
	text-align: center;
	font-size: 16px;
	margin: 0 13px 0 0;
	font-family: sans-serif;
}

.mp-details-list-description {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.8);
	display: block;
	width: 70%;
}

.mp-details-pix-img {
	width: 190px;
	height: 56px;
	object-fit: contain;
	display: block;
	margin: 64px 0 0 0;
	padding: 0 0 0 32px;
}

.mp-details-pix-description {
	margin: 24px 0 21px 13px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.8);
}

.mp-details-pix-qr {
	padding: 0 4px 0 0;
}
.mp-details-pix-qr-value {
	font-weight: bold;
}

.mp-details-pix-qr-title {
	margin: 24px 0 0 0;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
}

.mp-details-pix-qr-img {
	width: 168px;
	height: 168px;
	display: block;
	margin: 16px auto 0 auto;
}

.mp-details-pix-qr-subtitle {
	margin: 12px 0 32px 0;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.45);
}

.mp-details-pix-qr-description {
	margin: 32px 15px 16px 16px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
}

.mp-qr-input {
	width: 70%;
	height: 48px;
	padding: 6.3px 0 5.7px 12px;
	border-radius: 6px;
	border: solid 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin: 0 12px 0 0;
}

.mp-details-pix-button {
	width: 30%;
	height: 48px;
	padding: 16px 24px;
	border-radius: 6px;
	background-color: #009ee3;
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.mp-steps-congrats {
	margin: 24px 0 16px 0 !important;
	list-style-type: none;
}

.mp-row-checkout-pix-container {
	width: 100%;
	display: flex;
	padding: 16px 47px 48px 47px;
}
.mp-details-pix-amount {
	margin: 32px auto 0;
	text-align: center;
	width: 100%;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	font-family: sans-serif;
}

@media (max-width: 767.98px) {
	.mp-col-md-4 {
		width: 100%;
		flex: none;
	}

	.mp-col-md-8 {
		width: 100%;
		flex: none;
	}

	.mp-col-md-8 {
		width: 100%;
		flex: none;
	}

	.mp-pix-right {
		border-right: none;
		border-top: solid 1px #e5e5e5;
		margin-bottom: 32px;
	}

	.mp-qr-code {
		width: 100%;
		margin: 0 0 24px 0;
	}

	.mp-details-pix-button {
		width: 100%;
		height: auto;
		display: inline-block;
	}

	.mp-row-checkout-pix-container {
		display: block;
	}

	.mp-details-pix-img {
		margin: 64px auto 0;
		padding: 0;
	}

	.mp-details-pix-title {
		margin: 40px auto 0;
		text-align: center;
		padding: 0;
	}
}