.select2-container--open {
    z-index: 10000;
}

#ywcmas_default_address_viewer{
    margin-bottom: 10px;
}

#ywcmas_default_address_field {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

#ywcmas_default_address_change_button {
    cursor: pointer;
}

#ywcmas_default_address_selector {
    margin-bottom: 10px;
}

.ywcmas_address_box {
    border: 1px solid lightgrey;
    margin-bottom: 20px;
    padding: 20px;
}

.ywcmas_address_box .ywcmas_shipping_address_button_new {
    text-decoration: none;
    color: unset;
}

.ywcmas_address_box:hover, #ywcmas_add_new_address:hover {
    border: 2px solid lightgrey;
    padding: 19px;
}

#ywcmas_add_new_address {
    border: 3px dashed lightgrey;
    padding: 18px;
}

.ywcmas_add_new_address_inner {
    display: flex;
    justify-content: center;
}

.ywcmas_add_new_address_plus_icon {
    font-size: 150px;
    line-height: 100px;
    color: lightgrey;
}

.ywcmas_shipping_address_action_buttons {
    font-size: 14px;
}

.ywcmas_default_address_badge {
    display: inline-block;
    float: right;
    padding: 5px;
    background: #000;
    color: #fff;
}
