.woocommerce table {
  width: 100%;
}
.woocommerce .table {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  border: 0;
}
.woocommerce .table thead tr:last-child,
.woocommerce .table tbody tr:last-child {
  border-bottom: 2px solid #231F20;
}
.woocommerce .table tfoot tr:last-child {
  border-top: 2px solid #231F20;
  border-bottom: 0;
}
.woocommerce .table thead tr:not(:last-child),
.woocommerce .table tbody tr:not(:last-child),
.woocommerce .table tfoot tr:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
.woocommerce .table tbody:last-child tr:last-child,
.woocommerce .table tbody:last-child tr:last-child td {
  border-bottom: 0;
}
.woocommerce .table .custom-scroll::-webkit-scrollbar {
  background: #E5E5E5;
  border-radius: 10px;
  width: 8px;
  height: 8px;
}
.woocommerce .table .custom-scroll::-webkit-scrollbar-thumb {
  background: #898989;
  border-radius: 10px;
  width: 8px;
  height: 8px;
}
.woocommerce .table .custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #656565;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce form .form-row .required {
  color: #231F20;
}