.infixs-correios-automatico-calculator
	.infixs-correios-automatico-calculate-submit {
	padding: 0 20px;
	margin-top: 0;
	margin-bottom: 0;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.infixs-correios-automatico-shipping-results-address {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
}

.infixs-correios-automatico-postcode-button-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.infixs-correios-automatico-shipping-results {
	margin-top: 1rem;
}

.infixs-correios-automatico-shipping-results-grid > :nth-child(1), .infixs-correios-automatico-shipping-results-grid > :nth-child(2) {
	border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.infixs-correios-automatico-shipping-results-grid > :nth-child(n + 3) {
	padding-top: .3rem;
}

.infixs-correios-automatico-shipping-results-grid > :nth-child(odd) {
	padding-right: 2rem;
}

.infixs-correios-automatico-shipping-results-empty {
	font-size: .95rem;
}

.infixs-correios-automatico-shipping-results-grid {
	display: inline-grid;
	grid-template-columns: auto auto;
}

.infixs-correios-automatico-shipping-results-time {
	font-size: .85rem;
	line-height: normal;
}

.infixs-correios-automatico-shipping-results-method {
	font-weight: bold;
}

.infixs-correios-automatico-shipping-results-cost {
	color: #046bd2;
	font-weight: bold;
}

.infixs-correios-automatico-input-text.infixs-correios-automatico-invalid
	.infixs-correios-automatico-input-text-prepend {
	color: #f00;
}

.infixs-correios-automatico-input-text.infixs-correios-automatico-invalid
	input.infixs-correios-automatico-input {
	border-color: #f00;
}

.infixs-correios-automatico-input-text-append
	.infixs-correios-automatico-loading {
	display: none;
}

.infxs-correios-automatico-cart-shipping-calculator-visible
	.shipping-calculator-button {
	display: none !important;
}

.infxs-correios-automatico-cart-shipping-calculator-visible
	.woocommerce-shipping-calculator
	.shipping-calculator-form {
	display: block !important;
}

.infxs-correios-automatico-cart-shipping-calculator-hidden-button
	.woocommerce-shipping-calculator
	button[name="calc_shipping"] {
	display: none !important;
}