@media (min-width: 1025px) {
    .woocommerce-account .woocommerce-MyAccount-navigation-wrapper {
        float: left;
        width: 30%
    }
}

@media (min-width: 1025px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 68%
    }
}

.woocommerce-account .woocommerce-MyAccount-content a {
    position: relative;
    display: inline-block;
    text-decoration: underline
}


.woocommerce-account .woocommerce-MyAccount-content a {
        color:black
    }

@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content a {
        text-decoration: none
    }
}

.woocommerce-account .woocommerce-MyAccount-content a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: 0.2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content a:after {
        display: block
    }
}

.woocommerce-account .woocommerce-MyAccount-content a:hover:after {
    opacity: 0.8;
    height: 4px
}

.woocommerce-account .woocommerce-MyAccount-content a:hover:after {
    opacity: 0.8;
    height: 3px
}

.woocommerce-account .woocommerce {
    *zoom: 1
}

    .woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
        content: " ";
        display: table
    }

    .woocommerce-account .woocommerce::after {
        clear: both
    }

.woocommerce-account .addresses .title {
    *zoom: 1
}

    .woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
        content: " ";
        display: table
    }

    .woocommerce-account .addresses .title::after {
        clear: both
    }

    .woocommerce-account .addresses .title h3 {
        float: left;
        font-weight: var(--font-weight-bold);
        color: var(--body-color);
        text-transform: var(--h-text-transform);
        font-size: 14px
    }

    .woocommerce-account .addresses .title .edit {
        float: right;
        font-size: 12px;
        color:black;
    }

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: var(--font-weight-bold);
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-left: 0;
        padding-left: 0
    }

        .woocommerce-account ul.digital-downloads li::before {
            font-family: "WooCommerce";
            speak: none;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: 0.618em;
            content: "?";
            text-decoration: none
        }

        .woocommerce-account ul.digital-downloads li .count {
            float: right
        }

.rey-refundsPage-orders .woocommerce-form {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

.rey-refundsPage-orders .__products-items {
    min-height: 100px
}

.rey-refundsPage-orders .__reasons {
    min-height: 120px
}

.rey-refundsPage-response:not(.--empty) {
    margin-left: var(--half-gutter-size);
    margin-right: var(--half-gutter-size);
    padding: 15px 20px;
    font-size: 13px;
    background-color: HSL(var(--neutral-2));
    border: 1px solid HSL(var(--neutral-3));
    border-radius: 3px;
    margin-bottom: 30px
}

.rey-refundsPage-response p {
    margin-bottom: 10px
}

    .rey-refundsPage-response p:last-child {
        margin-bottom: 0
    }

.rey-refundsPage-response .__msg .rey-icon-rey-icon-close {
    font-size: 10px
}

.rey-refundsPage-response .__msg > span {
    display: inline-block;
    margin-left: 10px
}
