.cart-empty-message {
  display: none;
}
body.mobile cart .cart-item .title,
[data-container-size="mobile"] cart .cart-item .title {
  font-size: 0.8em;
}
form.cart-empty cart {
  display: none;
}
form.cart-empty .checkout-container {
  display: none;
}
form.cart-empty button:not([type]),
form.cart-empty button[type="submit"] {
  display: none;
}
form.cart-empty .cart-empty-message {
  display: block;
}
cart {
  display: block;
}
cart .addons > .addon-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
cart .addons > .addon-items > div {
  padding: 5px;
  margin: 5px;
  width: 80px;
  text-align: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
cart .addons > .addon-items .imgcont {
  margin-bottom: 5px;
  height: 4em;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
cart .addons > .addon-items .imgcont img {
  object-fit: cover;
}
cart .addons > .addon-items h3 {
  font-size: 0.9em;
  color: #888;
  font-weight: normal;
}
cart .tax_link {
  float: right;
  font-size: 0.7em;
  text-decoration: none;
  color: #ccc;
}
cart .cart-items.no_images .imgcont {
  display: none;
}
cart .cart-items > .cart-item {
  border: 1px solid #e6e6e6;
}
cart .cart-items > .cart-item .imgcont {
  width: 50px;
}
cart .cart-items > .cart-item .hide > * {
  visibility: hidden !important;
}
cart .cart-items > .cart-item > div {
  padding: 5px;
  border-right: 1px solid #e6e6e6;
}
cart .cart-items > .cart-item > div input.qty {
  padding: 2px;
  width: 4em !important;
  font-size: 0.8em;
  border: 1px solid #c6c6c6;
}
cart .cart-items > .cart-item > :last-child {
  border-right: none;
}
cart .cart-items > .cart-item .price_col {
  text-align: right;
  width: 120px !important;
}
cart .cart-items > .cart-item .remove_col {
  text-align: right;
  font-size: 1.2em;
}
cart .cart-items > .cart-item .remove_col a {
  color: #999;
}
cart .cart-items > .cart-item .remove_col a:hover {
  color: #555;
}
cart .cart-items > .cart-item .title {
  font-weight: bold;
}
cart .cart-items > .cart-item .sdesc {
  font-size: 0.9em;
  color: #999;
}
cart .cart-items > .cart-item .opts {
  font-size: 0.9em;
}
cart .cart-items > .cart-item .imgcont {
  float: left;
  margin-right: 10px;
}
cart .cart-items > .cart-item + .cart-item {
  border-top: none;
}
cart .row {
  margin: 0;
}
cart .info {
  margin-top: 10px;
  float: left;
}
cart .totals {
  *zoom: 1;
  float: right;
  margin-right: 26px;
}
cart .totals:before,
cart .totals:after {
  content: "";
  display: table;
}
cart .totals:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
cart .totals > div {
  *zoom: 1;
  text-align: right;
}
cart .totals > div:before,
cart .totals > div:after {
  content: "";
  display: table;
}
cart .totals > div:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
cart .totals .name,
cart .totals .amount {
  padding: 5px;
  display: inline-block;
}
cart .totals .name {
  text-align: right;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 0.8em;
}
cart .totals .amount {
  text-align: right;
  border: 1px solid #e6e6e6;
  border-top: none;
  width: 120px;
  float: right;
}
cart .totals .total {
  line-height: 1.6em;
  font-weight: bold;
}
cart .totals .total .amount {
  font-size: 1.3em;
  line-height: 1.3em;
}
.creditcard-dates .select2-container {
  width: auto;
}
.checkout-formitems input {
  width: 100%;
}
.payment_buttons {
  justify-content: flex-end;
}
.payment_buttons > * {
  padding: 10px;
  cursor: pointer;
}
.payment_button.hasimg span {
  display: none;
}
.payment_pending {
  padding: 30px;
  font-size: 1.6em;
  margin: 10vh 0 20vh;
  text-align: center;
  color: #bbb;
}
.payment_pending .fa {
  font-size: 2em;
  margin-bottom: 10px;
}
.payment_pending h2 {
  color: inherit;
}
.payment_pending .progress {
  width: 80%;
  margin: 20px auto 0px;
  height: 5px;
}
.payment_pending .progress div {
  background: #eee;
  height: 5px;
}
@media (max-width: 600px) {
  cart .cart-items > .cart-item {
    border-bottom-width: 1px;
    border-bottom-color: #c6c6c6;
  }
  cart .cart-items > .cart-item:first-child {
    border-top-width: 1px;
    border-top-color: #c6c6c6;
  }
  cart .cart-items > .cart-item .imgcont {
    display: none;
  }
  cart .cart-items > .cart-item .title_col.grow {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  cart .cart-items > .cart-item .price_col {
    flex-grow: 1;
  }
  .creditcard-dates .select2-container {
    width: auto !important;
    min-width: 30vw;
  }
}
.discount_link .error {
  color: #d00;
  font-size: 0.8em;
}
.discount_link .valid {
  font-size: 1.5em;
  margin-left: 7px;
  display: inline-block;
  color: #999;
}
.discount_link .valid .fa-check {
  color: #409C36;
}
.discount_link .valid .fa-times {
  color: #d00;
}
.cart-summary {
  cursor: pointer;
}
.cart-summary.cart-not-ready {
  display: none;
}
.cart-summary.cart-empty {
  cursor: auto;
}
.cart-summary.hide-desc .items {
  display: none;
}
.cart-summary.hide-price .total {
  display: none;
}
.cart-summary.hide-button .checkout-button {
  display: none;
}
.spacer-user_select input[type="radio"] {
  display: none;
}
/*# sourceMappingURL=/plugins/plg_cart/extensions/cart/assets/css/serve.cart.less.css.map */