.remove {
  margin: auto;
}

.woocommerce .cart_item>.product-remove a.remove {
  border: 0px solid !important;
  font-size: 16px;
  font-size: 32px !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 10px !important;
}

/* woocommerce-smallscreen.css | http://localhost/hws-2/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=9.7.1 */

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: block;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  text-align: left !important;
}

/* Elemento | http://localhost/hws-2/cart/ */

td.product-thumbnail {
  text-align: center !important;
}

/* Elemento | http://localhost/hws-2/cart/ */

td.product-thumbnail>a:nth-child(1)>img:nth-child(1) {
  max-width: 300px;
}

/* style.css | http://localhost/hws-2/wp-content/themes/top-store/style.css?ver=1.0.2 */

.woocommerce table.shop_table td {
  border-bottom: 1px solid #f1f1f100 !important;
}

/* Elemento | http://localhost/hws-2/cart/ */

td.product-name {
  text-align: left !important;
}

/* Elemento | http://localhost/hws-2/cart/ */

td.product-price {
  width: 49%;
  display: inline-block !important;
  margin: 0px;
}

/* Elemento | http://localhost/hws-2/cart/ */

div.quantity {
  display: flex;
  width: fit-content;
  margin-left: auto;
}

/* Elemento | http://localhost/hws-2/cart/ */

td.product-quantity {
  /* display: inline flow-root list-item; */
  flex-direction: row;
  width: 49%;
  display: inline-block !important;
  margin: 0px;
}

/* En línea #44 | http://localhost/hws-2/cart/ */

.top-store-light .product-thumbnail a {
  width: fit-content !important;
  margin: auto;
  display: block;
}

.product-subtotal {
  font-weight: 900;
}

/* woocommerce.min.css | http://localhost/hws-2/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css?ver=2.5.0-alpha.1 */

tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity div.quantity.buttons-added :where(a, input) {
  min-height: 35px;
}

/* woocommerce-cart-styles.css | http://localhost/hws-2/wp-content/themes/thread/assets/css/woocommerce-cart-styles.css?ver=1.0.2 */

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 5px !important;
}

.cart_item {
  border-bottom: 2px gray;
  border-style: dashed;
  margin-bottom: 1rem;
}

div.woocommerce div.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive {
  padding: 0px !important;
}

div.woocommerce div.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive tbody tr {
  display: flex;
}
div.woocommerce div.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive tbody tr th {
  display: block;
  width: 50%;
}

@media (min-width: 768px) {

  td.product-price,
  td.product-quantity {
    display: table-cell !important;
  }

  div.quantity {
    margin: auto;
  }

  /* Elemento | http://localhost/hws-2/cart/ */

  th.product-name {
    min-width: 245px;
  }


}