.input-content input,
.input-content textarea {
  padding: 16px 19px;
  width: 100%;
  display: flex;
  height: 42px;
  font-size: 12px;
  color: #263543;
  border: 1px solid #ededed;
  border-radius: 4px;
  transition: 0.3s;
}

.input-content {
  margin-bottom: 16px;
}

.input-content input::placeholder,
.input-content textarea::placeholder {
  color: #ededed;
  font-size: 12px;
}

input,
textarea {
  outline: none;
}

.input-content input:focus,
.input-content textarea:focus {
  border-color: #56ab76;
  transition: 0.3s;
}
.header-singin .header-singin-container .input-bottom,
.header-singup .header-singup-container .input-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forget-password a {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #263543;
  position: relative;
}

.forget-password a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #56ab76;
  display: flex;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}

.forget-password a:hover::after {
  transition: 0.3s;
  width: 100%;
}
.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.checkbox label {
  font-weight: 500;
  font-size: 12px;
  color: #b9b9b9;
  padding-left: 17px;
  margin: 00;
  cursor: pointer;
}

.checkbox label::before {
  content: "";
  width: 12px;
  height: 12px;
  padding: 2px;
  border: 1px solid #b9b9b9;
  position: absolute;
  left: 0;
  top: 6px;
}

.checkbox label::after {
  content: "";
  width: 8px;
  height: 8px;
  padding: 2px;
  background: #b9b9b9;
  position: absolute;
  left: 2px;
  top: 8px;
  transform: scale(0);
  transition: 0.3s;
}
.checkbox input:checked ~ label:after {
  transition: 0.3s;
  transform: scale(1);
}
.singin-buttons,
.singup-buttons {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 32px;
}

.singin-buttons button.singin,
.singup-buttons button.singup {
  background: #151515;
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 14px 50px;
  border-radius: 8px;
  border: 1px solid #151515;
  transition: 0.5s;
}

.singin-buttons button.singin:hover,
.singup-buttons button.singup:hover {
  transition: 0.5s;
  background: transparent;
  color: #151515;
  border: 1px solid #151515;
}
.singin-buttons span,
.singup-buttons span {
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px;
  text-align: center;
  color: #b9b9b9;
}

ul {
  list-style: none;
  padding: 0;
}

.singin-buttons ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.singin-buttons ul > li {
  width: 100%;
}

