.packages{
    padding: 1em;
    border-bottom: 1px solid #e3e1e3;
}
.packages:nth-child(even) {
    background-color: #f2f2f2;
}
#shippit_list_order_items tbody{
    border-top: none;
}

#shippit_list_order_items > :not(:last-child) > :last-child > *{
    border-bottom: none;
}
#dsd-spinner_loading_block{
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, .5);
}
#spinner_loading {
  position: fixed;
  z-index: 999;
  height: 4em;
  width: 4em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sap_import_invoices:before {
  content: "\f15b"; 
  font-family: "Font Awesome 5 Free";
  color: var(--shop-shop-text-color);
}
.order-list .product-list-filter-wrap button[type="submit"]:before {
	content: "\f002"; 
  font-family: "Font Awesome 5 Free";
  color: var(--shop-shop-text-color);
}
.order-list .product-list-filter-wrap button[type="submit"]{
	padding: 2px 6px;
   border-width: 1px;
}
.order-list .product-list-filter-wrap button .product-list-filter-icon{
	display: none;
}