#posotiki-ekptosi-dashboard-table{
  width: 1400px;
}
.contain-product-table{
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr 1fr;
  grid-gap: 20px;
}
.contain-product-table > img{
  width: 150px !important;
  height: auto !important;
}
.contain-product-table > a{
  text-align: center;
  text-decoration: none;
  margin-bottom: 0 !important;
}
#posotiki-ekptosi-dashboard-table > tbody > tr > th, #posotiki-ekptosi-dashboard-table > tbody > tr > td{
  vertical-align: middle;
}
#posotiki-ekptosi-dashboard-table > tbody > tr > th, #posotiki-ekptosi-dashboard-table > tbody > tr > td:nth-child(4), #posotiki-ekptosi-dashboard-table > tbody > tr > td:nth-child(5){
  text-align: center !important;
}

/* Badge ποσοτικής έκπτωσης */
.platforms-abs.posotiki-banner {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}

.platforms-abs.posotiki-banner img {
  width: 48px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

