.cart-wrapper-arcaffe,
.checkout-wrapper-arcaffe {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 172px;
}

.cart-collaterals {
  height: fit-content;
}

.wrapper-row-mini-cart {
  display: flex;
  flex-direction: row-reverse;
}

.stock-missing-cart {
  padding-right: 33px !important;
  padding-top: 6px !important;
  padding-left: 0 !important;
}

.cart-wrapper-arcaffe .input-text.qty.text {
  max-width: 40px !important;
  font-size: 14px;
  line-height: 17px;
}

.minicart-name .input-text.qty.text {
  max-width: 40px !important;
  font-size: 14px;
  line-height: 17px;
}

.minicart-name span {
  color: #060706;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold !important;
  text-align: right;
}

.minicart-subtotal {
  span {
    bdi {
      color: #060706;
      font-size: 18px;
      line-height: 22px;
      font-weight: normal !important;

      span {
        color: #060706;
        font-size: 18px;
        line-height: 22px;
        font-weight: normal !important;
      }
    }
  }
}

.product_list_widget::-webkit-scrollbar {
  width: 4px;
}

.product_list_widget::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
  border: 0.5px solid #707070;
}

.product_list_widget::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 4px;
}

.product_list_widget::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

.product_list_widget::-webkit-scrollbar-button {
  background-color: transparent;
  height: 1px;
  display: block;
  content: "";
}

.minicart-name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 10px;
  padding-top: 20px;
}

.minicart-subtotal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
}

.cart-wrapper-arcaffe .woocommerce-breadcrumb,
.checkout-wrapper-arcaffe .woocommerce-breadcrumb {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 26px;
  padding-right: 0px;
}

@media (max-width: 1100px) {
  .cart-wrapper-arcaffe .woocommerce-breadcrumb {
    padding-right: 20px;
  }
}

.woocommerce-breadcrumb a {
  color: #000000 !important;
}

.product-thumbnail {
  width: 67px;
  max-width: 67px;
  max-height: 78px !important;
  height: 78px !important;
  padding-right: 0px !important;
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 15px !important;
  padding: 0 !important;
  width: fit-content;
}

.cart-arcaffe-wrapper-content,
.checkout-arcaffe-wrapper-content {
  margin: 0 72px;
}

.product-subtotal {
  padding: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 12px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.cart-quantity-buttons {
  width: 122px !important;
  min-width: 122px !important;
  max-width: 122px !important;
  height: 38px !important;
}

.cart-quantity-button-wrapper {
  padding: 0 20px !important;
}

.coupon {
  width: 158px;
  height: 38px;
  border: 0.5px solid #000000;
  display: flex;
  align-items: center;
  box-sizing: border-box;

  button {
    width: 39px;
    height: 100%;
    background: transparent !important;
    border-radius: 0 !important;
    border-right: 0.5px solid #000000 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      width: 14px !important;
      height: 12px !important;
    }
  }

  input {
    width: 118px;
    height: calc(100% - 2px);
    border: none;
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    appearance: none;
    -moz-appearance: textfield;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
  }

  input:focus {
    outline: none;
  }
}

.coupon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;

  span {
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    line-height: 15px;
  }
}

.cart-arcaffe-wrapper-action {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 17px;
}

.cart-buttons-wrapper,
.checkout-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  padding-left: 1px;
}

.arcaffe-button-continue-shop {
  color: #707070;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline !important;
}

.arcaffe-button-go-to-checkout,
.arcaffe-button-continue-checkout {
  margin: 0 !important;
  width: 158px;
  height: 38px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.custom-cart-collaterals {
  margin: 0 auto;
}

.cart-collaterals {
  padding: 0 60px;
  padding-top: 28px;
  padding-bottom: 40px;
  width: calc(45% - 50px) !important;
  min-width: calc(45% - 50px);
  box-sizing: border-box;
  margin-right: 50px;
}

.custom-cart-collaterals .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.custom-cart-collaterals .label {
  font-weight: 600;
  direction: rtl;
}

.custom-cart-collaterals .value {
  font-weight: 600;
  direction: ltr;
}

.custom-cart-collaterals hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}

