.wcm-modal-actions button,
button.btn-save-address,
button.button.button-primary.wcm-confirm-map-location {
    background-color: var(--wcma-button-bg) !important;
    transition: .3s;
    font-size: 12px !important;
    font-weight: 400 !important
}

.wcm-modal-actions button:hover,
button.btn-save-address:hover,
button.button.button-primary.wcm-confirm-map-location:hover {
    background-color: var(--wcma-button-hover) !important;
    color: var(--wcma-button-color) !important
}

button.btn-save-address {
    width: 100% !important;
    border-radius: 10px !important;
    height: 40px;
    color: var(--wcma-button-color) !important;
    transition: .3s;
    position: relative;
    margin-top: 10px
}

.modal-btn button,
.wcm-close {
    padding: 5px !important;
    background-color: unset !important;
    font-weight: 700 !important;
    transition: .3s !important;
    border: none !important;
    color: inherit !important;
}

.modal-btn button:hover,
.wcm-close:hover {
    color: var(--wcma-button-hover) !important
}

.modal-address-detail input {
    border-color: var(--wcma-input-border-color) !important;
    border: 1px solid;
    width: 100%;
    font-size: 12px;
    padding: 10px;
    border-radius: var(--wcma-input-radius);
    color: var(--wcma-input-color)
}