table.variation_tabel_view_area th,
table.variation_tabel_view_area td{
  border: 2px solid #ffffff !important;
  font-size: 12px !important;
  padding:10px !important;
}
table.variation_tabel_view_area th {
   position: sticky !important;
   top: 0 !important;
   z-index: 9;
   background-color: #fbfbfb;
   vertical-align:middle !important;
   text-align: center !important;
   white-space: nowrap !important;

}
table.variation_tabel_view_area thead tr{
  background-color: #f5f5f5 !important;
}

table.variation_tabel_view_area td{text-align: center;}

tbody tr:nth-child(even){
 background-color: #fdfdfd !important;
}

table.variations{
  padding: 5px !important;
  vertical-align: middle !important;
  border: 2px solid #ffffff !important;
  font-size: 12px !important;

}
table.variations th,
table.variations td{
  border: 2px solid #ffffff !important;
}
table.variations select{
  font-size: 12px !important;
  border: none !important;

}

table.variations a.reset_variations{
  position: absolute !important;
  right: 10px !important;
}

table tbody tr td:hover{
background-color: rgba(0,0,0,0.2) !important;
}
