.woocommerce-cart {
  background-color: #F9F4EF;
}
.woocommerce-cart h1.entry-title {
  font-family: "Lora";
  font-size: 56px;
  margin-top: 172px;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart h1.entry-title {
    margin-top: 70px;
  }
}
.woocommerce-cart .shop_table th {
  background-color: #EFEAE5;
}
.woocommerce-cart .shop_table a {
  color: #1e293b !important;
  font-weight: bold;
}
.woocommerce-cart .cart_totals h2 {
  background-color: #EFEAE5 !important;
}
.woocommerce-cart .button {
  background-color: #111D11 !important;
}
.woocommerce-cart .cart-empty.woocommerce-info {
  background-color: transparent;
  border: none !important;
  padding-left: 0;
}
.woocommerce-cart .cart-empty.woocommerce-info:before {
  display: none;
}

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