@media (min-width: 992px) {
  .cart-frame {
    border: 1px solid;
    border-radius: 25px;
    border-color: #CCCCCC;
    padding: 10px;
  }

  .min-h100 .cart-frame {
    min-height: 100px;
  }
}
@media only screen and (min-width: 991px) {
  .filled {
    background-color: #F4F4F4;
    border: 1px solid;
    border-radius: 25px;
  }
}
.cart-frame .highlight {
  font-size: 18px;
  color: black;
}
.cart-frame .highlight-action {
  font-size: 18px;
  color: red;
}

.active-frame {
  background-color: rgba(49, 193, 29, 0.78);
}

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