.registry-table {
  width: 100%;
}
.registry-table thead {
  background: rgba(70, 109, 160, 0.1019607843);
  text-align: center;
}
.registry-table thead th {
  padding: 12px 12px;
}
.registry-table thead .gift-col {
  width: 50%;
}
.registry-table thead .category-col {
  width: 22%;
}
.registry-table thead .requested-col {
  width: 12%;
}
.registry-table thead .requested-col input {
  height: 40px;
  padding: 4px 4px;
}
.registry-table tbody td {
  padding: 20px 0px;
}
.registry-table tbody .product {
  display: flex;
  display: flex;
  align-items: center;
}
.registry-table tbody .product__image {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
}
.registry-table tbody .product__image img {
  display: block;
  width: 100%;
  height: auto;
}
.registry-table tbody .product__brand {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1b1b1b;
}
.registry-table tbody .product__title {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #1b1b1b;
}
.registry-table tbody .product__sku {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1b;
}
.registry-table tbody .requested-col input {
  width: 100%;
  border: 1px solid #b8bec8;
  height: 40px;
  padding: 4px 4px;
}
.registry-table tbody .category-col,
.registry-table tbody .still-need-col,
.registry-table tbody .requested-col {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1b1b1b;
  text-align: center;
}
.registry-table tbody .still-need-col {
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 30px;
}
.registry-table tbody .still-need-col .actions {
  margin-left: 30px;
  display: inline-flex;
  display: none;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.registry-table tbody .still-need-col .actions a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #d8dde5;
  border-radius: 4px;
}
.registry-table tbody tr:hover .still-need-col .actions {
  display: inline-flex;
}
@media (max-width: 1099.98px) {
  .registry-table {
    display: block;
  }
  .registry-table tr,
  .registry-table th,
  .registry-table td,
  .registry-table tbody {
    display: block;
  }
  .registry-table thead {
    display: none;
  }
}

/*# sourceMappingURL=registry-table.css.map*/