.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 {
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);
}
}#wcs-debug {
padding: 0 0 0;
font-size: 1em;
margin-bottom: 2em;
}
#wcs-debug #wcs-debug-header {
background: #3d9cd2;
color: #ffffff;
padding: 10px 20px;
cursor: pointer;
position: relative;
}
#wcs-debug #wcs-debug-header .wcs-debug-toggle {
background-image: url(//www.garbhalux.org.br/wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/../../frontend/img/arrow.svg);
background-repeat: no-repeat;
background-position: right center;
width: 42px;
height: 100%;
right: 0;
top: 0;
background-size: 42px;
position: absolute;
transition: .3s all;
}
#wcs-debug.closed .wcs-debug-toggle {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#wcs-debug #wcs-debug-contents {
padding: 20px 20px 0;
display: none;
border: 1px solid #dee2e6;
border-width: 0 1px 1px;
}
#wcs-debug #wcs-debug-contents .wcs-debug-tip {
color: #1864ab;
background: url(//www.garbhalux.org.br/wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/../../frontend/img/tip2.svg) no-repeat left 5px;
background-size: 16px 16px;
padding-left: 24px;
}
#wcs-debug #wcs-debug-contents h3 {
margin: 10px 0 20px;
font-weight: bold;
font-size: 1.2em;
}
#wcs-debug #wcs-debug-contents h3.ruleset-title {
font-size: 1em;
}
#wcs-debug #wcs-debug-contents h3.ruleset-title a {
font-weight: bold;
}
#wcs-debug .wcs-debug-result-label {
padding: 5px;
border-radius: 3px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
}
#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-pass {
background: #2b8a3e;
}
#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-fail {
background: #c92a2a;
}
#wcs-debug table.wcs-debug-table {
border: 1px solid #dee2e6;
margin: 0 0 20px;
}
#wcs-debug table.wcs-debug-table.wcs-debug-table-fixed {
table-layout: fixed;
}
#wcs-debug table.wcs-debug-table td, #wcs-debug table.wcs-debug-table th {
padding: 5px 10px;
text-align: left;
}
#wcs-debug table.wcs-debug-table td.align-right,
#wcs-debug table.wcs-debug-table th.align-right {
text-align: right;
} .wcs-shipping-notices.wcs-shipping-notices-blocks {
margin-top: 1em;
}.footer-width-fixer {
width: 100%;
} .ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
width: 100%;
padding: 0;
max-width: 100%;
} .ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
width: 100%;
padding: 0;
max-width: 100%;
background-color: transparent !important; }
.bhf-hidden {
display: none
} .ehf-header #masthead {
z-index: 99;
position: relative;
}