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;
}
#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;
}
.invoice-detilas-limit p span:first-child{
    display:inline-block;
    width:150px;
}
.product-info-table tbody tr:not(:last-child) td{
    border-bottom:1px solid #d7d7d7;
}
.price-box-area .price-outter{
    max-width: 248px;
}
.price-box-area .price-outter{
    max-width: 248px;
}
.price-box-area .price-outter .price-inner span:first-child{
    width:70%;
}
.price-box-area .price-outter .price-inner span:last-child{
    width:30%;
}
.price-box-area .price-outter .price-inner:first-child{
    border-radius:5px 5px 0 0;
}
.price-box-area .price-outter .price-inner:last-child{
    border-radius:0 0 5px 5px;
}
@media(min-width:1301px){
    .invoice-detilas-limit{
        max-width:400px;
        margin-left:auto;
    }
}
@media(max-width:1199px){
    .create-new-invoice-section .invoice-detail .table input{
        padding:5px !important;
    }
}
@media(max-width:991px){
    .create-new-invoice .action-options{
        margin-top:20px;
    }
}
@media(min-width:320px) and (max-width:768px){
    .create-new-invoice .action-options button{
        font-size:12px !important;
        padding:.5rem !important;
    }
    .create-new-invoice .search-options > div{
        flex-direction: column;
    }
    .create-new-invoice .search-options > div input{
        margin:0 0 5px !important
    }
    .price-box-area .price-outter,.price-box-area + h4{
        margin-left:0 !important;
    }
    .ps-section--shopping .invoice-section{
        padding:1.5rem 1rem !important
    }
}
@media(max-width:400px){
    .create-new-invoice .action-options button{
        margin-left: 0rem !important;
    }
    .ps-section__header .text-right a{
        font-size: 12px;
        padding: 0 1rem !important;
    }
    .invoice-detilas-limit > img{
        width:65px;
    }
    .create-new-invoice-section .invoice-detail h1{
        font-size:2rem !important;
    }
    .invoice-detilas-limit p span:first-child{
        width:auto;
    }
    .ps-section--shopping .invoice-section,
    .color-default.table-responsive + .row.p-4.color-default{
        padding: 1.5rem 0 !important;
    }
}