@import "/fonts/style.css";
@import "https://fonts.googleapis.com/css?family=Roboto:500";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
* {
  margin: 0;
}
html,
body,
#body {
  margin: 0px;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  text-align: left;
  min-height: 100vh;
  background-color: #f1f2f7;
}
samp {
  font-family: "Roboto Condensed", sans-serif;
}
.kapat {
  display: none !important;
}
.kapat0 {
  display: none !important;
}
.kapats {
  display: none;
}
h1 {
  float: left;
}
h2 {
  float: left;
}
h3 {
  float: left;
}
h4 {
  float: left;
}
h5 {
  float: left;
}
img {
  border: 0px;
}
a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}
.hover:hover {
  filter: drop-shadow(0px 0px 5px gray) grayscale(100%);
  opacity: 0.5;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 5px gray) grayscale(100%);
}
.hoverm.button {
  filter: drop-shadow(0px 0px 5px gray);
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 5px gray);
}
button {
  cursor: pointer;
}
.button {
  cursor: pointer;
}

@viewport {
  zoom: 1;
  width: device-width !important;
}

textarea:focus,
input:focus,
button:focus,
select:focus,
option:focus,
*:focus {
  outline: none;
}
a {
  cursor: pointer;
}

.zebra:nth-child(even) {
  background-color: rgb(0, 0, 0, 0.1) !important;
}

textarea:focus,
input:focus {
  outline: none;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"],
  input[type="radio"] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    box-sizing: inherit;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type="checkbox"]:disabled,
  input[type="radio"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type="checkbox"]:disabled:checked,
  input[type="radio"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type="checkbox"]:hover:not(:checked):not(:disabled),
  input[type="radio"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type="checkbox"]:not(.checkbox),
  input[type="radio"]:not(.checkbox) {
    width: 21px;
  }
  input[type="checkbox"]:not(.checkbox):after,
  input[type="radio"]:not(.checkbox):after {
    opacity: var(--o, 0);
  }
  input[type="checkbox"]:not(.checkbox):checked,
  input[type="radio"]:not(.checkbox):checked {
    --o: 1;
  }
  input[type="checkbox"]:not(.checkbox) {
    border-radius: 7px;
  }
  input[type="checkbox"]:not(.checkbox):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type="checkbox"]:not(.checkbox):checked {
    --r: 43deg;
  }
  input[type="checkbox"].checkbox {
    width: 38px;
    border-radius: 11px;
  }
  input[type="checkbox"].checkbox:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type="checkbox"].checkbox:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type="checkbox"].checkbox:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type="radio"] {
    border-radius: 50%;
  }
  input[type="radio"]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type="radio"]:checked {
    --s: 0.5;
  }
}
/* ---------- */
.inputmatrix {
  position: relative;
  float: left;
  width: 100%;
}
.inputmatrix1 {
  display: block;
  line-height: 2em;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 18px);
  font-size: medium;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 500;
}
input:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.inputmatrix2 {
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 17px;
  left: 5px;
  padding: 2px;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 12px;
  background-color: #fff;
}
.inputmatrix1:placeholder-shown + .inputmatrix2 {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.inputmatrix1:not(:placeholder-shown) + .inputmatrix2,
.inputmatrix1:focus:not(:placeholder-shown) + .inputmatrix2 {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
}
/* ---------- */
.left {
  float: left;
}
.right {
  float: right;
}

input[type="checkbox"],
input[type="radio"] {
  --active: #f90 !important;
}
:root {
  --swiper-theme-color: #009a96;
}

.buttonmavi {
  background-color: #009a96 !important;
  color: #fff !important;
}
.buttonmavi:hover {
  background-color: #f27a1b !important;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#ust {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#orta {
  width: 1024px;
  flex: 1;
  width: calc(100% - 20px);
  padding: 0px 10px 100px 10px;
  float: left;
}

#alt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1020px) {
  .mobilkapat {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) {
  .urun1 {
    display: none;
  }
  body {
    width: 1020px;
    margin-left: calc((100% - 1020px) / 2);
  }
}

.boslist1 {
  float: left;
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.boslist2 {
  float: left;
  width: 100%;
  font-size: 22px;
  margin-top: 25px;
}

.kapatnull {
  display: none;
}

.sorpo {
  float: left;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
}
.sorpo1 {
  float: left;
  padding: 10px;
  background-color: #fff;
}
.sorpo3 {
  background-color: #f27a1b;
  float: left;
  padding: 10px;
  margin: 5px;
  color: #fff;
}
.sorpo4 {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.getirform {
  width: auto !important;
}

.fixed-siparis {
  position: fixed;
  bottom: 0;
  right: 0;
}
