.row.row-cart {
  padding: 0 0.25rem;
}

.cart-wrapper .shop_table {
  padding: 1.5rem;
  border: solid;
  border-color: rgb(234 234 234);
  border-width: 1px;
  border-radius: 1rem;
  background-color: #fff;
}

.shop_table .actions {
  display: none;
}

.shop_table thead th {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  border-bottom: 0;
  padding-bottom: 1.5rem;
}

td.product-thumbnail {
  max-width: 104px;
  width: 104px;
}

td.product-thumbnail img {
  width: 90px;
  height: 90px;
  border-radius: 0.5rem;
  overflow: hidden;
}

td.product-name a {
  font-size: 16px;
  color: #000;
}

.shop_table thead th.product-price,
.shop_table thead th.product-subtotal,
.shop_table thead th.product-subtotal {
  width: 120px;
}

.quantity {
  gap: 0.5rem;
  display: flex;
}

.quantity .button.minus,
.quantity .button.plus {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  border-radius: 0.5rem !important;
  border: 1px solid rgb(219 219 219) !important;
  background-color: #fff;
}

.quantity input[type="number"] {
  width: 5rem;
  max-width: unset;
  height: 2.5rem;
  box-shadow: none !important;
  border-radius: 0.5rem !important;
  border: 1px solid rgb(219 219 219) !important;
  background-color: #fff;
}

.shop_table .quantity .button.minus,
.shop_table .quantity .button.plus {
  width: 30px;
  height: 30px;
  min-height: unset;
  line-height: 30px;
}

.shop_table .quantity input[type="number"] {
  width: 50px;
  height: 30px;
}

.cart-sidebar {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
}

.recently-viewed-products .row:not(.row-collapse) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row .product-small.col {
  padding: 0 calc(1.5rem / 2);
}

.cart_totals th.product-name {
  border-bottom: 1px solid rgb(234 234 234);
  padding-bottom: 1.5rem;
}

.cart_totals table:not(.shop_table) {
  margin-bottom: 0;
}

.cart_totals tbody th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
  border-width: 1px;
}

.cart_totals .button {
  background-color: var(--fs-color-primary);
  font-size: 16px;
  font-weight: 500;
  border-radius: 0.75rem;
  min-height: 48px;
  line-height: 48px;
  margin-bottom: 0;
}

.cart_totals .wc-proceed-to-checkout {
  margin-bottom: 0;
}

@media only screen and (max-width: 48em) {
  .cart-collaterals {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0;
  }

  .cart-sidebar {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    --tw-shadow: 0px -4px 16px hsla(32, 8%, 58%, 0.25);
    --tw-shadow-colored: 0px -4px 16px var(--tw-shadow-color);
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }

  .cart-sidebar .order-total {
    display: none !important;
  }

  .shop_table .cart_item {
    position: relative;
  }

  .shop_table .quantity {
    position: absolute;
    right: 0;
    bottom: 1rem;
  }

  .cart-wrapper .shop_table {
    padding: 0.75rem;
  }

  .shop_table .cart_item td {
  }

  .shop_table .product-remove a {
    right: 0;
    left: unset;
  }

  .shop_table thead th.product-quantity {
    opacity: 0 !important;
  }

  td.product-name a {
    font-size: 15px;
  }
}
