table.shop_table thead th,
table.shop_table tbody td,
table.shop_table tfoot th,
table.shop_table tfoot td {
  padding: 0.625rem 0.4375rem !important;
  font-size: 0.875rem !important;
}
table.shop_table thead th:before,
table.shop_table tbody td:before,
table.shop_table tfoot th:before,
table.shop_table tfoot td:before {
  color: var(--cl-davy-grey);
}
table.shop_table thead th,
table.shop_table tbody th,
table.shop_table tfoot th {
  color: var(--cl-davy-grey);
}
table.shop_table thead th {
  border-top: 0px !important;
}
table.shop_table tfoot tr td:before {
  display: none;
}
@media (min-width: 992px) {
  table.shop_table .product-name {
    max-width: 250px;
  }
}
table.shop_table .product-thumbnail:before {
  display: none;
}
@media (max-width: 767.98px) {
  table.shop_table .product-thumbnail {
    display: block !important;
  }
  table.shop_table .product-thumbnail a {
    margin-left: 50%;
  }
}

.woocommerce-cart #main-content {
  padding-top: 3.125rem;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 150px;
}

@media (max-width: 767.98px) {
  .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 !important;
  }
}

/*# sourceMappingURL=cart.css.map*/