﻿/* font */
/* font */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clearfix {
  clear: both;
  min-height: 0px;
  display: block;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
*:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gothamblack.eot");
  src: url("../fonts/gothamblack.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamblack.woff") format("woff"), url("../fonts/gothamblack.ttf") format("truetype"), url("../fonts/gothamblack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold.eot");
  src: url("../fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold.woff") format("woff"), url("../fonts/gothambold.ttf") format("truetype"), url("../fonts/gothambold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook.eot");
  src: url("../fonts/gothambook.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook.woff") format("woff"), url("../fonts/gothambook.ttf") format("truetype"), url("../fonts/gothambook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gothammedium.eot");
  src: url("../fonts/gothammedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothammedium.woff") format("woff"), url("../fonts/gothammedium.ttf") format("truetype"), url("../fonts/gothammedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'korinnastdheavy';
  src: url("../fonts/korinnastdheavy.eot");
  src: url("../fonts/korinnastdheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/korinnastdheavy.woff") format("woff"), url("../fonts/korinnastdheavy.ttf") format("truetype"), url("../fonts/korinnastdheavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  width: 100%;
}
header {
  padding-top: 20px;
  background-color: #ededed;
  padding-bottom: 20px;
  box-shadow: 0px 0px 10px 3px #aaaeae;
}
header .logo a img {
  width: 100%;
}
header .headerTop .searchArea {
  display: inline-block;
  border-radius: 40px;
  padding: 0px;
  background-color: #fdbf14;
  float: right;
  width: 320px;
}
header .headerTop .searchArea input {
  border: none;
  background-color: transparent;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  transition: 0.4s;
  line-height: 40px;
  font-family: gothammedium;
  width: 280px;
  padding: 0 10px;
}
header .headerTop .searchArea input::placeholder {
  font-family: 'gothammedium';
  font-size: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
header .headerTop .searchArea:hover {
  width: 70%;
  transition: 0.7s;
}
header .headerTop .searchArea:hover input {
  background-color: transparent;
  width: 85%;
}
header .headerTop .searchArea:hover button {
  background-color: #25b7d0;
}
header .headerTop .searchArea button {
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
  background-color: #fdbf14;
  border: none;
  border-radius: 50%;
  background-position: 55% 45%;
  transition: 0.4s;
}
header .headerBottom {
  margin-top: 15px;
  /*
        .sepetIcon {.relative;.mt(-25px);
            a { text-align: center; .db; background-color: @yellow; .absolute;.p(30px); border-radius: 100%; z-index: 11; box-shadow: -2px 32px 30px -20px rgba(0,0,0,0.75); right: 0px;
                i { color: @white; font-size: 35px; }
                span { background-color: @blue; .absolute; color: @white; border-radius: 100%; right: 20px; top: 15px; .p(5px 10px);.gothammedium(15px,18px); }
            }
        }
*/
}
header .headerBottom .menu {
  text-align: center;
  margin-top: 30px;
}
header .headerBottom .menu ul {
  display: inline-flex;
}
header .headerBottom .menu ul li {
  margin-left: 35px;
}
header .headerBottom .menu ul li a {
  font-family: 'gothammedium';
  font-size: 22px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  color: #e22084;
  transition: all 0.3s ease 0s;
  position: relative;
}
header .headerBottom .menu ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  width: 30%;
}
header .headerBottom .menu ul li a:hover {
  transition: 0.3s;
}
header .headerBottom .menu ul li a:hover:before {
  width: 100%;
  background-color: #fdbf14;
}
header .headerBottom .katalogArea {
  margin-top: 10px;
}
header .headerBottom .katalogArea div div {
  text-align: center;
  position: relative;
  border-radius: 10px;
  box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
}
header .headerBottom .katalogArea div div i {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 20px;
  color: #ffffff;
}
header .headerBottom .katalogArea div div a {
  color: #ffffff;
  font-family: 'gothammedium';
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  padding: 8px 0px;
  display: block;
}
header .headerBottom .katalogArea div .orta {
  background-color: #e22084;
}
header .headerBottom .katalogArea div .lise {
  background-color: #9fc400;
}
header .headerBottom .sepetIcon {
  position: relative;
  float: right;
}
header .headerBottom .sepetIcon a {
  text-align: center;
  color: #ffffff;
  font-family: 'gothambold';
  font-size: 13px;
  line-height: 13px;
  -webkit-font-smoothing: antialiased;
  box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}
header .headerBottom .sepetIcon a i {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
header .headerBottom .sepetIcon a.emagaza {
  background-color: #9fc400;
}
header .headerBottom .sepetIcon a.ogretmenOdasi {
  background-color: #e22084;
  margin-left: 20px;
}
.mobileHeader {
  display: none !important;
}
@media (max-width: 1500px) {
  header .headerBottom .menu ul li a {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  header .logo {
    text-align: center;
    margin-bottom: 30px;
  }
  header .logo a img {
    width: 25%;
  }
  header .headerTop .searchArea {
    width: 100%;
    background: none;
    border-bottom: 2px solid #fdbf14;
    border-radius: 0;
    padding-bottom: 8px;
  }
  header .headerTop .searchArea input {
    width: 90%;
    color: #e22084;
  }
  header .headerTop .searchArea:hover {
    width: 100%;
  }
  header .headerTop .searchArea:hover button {
    background-color: #e22084;
  }
  header .headerBottom {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  header .headerBottom .menu {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  header .headerBottom .menu ul li {
    margin: 0px 16px;
  }
  header .headerBottom .menu ul li a {
    font-size: 20px;
  }
  header .headerBottom .sepetIcon {
    float: none;
    width: 100%;
    text-align: center;
  }
  header .headerBottom .sepetIcon a {
    width: 20%;
  }
}
@media (max-width: 767px) {
  header {
    display: none;
  }
  .mobileHeader {
    width: 100%;
    display: block !important;
    height: 100%;
    padding-bottom: 10px;
    box-shadow: 0px 0px 10px 3px #aaaeae;
  }
  .mobileHeader .searchBtn {
    background-color: #25b7d0;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 27px;
  }
  .mobileHeader .searchBtn:after {
    content: '';
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 5px 0px 0px 5px;
  }
  .mobileHeader .logo {
    text-align: center;
    display: inline-block;
    margin-top: 15px;
  }
  .mobileHeader .logo img {
    width: 35%;
  }
  .mobileHeader .menuBtn {
    width: 28px;
    height: 15px;
    position: absolute;
    top: 33px;
    right: 20px;
    z-index: 201;
  }
  .mobileHeader .menuBtn.active span {
    width: 25px;
    height: 3px;
    display: block;
    position: absolute;
    left: 3px;
    background-color: #e22084;
  }
  .mobileHeader .menuBtn.active span.s1 {
    top: 6px;
    /* Safari */
    -webkit-transform: rotate(135deg);
    /* Firefox */
    -moz-transform: rotate(135deg);
    /* IE10+ */
    transform: rotate(135deg);
    /* Opera */
    -o-transform: rotate(135deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
  }
  .mobileHeader .menuBtn.active span.s2 {
    top: 6px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE10+ */
    transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  }
  .mobileHeader .menuBtn.active span.s3 {
    display: none;
  }
  .mobileHeader .menuBtn span {
    width: 25px;
    height: 3px;
    display: block;
    position: absolute;
    left: 3px;
    background-color: #e22084;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .mobileHeader .menuBtn span.s1 {
    top: 0px;
  }
  .mobileHeader .menuBtn span.s2 {
    top: 6px;
  }
  .mobileHeader .menuBtn span.s3 {
    top: 12px;
  }
  .mobileHeader .mobileSearch {
    width: 90%;
    position: absolute;
    top: -130px;
    left: 5%;
    background-color: rgba(37, 183, 208, 0.9);
    height: 130px;
    border: 1px white dashed;
    z-index: 150;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition-property: top,opacity,visibility;
    -moz-transition-property: top,opacity,visibility;
    -o-transition-property: top,opacity,visibility;
    -ms-transition-property: top,opacity,visibility;
    transition-property: top,opacity,visibility;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .mobileHeader .mobileSearch.active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
    top: 115px;
  }
  .mobileHeader .mobileSearch .input {
    width: 90%;
    margin-left: 5%;
    height: 28px;
    margin-top: 50px;
    position: relative;
  }
  .mobileHeader .mobileSearch .input:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    margin: 3px;
    z-index: 151;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .mobileHeader .mobileSearch .input .inputText {
    font-family: 'gothammedium';
    font-size: 12px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    background-color: #e22084;
    border: 1px white solid;
    color: #cdd0d3;
    display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px 0 30px;
  }
  .mobileHeader .mobileMenu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 200;
    background-color: rgba(20, 27, 37, 0.9);
    -webkit-transition-property: top,opacity,visibility;
    -moz-transition-property: top,opacity,visibility;
    -o-transition-property: top,opacity,visibility;
    -ms-transition-property: top,opacity,visibility;
    transition-property: top,opacity,visibility;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .mobileHeader .mobileMenu.active {
    top: 0;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
  }
  .mobileHeader .mobileMenu ul {
    margin: 80px 20px 0 0;
    text-align: right;
    height: calc(100% - 200px);
    overflow: hidden;
    overflow-y: auto;
  }
  .mobileHeader .mobileMenu ul li a {
    font-family: 'gothammedium';
    font-size: 25px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    color: white;
    margin-bottom: 10px;
    display: inline-block;
  }
  .mobileHeader .mobileMenu .menuFooter {
    position: absolute;
    width: 100%;
    bottom: 50px;
  }
  .mobileHeader .mobileMenu .menuFooter a {
    font-family: gothammedium;
    display: block;
    text-align: center;
    color: #ffffff;
  }
  .mobileHeader .mobileMenu .menuFooter .katalogArea {
    margin-bottom: 15px;
  }
  .mobileHeader .mobileMenu .menuFooter .katalogArea div {
    width: 50%;
    position: relative;
    text-align: center;
  }
  .mobileHeader .mobileMenu .menuFooter .katalogArea div i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    font-size: 27px !important;
  }
  .mobileHeader .mobileMenu .menuFooter .katalogArea div a {
    display: block;
    padding: 8px 0px;
    text-align: center;
  }
  .mobileHeader .mobileMenu .menuFooter .katalogArea .orta {
    background-color: #e22084;
    float: left;
  }
  .mobileHeader .mobileMenu .menuFooter .katalogArea .lise {
    background-color: #9fc400;
    float: right;
  }
  .mobileHeader .mobileMenu .menuFooter .eMagaza {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .mobileHeader .mobileMenu .menuFooter .ogretmenOdasi {
    font-size: 30px;
  }
  .mobileHeader .mobileMenu .menuFooter .mobileSocialMedia {
    justify-content: center;
    display: flex;
    margin-top: 35px;
  }
  .mobileHeader .mobileMenu .menuFooter .mobileSocialMedia a {
    font-size: 35px;
    color: #ffffff;
    margin-left: 20px;
  }
}