/* WooCommerce cart */
/* Version: 1.14 */
body.woocommerce-cart .entry-title,
body.woocommerce-cart .et_pb_post_title .entry-title {
  color: rgba(41, 37, 30, .36);
}

body.woocommerce-cart .woocommerce {
  --un-cart-ink: #29251E;
  --un-cart-muted: rgba(41, 37, 30, .58);
  --un-cart-line: #231211;
  --un-cart-soft-line: rgba(35, 18, 17, .18);
  --un-cart-surface: #fff;
  --un-cart-accent: #8E0908;
  --un-cart-button: #2B1711;
  --un-cart-field-line: #231211;
  color: var(--un-cart-ink);
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
  margin-top: 40px;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info {
  margin: 0 0 18px!important;
  padding: 0!important;
  border: 0!important;
  border-radius: 0!important;
  background: transparent!important;
  color: var(--un-cart-ink)!important;
  font-family: inherit!important;
  font-weight: 300!important;
  box-shadow: none!important;
  text-align: center!important;
}

body.woocommerce-cart .woocommerce-message *,
body.woocommerce-cart .woocommerce-error *,
body.woocommerce-cart .woocommerce-info * {
  font-family: inherit!important;
  font-weight: 300!important;
  line-height: 1.2!important;
}

body.woocommerce-cart .woocommerce-message a,
body.woocommerce-cart .woocommerce-error a,
body.woocommerce-cart .woocommerce-info a {
  color: var(--un-cart-accent)!important;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.woocommerce .wc-empty-cart-message,
.woocommerce .wc-empty-cart-message .cart-empty,
.woocommerce .cart-empty.woocommerce-info {
  width: 100%;
  text-align: center!important;
}

body.woocommerce-cart .woocommerce-message .button {
  width: fit-content!important;
  margin: 16px auto 0!important;
}

body.woocommerce-cart .shop_table,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals .shop_table {
  border: 0!important;
  outline: 0!important;
  box-shadow: none!important;
  background: transparent!important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
  width: 100%;
  border-collapse: collapse!important;
  border-spacing: 0!important;
  table-layout: fixed!important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th,
body.woocommerce-cart .woocommerce-cart-form .shop_table td {
  padding: 26px 16px!important;
  border-width: 0 0 1px 0!important;
  border-style: solid!important;
  border-color: var(--un-cart-soft-line)!important;
  vertical-align: middle;
  text-align: left;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tr:last-child td,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions {
  border-bottom: 0!important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  padding: 14px 16px!important;
  border-top: 1px solid var(--un-cart-line)!important;
  border-bottom: 1px solid var(--un-cart-line)!important;
  background: transparent!important;
  color: var(--un-cart-muted)!important;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

body.woocommerce-cart .product-thumbnail {
  width: 132px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-remove,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-remove {
  width: 72px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-thumbnail,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail {
  width: 132px;
  text-align: left!important;
  padding-left: 0!important;
  padding-right: 16px!important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-name,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name {
  width: auto;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-price,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-price {
  width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-quantity,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity {
  width: 110px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-subtotal,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal {
  width: 130px;
}

body.woocommerce-cart .product-thumbnail a {
  display: block!important;
  width: 84px!important;
}

body.woocommerce-cart .product-thumbnail img {
  width: 84px!important;
  min-width: 84px;
  height: 112px!important;
  display: block;
  margin: 0!important;
  object-fit: cover;
}

body.woocommerce-cart .product-name a {
  color: var(--un-cart-ink)!important;
  text-decoration: none!important;
}

body.woocommerce-cart .product-name a:hover {
  color: var(--un-cart-accent)!important;
}

body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .cart_totals td,
body.woocommerce-cart .cart_totals th {
  color: var(--un-cart-ink)!important;
}

body.woocommerce-cart .product-remove .remove {
  width: auto!important;
  height: auto!important;
  border: 0!important;
  border-radius: 0!important;
  display: inline-block!important;
  background: transparent!important;
  color: var(--un-cart-muted)!important;
  font-size: 0!important;
  line-height: 1!important;
  text-decoration: none!important;
}

body.woocommerce-cart .product-remove .remove::after {
  content: "USUĹ";
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-cart .coupon .input-text {
  border-width: 0 0 1px 0!important;
  border-style: solid!important;
  border-color: var(--un-cart-field-line)!important;
  border-radius: 0!important;
  background: transparent!important;
  color: var(--un-cart-ink)!important;
  box-shadow: none!important;
  font-size: 14px;
}

body.woocommerce-cart .quantity .qty {
  width: 52px!important;
  min-height: 36px!important;
  height: 36px!important;
  padding: 0 6px!important;
  text-align: center;
}

body.woocommerce-cart .coupon .input-text {
  width: 170px!important;
  min-width: 170px!important;
  min-height: 38px!important;
  height: 38px!important;
  padding: 0!important;
}

body.woocommerce-cart .coupon {
  display: flex!important;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0;
}

body.woocommerce-cart .coupon .screen-reader-text {
  display: none!important;
}

body.woocommerce-cart .woocommerce-cart-form .actions {
  display: flex!important;
  justify-content: space-between!important;
  align-items: center!important;
  flex-wrap: nowrap!important;
  gap: 24px!important;
}

body.woocommerce-cart .woocommerce-cart-form .actions .coupon {
  flex: 0 0 auto;
  min-width: 0;
  margin-right: auto!important;
}

body.woocommerce-cart .woocommerce-cart-form .actions button[name="update_cart"] {
  margin-left: auto!important;
  flex: 0 0 auto!important;
}

body.woocommerce-cart .button,
body.woocommerce-cart .checkout-button.button,
body.woocommerce-cart button[name="apply_coupon"],
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart button[name="update_cart"]:disabled,
body.woocommerce-cart button[name="update_cart"][disabled] {
  width: auto!important;
  min-width: 0!important;
  min-height: 42px!important;
  height: auto!important;
  padding: 0 2em!important;
  border: 1px solid var(--un-cart-button)!important;
  border-radius: 200px!important;
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  background: var(--un-cart-button)!important;
  color: #F7F5F4!important;
  font-family: inherit!important;
  font-size: 12px!important;
  letter-spacing: 0!important;
  line-height: 1!important;
  text-transform: uppercase!important;
  text-decoration: none!important;
  box-shadow: none!important;
  white-space: nowrap!important;
  appearance: none!important;
  -webkit-appearance: none!important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart .checkout-button.button:hover,
body.woocommerce-cart button[name="apply_coupon"]:hover,
body.woocommerce-cart button[name="update_cart"]:hover,
body.woocommerce-cart button[name="update_cart"]:disabled:hover,
body.woocommerce-cart button[name="update_cart"][disabled]:hover {
  border-color: var(--un-cart-accent)!important;
  background: var(--un-cart-accent)!important;
  color: #fff!important;
}

body.woocommerce-cart .button::after,
body.woocommerce-cart .checkout-button.button::after,
body.woocommerce-cart .et_pb_button::after,
body.woocommerce-cart .button:hover::after,
body.woocommerce-cart .checkout-button.button:hover::after,
body.woocommerce-cart .et_pb_button:hover::after {
  display: none!important;
  content: none!important;
}

body.woocommerce-cart .cart-collaterals {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

body.woocommerce-cart .cart_totals {
  width: 420px!important;
  max-width: 420px;
  flex: 0 0 420px;
  margin-left: auto!important;
  padding: 28px!important;
  border: 1px solid var(--un-cart-line)!important;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 20px!important;
  color: var(--un-cart-ink)!important;
}

body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td {
  padding: 14px 0!important;
  border-width: 0 0 1px 0!important;
  border-style: solid!important;
  border-color: var(--un-cart-soft-line)!important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: var(--un-cart-accent)!important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 20px;
  padding: 0!important;
  text-align: right;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  min-width: 260px!important;
  background: var(--un-cart-button)!important;
  font-size: 13px!important;
  text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form .actions .coupon .input-text {
  flex: 0 0 180px;
}

body.woocommerce-cart .woocommerce-cart-form .actions .coupon button[name="apply_coupon"] {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table th,
  body.woocommerce-cart .woocommerce-cart-form .shop_table td {
    padding: 20px 14px!important;
  }

  body.woocommerce-cart .cart_totals {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart .coupon {
    width: 100%!important;
    flex-direction: column;
    align-items: stretch;
  }

  body.woocommerce-cart .coupon .input-text,
  body.woocommerce-cart button[name="apply_coupon"],
  body.woocommerce-cart .actions button[name="update_cart"] {
    width: 100%!important;
    min-width: 100%!important;
    flex: 0 0 100%!important;
    margin-left: 0!important;
    box-sizing: border-box!important;
  }

  body.woocommerce-cart .actions {
    display: flex!important;
    flex-direction: column!important;
    align-items: stretch!important;
  }

  body.woocommerce-cart .shop_table_responsive tr,
  body.woocommerce-cart .woocommerce-cart-form__contents tr {
    margin-bottom: 18px!important;
    border-bottom: 0!important;
  }

  body.woocommerce-cart .shop_table_responsive tr td,
  body.woocommerce-cart .woocommerce-cart-form__contents tr td {
    display: flex!important;
    justify-content: space-between;
    gap: 16px;
    text-align: right!important;
  }

  body.woocommerce-cart .shop_table_responsive tr td::before,
  body.woocommerce-cart .woocommerce-cart-form__contents tr td::before {
    color: var(--un-cart-muted);
    font-size: 11px;
    text-transform: uppercase;
  }

  body.woocommerce-cart .shop_table_responsive tr td.product-thumbnail,
  body.woocommerce-cart .woocommerce-cart-form__contents tr td.product-thumbnail {
    display: block!important;
    width: 100%!important;
    padding-bottom: 8px!important;
    text-align: left!important;
  }

  body.woocommerce-cart .product-thumbnail img {
    width: 100px!important;
    min-width: 100px!important;
    height: 133px!important;
    margin: 0 0 8px;
  }

  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: left;
  }

  body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%!important;
    min-width: 0!important;
  }
}