main.cart-page-main {
  background-color: var(--violet-color-200);
  padding: 24px 16px 40px;
}

.desktop-back-link-wrapper {
  display: none;
}

.breadcrumb-wrapper {
  background-color: var(--grey-color-300);
  border-radius: 16px;
  width: fit-content;
  padding: 4px 12px;
}

main.cart-page-main .breadcrumb-wrapper a:nth-of-type(1) {
  padding: 4px 0px 4px 0 !important;
}

.woocommerce-breadcrumb {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  gap: 8px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  padding: 0px !important;
}

.products-quantity-and-clear-cart-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.products-quantity-and-clear-cart-wrapper .all-product-quantity span {
  text-transform: uppercase;
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: "Poppins", "sans-serif";
  font-size: var(--bodysmall-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.products-quantity-and-clear-cart-wrapper .empty-cart-button {
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: "Poppins", "sans-serif";
  font-size: var(--bodysmall-mobile-fontsize);
  font-weight: 600;
}

.cart-progressbar-section {
  margin-top: 40px;
  display: flex;
}

.cart-progressbar-section .mobile-cart-progressbar-wrapper {
  display: flex;
  gap: 20px;
}

.cart-progressbar-section
  .mobile-cart-progressbar-wrapper
  .cart-progressbar-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-progressbar-section .mobile-cart-progressbar-wrapper .progressbar-title {
  color: var(--orange-color-400, #fe7040);
  /* Mobile/Text/body */
  font-family: "Karla", "sans-serif";
  font-size: var(--body-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.cart-progressbar-section .mobile-cart-progressbar-wrapper .next-step {
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.cart-progressbar-section .desktop-progresbar-wrapper {
  display: none;
}

.cart-page-main .woocommerce {
  margin-top: 24px;
}

.cart-page-main .woocommerce .woocommerce-cart-form__cart-item {
  display: flex;
  justify-content: space-between;
  border: none;
  border-top: 1px solid var(--violet-color-100);
  border-bottom: 1px solid var(--violet-color-100);
}

.cart-page-main .woocommerce .woocommerce-cart-form__cart-item .product-remove {
  display: flex;
  justify-content: end;
  order: 4;
  padding: 4px 0px 0px;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-remove
  a {
  color: var(--black-color-300, #292929) !important;
  font-family: "Poppins", "sans-serif";
  font-size: var(--h4-mobile-fontsize);
  font-weight: 100;
  line-height: normal;
  width: auto;
  height: auto;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-thumbnail {
  display: block;
  padding: 0;
  order: 1;
  border-top: none;
  line-height: 0px;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-thumbnail::before,
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name::before {
  display: none;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-thumbnail
  a {
  display: block;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-thumbnail
  img {
  width: 107px;
  height: 103px;
}

.cart-page-main .woocommerce .woocommerce-cart-form__cart-item .product-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  order: 2;
  padding: 24px 0px 0px 8px;
  flex-grow: 1;
  border-top: none;
}

.cart-page-main .woocommerce .woocommerce-cart-form__cart-item .product-name a {
  color: var(--black-color-400, #292929);
  /* Mobile2/Text/body-small */
  font-family: "Space Grotesk", "sans-serif";
  font-size: var(--bodysmall-mobile2-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .woocommerce-Price-amount {
  display: flex;
  gap: 6px;
  order: 2;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .variation {
  order: 3;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .variation
  li,
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .woocommerce-Price-amount {
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: "Poppins", "sans-serif";
  font-size: var(--bodysmall-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .woocommerce-Price-amount::before {
  content: "PLN";
  display: block;
}

.cart-page-main .woocommerce .woocommerce-cart-form__cart-item .product-price,
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-quantity,
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-subtotal {
  display: none;
}

.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .variation
  dt.variation-,
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .variation
  ul
  li:nth-of-type(1),
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .variation
  ul
  li:nth-of-type(2),
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .variation
  ul
  li:nth-of-type(3),
.cart-page-main
  .woocommerce
  .woocommerce-cart-form__cart-item
  .product-name
  .variation
  ul
  .rbfw_room_cart_table {
  display: none;
}

.shop_table .actions {
  display: none !important;
}

.shop_table tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: none;
}

.woocommerce table.shop_table {
  border: none;
  margin: 0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce table.shop_table td {
  border-top: none;
}

.add-next-product-wrapper {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.add-next-product-wrapper .add-next-product-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

.add-next-product-wrapper .add-next-product-link span {
  color: var(--black-color-500, #141414);
  /* Desktop/Text/caption */
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.cart-collaterals {
  margin-top: 20px;
}

.cart-collaterals .cart_totals h2,
.cart-collaterals .cart-subtotal {
  display: none !important;
}

.cart-collaterals .cart_totals .order-total {
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: "Poppins", "sans-serif";
  font-size: var(--bodysmall-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.cart-collaterals .cart_totals .order-total td,
.cart-collaterals .cart_totals .order-total td::before,
.cart-collaterals .cart_totals .order-total td strong {
  font-weight: 400;
}

.cart-collaterals .cart_totals .order-total td {
  border-top: none !important;
  padding: 0px !important;
}

.cart-collaterals .cart_totals .shop_table {
  padding-bottom: 8px !important;
  border-bottom: 1px solid var(--violet-color-100);
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 40px;
  padding: 0px;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  padding: 9px 16px 10px;
  background-color: var(--black-color-400);
  color: var(--beige-color-100, #fdfcfa);
  /* Desktop/Text/caption */
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

main.cart-page-main .woocommerce #prowc_empty_cart {
  display: none;
}

.woocommerce-Price-currencySymbol {
  display: none;
}

.cart-empty.woocommerce-info {
  border-top: none;
  padding: 0px;
  margin: 60px 0px;
  text-align: center;
  background-color: transparent;
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: "Poppins", "sans-serif";
  font-size: var(--bodysmall-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.woocommerce-info::before {
  display: none;
}

.return-to-shop .button.wc-backward {
  display: block;
  padding: 9px 17px 10px;
  background-color: var(--black-color-400);
  text-align: center;
  border-radius: 0px;
  color: var(--beige-color-100, #fdfcfa);
  /* Desktop/Text/caption */
  font-family: "Poppins", "sans-serif";
  font-size: var(--caption-desktop-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.woocommerce-message {
  border-top: none;
  padding: 10px 15px;
  margin: 32px 0 0;
  border-radius: 8px;
  background: var(--violet-color-100, #eeebf7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: "Karla", "sans-serif";
  font-size: var(--bodysmall-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.woocommerce-message a {
  text-decoration-line: underline;
  color: var(--black-color-400, #292929);
  /* Mobile/Text/body-small */
  font-family: "Karla", "sans-serif";
  font-size: var(--bodysmall-mobile-fontsize);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.woocommerce-message::before,
.desktop-progressbar-wrapper {
  display: none;
}

@media (min-width: 760px) {
  main.cart-page-main {
    padding: 40px 32px 60px;
  }

  .cart-page-main
    .woocommerce
    .woocommerce-cart-form__cart-item
    .product-thumbnail {
    min-width: auto !important;
  }

  .cart-page-main .woocommerce {
    margin-top: 40px;
  }
}

@media (min-width: 800px) {
  .woocommerce table.shop_table thead tr {
    display: none;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: auto;
  }

  .cart-collaterals .cart_totals .order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border: none;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  main.cart-page-main {
    padding: 20px 40px 60px;
  }
  .desktop-back-link-wrapper {
    display: flex;
    padding: 12px;
    background-color: var(--beige-color-200);
    border-radius: 16px;
    width: fit-content;
    margin-left: 0px !important;
  }

  .breadcrumb-wrapper {
    background-color: transparent;
    padding: 0px;
  }

  .cart-progressbar-section {
    justify-content: center;
  }

  .products-quantity-and-clear-cart-wrapper,
  .cart-progressbar-section .mobile-cart-progressbar-wrapper {
    display: none;
  }

  .cart-progressbar-section .desktop-progressbar-wrapper {
    display: block;
  }

  .cart-page-main .woocommerce {
    margin-top: 56px;
  }

  .woocommerce-cart-form {
    max-width: 900px;
    margin: 20px auto 0;
  }

  .woocommerce table.shop_table thead {
    display: none;
  }

  .cart-page-main
    .woocommerce
    .woocommerce-cart-form__cart-item
    .product-thumbnail {
    min-width: auto;
  }

  .cart-page-main .woocommerce .woocommerce-cart-form__cart-item .product-name {
    justify-content: center;
    padding: 0px 0px 0px 10px;
  }

  .add-next-product-wrapper {
    width: 900px;
    margin: 16px auto 0;
  }

  .cart-collaterals .cart_totals .shop_table {
    border-bottom: none;
    margin: 0px !important;
    padding-bottom: 0px !important;
  }

  .cart-collaterals .cart_totals .order-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: var(--h5-desktop-fontsize);
    line-height: 122%; /* 26.84px */
    letter-spacing: -0.22px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none;
    width: auto;
    font-weight: normal !important;
    padding: 0px 8px 0px !important;
  }

  .cart-collaterals {
    margin: 32px auto 0;
    width: 900px !important;
  }

  .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-top: 20px;
  }

  .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: fit-content;
  }

  .wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
  }

  .cart-page-main
    .woocommerce
    .woocommerce-cart-form__cart-item
    .product-remove
    a:hover {
    background-color: transparent;
  }
}
