.woocommerce-MyAccount-content .woo-user-orders-content{
    color: #222222;
    font-family: "Montserrat", Sans-serif;
    max-width: 1280px;
}

.woo-user-orders-breadcrumbs{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin: 0 0 35px;
    color: #696961;
    font-size: 16px;
    font-weight: 500;
}

.woo-user-orders-breadcrumbs a{
    color: #696961;
    text-decoration: none;
}

.woo-user-orders-breadcrumbs a:first-child{
    color: #696961;
    font-size: 28px;
    line-height: 18px;
}

.woo-user-orders-breadcrumbs span{
    color: #b7b5ad;
    font-size: 27px;
    font-weight: 300;
}

.woo-user-orders-breadcrumbs strong{
    color: #f26b1d;
    font-weight: 600;
}

.woo-user-orders-heading-row,
.woo-user-order-details-heading{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.woo-user-orders-heading-row h1,
.woo-user-order-details-heading h1{
    color: #222222;
    font-size: 31px;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}

.woo-user-orders-filter select{
    appearance: auto;
    background: #fffefa;
    border: 1px #dedcd4 solid;
    border-radius: 2px;
    color: #5d5d55;
    cursor: pointer;
    font-family: inherit;
    font-size: 17px;
    min-width: 285px;
    padding: 12px 15px;
}

.woo-user-orders-list{
    margin-top: 25px;
}

.woo-user-orders-order{
    border-bottom: 1px solid #dfddd5;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    min-height: 280px;
    padding: 0 0 18px;
    margin-bottom: 25px;
}

.woo-user-orders-order-main{
    min-width: 0;
}

.woo-user-orders-order-meta{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 17px;
}

.woo-user-orders-order-meta strong{
    color: #202020;
    font-size: 20px;
    font-weight: 600;
}

.woo-user-orders-order-meta time,
.woo-user-orders-total{
    color: #5e5e56;
}

.woo-user-orders-products{
    display: flex;
    gap: 9px;
    margin-top: 22px;
    position: relative;
}

.woo-user-orders-product{
    align-items: center;
    background-color: #e0dfd0;
    display: flex;
    height: 179px;
    justify-content: center;
    overflow: hidden;
    width: 137px;
}

.woo-user-orders-product-image{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.woo-user-orders-more-products{
    align-items: center;
    background-color: #222222;
    border-radius: 20px;
    bottom: 6px;
    color: #ffffff;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 7px;
    width: 36px;
}

.woo-user-orders-order-summary{
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 180px;
    padding-top: 2px;
}

.woo-user-orders-total{
    font-size: 17px;
}

.woo-user-orders-status{
    color: #5e5e56;
    font-size: 17px;
    font-weight: 600;
}

.woo-user-orders-status.completed{
    color: #1d7e34;
}

.woo-user-orders-status.cancelled{
    color: #5e5e56;
}

.woo-user-orders-status.processing{
    color: #f26b1d;
}

.woo-user-orders-details-link{
    color: #5e5e56;
    font-size: 19px;
    font-weight: 500;
    margin-top: auto;
    text-decoration: none;
}

.woo-user-orders-details-link span{
    font-size: 25px;
    margin-left: 8px;
}

.woo-user-orders-empty{
    color: #5e5e56;
    font-size: 17px;
    margin-top: 35px;
}

.woo-user-order-details-heading{
    margin-bottom: 25px;
}

.woo-user-order-details-heading p{
    color: #5e5e56;
    font-size: 16px;
    margin: 8px 0 0;
}

.woo-user-order-complaint{
    background-color: #626259;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 40px;
    text-decoration: none;
}

.woo-user-order-status-banner{
    background-color: #f1f7dd;
    border-radius: 7px;
    color: #5d7832;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 26px;
    padding: 12px 20px;
}

.woo-user-order-status-banner span,
.woo-user-order-timeline li > span{
    align-items: center;
    background-color: #607b35;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    height: 21px;
    justify-content: center;
    margin-right: 12px;
    width: 21px;
}

.woo-user-order-status-banner.processing,
.woo-user-order-status-banner.cancelled{
    background-color: #f7eee4;
    color: #9a5f30;
}

.woo-user-order-timeline{
    list-style: none;
    margin: 0 0 25px;
    padding: 0 0 0 2px;
}

.woo-user-order-timeline li{
    color: #67675f;
    display: flex;
    min-height: 74px;
    position: relative;
}

.woo-user-order-timeline li:not(:last-child):before{
    background-color: #dddcd7;
    content: "";
    height: calc(100% - 21px);
    left: 10px;
    position: absolute;
    top: 21px;
    width: 2px;
}

.woo-user-order-timeline li > span{
    background-color: #252525;
    flex: 0 0 21px;
    z-index: 1;
}

.woo-user-order-timeline li.completed > span{
    background-color: #607b35;
}

.woo-user-order-timeline strong,
.woo-user-order-timeline time{
    display: block;
    font-size: 17px;
}

.woo-user-order-timeline time{
    color: #77776f;
    margin-top: 4px;
}

.woo-user-order-details h2{
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 25px;
}

.woo-user-order-products-list{
    display: grid;
    gap: 24px;
}

.woo-user-order-product-card{
    border: 1px solid #dfddd5;
    padding: 18px;
}

.woo-user-order-product-card-top{
    align-items: flex-start;
    display: flex;
    gap: 28px;
}

.woo-user-order-product-image-wrap{
    background-color: #f4f2ed;
    flex: 0 0 132px;
    height: 132px;
}

.woo-user-order-product-data h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 12px;
}

.woo-user-order-product-data h3 a{
    color: #67675f;
    text-decoration: none;
}

.woo-user-order-product-data > strong,
.woo-user-order-product-data > span{
    display: block;
}

.woo-user-order-product-data > strong{
    font-size: 28px;
    margin-bottom: 10px;
}

.woo-user-order-product-data > span,
.woo-user-order-product-meta{
    color: #67675f;
    font-size: 16px;
}

.woo-user-order-product-meta{
    margin-top: 24px;
}

.woo-user-order-product-meta strong{
    color: #292929;
}

.woo-user-order-product-meta ul{
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.woo-user-order-product-meta li{
    margin: 6px 0;
}

.woo-user-order-totals{
    border-top: 1px solid #dfddd5;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 25px;
    padding-top: 20px;
}

.woo-user-order-payment-method{
    color: #373737;
    display: flex;
    gap: 22px;
}

.woo-user-order-payment-method span{
    color: #607b35;
    font-weight: 600;
}

.woo-user-order-totals dl{
    margin: 0;
    min-width: 310px;
}

.woo-user-order-totals dl div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.woo-user-order-totals dt,
.woo-user-order-totals dd{
    color: #77776f;
    margin: 0;
}

.woo-user-order-totals .total dt,
.woo-user-order-totals .total dd{
    color: #292929;
    font-weight: 700;
}

@media only screen and (max-width:1024px){
    .woo-user-orders-order{
        min-height: auto;
    }

    .woo-user-orders-product{
        height: 140px;
        width: 110px;
    }
}

@media only screen and (max-width:767px){
    .woo-user-orders-breadcrumbs{
        gap: 12px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .woo-user-orders-heading-row,
    .woo-user-order-details-heading,
    .woo-user-order-totals{
        flex-direction: column;
    }

    .woo-user-orders-filter,
    .woo-user-orders-filter select,
    .woo-user-order-totals dl{
        width: 100%;
    }

    .woo-user-orders-order{
        flex-direction: column;
        gap: 22px;
    }

    .woo-user-orders-order-summary{
        align-items: flex-start;
        min-width: 0;
    }

    .woo-user-orders-details-link{
        margin-top: 0;
    }

    .woo-user-orders-product{
        height: 105px;
        width: 82px;
    }

    .woo-user-order-complaint{
        padding: 14px 25px;
    }

    .woo-user-order-product-card-top{
        gap: 16px;
    }

    .woo-user-order-product-image-wrap{
        flex-basis: 96px;
        height: 96px;
    }

    .woo-user-order-product-data h3{
        font-size: 17px;
    }

    .woo-user-order-product-data > strong{
        font-size: 22px;
    }
}