.custom-cart-collaterals .details {
  display: flex;
  gap: 40px;
  font-size: 0.85em;
  color: #666;
  margin-top: 16px;
  width: 100%;
}

.custom-cart-collaterals .details img {
  margin-left: 7px;
}

.custom-cart-collaterals .total .label,
.custom-cart-collaterals .total .value {
  font-size: 1.2em;
}

.shipping {
  flex-direction: column;
}

.left {
  display: flex;
  align-items: center;
  gap: 8.2px;
}

.shipping-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.update-shipping {
  color: #707070;
  font-size: 14px;
  line-height: 15px;
  text-decoration: underline !important;
}

.total {
  margin-top: 8px;
}

.discount {
  padding-bottom: 8px;
}

.shipping {
  padding-top: 8px;
  padding-bottom: 8px;
}

.meta-item {
  display: flex;
  align-items: center;
}

.wrapper-product-name {
  display: flex;
  align-items: center;
  gap: 62px;
  flex-wrap: wrap;
}

body.woocommerce-cart
  .container
  > .woocommerce
  table.shop_table
  .product-name
  a {
  max-width: 150px;
  width: 150px;
}
body.woocommerce-cart
  .container
  > .woocommerce
  table.shop_table
  .product-name-wrapper {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.woocommerce-cart
  .container
  > .woocommerce
  table.shop_table
  .product-name-wrapper
  .extra-fields,
#customMinicartContainer
  .minicart-content
  ul.cart_list
  li
  .minicart-name
  .extra-fields {
  font-size: 14px;
}

.cart-pintpdf-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 14px;

  img {
    cursor: pointer;
  }
}

.cart-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  img {
    min-width: 22px;
    height: 20px;
  }
}

.freeshipping-info,
.freeshipping-success {
  font-size: 14px !important;
  line-height: 17px !important;
}

.nav-cart-is-mobile {
  display: none;
}

.cart-wrapper-form {
  display: flex;
}

.cart-checkout-breadcrumb {
  display: flex;
  align-items: center;
  gap: 32px;
  &::before {
    display: none !important;
  }

  img {
    width: 10px;
    height: 8px;
  }
}

.accordion-arrow {
  display: none;
}

.cart_totals {
  display: flex;
  align-items: center;

  table {
    margin-bottom: 0 !important;

    th,
    td {
      padding: 0 !important;
      width: 100% !important;
    }
  }
}

.minicart-header {
  h2 {
    display: flex;
    font-size: 20px;
    line-height: 20px;
    color: #060706;
    gap: 5px;

    span {
      font-size: 18px;
      line-height: 22px;
      font-weight: normal;
    }
  }
}

.wrapper-total-mini-cart {
  width: 100%;
  background: #f2f2f2;
  padding: 25px;
  box-sizing: border-box;
}

.minicart-content .basket-action-product {
  flex-direction: row-reverse !important;
}

.minicart-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: calc(100dvh - 120px - 105px);
}

.product_list_widget {
  padding: 0 20px !important;
  overflow: auto;
  direction: ltr;
  margin: 0 5px !important;
}

.arcaffe-coupon-wrapper .woocommerce-remove-coupon {
  display: none;
}

.delivery-slot-info-second {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}

.checkboxes-wrapper {
  padding-right: 33px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkboxes-wrapper span {
  font-size: 14px;
  color: #060706;
}

.checkboxes-wrapper label {
  display: flex;
  align-items: center;
}

.coupon-error-notice {
  display: none !important;
}

#coupon-error-notice {
  display: none !important;
}

.coupon-error-notice.coupon {
  border: 1px solid #ff0202 !important;
}

.coupon:has(.coupon-error-notice) {
  border: 1px solid #ff0202 !important;
}

.coupon:has(.coupon-error-notice) button {
  border-right: 1px solid #ff0202 !important;
}

.coupon:has(.coupon-error-notice) input {
  color: #ff0202 !important;
}

.arcaffe-error-cupon {
  color: #ff0202 !important;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal !important;
  display: none;
}

