.svt-wrap {
  border: 0px solid #eee;  
  border-radius: 8px;
}

/* Scroll when many rows */
.svt-wrap.svt-has-scroll .svt-table-wrap {
  max-height: 420px; /* tweak to taste */
  overflow: auto;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.svt-table {
  width: 100%;
  border-collapse: collapse;
}
.svt-table th,
.svt-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
border-width: 1px 0px 1px 0px;
  vertical-align: middle;
}

.svt-col-image {
  width: 56px;
}
.svt-col-image img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.svt-col-name .svt-name {
  font-weight: 600;
  font-size: 16px;
}
.svt-attrs {
  color: #444;
  font-size: 12px;
  margin-top: 2px;
}
.svt-sku {
  color: #777;
  font-size: 14px;
  margin-top: 2px;
}

.svt-stock.in {
  color: #2e7d32;
}
.svt-stock.out {
  color: #c62828;
}

.svt-spinner {
  display: inline-flex;
  align-items: center;
  gap: 0.0rem;
  white-space: nowrap;
}
.svt-spinner .svt-minus,
.svt-spinner .svt-plus {
  line-height: 1.5;
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
   border-radius: 0;
}

.svt-spinner input[type="number"], .svt-spinner input[type="text"] {
  min-width: 6ch;
  max-width: 40px;
  text-align: center;
  margin: 0;
  padding: .4rem .6rem;
  border: 1px solid #ccc;
  border-width: 1px 0;
  border-radius: 0;
}

.svt-spinner .svt-minus:hover,
.svt-spinner .svt-plus:hover { 
  
  background: #f7f7f7;
 color:black;
}

.svt-spinner .svt-minus { 
    border-width: 1px 0px 1px 1px;
}

.svt-spinner .svt-plus {
    border-width: 1px 1px 1px 0px;
}

.svt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.svt-totals {
  font-weight: 600;
}

.svt-add[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
