.infixs-correios-automatico-calculator {
margin-bottom: 1rem;
margin-top: 1rem;
} .infixs-correios-automatico-calculator,
.infixs-correios-automatico-calculator *,
.infixs-correios-automatico-calculator *::before,
.infixs-correios-automatico-calculator *::after {
box-sizing: border-box;
}
.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 {
box-sizing: border-box !important;
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 {
box-sizing: border-box !important;
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(1) {
padding: var(--infixs-ca-header-pt, 0.3rem) 2rem
var(--infixs-ca-header-pb, 0.3rem) var(--infixs-ca-header-pl, 0);
} .infixs-correios-automatico-shipping-results-grid > :nth-child(2) {
padding: var(--infixs-ca-header-pt, 0.3rem) var(--infixs-ca-header-pr, 0)
var(--infixs-ca-header-pb, 0.3rem) 0;
} .infixs-correios-automatico-shipping-results-grid > :nth-child(2n + 3) {
padding: var(--infixs-ca-cell-pt, 0.3rem) 2rem
var(--infixs-ca-cell-pb, 0.3rem) var(--infixs-ca-cell-pl, 0);
} .infixs-correios-automatico-shipping-results-grid > :nth-child(2n + 4) {
padding: var(--infixs-ca-cell-pt, 0.3rem) var(--infixs-ca-cell-pr, 0)
var(--infixs-ca-cell-pb, 0.3rem) 0;
}
.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-calculator--full-width {
width: 100%;
}
.infixs-correios-automatico-calculator--full-width
.infixs-correios-automatico-calculate-box {
width: 100%;
}
.infixs-correios-automatico-calculator--full-width
.infixs-correios-automatico-input-text {
flex: 1 1 auto;
min-width: 0;
}
.infixs-correios-automatico-calculator--full-width
input.infixs-correios-automatico-input {
max-width: none;
width: 100%;
}
.infixs-correios-automatico-calculator--full-width
.infixs-correios-automatico-postcode-button-box {
flex: 0 0 auto;
}
.infixs-correios-automatico-calculator--full-width
.infixs-correios-automatico-shipping-results-grid {
display: grid;
width: 100%;
grid-template-columns: 1fr auto;
} .infixs-correios-automatico-calculator--rows-striped
.infixs-correios-automatico-shipping-results-grid
> :nth-child(4n + 3),
.infixs-correios-automatico-calculator--rows-striped
.infixs-correios-automatico-shipping-results-grid
> :nth-child(4n + 4) {
background-color: var(--infixs-ca-row-odd-color, #f5f5f5);
}
.infixs-correios-automatico-calculator--rows-striped
.infixs-correios-automatico-shipping-results-grid
> :nth-child(4n + 5),
.infixs-correios-automatico-calculator--rows-striped
.infixs-correios-automatico-shipping-results-grid
> :nth-child(4n + 6) {
background-color: var(--infixs-ca-row-even-color, transparent);
}
.infixs-correios-automatico-calculator:not(
.infixs-correios-automatico-calculator--rows-striped
)
.infixs-correios-automatico-shipping-results-grid
> :nth-child(n + 3) {
background-color: var(--infixs-ca-row-odd-color, transparent);
}
.infixs-correios-automatico-calculator--rows-lines
.infixs-correios-automatico-shipping-results-grid
> :nth-child(n + 3) {
border-bottom: var(--infixs-ca-row-line-size, 1px) solid
var(--infixs-ca-row-line-color, #dddddd);
}
.infixs-correios-automatico-calculator--rows-lines
.infixs-correios-automatico-shipping-results-grid
> :nth-last-child(-n + 2) {
border-bottom: none;
} .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);
}
}.cfvsw-swatches-container {
display: flex;
flex-flow: wrap;
padding: 0;
position: relative;
box-sizing: border-box;
grid-gap: 8px;
width: fit-content;
}
.cfvsw-swatches-container * {
box-sizing: border-box;
}
.cfvsw-swatches-option {
position: relative;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: 200ms;
transition: 200ms;
text-align: center;
white-space: nowrap;
line-height: 1.3;
cursor: pointer;
border: 1px solid #fff;
background: #fff;
padding: 1px;
user-select: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.cfvsw-label-option,
.cfvsw-image-option {
border: 1px solid #00000020;
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
display: flex;
width: calc( 100% - 2px );
height: calc( 100% - 2px );
border-radius: inherit;
-webkit-transition: 200ms;
transition: 200ms;
align-items: center;
justify-content: center;
}
.cfvsw-swatches-option:not( .cfvsw-label-option, .cfvsw-image-option ) .cfvsw-swatch-inner {
border: 1px solid #00000020;
}
.cfvsw-swatches-option:not( .cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock ):hover {
border-color: var( --cfvsw-swatches-border-color-hover, #00000090 );
box-sizing: border-box;
}
.cfvsw-image-option {
background-repeat: no-repeat;
background-position: center;
}
.cfvsw-label-option {
font-size: var( --cfvsw-swatches-font-size, 12px );
border-width: var( --cfvsw-swatches-border-width, 1px );
padding: 5px 10px;
}
.cfvsw-selected-swatch {
border-color: var( --cfvsw-swatches-border-color, #000 ) !important;
border-width: var( --cfvsw-swatches-border-width, 1px );
box-sizing: border-box;
}
.cfvsw-swatches-hide,
.cfvsw-swatches-hide-disable {
display: none;
}
.cfvsw-hidden-select {
display: none !important;
}
.cfvsw-swatches-blur-disable::before,
.cfvsw-swatches-blur::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #fff;
opacity: 0.4;
-webkit-transition: all 200ms;
transition: all 200ms;
}
.cfvsw-swatches-blur-cross-disable::before,
.cfvsw-swatches-hide-disable::before,
.cfvsw-swatches-blur-cross::before {
font-family: Dashicons;
content: "\f335";
color: rgba( 204, 69, 69, 1 );
font-size: 1.8em;
-webkit-transition: all 200ms;
transition: all 200ms;
position: absolute;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: rgba( 255, 255, 255, 0.7 );
} .cfvsw-tooltip {
position: absolute;
min-width: 10px;
min-height: 10px;
width: max-content;
padding: 0.2em 0.5em;
content: "";
background: #000;
color: #fff;
border-radius: 5px;
font-size: 0.8em;
left: 50%;
transform: translateX( -50% ) translateY( -50% );
display: none;
border: 1px solid;
}
.cfvsw-tooltip::before {
content: "";
position: absolute;
width: 9px;
height: 9px;
bottom: -5px;
left: calc( 50% - 4px );
transform: rotate( 45deg );
background: #000;
border-top-left-radius: 10px;
z-index: -1;
border-right: 1px solid;
border-bottom: 1px solid;
}
.cfvsw-tooltip-preview {
min-width: 60px;
min-height: 60px;
display: block;
background-color: #fff;
background-position: center;
}
.cfvsw-tooltip-label {
padding: 0.1em;
display: flex;
justify-content: center;
font-size: var( --cfvsw-swatches-tooltip-font-size, 12px );
} table.cfvsw-shop-variations {
width: 100%;
}
table.cfvsw-shop-variations,
.cfvsw-shop-variations tbody,
.cfvsw-shop-variations td,
.cfvsw-shop-variations tr {
margin: 0;
padding: 3px 0;
border: 0;
}
.cfvsw-shop-variations td.label {
text-align: left;
}
.cfvsw-shop-variations tr td {
display: flex;
}
.cfvsw_shop_align_center table tr td {
justify-content: center;
}
.cfvsw_shop_align_right table tr td {
justify-content: flex-end;
}
.cfvsw-shop-variations .reset_variations {
display: none !important;
}
.cfvsw-shop-variations {
margin-bottom: auto;
padding: 0;
}
.cfvsw-shop-variations .cfvsw-swatches-container {
padding: 0;
}
.cfvsw-shop-variations,
.cfvsw-shop-variations td {
border: none;
}
.cfvsw-shop-variations .cfvsw-more-link {
font-size: 12px;
margin-left: 4px;
position: absolute;
left: 100%;
white-space: nowrap;
pointer-events: all;
}
.cfvsw-original-price,
.cfvsw-original-thumbnail {
display: none;
} .cfvsw-filters {
display: flex;
flex-wrap: wrap;
}
.cfvsw-filters li {
display: inline-flex;
}
.cfvsw-filters li a {
display: inline-flex;
align-items: center;
flex-direction: row-reverse;
outline: none;
}
.cfvsw-filters li.chosen a {
background-color: #eee;
margin: 0 0.2em;
border-radius: none;
padding: 2px 3px !important;
}
.cfvsw-filters li.chosen a::before {
font-family: Dashicons !important;
content: "\f158" !important;
display: inline-flex;
margin-right: 0.3em !important;
font-size: 15px;
color: #999 !important;
}
.cfvsw-filters li.chosen .cfvsw-swatches-container {
display: inline-flex;
}
.cfvsw-filters li .cfvsw-swatches-container .cfvsw-swatches-option {
margin: 3px;
} .cfvsw-product-container .cfvsw-swatches-option:first-child {
margin-left: 0;
}
.cfvsw-selected-label {
content: " : ";
font-weight: 300;
}
.cfvsw-selected-label::before {
content: " : ";
}
.cfvsw-label-none table.variations tr th.label {
display: none !important;
}
.cfvsw-label-inline table.variations td {
display: table-cell !important;
}
.cfvsw-product-page table.variations .label label {
font-size: var( --cfvsw-swatches-label-font-size, "inherit" );
} .theme-astra table.variations td.value {
padding: 5px 0 !important;
}
.theme-astra.cfvsw-product-page tr th.label {
padding-left: 0;
padding-top: 6px !important;
}
.theme-astra.cfvsw-label-stacked tr th.label {
padding-left: 0;
}
.theme-astra.cfvsw-label-stacked tr td.value {
padding: 6px 0 !important;
} .theme-twentytwentytwo.cfvsw-product-page:not( .cfvsw-label-stacked ) table.variations td.value .cfvsw-product-container {
display: inline-flex;
}
.theme-twentytwentytwo.cfvsw-label-stacked table.variations th,
.theme-twentytwentytwo.cfvsw-label-stacked table.variations td {
display: flex;
}
.theme-twentytwentytwo table.variations tr {
margin-bottom: 0.5rem !important;
} .theme-twentytwentyone.cfvsw-product-page:not( .cfvsw-label-stacked ) table.variations td.value .cfvsw-product-container {
display: inline-flex;
}
.theme-twentytwentyone.cfvsw-label-stacked table.variations th,
.theme-twentytwentyone.cfvsw-label-stacked table.variations td {
display: flex;
}
.theme-twentytwentyone table.variations tr {
margin-bottom: 0.5rem !important;
} .theme-twentytwenty table.variations {
overflow-y: auto;
}
.theme-twentytwenty.cfvsw-product-page:not( .cfvsw-label-stacked ) table.variations td.value .cfvsw-product-container {
display: inline-flex;
}
.cfvsw-label-stacked table.variations th,
.cfvsw-label-stacked table.variations td {
display: flex;
}