.singin-buttons ul li a {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 11px 70px;
  width: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.singin-buttons ul li:nth-child(1) a {
  border: 1px solid #3a5ed3;

  color: #3a5ed3;
  transition: 0.3s;
}

.singin-buttons ul li:nth-child(1) a:hover {
  transition: 0.3s;
  color: #fff;
  background: #3a5ed3;
}

.singin-buttons ul li:nth-child(2) a {
  border: 1px solid #d4653a;
  color: #d4653a;
  transition: 0.3s;
}

.singin-buttons ul li:nth-child(2) a:hover {
  transition: 0.3s;
  color: #fff;
  background: #d4653a;
}

.singin-buttons ul li:nth-child(3) a {
  border: 1px solid #263543;
  color: #263543;
  transition: 0.3s;
}

.singin-buttons ul li:nth-child(3) a:hover {
  transition: 0.3s;
  color: #fff;
  background: #263543;
}

span.create-acount {
  border-radius: 4px;
  background: rgba(86, 171, 118, 0.16);
  padding: 15px 73px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #56ab76;
  cursor: pointer;
  transition: 0.3s;
}

span.create-acount:hover {
  transition: 0.3s;
  background: #56ab76;
  color: #fff;
}
.header-singin.active {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.header-singup.active {
  transition: 0.5s;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header-singup.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-singup.active .header-singup-bg {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.header-singup.active .header-singup-container {
  transition: 0.5s;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header-singup .header-singup-container {
  padding: 170px 36px 48px;
}
.header-singup .header-singup-container .kvkk {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  color: #b9b9b9;
}

.header-singup .header-singup-container .kvkk a {
  text-decoration: underline;
  font-size: 16px;
  color: #b9b9b9;
  transition: 0.5s;
}

.header-singup .header-singup-container .kvkk a:hover {
  transition: 0.5s;
  color: #56ab76;
}
@media screen and (max-width: 1536px) {
  .header-singin .header-singin-container,
  .header-singup .header-singup-container {
    padding: 35px 38px;
  }
  .singin-buttons,
  .singup-buttons {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1360px) {
  .header-singin .header-singin-container,
  .header-singup .header-singup-container {
    padding: 20px 36px;
  }
  .header-singin .header-singin-container p,
  .header-singup .header-singup-container p {
    margin-bottom: 16px;
  }
}
.tag-success {
  background: #56ab76;
}
.tag-danger {
  background: #d4653a;
}
.tag-primer {
  color: #263543 !important;
  border: 1px solid #ededed;
}
.product-item > a .product-img-content {
  position: relative;
}

.product-item > a .product-img-content img:nth-child(2) {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.product-item > a:hover .product-img-content img:nth-child(2) {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.product-item .basket-green {
  transition: 0.3s;
  background: #56ab76;
}
/*-------------- Siparislerim ----------------*/
.orders-container,
.adress-page-container,
.acount-page-container {
  align-items: start;
  gap: 41px;
  display: flex;
}

.orders-container .orders-list-container {
  padding: 40px 50px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
}

.orders-container .orders-list-container .orders-list table {
  width: 100%;
}
.order-table-header {
  border-bottom: 1px solid #ededed;
}
.order-table-header > th {
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #b9b9b9;
}
.order-table-header > th:nth-last-child(1) {
  width: 0%;
}
.order-table-header th.table-header-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.orders-list tbody > tr > td {
  padding-top: 32px;
  font-weight: 600;
  font-size: 15px;
  color: #263543;
}
.orders-list tbody > tr > td:nth-last-child(1) {
  display: flex;
  justify-content: center;
}
.orders-list tbody > tr > td:nth-last-child(1) span {
  display: flex;
  justify-content: center;
  padding: 4px 8px;
  background: #263543;
  border-radius: 5px;
  width: 37px;
}
.orders-list tbody > tr > td:nth-last-child(1) span i {
  color: #fff;
  font-size: 16px;
}

.orders-list tbody > tr > td:nth-last-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.orders-list tbody > tr > td:nth-last-child(1) span svg {
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 1025px) {
  .orders-container .orders-list-container {
    padding: 30px;
  }
  .order-table-header > th {
    font-size: 13px;
  }
  .orders-list tbody > tr > td {
    font-size: 13px;
  }
  .orders-list tbody > tr > td:nth-last-child(1) span {
    width: 30px;
  }
}
/*-------------- Basket Empty ----------------*/
.sepet-container {
  height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
}

.sepet-container .sepet-empty {
  border-radius: 16px;
  background: #fff;
  padding: 28px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.sepet-container .sepet-empty span.title {
  font-weight: 500;
  font-size: 21px;
  color: #151515;
  width: 66%;
  text-align: center;
}

.sepet-container .sepet-empty a {
  border-radius: 10px;
  background: #263543;
  padding: 12px 48px;
  color: #fff;
  transition: 0.3s;
}

.sepet-container .sepet-empty a:hover {
  transition: 0.3s;
  background: #56ab76;
}
/*----------------- DOLU SEPET -------------------*/
.sepet-dolu-container {
  padding: 29px 50px;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.sepet-dolu-container .sepet-view {
  flex: 3;
  width: 100%;
  padding: 51px 48px 42px;
  background: #fff;
  border-radius: 16px;
}

.sepet-dolu-container .sepet-view span.title {
  font-weight: bold;
  font-size: 29px;
  color: #263543;
  margin-bottom: 16px;
  display: flex;
}
.border-under::after {
  content: "";
  position: absolute;
  width: 24%;
  background: #56ab76;
  display: flex;
  height: 2px;
  bottom: -3%;
}

.border-under {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.sepet-added > ul {
  padding-bottom: 32px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  margin: 57px 0;
  gap: 48px;
}
.sepet-added > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sepet-added > ul > li .sepet-product-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.sepet-added > ul > li .sepet-product-left .product-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 24px;
  padding: 8px 18px;
  border-radius: 11px;
  background: #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  height: 69px;
}
.product-number .minus,
.product-number .plus {
  cursor: pointer;
}
.sepet-added > ul > li .sepet-product-left .product-img {
  width: 94px;
  height: 94px;
  border-radius: 16px;
  overflow: hidden;
}
.sepet-added > ul > li .sepet-product-left .product-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sepet-added > ul > li .sepet-product-left .product-info .item-tag span {
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
}
.sepet-added > ul > li .sepet-product-left .product-info .item-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  margin-right: 15px;
}
.sepet-added > ul > li .sepet-product-left .product-info .product-name .title {
  font-weight: bold;
  font-size: 20px;
  color: #263543;
  margin: 0;
}

.sepet-added > ul > li .sepet-product-left .product-info .product-name ul {
  display: flex;
  gap: 12px;
}

.sepet-added > ul > li .sepet-product-left .product-info .product-name ul li {
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  color: #b9b9b9;
}

.sepet-added
  > ul
  > li
  .sepet-product-left
  .product-info
  .product-name
  ul
  li
  span {
  color: #808080;
}
.sepet-added > ul > li .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.sepet-added > ul > li .right span.discount {
  font-weight: bold;
  font-size: 17px;
  color: #b9b9b9;
  text-decoration: line-through;
}

.sepet-added > ul > li .right span.price {
  font-weight: bold;
  font-size: 17px;
  color: #263543;
}
.sepet-dolu-container .sepet-view .sepet-added .sepet-button {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 21px;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button > div {
  padding: 9px 30px;
  border-radius: 10px;
  font-size: 17px;
  cursor: pointer;
}
.sepet-dolu-container .sepet-view .sepet-added .sepet-button .discount-btn {
  background: #ededed;
  font-family: Quicksand;
  color: #263543;
  transition: 0.3s;
}

.sepet-dolu-container
  .sepet-view
  .sepet-added
  .sepet-button
  .discount-btn:hover {
  transition: 0.3s;
  background: #263543;
  color: #fff;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button .sepet-update {
  background: #263543;
  color: #fff;
  transition: 0.3s;
}

.sepet-dolu-container
  .sepet-view
  .sepet-added
  .sepet-button
  .sepet-update:hover {
  transition: 0.3s;
  color: #263543;
  background: #ededed;
}
.sepet-dolu-container .sepet-payment {
  padding: 48px;
  background: #fff;
  height: 100%;
  border-radius: 16px;
  flex: 1;
  width: 100%;
  position: sticky;
  top: 10px;
}

.sepet-dolu-container .sepet-payment .title {
  font-weight: bold;
  font-size: 21px;
  color: #263543;
  margin-bottom: 8px;
  display: flex;
}
.sepet-dolu-container .sepet-payment ul > li {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sepet-dolu-container .sepet-payment ul > li span {
  font-size: 19px;
  color: #263543;
}
.sepet-dolu-container .sepet-payment ul > .danger > span {
  color: #d4653a;
}
.sepet-dolu-container .sepet-payment ul {
  border-bottom: 1px solid #ededed;
  padding: 11px 0;
}

.sepet-dolu-container .sepet-payment .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sepet-dolu-container .sepet-payment .total > span {
  font-size: 19px;
  color: #263543;
  margin-bottom: 42px;
}

.sepet-dolu-container .sepet-payment a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 10px;
  background: #263543;
  width: 100%;
  color: #fff;
  transition: 0.3s;
}

.sepet-dolu-container .sepet-payment a:hover {
  transition: 0.3s;
  color: #263543;
  background: #ededed;
}
@media screen and (max-width: 1024px) {
  .sepet-dolu-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 990px) {
  .sepet-dolu-container {
    padding: 29px 31px;
  }

  .sepet-added
    > ul
    > li
    .sepet-product-left
    .product-info
    .product-name
    .title {
    font-size: 15px;
  }

  .sepet-added > ul > li .right span.discount {
    font-size: 15px;
  }

  .sepet-added > ul > li .right span.price {
    font-size: 15px;
  }

  .sepet-dolu-container .sepet-view {
    padding: 51px 21px 42px;
  }

  .sepet-added > ul > li .sepet-product-left {
    gap: 15px;
  }
  .sepet-dolu-container .sepet-payment {
    padding: 48px 21px;
  }
}
@media screen and (max-width: 767px) {
  .sepet-dolu-container {
    padding: 29px 24px;
  }

  .sepet-added > ul > li {
    flex-direction: column;
    gap: 20px;
  }

  .sepet-added > ul > li .sepet-product-left {
    flex-wrap: wrap;
  }

  .sepet-added > ul > li .sepet-product-left .product-number {
    flex-direction: row;
    width: 50%;
    height: 40px;
    justify-content: space-between;
  }

  .sepet-added > ul > li .sepet-product-left .product-img {
    width: 100%;
    height: 100%;
  }

  .sepet-added > ul > li .sepet-product-left .product-info {
    flex-direction: column;
    gap: 14px;
  }

  .sepet-added > ul > li .sepet-product-left .product-info .item-tag {
    flex-direction: revert;
  }

  .sepet-added > ul > li .sepet-product-left .product-info .product-name ul {
    justify-content: center;
    margin-top: 9px;
  }

  .sepet-added > ul > li .right {
    flex-direction: row-reverse;
  }

  .sepet-added > ul > li .right span.price {
    font-size: 20px;
  }

  .sepet-dolu-container .sepet-view .sepet-added .sepet-button {
    flex-direction: column;
  }

  .sepet-dolu-container .sepet-view .sepet-added .sepet-button > div {
    width: 100%;
    text-align: center;
  }
  .sepet-added > ul > li .sepet-product-left .delete-icon {
    width: 20%;
  }
}
/*--------------- Acount Container ----------------*/
.acount-container {
  position: absolute;
  padding: 45px 24px;
  width: 273px;
  border-radius: 16px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.16);
  left: -95px;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.acount-container.active {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.acount-container span.acunt-title {
  font-size: 21px;
  color: #263543;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  display: flex;
  margin-bottom: 16px;
  position: relative;
}

.acount-container span.acunt-title::after {
  content: "";
  width: 50%;
  height: 3px;
  background: #56ab76;
  position: absolute;
  bottom: -2px;
}

.acount-container ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}

.acount-container ul li a {
  font-size: 16px;
  border-radius: 10px;
  color: #151515;
  font-weight: bold;
  padding: 16px 32px;
  display: flex;
  transition: 0.5s;
}

.acount-container ul li a:hover {
  transition: 0.5s;
  border-radius: 10px;
  background: #ededed;
}
.my-acount:hover .acount-container {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
/*-------------- Favorite Full -----------------*/

.inner-page .acount-container {
  position: unset;
  opacity: 1;
  visibility: visible;
  width: 23%;
}

section.favorite,
section.order,
section.adress-page {
  padding: 35px 50px;
  background: #fafafa;
}

section.favorite .favorite-container {
  display: flex;
  gap: 38px;
  align-items: start;
}

section.favorite .favorite-full .favorite-top {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 40px;
}

section.favorite .favorite-full {
  width: 80%;
}

section.favorite .favorite-full .favorite-top .big-title {
  font-weight: bold;
  font-size: 32px;
  color: #151515;
}

section.favorite .favorite-full .favorite-top span.number-of-favorite {
  font-weight: bold;
  font-size: 14px;
  color: #263543;
}

section.favorite .favorite-full .favorite-top .favorite-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

section.favorite .favorite-full .favorite-top .favorite-filter span {
  font-weight: 500;
  font-size: 14px;
  color: #808080;
}

section.favorite .favorite-full .favorite-top .favorite-filter div {
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
section.favorite .favorite-full .favorite-top .favorite-filter span.current {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
}

.nice-select .list {
  width: 100%;
  z-index: 11;
}
section.favorite .favorite-full .favorite-bottom {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  gap: 25px 16px;
  width: 100%;
}

.inner-page .acount-container {
  position: sticky;
}
.inner-page .acount-container .close--icon {
  display: none;
}
.inner-page .acount-container .close-icon {
  display: none;
}
.acount-container ul li a.active {
  background: #ededed;
}
@media screen and (max-width: 1025px) {
  section.favorite .favorite-full .favorite-bottom {
    grid-template-columns: 24% 24% 24% 24%;
  }
  section.favorite,
  section.order,
  section.adress-page {
    padding: 35px;
  }

  section.favorite .favorite-full .favorite-top {
    /* flex-wrap: wrap; */
    gap: 23px;
    padding: 0;
  }

  section.favorite .favorite-full .favorite-top .favorite-filter {
    width: 100%;
    justify-content: end;
  }
  section.favorite .favorite-full {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .inner-page .acount-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-137%);
    transition: 0.3s;
  }

  .inner-page .acount-container.active {
    transform: translateX(0);
    width: 35%;
  }
}
@media screen and (max-width: 990px) {
  section.favorite .favorite-full .favorite-bottom {
    grid-template-columns: 33% 33% 33%;
  }
}
@media screen and (max-width: 767px) {
  section.favorite .favorite-full .favorite-bottom {
    grid-template-columns: 50% 50%;
  }
  .inner-page .acount-container.active {
    transform: translateX(0);
    width: 100%;
  }
  section.favorite {
    padding: 35px 24px;
  }

  section.favorite .favorite-full .favorite-top .favorite-filter .filter-title {
    display: none;
  }

  section.favorite .favorite-full .favorite-top .favorite-filter {
    width: 100%;
    justify-content: center;
  }

  section.favorite .favorite-full .favorite-top span.number-of-favorite {
    width: 50%;
    display: flex;
  }
}
/*-------------- Favorite Empty -----------------*/
.favorite-empty-container,
.orders-container {
  display: flex;
  gap: 41px;
}
.favorite-empty-container {
  align-items: center;
}
.orders-container form {
  width: 100%;
}
.favorite-empty-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  align-self: center;
}

.favorite-empty-right .favori-empty {
  border-radius: 16px;
  background: #fff;
  padding: 29px 48px;
  width: 306px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}

.favorite-empty-right .favori-empty span.tite {
  font-weight: 500;
  font-size: 21px;
  color: #151515;
}

.favorite-empty-right .favori-empty a {
  border-radius: 10px;
  background: #263543;
  padding: 12px 48px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}

.favorite-empty-right .favori-empty a:hover {
  transition: 0.3s;
  background: #56ab76;
}
/*--------------------- Product Ä°tem ----------------------------*/
.product-item {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ededed;
  position: relative;
}

.product-item > a {
}

.product-item .item-img {
  position: relative;
  padding: 7px;
}

.product-item .item-img .item-tag {
  position: absolute;
  top: 17px;
  left: 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  z-index: 9;
}

.product-item .item-fav {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(86, 171, 118, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.product-item .item-img .item-tag .tag-success {
  background: #56ab76;
}

.product-item .item-img .item-tag > span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px 18px;
  border-radius: 4px;
}

.product-item .item-img .item-tag .tag-danger {
  background: #d4653a;
  padding: 4px 11px;
}

.product-item .item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 24px;
  margin-top: 12px;
}

.product-item .item-content .item-title {
  font-weight: bold;
  font-size: 19px;
  color: #263543;
  line-height: 1;
  display: block;
}

.product-item .item-content .item-category {
  font-weight: 500;
  font-size: 16px;
  color: #808080;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.product-item .item-content .item-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-item .item-content .item-price .discount {
  font-size: 16px;
  color: #b9b9b9;
  text-decoration: line-through;
}

.product-item .item-content .item-price .price {
  font-weight: bold;
  font-size: 19px;
  color: #56ab76;
}

.product-item .add-basket {
  margin: 16px 7px 7px;
  border-radius: 10px;
  background: #263543;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.product-item .item-img img {
  width: 100%;
  border-radius: 10px;
}

.product-item.product-item-lg .item-img .item-tag {
  left: 10px;
  top: 10px;
}

.product-item.product-item-lg .item-img .item-fav {
  top: 10px;
  right: 10px;
}

.product-item.product-item-lg .item-content {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 32px 29px;
  margin-top: 0;
  margin-bottom: 31px;
}

.product-item.product-item-lg .add-basket {
  position: absolute;
  bottom: 18px;
  right: 10px;
  width: 197px;
  background: #56ab76;
}

.product-item.product-item-lg .item-content .item-category {
  margin-top: 10px;
  margin-bottom: 0;
}
.product-item:hover .add-basket {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.product-item:hover .item-fav {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .product-item .item-content {
    padding: 0px 14px;
  }
}
/*------------ Hediye Ceki ---------------*/
.gift-code-container {
  width: 100%;
  background: #fff;
  padding: 48px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gift-code-container .gift-code {
  width: 48%;
  padding: 22px 24px;
  border: 1px solid #ededed;
  border-radius: 16px;
}

.gift-code-container .gift-code .code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  align-items: center;
}

.gift-code-container .gift-code .code span {
  font-weight: bold;
  font-size: 17px;
  color: #263543;
  display: flex;
}

.gift-code-container .gift-code .code span.copy-code {
  padding: 8px 17px;
  border: 1px solid #ededed;
  border-radius: 16px;
  font-weight: bold;
  font-size: 13px;
  color: #b9b9b9;
  cursor: pointer;
  transition: 0.3s;
}

.gift-code-container .gift-code .code span.copy-code:hover {
  transition: 0.3s;
  background: #ededed;
  color: #fff;
}
a.copy-code {
  padding: 8px 17px;
  border: 1px solid #ededed;
  border-radius: 16px;
  font-weight: bold;
  font-size: 13px;
  color: #b9b9b9;
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
a.copy-code:hover {
  transition: 0.3s;
  background: #ededed;
  color: #fff;
}
.gift-code-container .gift-code .code-title {
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #263543;
}

.gift-code-container .gift-code ul {
  margin-top: 10px;
}

.gift-code-container .gift-code ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.gift-code-container .gift-code ul > li span {
  font-weight: bold;
  font-size: 16px;
  color: #263543;
}
.gift-code-container .gift-code ul > li span.alert {
  padding: 0;
  margin: 0;
  color: #d4653a;
}
@media screen and (max-width: 1025px) {
  .gift-code-container {
    flex-direction: column;
    gap: 30px;
  }

  .gift-code-container .gift-code {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gift-code-container {
    padding: 24px;
  }
  .product-item.product-item-lg .add-basket {
    position: unset;
    width: 91%;
  }
  .gift-code-container .gift-code {
    padding: 16px;
  }
}
.acount-menu {
  display: none;
} /*------------------ Odeme Yonteme ----------------*/
.payment-container {
  display: flex;
  padding: 32px 50px 80px;
  background: #fafafa;
  gap: 20px;
}

.payment-container .payment-left {
  width: 75%;
}

.payment-container .payment-right {
  width: 25%;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  height: 100%;
}
.payment-container .payment-left .adress {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-bottom: 37px;
}
.payment-container .payment-left .adress .adress-item {
  width: 50%;
}
.payment-container .payment-left .adress .adress-item .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 16px;
  color: #263543;
  margin-bottom: 24px;
  display: flex;
}

.payment-container .payment-left .adress .adress-item .context {
  width: 100%;
  padding: 57px 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border-radius: 16px;
  height: 200px;
  position: relative;
}

.payment-container .payment-left .payment-adress {
  background: #fff;
  padding: 48px;
  border-radius: 21px;
  display: flex;
  flex-direction: column;
}
.payment-container .payment-left .adress .adress-item .context .nice-select {
  display: flex;
  border-radius: 20px;
  width: 111px;
  border-color: #56ab76;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #56ab76;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-container .payment-left .adress .adress-item .context .select-result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.payment-container
  .payment-left
  .adress
  .adress-item
  .context
  .select-result
  .title {
  margin: 0;
  font-weight: bold;
  font-size: 27px;
  line-height: 16px;
  color: #263543;
}

.payment-container
  .payment-left
  .adress
  .adress-item
  .context
  .select-result
  .delete-btn {
  background: transparent;
  font-family: Quicksand;
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  color: #d4653a;
  padding: 12px 24px;
  border-radius: 23px;
  border: 1px solid #d4653a;
  outline: none;
  transition: 0.3s;
}
.payment-container
  .payment-left
  .adress
  .adress-item
  .context
  .select-result
  .delete-btn:hover {
  transition: 0.3s;
  background: #d4653a;
  color: #fff;
}
.payment-container
  .payment-left
  .adress
  .adress-item
  .context
  .select-result.active {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
.payment-container
  .payment-left
  .adress
  .adress-item
  .context
  .nice-select.remove {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.payment-container .payment-left .payment-adress > form.custom {
  margin-bottom: 49px;
  position: relative;
  width: max-content;
}

.payment-container .payment-left .payment-adress > form input[type="radio"] {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.payment-container .payment-left .payment-adress > form label {
  padding-left: 26px;
}

.payment-container .payment-left .payment-adress > form label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  display: flex;
  border: 1px solid #000;
  border-radius: 100%;
  top: 40%;
  transform: translateY(-50%);
}

.payment-container .payment-left .payment-adress > form label::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  display: flex;
  background: #000;
  border-radius: 100%;
  top: 40%;
  transform: translateY(-50%) scale(0);
  transition: 0.3s;
}

.payment-container
  .payment-left
  .payment-adress
  > form
  input:checked
  ~ label:after {
  transition: 0.3s;
  transform: translateY(-50%) scale(1);
}
.payment-left .add-new-address .add-new-adress-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 49px;
  cursor: pointer;
}

.payment-left .add-new-address .add-new-adress-btn span {
  font-weight: bold;
  font-size: 19px;
  color: #d4653a;
}
.payment-left .add-new-address .add-new-adress-form .form-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  color: #263543;
  margin-bottom: 45px;
  display: flex;
}

.payment-left .add-new-address .add-new-adress-form .form-content .form-group {
  display: flex;
  gap: 24px;
}

.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .input-content {
  width: 50%;
}

.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .input-content
  input {
  height: 58px;
}

.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .nice-select {
  width: 51%;
  height: 58px;
  display: flex;
  align-items: center;
}

.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .input-content
  textarea {
  height: 100px;
  resize: none;
}
.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .input-content
  input,
.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .input-content
  textarea {
  font-size: 16px;
}
.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .input-content
  input::placeholder,
.payment-left
  .add-new-address
  .add-new-adress-form
  .form-content
  .form-group
  .input-content
  textarea::placeholder {
  font-size: 16px;
}
.form-group.form-group-single .input-content textarea {
  font-size: 16px;
  height: 100px;
  resize: none;
}
.form-group.form-group-single .input-content textarea::placeholder {
  font-size: 16px;
}
.paymant-options {
  margin-top: 49px;
  padding: 48px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.paymant-options .options .title {
  position: relative;
  cursor: pointer;
}
.paymant-options .options .title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #263543;
  padding-left: 27px;
}

.paymant-options .options .title span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.paymant-options .options .title.active span::before {
  transition: 0.3s;
  background: #d4653a;
  border: 1px solid #d4653a;
}
.paymant-options .options {
  border: 1px solid #ededed;
  padding: 24px;
  border-radius: 16px;
}
.paymant-options .options .option-context {
  display: flex;
  gap: 22px;
  margin-top: 30px;
}

.paymant-options .options .option-context {
  /* width: 85%; */
}

.paymant-options .options .option-context .card-view {
  width: 50%;
  /* background: #fafafa; */
  /* border-radius: 16px; */
  /* border: 1px solid #ededed; */
  /* display: flex; */
  /* justify-content: end; */
  /* flex-direction: column; */
  /* gap: 10px; */
  position: relative;
  transition: 0.8s;
  transform-style: preserve-3d;
}

.paymant-options .options .option-context .form-content .form-group input {
  height: 58px;
  font-size: 16px;
}

.paymant-options
  .options
  .option-context
  .form-content
  .form-group
  input::placeholder {
  font-size: 16px;
}
.paymant-options .options .option-context .form-content .form-group {
  display: flex;
  gap: 24px;
  margin: 0;
}

.paymant-options
  .options
  .option-context
  .form-content
  .form-group
  .input-content {
  width: 50%;
}
.paymant-options
  .options
  .option-context
  .form-content
  .form-group.single-group
  .input-content {
  width: 100%;
}

.paymant-options .options .option-context .card-view > span {
  font-weight: bold;
  font-size: 20px;
  color: #263543;
}
.paymant-options .options .option-context > span {
  font-weight: 500;
  font-size: 16px;
  color: #263543;
  padding-left: 24px;
}
.paymant-options .options .option-context .bank {
  display: flex;
  margin: 0 25px;
  padding: 30px;
  background: #fafafa;
  width: 100%;
  border-radius: 16px;
  gap: 50px;
  height: 250px;
  align-items: center;
}

.paymant-options .options .option-context .bank .bank-img {
  background: #fff;
  width: 28%;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #ededed;
}

.paymant-options .options .option-context .bank .bank-info .title {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.paymant-options .options .option-context .bank .bank-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0;
}

.paymant-options .options .option-context .bank .bank-info ul li {
  width: 50%;
  font-weight: bold;
  font-size: 17px;
  color: #000;
}

.paymant-options .options .option-context .bank .bank-info ul li:first-child {
  width: 100%;
}

.paymant-options .options .option-context .bank .bank-info ul li span {
  font-weight: 500;
  color: #b9b9b9;
}
.payment-detail {
  margin-top: 49px;
  background: #fff;
  padding: 48px;
}

.payment-detail .title {
  font-weight: bold;
  font-size: 19px;
  color: #263543;
  margin-bottom: 32px;
  display: flex;
}

.payment-detail ul {
  display: flex;
  gap: 32px;
}

.payment-detail ul > li {
  width: 50%;
}

.payment-detail ul > li .order-item {
  background: #fafafa;
  border-radius: 16px;
  border: 1px solid #ededed;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment-detail ul > li .order-item .img-container {
  position: relative;
}

.payment-detail ul > li .order-item .img-container img {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  object-fit: cover;
}

.payment-detail ul > li .order-item .img-container span {
  position: absolute;
  left: -9px;
  padding: 5px;
  background: #fff;
  border-radius: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.payment-detail ul > li .order-item .order-context {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.payment-detail ul > li .order-item .order-context .order-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.payment-detail ul > li .order-item .order-context .order-info .name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.payment-detail ul > li .order-item .order-context .order-info .feature {
  font-weight: bold;
  font-size: 17px;
  color: #808080;
}

.payment-detail ul > li .order-item .order-context .price {
  font-weight: bold;
  font-size: 20px;
  color: #263543;
}
.paymant-options .main-title {
  font-weight: bold;
  font-size: 20px;
  color: #263543;
  margin-bottom: 20px;
  display: flex;
}
.paymant-options .options .option-context .agreement {
  padding: 38px 50px;
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 16px;
}

.paymant-options .options .option-context .agreement h3 {
  font-weight: 500;
  font-size: 16px;
  color: #151515;
}

.paymant-options .options .option-context .agreement p {
  font-family: Quicksand;
  font-weight: 500;
  font-size: 16px;
  color: #151515;
}
.payment-container .payment-right .title {
  font-weight: bold;
  font-size: 21px;
  color: #263543;
  display: flex;
}

.payment-container .payment-right .price {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 42px;
  color: #263543;
}

.payment-container .payment-right .checkbox label {
  font-weight: bold;
  font-size: 15px;
  color: #263543;
  padding-left: 23px;
}

.payment-container .payment-right .checkbox label::before {
  border-radius: 100%;
  border: 1px solid #000;
  width: 17px;
  height: 17px;
  top: 5px;
  /* transform: translateY(-41%); */
}

.payment-container .payment-right .checkbox label::after {
  background: #000;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 6px;
  left: 1px;
}
.payment-container .payment-right button {
  width: 100%;
  padding: 17px;
  border: none;
  background: #263543;
  border-radius: 16px;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  transition: 0.3s;
  margin-top: 20px;
}

.payment-container .payment-right button:hover {
  transition: 0.3s;
  background: #56ab76;
}
@media screen and (max-width: 1025px) {
  .payment-container {
    flex-direction: column;
    gap: 49px;
  }

  .payment-container .payment-left,
  .payment-container .payment-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .payment-container {
    padding: 34px 24px 50px;
  }

  .payment-container .payment-left .payment-adress {
    padding: 24px;
  }

  .payment-container .payment-left .adress {
    flex-direction: column;
  }

  .payment-container .payment-left .adress .adress-item {
    width: 100%;
  }

  .payment-left
    .add-new-address
    .add-new-adress-form
    .form-content
    .form-group {
    flex-direction: column;
    gap: 0;
  }

  .payment-left
    .add-new-address
    .add-new-adress-form
    .form-content
    .form-group
    .input-content {
    width: 100%;
  }

  .payment-left
    .add-new-address
    .add-new-adress-form
    .form-content
    .form-group
    .nice-select {
    width: 100%;
  }

  .payment-left
    .add-new-address
    .add-new-adress-form
    .form-content
    .form-group
    .nice-select:last-child {
    margin-top: 20px;
    display: flex;
  }

  .paymant-options {
    padding: 24px;
  }

  .paymant-options .options .option-context {
    flex-direction: column;
  }

  .paymant-options .options .option-context {
    width: 100%;
  }

  .paymant-options .options .option-context .card-view {
    width: 100%;
    padding: 24px;
  }

  .paymant-options .options .option-context .card-view > span {
    font-size: 14px;
  }

  .paymant-options .options .option-context > span {
    padding: 0;
    font-size: 13px;
  }

  .paymant-options .options .option-context .bank {
    flex-direction: column;
    margin: 0;
    padding: 24px;
    gap: 10px;
    height: 100%;
  }

  .paymant-options .options .option-context .bank .bank-img {
    width: 100%;
    /* height: 300px; */
    padding: 47px 0;
  }

  .paymant-options .options .option-context .bank .bank-info ul li {
    width: 100%;
  }

  .paymant-options .options .option-context .bank .bank-info ul li {
    font-size: 13px;
  }
  .payment-detail ul {
    flex-direction: column;
  }

  .payment-detail ul > li {
    width: 100%;
  }

  .payment-detail {
    padding: 24px;
  }

  .payment-detail ul > li .order-item {
    flex-direction: column;
  }

  .payment-detail ul > li .order-item .img-container img {
    width: 150px;
    height: 150px;
  }

  .payment-detail ul > li .order-item .order-context {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 12px;
  }

  .payment-detail ul > li .order-item .order-context .order-info .name {
    font-size: 15px;
  }

  .payment-detail ul > li .order-item .order-context .order-info .feature {
    font-size: 15px;
  }

  .order-info {
  }

  .paymant-options .options .option-context .agreement {
    padding: 24px;
  }

  .paymant-options .options .option-context .agreement h3 {
    font-size: 14px;
  }

  .paymant-options .options .option-context .agreement p {
    font-size: 13px;
  }
}
.payment-confirmation-container {
  padding: 48px;
  background: #fafafa;
  display: flex;
  justify-content: center;
}

.payment-confirmation-container .order-detail-container {
  width: 80%;
  background: transparent;
  padding: 0;
}

.payment-confirmation-container .order-detail-container .order-top {
  background: #fff;
  padding: 48px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}

.payment-confirmation-container .order-detail-container .order-top span.title {
  font-weight: 500;
  font-size: 21px;
  color: #151515;
}

.payment-confirmation-container .order-detail-container .order-top p {
  font-weight: bold;
  font-size: 17px;
  color: #b9b9b9;
}

.payment-confirmation-container .order-detail-container .order-top p span {
  color: #808080;
}
.payment-confirmation-container .order-detail-container .order-detail {
  padding: 48px;
  background: #fff;
  border-radius: 16px;
}
.acount-menu {
  display: none;
}
@media screen and (max-width: 1025px) {
  .orders-container,
  .adress-page-container,
  .acount-page-container {
    flex-direction: column;
  }
  .acount-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .acount-menu .title {
    font-weight: bold;
    font-size: 21px;
    color: #151515;
  }

  .acount-menu .open-acount {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #151515;
  }
  .acount-menu .title {
    font-weight: bold;
    font-size: 21px;
    color: #151515;
  }

  .acount-menu .open-acount {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #151515;
  }

  .inner-page .acount-container .close-icon {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
  }
}

.paymant-options .options .option-context .card-view .front,
.paymant-options .options .option-context .card-view .back {
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #fafafa;
  top: 0;
  left: 0;
  right: 0;
  padding: 38px;
  border-radius: 16px;
}

.paymant-options .options .option-context .card-view span {
  font-weight: bold;
  font-size: 20px;
  color: #263543;
}

.paymant-options .options .option-context .card-view .back {
  transform: rotateY(180deg);
}

.paymant-options .options .option-context .card-view.active {
  transition: 0.8s;
  transform: rotateY(180deg);
}

@media screen and (max-width: 767px) {
  section.order {
    padding: 35px 24px;
  }

  .orders-container .orders-list-container {
    padding: 40px 10px;
  }

  .order-table-header > th {
    font-size: 12px;
  }
  .order-table-header > th:nth-child(2) {
    display: none;
  }

  .orders-list tbody > tr > td:nth-child(2) {
    display: none;
  }

  .order-table-header > th:nth-child(4) {
    display: none;
  }

  .orders-list tbody > tr > td:nth-child(4) {
    display: none;
  }
  .orders-list tbody > tr > td {
    font-size: 10px;
  }

  .orders-list tbody > tr > td:nth-last-child(1) span svg {
    height: 12px;
    width: 12px;
  }
  section.favorite,
  section.order,
  section.adress-page {
    padding: 35px 24px;
  }
}

/*------------------ Sepet Detay ---------------------*/
.order-detail-container {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
}

.order-detail p {
  font-weight: 500;
  font-size: 18px;
  color: #b9b9b9;
  margin-bottom: 41px;
}

.order-detail p > span {
  color: #808080;
  font-weight: bold;
}

.order-fee .title {
  font-weight: bold;
  font-size: 20px;
  color: #263543;
  margin-bottom: 28px;
  display: flex;
}

.order-fee .order-table .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.order-fee .order-table .header > span {
  font-weight: bold;
  font-size: 19px;
  color: #b9b9b9;
}

.order-fee .order-table .sepet-added > ul {
  margin: 25px 0;
}

.order-fee .order-table .sepet-added > ul > li {
  padding: 8px 0;
}

.order-fee .order-table .subtotal {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}

.order-fee .order-table .subtotal > span {
  font-weight: bold;
  font-size: 17px;
  color: #263543;
}

.order-fee .order-table .payment {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}

.order-fee .order-table .payment > span {
  font-weight: bold;
  font-size: 17px;
  color: #263543;
}

.order-fee .order-table .total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;

  margin-bottom: 25px;
}

.order-fee .order-table .total > span {
  font-weight: bold;
  font-size: 23px;
  color: #263543;
}
.order-fee .order-adress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.order-fee .order-adress .adress {
  width: 50%;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 37px 74px 47px;
  border-radius: 16px;
}
.order-fee .order-adress .adress .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: 100%;
}

.order-fee .order-adress .adress .title a {
  color: #b9b9b9;
  border: 1px solid #ededed;
  padding: 7px 31px;
  border-radius: 23px;
  transition: 0.3s;
}

.order-fee .order-adress .adress > ul > li {
  font-weight: 500;
  font-size: 16px;
  color: #b9b9b9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-fee .order-adress .adress > ul > li::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #b9b9b9;
  display: flex;
}

.order-fee .order-adress .adress .title a:hover {
  transition: 0.3s;
  color: #fff;
  background: #ededed;
}
@media screen and (max-width: 1025px) {
  .order-detail p {
    font-size: 15px;
  }

  .order-fee .title {
    font-size: 18px;
  }

  .order-fee .order-table .header > span {
    font-size: 17px;
  }

  .product-body
    .sepet-added
    > ul
    > li
    .sepet-product-left
    .product-info
    .product-name
    .title {
    font-size: 18px;
  }

  .product-body .sepet-added > ul > li .sepet-product-left {
    gap: 20px;
  }

  .product-body .sepet-added > ul > li .right span.price {
    font-size: 15px;
  }

  .order-fee .order-table .subtotal > span {
    font-size: 15px;
  }

  .order-fee .order-table .payment > span {
    font-size: 15px;
  }

  .order-fee .order-table .total > span {
    font-size: 20px;
  }

  .order-fee .order-adress {
    flex-direction: column;
  }

  .order-fee .order-adress .adress {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order-detail-container {
    padding: 48px 24px;
  }

  .order-detail p {
    font-size: 13px;
  }

  .order-fee .order-table .header {
    display: none;
  }

  .order-fee .order-adress .adress {
    padding: 37px 24px;
  }
}
.pay-order-container {
  padding-bottom: 50px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.pay-order-container .pay-order {
  border-radius: 10px;
  background: #263543;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 19px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.pay-order-container .pay-order:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #263543;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .pay-order-container {
    width: 100%;
  }
  .pay-order-container .pay-order {
    width: 100%;
  }
}

/*--------- Address ---------*/
.adress-page-container .adress-right {
  width: 100%;
  background: #fff;
  padding: 48px;
  border-radius: 16px;
}

.adres-list .adres-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.adres-list .adres-alert span {
  font-weight: 500;
  font-size: 15px;
  color: #b9b9b9;
}

.adres-list .add-adress {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-bottom: 27px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 27px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.adres-list .adress-context {
  width: 48%;
  padding: 64px 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid #ededed;
  border-radius: 16px;
}

.adres-list .adress-context span {
  font-weight: bold;
  font-size: 18px;
  color: #263543;
}

.adres-list .adress-context a {
  padding: 8px 34px;
  border: 1px solid #ededed;
  border-radius: 23px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #b9b9b9;
  transition: 0.3s;
  background: #fff;
}

.adres-list .adress-context a:hover {
  background: #fafafa;
  border: 1px solid #fff;
  color: #000;
}
.adres-list .edit-adress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}

.adres-list .edit-adress .register {
  width: 100% !important;
}

.adres-list .edit-adress .register .adress-context {
  /* width: 100%; */
  background: #fafafa;
  flex-direction: column;
}
.adres-list .edit-adress .register > span {
  font-size: 18px;
  color: #263543;
  margin-bottom: 24px;
  display: flex;
}
.adres-list .edit-adress .register .register-adress-container {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1025px) {
  .adres-list .add-adress {
    flex-direction: column;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .adres-list .edit-adress {
    flex-direction: column;
    align-items: start;
  }

  .adres-list .adress-context {
    width: 100%;
    padding: 48px;
  }

  .adres-list .edit-adress .register {
    width: 100%;
  }
  .adres-list .edit-adress .register .register-adress-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 990px) {
  .adres-list .add-adress {
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.adress-page {
    padding: 35px 19px;
  }

  .adress-page-container .adress-right {
    padding: 21px;
  }

  .adres-list .adres-alert span {
    font-size: 12px;
  }

  .adres-list .adress-context {
    padding: 48px 20px;
  }

  .adres-list .adress-context span {
    font-size: 15px;
  }

  .adres-list .adress-context a {
    font-size: 15px;
    padding: 8px 20px;
  }
}

/*--------------------- Adres KayÃƒâ€žÃ‚Â±t ------------------ */
.adress-right span.title {
  display: flex;
  font-weight: bold;
  font-size: 21px;
  color: #263543;
  margin: 55px 0 41px;
}

.adress-page-container .adress-right .form-group {
  display: flex;
  justify-content: space-between;
  /* gap: 62px; */
  margin: 0;
}

.adress-page-container .adress-right .form-group .input-content {
  width: 48%;
  margin: 0;
}
.adress-page-container .adress-right .form-group .input-content input {
  height: 58px;
  font-size: 17px;
}

.adress-page-container
  .adress-right
  .form-group
  .input-content
  input::placeholder,
.adress-page-container
  .adress-right
  .form-group
  .input-content
  textarea::placeholder {
  font-size: 17px;
}
.adress-page-container .adress-right .form-group .nice-select {
  width: 48%;
  height: 59px;
  display: flex;
  align-items: center;
}
.adress-page-container .adress-right form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.adress-page-container .adress-right .form-group .input-content textarea {
  width: 100%;
  font-size: 17px;
  display: flex;
  justify-content: center;
  height: 114px;
  resize: none;
}
.adress-page-container .adress-right .checkox-content {
  justify-content: start;
  gap: 24px;
}

.adress-page-container .adress-right .checkox-content .checkbox {
  width: unset;
}
.adress-page-container .adress-right .checkox-content .checkbox input {
  height: 100%;
}
.adress-page-container .adress-right .checkox-content .checkbox label {
  font-size: 17px;
  color: #000;
}

.adress-page-container .adress-right .checkox-content .checkbox label::before {
  border-radius: 100%;
  border: 1px solid #1f1f32;
}
.adress-page-container .adress-right .checkox-content .checkbox label::after {
  border-radius: 100%;
  background: #1f1f32;
}
.adres-list .save {
  padding: 10px 18px;
  width: max-content !important;
  border: 1px solid #263543;
  color: #fff;
  background: #263543;
  border-radius: 20px;
  font-weight: bold;
  font-size: 17px;
  transition: 0.3s;
}

button.save:hover {
  transition: 0.3s;
  background: #fff;
  color: #263543;
}
@media screen and (max-width: 767px) {
  .adress-page-container .adress-right .form-group {
    flex-direction: column;
    gap: 24px;
  }
  .adress-page-container .adress-right .checkox-content {
    flex-direction: row;
  }

  .adress-page-container .adress-right .form-group .input-content {
    width: 100%;
  }

  .adress-page-container .adress-right .form-group .nice-select {
    width: 100%;
  }
}
.adres-list .edit-adress .register .adress-context .adress-context-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.adress-context-body span.adress-type {
  font-size: 15px;
  font-weight: 400;
}
.form-group.form-group-single .input-content textarea {
  font-size: 16px;
  height: 100px;
  resize: none;
}
.form-group.form-group-single .input-content textarea::placeholder {
  font-size: 16px;
}
.nice-select.open .list {
  max-height: 200px !important;
  overflow-y: scroll;
}
.acount-page .adres-list .add-adress {
  border-bottom: navajowhite;
  margin: 0;
  padding: 0;
}
/*---------------- My Acount -----------------*/

.my-acount {
  position: relative;
}

.acount-container {
  position: absolute;
  padding: 45px 24px;
  width: 273px;
  border-radius: 16px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.16);
  left: -95px;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.acount-container.active {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.acount-container span.acunt-title {
  font-size: 21px;
  color: #263543;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  display: flex;
  margin-bottom: 16px;
  position: relative;
}

.acount-container span.acunt-title::after {
  content: "";
  width: 50%;
  height: 3px;
  background: #56ab76;
  position: absolute;
  bottom: -2px;
}

.acount-container ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}

.acount-container ul li a {
  font-size: 16px;
  border-radius: 10px;
  color: #151515;
  font-weight: bold;
  padding: 16px 32px;
  display: flex;
  transition: 0.5s;
}

.acount-container ul li a:hover {
  transition: 0.5s;
  border-radius: 10px;
  background: #ededed;
}
.my-acount:hover .acount-container {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
/*-------------------- Hesap Detay ----------------------*/
.acount-page-container .adres-list .add-adress {
  padding: 0;
  border: none;
  margin: 0;
}
.acount-page-container .acount-info {
  width: 100%;
  background: #fff;
  padding: 48px;
  border-radius: 16px;
}
.acount-page-container .acount-info span {
  font-size: 20px;
  color: #263543;
  font-weight: bold;
  margin-bottom: 29px;
  display: flex;
}

.acount-page-container .acount-info form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.acount-page-container .acount-info form .form-group input {
  height: 60px;
  font-size: 18px;
}

.acount-page-container .acount-info form .form-group .input-content {
  width: 48%;
}

.acount-page-container .acount-info form .form-group input::placeholder {
  font-size: 18px;
}

.acount-page-container .acount-info form .form-group .input-content.checkbox {
  height: unset;
}

.acount-page-container
  .acount-info
  form
  .form-group
  .input-content.checkbox
  label {
  font-weight: 500;
  font-size: 18px;
  color: #263543;
}

.acount-page-container
  .acount-info
  form
  .form-group
  .input-content.checkbox
  label::after {
  border-radius: 100%;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 1px;
  background: #263543;
}

.acount-page-container
  .acount-info
  form
  .form-group
  .input-content.checkbox
  label::before {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: 6px;
  border: 1px solid #263543;
}
.acount-page-container .acount-info .save {
  border: 1px solid #263543;
  padding: 7px 18px;
  background: #263543;
  color: #fff;
  border-radius: 16px;
  transition: 0.3s;
}

.acount-page-container .acount-info .save:hover {
  transition: 0.3s;
  color: #263543;
  background: #fff;
}
.acount-page-container .acount-info form .form-group.password .input-content {
  width: 100%;
}
.acount-page-container
  .acount-info
  form
  .form-group
  .input-content.checkbox
  input {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .acount-page-container .acount-info {
    padding: 20px;
  }

  .acount-page-container .acount-info form .form-group {
    flex-direction: column;
    margin: 0;
  }

  .acount-page-container .acount-info form .form-group .input-content {
    width: 100%;
  }
  .acount-page-container
    .acount-info
    form
    .form-group
    .input-content.checkbox
    label {
    font-size: 14px;
  }
  .my-acount .acount-container.mobile-menu-acount-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex !important;
    flex-direction: column;
    height: 100vh;
    z-index: 1;
    padding: 40px;
    background: #fff;
    /* transform: translateX(100%); */
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    transition: 0.3s;
    padding-top: 0;
  }
}
/*---------------------- Kargo --------------------*/
.cargo-list tbody > tr > td:nth-last-child(1) span {
  background: none;
  border-radius: 0;
}
.cargo-list tbody > tr > td .cargo-detail {
  display: flex;
  align-items: center;
  gap: 17px;
}

.cargo-list tbody > tr > td .cargo-detail .product-img {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  overflow: hidden;
}

.cargo-list tbody > tr > td:nth-last-child(1) {
  display: table-cell;
}
.cargo-list tbody > tr > td .cargo-detail .product-img {
  width: 35px;
  height: 35px;
  border-radius: 8px;
}
.cargo-list tbody > tr > td .cargo-detail {
  gap: 10px;
}

.form-group.checkox-content.cargo-input-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group.checkox-content.cargo-input-container .nice-select.select2 {
  width: 160px;
}
@media screen and (max-width: 767px) {
  form-group.checkox-content.cargo-input-container .nice-select.select2 {
    width: 100%;
  }
}
a.adress-delete-btn {
  border: 1px solid #d4653a !important;
  background: #d4653a !important;
  color: #fff !important;
}

a.adress-delete-btn:hover {
  background: transparent !important;
  color: #000 !important;
}
.add-new-adress-form button.save {
  /* width: 100%; */
  padding: 17px;
  border: none;
  background: #263543;
  border-radius: 16px;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  transition: 0.3s;
  margin-top: 20px;
}
a.btn.same-adres.same-adres_btn {
  margin-bottom: 20px;
  background: #263543;
  border: none;
  padding: 16px 20px;
  border-radius: 16px;
}

a.btn.same-adres.same-adres_btn:hover {
  background: #56ab76;
}
.main-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.paymant-options .options .option-context.bank-options {
  flex-direction: column;
}
.orders-detail-payment .main-title {
  margin-bottom: 25px;
  display: flex;
  font-weight: bold;
  font-size: 23px;
  color: #263543;
}

.orders-detail-payment .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.orders-detail-payment .form-group .input-content {
  width: 48%;
}
.form-group.bank-form-group > span {
  font-weight: bold;
  font-size: 17px;
  color: #263543;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank {
  padding: 0;
  margin-top: 20px;
}
.form-group.bank-form-group .bank-acount-container.order-detail-bank li {
  position: relative;
  width: 100%;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank li label {
  margin-bottom: 0;
  margin-top: 12px;
  position: relative;
}

.form-group.bank-form-group
  .bank-acount-container.order-detail-bank
  li
  label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  border: 1px solid #d4653a;
  border-radius: 20px;
}

.form-group.bank-form-group
  .bank-acount-container.order-detail-bank
  li
  label::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #d4653a;
  display: flex;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.3s;
}

.form-group.bank-form-group
  .bank-acount-container.order-detail-bank
  li
  input:checked
  ~ label:after {
  transition: 0.3s;
  transform: scale(1);
}
.options.credi-cart-container .option-context {
  display: block;
}

.options.credi-cart-container .option-context .credi-cart {
  display: flex;
  gap: 28px;
  width: 100%;
}

.options.credi-cart-container .option-context .credi-cart > div {
  width: 50%;
}
.price-contaienr .discount {
  font-size: 16px;
  color: #b9b9b9;
  text-decoration: line-through;
}

.price-contaienr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.payment-container .payment-right .checkbox label a {
  color: #56ab76;
}
.acount-container ul li.hassub a:hover {
  background: transparent;
}
.custom-usr-container {
  display: flex;
  justify-content: end;
}

.custom-usr-container button.custom-usr-order-btn {
  padding: 14px;
  border-radius: 20px;
  border: none;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .custom-usr-container {
    display: flex;
    justify-content: center;
  }
  .orders-detail-payment .form-group {
    flex-direction: column;
  }
  .orders-detail-payment .form-group .input-content {
    width: 100%;
  }
  .acount-container.mobile-menu-acount-container.active {
    transition: 0.3s;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  span.back-acount {
    margin-bottom: 20px;
  }
}
/* ------------- New Media Screen Responsive --------------------*/
/*-------------- Anasayfa ------------*/
@media screen and (max-width: 1440px) {
  section.about .about-top .about-context {
    font-size: 55px;
  }
  section.about .about-bottom .img-container {
    gap: 10px;
  }
  section.about .about-mid-second .left h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1025px) {
  .product-item > a .product-img-content {
    height: 16vh;
  }
  section.about .about-top {
    height: 580px;
  }

  section.about .about-top .img-content img:nth-child(1) {
    left: 0;
  }

  section.about .about-top .img-content img:nth-child(2) {
    right: 0;
  }

  section.about .about-top .img-content img:nth-child(3) {
    left: 47px;
    bottom: 20%;
  }

  section.about .about-top .img-content img:nth-child(4) {
    bottom: 104px;
  }

  section.about .about-top .about-context {
    font-size: 48px;
    line-height: normal;
  }

  section.about .about-mid-second .left p {
    width: 100%;
  }

  section.about .about-mid-second .left h3 {
    line-height: normal;
    font-size: 23px;
  }

  section.about .about-bottom h3 {
    font-size: 45px;
  }

  section.about .about-bottom .img-container img {
    width: 300px;
    height: 260px;
  }
}
@media screen and (max-width: 1360px) {
  .search-container .search-bottom .search-bottom-product .product-item {
    width: 23%;
  }
}
@media screen and (max-width: 1025px) {
  .search-bottom-product .product-item .item-content .item-title {
    line-height: normal;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 990px) {
  section.about .about-top {
    height: 37vh;
  }

  section.about .about-top .img-content img:nth-child(1) {
    width: 20%;
  }

  section.about .about-top .img-content img:nth-child(2) {
    width: 20%;
  }

  section.about .about-top .img-content img:nth-child(3) {
    width: 14%;
    left: 27px;
  }

  section.about .about-top .img-content img:nth-child(4) {
    width: 20%;
  }

  section.about .about-top .about-context {
    font-size: 37px;
  }

  section.about .about-mid p {
    font-size: 15px;
  }

  section.about .about-mid-second {
    flex-direction: column;
  }

  section.about .about-mid-second > div {
    width: 100%;
  }

  section.about .about-bottom .img-container img:last-child {
    display: none;
  }
  .search {
    top: 7%;
  }

  .search-bottom-product .product-item .item-content .item-price {
  }

  .search-bottom-product .product-item .item-content {
    padding: 0 12px;
  }
  .search-bottom-product .product-item .item-content .item-price .price {
    font-size: 14px;
  }
  .search-bottom-product .product-item .item-content .item-price .discount {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .product-item .item-img .item-tag > span {
    font-size: 11px;
    padding: 5px;
  }

  .product-item .item-content .item-category {
    font-size: 13px;
  }

  .product-item .item-content .item-title {
    font-size: 14px;
    line-height: 34px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .product-item .item-content .item-price .price {
    font-size: 15px;
  }

  .product-item .add-basket {
    opacity: 1;
    visibility: visible;
    font-size: 13px;
  }

  .slide-section {
    padding: 50px 0;
  }

  .coupon-container .coupon form {
    width: 100%;
  }

  .coupon-container .coupon {
    width: 100%;
  }

  .options.credi-cart-container .option-context .credi-cart {
    flex-direction: column;
  }

  .options.credi-cart-container .option-context .credi-cart > div {
    width: 100%;
  }

  .paymant-options .options .option-context .card-view span {
    font-size: 16px;
  }

  .paymant-options .options .option-context .agreement tr td {
    font-size: 12px;
  }

  .payment-confirmation-container .order-detail-container {
    width: 100%;
  }

  .payment-confirmation-container {
    padding: 24px;
  }

  .payment-confirmation-container .order-detail-container .order-detail {
    padding: 24px;
  }

  .sepet-added > ul > li .sepet-product-left .product-img img {
    width: 100%;
  }
  section.about .about-top .img-content {
    display: none;
  }

  section.about .about-top {
    height: 23vh;
  }

  section.about .about-top .about-context {
    font-size: 21px;
  }

  section.about .about-top .bg-container-second {
    display: none;
  }

  section.about .title {
    font-size: 15px;
  }

  section.about .about-mid-second {
    margin-top: 50px;
    gap: 24px;
  }

  section.about .about-mid-second .left h3 {
    text-align: center;
  }

  section.about .about-mid-second .left p {
    text-align: center;
  }

  section.about .about-bottom {
    margin-top: 50px;
  }

  section.about {
    /* padding: 24px; */
  }

  section.about .about-bottom h3 {
    font-size: 20px;
    line-height: normal;
  }

  section.about .about-bottom .img-container {
    flex-direction: column;
  }

  section.about .about-bottom .img-container img {
    width: 100%;
  }

  section.about .about-bottom .img-container img:last-child {
    display: block;
  }
  .search-container .search-bottom .search-bottom-product {
    padding: 0 24px;
  }

  .search-container .search-bottom .search-bottom-product .product-item {
    width: 48%;
  }

  .search-container .search-top {
    padding: 24px;
    gap: 20px;
    align-items: center;
  }

  .search-container .search-top .search-title {
    flex-direction: column;
    align-items: start;
    gap: 19px;
  }

  .search-container .search-top span.big-title {
    font-size: 20px;
  }

  .search-container .search-bottom .search-page-btn {
    margin-top: 20px;
  }
  .search-container .search-top button.search-close-btn {
    height: 34px;
  }
}
