/* stylelint-disable selector-class-pattern, font-family-no-missing-generic-family-keyword */
.menu-cart a {
  padding: 0 !important;
  border: 0 !important;
}

.menu-cart .elementor-button {
  background: #568E2F !important;
}

.menu-cart .elementor-button-icon {
  width: 120px !important;
  padding-left: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.menu-cart .elementor-button-icon-qty {
  font-family: Raleway !important;
  background: #fff !important;
  color: #568E2F !important;
  position: absolute !important;
  left: 60px !important;
  top: 15px !important;
  font-size: 15px !important;
  width: 10px !important;
}

.cm-mini-cart-qty {
  border: 1px solid #00000033 !important;
  color: #281D1B !important;
}


.cart-heading {
  font-family: Raleway !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  padding: 24px 24px 12px;
}

.cart-heading-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.cm-back-to-shop {
  font-family: Raleway !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 31px;
  text-decoration: underline;
  color: #568E2F;
  padding: 0 8px;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 8px;
}

.divider {
  border-top: 1px solid #CBCBCB !important;
  margin: 0 0 16px !important;
  border: 0;
}

.items {
  padding: 024px;
  flex-grow: 1;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}

.cart-item img {
  width: 100px;
  height: 90px;
  object-fit: contain;
  max-width: 100%;
}

.item-details {
  font-family: Raleway !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #444;
}

.item-title {
  font-family: Raleway !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px !important;
  font-size: 16px;
  color: #000;
}



.item-subtext {
  font-family: Raleway !important;
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #575756;
  padding-left: 06px;
}

.item-subtext1 {
  font-family: Raleway !important;
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #858585;
  padding-top: 0;
  margin-top: 5px;
}


.qty-input {
  font-family: Raleway !important;
  width: 40px !important;
  height: 30px !important;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 !important;
  color: #281D1B;
  margin-top: 12px;
}

.cart-delete-icon {
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cart-delete-icon:hover {
  opacity: 0.8;
}

.cm-item-price {
  font-family: Raleway !important;
  font-weight: 600;
  margin-top: 0;
  font-size: 16px;
}

.cm-item-price .woocommerce-Price-amount {
  color: #000;
}

.cm-cart-summary-container {
  padding: 20px 34px 20px 24px;
  height: auto;
  background-color: #f7f7f7;
}

.cm-cart-summary {
  font-family: Raleway !important;
  width: 100% !important;
  font-size: 14px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.cm-cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
  width: 100%;
}


.cm-item-badge {
  font-family: Raleway !important;
  display: flex;
  border: #568E2F solid 1px;
  color: #568E2F !important;
  width: auto;
  border-radius: 12px;
  line-height: 100%;
  font-size: 10px !important;
  font-weight: 600 !important;
  padding: 4px 6px !important;
  margin-bottom: 4px;
}

.cm-item-badge-container {
  display: flex;
  align-items: center;
}

.woocommerce a.remove:hover {
  background: none !important;
}


.cm-cart-buttons a.wc-forward,
.cm-cart-buttons a.wc-forward:hover {
  padding: 16px 24px !important;
  font-family: Raleway !important;
  border: 1px solid #000 !important;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.cm-cart-buttons a.checkout,
.cm-cart-buttons a.checkout:hover {
  font-family: Raleway !important;
  padding: 16px 24px !important;
  border: 1px solid #568E2F !important;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 31px;
  background-color: #568E2F;
}

.cm-item-price-mobile {
  display: none;
}

@media (width <=768px) {
  .cm-item-price {
    display: none;
  }

  .cm-item-price-mobile {
    display: inline-block;
    margin-left: 4px !important;
    color: #000;
    font-weight: 600;
    font-size: 16px;
  }

  .qty-price-wrap {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 8px;
  }

  .qty-input {
    margin-top: 0;
  }
}

@media (width <=450px) {
  .cm-item-badge-container span {
    font-size: 10px !important;
  }

  .cm-item-badge-container p {
    font-size: 10px !important;
  }

  .item-subtext1 {
    font-size: 12px !important;
  }
}