#sj-search-product {}
#sj-search-product .search-form {
    display:flex; background:#f8fafe; padding:40px 40px; box-shadow:0 0 15px rgba(0,0,0,0.1);
}
#sj-search-product .search-form > div {width:20%; padding:10px;}

#result-product {}
#result-product .overflow-table {overflow: auto !important;}
#result-product .table {}
#result-product .table th {background:#f8f8f8; text-align:center;}
#result-product .table td {text-align:center;}
#result-product .table td.no {width:20px; text-align:center;}
#result-product .table td.type {}
#result-product .table td.shop {}
#result-product .table td.group {}
#result-product .table td.name {}
#result-product .table td.inventory-value {width:100px;}
#result-product .table tbody tr {}

img.loading { max-width:50%; max-height:50%; width:auto; }

