product_inlinee input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox üçün */
  -webkit-appearance: number-input;
  /* Safari və Chrome üçün */
  appearance: number-input;
}

/* Yalnız ox işarələrini göstərmək üçün */
.product_inlinee input[type="number"]::-webkit-inner-spin-button,
.product_inlinee input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.product-image-basket {
  width: 80px;
  height: 104px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.15rem;
}

.product-image-basket img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product-infoBasket p {
  margin-bottom: 0;
  font-family: Inter;
  font-size: 14.18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.product-checkbox_baskett {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid black;
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
}

.product-checkbox_baskett:checked::before {
  content: "✔";
  color: #4ea021;
  font-size: 12px;
  position: absolute;
  top: 8px;
  left: 54%;
  transform: translate(-50%, -50%);
  user-select: none;
  font-family: Inter;
}

/* azalt artir basket */

.product_quality-basket-table {
  padding: 0px 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.quantity_input_table_basket {
  width: 50px;
  text-align: center;
  border: none;
  background-color: transparent;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.product_quality-basket-table button {
  padding: 5px 10px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}

.product_quality-basket-table button i {
  font-size: 10px;
}

#sm-product-quantity {
  margin-right: 0 !important;
  padding: 0;
}

.order-summaryBasketRight {
  margin-bottom: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid lightgrey;
  border-radius: 22px;
}

.left-grid-basket {
  background-color: white;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.height-100 {
  height: 100%;
  border-radius: 5px;
}

.information_basket {
  margin-bottom: 2rem;
}
.basket_info_product_quality h3{
  display: flex;
  gap: 1rem;
}


.order-summaryBasketRight {
  height: 260px !important;
}

.basket_general {
  padding-bottom: 2rem !important;
  padding-top: 0 !important;
}

.cart-item-rowBasket {
  display: flex;
}

.checkbox__cart-item-toggle {
  align-items: center;
  display: flex;
  padding-right: 10px;
}

.cart-item-wrapperBasket {
  width: 100%;
  display: flex;
}

.product-infoBasket {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 100%;
}

.productNameBasket p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  color: #000000;
}

.product-priceBasket {
  display: flex;
  flex-direction: column;
}

.discount-priceBasket {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.6px;
  color: black;
}

.original-priceBasket {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.91px;
  text-decoration-line: line-through;
  color: #928f8f;
}

.productCharacteristics p {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.99px;
  color: #000000;
}

.productCharacteristics p strong {
  font-size: 13px;
  font-weight: bold;
  line-height: 15.99px;
  color: black;
}

.productCharacteristics {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.delete-btnBasketItem {
  display: flex;
  gap: 3px;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
}

.delete-btnBasketItem p {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #1f2026;
}

.productNameBasket {
  width: calc(100% - 7rem);
  flex-grow: 1;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  min-width: 60%;
}

.productDeleteBasket {
  text-align: right;
  width: 6.5rem;
  display: flex;
  justify-content: end;
}

.productCharacteristics {
  margin-right: 1rem;
}

.product_quality-basket-table {
  display: block;
  position: relative;
  text-align: center;
  align-self: baseline;
}

.miqdarQiymetFlex {
  display: flex;
}

.product-infoBasket {
  display: flex;
  justify-content: space-between;
}

.miqdarQiymetFlex {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity_input_table_basket:focus {
  outline: none;
  border: none;
  user-select: none;
}

.product_card_basket {
  padding: 10px;
  border-radius: 22px;
  border: 0.5px solid #00000026;
}

.storeNamesBasket {
  display: flex;
  flex-direction: column;
}

.storeNamesBasket span {
  font-family: Poppins;
  font-size: 9px;
  font-weight: 400;
  line-height: 12.6px;
  letter-spacing: 0.02em;
  color: #6b6a6a;
}

.storeFlexBasket {
  display: flex;
  gap: 4px;
}

.storeNamesBasket p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.storeImgBasket {
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.storeImgBasket img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storeBetweenCard {
  display: flex;
  justify-content: space-between;
}

.basket_info_product_quality h3 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.basket_info_product_quality h3 span {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: 0.02em;
  color: #a09999;
}

.chooseAllProduct p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #1f2026;
  margin: 0;
  padding: 0;
}

.chooseAllProduct {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  text-align: start;
  gap: 10px;
}

.betweenBasketCardTop {
  display: flex;
  justify-content: space-between;
  width: 66%;
}

#clear_basket {
  border: none;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}

.orderTitleBasket h3 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.amount-rowsummaryBasketRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderFlexBasket {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order-summaryBasketRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rowsummaryBasketRight_1 .label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  color: #a09999;
}
.rowsummaryBasketRight_1 .value {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 800;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  color: black;
}
.rowsummaryBasketRight_2 .label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  color: #4ea021;
}
.rowsummaryBasketRight_2 .value {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 800;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  color: #4ea021;
}
.rowsummaryBasketRight_3 .label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  color: black;
}
.rowsummaryBasketRight_3 .value {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 800;
  line-height: 33.6px;
  letter-spacing: 0.02em;
  color: black;
}

.order-button-basket_right {
  border-radius: 10px;
  background-color: #81d653;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2d2d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border: none;
  user-select: none;
}

.order-button-basket_right:hover{
  background-color: #79c451;
}

.card_pro_img {
  overflow: hidden; /* Şəkilin konteynerdən kənara çıxmasının qarşısını almaq üçün */
}

.card_pro_img img {
  transition: transform 0.3s ease; /* Hover keçidi üçün transition əlavə edin */
  display: block; /* Yersiz boşluqlardan qaçmaq üçün */
  width: 100%; /* Şəkilin konteynerə uyğun gəlməsi üçün */
  height: auto; /* Proporasiyanı qorumaq üçün */
}

.card_pro_img:hover img {
  transform: scale(1.1); /* Hover zamanı şəkli böyüdür */
}

