.Myaccount-box p:not(.Myaccount-box .not) {
    margin-bottom: .4rem;
}

.change_shipping_address {
    margin-top: 1rem;
}

.shipping-address-form input{
    width: 100%;
    padding: 0.5rem;
}

.Myaccount-box .woocommerce-orders-table__cell{
    display: flex;
    align-items: center;
}

.change-paiment-popup-buttons {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
}
#change-card-button-cancel, #vpc-remove-product-cancel {
    border: 0;
    border-radius: 4px;
    background-color: #232443;
    color: #ffff;
    font-size: 16px;
    padding: 10px 17px;
    margin: 5px;
}
#card-button, #vpc-remove-product-valid {
    border: 0;
    border-radius: 4px;
    background-color: #52ac95;
    color: rgb(84, 84, 84);
    font-size: 16px;
    padding: 10px 17px;
    margin: 5px;
}
#card-element span.loading {
    font-size: 14px;
    color: #999;
    font-style: italic;
}
#setup-form p.testmode-info {
    font-size: 14px;
    color: #999;
    font-style: italic;
    line-height: 16px;
    display: none;
}
ul.woocommerce-error li span.magbtn {
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 5px;
    text-wrap: nowrap;
}
div.magellan-vpc-popin-content a,
div.magellan-vpc-popin-content a:focus,
div.magellan-vpc-popin-content a:active,
div.magellan-vpc-popin-content a:visited {
    text-decoration: underline;
}
div.magellan-vpc-popin-content a:hover {
    text-decoration: none;
}