.arcaffe-coupon-icon {
  pointer-events: none;
}

.arcaffe-error-icon {
  display: none;
  pointer-events: none;
}

.coupon-wrapper:has(.coupon-error-notice) .arcaffe-error-cupon {
  display: flex !important;
}

.coupon-wrapper:has(.coupon-error-notice) .arcaffe-coupon-icon {
  display: none !important;
}

.coupon-wrapper:has(.coupon-error-notice) .arcaffe-error-icon {
  display: inline !important;
}

.checkboxes-wrapper input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;

  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  box-shadow: none;
  border: 0.5px solid #000000;
  margin: 0 !important;
  margin-left: 8px !important;
}

.checkboxes-wrapper input:checked {
  background-color: transparent;
  border: 0.5px solid #000000;
}

.checkboxes-wrapper input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 4px;
  background-image: url("../images/icon_check_mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.cart {
  display: flex;
  align-items: center;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.checkboxes-wrapper label {
  cursor: pointer;
}

#choosedCityCollaterals {
  font-size: 20px;
}

.woocommerce-Price-currencySymbol {
  font-size: 11px !important;
}

.arcaffe-coupon-wrapper {
  td {
    font-size: 18px;
    line-height: 18px;
    color: #060706;
    font-weight: normal !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;

    &:first-of-type {
      color: transparent;
      display: flex;
      align-items: center;

      span {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        font-size: 20px;
        line-height: 20px;
        color: #060706;
        font-weight: normal !important;

        span {
          &::after {
            content: "-";
            font-size: 18px;
            line-height: 18px;
            color: #060706;
            font-weight: normal !important;
          }
        }
      }
    }
  }
}

.collaterals-city-shipping {
  td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-top: 10px !important;
  }
}

.delivery-slot-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.delivery-slot-info-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  line-height: 18px;
  color: #060706;
}

.active-accordion-total-img {
  transform: rotate(180deg);
}

.delivery-slot-info-item img {
  width: 17px !important;
  height: 18px !important;
}

.minicart-empty-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.minicart-empty-wrapper h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #060706;
  text-align: center;
}

.minicart-content:has(.minicart-empty-wrapper) {
  height: 200px;
}

