.customer-order-list-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
}

.customer-order-list-title h2 {
    color: #333;
    font-family: 'Literata';
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    flex: 0 0 100%;
}

.customer-order-list-wrapper,
.customer-orders {
    flex: 0 0 100%;
}

.no-orders {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;

    color: #333;
    font-family: 'Figtree';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44;
}

.no-orders svg {
    margin-right: 12px;
}

.accordion .customer-name,
.accordion .customer-email,
.accordion .customer-note {
    color: #333;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
}

.accordion .single-accordion {
    border: 1px solid #ECB60C;
    border-radius: 8px;
}

.accordion.customer-list-pro .single-accordion .accordion-header {
    border-bottom: 0 !important;
}
.accordion.customer-list-pro .single-accordion.active .accordion-header {
    border-bottom: 1px solid #c8c8c8 !important;
}

.accordion.customer-list-pro .single-accordion {
    border: 1px solid #c8c8c8 !important;
}

.customer-list-pro .accordion-top-header {
    border-radius: 8px;
    background: #FFF9E8;
    padding: 12px 16px;
    margin-bottom: 20px;
    height: 48px;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.customer-list-pro .accordion-top-header .accordion-top-header__single {
    flex: 0 0 33.33%;
    color: #333;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.accordion .single-accordion.active .accordion-header {
    border-radius: 8px 8px 0 0;
}

.accordion .single-accordion.active .accordion-header .accordion-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.accordion .single-accordion .accordion-header .accordion-arrow {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-header {
    padding: 12px 16px;
    border-radius: 8px;
    border-bottom: 1px solid #F5F5F5;
    background: #FFF;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
}

.accordion-header {
    position: relative;
}

.accordion-header .accordion-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-body {
    padding: 16px;
    background: #FFF;
    border-radius: 0 0 8px 8px;
    display: none;
}

.accordion-body .order-products,
.accordion-body .order-products .order-product {
    flex: 0 0 100%;
}

.accordion-body .order-products .order-product {
    margin-bottom: 32px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}

.accordion-body .order-products .order-product:last-of-type {
    margin-bottom: 0;
}

.accordion-body .order-products .order-product .image-holder {
    margin-right: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.accordion-body .order-products .order-product .image-holder,
.accordion-body .order-products .order-product .image-holder img {
    width: 120px;
    height: 80px;
}

.accordion-body .order-products .order-product .image-holder img {
    -o-object-fit: cover;
    object-fit: cover;
}

.accordion-body .order-products .order-product .order-product-information h3 {
    color: #333;
    font-family: 'Literata';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration-line: underline;
    margin-bottom: 12px;
}

.accordion-body .order-products .order-product .order-product-information p {
    color: #888;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.accordion .customer-note {
    position: relative;
    cursor: pointer;
}

.accordion .customer-note span::after {
    content: '';
    width: 15.64px;
    height: 30px;
    transform: translateX(-50%) rotate(-45deg);
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: -1;
}

.accordion .customer-note span {
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    color: #333;
    font-family: 'Figtree';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: 262px;
    height: auto;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 16px 17px 13px;
    z-index: 999;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}

.accordion .customer-note svg {
    margin-left: 8px;
}

.accordion .customer-name,
.accordion .customer-email {
    flex: 0 0 33.33%;
}

.mobile_accordion {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile_accordion {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

    .desktop_accordion {
        display: none;
    }

    .mobile_accordion .single-accordion {
        flex: 0 0 100%;
    }

    .customer-name-holder,
    .customer-email-holder,
    .customer-note-holder,
    .customer-order-details-holder {
        flex: 0 0 100%;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        padding: 16px 0;
        border-bottom: 1px solid #C8C8C8;
    }

    .customer-order-details-holder .order-details-title {
        color: #333;
        font-family: 'Literata';
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }

    .customer-note-holder .customer-note-text {
        flex: 0 0 50%;
        text-align: right;
    }

    .accordion .single-accordion .accordion-header .accordion-arrow {
        position: relative;
        top: unset;
        right: unset;
    }

    .accordion .single-accordion .accordion-header .accordion-arrow path {
        fill: #333;
    }

    .accordion-header .accordion-arrow {
        transform: unset;
    }

    .accordion .single-accordion.active .accordion-header .accordion-arrow {
        transform: rotate(180deg);
    }

    .customer-name-value,
    .customer-email-value,
    .customer-note-text {
        color: #333;
        text-align: right;
        font-family: 'Figtree';
        font-size: 14px;
        font-weight: 500;
        line-height: 1.42;
    }
}