/* Campos bloqueados pelo CEP */
.campo-cep-bloqueado {
    background-color: #f1f1f1 !important;
    color: #888 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

#shipping_postcode.cep-carregando {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23999" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="%23999" stroke-width="4" fill="none" stroke-dasharray="60" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

#shipping_city_field,
#shipping_state_field {
    display: none !important;
}
