.card-block-title {
  padding: 10px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 34px;
}

.card-block-title h1 {
  color: black;

  font-family: Jost;

  font-weight: 400;

  font-size: 54px;

  letter-spacing: 0%;
}

.card-block-title h5 {
  font-family: DM Sans;

  font-weight: 400;

  font-size: 16px;
}

/* ======================== cart items style (image - size - price - colors ) ========================= */

.cart-items-titles-frame {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 10px 0;
}

.items-titles {
  color: black;

  font-family: DM Sans;

  font-weight: 500;

  font-size: 16px;

  text-transform: uppercase;
}

.product-line-info {
  /* background-color: yellow; */

  margin-bottom: 5px;
}

.product-line-info .label,
.product-line-info .value {
  color: #5b5859;

  font-family: DM Sans;

  font-weight: 400;

  font-size: 14px;
}

.product-line-info .product-name {
  color: black;

  font-family: Jost;

  font-weight: 500;

  font-size: 16px;
}

.current-price .price {
  color: var(--color-primary, #cb9274);

  font-family: DM Sans;

  font-weight: 500;

  font-size: 16px;
}

.current-price .regular-price {
  color: #b9b9b9;

  font-family: DM Sans;

  font-weight: 500;

  font-size: 12px;

  text-decoration: line-through;

  /* margin-top: -10px; */
}

.product-line-grid-left {
  /* background-color: red; */

  width: 18%;
}

.product-line-grid-left .product-image picture img {
  /* images styles here - size style dosent affect for the moment  */
}

/* ============== quantity counter styles ======================== */

.quantity-wrapper {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-left: -50px;
}

/* btn btn-touchspin js-touchspin js-increase-product-quantity bootstrap-touchspin-down
  btn btn-touchspin js-touchspin js-decrease-product-quantity bootstrap-touchspin-up */
.col-md-6.col-xs-6.qty .input-group.bootstrap-touchspin {
  display: flex;
  /* background-color: red; */
  align-items: center;
  justify-content: space-between;
  margin-left: -50px;
}
.input-group.bootstrap-touchspin .input-group-btn {
  border-radius: 50%;
  background-color: #f5f4f2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  font-weight: bold !important;
  font-size: 24px;
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
  /* display: block !important; */
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 50%;
  background-color: transparent !important;
  color: #00000093 !important;
  font-weight: bold !important;
  cursor: pointer;
  transition: background-color 0.2s;
}
.js-cart-line-product-quantity.form-control {
  margin: 0px;
  text-align: center;
  border: none !important;
  background-color: transparent !important;
}

.quantity-decrease:hover,
.quantity-increase:hover {
  background-color: #e0e0e0; /* Slightly darker grey on hover */

  text-decoration: none;

  color: #000;
}

.quantity-decrease.disabled {
  opacity: 0.5;

  pointer-events: none;

  cursor: not-allowed;

  background-color: #f5f5f5; /* Keep disabled button light grey */
}

.quantity-display {
  margin: 0;

  min-width: 20px;

  text-align: center;

  font-size: 16px; /* Match the font size in your design */

  font-weight: bold; /* Optional: match the bold text in the image */
}

/* ============= total price + delete action =================== */

.product-price {
  margin-top: 33px;

  line-height: 0px !important;
}

.product-price strong {
  color: var(--color-primary, #cb9274);

  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.cart-line-product-actions a img {
  width: 26px;

  height: 26px;

  /* background-color: #F5F4F2;

    border-radius: 50%; */
}

.cart-line-product-actions a {
  padding: 10px;

  margin-top: -10px;
}

.actions-div {
  text-align: center !important;
}

.myDiv {
  display: flex;

  align-items: center;
}


@media (min-width: 2300px) {
  .myDiv {
    width: 403px;

    width: 125%;
  }
}

.taxes-description {
  color: #b9b9b9;

  font-family: DM Sans;

  font-weight: 400;

  font-size: 10px;
}

.cart-detailed-actions {
  background-color: #f5f4f2;

  padding: 0 !important;
}

.cart-detailed-actions div a {
  background-color: var(--color-primary, #cb9274) !important;

  border-radius: 2px;
}

.payment-methods {
  display: flex;

  flex-direction: column;

  align-items: center;

  p {
    font-family: DM Sans;

    font-weight: 400;

    font-size: 10px;

    color: #b9b9b9;
  }
}

.card.cart-summary {
  background-color: #f5f4f2;
}

.new-arrivals .product-accessories {
  width: 100%;

  padding: 10px 0px;
}

.product-accessories .title-1 {
  line-height: 0px !important;
}
.cart-line-product-actions > a {
  display: block !important;
}
@media (max-width: 768px) {
  .cart-line-product-actions {
    height: 211px;

    display: flex;

    margin-top: -180px;

    /* background-color: red; */

    flex-direction: column;

    justify-content: space-between;
  }

  .cart-line-product-actions .remove-from-cart {
    margin-top: 0px;
  }

  .cart-item {
    padding: 20px 0 !important  ;
  }
}
.product-quantity #quantity_wanted {
  background-color: #f6f6f6;
}

@media (max-width: 768px) {
  .card-block-title {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cart-grid {
    padding: 0 22px !important;
  }
  .cart-grid-right {
    padding: 22px !important;
  }
  .cart-items-titles-frame {
    display: none;
  }
  .card-block-title h1 {
    font-family: Jost;
    font-weight: 400;
    font-size: 24px;
  }
  .carousel-container .product-accessories {
    padding: 10px 15px;
    .title-2 {
      font-family: Jost;
      font-weight: 600;
      font-size: 24px;
      line-height: 30px;
    }
    .title-1 {
      font-family: DM Sans;
      font-weight: 500;
      font-size: 14px;
    }
  }
}

#cart a.label:hover {
  color: var(--color-primary, #cb9274);
  text-decoration: underline;
}