.fullwidth_inner .woocommerce p{
    margin-bottom: 24px;
    font-size: 15px;line-height: 27px;
}
.fullwidth_inner .woocommerce h3, .fullwidth_inner h3{
    margin-bottom: 24px;
    font-size: 20px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 8px 10px;
    vertical-align: middle;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal !important;
}
.woocommerce table.my_account_orders th, table.my_account_orders th{
    padding: 13px 13px 12px 14px!important;
    border: 1px solid #D8D8D8;
    background: #F3F3F3;
    border-right: none;
    /*border-top: none;*/
    /* border-bottom: none; */
    /* border-left: none; */
}
.fullwidth_inner .woocommerce table.shop_table td:last-child{
    border-right:0;
}
.pagination.pagination-centered  ul{
    box-shadow:none;
    display: inline-block;
    text-align:center;
    margin: 0 auto;
}
.pagination.pagination-centered  ul li{
    display: inline-block;
    margin-left: 0;
}
.woocommerce #multivendor_track_filters,
.woocommerce #multivendor_filters,
.woocommerce #multivendor_total_filters{
    padding: 7px 8px;
    border:1px solid #ddd;
    margin: 0 21px 22px 14px;
}
.woocommerce select{
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.woocommerce .mv_track_application_status th{
    background: #F3F3F3;
    padding: 10px 13px;
}
.woocommerce .mv_track_application_status td, .mv_track_application_status td{
    padding: 12px 13px 9px 13px;
    border-bottom: 1px solid #ddd !important;
}
.footable-row-detail-cell{
    padding: 18px 20px !important;
}
.footable-row-detail-inner .footable-row-detail-row{
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 42px;
}
.footable-row-detail-row .footable-row-detail-value{
    margin-left: 18px;
    display: block;
}
.footable-row-detail-value::before{
    content: ':';
    width:4px;
    margin-right: 14px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border: none;
    border-top: none !important;
    padding: 18px 13px;
}
.woocommerce table.shop_table td{
    border: 1px solid #ddd;
    border-right: none;
    padding: 15px !important;
    /* border-left: none; */
    border-top: none !important;
}
.fullwidth_inner .woocommerce table.shop_table{
    border-top: none;    
}
.woocommerce table.shop_table tr, .woocommerce table.shop_table tbody{
    border-left: none;  
}
.woocommerce table.my_account_orders td:first-child, .woocommerce table.my_account_orders th:first-child{
    border-left: none;

}
.fullwidth_inner .woocommerce table{
    border-radius: 2px;
}
.fullwidth_inner  table.shop_table{
    max-width: 100% !important;
}
.fullwidth_inner .footable-row-detail-name{
    font-weight: normal;
}