.payment-header {
	height: 32px;
}

.payment-content>div {
	padding: 5px;
}

.payment-content .payment-section {
	border: 1px solid var(--hairline-regular--shade--two);
	border-radius: 4px;
	min-width: 420px;
	min-height: 215px;
}

@media (max-width:576px) {
	.payment-content .payment-section {
		min-width: 100%;
	}

	.payment-content>div>div.row {
		margin: 0 !important;
	}
}

.payment-content .payment-section.payment-type-section {
	border: unset;
}

.payment-content .row.logo-company {
	position: relative;
}

.payment-content>div>div {
	padding: 5px;
}

.payment-content .info-payment-section {
	min-height: 215px;
}

.payment-content>div>div.row {
	margin-left: unset;
	margin-right: -10px;
}

.payment-content .payment-info {
	padding: 10px;
}

.logo-company-section {
	width: 100%;
	height: 100%;
}

.logo-company-section img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 300px;
	max-height: 300px;
}

.section-header {
	background-color: var(--content-tertiary--shade--one);
	border-bottom: 1px solid var(--hairline-regular--shade--two);
	min-height: 45px;
	padding: 15px 10px 10px;
}

.section-header>* {
	display: inline;
}

.section-header h4 {
	font: normal normal bold 16px/16px Arial;
	color: var(--font-primary) !important;
}

.section-header .label-payment-status {
	position: relative;
	float: right;
	color: var(--font-secondary);
	border-radius: var(--rounded-full, 1000px);
	margin-top: -5px;
	display: inline-flex;
	height: 24px;
	padding: var(--spacing-2, 8px);
	align-items: center;
	gap: var(--spacing-1, 4px);
	flex-shrink: 0;
}

.section-header .label-payment-status span {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.section-header .label-payment-status[data-status="pendente"] {
	background-color: var(--warning-primary);
	color: var(--font-primary--shade--one)
}

.section-header .label-payment-status[data-status="processando"] {
	background: var(--feedback-bg-warning-bold, #FCCD4C);
	color: var(--feedback-fg-on-warning-bold, #713F12);
}

.section-header .label-payment-status[data-status="aprovado"] {
	background: var(--feedback-bg-positive, #E9FACD);
	color: var(--feedback-fg-on-positive, #51800F);
}

.section-header .label-payment-status[data-status="rejeitado"] {
	background: var(--feedback-bg-negative, #FFE5E3);
	color: var(--feedback-fg-on-negative, #BA291C);

}

.section-header .label-payment-status[data-status="expirado"] {
	background-color: #777;
}

.section-header .label-payment-status i::before {
	font-size: 10px;
}

.info-payment-section .info-payment-content>div {
	padding-left: 10px;
	padding-right: 10px;
}

.info-payment-section .info-payment-content h5 {
	font: normal normal bold 14px/16px Arial;
	color: var(--font-primary);
	width: 100%;
}

.info-payment-section .info-payment-content .customer-payment-info {
	border-bottom: 1px solid var(--hairline-regular--shade--two);
}

.info-payment-section .info-payment-content h5 span {
	float: right;
	font-weight: normal !important;
}

.info-payment-section .info-payment-content h5:last-child span {
	font-weight: bold !important;
	color: var(--font-primary);
}

.payment-content .payment-section.items-details-section {
	float: left;
	width: 100%;
}

.items-details-section .section-content {
	width: 100%;
	height: 100%;
}

.items-details-section .section-content-items .section-content-item {
	border-bottom: 1px solid var(--hairline-regular--shade--two);
	min-height: 90px;
}

.items-details-section .section-content-items .section-content-item:last-child {
	margin-bottom: 25px;
}

.section-content-item .details-item-image {
	display: flex;
	justify-content: center;
	min-height: 90px;
	padding-top: 10px;
}

.section-content-item .details-item-image img {
	max-height: 65px;
	max-width: 80px;
}

.section-content-item .details-item {
	text-align: left;
}

.section-content-item .details-item h5 {
	font: normal normal bold 15px/17px Arial;
	color: var(--font-primary);
	margin-bottom: 0px !important;
}

.section-content-item .details-item div {
	font: normal normal normal 14px/17px Arial;
	color: var(--font-primary--shade--two);
	width: 100%;
}

.section-content-item .details-item div span {
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

.items-details-section .section-items-totals>div {
	padding-left: 10px;
	padding-right: 10px;
}

.items-details-section .section-items-totals h5 {
	font: normal normal bold 16px/18px Arial;
	color: var(--font-primary--shade--one);
	width: 100%;
}

.items-details-section .section-items-totals h5 span {
	float: right;
	font-weight: normal !important;
}

.items-details-section .section-items-totals h5:last-child span {
	font-weight: bold !important;
	color: var(--brand-primary);
}

.items-details-section .section-items-totals h5+label {
	width: 100%;
	color: var(--font-primary--shade--two);
	font-size: 12px;
}

.bling-form .input-group-addon {
	background-color: var(--content-secondary);
	border: 1px solid var(--hairline-regular);
}

.bling-form .input-group-addon:last-child {
	border-left: 0;
}

.chosen-container-active {
	background: var(--font-secondary) !important;
}

.chosen-container-active * {
	background: var(--font-secondary) !important
}

.chosen-results .active-result {
	padding: 10px !important;
	height: auto !important;
	font-size: 17px;
}

.chosen-results .active-result:hover,
.chosen-results .active-result:hover span {
	background: var(--brand-primary) !important;
	color: var(--font-secondary) !important;
}

.chosen-single span {
	font-size: 17px;
}

.chosen-container-active {
	min-height: 32px !important;
	height: 32px !important;
	height: 45px !important;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
	height: 45px !important;
	line-height: 45px;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.chosen-container-single .chosen-single div b {
	height: 25px;
}

.chosen-container-single .chosen-single div {
	align-items: center;
	display: flex;
}

select#cc_instalments {
	height: 45px !important;
}

@media screen and (max-width: 969px) {

	.payment-content .payment-type {
		top: 0px;
	}

	.payment-content .payment-section.payment-type-section {
		height: auto;
		float: left;
		margin-top: 10px;
		width: 100%;
	}

}