.my-account-wrapper {
    margin-top: 30px;
}
nav#col-right {
    background: transparent;
    z-index: unset;
}
.profile-menu {
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    min-height: 580px;
}
.profile-menu #header {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #d5d8d9;
}
.profile-menu #header h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 29.06px;
    letter-spacing: -0.01em;
    color: #2d2e36;
    text-shadow: 0px 0px 16px #ffffff40;
    margin-bottom: 0;
}
.profile-menu ul {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile-menu-item a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.29px;
    color: #2d2e36;
    padding: 12px;
}
.profile-menu-item.is-active a {
    border-radius: 8px;
    color: #2b3b8f;
    font-weight: 500;
}
.profile-menu-item a img#img-active,
.profile-menu-item.is-active a img#img-simple {
    display: none;
}
.profile-menu-item a img#img-simple ,
.profile-menu-item.is-active a img#img-active{
    display: block;
}
.page-content {
    background-color: #fff;
    border-radius: 10px;
}
.page-content #header {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #d5d8d9;
}
.page-content #header h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 29.06px;
    letter-spacing: -0.01em;
    color: #2d2e36;
    text-shadow: 0px 0px 16px #ffffff40;
    margin-bottom: 0;
}
.page-content #body {
    padding: 24px 20px;
}
.my-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.my-info-row #box {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f9f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #2d2e36;
}
.woocommerce-MyAccount-navigation-link--customer-logout a{
    color: #FF4C41;
}
.my-account-download,
.my-account-order {
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
}
.my-account-download #header,
.my-account-order #header{
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #d5d8d9;
}
.my-account-download #header h4,
.my-account-order #header h4{
    font-size: 20px;
    font-weight: 800;
    line-height: 29.06px;
    color: #2d2e36;
    text-shadow: 0px 0px 16px #ffffff40;
    margin-bottom: 0;
}
.my-account-download .file-card {
    height: 87px;
}
.my-account-download .file-card img {
    width: 61px;
    border: 0.5px solid #E2E3E7;
    border-radius: 4px;
}
.my-account-download .file-card h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-right: 16px;
}
.my-account-download .file-card span{
    font-size: 14px;
    font-weight: 300;
    color: #707386;
}
.my-account-download .file-card a{
    font-size: 12px;
    font-weight: 600;
    color: #2B3B8F;
}
.my-account-order .table-header,
.my-account-single-order .table-header{
    border-bottom: 1px solid #d5d8d9;
}
.my-account-order table th ,
.my-account-single-order table th {
    color: #2d2e36;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.78px;
    text-align: justify;
    padding-bottom: 12px;
}
.my-account-order .table-row:not(:last-of-type),
.my-account-single-order .table-row:not(:last-of-type){
    border-bottom: 1px solid #d5d8d9;
}

.my-account-order .table-row td,
.my-account-single-order .table-row td{
    padding: 16px 0;
    color: #2d2e36;
    font-size: 15px;
    font-weight: 500;
    line-height: 21.45px;
    text-align: justify;
}
.my-account-order .table-row td a.order-number,
.my-account-single-order td a{
    color: #2d2e36;
}
.my-account-order .petro-btn {
    height: 44px;
    padding: 0 22px;
    border-radius: 8px;
    background: #EAEBF4;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.53px;
    letter-spacing: -0.005em;
    text-align: justify;
    color: #2b3b8f;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.my-account-single-order.page-content #header {
    justify-content: space-between;
}
.my-account-single-order td.product-name{
    padding-top: 8px;
}

.edit-account.page-content #body h6 {
    color: #2d2e36;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.88px;
    text-align: justify;
    margin-bottom: 6px;
}
.edit-account.page-content #body .radin-input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: unset;
    background: #f9f9fc;
    color: #2d2e36;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.88px;
    text-align: justify;
    padding: 0 14px;
    outline: none;
}

.edit-account .radin-btn-secondary {
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    background: #EAEBF4;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.88px;
    text-decoration: none;
    color: #2b3b8f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}