.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 
.grid {
  display: block;
  clear: both;
}
.grid .unit {
  float: left;
  width: 100%;
  padding: 10px;
}
 
 
 
.no-gutters .unit,
.unit.no-gutters {
  padding: 0 !important;
}
 
.wrap .grid,
.grid.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding:0 10px;
}
 
.grid .whole,          .grid .w-1-1 { width: 100%; }
.grid .half,           .grid .w-1-2 { width: 50%; }
.grid .one-third,      .grid .w-1-3 { width: 33.3332%; }
.grid .two-thirds,     .grid .w-2-3 { width: 66.6665%; }
.grid .one-quarter,    .grid .w-1-4 { width: 25%; }
.grid .one-sekiz,    .grid .w-1-8 { width: 12.5%; }
.grid .five-quarter,    .grid .w-1-5 { width: 20%; }
.grid .six-quarter,    .grid .w-1-6 { width: 16.66666666666667%; }
.grid .three-quarters, .grid .w-3-4 { width: 75%; }
.grid .one-fifth,      .grid .w-1-5 { width: 20%; }
.grid .two-fifths,     .grid .w-2-5 { width: 40%; }
.grid .three-fifths,   .grid .w-3-5 { width: 60%; }
.grid .four-fifths,    .grid .w-4-5 { width: 80%; }
.grid .golden-small,   .grid .w-g-s { width: 38.2716%; }  
.grid .golden-large,   .grid .w-g-l { width: 61.7283%; }  

 
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
} 
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.pull-left    { float: left; }
.pull-right   { float: right; }

   .mobildevar {
    display: none !important;
  }
  
  .mobwit { width:100px;  background:#ac0000; }
 
 
 #stickylogo { display:none; }
 .is-sticky #stickylogo { display:block; float:left; }


.bunit  { padding:10px;   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; } 
  
 .sekizli { width:12.5%; float:left; }
 
 .uclu { width:33.3332%; float:left; }
 .dortlu { width:25%; float:left; }
 
 #logo { height:50px; }
 
 .kayitmobil { margin-top:-30px; line-height: 18px; }
  #cart {  margin-top:5px; }
  .sepeto {
position:relative;
font-weight: bold;
letter-spacing: 1px; 
color:#fff;
display:block; 
background:#1470b5; 
float:right; 
text-align: left;
border-radius:4px; 
padding:10px 30px 10px 5px;

  }
  
@media screen and (max-width: 568px) { 

 #logo { height:40px;}
 
 #cart {margin-top: -50px; } 
 
   .sepeto { background:url(../images/sepet.png) no-repeat right; float:right; padding:10px; text-indent:-9999px;   width: 13px;}
 
  .kayitmobil { margin-top:0px; line-height: 10px; }
  
.bunit  { padding:5px;   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; } 
  
 .sekizli { width:49.5%; }
 .uclu,.dortlu { width:49.5%; margin-bottom:10px; }


.takipfacebook, .takiptwitter , .takipgoogle, .takipwhatsapp { 

display:block;
}



 
 	ul#menu { padding:0px -10px; margin:0px; }
 	ul#menu li{ padding:0px; margin:0px; }
 	ul#menu li a { float: none; width:90%; display:block; border-radius:5px; background:#e60001; color:#fff; border-right: none; border-bottom: 1px solid #fff }

  #yanmenu { display:none;}
  .grid .unit {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }


  .center-on-mobiles {
    text-align: center !important;
  }
  .mobildeyok {
    display: none !important;
  }
  
    .mobildevar {
    display: block !important;
  }
  
    .mobwit { width:20px;   height:15px; text-indent:500px; background:url(../images/sepet.png) no-repeat; }
  
  
}

@media screen and (min-width: 1180px) {
  .wider .grid {
    max-width: 1180px;
    margin: 0 auto;
  }
}
