.store-transfer-overlay {
    display: none;
    position: fixed;
    z-index: 10050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    background: rgba(0, 0, 0, .7);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.store-transfer-modal {
    position: relative;
    z-index: 5;
    max-width: 100%;
    width: 480px;
    padding: 36px 32px 28px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.store-transfer-modal-text {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.45;
    color: #333;
}

.store-transfer-ok {
    min-width: 180px;
    display: inline-block;
    padding: 12px 24px;
    background: #1a1a1a;
    color: #fff;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-family: inherit;
}
.store-transfer-ok:hover {
    opacity: .9;
}

.store-transfer-notice {
    background: #fff6e5;
    border: 1px solid #e6c98a;
    color: #5c4500;
    padding: 12px 14px;
    margin: 0 0 16px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.45;
}

.delivery-inactive,
.custom-radio input:disabled + span {
    opacity: 0.4;
    cursor: not-allowed;
}

.custom-radio input:disabled {
    pointer-events: none;
}

li.delivery-inactive,
.shop.delivery-inactive,
label.delivery-inactive {
    pointer-events: none;
    opacity: 0.45;
}
