.account-management .checkout-user-options {
    /* max-width: 360px;
margin: auto; */
}

.account-management .subtitle {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -.5px;
}

.account-management ul {
    list-style: none;
}

.account-management .benefit-list li:not(:last-child) {
    margin-bottom: .75rem;
}

.account-management .benefit-list li {
    position: relative;
    margin-left: 2rem;
    line-height: 1.5rem;
}

.account-management .benefit-list .icon-check-circle-regular {
    position: absolute;
    top: 0;
    left: -2rem;
    color: #F26924;
    font-size: 1.5rem;
}

.account-management .modal-button-close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: .5;
    transition: 0.2s opacityease-in-out;
}

.account-management .modal-button-close i {
    font-size: 14px;
}

.account-management .field.form-cta-group.is-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.account-management .field.form-cta-group {
    margin-top: 2rem;
}

.account-management .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left;
}

.account-management .button.is-primary {
    background-color: #F26924;
    border-color: transparent;
    color: #fff;
}

.account-management .button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
}

.account-management .button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #F26924;
    color: #F26924;
}

.account-management a {
    color: #F26924;
    cursor: pointer;
    /* text-decoration: none; */
    /* border-bottom: 1px solid #F26924; */
}

.account-management .button.is-primary.is-outlined:hover,
.account-management .button.is-primary.is-outlined:focus {
    background: #0b0a0921;
    color: #f26924;
}

/* instant account block css start */
.main-section {
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 20px;
    border: none;
    /* border-radius: 0px; */
    background: #E9E9E9;
}

.main-section h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.main-section .form-label {
    font-size: 16px;
    font-weight: bold;
}

.main-section .form-control,
.main-section .form-select {
    font-size: 0.9rem;
}

.main-section .bi-info-circle {
    font-size: 0.8rem;
    color: #F26924;
    cursor: pointer;
}

.main-section hr {
    margin: .5rem auto 1rem;
    border: 1px solid #989898;
    height: 1px;
}

/* instant account block css end */

/* checkout form css start */
.order-form {
    background-color: #E9E9E9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.order-form .section-title {
    /* font-size: 1.5rem;
    margin-bottom: 15px; */
    font-weight: 800;
}

.order-form .account-info {
    margin-bottom: 20px;
    /* font-size: 0.9rem; */
    display: flex;
    justify-content: space-between;
}

.order-form .address-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    /* margin-bottom: 20px; */
    position: relative;
}

.order-form .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.order-form .address-details p {
    margin-bottom: 5px;
    font-weight: 400;
    /* display: flex;
    justify-content: space-between; */
}


.order-form .edit-link, .order-form .address-book-link, .order-form .new-address-link {
    display: block;
    margin-top: 5px;
    text-decoration: none;
    color: #F26924;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2;
}

.order-form .edit-link i, .order-form .address-book-link i, .order-form .new-address-link i {
    margin-right: 5px;
}

.order-form .form-group {
    margin-bottom: 15px;
}

.order-form .form-label {
    /* font-size: 0.9rem; */
    font-weight: bold;
}

.order-form .form-control, .form-select {
    font-size: 0.9rem;
}

.order-form .form-text {
    font-size: 0.8rem;
    color: #6c757d;
}
/* checkout form css end */
/* address list modal css start */
.address-book-modal-body .address-item {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #fff;
}
.address-book-modal-body .address-item p{
    margin-bottom: 0px;
}

.address-book-modal-body .address-item.primary {
    background-color: #f9f9f9;
}

.address-book-modal-body .primary-label {
    background-color: #FFECE0;
    color: #F26924;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}
/* address list modal css end */
/* rightside delivery option list css start*/
.option.delivery .active_delivery_action_css {
    display: block !important;
}
/* rightside delivery option list css end*/

.modal-content .login-message {
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #fff9f0;
    border: 1px solid #ee982d;
    color: #c1710c;
}