.woo-custom-installments-group .woo-custom-installments-economy-pix-badge {
	order: 4;
}

.woo-custom-installments-group .woo-custom-installments-ticket-discount {
	order: 5;
}

@media screen and (max-width: 992px) {
	.woo-custom-installments-group .woo-custom-installments-economy-pix-badge {
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-color: #22c55e;
		margin: 0rem 0rem 1rem 0rem;
		padding: .65rem .85rem .65rem .85rem;
		border-radius: .3rem .3rem .3rem .3rem;
	}
	
	.woo-custom-installments-group .woo-custom-installments-economy-pix-badge .amount {
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
	}
	
	.woo-custom-installments-group .woo-custom-installments-ticket-discount {
		font-size: 1rem;
		font-weight: 500;
		color: rgba(163, 132, 41, 1);
		background-color: rgba(255, 186, 8, .15);
		margin: 0rem 0rem 1rem 0rem;
		padding: .65rem .85rem .65rem .85rem;
		border-radius: .3rem .3rem .3rem .3rem;
	}
	
	.woo-custom-installments-group .woo-custom-installments-ticket-discount .amount {
		font-size: 1rem;
		font-weight: 500;
		color: rgba(163, 132, 41, 1);
	}
}

@media screen and (min-width: 1024px) {
	.woo-custom-installments-group .woo-custom-installments-economy-pix-badge {
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
		background-color: #22c55e;
		margin: 0rem 0rem 1rem 0rem;
		padding: .65rem .85rem .65rem .85rem;
		border-radius: .3rem .3rem .3rem .3rem;
	}
	
	.woo-custom-installments-group .woo-custom-installments-economy-pix-badge .amount {
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
	}
}

@media screen and (min-width: 1024px) {
	.woo-custom-installments-group .woo-custom-installments-ticket-discount {
		font-size: 1rem;
		font-weight: 500;
		color: rgba(163, 132, 41, 1);
		background-color: rgba(255, 186, 8, .15);
		margin: 0rem 0rem 1rem 0rem;
		padding: .65rem .85rem .65rem .85rem;
		border-radius: .3rem .3rem .3rem .3rem;
	}
	
	.woo-custom-installments-group .woo-custom-installments-ticket-discount .amount {
		font-size: 1rem;
		font-weight: 500;
		color: rgba(163, 132, 41, 1);
	}
	
	.woo-custom-installments-group .woo-custom-installments-price.original-price.has-discount .amount, .woo-custom-installments-group .woo-custom-installments-group-main-price del .amount {
		font-size: calc(1.225rem - .3rem);
	}
}

button.wci-open-popup {
	color: rgba(1, 74, 135, 1);
	border-color: rgba(1, 74, 135, 1);
	border-radius: .25rem;
}

button.wci-open-popup:hover {
	background-color: rgba(1, 74, 135, 1);
}

button.wci-open-popup {
	padding: .625rem 1.75rem;
	font-size: .875rem;
}

.woocommerce-variation-price {
	display: none !important;
}