@font-face {
  font-family: "norvec";
  src: url(../font/NHaasGroteskTXPro-55Rg.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "norvec";
  src: url(../font/NHaasGroteskTXPro-65Md.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "norvec";
  src: url(../font/NHaasGroteskTXPro-75Bd.ttf) format("truetype");
  font-weight: bold;
}
.pl-black {
  color: black !important;
}
.pl-black::placeholder {
  color: #000 !important;
}

.bg-acik {
  background-color: rgba(156, 122, 242, 0.2);
}

html {
  scroll-behavior: smooth;
}

.w-90 {
  width: 90%;
}

.bg-mavi {
  background-color: #9c7af2 !important;
}

body {
  background-color: #eff0f4;
}

.br-8 {
  border-radius: 8px;
}

.kutu {
  outline: none !important;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.08);
}

.nav {
  width: 90%;
  max-width: 460px !important;
  height: 7.5vh;
  background-color: #9c7af2;
  border-radius: 8px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.nav ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav ul li {
  list-style: none;
  height: 100%;
  display: flex;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid transparent;
}
.nav ul li a {
  display: block;
  padding: 0 20px;
}
.nav ul li:active {
  transform: scale(0.8);
}
.nav ul li i {
  color: #fff;
}
.nav ul li.active {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: #fff;
}
.nav ul li.active i {
  color: white;
  fill-opacity: 1;
}

.gir {
  animation: in 0.5s;
}

.index {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index .logo {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.index p.tanitim {
  opacity: 0.8;
  font-size: 13px;
  width: 80%;
  margin: 10px auto;
  font-weight: 500;
}

.button-turuncu {
  background-color: #ff9047;
  color: #fff;
}
.button-turuncu:hover {
  color: white;
}

.button-mavi {
  background-color: #9c7af2;
  color: #fff;
}
.button-mavi:hover {
  color: white;
  background-color: #ff9047;
}

.button-red {
  background-color: #f65050;
  color: white;
}

.button-yesil {
  background-color: #3ac76a;
  color: white;
}

.button-dark {
  background-color: #313d3e;
  color: white;
}

.outline-button {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #9c7af2;
  background-color: transparent;
  color: #9c7af2;
  outline: none;
  font-weight: 600;
  padding: 5px 25px;
  display: flex;
  align-items: center;
}
.outline-button i {
  margin-right: 5px;
}

.button {
  text-align: center;
  border-radius: 4px;
  border: none;
  outline: none;
  font-weight: 600;
  justify-content: center;
  padding: 5px 25px;
  display: flex;
  transition: background 0.25s ease-in-out;
  align-items: center;
}
.button i {
  margin-right: 5px;
}

.search {
  display: flex;
  align-items: center;
  background-color: rgba(156, 122, 242, 0.5);
  border-radius: 8px;
  padding: 4px 10px;
  z-index: 300;
  color: white;
}
.search svg {
  fill: white;
  width: 20px;
}
.search input {
  max-width: 130px;
  margin-left: 5px;
  border: none;
  color: white;
  outline: none;
  background-color: transparent;
}
.search input::placeholder {
  color: white;
}

.urun {
  display: flex;
  flex-direction: row;
}
.urun:hover {
  color: black;
}
.urun .sol {
  margin-bottom: 10px;
}
.urun .sol img {
  object-fit: contain;
  height: 110px;
  max-width: 110px;
  min-width: 110px;
  width: 110px;
  min-height: 110px;
  max-height: 110px;
  height: 110px;
  border-radius: 8px;
}
.urun .sag {
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.urun .sag .kategori {
  font-size: 11px;
  color: #a4aab4;
  letter-spacing: 2px;
}
.urun .sag .isim {
  font-weight: bold;
  line-height: 18px;
}
.urun .sag .aciklama {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0;
}
.urun .sag .fiyat {
  font-weight: bold;
}

.fs-7 {
  font-size: 13px;
}

.stick {
  position: sticky;
  top: 20px;
  z-index: 10000000;
}

a {
  text-decoration: none;
  color: black;
}

.page {
  height: 87vh;
  border-radius: 8px;
  overflow-y: scroll;
  padding-bottom: 1rem;
  max-width: 460px !important;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.kategori .grid {
  width: 90%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.kategori .grid .kutu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.kategori .grid .kutu svg {
  fill: #9c7af2;
}
.kategori .grid .kutu .isim {
  word-break: break-word;
  font-size: 1.3rem;
}

@keyframes in {
  from {
    transform: translate(0, 100px);
    opacity: 0;
  }
}
.urun-view {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  animation: view 0.5s;
}
.urun-view .urun img {
  height: 230px !important;
}

.oldfiyat {
  color: black !important;
  opacity: 0.2;
  font-size: 15px;
  text-decoration: line-through;
  position: relative;
}

.counter {
  height: 30px;
}
.counter .kac {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background-color: #eff0f4;
}
.counter button {
  border: none;
  outline: none;
  padding: 0 10px;
}
.counter button:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.counter .sagx {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.h-30 {
  height: 30px;
}

.snack {
  z-index: 10000000;
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 4px solid #9c7af2;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  padding-left: 2rem;
  animation: snack 0.8s;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.08);
}

@keyframes snack {
  from {
    opacity: 0;
    transform: translate(0, -100px);
  }
}
@keyframes view {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
}
.sepet-bos svg {
  width: 45%;
}
.sepet-bos h4 {
  text-align: center;
}

.sepet .item {
  display: flex;
}
.sepet .item .kutu-sol {
  width: 30%;
}
.sepet .item .kutu-sol img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: cover;
}
.sepet .item .kutu-sag {
  width: 70%;
  box-sizing: border-box;
  padding-left: 10px;
}
.sepet .item .kutu-sag .fiyat {
  color: #9c7af2;
}
.sepet .item .kutu-sag .isim,
.sepet .item .kutu-sag .fiyat {
  font-weight: bold;
  line-height: 18px;
}
.sepet .item .kutu-sag .adet {
  color: #a4aab4;
}

.istek-sayfa .istekler .istek {
  background-color: #f8f8f8;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 5px;
  font-size: 18px;
}
.istek-sayfa .istekler .istek:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.istek-sayfa .istekler .istek .d-flex i {
  color: #9c7af2;
  margin-right: 5px;
}
.istek-sayfa .istekler .istek .sub button {
  display: flex;
  align-items: center;
}
.istek-sayfa .istekler .istek .sub button i {
  --ggs: 0.8;
  color: white;
}

textarea {
  width: 100%;
  border: 1px solid #eff0f4;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 5px;
}
textarea:focus {
  border-color: #9c7af2;
}

.icon-kucuk {
  --ggs: 0.8;
}

.radial {
  border-radius: 200px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-y {
  align-items: center;
  display: flex;
}

.toplam-sepet {
  color: #3ac76a;
  font-weight: bold;
}

.emir-tab ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.emir-tab ul li.active {
  font-weight: bold;
  background-color: rgba(156, 122, 242, 0.3);
}
.emir-tab ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  color: #9c7af2;
  padding: 10px;
  transition: 0.2s;
  border-radius: 6px;
}
.emir-tab ul li:active {
  transform: scale(0.9);
}
.emir-tab ul li i {
  --ggs: 0.8;
  margin-right: 5px;
}

@keyframes tab {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
}
.tab-icerik-1 input {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  outline: none;
}
.tab-icerik-1 input:focus {
  border-color: #9c7af2;
}

.tab-icerik-1 {
  animation: tab 0.2s;
}
.tab-icerik-1 .d-flex input {
  width: 48%;
}

.details {
  transition: 0.2s;
}

.details-close {
  max-height: 0px;
  margin: 0 !important;
  overflow: hidden;
}

.h-97 {
  height: 97px !important;
}

.h-50 {
  height: 50px !important;
}

.skeleton-box {
  width: 100%;
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
  border-radius: 1px;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 0.5s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.urun-baslik {
  font-weight: bold;
  line-height: 18px;
}

.urun-aciklama {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0;
}

.text-mavi {
  color: #9c7af2;
}

.nav-inx {
  animation: nav-in 0.2s;
}

@keyframes nav-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
}
.yanmenu {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 100000;
}
.yanmenu li {
  box-shadow: -3px 11px 43px -9px rgba(0, 0, 0, 0.7);
  list-style: none;
  background-color: #3ac76a;
  border-bottom-left-radius: 8px;
  transition: 0.2s;
}
.yanmenu li:active {
  transform: translate(0, 10px);
}
.yanmenu li a {
  padding: 8px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.yanmenu li a div {
  margin-top: 8px;
  color: white;
}
.yanmenu li i {
  color: white;
  --ggs: 1.2;
}

.malzeme-cikar {
  margin-bottom: 3px;
}
.malzeme-cikar label {
  margin-left: 5px;
}

.option {
  display: flex;
  border: 1px solid #eaeaea;
  background-color: #fcfcfc;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  user-select: none !important;
  transition: 0.2s;
}
.option:hover {
  cursor: pointer;
  background-color: #eaeaea;
}
.option svg {
  color: #9c7af2;
  width: 40px;
  margin-right: 1rem;
}
.option div {
  color: #333;
  font-size: 1.1rem;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 10000;
}
.popup-bg .popup {
  background-color: white;
  border-radius: 3px;
  padding: 1.2rem;
}
.popup-bg .popup .popup-header {
  font-weight: bold;
  font-size: 1.1rem;
  color: #9c7af2;
}
.popup-bg .popup .popup-sub {
  opacity: 0.8;
}

.button-gri {
  background-color: #e9e9e9;
}

.kucuk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.kucuk-grid .kucuk-urun .sol {
  margin-bottom: 5px;
}
.kucuk-grid .kucuk-urun img {
  width: 100%;
  max-height: 125px;
  min-height: 125px;
  object-fit: contain;
}
.kucuk-grid .kucuk-urun .sag {
  margin-left: 5px;
}
.kucuk-grid .kucuk-urun .sag .kategori {
  font-size: 14px;
  color: #a4aab4;
}
.kucuk-grid .kucuk-urun .sag .isim {
  font-weight: bold;
  line-height: 18px;
}
.kucuk-grid .kucuk-urun .sag .aciklama {
  display: none;
}
.kucuk-grid .kucuk-urun .sag .fiyat {
  font-weight: bold;
  color: #9c7af2;
}

.disabled-urun {
  opacity: 0.3;
}

.btn-outline.active {
  border-color: #9c7af2;
  background-color: #9c7af2;
}
.btn-outline.active .box {
  background-color: #9c7af2;
}
.btn-outline.active i {
  color: white;
}

.btn-outline {
  width: 30px;
  height: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d3d3de;
}
.btn-outline i {
  color: #b6b4b4;
  --ggs: 0.7;
}

.list-style {
  margin-top: 0.2rem !important;
  margin-bottom: 0.3rem !important;
  padding: 0.1rem !important;
}
.list-style .fiyat {
  color: #9c7af2;
}
.list-style img,
.list-style .kategori,
.list-style .aciklama,
.list-style button,
.list-style .hs {
  display: none !important;
}
.list-style .sol {
  margin: 0 !important;
}

.emir-dropdown {
  color: #a4a1a1;
}

.sag-filter {
  position: absolute;
}
.sag-filter ul {
  margin: 0;
  padding: 0;
}
.sag-filter ul li {
  padding: 4px 3px;
  list-style: none;
}
.sag-filter ul li a {
  color: #a4a1a1;
}
.sag-filter .emir-dr-icerik {
  background: white;
  border-radius: 3px;
  font-size: 12px;
  bottom: -138px;
  position: absolute;
  left: -69px;
  z-index: 10000000;
  transition: 0.2s;
  overflow: hidden;
}
.sag-filter .emir-dr-icerik a {
  color: #a4a1a1;
}

.hs {
  margin-bottom: 5px;
  opacity: 0.7;
}
.hs i {
  color: #9c7af2;
  --ggs: 0.8;
}

.option-scroll {
  overflow-x: scroll;
}
.option-scroll::-webkit-scrollbar {
  display: none;
}
.option-scroll .malzeme-option {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  font-size: 14px;
  color: #a4a1a1;
  display: flex;
  align-items: center;
  padding: 2px 7px;
  margin-right: 4px;
  white-space: pre;
}
.option-scroll .active {
  border-color: #9c7af2;
  color: #9c7af2;
  text-decoration: line-through;
}

.star {
  width: 15px;
}

.mesaj-bg {
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000000;
}

.mesaj {
  border-radius: 8px;
  width: 300px;
  background-color: white;
}
.mesaj__header {
  background-color: #9c7af2;
  color: white;
  padding: 10px 8px;
  border-top-left-radius: 8px;
  font-weight: 600;
  border-top-right-radius: 8px;
}
.mesaj__body {
  color: rgba(0, 0, 0, 0.8);
  padding: 20px 8px;
}

.kampanya__nav {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.kampanya__nav button {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  outline: none;
  font-size: 20px;
  transition: 0.2s;
}
.kampanya__nav button:active {
  transform: scale(0.8);
}
.kampanya__icerik {
  position: relative;
  height: 180px;
  display: flex;
  justify-content: end;
  padding: 10px;
}
.kampanya__icerik .isim {
  background-color: #9c7af2;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 17px;
  border-radius: 3px;
  color: #fff;
}
.kampanya__icerik .fiyat {
  background-color: white;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 17px;
  border-radius: 3px;
  color: #9c7af2;
  align-self: self-end;
}
.kampanya__icerik .sag {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
}
.kampanya__icerik img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
}

.kucuk-grid img {
  height: 90px;
}

.yorum-box {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 8px;
}
.yorum-box .sol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yorum-box .sag {
  margin-left: 2rem;
}
.yorum-box .sag p {
  margin: 0;
  font-size: 14px;
}
.yorum-box .pp {
  border-radius: 100px;
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yorum-box .pp svg {
  width: 30px;
}

.top-banner {
  height: 190px;
}
.top-banner .img-fluid {
  top: 0;
  left: 0;
  object-fit: cover;
}
.top-banner .info-begeni {
  background-color: #9c7af2;
  z-index: 1000;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  color: #000;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 4px 10px;
}
.top-banner .info-begeni span {
  font-weight: bold;
}

.nl .restoran-adi {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 105%;
  margin-bottom: 1rem;
}
.nl .restoran-aciklama {
  color: #aaa;
  font-size: 15px;
  line-height: 110%;
}
.nl .like-button.active {
  background-color: #9c7af2;
}
.nl .like-button.active i {
  color: white;
}
.nl .like-button {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #9c7af2;
  background-color: #fcfcfc;
  transition: 0.3s;
}
.nl .like-button:active {
  background-color: #9c7af2;
  transform: scale(0.8);
}
.nl .like-button:active i {
  color: white;
}
.nl .like-button i {
  --ggs:0.8;
  color: #9c7af2;
}

.easy-nav {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  border-radius: 8px;
  background-color: #fafafa;
  padding: 8px;
  margin-bottom: 1rem;
}

/***/
/* Style the tab */
.tab {
  overflow: auto;
  width: 100%;
  display: flex;
}

.tab::-webkit-scrollbar {
  display: none;
}

.tab button {
  background-color: #fcfcfc;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 18px;
  font-size: 0.2s;
  border-bottom: 2px solid #fcfcfc;
  white-space: nowrap;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 2px solid #9c7af2;
  color: #9c7af2;
  font-weight: bold;
  background-color: #fafafa;
  padding: 5px 26px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0 12px;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}
.tabcontent .x {
  padding: 4px;
  border-bottom: 1px solid #fafafa;
}
.tabcontent .x .col-4 {
  font-weight: bold;
  color: #9c7af2;
  text-align: right;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
}
.g-k i {
  --ggs:0.6;
}

.info-logo {
  position: absolute;
  background: white;
  width: 100px;
  box-sizing: border-box;
  padding: 5px;
  right: 0px;
  margin-left: auto;
  border-top-left-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  position: sticky;
  top: 10px;
  border-bottom-left-radius: 30px;
}

.instagram {
  display: flex;
  align-items: center;
  padding: 1rem;
  width: 100%;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
  border-radius: 8px;
}
.instagram svg {
  fill: white;
  width: 36px;
  height: 36px;
}
.instagram h3 {
  color: white;
  margin: 0;
  font-size: 1.8rem;
  margin-left: 1rem;
}

.count {
  position: absolute;
  bottom: 2px;
  right: 3px;
  z-index: 10000;
  background: #333;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-border {
  height: 60%;
  width: 1px;
  background: white;
  opacity: 0.5;
  margin: 0 3px;
}

.katspy {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: sticky;
  top: 0px;
  padding: 5px;
  overflow-x: auto;
  background-color: #eff0f4;
  z-index: 100;
}
.katspy::-webkit-scrollbar {
  display: none;
}
.katspy .option {
  transition: 0.2s;
  border-bottom: 3px solid transparent;
  color: #000;
  padding: 7px 8px;
  border-color: transparent;
  background-color: #fafafa !important;
  white-space: nowrap;
  border-radius: 0 !important;
  background-color: transparent;
}
.katspy .option.active {
  border-top: none;
  border-right: none;
  border-left: none;
  background: white !important;
  font-weight: bold;
  border-color: #9c7af2;
  color: #9c7af2;
  padding: 7px 15px;
}

.phone-input {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #eff0f4;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
}
.phone-input img {
  width: 100%;
}
.phone-input .doksan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-input input {
  border: none;
  outline: none;
}

.sms .counter {
  background-color: rgba(156, 122, 242, 0.3);
  color: #9c7af2;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 10000px;
  padding: 20px;
  height: unset !important;
  width: 120px;
  height: 120px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-animation] {
  position: relative;
  overflow: hidden;
}

/* ~~~~~~~~~~~~~~
  Ripple Effect
~~~~~~~~~~~~~~ */
.ripple {
  width: 2px;
  height: 2px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleEffect 0.5s ease-in-out;
  animation: rippleEffect 0.5s ease-in-out;
}

@-webkit-keyframes rippleEffect {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(var(--scale));
  }
}
@keyframes rippleEffect {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(var(--scale));
  }
}
.emir-badge {
  background-color: #9c7af2;
  padding: 0px 5px;
  display: inline-flex;
  align-items: center;
  color: white;
  border-radius: 30px;
  font-weight: bold;
}
.emir-badge svg {
  margin-right: 4px;
}

.top-radius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.bottom-radius {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.my-rating {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.my-rating .rate {
  border: 2px solid transparent;
  width: 27px;
  height: 27px;
  border-radius: 200px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.my-rating .rate:active {
  cursor: pointer;
  transform: scale(0.9);
}
.my-rating .active {
  background-color: #9c7af2 !important;
  color: white !important;
  border-color: #9c7af2 !important;
}
.my-rating .rate-red {
  color: #e74c3c;
  border-color: #e74c3c;
}
.my-rating .rate-yellow {
  color: #e67e22;
  border-color: #e67e22;
}
.my-rating .rate-green {
  color: #3ac76a;
  border-color: #3ac76a;
}

.emir-input {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  height: 38px;
  margin-left: 3px;
  width: 70px;
}
.emir-input:focus {
  border-color: #9c7af2;
}

.avm-row {
  background: #F6F6F6;
}

.social-icon {
  padding: 10px;
  background-color: #9c7af2;
  color: white;
  border-radius: 1000px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon:hover {
  color: white;
}

.res {
  display: flex;
  padding: 8px 3px;
  align-items: center;
  background-color: #e5e5e5;
  color: #383838;
  justify-content: space-between;
}
.res .isim {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-left: 1rem;
}
.res .fiyat {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.dr-title {
  display: inline-block;
  font-weight: bold;
  position: relative;
  color: #9c7af2;
  bottom: -7px;
  background: white;
  left: 10px;
  z-index: 100;
}

.p-i {
  border-radius: 4px;
  background-color: rgba(156, 122, 242, 0.3);
  display: flex;
  align-items: center;
  user-select: none !important;
  padding: 5px 10px;
  color: #333;
  transition: 0.2s;
  font-weight: bold;
}
.p-i:hover {
  cursor: pointer;
  transform: scale(0.9);
  color: white;
  background-color: #9c7af2;
}

body {
  top: 0px !important;
}

.goog-te-banner-frame {
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute;
  top: -100px;
  left: -10000px;
  display: none !important;
}

.goog-te-gadget {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
}

#share {
  background: #9c7af2;
}

.goog-te-combo {
  border: 1px solid #9c7af2;
  border-radius: 2px;
  padding: 2px;
  outline: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.hide-google {
  position: absolute;
  background: white;
  width: 100%;
  height: 36px;
  bottom: 0;
}

#google_translate_element {
  position: relative;
}

.ikram-adet {
  border: 1px solid #ccc;
  width: 21px;
  border-radius: 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.bakiye-kutu {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 10px;
  display: flex;
}
.bakiye-kutu .sol {
  flex: 1;
}
.bakiye-kutu .sag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bakiye-kutu .tit {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  color: #222;
  opacity: 0.6;
}
.bakiye-kutu .val {
  color: #9c7af2;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}

.bakiye-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9c7af2;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  font-size: 1.4rem;
  color: #9c7af2;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}
.bakiye-box:hover {
  background-color: rgba(156, 122, 242, 0.34);
  color: black;
}

.bakiye-box.active {
  background-color: #9c7af2;
  color: white;
}

.fw-600 {
  font-weight: 600;
}

.plaj-top {
  width: 60%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 5px 10px;
}

.center-x {
  justify-content: center;
}

.inpx {
  height: 34px !important;
  border-radius: 4px;
  background-color: #eaeaea;
  border: 1px solid #aaa;
  color: black;
  padding: 3px 7px;
  outline: none;
}
.inpx::placeholder {
  color: #aaa;
}

.dropdown .dropdown-toggle {
  overflow: hidden;
  width: 70px;
  padding-left: 0.25rem;
}
.dropdown .dropdown-toggle:after {
  display: none !important;
  border-top: none !important;
}
.dropdown .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-item li a {
  display: flex;
  align-items: center;
}
.dropdown-item img {
  width: 25px;
  height: 15px;
  object-fit: contain;
  margin-right: 0.3rem;
}

.fis-header {
  font-weight: 600;
  display: grid;
  grid-template-columns: 1fr 60px 60px;
  border-bottom: 1px solid #eee;
}

.fis-bottom {
  display: grid;
  grid-template-columns: 1fr 60px 60px;
  font-weight: 600;
  border-top: 1px solid #eee;
}
.fis-bottom div:nth-child(3) {
  opacity: 0.9;
}

.fis {
  display: grid;
  grid-template-columns: 1fr 60px 60px;
  overflow: hidden;
}
.fis__sol {
  font-weight: 600;
  opacity: 0.8;
  overflow: hidden;
  max-height: 24px;
}

.bottom-pan {
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: white;
  box-shadow: 0px -10px 2px rgba(0, 0, 0, 0.08);
  z-index: 1000000;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px;
}

.pan-bg {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.profile-button {
  background-color: #3ac76a;
  border-radius: 1000px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.e-badge {
  border: 1px solid #9c7af2;
  border-radius: 8px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: white;
  color: #9c7af2;
  cursor: pointer;
}

.e-badge.active {
  background-color: #9c7af2;
  color: white;
  cursor: default;
}

.siparis-item {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 80px 1fr;
  background-color: white;
  min-height: 90px;
}
.siparis-item .sag {
  padding-left: 1rem;
}
.siparis-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */

