/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  background: #f2f3f7;
} */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  background: #f2f3f7;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom:110px;
}

.header {
  display: flex;
  justify-content: space-between;
  background: var(--theme-default);
  padding: 10px 25px;
  align-items: center;
}

.header .header-center-img img {
  width: 60px;
}

.list-items {
  padding: 0px 0px 20px 0px;
}

.list-items .item a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-items .item img {
  width: 125px;
}

.list-items .item {
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 7px #cccccc7d;
  border-radius: 4px;
  border-left: 5px solid var(--theme-default);
}

.list-items .item h2 {
  font-size: 16px;
  color: #545454;
  margin-bottom: 0;
  font-weight: 600;
}

.item-left-content {
  flex-grow: 2;
  text-align: left;
  padding-left: 18px;
}

.banner-item {
  margin-bottom: 15px;
}

.banner-item img {
  border-radius: 4px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc75;
  margin-bottom: 3px;
  align-items: center;
  padding-left: 15px;
}

.menu-item .left-content p {
  margin: 0;
  line-height: 16px;
  margin: 0;
  font-size: 12px;
}

.menu-item .left-content h4 {
  font-size: 15px;
  font-weight: 500;
  color: #464646fa;
}

.menu-item .left-content {
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 9px;
}

.menu-item .left-content .dish-price {
  font-size: 13px;
  margin-top: 5px;
  font-weight: 600;
  color: var(--theme-default);
}

.read-more {
  font-size: 14px;
  color: #262626;
  margin-top: 9px;
  font-weight: 600;
}

.read-more i {
  font-size: 13px;
}

.category-item {
  background: #fff;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #cccccc75;
  font-weight: 500;
  margin-bottom: 3px;
  color: #4a4a4a;
}

.first-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.sub-category {
  margin-top: 25px;
}

.sub-first {
  margin-top: 0px;
}

.back-button {
  color: var(--theme-default);
  background: #ffffffd1;
  padding: 10px 12px;
  border-radius: 51px;
  font-size: 19px;
  display: block;
}

.no-image {
  min-height: 102px;
}

.social-list ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.social-list ul li i {
  font-size: 19px;
}

.social-list ul li {
  list-style-type: none;
  border-radius: 4px;
}

.social-list ul li a {
  display: block;
  list-style-type: none;
  padding: 11px 12px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 3px;
  font-size: 14px;
  color: #5e5e5e;
  text-decoration: none;
  border: 1px solid #c9c9c9;
  margin-right: 7px;
}

.social-list ul .instagram a {
  color: #dd2a7b;
  border: 1px solid #dd2a7b !important;
}

.social-list .facebook a {
  padding: 11px 15px;
  color: #3b5998;
  border: 1px solid #3b5998 !important;
}

.social-list ul .twitter a {
  color: #08a0e9;
  border: 1px solid #08a0e9 !important;
}

.language-list .dropdown-toggle {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 14px;
}

.language-list .dropdown-toggle::after {
  position: relative;
  top: 2px;
}

.language-list ul li a {
  padding: 4px 13px;
  font-size: 16px;
  border-bottom: 1px solid #cccccc85;
}

.language-list ul li:last-child a {
  border-bottom: 0 !important;
}

.location-content .item-left-content i {
  font-size: 18px;
  margin-right: 5px;
  /* width: 10px; */
}

.location-content {
  padding: 17px 0px;
}

.location-content h2 {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.wifi-password .item-left-content {
  text-align: center;
}

.wifi-password {
  border-left: 0 !important;
  border-right: 5px solid var(--theme-default);
}

.wifi-password img {
  /* margin-left: 15px; */
}

.wifi-header {
  font-size: 25px;
  color: var(--theme-color);
}

.wifi-header:hover {
  color: var(--theme-color);
}

.contact-page {
  padding: 55px 0px;
  margin-bottom: 50px;
}

.btn-yass {
  background: var(--theme-default);
  color: #fff;
  border: 1px solid var(--theme-default);
}

.contact-page h4 {
  margin-bottom: 26px;
  font-size: 20px;
}

.contact-page button {
  margin-top: 15px;
}

.contact-page label {
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-page label span {
  font-size: 14px;
}

.error {
  border: 1px solid red;
}

.item-contact {
  position: relative;
  box-shadow: 1px 1px 7px #cccccc7d;
}

.item-contact img {
  border-radius: 4px;
}

.contact-content {
  position: absolute;
  right: 20px;
  top: 31%;
  width: 54%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #545454;
}
/*** Ilave Duzenlemeler ***/
.copyright{
    display:flex;
    font-size:0.9rem;
    font-weight:normal;
    color:#888;
    justify-content:center;
}
.copyright.text{
    text-align:center;
}
.copyright.designer{
    letter-spacing:.5px;
    text-decoration:none;
}
.copyright a:hover{
    color:#111;
    text-decoration:none;
}
@media (max-width:600px)  {
    .copyright{font-size:70%;}
}
@media (max-width:300px)  {
    .copyright{font-size:58%;}
}
/*** Responsive Slider ***/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .rslides_container {
  position: relative;
  float: left;
  width: 100%;
  }
  
.rslides_nav {
  position: absolute;
  top: 50%;
  left: 20px;
  opacity: 0.7;
  z-index: 9;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 39px;
  width: 39px;
  background: transparent url("../img/slider_arrows.png") no-repeat left top;
  margin-top: -20px;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 20px;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
/*** Yeni Sticky Footer Bar ***/
#navbar.icon-bar {
  background-color: var(--theme-default);
  border-top:1px solid #104264;
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  display: block;
  z-index:9999;
}

.icon-bar .col-3{
    text-align:center;
    border-left:1px solid #104264;
}
.icon-bar .col-3:first-child{
    text-align:center;
    border-left:0px solid #104264;
    padding-left:10px;
}
.icon-bar .dropdown-menu{
    min-width: 4rem !important;
}
.icon-bar .dropdown-toggle:after{
    content:"";
    border: 0 none;
}
.icon-bar.row > *{
    padding:0;
}
.icon-bar.row{
    margin:0;
}

#navbar.icon-bar a {
  display: flex;
  flex-direction:column;
  align-items:center;
  color: #d7b467;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  margin:15px 0 25px;
  padding:0;
}
#navbar.icon-bar .dropdown-item{padding:18px 0;margin:0;}
#navbar.icon-bar a:hover, #navbar.icon-bar a:hover span {
  background-color: var(--theme-default);
  color: #d7b467;
}
#navbar.icon-bar a span{
    font-size:.5rem;
    letter-spacing:.025rem;
    margin-top:.8rem;
    text-transform:uppercase;
    color:#d7b467;
}
/* Etiket */
.urun-etiket{
    display:inline-block;
    font-size:0.8rem;
    padding:2px 10px;
    margin:10px 0 0;
    border-radius:4px;
}
.etiket-efekt{animation: blinker 1.5s linear infinite;}
@keyframes blinker {  
  50% { opacity: 0; }
}