@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.grid-basket {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 3rem;
}
.left-grid,
.right-grid {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.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: 80px;
  overflow: hidden;
}
.product-image-basket img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_left_style {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 66%;
}

.product-info p {
  margin-bottom: 0;
  
  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; /* VarsayÄ±lan stili kaldÄ±rÄ±r */
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #d9d9d9; /* Krem renk */
  border-radius: 3px;
  border: none; /* Ä°steÄŸe baÄŸlÄ± bir sÄ±nÄ±r */
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
}

.product-checkbox_baskett:checked::before {
  content: "✔";
  color: #ae4a84;
  font-size: 12px;
  position: absolute;
  top: 9px;
  left: 53%;
  transform: translate(-50%, -50%);
  user-select: none;
  
}

.product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  user-select: none;
}

.product:last-child {
  margin-bottom: 0;
}

.product-info {
  font-size: 16px;
}

.discount-price {
  color: #e4573d;
  
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.manat-simvol {
  
  font-size: 13.89px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
}

.original-price {
  text-decoration: line-through;
  
  font-size: 13.89px;
  font-weight: 400;
  line-height: 24px;
  color: #444444;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin-left: 1rem;
}

.delete-btn {
  cursor: pointer;
  background: none;
  border: none;
  
  font-size: 14.77px;
  font-weight: 700;
  line-height: 24px;
  color: #444444;
  display: flex;
  align-items: center;
  gap: 7px;
}

#continue_shop {
  
  font-size: 14.88px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #af4b83;
  border-radius: 26px;
  border: none;
  width: 211px;
  height: 50px;
  transition: all 0.3s;
}
#continue_shop:hover {
  background-color: #94366a;
  transition: all 0.3s;
}

#clear_basket {
  
  font-size: 14.88px;
  font-weight: 700;
  line-height: 24px;
  color: #444444;
  text-align: center;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 26px;
  border: none;
  width: 160px;
  height: 50px;
  transition: all 0.3s;
}

#clear_basket:hover {
  font-size: 12.88px;
  transition: all 0.3s;
}

.basket_general {
  padding: 2rem 0rem;
}

.action_buttons_basket {
  padding: 1rem 0rem;
}

.order-summary {
  margin-bottom: 10px;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7rem 0rem;
}

.amount-row,
.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.amount-row .label {
  
  font-size: 11.95px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
}
.amount-row .value {
  
  font-size: 17.16px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #4e97fd;
}
.total-row .label {
  
  font-size: 16.73px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: #333333;
}
.total-row .value {
  
  font-size: 19.53px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #e4573d;
}

.order-button {
  display: block;
  width: 100%;
  background-color: #af4b83;
  color: white;
  border: none;
  
  font-size: 14.88px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 26px;
  padding: 10px;
}

.order-button:hover {
  background-color: #94366a;
  transition: all 0.3s;
}

