#dodp-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 100%;
    background: #fff;
    padding: 36px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
}

#dodp-modal .dodp-modal-body {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

#dodp-modal .dodp-close {
    top: 8px!important;
    left: 8px!important;
    padding: 0px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 24px;
    border: none;
    color: var(--e-global-color-secondary);
}

#dodp-modal .dodp-close:hover {
    background: none;
    color: var(--e-global-color-secondary);
}

#dodp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998!important;
}

#dodp-modal .order-info-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
}

#dodp-modal .order-info-container > p {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-8dba34a);
    margin: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: var(--e-global-color-secondary);
    border-radius: 12px;
    padding: 8px;
}

#dodp-modal .order-info-container > p strong {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-accent);
}

#dodp-modal .shop_table {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#dodp-modal .shop_table tr.product-row {
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background-color: var(--e-global-color-e41f22e);
}
#dodp-modal .shop_table thead {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--e-global-color-8dba34a);
    border-radius: 24px;
}
#dodp-modal .shop_table thead tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 48px;
}
#dodp-modal .shop_table thead tr th {
    color: var(--e-global-color-primary);
}
#dodp-modal .shop_table tbody {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    gap: 12px;
}
#dodp-modal .shop_table tfoot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background-color: var(--e-global-color-e41f22e);
    border-radius: 24px;
    padding: 24px;
}
#dodp-modal .shop_table tfoot tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
#dodp-modal .shop_table tfoot tr th {
    padding: 0px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-accent);
}
#dodp-modal .shop_table tfoot tr td {
    padding: 0px;
    font-family: var(--e-global-typography-1cc14ef-font-family);
    font-size: var(--e-global-typography-1cc14ef-font-size);
    font-weight: var(--e-global-typography-1cc14ef-font-weight);
    line-height: var(--e-global-typography-1cc14ef-line-height);
    color: var(--e-global-color-8dba34a);
    text-align: center;
}
#dodp-modal .shop_table th, #dodp-modal .shop_table td {
    border: none;
}

#dodp-modal .shop_table thead th {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-secondary);
}

#dodp-modal .shop_table tbody td.product-titles {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    padding: 24px;
}
#dodp-modal .shop_table tbody td {
    background: none;
}

#dodp-modal .shop_table tbody td.product-titles span.product-title {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-accent);
}
#dodp-modal .shop_table tbody td.product-price {
    font-family: var(--e-global-typography-1cc14ef-font-family);
    font-size: var(--e-global-typography-1cc14ef-font-size);
    font-weight: var(--e-global-typography-1cc14ef-font-weight);
    line-height: var(--e-global-typography-1cc14ef-line-height);
    color: var(--e-global-color-8dba34a);
    text-align: center;
}
#dodp-modal .shop_table tbody td.product-titles span.product-quantity {
    color: var(--e-global-color-1584d6a);
    font-family: var(--e-global-typography-42b4b54-font-family);
    font-size: var(--e-global-typography-42b4b54-font-size);
    font-weight: var(--e-global-typography-42b4b54-font-weight);
    line-height: var(--e-global-typography-42b4b54-line-height);
    min-width: 18px;
    height: 18px;
    overflow: visible;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
#dodp-modal .shop_table tbody td.product-titles span.product-quantity::before {
    content: "";
    min-width: 36px;
    height: 36px;
    padding: 0px;
    background-color: var(--e-global-color-accent);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
}
#dodp-modal .full-address-container {
    width: 100%;
    padding: 0px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#dodp-modal .full-address-container > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: start;
    gap: 24px;
}
#dodp-modal .full-address-container > div .label {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-accent);
}
#dodp-modal .full-address-container > div .value {
    font-family: var(--e-global-typography-1cc14ef-font-family);
    font-size: var(--e-global-typography-1cc14ef-font-size);
    font-weight: var(--e-global-typography-1cc14ef-font-weight);
    line-height: var(--e-global-typography-1cc14ef-line-height);
    color: var(--e-global-color-8dba34a);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    justify-content: start;
}
#dodp-modal .order-address-container {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-secondary);
    margin: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 36px;
    justify-content: center;
    align-items: center;
    background-color: var(--e-global-color-e41f22e);
    border-radius: 24px;
    padding: 24px;
}
#dodp-modal .order-address-container h3 {
    margin: 0px;
    width: 100%;
}
#dodp-modal .order-address-container .address {
    margin: 0px;
    text-align: center;
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}