/* PRODUCT LIST TABLE */
.cart__table--IIi6r {
  width: 100%;
}
.cart__table--IIi6r a {
  color: #1e1c77;
}
.cart__table--IIi6r > thead > tr > th {
  padding: 5px;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 500;
}
.cart__table--IIi6r > tbody > tr > td {
  height: auto;
  padding: 5px;
  font-size: 16px;
  font-size: 1rem;
}
.cart__table--IIi6r td:last-of-type {
  text-align: right;
  white-space: nowrap;
}
.cart__table--IIi6r .cart__number--38a6H,
.cart__table--IIi6r .cart__number--38a6H a {
  color: #bbb;
  font-size: 0.9em;
}
.cart__table--IIi6r input[type=number]::-webkit-inner-spin-button,
.cart__table--IIi6r input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.cart__table--IIi6r input[type=number] {
  -moz-appearance: textfield;
  width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
/* SMALL/LARGE HELPERS */
@media (max-width: 767px) {
  .cart__lg--3klC7 {
    display: none;
  }
}
@media (min-width: 768px) {
  .cart__sm--eTtoC {
    display: none;
  }
}
/* IMAGE */
.cart__image--1HIp_ {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 50px;
}
.cart__image--1HIp_ a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: inherit;
}
/* BUTTONS */
.cart__buttons--3oYxZ {
  text-align: right;
}
.cart__buttons--3oYxZ a {
  margin: 0.75em 0 0 auto;
}
.cart__decrease--26g-j,
.cart__increase--2fn48,
.cart__remove--83lIj {
  padding: 0 5px;
  color: #1e1c77;
  border: none;
  vertical-align: middle;
  line-height: 38px;
}
.cart__remove--83lIj {
  margin-left: 5px;
  font-size: 22.4px;
  font-size: 1.4rem;
}
.cart__empty--XWWvo {
  text-align: center;
  margin: 50px 0;
}

.spinner__spinner--1o2-y {
  margin: 70px auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner__spinner--1o2-y > div {
  background-color: #e7e0db;
  height: 100%;
  width: 7px;
  margin-right: 3px;
  display: inline-block;
  border-radius: 25%;
  -webkit-animation: spinner__sk-stretchdelay--2pczA 1.2s infinite ease-in-out;
          animation: spinner__sk-stretchdelay--2pczA 1.2s infinite ease-in-out;
}
.spinner__spinner--1o2-y div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.spinner__spinner--1o2-y div:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.spinner__spinner--1o2-y div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.spinner__spinner--1o2-y div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes spinner__sk-stretchdelay--2pczA {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes spinner__sk-stretchdelay--2pczA {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

