footer,
.chat-bubble-section{
    display:none;
}
body{
    background:#f1f2f2!important;
}
.btn-success-new:hover {
    color: #fff;
    background-color: #38b385;
    border-color: #35a87e;
}
.btn-success-new{
    box-shadow: 0 0 0 rgba(66,210,157,.5);
    background:#42d29d !important;
}
.btn-danger-new{
    box-shadow: 0 0 0 rgba(250,103,103,.5);
    background:#fa6767;
}
#customer-order-list_length,#customer-order-list_filter{
    display:none;
}
.btn-danger-new:hover {
    color: #fff;
    background-color: #d55858;
    border-color: #c85252;
}
.bg-success-new{
    background-color: #42d29d !important;
}
.bg-danger-new{
    background-color: #fa6767 !important;
}
.badge-success-lighten {
    color: #42d29d;
    background-color: rgba(66,210,157,.18);
}
.badge-warning-lighten {
    color: #f9bc0d;
    font-size:11px;
    background-color: rgba(249,188,13,.18);
}
.badge-danger-lighten {
    color: #fa6767;
    font-size:11px;
    background-color: rgba(250,103,103,.18);
}
.badge-info-lighten {
    color: #44badc;
    font-size:11px;
    background-color: rgba(68,186,220,.18);
}
#customer-order-list td,#customer-order-list th{
    padding:15px !important;
    line-height:2;
    vertical-align: middle;
}

#customer-order-list thead.table-light tr th{
    font-size:15px;
    text-transform: capitalize;
}
#customer-order-list thead.table-light{
    background:#eef2f7;
}
#customer-order-list thead th,
#customer-order-list tbody td,
#customer-order-list{
    border: 0 !important;
    border-bottom: 1px solid #dee2e6 !important;
}
#customer-order-list_filter label{
    display: flex;
    justify-content: end;
    align-items: center;
}
#customer-order-list_filter label input{
    width: auto;
    margin-left: 10px;
    border-radius: 5px;
    background: rgb(240, 242, 245);
    border: 0;
}
#customer-order-list_info{
    font-size: 14px;
    font-family: Nunito;
    color: #838c96 !important;
}
#customer-order-list_paginate ul li{
    background: none;
    padding: 0;
}
#customer-order-list_paginate{
    text-align:right;
}
#customer-order-list_paginate .pagination .page-item .page-link{
    border-radius: 50%;
    text-align: center;
    margin:0 5px;
    height: 36px;
    width: 36px;
    line-height: 27px;
}
#customer-order-list_paginate .pagination .page-item .page-link:focus{
    box-shadow:none !important;
}
.product-info-details:hover .product-info{
    display:block !important;
}
body .main_body_content {
    padding-bottom:66px;
}
.order .orderlist{
    padding:35px 15px 0;
}
.order .orderlist .card{
    overflow:unset;
}
#customer-order-list thead th{
    width:1% !important;
}
.table tr td {
    border-top:0 !important;
    border-bottom: 1px solid #dee2e6;
}
.table tr:not(:last-child) td {
    border-bottom: 1px solid #dee2e6;
}
@media(max-width:1024px){
    .orderlist .orderListAction button{
        font-size:13px;
        padding:0 .5rem;
    }
    .orderlist .searchAndAction .statusLabel label{
        font-size:12px !important;
    }
    .orderlist .card-body {
        padding: 3rem 1rem !important;
    }
    .orderlist .orderListTable :is(.orderID,.invoiceID){
        min-width:110px;
    }
    .orderlist .orderListTable :is(.date,.orderStatus){
        min-width:140px;
    } 
    .orderlist .orderListTable .paymentMethod{
        min-width:160px;
    }
    body .main_body_content {
        padding-bottom:80px;
    }
}
@media(max-width:767px){
    .orderlist .searchAndAction .statusLabel + div{
        width:calc(100% - 34.2833px - 1rem);
    }
    .searchAndAction form .col-lg-6.col-md-7 .d-table.ml-auto{
        display:block !important;
    }
    .searchAndAction form .col-lg-6.col-md-7{
        padding:0 15px !important;
        margin: 20px 0;
    }
}