.cart td {
  vertical-align: middle; }
.cart .price, .cart .amount, .cart .quantity {
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  text-align: right; }
.cart .quantity-edit input {
  width: 4em; }
.cart .draft-counter {
  white-space: nowrap; }
  .cart .draft-counter input {
    display: inline-block;
    width: 60px;
    height: 22px;
    border: 1px solid #86e32b;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px;
    border-radius: 0; }
  .cart .draft-counter button {
    vertical-align: middle;
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    border: 1px solid #86e32b;
    text-align: center;
    font: bold 14px/7px "PT Sans", sans-serif;
    color: #dddddd;
    cursor: pointer; }
    .cart .draft-counter button:hover {
      color: #000000; }
    .cart .draft-counter button.up {
      border-left: none; }
    .cart .draft-counter button.down {
      border-right: none; }
.cart .outOfStock {
  color: red;
  white-space: nowrap; }
.cart .item-mini .delete {
  position: relative;
  float: right;
  top: -2px !important;
  /*padding-top: 6px;
  padding-bottom: 0;
  right: -20px !important;
  top: -7px !important;
  display: none;*/ }
.cart .totals .item-mini .name {
  font-weight: bold; }
.cart .totals .item-mini .price {
  font-weight: bold; }
  .cart .totals .item-mini .price span {
    font-size: 24px; }
.cart h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px; }
.cart h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }
.cart .form-group {
  margin-bottom: 10px; }
  @media all and (min-width: 768px) {
    .cart .form-group {
      width: 50%; } }
.cart .item-mini .buy .price {
  text-align: left; }
.cart #delivery-0 .price {
  width: auto;
  text-align: left;
  max-width: 100%; }
.cart #delivery-0 .free-shipping-wrapper {
  font-size: 16px;
  margin-top: 10px; }
  @media all and (max-width: 1020px) {
    .cart #delivery-0 .free-shipping-wrapper {
      margin-left: auto;
      display: inline-block;
      white-space: normal; } }
.cart .catalog.view-table .item-mini .photo {
  order: 1; }
.cart .catalog.view-table .item-mini .name {
  order: 2;
  margin: 0 27px 0 0; }
.cart .catalog.view-table .item-mini .buy {
  width: 70px; }
  @media only screen and (max-width: 1020px) {
    .cart .catalog.view-table .item-mini .buy .price {
      padding-left: 0; } }
@media only screen and (max-width: 1020px) {
  .cart .catalog.view-table .item-mini .btns {
    display: block; } }
.cart .catalog.view-table .item-mini .btns2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 6;
  width: 119px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 -5px 0;
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0;
  padding-left: 20px;
  opacity: 1; }
  @media only screen and (max-width: 1020px) {
    .cart .catalog.view-table .item-mini .btns2 {
      padding-left: 0px; } }
.cart .promo {
  margin-bottom: 8px;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  max-width: 100%;
  width: 400px; }
  .cart .promo .delete {
    cursor: pointer;
    width: 27px !important;
    min-width: 27px;
    max-width: 27px;
    height: 27px;
    border-radius: 50%;
    background: url(/img/cross-red.svg) no-repeat 50% 50%;
    background-size: auto 12px; }
  .cart .promo .promo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cart .promo .promo-input {
    display: none; }
    .cart .promo .promo-input input {
      width: 100%; }
      .cart .promo .promo-input input.error {
        border: 1px solid #ff0000; }
    .cart .promo .promo-input button {
      width: 100%; }
  .cart .promo .add-promo {
    border: none;
    background: none;
    color: #0000ff;
    cursor: pointer; }
    .cart .promo .add-promo:hover {
      text-decoration: underline; }

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