.elementor-13721 .elementor-element.elementor-element-2c38ba0{--display:flex;}/* Start custom CSS */#custom-cart-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #002147;
  border-radius: 8px;
}
#custom-cart-table th, #custom-cart-table td {
  padding: 12px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
#custom-cart-table th {
  background: #002147;
  color: #fff;
}
#checkout-button {
  display: inline-block;
  padding: 10px 20px;
  background: #002147;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
#checkout-button:hover {
  background: #00112e;
}
button.remove-button {
  background: #e00;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}
button.remove-button:hover {
  background: #b00;
}
#cart-footer {
  margin-top: 1rem;
  text-align: right;
}/* End custom CSS */