.terms {
  margin-top: 15px;
  
  font-size: 14.18px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.terms a {
  
  font-size: 14.18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.terms a:hover {
  text-decoration: underline;
}

.accept_condional {
  -webkit-appearance: none; /* VarsayÄ±lan stili kaldÄ±rÄ±r */
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #d9d9d9; /* Krem renk */
  border-radius: 3px;
  border: none; /* Ä°steÄŸe baÄŸlÄ± bir sÄ±nÄ±r */
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
}

.accept_condional:checked::before {
  content: "✔";
  color: #ae4a84;
  font-size: 12px;
  position: absolute;
  top: 9px;
  left: 53%;
  transform: translate(-50%, -50%);
  user-select: none;
}

.information_basket h2 {
  
  font-size: 29.18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  padding-bottom: 5px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.custom-border {
  display: inline-block; /* Textin eni qÉ™dÉ™r xÉ™tt vermÉ™k Ã¼Ã§Ã¼n */
  position: relative;
  padding-bottom: 10px; /* MÉ™tni alt xÉ™ttdÉ™n ayÄ±rmaq Ã¼Ã§Ã¼n boÅŸluq */
}

.custom-border::after {
  content: "";
  display: block;
  width: 171px;
  height: 3px;
  background-color: #ae4a84;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}

.information_basket label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

.information_basket input[type="text"],
.information_basket input[type="email"],
.information_basket input[type="tel"] {
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 26px;
}

.information_basket input[type="radio"] {
  margin-right: 10px;
}

.label_style label {
  
  font-size: 14.06px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #666666;
  padding: 8px 16px;
}

.information_basket input::placeholder {
  
  font-size: 14.06px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #666666;
}

.information_basket input:focus {
  border-color: #af4b83; /* Fokus zamanÄ± border rÉ™ngi */
  outline: none; /* Outline deaktiv edilir */
}

.form-container {
  display: flex;
  gap: 20px; /* Ä°ki sÃ¼tun arasÄ±ndakÄ± mÉ™safÉ™ */
}

.form-column {
  display: flex;
  flex-direction: column;
  gap: 10px; /* HÉ™r bir input arasÄ±nda mÉ™safÉ™ */
  width: 400px;
}

.inputs_w100 input {
  width: 100%; /* SÃ¼tunun eni boyu uzanÄ±r */
}

/* add new css */

.order-summary,
.information_basket,
.left-grid-basket {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.height-100 {
  background-color: #f8f8f8;
  height: 100%;
  border-radius: 5px;
}

.information_basket {
  margin-bottom: 2rem;
}
.product .product-price{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.empty_basket_text {
  color: #af4b83;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: none;
}

.order-summary {
  height: 350px !important;
}

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

.product-info p {
  white-space: break-spaces;
}

.top-nav-sec {
  background-color: #f2f4f9;
}

.top_nav_left,
.top_nav_center,
.top_nav_right {
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.number_nav a {
  
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #444444;
}

.location_nav a {
  
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #444444;
}

.top_nav_center a {
  background-color: #3751ee;
  padding: 3px 11px;
  border-radius: 5px;
  
  font-size: 13.89px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  text-decoration: none;
  display: inline;
}

.top_nav_center p {
  
  font-size: 13.34px;
  font-weight: 400;
  line-height: 24px;
  color: #444444;
  text-align: center;
  display: inline;
  margin: 0;
}

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

.menu-header-item,
.menu-container {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .order-summary {
    position: sticky;
    top: 21%;
    right: 0;
    width: 300px;
    background-color:#F8F8F8;
    margin: 0;
    padding: 20px;
    z-index: 999;
  }
}

@media screen and (max-width: 1200px) {
  .delete-btn {
    float: right;
  }
}

@media screen and (max-width: 1200px) and (min-width: 481px) {
  .menu-search,
  .menu-store,
  .menu-store,
  .menu_register_button {
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .flex-nav_top {
    display: flex;
    justify-content: space-between;
  }

  .top_nav_left,
  .top_nav_center,
  .top_nav_right {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: none;
  }
}
@media (max-width: 992px) {
  .top_nav_left,
  .top_nav_center,
  .top_nav_right {
    flex: 1 1 100%; /* Full width for each section */
    text-align: center;
    margin-bottom: 10px;
  }

  .top_nav_center a {
    display: block;
    margin: 10px auto; /* Center the button */
  }

  .top_nav_center p {
    display: block;
    margin-top: 5px;
  }

  .language_med {
    text-align: right; /* Align text to the right */
  }
  .top_nav_left {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .product_quality-basket{
    margin-right: 1rem;
  }
  .number_nav a,
  .location_nav a {
    font-size: 12px; /* Reduce font size */
  }

  .top_nav_center a {
    font-size: 12px;
    padding: 5px 10px;
  }

  .top_nav_center p {
    font-size: 12px;
  }

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


/* dil css */

.language-selector {
  position: relative;
  color: #444444;
  width: 7rem;
  user-select: none;
}



.selected-language svg {
  width: 10px;
  height: 6px;
  fill: #444444;
}

.selected-language {
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 5px;
  color: #ae4a84;
}

.language-options {
  list-style: none;
  position: absolute;
  top: 100%;
  display: none;
}

.language-options li {
  padding: 5px;
  cursor: pointer;
  text-align: start;

  
font-size: 12px;
font-weight: 500;
line-height: 24px;


}
.language-options li:hover {
  color: #444444;
}

.language-options.show {
  display: block;
  background: #f2f4f8;
  z-index: 99;
  width: 100%;
  padding: 5px 0px 5px 5px;
  font-size: 12px;
  font-weight: 500;
}


/* azalt artir basket */

.product_quality-basket {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sm-quantity-input {
  width: 50px;
  text-align: center;
}

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

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



.grid-basket{
  margin-top: 2rem;
}