.fc-form-compact .pag-cc-form .field:not(.control) label {
    position: initial !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

.fc-form-compact .pag-cc-form .field.fc-dirty .input-box input {
    padding-top: 6px !important;
}

.pag-cc-form .field {
    padding: 0 !important;
}

.pag-cc-form {
    padding: 0 !important;
    margin: 20px 0 0 !important;
}

.pag-cc-form input[type="checkbox"] + span {
    padding: 0 !important;
}

.pag-cc-form .pag-add-card {
    margin: 10px 0 0 !important
}

.pag-saved-card .choice-field {
    padding: 10px 10px 0 !important;
    display: flex !important;
}

.pag-saved-card img {
    margin: 0 !important;
    max-width: 35px;
}

.firecheckout-set .pag-saved-cards label input[type="radio"] {
    margin: 0 !important;
}

.pag-saved-card .expiration {
    margin-left: 83px !important;
}

.pag-saved-card .cvv_content {
    padding-left: 83px !important;
}

.cc_telefone_ddi {
    padding-left: 62px !important;
}

.select-ddi {
    width: fit-content !important;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    cursor: pointer;
    border-right: 1px solid #e9e9e9 !important;
    position: absolute;
    left: 0;
    top: 0;
    gap: 7px;
}

.select-ddi img {
    width: 20px;
}

.select-ddi .caret {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    transform: rotate(45deg);
    display: inline-block;
    margin-bottom: 2px;
}

.ddi-dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    opacity: 0;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    z-index: 20;
    margin-top: 0;
    border-radius: 5px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .3);
    transition: all .1s ease 0s;
    max-width: 300px;
}

.ddi-dropdown.active {
    opacity: 1;
    visibility: visible;
    margin-top: 5px;
}

.ddi-dropdown .search-ddi {
    width: auto !important;
    margin: 10px !important;
    box-shadow: none !important;
    padding: 6px 10px !important;
    border: 1px solid #dadada !important;
}

.ddi-dropdown .search-ddi:focus {
    border-color: #555 !important;
}

.ddi-options {
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ddi-options li {
    padding: 10px 15px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.ddi-options li img {
    width: 24px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    margin: 0;
}

.ddi-options li:hover {
    background: #f2f2f2;
}

.products-grid .item .parcelamento span {
    font-size: 14px;
}

.product-essential .product-main .product-shop .price-box .parcelamento {
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    ddi-options {
        max-height: 300px;
    }
}