body, html {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-weight: 300;
  background-image: url(../files/site/bg.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
* {
  outline: none !important;
  font-family: 'Roboto', sans-serif;
}
.anadiv {
  width: 100%;
}
a {
  color: #DB0A40;
}
a:hover {
  color: #DB0A40;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.uyaritxtv8 {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  margin-top: 20px;
  color: #d33;
  font-weight: 500;
}
.uyaritxtv8.gri {
  color: #666;
}
.uyaritxtv8.sari {
  color: #F0932B;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
    transition: all ease 0.2s;
      cursor: pointer;
}
::-webkit-scrollbar-track {
  width: 100%;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 5px;
  transition: all ease 0.2s;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #707070
}
h1,h2,h3,h4,h5,h6,p {
  margin: 0;
}
.pop_box_dis {
  width: 100%;
  height: 100vh;
  z-index: 89;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.5);
  display: none;
  overflow-x: scroll;
}
.pop_box_dis .pop_box {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  top: 60px;
  height: auto;
  min-height: 100px;
  border-radius: 20px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
  margin-bottom:40px;
}
.pop_box_dis .pop_box .kapat_btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -40px;
  right: 0px;
  background-image: url(../files/site/kapat.btn.beyazx.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.pop_box_dis .pop_box .pop_box_ic {
  width: 100%;
  float: left;
  padding: 10px;
  position: relative;
}
.pop_box_dis .pop_box .pop_box_ic iframe {
/*  width: 100%;
  float: left;
  height: calc(100vh - 40px - 30px - 40px);*/
}

.formtek {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.formtek label.error {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 3px;
  color: #E84560;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
}
.formtek input.error, .formtek textarea.error, .formtek select.error {
  border-color: #E84560 !important;
}
.formtek.mbottom20 {
  margin-bottom: 20px;
}
.formtek input {
  width: 100%;
  height: 50px;
  border-radius: 35px;
  border: 1px solid #BFBFBF;
  float:left;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: all ease 0.2s;
}
.formtek input:focus {
  border: 1px solid #777;
}
.formtek select {
  width: 100%;
  height: 50px;
  border-radius: 35px;
  border: 1px solid #BFBFBF;
  float:left;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: all ease 0.2s;
}
.formtek textarea {
  width: 100%;
  height: 90px;
  border-radius:25px;
  border: 1px solid #BFBFBF;
  float:left;
  padding-top: 13px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: all ease 0.2s;
  resize: none;
}
.formtek textarea:focus {
  border: 1px solid #777;
}
.formtek .btngiris {
  width: 100%;
  height: 50px;
  border-radius: 35px;
  float:left;
  padding-left: 20px;
  border: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #DB0A40;
  transition: all ease 0.2s;
  transform: scale(1);
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formtek .btngiris:hover {
  transform: scale(1.03);
}
.formtek .btngiris:active {
  transform: scale(0.97);
}
.tabbtns {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 10px;
}
.tabbtns li {
  float: left;
  border: 1px solid #BFBFBF;
  height: 45px;
  margin-right: 10px;
  border-radius: 45px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  padding: 0px 20px;
  cursor: pointer;
}
.tabbtns li:hover {
  color: #fff;
  background-color: #DB0A40;
  border: 1px solid rgba(0,0,0,0.1);
}
.tabbtns li.aktif {
  color: #fff;
  background-color: #DB0A40;
  border: 1px solid rgba(0,0,0,0.1);
}
.tab_alan {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.tab_alan .tab_tek {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #BFBFBF;
  padding: 15px;
  margin-bottom: 0px;
  color: #888;
  display: none;
  font-size: 14px;
  border-radius: 20px;
}
header, footer, section {
  width: 100%;
  float: left;
  position: relative;
}
.colayar {
  padding: 10px;
}
.rowayar {
  padding-left: 5px;
  padding-right: 5px;
}
.container {
  max-width: calc(100% - 100px);
}
.anadiv {
  width: 100%;
  float: left;
}

.spbtn {
  width: 50px;
  height: 50px;
  background-color: #DB0A40;
  border-radius: 50%;
  position: relative;
  border:none;
  padding: 0px;

}
.spbtn::before {
  content: " ";
  width: 100%;
  height: 100%;
  float: left;
  background-image: url(../files/site/arti.icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  transition: all ease 0.3s;
  transform: rotate(0deg);
}
.spbtn:hover::before {
  transform: rotate(90deg);
}
header.ustkisim .ust {
  width: 100%;
  float: left;
  height: 140px;
  border-bottom: 2px solid #DB0A40;
}
header.ustkisim .ust .mobilaramabtn {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-image: url(../files/site/arama.btn.beyaz.svg);
  background-size: 100%;
  z-index: 4;
  cursor: pointer;
}
header.ustkisim .ust .logo {
  float: left;
  height: 100%;
  width: 370px;
  display: flex;
  align-items: center;
}
header.ustkisim .ust .logo a {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header.ustkisim .ust .logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 65%;
}
header.ustkisim .ust .arama {
  width: calc(100% - 370px - 370px);
  float: left;
  height: 100%;
  display: flex;

  justify-content: center;
  align-items: center;
}
header.ustkisim .ust .arama form {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
header.ustkisim .ust .arama input  {
  border-bottom: 1px solid #BFBFBF;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 50px;
  color: #777;
  font-size: 24px;
  font-weight: 300;
  width: 70%;
    transition: all ease 0.2s;
}
header.ustkisim .ust .arama button {
  background-color: transparent;
  padding: 0;
  border:none;
  opacity: 1;
  transition: all ease 0.2s;
}
header.ustkisim .ust .arama button:hover {
  opacity: 0.7;
}
header.ustkisim .ust .arama input:focus {
  border-bottom-color: #777;
}
header.ustkisim .ust .arama input::placeholder  {
  color: #BFBFBF;
}
header.ustkisim .ust .menu {
  width: 370px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
header.ustkisim .ust .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.ustkisim .ust .menu ul li {
  float: left;
}
header.ustkisim .ust .menu ul li a {
  float: left;
  display: flex;
  max-width: 83px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  text-decoration: none !important;
  opacity: 1;
  transition: all ease 0.2s;
}
header.ustkisim .ust .menu ul li a img {
  height: 40px;
  float: left;
}

header.ustkisim .ust .menu ul li a svg {
  height: 40px;
  float: left;
  fill: #DB0A40;
    transition: all ease 0.2s;
}
header.ustkisim .ust .menu ul li a svg path, header.ustkisim .ust .menu ul li a svg rect {
  fill: #DB0A40;
    transition: all ease 0.2s;
}

header.ustkisim .ust .menu ul li a:hover svg, header.ustkisim .ust .menu ul li a:hover svg path, header.ustkisim .ust .menu ul li a:hover svg rect {
  fill: #222;
}
header.ustkisim .ust .menu ul li a .txt {
  width: 100%;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7E7E7E;
  font-size: 14px;
  margin-top: 5px;
}
header.ustkisim .ust .menu ul li a:hover {

}
section.kategori {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.kategori .kategoritek {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  transition: all ease 0.3s;
  transform: scale(1);
}
section.kategori .kategoritek:hover {
  transform: scale(1.03);
}
section.kategori .kategoritek img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: left;
  border-radius: 20px;
  position: relative;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
  transition: all ease 0.2s;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

section.kategori .kategoritek .resim {
  width: 100%;
  float: left;
  border-radius: 20px;
  position: relative;
  background-color: #000;
  overflow: hidden;
  background-image: url(../files/site/yuklenme.beyaz.icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}
section.kategori .kategoritek.resimsiz .resim img {
  display: none;
}

section.kategori .kategoritek .resim::before {
  content: " ";
  width: 100%;
  padding-top: 80%;
  float: left;
  position: relative;
  z-index: 1;
}
section.kategori .kategoritek .txt {
  position: absolute;
  bottom: 18px;
  right: 0px;
  background-color: #DB0A40;
  color: #fff;
  font-size: 18px;
  z-index: 2;
  padding: 5px 14px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
section.kategori .kategoritek.resimsiz .txt {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
section.urunler {
  margin-top: 0px;
  margin-bottom: 15px;
}
section.urunler .uruntek {
  width: 100%;
  float: left;
  position: relative;
}
section.urunler .uruntek.liste {
  background-color: #fff;
  border-radius:10px;
      box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
}
section.urunler .uruntek .resim {
  width: 100%;
  float: left;
  position: relative;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
section.urunler .uruntek.liste .resim {
  width: 100px;
  border-radius: 8px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.0);
  position: static;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.urunler .uruntek .resim .utekspbtn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
section.urunler .uruntek.liste .resim .utekspbtn {
  position: absolute;
  bottom: 5px;
  right: 15px;
  top: 5px;
  z-index: 5;
  margin-top: auto;
  margin-bottom: auto;
}
section.urunler .uruntek .resim img {
  width: 100%;
  float: left;
  opacity: 1;
  transition: all ease 0.2s;
}
section.urunler .uruntek:hover .resim img {
  opacity: 0.7;

}
section.urunler .uruntek.liste .resim img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  max-height: 100%;
}
section.urunler .uruntek .txt1 {
  width: 70%;
  color: #777;
  float: left;
  font-size: 16px;
  margin-top: 0px;
  padding-top: 10px;
  font-weight: 400;
}
section.urunler .uruntek.liste .txt1 {
  width: calc(100% - 100px - 50px - 15px);
  padding-left: 15px;
  font-size: 19px;
}
section.urunler .uruntek .txt2 {
  width: 30%;
  color: #777;
  float: left;
  font-size: 16px;
  margin-top: 0px;
  padding-top: 10px;
  font-weight: 400;
  text-align: right;
}
section.urunler .uruntek.liste .txt2 {
  width: calc(100% - 100px - 50px - 15px);
  padding-left: 15px;
  text-align: left;
  margin-top: 0px;
  padding-top: 10px;
}
section.urundetay {
  margin-top: 15px;
  margin-bottom: 30px;
}
section.urundetay .urun_icerik {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
}

section.urundetay .resim {
  width: 100%;
  float: left;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
  border-radius: 20px;
  position: relative;
}
section.urundetay .resim .owl-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 10px;
}
section.urundetay .resim .owl-carousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #888;
  margin-left: 2px;
  margin-right: 2px;
}
section.urundetay .resim .owl-carousel .owl-dots .owl-dot.active {
  width: 9px;
  height: 9px;
  background-color: #DB0A40;
}
section.urundetay .resim img {
  width: 100%;
  float: left;
  border-radius: 20px;

}
section.urundetay .ubaslik {
  width: 100%;
  float: left;
  color: #333;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 15px;
}
section.urundetay .ufiyat {
  float: left;
  color: #333;
  font-weight: 500;
  font-size: 26px;
  margin-top: 3px;
}
section.urundetay .uadet {
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  margin-left: 15px;
  height: 45px;
  background-color: #fff;
  border-radius: 45px;
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.urundetay .uadet .btnadet {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #DB0A40;
  border:none;
  transition: all ease 0.2s;
  padding: 0;
  transform: scale(1);
}
section.urundetay .uadet .btnadet:hover {
  transform: scale(1.1);
}
section.urundetay .uadet .btnadet:active {
  transform: scale(0.9);
}
section.urundetay .uadet .btnadet.arttir::before {
  content: " ";
  width: 100%;
  height: 100%;
  float: left;
  background-image: url(../files/site/arti.icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;

}
section.urundetay .uadet .btnadet.azalt::before {
  content: " ";
  width: 100%;
  height: 100%;
  float: left;
  background-image: url(../files/site/eksi.icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;

}
section.urundetay .uadet .adettxt {
  font-weight: 500;
  font-size: 26px;
  color: #333;
  margin-top: 3px;
}
section.urundetay .iceriktxt {
  width: 100%;
  float: left;
  color: #333;
  font-weight: 300;
  margin-top: 20px;
  max-height: 200px;
  overflow-y: hidden;
  position: relative;
}
section.urundetay .iceriktxt .devami_btn {
  position: absolute;
  width: 100%;
  max-width: 150px;
  height: 30px;
  color: #fff;
  border-radius: 30px;
  background-color: #DB0A40;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 7;
  bottom: 10px;
  font-size: 15px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  transition: all ease 0.3s;
}
section.urundetay .iceriktxt .devami_btn:hover {
  transform: scale(1.05);
}
section.urundetay .iceriktxt.devamivar::before {
  content: " ";
  width: 100%;
  z-index: 6;
  height:60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%);
}
section.urundetay .iceriktxt.devamivar .devami_btn {
  display: flex;
}
section.urundetay .iceriktxt .iceriktxtic {
  width: 100%;
  float: left;
  height: auto;
  z-index: 3;
  text-align: left;
  font-size: 15px;
  position: relative;
}
section.urundetay .iceriktxt ul {
  padding-left: 20px;
}
section.urundetay .urun_icerik .ozellik_tek {
  width: 100%;
  float: left;
  margin-top: 10px;
}
section.urundetay .urun_icerik .ozellik_tek .ob {
  width: 100%;
  float: left;
  color: #DB0A40;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
section.urundetay .urun_icerik .ozellik_tek .arac_takimi {
  width: 100%;
  float: left;
}
section.urundetay .urun_icerik .ozellik_tek .arac_takimi .at_tek {
  width: auto;
  float: left;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius:10px;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}
section.urundetay .urun_icerik .ozellik_tek .arac_takimi .at_tek:hover {
  border-color: #aaa;
}

section.urundetay .urun_icerik .ozellik_tek .arac_takimi .at_tek .atb {
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin-right: 5px;
  color: #333;
}
section.urundetay .urun_icerik .ozellik_tek .arac_takimi .at_tek .atf {
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

section.urundetay .urun_icerik .ozellik_tek .arac_takimi .at_tek.aktif {
  background-color: #DB0A40;
  border-color: rgba(0,0,0,0.1);
}
section.urundetay .urun_icerik .ozellik_tek .arac_takimi .at_tek.aktif .atb {
  color: #fff;
}
section.urundetay .urun_icerik .ozellik_tek .arac_takimi .at_tek.aktif .atf {
  color: #fff;
}
section.urundetay .sipariseklebtn {
  width: 100%;
  height: 80px;
  background-color: #DB0A40;
  color: #fff;
  float: left;
  margin-top: 20px;
  border-radius: 80px;
  border: 0px;
  font-size: 30px;
  font-weight: 300;
  transform: scale(1);
  transition: all ease 0.2s;
  position: relative;
}
section.urundetay .sipariseklebtn:hover {
  transform: scale(1.03);
}
section.urundetay .sipariseklebtn:active {
  transform: scale(0.97);
}
section.urundetay .sipariseklebtn::before {
  content: " ";
  width: 40px;
  height: 40px;
  background-image: url(../files/site/ok.icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  right: 25px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
section.urundetay .notalan {
  width: 100%;
  float: left;
  margin-top: 30px;
  position: relative;
}
section.urundetay .notalan::before {
  content:"Not Ekle:";
  position: absolute;
  top:-16px;
  left: 0px;
  font-weight: 400;
  padding-right: 10px;
  color: #333;
  font-size: 16px;
  background-color: #fff;
  z-index: 3;

}
section.urundetay .notalan textarea {
  width: 100%;
  float: left;
  background-color: transparent;
  border-left: none;
  position: relative;
  z-index: 1;
  border-right: none;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 100px;
  resize: none;
  color: #333;
  padding-top: 10px;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding-bottom: 10px;
}
section.tab {
  margin-top: 25px;
}
section.tab .menu_dis {
  width: 100%;
  float: left;
  display: flex;
  position: relative;
}
section.tab .menu_dis .onceki {
  float: left;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background-color: #DB0A40;
  border-radius: 50%;
  display: none;
  margin-right: 5px;
}
section.tab .menu_dis .onceki::before {
  content: "\f104";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  float: left;
}
section.tab .menu_dis .sonraki {
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #DB0A40;
  border-radius: 50%;
  display: none;
  margin-left: 5px;
}
section.tab .menu_dis .sonraki::before {
  content: "\f105";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  float: left;
}
section.tab .menu_dis .onceki:hover {
  background-color: #444;
}
section.tab .menu_dis .sonraki:hover {
  background-color: #444;
}
section.tab .menu_dis.buyuk .sonraki,
section.tab .menu_dis.buyuk .onceki {
  display: block;
}
section.tab ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: calc(100% - 60px);
  white-space: nowrap;
  overflow-x: scroll;
  position: relative;
}
section.tab ul.menu.onceki_kapali {
  width: calc(100% - 30px);
}
section.tab ul.menu li {
  margin-right: 25px;
  display: inline-block;
  position: relative;
  z-index: 4;
}
section.tab ul.menu a {
  color: #777;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 20px;
  float: left;
  transition: all ease 0.2s;
  border-bottom: 0px solid #DB0A40;
}
section.tab ul.menu a:hover {
  border-bottom-width: 2px;
}
section.tab ul.menu a.aktif {
  border-bottom-width: 2px;
}
section.tab ul.list_tip {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.tab ul.list_tip li {
  float: left;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-left: 5px;
}
section.tab ul.list_tip li a {
  color: #888;
  text-decoration: none;
}
section.tab ul.list_tip li a:hover {
  color: #DB0A40;
  text-decoration: none;
}
section.tab ul.list_tip li.aktif a {
  color: #DB0A40;
}
section.hesap {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.hesap .yeniadresbtn {
  width: auto;
  float: right;
      text-decoration: none;
      border: 1px solid #BFBFBF;
      color: #999;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 30px;
      height: 30px;
      margin-bottom: 10px;
      font-size: 15px;
      padding-left: 25px;
      padding-right: 25px;
}
section.hesap .yeniadresbtn:hover {
background-color: #DB0A40;
    color: #fff;
    border-color: rgba(0,0,0,0.05);
  }
  section.hesap .hesapactionbtn {
    width: 100%;
        height: 80px;
        background-color: #DB0A40;
        color: #fff;
        float: left;
        border-radius: 80px;
        border: 0px;
        font-size: 30px;
        font-weight: 300;
        transform: scale(1);
        transition: all ease 0.2s;
        position: relative;
  }
  section.hesap .hesapactionbtn:hover {
    transform: scale(1.03);
  }
  section.hesap .hesapactionbtn:active {
    transform: scale(0.97);
  }
  section.hesap .hesapactionbtn::before {
    content: " ";
    width: 40px;
    height: 40px;
    background-image: url(../files/site/ok.icn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: 25px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }
section.hesap .uyemenusu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  max-width: 225px;
}
section.hesap .uyemenusu li {
  width: 100%;
  float: left;
}
section.hesap .uyemenusu li a {
  float: left;
  width: 100%;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}
section.hesap .uyemenusu li a:hover {
  background-color: #DB0A40;
  color: #fff;
  border-color: rgba(0,0,0,0.05);
}
section.hesap .uyemenusu li.aktif a {
  background-color: #DB0A40;
  color: #fff;
  border-color: rgba(0,0,0,0.05);
}
section.hesap .profilresim {
  width: 70%;
  float: left;
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
}
section.hesap .profilresim::before {
  width: 100%;
  padding-top: 100%;
  content:" ";
  float: left;
  border-radius: 50%;
  background-color: #DB0A40;
}
section.hesap .profilresim img {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  border-radius: 50%;
  left: 10px;
  z-index: 5;

}
section.hesap .cikiscont {
  width: 100%;
  float: left;
}
section.hesap .cikiscont a {
  float: right;
  color: #767676;
  text-decoration: none;
  opacity: 1;
  transition: all ease 0.3s;
}
section.hesap .cikiscont a:hover {
  opacity: 0.7;
}
section.hesap .cikiscont a .txt {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  font-weight: 400;
}
section.hesap .cikiscont a img {
  float: left;
  width: 30px;
}
section.hesap .bilgitek {
    width: 100%;
    float: left;
    border-bottom: 1px solid #aaa;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
section.hesap .bilgitek .txt1 {
  width: 150px;
  float: left;
  color: #DB0A40;
  font-size: 24px;
}
section.hesap .bilgitek .txt2 {
  width: calc(100% - 150px);
  float: left;
  font-size: 21px;
  color: #444;
}
section.hesap .bilgitek .txt2 .onayli {
  font-size: 14px;
  float: right;
  background-color: #26bd88;
  color: #fff;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}
section.hesap .bilgitek .txt2 .onaysiz {
  font-size: 14px;
  float: right;
  background-color: #C41230;
  color: #fff;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}
section.hesap .pdtxt {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  color: #777;
  font-size: 21px;
}
section.hesap .adres_tek {
  width: 100%;
  float: left;
  position: relative;
      border-top: 1px solid #ddd;
      padding-top: 20px;
      margin-bottom: 20px;
}
section.hesap .adres_tek .txts .adres_txt {
  width: 100%;
  float: left;
  padding: 5px 8px;
  font-size: 15px;
  color: #555;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-top: 5px;
  border-radius: 5px;
}
section.hesap .adres_tek .icon {
  border-radius: 50%;
      width: 50px;
      height: 50px;
      background-color: rgb(219,10,64);
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 25px;
      transition: all ease 0.2s;
      transform: rotate(0deg);
}

section.hesap.siparis_olustur .adres_tek .icon {
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  background-color: #444;
}
section.hesap.siparis_olustur .adres_tek .icon::before {
  content: "\f111";
}
section.hesap.siparis_olustur .adres_tek .icon.aktif::before {
  content: "\f058";
}
section.hesap.siparis_olustur .adres_tek .icon.aktif {
  cursor: pointer;
  background-color: rgb(219,10,64);
}
section.hesap.siparis_olustur .adres_tek .icon:hover {
  background-color: rgb(219,10,64);
}
section.hesap.siparis_olustur .masa_adi {
  width: 100%;
  font-size: 35px;
  color: #777;
  font-weight: 700;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
}
section.hesap.siparis_olustur .odeme_not_txt {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  color: #777;
  font-size: 16px;
}

section.hesap .adres_tek .txts {
  width: calc(100% - 25px - 50px);
  padding-left: 10px;
  float: left;
    padding-right: 10px;
      margin-top: 3px;
}
section.hesap .adres_tek .baslik {
  width: 100%;
  float: left;
  color: #777;
  font-size: 17px;
  font-weight: 500;
}
section.hesap .adres_tek .tarih {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight:300;
}
section.hesap .adres_tek .ayar {
  width: 25px;
  float: left;
}
section.hesap .adres_tek .ayar a {
  width: 25px;
  height: 25px;
  float: left;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
      border: 1px solid #BFBFBF;
      color: #999;
      border-radius: 50%;
      text-decoration: none;

}
section.hesap .adres_tek .ayar a:hover {
  background-color: #DB0A40;
  color: #fff;
  border-color: rgba(0,0,0,0.05);
}
section.hesap .adres_tek .ayar button {
  width: 25px;
  height: 25px;
  float: left;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
      border: 1px solid #BFBFBF;
      color: #999;
      border-radius: 50%;
      text-decoration: none;

}
section.hesap .adres_tek .ayar button:hover {
  background-color: #DB0A40;
  color: #fff;
  border-color: rgba(0,0,0,0.05);
}
section.girisform {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.girisform .giristxt {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  color: #777;
  font-size: 21px;
}
section.girisform .giristxt.fkayit {
  margin-bottom: 20px;
}

section.girisform .formtek {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
section.girisform .formtek.mbottom20 {
  margin-bottom: 20px;
}
section.girisform .formtek input {
  width: 100%;
  height: 50px;
  border-radius: 35px;
  border: 1px solid #BFBFBF;
  float:left;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: all ease 0.2s;
}
section.girisform .formtek input:focus {
  border: 1px solid #777;
}
section.girisform .formtek .btngiris {
  width: 100%;
  height: 50px;
  border-radius: 35px;
  float:left;
  padding-left: 20px;
  border: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #DB0A40;
  transition: all ease 0.2s;
  transform: scale(1);
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.girisform .formtek .btngiris:hover {
  transform: scale(1.03);
}
section.girisform .formtek .btngiris:active {
  transform: scale(0.97);
}
section.girisform .girisuyari {
  width: 100%;
  float: left;
  padding-left: 40px;
  color: #888;
  font-size: 21px;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 60px;
  height: 62px;
}
section.girisform .girisuyari.fkayit {
  margin-top: 208px;
}
section.girisform .padl40 {
  padding-left: 40px;
}

section.girisform .formtek .btngirisv2 {
  width: auto;
  height: 50px;
  border-radius: 35px;
  float:left;
  padding-left: 40px;
  padding-right: 40px;
  border: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #aaa;
  transition: all ease 0.2s;
  transform: scale(1);
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.girisform .formtek .btngirisv2:hover {
  transform: scale(1.03);
}
section.girisform .formtek .btngirisv2:active {
  transform: scale(0.97);
}

section.bildirim {
  margin-top: 35px;
  margin-bottom: 35px;
}
section.bildirim .bildirimtek {
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 15px;
}
section.bildirim .bildirimtek .icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgb(219,10,64);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  transition: all ease 0.2s;
  transform: rotate(0deg);
}
section.bildirim .bildirimtek .txt {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
  height: 49px;
  display: flex;
  align-items: center;
  color: #777;
}
section.bildirim .bildirimtek .tarih {
  color: #aaa;
  font-size: 14px;
  width: calc(100% - 50px);
  padding-left: 10px;
  float: left;
}
section.bildirim .bildirimtek:hover .icon {
  transform: rotate(-15deg);
}
section.bildirim .bildirimtxt {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  color: #777;
  font-size: 21px;
}
section.siparisgecmisi {
  margin-top: 35px;
  margin-bottom: 35px;
}
section.siparisgecmisi .basliktxt {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  color: #777;
  font-size: 21px;
}
section.siparisgecmisi .siparistek {
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 10px;
}
section.siparisgecmisi .siparistek .txt {
  width: calc(100% - 80px);
  float: left;
  position: relative;
}
section.siparisgecmisi .siparistek .txt .icerik {
  width: 100%;
  float: left;
  color: #777;
  margin-bottom: 5px;
  font-weight: 600;
}
section.siparisgecmisi .siparistek .txt .tutar {
  width: 100%;
    color: #777;
    float: left;
}
section.siparisgecmisi .siparistek .secenekler {
  width: 80px;
  float: left;
}

section.siparisgecmisi .siparistek .secenekler .btns {
  width: calc(100% - 0px);
  height: 35px;
  margin-bottom: 5px;
  border-radius: 35px;
  float:left;
  text-align: center;
  border: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background-color: #aaa;
  transition: all ease 0.2s;
  transform: scale(1);
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.siparisgecmisi .siparistek .secenekler .btns:hover {
  transform: scale(1.05);
  background-color: #DB0A40;
}
section.siparisgecmisi .siparistek .secenekler .btns:active {
  transform: scale(0.95);
}
section.siparisgecmisi .siparistek .secenekler .btns.btn2 {
  background-color: #DB0A40;
}
section.siparisgecmisi .siparistek .secenekler .btns.btn2:hover {
  background-color: #aaa;
}
footer.altkisim {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer.altkisim .altmenu {
  width: auto;
  float: right;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
footer.altkisim .altmenu li {
  float: left;
  margin-left: 15px;
}
footer.altkisim .altmenu li .kart_logo {
  height: 30px;
  float: left;
  margin-top: -6px;
  filter: grayscale(1);
  transition: all ease 0.3s;
}
footer.altkisim .altmenu li .kart_logo:hover {
  filter: grayscale(0);
}
footer.altkisim .altmenu li a {
  font-size: 13px;
  float: left;
  color: #999;
  text-decoration: none;
}
footer.altkisim .altmenu li a:hover {
  color: #DB0A40;
}
footer.altkisim .cizgi {
  border-top: 1px solid #BFBFBF;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
footer.altkisim .ortakfikirlogo {
  width: auto;
  float: left;
  margin-top: 5px;
  height: 30px;
  filter:grayscale(1);
  opacity: 0.7;
}
footer.altkisim .ortakfikirlogo:hover {
  filter: grayscale(0);
  opacity: 1;
}
section.mobilmenu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 80px;
  z-index: 149;
}
section.mobilmenu .sepet_butonu {
  border-radius: 50%;
  position: absolute;
  bottom: calc(100% + 15px + 15px);
  height: 50px;
  width: 50px;
  border: 0px;
  background-color: #DB0A40;
  z-index: 149;
  right: 15px;
  background-image: url(../files/site/sepet.icon.mbl.beyaz.v2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
section.mobilmenu .sepet_butonu .txt {
  position: absolute;
  bottom: -23px;
  height: 20px;
  width: 100%;
  border-radius: 20px;
  background-color: #DB0A40;
  color: #fff;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
section.mobilmenu .sepet_butonu::before {
  content:" ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #DB0A40;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  background-image: url(../files/site/yuklenme.beyaz.icn.svg);
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
  transform: scale(0);
}
section.mobilmenu .sepet_butonu.yukleniyor::before {
  transform: scale(1);
}
section.mobilmenu .sepet_butonu .adet {
  width: 20px;
  z-index: 4;
  border: 1px solid #fff;
  height: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #DB0A40;
  color: #fff;
  font-size: 11px;
}
section.mobilmenu .sepet_butonu:hover {
  background-color: #111;
}
section.mobilmenu ul {
  list-style: none;
  margin: 0;
  height: 100%;
  width: 100%;
  float: left;
  padding: 0;
}
section.mobilmenu ul li {
  width: calc(100% / 5);
  float: left;
  height: 100%;
}
section.mobilmenu ul li a {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #F0F0F0;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #DDDDDD;
  text-decoration: none !important;
}

section.mobilmenu ul li:nth-last-child(1) a {
  border-right: 0px;
}
section.mobilmenu ul li a:hover {
  background-color: #DDDDDD;
}
section.mobilmenu ul li a:active {
  background-color: #DDDDDD;
}
section.mobilmenu ul li a .txt {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 10px;
  margin-top: 5px;
  font-weight: 500;
}
section.mobilmenu ul li a img {
  height: 40px;
}
section.mobilmenu ul li a .spbtn {
  margin-top: -20px;
  width: 60px;
  height: 60px;
  border:1px solid #f0f0f0;
}
/* SEPET ALAN START */
#sepet_alan {
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 0px;
  position: relative;
  min-height: 100px;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.20);
  border: 2px solid #ddd;
  margin-bottom: 10px;
}
#sepet_alan .basliktxt {
  position: absolute;
  top: -19px;
  width: auto;
  right: 15px;
  background-color: #DB0A40;
  color: #fff;
  padding: 5px 10px;
  height: 35px;
  z-index: 18;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sepet_alan .sepet_ic {
  width: 100%;
  padding: 20px;
  float: left;
  position: relative;
}
#sepet_alan .sepet_ic.yukleniyor::before {
  content: " ";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  z-index: 15;
  background-image: url(../files/site/yuklenme.icn.svg);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
#sepet_alan .sepet_ic .sepet_dolu {
  width: 100%;
  float: left;
  position: relative;
  display: none;
}
#sepet_alan .sepet_ic.dolu .sepet_dolu {
    display: block;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_row {
  width: 100%;
  float: left;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_row .sepet_col {
  width: 50%;
  float: left;
  color: #888;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size:20px;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_row .sepet_col.th {
  font-weight: 500;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_row .sepet_col.tb {
  text-align: right;
}
#sepet_alan .sepet_ic.dolu .sepet_bos_uyari {
    display: none;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 10px;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .s_opsiyonlar {
  list-style: none;
  padding: 5px 0px;
  padding-top: 0px !important;
  width: 100%;
  list-style: none;
  border: 0px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .s_opsiyonlar li {
  width: 100%;
  float: left;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .s_opsiyonlar li.optbaslik {
  color: #DB0A40;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .s_opsiyonlar li.opticerik {
  font-size: 13px;
  color: #777;
  font-weight: 500;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .icerik {
  width: calc(100% - 55px);
  float: left;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .icerik .baslik {
  width: 100%;
  float: left;
  color: #DB0A40;
  font-size: 16px;
  font-weight: 500;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .icerik .baslik .notinfo {
  cursor: pointer;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .icerik .baslik .notinfo:hover {
  color: #000;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .icerik .tutar {
  width: 100%;
  float: left;
  color: #444;
  font-size: 16px;
  font-weight: 300;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .adettxt {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #888;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .adettxt:focus {
  border-color: #aaa;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .kapatbtn {
  float: right;
  width: 15px;
  height: 15px;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-top: 18px;
  cursor: pointer;
}
#sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .kapatbtn:hover {
  color: #DB0A40;
}
#sepet_alan .sepet_ic .sepet_dolu .sponaylabtn {
  width: 100%;
  float: left;
  height: 45px;
  border-radius: 45px;
  background-color: #DB0A40;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: none;
  text-decoration: none;
  font-weight: 700;
  transform: scale(1);
  transition: all ease 0.2s;
  margin-top: 15px;
}
#sepet_alan .sepet_ic .sepet_dolu .sponaylabtn:hover {
  transform: scale(1.05);
}
#sepet_alan .sepet_ic .sepet_dolu .sponaylabtn:active {
  transform: scale(0.95);
}
#sepet_alan .sepet_bos_uyari {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
}
#sepet_alan .sepet_bos_uyari::before {
  content: " ";
  position: relative;
  width: 100%;
  padding-top: 100%;
  float: left;
  z-index: 1;
  background-image: url(../files/site/sepet.bos.icn.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
    opacity: 0.04;
}
#sepet_alan .sepet_bos_uyari::after {
  content: "Devam etmek için sepetinize ürün ekleyin.";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  font-style: italic;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
/* SEPET ALAN FINISH */
section.siparissoru {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.siparissoru .txt {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 100;
  color: #888;
  font-size: 21px;
}
section.siparissoru .btns_alan {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
}
section.siparissoru .btns_alan .btn1 {
  width: auto;
  height: 50px;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #DB0A40;
  transition: all ease 0.2s;
  transform: scale(1);
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.siparissoru .btns_alan .btn1:hover {
  transform: scale(1.05);
}
section.siparissoru .btns_alan .btn1:active {
  transform: scale(0.95);
}
section.siparissoru .btns_alan .btn2 {
  width: auto;
  height: 50px;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #aaa;
  transition: all ease 0.2s;
  transform: scale(1);
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.siparissoru .btns_alan .btn2:hover {
  transform: scale(1.05);
}
section.siparissoru .btns_alan .btn2:active {
  transform: scale(0.95);
}
section.siparis_olustur {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
}
section.siparis_olustur .qr_oku_btn {
  width: auto;
  float: right;
}
section.siparis_olustur h1.baslik {
  width: 100%;
  float: left;
  color: #888;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}
section.siparis_olustur h2.baslik {
  width: 100%;
  float: left;
  color: #DB0A40;
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.siparis_olustur .siparis_formlari {
  width: 80%;
}
section.siparis_olustur .odemeformubaslik {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 16px;
  color: #888;
  font-weight: 100;
}
section.siparis_olustur .siparisitamamlabtn {
  width: 100%;
  height: 80px;
  background-color: #DB0A40;
  color: #fff;
  float: left;
  margin-top: 10px;
  border-radius: 80px;
  border: 0px;
  font-size: 30px;
  font-weight: 300;
  transform: scale(1);
  transition: all ease 0.2s;
  position: relative;
}
section.siparis_olustur .siparisitamamlabtn:hover {
  transform: scale(1.03);
}
section.siparis_olustur .siparisitamamlabtn:active {
  transform: scale(0.97);
}
section.siparis_olustur .siparisitamamlabtn::before {
  content: " ";
  width: 40px;
  height: 40px;
  background-image: url(../files/site/ok.icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  right: 25px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.karanlik {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 148;
  background-color: rgba(0,0,0,0.5);
  top: 0px;
  left: 0px;
  display: none;
}
section.siparisdetay .siparis_row {
  width: 100%;
  float: left;
  background-color: #fff;
  border: 2px solid #ddd;
  padding: 10px 20px;
  font-size: 16px;
  border-radius:20px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
section.siparisdetay .siparis_row .spcol {
  padding-bottom: 5px;
  padding-top: 5px;
}
section.siparisdetay .siparis_row strong {
  width: 100%;
  float: left;
  font-size: 18px;
  margin-bottom: 5px;
  color: #DB0A40;
}
section.siparisdetay .rowbaslik {
  width: 100%;
  float: left;
  color: #DB0A40;
  font-size: 22px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
}
section.siparisdetay .siparis_row .yemek_tek_sp {
  width: 100%;
  float: left;
  border-top: 1px solid #DB0A40;
  padding-top: 10px;
  margin-bottom: 10px;
  color: #444;
}
section.siparisdetay .siparis_row .yemek_tek_sp .yemek_sopts {
  width: 100%;
  float: left;
}
section.siparisdetay .siparis_row .yemek_tek_sp ul {
  list-style: none;
  width: 100%;
  float: left;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
}
section.siparisdetay .siparis_row .yemek_tek_sp ul li {
  width: 100%;
  float: left;
  font-size: 14px;
}
section.siparisdetay .siparis_row .yemek_tek_sp ul li.optbaslik {
  color: #DB0A40;
}
section.siparisdetay .siparis_row .yemek_tek_sp.baslik {
  padding-top: 0px;
  border-top: 0px;
  font-weight: 500;
  color: #DB0A40;
  margin-top: 5px;
}
section.siparisdetay .siparis_row .yemek_tek_sp .sayisal {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
section.siparisdetay .siparis_row .yemek_tek_sp .baslik {
  width: calc(100% - 300px);
  float: left;
}
section.siparisdetay .siparis_row .yemek_tek_sp .baslik i.plusicon {
  color: #DB0A40;
  cursor: pointer;
  font-size: 18px;
}
section.siparisdetay .siparistekrar_btn {
  width: 100%;
    height: 80px;
    background-color: #DB0A40;
    color: #fff;
    float: left;
    margin-top: 10px;
    border-radius: 80px;
    border: 0px;
    font-size: 30px;
    font-weight: 300;
    transform: scale(1);
    transition: all ease 0.2s;
    position: relative;
}
section.siparisdetay .siparistekrar_btn:hover {
  transform: scale(1.03);
}
section.siparisdetay .siparistekrar_btn:active {
  transform: scale(0.97);
}
section.siparisdetay .siparistekrar_btn::before {
  content: " ";
  width: 40px;
  height: 40px;
  background-image: url(../files/site/ok.icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  right: 25px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
section.site_sayfa {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.site_sayfa .pdtxt {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  color: #777;
  font-size: 21px;
}
section.site_sayfa .detaytxt {
  width: 100%;
  float: left;
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
  padding-right: 30%;
}



/* XS */
@media (max-width: 767px) {
  .uyaritxtv8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.tab {
    margin-top: 15px;
  }
  section.tab .menu_dis .onceki,
  section.tab .menu_dis .sonraki {
    display: none !important;
  }
  footer.altkisim .ortakfikirlogo {
    margin-bottom: 10px;
  }
  header.ustkisim .ust .logo a {
    justify-content: center;
  }

  .pop_box_dis .pop_box .kapat_btn {
    right: 15px;
  }
  .pop_box_dis .pop_box {
    width: calc(100% - 20px);
    top: 50px;
  }
  .pop_box_dis .pop_box .pop_box_ic iframe {
      /*  height: calc(100vh - 40px - 30px - 40px - 140px);*/
  }

  section.urundetay .mbl_galeri_gizle {
    display: none;
  }
  footer.altkisim.mbl_icerik_gizle .cizgi,
  footer.altkisim.mbl_icerik_gizle .ortakfikirlogo {
    display: none;
  }
  section.urundetay .ubaslik {
    margin-top: 10px;
  }
  .anadiv {
    overflow-x: hidden;
  }
  .colayar {
    padding: 6px;
  }
  #sepet_alan .sepet_ic .sepet_dolu .sepet_list {
    max-height: calc(100vh - 80px - 50px - 15px - 15px - 40px - 60px - 40px - 20px - 80px);
    overflow-y: scroll;
    box-shadow: inset 0px -10px 5px -5px rgba(0,0,0,0.1)
  }
  #sepet_alan {
    position: fixed;
    bottom: 160px;
    right: 15px;
    z-index: 150;
    width: calc(100% - 30px);
    max-width: 400px;
    display: none;
    border:none;
  }
  section.siparisdetay .siparis_row .yemek_tek_sp ul li {
    text-align: center;
  }
  .formtek input,
  .formtek textarea {
    font-size: 15px;
  }
  section.kategori .kategoritek.resimsiz .resim::before {
    /*padding-top: 20%;*/
  }
  section.kategori .kategoritek .txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    right: 0px;
    background-color: #DB0A40;
    color: #fff;
    font-size: 18px;
    z-index: 2;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
  }
  section.kategori .kategoritek .resim, section.kategori .kategoritek.resimsiz .txt, section.kategori .kategoritek img {
    border-radius: 10px;
  }
  section.kategori .kategoritek.resimsiz .txt {
    font-size: 16px;
  }
  footer.altkisim .altmenu {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    display: none;
  }
  footer.altkisim .altmenu li {
    width: 50%;
    float: left;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  section.site_sayfa .detaytxt {
    padding-right: 0px;
  }
  section.siparisdetay .siparis_row .yemek_tek_sp.baslik,
  section.siparisdetay .siparis_row .yemek_tek_sp.tutar .baslik {
    display: none;
  }
  section.siparisdetay .siparis_row .yemek_tek_sp .sayisal {
    width: calc(100% / 3);

  }
  section.siparisdetay .siparis_row .yemek_tek_sp .baslik {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  section.siparisdetay .siparistekrar_btn::before,
  section.siparis_olustur .siparisitamamlabtn::before,
  section.hesap .hesapactionbtn::before {
    display: none;
  }
  section.hesap.siparis_olustur .uyaritxt {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
  }
  section.hesap .uyemenusu {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    white-space: nowrap;
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 10px;
  }
  section.hesap .uyemenusu li {
    width: auto;
    margin-right: 5px;
    float: none;
    display: inline-block;

  }
  section.hesap .uyemenusu li a {
      padding-left: 10px;
      padding-right: 10px;
  }
  section.siparisgecmisi .siparistek .txt .icerik {
    font-size: 14px;
    padding-right: 10px;
  }
  section.siparisgecmisi {
    margin-top: 20px;
  }

  section.siparis_olustur .siparis_formlari {
    width: 100%;
  }
  .tabbtns li {
    margin-bottom: 10px;
  }
  section.siparissoru .btns_alan .btn1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  section.siparissoru .btns_alan .btn2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  section.siparissoru .btns_alan {
    display: block;
  }

  section.tab ul.menu a {
    font-size: 16px;
  }
  section.urunler .uruntek.liste .txt1 {
    padding-left: 10px;
    font-size: 15px;
  }
  section.urunler .uruntek.liste .txt2 {
    padding-left: 10px;
  }
  section.urunler .uruntek.liste .resim .utekspbtn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  section.urundetay .urun_icerik {
    padding-left: 0px;
    padding-right: 0px;
  }

  footer.altkisim {
    margin-bottom: 80px;
  }
  body, html {
    background-size: 100% auto;
    background-position: 50px top ;
  }
  header.ustkisim .ust .menu {
    display: none;
  }
  .container {
    max-width: calc(100% - 0px);
  }
  header.ustkisim .ust .logo {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
  }
  header.ustkisim .ust .logo img {
    height: 40px;
  }
  header.ustkisim .ust {
    position: relative;
    height: 60px;
  }
  header.ustkisim .ust .logo .beyaz {
    display: block;
  }
  header.ustkisim .ust .logo .renkli {
    display: none;
  }
  header.ustkisim {
    background-color: #db0a40;
  }
  section.kategori::before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #DB0A40;
    width: 100%;
    height: 70px;
  }
  section.kategori {
    margin-top: -10px;
  }
  header.ustkisim .ust .arama {
    position: absolute;
    top: 6px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    display: none;
    opacity: 0;
    height: calc(100% - 12px);
    z-index: 6;
  }

  header.ustkisim .ust .arama button {
    width: 30px;
    height: 30px;
  }
  header.ustkisim .ust .arama input {
    width: calc(100% - 30px - 40px);
    border-bottom: 0px;
    margin-right: 10px;
  }
  header.ustkisim .ust .arama img {
    width: 30px;
    height: 30px;
  }
  header.ustkisim .ust .mobilaramabtn {
    display: block;
  }
  section.tab ul.menu {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding-left: 15px;
  }
  section.urunler {
    margin-top: 0px;
  }
  section.urundetay {
    margin-top: 0px;
    margin-bottom: 70px;
  }
  section.urundetay .resim {
    margin-bottom: 15px;
  }
  section.urundetay .sipariseklebtn::before {
    display: none;
  }
  section.urundetay .sipariseklebtn {
      position: fixed;
        bottom: 95px;
        left: 15px;
        width: calc(100% - 30px - 50px - 15px);
        margin-top: 0px;
        height: 50px;
        font-size: 21px;
        z-index: 44;
        font-weight: 400;
  }
    section.urundetay .sipariseklebtn.spin {
      width: calc(100% - 30px - 50px - 15px - 50px - 15px);
      left: 80px;
    }
  section.girisform .girisuyari {
    margin-top: 0px;
    padding-left: 0px;
    height: auto;
    text-align: center;
    font-size: 17px;
  }
  section.girisform .padl40 {
    padding-left: 0px;
  }
  section.girisform .girisuyari.fkayit {
    margin-top: 0px;
  }
  section.girisform .formtek .btngirisv2 {
    width: 100%;
  }
  section.girisform .giristxt,section.bildirim .bildirimtxt,section.hesap .pdtxt {
    text-align: center;
  }
  section.hesap .bilgitek .txt1 {
    width: 100%;
    font-size:20px;
  }
  section.hesap .bilgitek .txt2 {
    width: 100%;
    font-size: 18px;
  }
  section.hesap .bilgitek {
    margin-bottom: 15px;
  }
  section.hesap .pdtxt {
    margin-bottom: 20px;
  }
  section.hesap .profilresim {
    margin-left: 15%;
    display: none;
  }



  #sepet_alan.spturin .sepet_ic .sepet_dolu .sepet_list {
    max-height: calc(100vh - 80px - 50px - 15px - 15px - 40px - 60px - 40px - 20px - 10px);
  }
  #sepet_alan.spturin {
    bottom: 80px;
  }
  section.mobilmenu.spturin {
    left: auto;
    right: 0px;
    max-width: 80px;
  }
  section.mobilmenu .garson_cagir_btn {
    display: none;
  }
  section.mobilmenu.spturin .garson_cagir_btn {
    border-radius: 50%;
    position: absolute;
    display: block;
    bottom: calc(30px);
    height: 50px;
    width: 50px;
    border: 0px;
    background-color: #DB0A40;
    z-index: 149;
    right: calc(100vw - 65px);
    background-image: url(../files/site/garson.cagir.icn.beyaz.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  section.mobilmenu.spturin .garson_cagir_btn .txt {
    position: absolute;
        bottom: -23px;
        height: 20px;
        width: 100%;
        border-radius: 20px;
        background-color: #DB0A40;
        color: #fff;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
  }
  section.mobilmenu.spturin ul {
    display: none;
  }
  section.urundetay.spturin .sipariseklebtn {
    bottom: 15px;
  }
  section.mobilmenu.spturin .sepet_butonu {
    bottom: 30px;
  }
  #sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .kapatbtn {
    width: 25px;
    height: 25px;
    margin-top: 13px;
    font-size: 20px;
  }
  #sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .icerik {
    width: calc(100% - 65px);
  }
  #sepet_alan .sepet_ic {
    padding: 15px;
  }
}

/* SM */
@media (min-width: 768px) and (max-width: 970px) {
  section.tab .menu_dis .onceki,
  section.tab .menu_dis .sonraki {
    display: none !important;
  }
  header.ustkisim .ust .logo a {
    justify-content: center;
  }
  #sepet_alan {
    position: fixed;
    bottom: 150px;
    right: 15px;
    max-width: 400px;
    z-index: 150;
    width: calc(100% - 30px);
    display: none;
    border:none;
  }
  section.siparis_olustur .siparis_formlari {
    width: 100%;
  }
  .tabbtns li {
    margin-bottom: 10px;
  }
  section.siparissoru .btns_alan .btn1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  section.siparissoru .btns_alan .btn2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  section.siparissoru .btns_alan {
    display: block;
  }

  section.tab ul.menu a {
    font-size: 16px;
  }
  section.urunler .uruntek.liste .txt1 {
    padding-left: 10px;
    font-size: 15px;
  }
  section.urunler .uruntek.liste .txt2 {
    padding-left: 10px;
  }
  section.urunler .uruntek.liste .resim .utekspbtn {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  section.urundetay .urun_icerik {
    padding-left: 0px;
    padding-right: 0px;
  }

  footer.altkisim {
    margin-bottom: 80px;
  }
  body, html {
    background-size: 100% auto;
    background-position: 50px top ;
  }
  header.ustkisim .ust .menu {
    display: none;
  }
  .container {
    max-width: calc(100% - 0px);
  }
  header.ustkisim .ust .logo {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
  }
  header.ustkisim .ust .logo img {
    height: 40px;
  }
  header.ustkisim .ust {
    position: relative;
    height: 60px;
  }
  header.ustkisim .ust .logo .beyaz {
    display: block;
  }
  header.ustkisim .ust .logo .renkli {
    display: none;
  }
  header.ustkisim {
    background-color: #db0a40;
  }
  section.kategori::before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #DB0A40;
    width: 100%;
    height: 130px;
  }
  section.kategori {
    margin-top: -10px;
  }
  header.ustkisim .ust .arama {
    position: absolute;
    top: 6px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    display: none;
    opacity: 0;
    height: calc(100% - 12px);
    z-index: 6;
  }
  header.ustkisim .ust .arama button {
    width: 30px;
    height: 30px;
  }
  header.ustkisim .ust .arama input {
    width: calc(100% - 30px - 40px);
    border-bottom: 0px;
    margin-right: 10px;
  }
  header.ustkisim .ust .arama img {
    width: 30px;
    height: 30px;
  }
  header.ustkisim .ust .mobilaramabtn {
    display: block;
  }
  section.tab ul.menu {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding-left: 15px;
  }
  section.urunler {
    margin-top: 10px;
  }
  section.urundetay {
    margin-top: 15px;
    margin-bottom: 120px;
  }
  section.urundetay .resim {
    margin-bottom: 15px;
  }
  section.urundetay .sipariseklebtn::before {
    display: none;
  }
  section.urundetay .sipariseklebtn {
      position: fixed;
        bottom: 95px;
        left: 15px;
        width: calc(100% - 30px - 50px - 15px);
        margin-top: 0px;
        height: 50px;
        font-size: 21px;
        z-index: 44;
        font-weight: 400;
  }
    section.urundetay .sipariseklebtn.spin {
        width: calc(100% - 30px - 50px - 15px - 50px - 15px);
        left: 80px;
    }
  section.girisform .girisuyari {
    margin-top: 0px;
    padding-left: 0px;
    height: auto;
    text-align: center;
    font-size: 17px;
  }
  section.girisform .padl40 {
    padding-left: 0px;
  }
  section.girisform .girisuyari.fkayit {
    margin-top: 0px;
  }
  section.girisform .formtek .btngirisv2 {
    width: 100%;
  }
  section.girisform .giristxt,section.bildirim .bildirimtxt,section.hesap .pdtxt {
    text-align: center;
  }
  section.hesap .bilgitek .txt1 {
    width: 100%;
    font-size:20px;
  }
  section.hesap .bilgitek .txt2 {
    width: 100%;
    font-size: 18px;
  }
  section.hesap .bilgitek {
    margin-bottom: 15px;
  }
  section.hesap .pdtxt {
    margin-bottom: 20px;
  }
  section.hesap .profilresim {
    margin-left: 0%;
    width: 100%;
  }


  #sepet_alan.spturin {
    bottom: 80px;
  }
  section.mobilmenu.spturin {
    left: auto;
    right: 0px;
    max-width: 80px;
  }
  section.mobilmenu .garson_cagir_btn {
    display: none;
  }
  section.mobilmenu.spturin .garson_cagir_btn {
    border-radius: 50%;
    position: absolute;
    display: block;
    bottom: calc(30px);
    height: 50px;
    width: 50px;
    border: 0px;
    background-color: #DB0A40;
    z-index: 149;
    right: calc(100vw - 65px);
    background-image: url(../files/site/garson.cagir.icn.beyaz.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  section.mobilmenu.spturin .garson_cagir_btn .txt {
    position: absolute;
        bottom: -23px;
        height: 20px;
        width: 100%;
        border-radius: 20px;
        background-color: #DB0A40;
        color: #fff;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
  }
  section.mobilmenu.spturin ul {
    display: none;
  }
  section.urundetay.spturin .sipariseklebtn {
    bottom: 15px;
  }

  section.mobilmenu.spturin .sepet_butonu {
    bottom: 30px;
  }
  #sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .kapatbtn {
    width: 25px;
    height: 25px;
    margin-top: 13px;
    font-size: 20px;
  }
  #sepet_alan .sepet_ic .sepet_dolu .sepet_list .sepettek .icerik {
    width: calc(100% - 65px);
  }
  #sepet_alan .sepet_ic {
    padding: 15px;
  }
}

/* MD */
@media (min-width: 970px) and (max-width: 1170px) {
  header.ustkisim .ust .logo .beyaz {
    display: none;
  }
  header.ustkisim .ust .logo .renkli {
    display: block;
  }
  header.ustkisim .ust .mobilaramabtn {
    display: none;
  }
  section.mobilmenu {
    display: none;
  }
  .karanlik {
    display: none !important;
  }
  header.ustkisim {
    background-color: transparent !important;
  }
}

/* LG */
@media (min-width: 1171px) {
    header.ustkisim .ust .logo .beyaz {
      display: none;
    }
    header.ustkisim .ust .logo .renkli {
      display: block;
    }
    header.ustkisim .ust .mobilaramabtn {
      display: none;
    }
    section.mobilmenu {
      display: none;
    }
    .karanlik {
      display: none !important;
    }
    header.ustkisim {
      background-color: transparent !important;
    }
}
