/* Colors */
/* Extensions */
.woocommerce-cart form.woocommerce-cart-form a,
.woocommerce-cart form.woocommerce-cart-form span,
.woocommerce-cart form.woocommerce-cart-form dt,
.woocommerce-cart form.woocommerce-cart-form p, .woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 100%;
}

.woocommerce-cart form.woocommerce-cart-form {
  overflow-x: hidden;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td {
  padding: 18px 12px;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_title {
  font-size: 32px;
  line-height: 38px;
  margin-top: 8px;
  margin-bottom: 10px;
  color: #1d1d1b;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_description {
  font-size: 18px;
  color: #1d1d1b;
  margin: 24px 0 0 0;
  padding: 0 0 0 0;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .variation .woocommerce-Price-amount {
  font-size: 16px;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name span,
.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .meta *,
.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .quantity {
  font-size: 18px;
  color: #1d1d1b;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .quantity {
  margin: 8px 0;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .meta * {
  font-size: 16px;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .meta dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .meta dd {
  display: block;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .meta dd p {
  text-align: right;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons {
  margin-top: 12px;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons > *:nth-last-child {
  margin-right: 8px;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons a.remove,
.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons a {
  font-size: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1d1d1b !important;
  width: auto;
  display: inline-block;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons svg {
  height: 16px;
  color: #1d1d1b;
  fill: #1d1d1b;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons a.remove:hover,
.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons a:hover {
  background: none;
  color: #6c6c65 !important;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons a.remove:hover svg,
.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons a:hover svg {
  fill: #6c6c65;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons .wishlist-toggle {
  top: 0;
  left: 0;
  display: inline-block;
  position: relative;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.product-name .cart_buttons .wishlist-toggle svg {
  margin: 0;
  padding: 0px;
  padding-left: 8px;
  margin-bottom: -2px;
}

.woocommerce-cart form.woocommerce-cart-form table.cart .cart_thumbnail {
  max-width: 252px !important;
  width: auto !important;
  height: auto !important;
  max-height: 200px !important;
  padding: 0 0 0 0 !important;
}

.woocommerce-cart form.woocommerce-cart-form table.cart td.cart_price .amount {
  font-size: 32px;
  line-height: 38px;
  text-align: right;
  color: #1d1d1b;
}

.woocommerce-cart form.woocommerce-cart-form table.cart .cart_summary {
  font-size: 18px;
  color: #1d1d1b;
}

.woocommerce-cart form.woocommerce-cart-form table.cart .cart_summary .totalss {
  font-size: 32px;
}

.woocommerce-cart form.woocommerce-cart-form table.cart .totalss a.checkout-button {
  font-size: 24px;
  width: 100%;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .woocommerce-cart {
    /* Force table to not be like tables anymore */
  }
  .woocommerce-cart table thead,
  .woocommerce-cart table tbody,
  .woocommerce-cart table th,
  .woocommerce-cart table td,
  .woocommerce-cart table tr {
    display: block;
  }
  .woocommerce-cart table.cart table {
    width: 100%;
  }
  .woocommerce-cart table td,
  .woocommerce-cart table th {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .woocommerce-cart table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .woocommerce-cart table td:before {
    top: initial;
  }
  .woocommerce-cart table .product-thumbnail {
    display: block !important;
  }
  .woocommerce-cart table .product-thumbnail .wine-image-cart {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .woocommerce-cart table .product-thumbnail .wine-image-cart a {
    display: inline-block;
  }
  .woocommerce-cart table .wine-meta-cart {
    margin-top: 20px !important;
    text-align: center;
  }
  .woocommerce-cart table img {
    padding: 0 !important;
  }
  .woocommerce-cart table .cart_item td {
    padding-bottom: 10px !important;
  }
  .woocommerce-cart table .button {
    width: auto !important;
  }
  .woocommerce-cart table td.actions .button {
    float: right;
  }
  .woocommerce-cart .woocommerce-cart-form td:before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart td.product-price span.amount::before {
    content: "Price: ";
  }
  .woocommerce-cart .woocommerce-cart td.product-subtotal span.amount::before {
    content: "Subtotal: ";
  }
  .woocommerce-cart .woocommerce-Price-amount {
    font-size: 20px;
  }
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart-collaterals {
    margin-top: 50px;
  }
  .woocommerce-cart a.shipping-calculator-button {
    color: #bcbcb7;
    text-decoration: none;
  }
}
/*# sourceMappingURL=cart.css.map */