.infixs-correios-automatico-calculator {
margin-bottom: 1rem;
margin-top: 1rem;
}
.infixs-correios-automatico-calculator
.infixs-correios-automatico-calculator-title {
margin-bottom: 0.3rem;
font-size: 0.9rem;
font-weight: bold;
}
.infixs-correios-automatico-calculator input.infixs-correios-automatico-input {
max-width: 200px;
min-height: 44px;
height: 44px;
padding-top: 0;
padding-bottom: 0;
padding-left: 44px !important;
padding-right: 28px;
margin-bottom: 0;
}
.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-calculator
.infixs-correios-automatico-calculate-box {
display: flex;
gap: 1rem;
}
.infixs-correios-automatico-calculator
.infixs-correios-automatico-calculate-find-link {
font-size: 12px;
line-height: 1;
margin-top: 8px;
}
.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 #0002;
}
.infixs-correios-automatico-shipping-results-grid > :nth-child(n + 3) {
padding-top: 0.3rem;
}
.infixs-correios-automatico-shipping-results-grid > :nth-child(odd) {
padding-right: 2rem;
}
.infixs-correios-automatico-shipping-results-empty {
font-size: 0.95rem;
}
.infixs-correios-automatico-shipping-results-grid {
display: inline-grid;
grid-template-columns: auto auto;
}
.infixs-correios-automatico-shipping-results-time {
font-size: 0.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 {
position: relative;
}
.infixs-correios-automatico-input-text.infixs-correios-automatico-invalid
.infixs-correios-automatico-input-text-prepend {
color: #ff0000;
}
.infixs-correios-automatico-input-text.infixs-correios-automatico-invalid
input.infixs-correios-automatico-input {
border-color: #ff0000;
}
.infixs-correios-automatico-input-text
.infixs-correios-automatico-input-text-prepend {
position: absolute;
left: 0.4rem;
top: 50%;
transform: translateY(-50%);
display: inline-flex;
line-height: normal;
}
.infixs-correios-automatico-input-text-prepend > svg {
margin-bottom: 0 !important;
margin-top: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
width: 32px;
height: 32px;
}
.infixs-correios-automatico-input-text
.infixs-correios-automatico-input-text-append {
position: absolute;
right: 0.35rem;
top: 50%;
transform: translateY(-50%);
color: #046bd2;
display: inline-flex;
line-height: normal;
}
.infixs-correios-automatico-input-text-append
.infixs-correios-automatico-loading {
display: none;
} .infixs-correios-automatico-spin-animation {
animation: infixsCorreiosAutomaticoSpin 1s linear infinite;
} .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,
.woocommerce-cart.infxs-correios-automatico-cart-shipping-calculator-visible .shipping-calculator-form
{
display: block !important;
}
.infxs-correios-automatico-cart-shipping-calculator-hidden-button
.woocommerce-shipping-calculator
button[name="calc_shipping"] {
display: none !important;
}
@keyframes infixsCorreiosAutomaticoSpin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}.infixs-correios-automatico-free-shipping-wrapper {
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.infixs-correios-automatico-free-shipping-legend {
margin-bottom: 8px;
font-size: 14px;
}
.infixs-correios-automatico-free-shipping-bar {
background-color: #dfe5e9;
border-radius: 3px;
overflow: hidden;
text-align: center;
position: relative;
height: 25px;
}
.infixs-correios-automatico-free-shipping-progress {
background-color: #a3a3ff;
height: 100%;
white-space: nowrap;
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 10px;
}
.infixs-correios-automatico-free-shipping-progress span {
width: 100%;
text-align: center;
}
.infixs-correios-automatico-free-shipping-progress.infixs-correios-automatico-free-shipping-progress-animate {
animation: infixs-correios-automatico-shipping-bar-progress-stripes 2s linear
infinite;
}
.infixs-correios-automatico-free-shipping-progress.infixs-correios-automatico-free-shipping-progress-striped {
background-image: linear-gradient(
45deg,
rgba(255, 255, 255, 0.15) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.15) 50%,
rgba(255, 255, 255, 0.15) 75%,
transparent 75%,
transparent
);
background-size: 40px 40px;
}
.infixs-correios-automatico-free-shipping-progress-title {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
@keyframes infixs-correios-automatico-shipping-bar-progress-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}