.minicart-empty-wrapper span {
  font-size: 16px;
  line-height: 17px;
  color: #060706;
  font-weight: normal;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
.woocommerce-cart-form__cart-item .price-per-item-wrapper {
  font-size: 12px;
}
.woocommerce-cart-form__cart-item .price-per-item-wrapper bdi {
  font-weight: normal;
}

.cart-count {
  color: #060706;
  font-family: "Almoni", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
}
.popup-minicart-wrapper p.woocommerce-mini-cart__total.total,
.checkout-leftside.minicart-checkout p.woocommerce-mini-cart__total.total {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 1250px) {
  .cart-wrapper-arcaffe .woocommerce-breadcrumb {
    padding: 0 20px;
  }
}

@media (max-width: 1100px) {
  .popup-minicart-wrapper .cart-freeshipping-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .checkboxes-wrapper span {
    font-size: 13px;
  }

  .checkboxes-wrapper {
    padding-right: 0px;
  }

  .stock-missing-cart {
    padding: 0 !important;
    padding-top: 6px !important;
  }

  .popup-minicart-wrapper .freeshipping-info {
    margin: 0 !important;
  }

  .accordion-arrow {
    width: 24px !important;
    height: 24px !important;
    display: flex;
    transform: rotate(0deg);
  }
  .cart-buttons-wrapper {
    justify-content: space-between;
    height: 80px;
    box-shadow: 0pt 0pt 6pt rgba(0, 0, 0, 0.3);
    padding: 0 20px;
    box-sizing: border-box;
    gap: 19px;
  }

  .arcaffe-info-table {
    margin: 0 !important;
    margin-bottom: 0 !important;
    tbody {
      display: flex;
      flex-direction: column-reverse;
    }
  }

  .collaterals-city-shipping {
    display: none;
  }

  .arcaffe-coupon-wrapper {
    display: none;
  }

  .cart_totals {
    display: flex;
    align-items: center;

    table {
      margin-bottom: 0 !important;
    }
  }

  .collaterals-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .cart-collaterals {
    padding: 20px !important;
  }

  .arcaffe-button-continue-shop {
    color: #000000;
    font-size: 14px;
    width: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 17px;
    text-decoration: underline !important;
  }

  .cart-icons-wrapper,
  .cart-freeshipping-left,
  .cart-product-count,
  .woocommerce-cart-form__contents {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .product-thumbnail {
    width: 101px;
    max-width: 101px;
    padding-left: 16px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    max-height: 78px !important;
    height: 78px !important;

    a {
      display: flex;
      width: 67px;
      max-width: 67px;
      max-height: 78px !important;
      height: 78px !important;
    }
  }

  .product-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 15px !important;
    padding: 0 !important;
    width: fit-content;
  }

  .cart-arcaffe-wrapper-content,
  .checkout-arcaffe-wrapper-content {
    margin: 0 72px;
  }

  .product-subtotal {
    padding: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 12px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .cart-quantity-buttons {
    width: 122px !important;
    min-width: 122px !important;
    max-width: 122px !important;
    height: 38px !important;
  }

  .cart-quantity-button-wrapper {
    padding: 0 20px !important;
  }

  .coupon {
    width: 158px;
    height: 38px;
    border: 0.5px solid #000000;
    display: flex;
    align-items: center;
    box-sizing: border-box;

    button {
      width: 39px;
      height: 100%;
      background: transparent !important;
      border-radius: 0 !important;
      border-right: 0.5px solid #000000 !important;
      padding: 0 !important;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 14px !important;
        height: 12px !important;
      }
    }

    input {
      width: 118px;
      height: calc(100% - 2px);
      border: none;
      font-size: 14px;
      color: #000000;
      text-align: center;
      font-weight: normal;
      outline: none;
      border: none;
      background: none;
      padding: 0;
      appearance: none;
      -moz-appearance: textfield;
      user-select: none;
      overflow: hidden;
      white-space: nowrap;
    }

    input:focus {
      outline: none;
    }
  }

  .coupon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;

    span {
      font-weight: bold;
      color: #000000;
      font-size: 15px;
      line-height: 15px;
    }
  }

  .cart-arcaffe-wrapper-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 17px;
  }

  .cart-buttons-wrapper,
  .checkout-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 36px;
    padding-left: 1px;
  }

  .arcaffe-button-continue-shop {
    color: #707070;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline !important;
  }

  .arcaffe-button-go-to-checkout,
  .arcaffe-button-continue-checkout {
    margin: 0 !important;
    width: 158px;
    height: 38px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .custom-cart-collaterals {
    margin: 0 auto;
  }

  .cart-collaterals {
    padding: 0 60px;
    padding-top: 28px;
    padding-bottom: 40px;
    width: calc(45% - 50px) !important;
    min-width: calc(45% - 50px);
    box-sizing: border-box;
    margin-right: 50px;
  }

  .custom-cart-collaterals .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .custom-cart-collaterals .label {
    font-weight: 600;
    direction: rtl;
  }

  .custom-cart-collaterals .value {
    font-weight: 600;
    direction: ltr;
  }

  .custom-cart-collaterals hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0;
  }

  .custom-cart-collaterals .details {
    display: flex;
    gap: 40px;
    font-size: 0.85em;
    color: #666;
    margin-top: 16px;
    width: 100%;
  }

  .custom-cart-collaterals .details img {
    margin-left: 7px;
  }

  .custom-cart-collaterals .total .label,
  .custom-cart-collaterals .total .value {
    font-size: 1.2em;
  }

  .shipping {
    flex-direction: column;
  }

  .left {
    display: flex;
    align-items: center;
    gap: 8.2px;
  }

  .shipping-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .update-shipping {
    color: #707070;
    font-size: 14px;
    line-height: 15px;
    text-decoration: underline !important;
  }

  .total {
    margin-top: 8px;
  }

  .discount {
    padding-bottom: 8px;
  }

  .shipping {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .meta-item {
    display: flex;
    align-items: center;
  }

  .wrapper-product-name {
    display: flex;
    align-items: center;
    gap: 62px;
    flex-wrap: wrap;
  }

  body.woocommerce-cart
    .container
    > .woocommerce
    table.shop_table
    .product-name
    a {
    max-width: 106px;
    width: 106px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }

  .cart-pintpdf-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 14px;

    img {
      cursor: pointer;
    }
  }

  .cart-icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

    img {
      min-width: 22px;
      height: 20px;
    }
  }

  .freeshipping-info,
  .freeshipping-success {
    font-size: 14px;
    line-height: 17px;
  }

  .nav-cart-is-mobile {
    display: none;
  }

  .cart-wrapper-form {
    display: flex;
  }

  .cart-checkout-breadcrumb {
    display: flex;
    align-items: center;
    gap: 32px;
    &::before {
      display: none !important;
    }

    img {
      width: 10px;
      height: 8px;
    }
  }

  .accordion-arrow {
    display: none;
  }

  .cart_totals {
    display: flex;
    align-items: center;

    table {
      margin-bottom: 0 !important;

      th,
      td {
        padding: 0 !important;
        width: 100% !important;
      }
    }
  }

  .minicart-header {
    h2 {
      display: flex;
      font-size: 20px;
      line-height: 20px;
      color: #060706;
      gap: 5px;

      span {
        font-size: 18px;
        line-height: 22px;
        font-weight: normal;
      }
    }
  }

  .wrapper-total-mini-cart {
    width: 100%;
    background: #f2f2f2;
    padding: 25px;
    box-sizing: border-box;
  }

  .minicart-content .basket-action-product {
    flex-direction: row-reverse !important;
  }

  .minicart-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: calc(100dvh - 120px - 132px);
  }

  .product_list_widget {
    padding: 0 25px !important;
    overflow: auto;
    direction: ltr;
  }

  .arcaffe-coupon-wrapper .woocommerce-remove-coupon {
    display: none;
  }

  .collaterals-city-shipping td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-top: 10px !important;
  }

  @media (max-width: 1250px) {
    .cart-wrapper-arcaffe .woocommerce-breadcrumb {
      padding: 0 20px;
    }
  }

  @media (max-width: 1100px) {
    .popup-minicart-wrapper .cart-freeshipping-left {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .stock-missing-cart {
      padding: 0 !important;
      padding-top: 6px !important;
    }

    .popup-minicart-wrapper .freeshipping-info {
      margin: 0 !important;
    }

    .accordion-arrow {
      width: 24px !important;
      height: 24px !important;
      display: flex;
    }
    .cart-buttons-wrapper {
      justify-content: space-between;
      height: 80px;
      box-shadow: 0pt 0pt 6pt rgba(0, 0, 0, 0.3);
      padding: 0 20px;
      box-sizing: border-box;
      gap: 19px;
    }

    .arcaffe-info-table {
      margin: 0 !important;
      margin-bottom: 0 !important;
      tbody {
        display: flex;
        flex-direction: column;
      }
    }

    .collaterals-city-shipping {
      order: 3;
    }

    .arcaffe-coupon-wrapper {
      order: 2;
    }

    .collaterals-city-shipping {
      display: none;
    }

    .arcaffe-coupon-wrapper {
      display: none;
    }

    .cart_totals {
      display: flex;
      align-items: center;

      table {
        margin-bottom: 0 !important;
      }
    }

    .collaterals-wrapper {
      display: flex;
      flex-direction: column-reverse;
    }

    .order-total {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;

      th,
      td {
        padding: 0;
        border: none !important;
      }
    }
    .cart-collaterals {
      padding: 10px 20px !important;
    }

    .arcaffe-button-continue-shop {
      color: #000000;
      font-size: 14px;
      width: 158px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 17px;
      text-decoration: underline !important;
    }

    .cart-icons-wrapper,
    .cart-freeshipping-left,
    .cart-product-count,
    .woocommerce-cart-form__contents {
      padding: 0 20px;
      box-sizing: border-box;
    }
    .product-thumbnail {
      width: 101px;
      max-width: 101px;
      padding-left: 16px !important;
      padding-right: 0px !important;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      max-height: 111px !important;
      height: 111px !important;

      a {
        display: flex;
        width: 101px;
        max-width: 101px;
        max-height: 111px !important;
        height: 111px !important;
      }
    }

    .product-subtotal {
      padding: 0 !important;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
      padding-top: 33px !important;
      gap: 8px;
    }
    .wrapper-product-name {
      display: flex;
      align-items: flex-start;
      gap: 30px;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
      margin-top: 20px;
    }

    .cart-checkout-breadcrumb {
      gap: 10px;

      &::before {
        display: none !important;
      }
    }

    .cart-wrapper-form {
      display: flex;
      flex-direction: column-reverse;
    }

    .cart-arcaffe-wrapper-content {
      display: flex;
      flex-direction: column;
      margin: 0 !important;
    }

    .woocommerce-cart-form {
      width: 100% !important;
    }
    .cart-collaterals {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 25px !important;
    }

    .nav-cart-is-desktop {
      display: none;
    }

    .nav-cart-is-mobile {
      display: flex;
    }

    body.woocommerce-cart
      .container
      > .woocommerce
      table.shop_table
      .product-name
      a {
      max-width: 100%;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
    }

    .before-cart-table-info {
      flex-direction: column-reverse;
      gap: 12px;
    }
    .woocommerce-cart-form .before-cart-table-info .cart-freeshipping-left {
      margin: 0 !important;
      width: 100%;
      flex-basis: 100% !important;
      max-width: 100% !important;
    }

    .freeshipping-info {
      margin: 0 auto;
      font-size: 13px;
      color: #060706;
      line-height: 15px;
      margin-bottom: 7px;
    }

    .woocommerce-cart-form
      .before-cart-table-info
      .cart-freeshipping-left
      .freeshipping-bar {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100%;
      height: 12.83px !important;
      min-height: 12.83px !important;
    }

    .woocommerce-cart-form
      .before-cart-table-info
      .cart-freeshipping-left
      .freeshipping-bar {
      width: 100% !important;
      max-width: 100% !important;
    }

    .cart-product-count {
      border-top: 1px solid #e0e0e0;
      padding-top: 13px;
      justify-content: space-between;
    }

    .cart-wrapper-arcaffe .woocommerce-breadcrumb {
      margin-bottom: 16px !important;
    }

    .cart-checkout-breadcrumb {
      margin-bottom: 0 !important;
    }

    .woocommerce-cart-form {
      box-sizing: border-box;
    }

    body.woocommerce-cart
      .container
      > .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tbody:first-child
      tr:first-child
      td {
      border-top: none !important;
    }
  }

  @media (max-width: 944px) {
    .cart-quantity-buttons {
      width: 122px !important;
      min-width: 122px !important;
      max-width: 122px !important;
      height: 38px !important;
    }
  }

  @media (max-width: 768px) {
    .cart-arcaffe-wrapper-content {
      display: flex;
      flex-direction: column;
      margin: 0 !important;
    }

    .woocommerce-cart-form {
      width: 100% !important;
    }
  }

  @media (max-width: 500px) {
    body.woocommerce-cart
      .container
      > .woocommerce
      table.shop_table
      .product-name
      a {
      max-width: 150px;
      width: 150px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
    }

    .popup-minicart-wrapper .cart-freeshipping-left .freeshipping-bar {
      width: 188px !important;
      min-width: 188px !important;
    }

    .popup-minicart-wrapper .freeshipping-info {
      margin: 0 !important;
      font-size: 11px !important;
    }
  }
}

.noProductInCart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 43.07px;
  width: 251px;
  margin: 0 auto;
  text-align: center;
}

.noProductInCart img {
  width: 38.02px;
  height: 49.56px;
  padding-bottom: 17.79px;
}

.noProductInCart h3 {
  font-size: 20px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  color: #060706;
  padding-bottom: 10px;
}

.noProductInCart p {
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  font-weight: normal;
  color: #060706;
}
