.cart.item span.price {
  color: #eb2771 !important;
  font-size: 16px;
}

.cart.table-wrapper .cart thead tr th.col {
  font-size: 16px;
}

.cart.table-wrapper .product-item-name a {
  font-size: 16px;
  color: #eb2771 !important;
  font-family: 'GT-Walsheim-Bold', 'Open Sans', sans-serif !important;
  font-weight: normal !important;
}

.item-options {
  font-size: 14px;
  line-height: 25px;
}

.cart-container .form-cart .actions.main .continue {
  border: none !important;
  background-color: #eb2771;
}

.cart-container .form-cart .action.action-delete, .cart-container .form-cart .action.action-delete:hover {
  position: absolute;
  top: 0;
  color: #fff;
  background-color: #eb2771;
  padding: 5px;
  right: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.cart-container .form-cart .action.action-delete:before, .cart-container .form-cart .action.action-delete:hover:before {
  color: #fff !important;
  top: 1px;
  position: absolute;
  left: 6px;
}