@media only screen and (min-width : 300px) and (max-width:450px)
{
  :root {
  --max-sayfa_genisligi: 100%;
  --min-sayfa_genisligi: 100%;
  --menu_animation_time: 0.1s;
  --urun_raf_genisligi_desktop: 49%;
  --katalog_sol_kolon_genisligi: 210px;
  --duyuru_yuksekligi: 20px;
  }
}
@media only screen and (min-width : 451px) and (max-width:659px)  
{
  :root {
  --max-sayfa_genisligi: 100%;
  --min-sayfa_genisligi: 100%;
  --menu_animation_time: 0.1s;
  --urun_raf_genisligi_desktop: 49%;
  --katalog_sol_kolon_genisligi: 210px;
  --duyuru_yuksekligi: 20px;
  }
}


*{
  margin: 0px; 
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  vertical-align: baseline;
  outline: none;
}

html {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: none;
  overflow-x: hidden;
}





@font-face {
  font-family: 'Material Symbols Rounded Light';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/material-symbols-rounded-light.woff2') format('woff2');
}

.material-symbols-rounded-light {
  font-family: 'Material Symbols Rounded Light';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


@font-face {
  font-family: 'Material Symbols Rounded Optimized';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/material-symbols-rounded-light_optimized.woff2?v2') format('woff2');
}

.material-symbols-rounded-optimized {
  font-family: 'Material Symbols Rounded Optimized';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

  
@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Regular'), local('Proxima-Nova-Regular'),
        url('../fonts/ProximaNova-Regular/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
@font-face {
    font-family: 'CAL Bodoni Ferrara';
    src: local('CAL Bodoni Ferrara Regular'), local('CAL-Bodoni-Ferrara-Regular'),
        url('../fonts/BodoniFerraraDisplay-Regular/BodoniFerraraDisplay-Regular.woff2') format('woff2'),
        url('../fonts/BodoniFerraraDisplay-Regular/BodoniFerraraDisplay-Regular.woff') format('woff'),
        url('../fonts/BodoniFerraraDisplay-Regular/BodoniFerraraDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
@font-face {
    font-family: 'CAL Bodoni Ferrara Light';
    src: local('CAL Bodoni Ferrara Light'), local('CAL-Bodoni-Ferrara-Light'),
        url('../fonts/BodoniFerraraDisplay-Light/BodoniFerraraDisplay-Light.woff2') format('woff2'),
        url('../fonts/BodoniFerraraDisplay-Light/BodoniFerraraDisplay-Light.woff') format('woff'),
        url('../fonts/BodoniFerraraDisplay-Light/BodoniFerraraDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
@font-face {
    font-family: 'CAL Bodoni Ferrara Extra Light';
    src: local('CAL Bodoni Ferrara Extra Light'), local('CAL-Bodoni-Ferrara-Extra-Light'),
        url('../fonts/BodoniFerraraDisplay-ExtLt/BodoniFerraraDisplay-ExtLt.woff2') format('woff2'),
        url('../fonts/BodoniFerraraDisplay-ExtLt/BodoniFerraraDisplay-ExtLt.woff') format('woff'),
        url('../fonts/BodoniFerraraDisplay-ExtLt/BodoniFerraraDisplay-ExtLt.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
  }
  
body {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:geometricPrecision;
  cursor:context-menu;

}

img {
  border:0;
}

ol, ul {
  list-style: none;
}

.scheam_org_tagi {
  all: inherit;
  float:left;
  display:none;
  width:0;
  height:0;
}

a {
  text-decoration: none;
  color:#d5d5d5;
  cursor:pointer;
}

.kaydirma_efekti_hareketi {
  transform: translate(var(--katalog_sol_kolon_genisligi), 0);
  -webkit-transform": translate(var(--katalog_sol_kolon_genisligi), 0);
  -ms-transform: translate(var(--katalog_sol_kolon_genisligi), 0);
  /*-moz-transform: translate(var(--katalog_sol_kolon_genisligi), 0);*/
  -o-transform: translate(var(--katalog_sol_kolon_genisligi), 0);
}


.kaydirma_efekti_hareketi_bitir {
/*Sakın elleme hareketi düzgün bitiriyor.*/
}


.kaydirma_efekti_suresi {
  transition-delay: transform var(--menu_animation_time);
  -webkit-transition: -webkit-transform var(--menu_animation_time);
  -ms-transition: -ms-transform var(--menu_animation_time);
  /*-moz-transform: -ms-transform var(--menu_animation_time);*/
  -o-transform: -ms-transform var(--menu_animation_time);
}

div#full_ana { 
  position:relative; 
  width:100%;
  height:100%;
  background-color:#fff ; /*#fafafa*/
}


div#golge_kapla {
  position:fixed;
  top:0;
  height:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility:hidden;
  opacity: 0;
  /*transition: visibility var(--menu_animation_time), opacity var(--menu_animation_time) linear;*/
  z-index:10;
}

.golge_kapla_basla {
  visibility: visible !important;
  opacity: 1 !important;
  transition: visibility var(--menu_animation_time), opacity var(--menu_animation_time) linear;
}


div.cls {clear:both;}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: none;
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */
  
  select { border-radius: 13px; border:1px solid#aaa; height:20px; }
  
  div#ana_merkez {
      position:relative;
      max-width:100%;
      min-height:300px;
      margin-left: auto;
      margin-right: auto;
      border:0px solid #aaa;
      height:100%;
      background-color:#fff;
      text-align: center;
  }

  /*Site Temel TasarÄ±m Son*/

  /*Tema:temel*/
  a {
  text-decoration:none;
  color:#f42800;
  font-size:12px;
  }
  a:hover { color:#666; }


  ul {
    list-style:none;  
    margin:0;
    padding:0;
    font-size:12px;  
    color:#3d3b3b;
    width:380px;
  }

  
  #desktop_menu_container { display:none; }
  #mobil_menu {
    position:relative;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    top:0;
    left:0;
  }
  
  
  div#title {
    position:relative;
	background: rgb(140,198,63);
    background: linear-gradient(180deg, rgba(140,198,63,1) 0%, rgba(108,189,69,1) 100%);
    width:100%;
    border-bottom: 1px solid #000;
  }
  
  div#title_up {
    position:relative;
    width:100%;
    z-index:9;
    height:40px;
  }
  
  div#title_container {
    position:relative;
    max-width: calc(var(--max-sayfa_genisligi) - 60px);
    min-width: var(--min-sayfa_genisligi);
    margin-left: auto;
    margin-right: auto;
    z-index:10;
    height:100%;
  }
  
  div#title_left {
    position: relative;
    width:20%;
    float:left;
    height: 40px;
    padding: 0;
    overflow: hidden;
    
  }
  
  div#title_center {
    width:45%;
    float: left;
    position: relative;
    height: 40px;
    padding:7px 20px 7px 20px;
  }
  
  div#title_center>a { display: block; top:0; left:0; width:100%; height:100%; background: url(../../../up/3.png) center center / contain no-repeat;}
  
  div#title_right {
    width:35%;
    float: left;
    position: relative;
    height: 40px;
    padding: 10px 10px 0 0;
  }
  
  .mobil_arama_kutusu_sembolu { display:block; padding:0 0 0 4px; cursor:pointer; }
  .mobil_menu_button { display:block; border:0px solid #333; cursor:pointer; font-size:30px; line-height:40px; padding: 0 0 0 10px; width:55px;}
  #kategori_banner { display:none; }
  
  div#title_arama_makinesi>form input { vertical-align: middle; display:none;}
  input#title_arama_kutusu { float:left; border:1px solid #aaa; width:calc(100% - 72px); height:30px; border-radius:3px; margin:5px 0 0 10px; box-sizing: border-box; text-align:center;}
  input#title_arama_butonu { float:left; cursor:pointer; width:50px; height:100%; font-size:28px; line-height:40px; background-color:#fff0; color:#000; box-sizing: border-box; border:0 !important;}
  #mobil_arama_kutusu { 
    display:none;
    position:fixed;
    width: calc(100% - 40px);
    height:40px;
    top:0px;
    left:0;
    z-index:4000;
    background-color:#fff;
    /*-webkit-box-shadow: 0px 11px 17px -6px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 11px 17px -6px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 11px 17px -6px rgba(0,0,0,0.75);*/
  }
  #mobil_arama_kutusu_kapat { display:none; position:fixed; top:0; right:0; width:40px; height:40px; background-color:#fff; z-index:4000; text-align:center; font-size:30px; line-height:40px; cursor:pointer;}


  .uye_panel {
    position: relative;
    float:right;
    height:20px;
    max-width:100px;
    border:0px solid #333;
    vertical-align: middle;
    display: table;
  }
  
  .uye_panel { height:25px !important; }
  
  #sepet_urun_adet
  {
    position: absolute;
    top:-5px;
    right:3px;
    min-width:15px;
    height:15px;
    background-color:#f00;
    font-family: "Proxima Nova", Arial, sans-serif;
    text-align:center;
    color:#fff;
    font-size:10px;
    border-radius: 50%;
    padding:3px 0 0 0;
    overflow: hidden;
    animation-name: sepet_urun_adet_pulse;
    animation: sepet_urun_adet_pulse 3s infinite;
  }


	@keyframes sepet_urun_adet_pulse {
	  0%   {transform: scale(1);}
	  50%  {transform: scale(1.4, 1.4);}
	  100%  {transform: scale(1);}
	}
  
  .uye_panel>a { color:#000; font-size:22px; display: table-cell;}
  
  #uye_is { vertical-align: middle; display: table-cell;  display:none; max-width:50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  #uye_is>a { display:block; color:#000; font-size:10px; width:10px;  height:25px; vertical-align: middle; display: table-cell; }
  
  #uye_cikis { padding:0 0 0 0px; display:none;}
  #uye_sepet { padding:0 8px 0 4px;}
  


  #konum { background-color: #fafafa; width:100%; height:40px;}
  #konum_container { 
    position:relative;
    max-width: calc(var(--max-sayfa_genisligi) - 60px);
    min-width: var(--min-sayfa_genisligi);
    margin-left: auto;
    margin-right: auto; 
    height:100%;
    overflow: hidden;
    }
  .konum_container_background_image { }
  
  #konum_ul { list-style-type: none; width:100%; height:100%; }
  .konum_li,.konum_ayrac { float:left; line-height:39px; padding:0 5px 0 5px; vertical-align:middle; font-weight:normal;}
  .konum_ayrac { color:#e3d9d9; cursor:context-menu; }
  .konum_li>a { font-size:12px; padding:0; display: block; top:0; left:0; width:100%; height:100%; color:#999;}
  .konum_li:first-child>a { font-size:18px !important }
  .konum_li:last-child>a { font-weight:bold; color:#000;}
  .konum_ayrac:last-child { display:block; }
  .konum_li>a:hover { color:#f50; }
  .konum_li>a>span { display: inline-flex; }

  #urun_adet{
  float:left;
  font-size:11px;
  color:#333;
  padding:5px;
  display:none;
  }

  #sayfa_merkezi {
    border:10px solid #000;
    width:100%;
    min-height:300px;
    text-align:center;
  }

  #sol_sutun {
    position:fixed;
    border-right:6px solid #efefef;
    border-left:1px solid #efefef;
    border-bottom:1px solid #efefef;  
    background-color:#fff;
    padding:0 10px 10px 30px;
    display:none;
    z-index:1000;
    top:0px;
    height:100%;
    box-shadow: 0px 0px 40px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s right;
    -moz-transition: 0.5s right;
    transition: 0.5s right;
    float:left;
    width:calc(var(--katalog_sol_kolon_genisligi) + 50px);
    padding:0 10px 0 10px;
    text-align: left;
    /*transform:rotate(2deg);*/
  }
  
  #arama_sayfasi { padding:0; }
  
  #mobil_sol_kolon_ac_kapa{ 
     position: fixed;
     left: 10%;
     bottom:75px;
     width: 60px;
     height: 60px;
     border:0px solid #333;
     z-index:1100;
     cursor:pointer;
     background-color:#fff;
     border-radius: 50% 50% 50% 50%;
     box-shadow: 0px 0px 40px #888888;
     background-color:#ee0c56 ;
     color:#fff;
     display:none;
     text-align:center;
     line-height:60px;
     font-size:40px;
  }
  
  
  #filtreler_kategoriler {
    position: absolute;
    width:100%;
    height:100%;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:5000;
    border:0px solid #333;
    background-color:#fff;
    margin:0 0 0 0;
    padding:0 15px 0 15px;
  }
  
  #mobil_filtre_boslugu { height:300px; display:block; }
  
  #sag_merkez {
    border:0px solid #333;
    width:100%;
    background-color:#fff;
    text-align:center;
    padding:0 0 0 0;
  }

  #alt {
    border-top:1px solid #ccc;  
    position:relative;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    min-height:100px;
    background: rgb(140,198,63);
    background: linear-gradient(180deg, rgba(140,198,63,1) 0%, rgba(108,189,69,1) 100%);
    padding:20px 0 0 0;
    margin:0px 0 0 0;
    box-shadow: 0px 0px 25px #aaa;
  }

  #sayfa_alti_merkez {
      position:relative;
      width:80%;
      margin-left: auto;
      margin-right: auto;
      border:0px solid #fff;
  }
  
  
  .sayfa_alit_mhz_linkleri {
    border:0px solid #fff;
    padding:5px 0 5px 0;
    width:100%;
    text-align:center;
  }
  
  .sayfa_alit_mhz_linkleri>.material-symbols-rounded-optimized { 
    color:#f50; 
    font-size:50px;
  }
  #guvenli_site { font-size:25px; color:#f50;}


  ul.sayfa_alti_mhz { list-style-type: none; width:100%;}
  ul.sayfa_alti_mhz>li { padding: 0 0 7px 0; text-align:center;}
  ul.sayfa_alti_mhz>li>a { font-size:13px; color:#fff; text-transform: capitalize; }
  ul.sayfa_alti_mhz>li>a:hover { color:#f50; }
  #sayfa_alti_mhz_tel { font-size:15px; color:#fff; margin:0 0 0 0; padding:0 0 20px 0; color:#fff; width:100%; border-top:0px solid #666; text-align:center;}
  #sayfa_alti_mhz_firma { font-size:12px; color:#fff; padding:0; color:#fff;  width:100%; text-align:center;}
  .mhz_sol_cigi { float:left; width:100%; height:20px; border-top:1px solid #333 !important; }
  .sayfa_alit_mhz_linkleri>.sadece_ana_kategoriler_ul_li { width:100%; font-size:15px; }
  .sayfa_alit_mhz_linkleri>.sadece_ana_kategoriler_ul_li>li { padding: 0 0 7px 0; text-align:center; }
  .sayfa_alit_mhz_linkleri>.sadece_ana_kategoriler_ul_li>li>a { font-size:13px; color:#fff; text-transform: capitalize;}
  .sayfa_alit_mhz_linkleri>.sadece_ana_kategoriler_ul_li>li>a:hover { color:#f50; }
  .sayfa_alit_mhz_linkleri>.sadece_ana_kategoriler_ul_li>li>.navigasyon { display:none; }
  #tum_haklari { color:#fff; border-top:1px solid #666; padding:5px 0 5px 0; text-align:center; padding:80px 0 80px 0;}
  #sayfa_alti_logo { position:relative; background: url(../../../up/6.png) center center / contain no-repeat; height:150px; width:100%; margin:50px 0 50px 0; }
  #sayfa_alti_logo>a { position:absolute; top:0; left:0; width:100%; height:100%; }
  #en_alt { /*background:url('../resimler/icon_korsan.png') center bottom no-repeat;*/ width:100%; height:100px; margin:0 0 10px 0;}
  /*Tema:temel SON*/

  
  /*KRÄ°TERLER*/
  .kriterler_canvans { padding:5px 5px 0 0; } 
  
  .kriter_sadece_indirimli_urunler_0 { background:url('../resimler/checkbox_bos.gif') 0px 0px no-repeat; color:#999; font-size:12px; line-height:20px; width:100%; padding:0 0 0 20px;}
  .kriter_sadece_indirimli_urunler_0 > a { color:#666; font-size:13px; display:block; width: 100%; height: 100%; margin:1px 0 1px 1px; font-weight:bold; }
  .kriter_sadece_indirimli_urunler_0 > a:hover { color:#ee0c56; }
  .kriter_sadece_indirimli_urunler_0 > a > span { font-size:19; color:#999;}
  .kriter_sadece_indirimli_urunler_0 > a:hover > span { color:#ee0c56; }

  .kriter_sadece_indirimli_urunler_1 { background:url('../resimler/checkbox_isaretli.gif') 0px 0px no-repeat; color:#ee0c56; line-height:20px; width:100%; padding:0 0 0 20px;}
  .kriter_sadece_indirimli_urunler_1 > a { color:#ee0c56; font-size:13px; display:block; width: 100%; height: 100%; margin:1px 0 1px 1px; font-weight:bold;}
  .kriter_sadece_indirimli_urunler_1 > a:hover { color:#ee0c56; }
  .kriter_sadece_indirimli_urunler_1 > a > span { font-size:13px; color:#999;}
  .kriter_sadece_indirimli_urunler_1 > a:hover > span { color:#ee0c56; }
  
  .kriterler_ana { padding:0 0 0 0; overflow-y:auto; overflow-x:hidden; border:0px solid #333; max-height:100px; }
  .kriterler_ana0 { padding:0 0 0 0; overflow-y:auto; overflow-x:hidden; border:0px solid #333; max-height:100px;}
  .kriter_basliklari { padding:35px 5px 5px 0; font-size:14px; font-weight:normal; text-transform: uppercase; letter-spacing: 1px;}
  .isaretli_kriter_radio>a,.isaretli_kriter>a { font-weight:normal; color:#ee0c56 !important; }
  .kriterler_ana_ul { overflow-y:auto; overflow-x:hidden; border:0px solid #333; max-height:100px; width:200px; }
  .kriterler_ana_ul0 { overflow-y:auto; overflow-x:hidden; border:0px solid #333; max-height:100px; width:200px; }
  
  
  /*Kaydırma Çubuğu Dizayn*/
  
  /*Chrome*/
  /* width */
  .kriterler_ana_ul::-webkit-scrollbar { width: 10px; }
  /* Track */
  .kriterler_ana_ul::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; cursor:pointer;}
   /* Handle */
  .kriterler_ana_ul::-webkit-scrollbar-thumb { background: #6e6363; border-radius: 10px; cursor:pointer; }
  /* Handle on hover */
  .kriterler_ana_ul::-webkit-scrollbar-thumb:hover { background: #000; cursor:pointer;}
  
  /* width */
  .kriterler_ana_ul0::-webkit-scrollbar { width: 10px; }
  /* Track */
  .kriterler_ana_ul0::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; cursor:pointer;}
   /* Handle */
  .kriterler_ana_ul0::-webkit-scrollbar-thumb { background: #6e6363; border-radius: 10px; cursor:pointer; }
  /* Handle on hover */
  .kriterler_ana_ul0::-webkit-scrollbar-thumb:hover { background: #000; cursor:pointer;}
  /*Chrome SON*/
  
  /*FF*/
  .kriterler_ana_ul {
    scrollbar-color: #000 #aaa;
    scrollbar-width: thin;
    cursor:pointer;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
  }
  
  .kriterler_ana_ul0 {
    scrollbar-color: #000 #aaa;
    scrollbar-width: thin;
    /*border-radius: 10px; */
    cursor:pointer;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    /*box-shadow: inset 0 0 5px grey;*/
  }
  /*FF SON*/
  /*Kaydırma Çubuğu Dizayn*/
  

  
  
  .kriter_listesi { padding:0 0 2px 0; }
  .kriter_listesi>a { color:#666; font-size: 13px; line-height: 17px; display: block; width: 100%; height: 100%; }
  .kriter_listesi>a>span { display:none; }
  
  .kriter_listesi_radio { padding:0 0 2px 0; }
  .kriter_listesi_radio>a { color:#666; font-size: 13px; line-height: 17px; display: block; width: 100%; height: 100%; }
  .kriter_listesi_radio>a>span { display:none; }
  
  .kriter_listesi_oy { background:url('../resimler/checkbox_bos.gif') 3px -1px no-repeat; color:#999; font-size:14px; line-height:18px;}
  .kriter_listesi_oy > a { color:#333; font-size:14px; display:block; padding:0 0 0 21px; width: 100%; height: 18px; margin:1px 0 1px 1px; }
  .kriter_listesi_oy > a:hover { color:#ee0c56; }
  .kriter_listesi_oy > a > span { font-size:14px; color:#999; display:none;}
  .kriter_listesi_oy > a:hover > span { color:#ee0c56; }
  .kriter_listesi_oy > div { margin:0 0 0 20px; }
  #oy_1 { width:75px; height:15px; background:url(../resimler/stars_kucuk.png) -60px 0 no-repeat; float:left;}
  #oy_2 { width:75px; height:15px; background:url(../resimler/stars_kucuk.png) -45px 0 no-repeat; float:left;}
  #oy_3 { width:75px; height:15px; background:url(../resimler/stars_kucuk.png) -30px 0 no-repeat; float:left;}
  #oy_4 { width:75px; height:15px; background:url(../resimler/stars_kucuk.png) -15px 0 no-repeat; float:left;}
  #oy_5 { width:75px; height:15px; background:url(../resimler/stars_kucuk.png) 0 0 no-repeat; float:left;}
  

  .isaretli_kriter_oy { background:url('../resimler/checkbox_isaretli.gif') 3px -1px no-repeat; line-height:18px;}
  .isaretli_kriter_oy > a {color:#ee0c56; }
  .isaretli_kriter_oy > a:hover {color:#888; }
  .isaretli_kriter_oy > a:hover > span { color:#999}
  .isaretli_kriter_oy > a > span { color:#ee0c56}

  .secili_oy { width:26px; height:35px; background:url(../resimler/stars_kucuk.png) 12px 9px no-repeat; border:0px solid #333; color:#666; font-size:12px; padding:4px 0 0 5px;}
  
  .isaretlenmis_kriter_listesi_ul { padding:10px 0 10px 0; margin:0; width:100%; background-color:#fff; border-radius:0px;}
  .isaretlenmis_kriter_listesi:first-child { border-top: 1px solid #efefef; padding:8px 0 0 0; background:url('../resimler/checkbox_sil.gif') 3px 9px no-repeat;}
  .isaretlenmis_kriter_listesi { background:url('../resimler/checkbox_sil.gif') 3px 0px no-repeat;}
  .isaretlenmis_kriter_listesi > a { color:#333; font-size:13px; padding:2px 0 2px 22px; line-height:18px; display:block; }
  .isaretlenmis_kriter_listesi > a:hover{ color:#999; }
  .isaretlenmis_kriter_listesi > a > span { font-size:13px; font-weight:bold; color:#000}
  .isaretlenmis_kriter_listesi > a:hover > span { color:#333}
  .isaretlenmis_kriter_listesi>a>div:hover { color:#000; font-weight:bold; }
  .isaretlenmis_kriter_listesi>a>.secili_oy {background:url(../resimler/stars_kucuk.png) 12px 0px no-repeat; border:0px solid #333; color:#000; font-size:13px; padding:0; height:17px; font-size: 13px; font-weight: bold;}
  .isaretlenmis_kriter_listesi>a>.secili_oy:hover { color:#666; }

  /*.kriter_sirala { float:right; width:15px; height:17px; cursor:pointer; background:url('../resimler/sirala.gif') 0px 0px no-repeat;}*/
  
  /*Katalog TeÄŸe Filtreleri*/
  #tepe_filtre_canvans { display:none; clear: both; width:100%; padding:0px; }
  #tepe_link_ul { text-align:left; display: inline-block; margin:0; padding: 6px 0 6px 0; /*border: 1px solid #ded9e1;*/ background: #fff; vertical-align: top; letter-spacing: normal; text-rendering: auto; width:98%; border-radius:5px;}
  #tepe_filtreler_baslik { font-weight:bold; padding:0 0 3px 3px; font-size:13px; display:none;}
  .tepe_secili_filtre { position:relative; float:left; border:1px solid #ded9e1; background:url(../resimler/filtre_sil_grey.png) right center no-repeat; background-color:#fff; border-radius: 3px; line-height:30px; margin-right:5px; margin-bottom:5px;}
  .tepe_secili_filtre:hover {  background:url(../resimler/filtre_sil_hover.png) right center no-repeat;  }
  .tepe_secili_filtre>a { width: 100%; height: 100%; display:block; text-decoration: none; padding:0px 30px 0px 5px; }
  .tepe_secili_filtre>a>span { color:#3c4a65; word-break:break-all; padding:5px; line-height:36px;}
  
  #tepe_filtre_temizle { position:relative; float:left; border:1px solid #ded9e1; border-radius: 3px;} 
  #tepe_filtre_temizle>a { width: 100%; height: 100%; display:block; line-height:26px; background-color:#e6e6e6; padding:5px; color:#000;} 
  #tepe_filtre_temizle>a:hover 
  { 
    background-color:#000;
    color:#fff;
    
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

  } 
  
  
  .tepe_secili_filtre:hover {
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
    
    -webkit-transition: box-shadow 500ms linear;
    -ms-transition: box-shadow 500ms linear;
    transition: box-shadow 500ms linear;
  }
  
  
  #tepe_secili_filtre_span { color:#000; font-weight:normal; word-break:break-all; font-size:12px; }
  #tepe_secili_filtre_span:hover { color:#000; }
  /*Katalog TeÄŸe Filtreleri SON*/
  
  /*img kriterler*/
  .kriterler_ana_ul1 { list-style: none; margin:0 0 0 1px; padding:0; border:0px solid #005; width:228px; }
  .kriter_listesi_1 { border:1px solid #fff; display:inline-block; width:50px; height:50px; margin:0 0 1px 0; border-radius:0px;}
  .kriter_listesi_1:hover { border:1px solid #fff; -webkit-box-shadow: 0px 0px 10px 1px #666; -moz-box-shadow: 0px 0px 10px 1px #666; box-shadow: 0px 0px 1px 1px #999;}
  .kriter_listesi_1 a { margin: 0px; display: block; width: 100%; height: 100%; }
  .isaretli_kriter_1 { border:1px solid #fff; -webkit-box-shadow: 0px 0px 10px 1px #666; -moz-box-shadow: 0px 0px 10px 1px #666; box-shadow: 0px 0px 1px 1px #999;}
  /*img kriterler SON*/
  
  #kriter_temizlikcisi_ul { border-top:1px solid #efefef; width:100%; text-align:right; padding:5px 0 0 0; margin:10px 0 0 0;}
  #kriter_temizlikcisi_ul>li>a { font-size:12px; color:#000; }
  #kriter_temizlikcisi_ul>li>a:hover { color:#ee0c56; }

  /*KRÄ°TERLER SON*/

  /*Ürün KATALOG*/
  .urun_raf { float: inherit; display:inline-block; position:relative; width:var(--urun_raf_genisligi_desktop); box-sizing: border-box; height:480px; border:0px solid #eee; overflow:hidden; border-radius:10px;}
  .urun_raf>a { position:absolute;  width:100%; height:100%; top:0; left: 0; z-index:1;}
  .urun_raf_icerik { position:absolute; background-color:#fff; width:100%; height:100%; z-index:5; overflow:hidden; border:0px solid #900; padding:2px;}
  .urun_raf:hover { box-shadow:0px 0px 25px #aaa; z-index:50; -webkit-transition: box-shadow 150ms linear; -ms-transition: box-shadow 150ms linear;    transition: box-shadow 150ms linear;}
  /*.urun_raf_devami_oku_hover { display:none; position: absolute; bottom: 0; width:100%; height:35px; background:url(../resimler/urun_raf_urun_devam.png) center center no-repeat; }*/
  .urun_raf_devami_oku_normal { width:100%; height:28px; }
  /*.urun_raf:hover>a>.urun_raf_icerik>.urun_raf_devami_oku_hover { display:block; }*/
  /*.urun_raf:hover>a>.urun_raf_icerik>.urun_raf_devami_oku_normal { display:none; }*/
  
  .urun_raf_bilgi {text-align:left; z-index:5; background-color:#fff; width:95%; height:190px; border:0px solid #aaa; display:table; margin: 0 auto; padding:5px 0 0 0; color:#000; }
  .urun_cesidi_var { font-size:10px; color:#333; border:0px solid #333; min-height:18px; line-height:18px; left: 50px; position: relative;}
  .urun_raf_adi { overflow: hidden;  text-overflow: ellipsis; border:0px solid #333; height:55px; }
  .urun_raf_adi>h2 { text-align:left; font-size:14px; color:#000; line-height:18px; font-weight:400; border:0px solid #333; text-transform: uppercase; letter-spacing: 0.10px;}
  .urun_raf_extra { padding:5px 0 5px 0; }
  .urun_raf_extra>h2,h3 { text-align:left; font-size:12px; overflow:hidden; color:#000; font-weight:normal; font-weight:bold; min-height:15px; line-height:15px;}

.urunu_katalogtan_sepete_ekle {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 0px solid #333;
    z-index: 2;
    left: 0;
    bottom: 24px;
    line-height: 50px;
    font-size: 38px;
    font-weight: 400;
    color: #73bf44;
    cursor: pointer;
}
  
  .urun_raf_fiyat { position: relative;    width:100%;    left: 50px;} /*position:absolute; bottom:10px;*/
  .urun_raf_fiyat_canvans { float:left; width:calc(100% - 45px); max-height:40px; border:0px solid #333; /*background-image: linear-gradient(to right, #fff , #efefef);*/ border-radius:3px;}
  .normal_fiyat { float:left; text-decoration:line-through; height:15px; border:0px solid #eee; color:#f00; width:100%; padding:6px 0 0 0;}
  .satis_fiyat { float:left; position:relative; top:-3px; font-size:12px; color:#000; font-weight:400; padding:6px 0 0 0;}
  .satis_fiyat>sup { position: relative; top:-4px; font-size:9px; }
  .normal_fiyat>sup { font-size:13px; }
  
  /*.urun_raf_indirim_gosterimi { box-shadow:0px 0px 5px #000; -webkit-transition: box-shadow 150ms linear; -ms-transition: box-shadow 150ms linear; transition: box-shadow 350ms linear; }*/
  .urun_raf_indirim_gosterimi { position:relative; float:left; width:40px; height:40px; background-color:#000; border-radius:3px; color:#fff; margin:0 5px 0 0;}
  .urun_raf_indirim_yuzde_sym { position:absolute; top:7px; left:5px; font-size:10px; font-weight:500;}
  .urun_raf_indirim_yuzde_rkm { position:absolute; top:4px; left:15px; font-size:17px; font-weight:500;}
  .urun_raf_indirim { position:absolute; top:24px; left:3px; font-size:10px; font-weight:600; text-align:center; width:33px; }
  .urun_raf_indirim_cok_secenekli { position:absolute; top:20px; left:3px; text-align:center; font-size:9px; font-weight:600; line-height:8px; width:33px;}
  /*.urun_raf_icerik:hover .urun_raf_indirim_gosterimi { top:10px; left:205px; }*/
  
  
  .stokta_yok { font-size: 12px; color:#f00; height:21px;}
  .stokta_yok>span {position:relative; top:3px; font-size: 15px; }
  .urun_katalog_oylama_gostergesi { width:100%; height:20px; border:0px solid red; }
  .star0 { display:block; background:url(../../../standart_css_js_ajax/resimler/stars.png) 0px 0 no-repeat; }
  .star-15 { display:block; background:url(../../../standart_css_js_ajax/resimler/stars.png) -15px 0 no-repeat; }
  .star-30 { display:block; background:url(../../../standart_css_js_ajax/resimler/stars.png) -30px 0 no-repeat; }
  .star-45 { display:block; background:url(../../../standart_css_js_ajax/resimler/stars.png) -45px 0 no-repeat; }
  .star-60 { display:block; background:url(../../../standart_css_js_ajax/resimler/stars.png) -60px 0 no-repeat; }
  .star-75 { display:none; background:url(../../../standart_css_js_ajax/resimler/stars.png) -75px 0 no-repeat; }
  .katalog_listesinde_teknik_data { display:none; font-size:10px; line-height:11px; padding:4px 0 4px 0; color:#0a446e; }
  
  /*Raf OylarÄ±*/
  .raf_oy_1 {position:relative; margin-left: 0; margin-right: auto; width:75px; height:24px; background:url(../resimler/stars_kucuk.png) -60px center no-repeat; }
  .raf_oy_2 {position:relative; margin-left: 0; margin-right: auto; width:75px; height:24px; background:url(../resimler/stars_kucuk.png) -45px center no-repeat; }
  .raf_oy_3 {position:relative; margin-left: 0; margin-right: auto; width:75px; height:24px; background:url(../resimler/stars_kucuk.png) -30px center no-repeat; }
  .raf_oy_4 {position:relative; margin-left: 0; margin-right: auto; width:75px; height:24px; background:url(../resimler/stars_kucuk.png) -15px center no-repeat; }
  .raf_oy_5 {position:relative; margin-left: 0; margin-right: auto; width:75px; height:24px; background:url(../resimler/stars_kucuk.png) 0 center no-repeat; }
  /*Ürün KATALOG son*/


  /*KATEGORÄ°LER*/
  #katgori_tablosu {
    padding:0px;
    border:0px solid #333;
    display:none;
  }

  #katgori_tablosu > ul { 
    border:0px solid #333;
    width:100%;
   }

  .kategori_urun_adet { font-size:90%; color:#999; }

  .kategoriler_harmonik {  }
  .kategoriler_harmonik a {
    display:block;
    width: 80%;
    height: 100%;
    margin:10px 0 12px 10px;
    font-size:150%;
    color:#000;
    font-weight:normal;
    line-height:120%;
    letter-spacing: -0.02em;
  }

  .harmonik_kategori_geri  {  background:url('../resimler/kategori_icon_set_2.png') 2px -247px no-repeat;  } /*3px*/
  .harmonik_kategori_geri>a  { color:#777; }
  .harmonik_kategori_geri:hover  {  background:url('../resimler/kategori_icon_set_2.png') 2px -502px no-repeat;  }
  .harmonik_kategori_tire  {  background:url('../resimler/kategori_icon_set_2.png') 2px -438px no-repeat;  }
  .harmonik_kategori_tire>a  { color:#777; }
  .harmonik_kategori_tire:hover  {  background:url('../resimler/kategori_icon_set_2.png') 2px -693px no-repeat; }
  .harmonik_kategori_ileri {  background:url('../resimler/kategori_icon_set_2.png') 2px -565px no-repeat;  }
  .harmonik_kategori_arti {  background:url('../resimler/kategori_icon_set_2.png') 2px -119px no-repeat;  }
  .harmonik_kategori_arti:hover {  background:url('../resimler/kategori_icon_set_2.png') 2px -629px no-repeat;  }
  .gg_0_0 { display:none; } /*en alt kategorilerde, seÃ§ili olmayanlarÄ±n gizlenmesi.*/
  #kategori_tumunu_goster_button { cursor:pointer; width:80%; height:45px; background:url(../resimler/kategori_tumunu_goster_button.png) center center no-repeat; }

  .harmonik_kategori_ileri>a { color:#ec2306; font-weight:normal;}
  .kategoriler_harmonik a:hover { color:#ec2306; }

  .harmonik_kategori_kume_renkleri_dis { color:#777; }
  #mobil_kategoriler_canvans { display:block; text-align:left; border:0px solid #fbd8a1; margin:0 23px 50px 30px; padding:5px; }
  
  
  #kolon_ust_aciklama { display:none; }
  #kolon_alt_aciklama { display:none; }
  #urun_ustu_aciklama { position:relative; cursor:pointer; text-align:left; width:100%; height:100px; border:1px solid #eee; padding:10px; margin:10px 0 10px 0; box-sizing: border-box; border-radius: 10px; font-size:80%; color:#666; overflow:hidden; background-color:#f7f7f7;}
  #urun_alt_aciklama { position:relative; cursor:pointer; text-align:left; width:100%; height:100px; border:1px solid #eee; padding:10px; margin:10px 0 10px 0; box-sizing: border-box; border-radius: 10px; font-size:80%; color:#666; overflow:hidden; background-color:#f7f7f7;}
  .katalog_yazilari_oku>* { margin:0 !important; padding::0 !important;}
  
  #mobil_menu_canvans {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#fff;
    margin:40px 0 0 0;
    padding:0 0 100px 0;
    height:100%;
    display:none;
    z-index:3999;
    overflow-y:auto;
    border-top:1px solid #fafafa;
  }
  
  ul#mobil_kategori_ul { width:100%; border:0px solid #333;}
  ul#mobil_kategori_ul>li { display:none; cursor:pointer; border-bottom:1px solid #dedede; }
  li.mobil_kategoriler0 { display:block !important; }
  ul#mobil_kategori_ul>li>div>a { color:#202934; font-size:110%; display:block;  width:95%; height: 100%; padding:5px 0 5px 10px;}
  .mobil_kategori_bold0 { font-weight:bold; }
  
  .mobil_link_0 { background:url('../resimler/kategori_icon_set_2.png') 0px -308px no-repeat; }
  .mobil_link_1 { background:url('../resimler/kategori_icon_set_2.png') 0px -116px no-repeat; }
  .mobil_kategori_sol { float:left; width:80%; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box;    /* Firefox, other Gecko */ box-sizing: border-box;         /* Opera/IE 8+ */}
  .mobil_kategori_sag_1 { float:right; width:20%; height:25px; border:0px solid #333; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box;    /* Firefox, other Gecko */ box-sizing: border-box;         /* Opera/IE 8+ */ background:url(../resimler/mobil_alti_var.png) right center no-repeat;}
  .mobil_kategori_sag_0 { float:right; width:20%; }
  
  #desktop_menu_canvans { position:fixed; width:0; height:0; z-index:100; border:0px solid #f00; z-index:1000; display:none;}
  /*KATEGORÄ°LER SON*/


  #katalog_sag_ust_sag { width:100%; height:40px; border-bottom:3px solid #fafafa; box-sizing:border-box; padding:0 0 0 5px;}
  #katalog_sag_ust_sag>.cls { display:none !important; }
  
  /*ÃœrÃ¼n sÄ±ralama tÃ¼rÃ¼*/
  #tema_siralama{
  color:#343042;
  width:28%;
  float:left;
  }
  
 
  #urun_katalog_siralama_kadran {
    width:100%;
    font-size:Arial;
    font-size:12px;
    padding:0 0 0 15px;
    height:35px;
    border:1px solid #aaa;
    float:left;
    border-radius:3px;
  }

  #urun_katalog_siralama_kadran>option {
    font-size:Arial;
    font-size:100%;
    padding:0;
    height:200%;
    direction: ltl;
  }
  /*ÃœrÃ¼n sÄ±ralama tÃ¼rÃ¼*/


  /*SAYFALAMA*/
  .katalog_alti_sayfalama {width:100% !important; height:110px; border-top:10px solid #fafafa !important; float:none !important; padding:33px;}
  .katalog_alti_sayfalama>#sayfalama {position:relative !important; float:unset !important; width:100% !important;}
  .katalog_alti_sayfalama>#sayfalama>.pagination {  float:none !important;   display: flex;  justify-content: center;  align-items: center;}
  .mobil_ilk_sayfa { display:none; }
  
  #sayfalama { float:right; height:35px; padding:3px 0 0 0;}
  .pagination {
    float:right;
    height:35px;
  }
  .sayfalama_mobil_gizli { display:none; }
  .pagination>div { float:left; min-width:30px; height:30px; line-height:20px; text-align:center; box-shadow: inset 0 0 1px 1px #fff; border-radius:3px; }
  
  .pagination>div>a {
    display: block;
    height: 100%;
    width: 100%;
    color: #343042;
    letter-spacing: -0.8px;
    font-size:13px;
    padding: 5px;
  }
  
  .pagination>div:hover { box-shadow: inset 0 0 1px 1px #fafafa; color: #000; }

  .current {
    box-shadow: inset 0 0 1px 1px #000 !important;
    font-size:13px;
    background-color: #000;
    color: #FFF;
    padding: 5px;
  }
  
  .current:hover {
    box-shadow: inset 0 0 1px 1px #000 !important;
    cursor:context-menu !important;
    color: #FFF !important;
  }

  .disabled {
    box-shadow: inset 0 0 1px 1px #fff;
    color: #CECECE;
    font-size:12px;
    padding: 5px;
  }
  
  .disabled:hover {
    box-shadow: inset 0 0 1px 1px #fff !important;
    cursor:context-menu !important;
    color: #CECECE !important;
  }
  
  .sayfalama_sembol{
    position:relative;
    top:0;
    padding:0 0 0 0;
    box-shadow: inset 0 0 1px 1px #fff;
    font-size:12px; 
    color:#000; 
    line-height:20px;
  }
  
  .uc_nokta_sayfalama { color:#CECECE !important; position:relative; top:3px; }
  .uc_nokta_sayfalama:hover { box-shadow: inset 0 0 1px 1px #fff !important; cursor:context-menu !important; color:#CECECE !important; }
  
  .disabled > .sayfalama_sembol {
    color:#CECECE; 
  }
  
  .katalog_alti_sayfalama>#sayfalama>.pagination>div>.sayfalama_onceki_sayfa_oku>span {    color:#000 !important;    font-size:35px;  }
  .katalog_alti_sayfalama>#sayfalama>.pagination>div>.sayfalama_sonraki_sayfa_oku>span {    color:#000 !important;    font-size:35px;  }
  
  /*SAYFALAMA SON*/


  /*Ä°letiÅŸim SayfasÄ±*/
  #bize_ulas_main_sag {
    box-sizing: border-box;
    width:100%;
  }
  
  #bize_ulas_main_sag>iframe {
    box-sizing: border-box;
    width:100%;
    height:600px;
    padding:0 0 10px 0;
  }
  
  #bize_ulas_main_sol { display:none; }
  /*Ä°letiÅŸim SayfasÄ± SON*/

  /*Ä°letiÅŸim Formu SayfasÄ±*/
  #iletisim_formu_zemini_sag_form_alani {
    box-sizing: border-box;
    width:100%;
    text-align:left;
    padding:20px;
  }
  
  #iletisim_formu_zemini_sag_form_alani>.iletisim_form_elemani>input,textarea {
    border:1px solid #aaa;
    border-radius:3px;
    width:100%;
    padding:5px;
  }
  
  .iletisim_form_etiket {
  padding:10px 0 0 0;
  }
  
  
  #iletisim_formu_zemini_sag {
    box-sizing: border-box;
    width:100%;
    padding:20px;
    border-top:6px solid #fafafa;
  }
  
  #iletisim_formu_zemini_sag>table {
    width:100%;
  }
  
  .iletisim_etiketleri { padding:10px 10px 0 0; text-align:right; }
  .iletisim_bilgileri { font-size:12px; font-weight:bold; height:30px; line-height:20px; color:#04559c; text-align:left;}
  /*Ä°letiÅŸim Formu SayfasÄ± SON*/
  
  
  /*Reklamlar Mobilde Yok*/
  .desktop_reklamlari { display:none; box-sizing: border-box;}
  .admin_katalog_reklam_yonetimi { display:none; box-sizing: border-box;}
  .admin_katalog_reklam_yonetimi_mobil { display:block; box-sizing: border-box; padding:15px; }
  .admin_slider_yonetimi_mobil { display:block; padding:15px; box-sizing: border-box;}
  .masa_ust_slider_container{ width:100%; border:0px solid #aaa; background-color:#fff; display:none;}
  .mobil_reklamlar { display:block; box-sizing: border-box;}
  .mobil_slider_container{ width:100%; border:0px solid #aaa; background-color:#fff; display:block;}
  /*Reklamlar Mobilde Yok SON*/
  
  
  .duyuru_layer { overflow:hidden; box-sizing: border-box; width:100%; border-bottom:0px solid #f50; background-color:#000; display:none;}
  .duyuru_divi { width:100%; vertical-align: middle; box-sizing: border-box; padding:10px; border:0px solid #f50; text-align:center; }
  .duyuru_span { color:#fff; font-size:12px; font-weight:normal; }
  .duyuru_span>a { color:#faa; font-size:12px; font-weight:normal; }
  
  
  div.desktop_menu_container_yapistir { position:fixed !important; z-index:1000 !important; top:0; left:0; box-shadow:0px 0px 25px #aaa; z-index:50; -webkit-transition: box-shadow 150ms linear; -ms-transition: box-shadow 150ms linear;    transition: box-shadow 150ms linear;}
  
  #privacy-pop-up {
    display:none;
    position:fixed;
    z-index:9999;
    bottom:0;
    background:#000;
    color:#fff;
    margin-bottom:20px;
    padding:20px;
    text-align:center;
    width:50%;
    line-height:20px;
    font-size:13;
    left:50%;
    transform: translateX(-50%);
    border-radius:10px 10px 50% 50%;
    -webkit-box-shadow: -1px -8px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -8px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px -8px 28px 0px rgba(0,0,0,0.75);
  }
  
  #gizlilik_onay_butonu
  {
    cursor:pointer;
    border:1px solid #fff;
    /*width:150px;*/
    position:relative;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    border-radius:3px;
  }
  
  #gizlilik_uyari_sembolu
  {
    position:fixed;
    z-index:9999;
    top:-45px;
    background:#000;
    color:#fff;
    text-align:center;
    width:70px;
    height:70px;
    border-radius:40% 40% 10px 10px;
    left:50%;
    transform: translateX(-50%);
  }
  
  #gizlilik_uyari_sembolu>span 
  {
    width:100%;
    height:100%;
    font-size:50px;
    line-height:70px;
  }  


  #yukari_butonu {
    display:none;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#73bf44;
    color:#fff;
    text-align:center;
    position:fixed;
    right:15px;
    bottom:100px;
    z-index:9999;
    border-radius:3px;
    box-shadow: 0px 0px 40px #888888;
  }
  
  #yukari_butonu>span 
  {
    width:100%;
    height:100%;
    font-size:50px;
    line-height:50px;
  }
  
  
  /*WhatsApp ve Hemen Ara*/
  .mobil_hemen_ara_ { display:none; }
  .mobil_hemen_ara_checked { position:fixed; display:block; box-sizing:border-box; bottom:0; left:0; width:100%; height:45px; background-color:#28b53f; z-index:9000; text-align:center; -webkit-box-shadow: 0px -11px 25px -15px rgba(0,0,0,0.75); -moz-box-shadow: 0px -11px 25px -15px rgba(0,0,0,0.75); box-shadow: 0px -11px 25px -15px rgba(0,0,0,0.75);}
  .mobil_hemen_ara_checked>a { font-size:25px; text-align:center; color:#fff; font-weight:bold; display:block; position:absolute; top:0; left:0; width:100%; height:100%; padding:10px 0 0 0;}
  .whatsapp_checked { position:fixed; display:block; box-sizing:border-box; bottom:25px; right:15px; width:50px; height:50px; background:url(../resimler/whatsapp_icon.png) center center /contain no-repeat; z-index:9001; }
  .whatsapp_checked >a { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }
  .whatsapp_ { display:none; }
  .hemen_ara { position:fixed; display:block; box-sizing: border-box;}
  
  
  .sosyal_inta_ { display:none; }
  .sosyal_inta_checked { position:fixed; display:block; box-sizing:border-box; bottom:50px; right:75px; width:50px; height:50px; background:url(../resimler/instagram_icon.png) center center /contain no-repeat; z-index:9000; }
  .sosyal_inta_checked >a { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }
  .sosyal_face_ { display:none; }
  .sosyal_face_checked { position:fixed; display:block; box-sizing:border-box; bottom:50px; right:140px; width:50px; height:50px; background:url(../resimler/facebook_icon.png) center center /contain no-repeat; z-index:9000; }
  .sosyal_face_checked >a { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }
  /*WhatsApp ve Hemen Ara SON & Sosyal Medya*/

  #mobil_arama_kutusu { display:none; }

	/*Ülke Bayrakları*/
	div#bayrak_zemin { width:27px; height:19px; position:relative; display: inline-block; overflow:hidden; border:0px solid #333; cursor:pointer; top:2px; left:-10px;}
	div#bayrak_listesi_zemini { position:absolute; z-index:500;}
	#bayrak_listesi { width:27px !important; margin:0 !important; }
	#bayrak_listesi>li { margin:0 0 5px 0; box-shadow: 3px 3px 20px #aaa;}
	#bayrak_listesi>li>a { margin: 0px; display: block; width: 100%; height: 100%; }
	#turk_bayragi { height:18px; background:url('../resimler/flags.png') -217px -280px no-repeat; } /*Türk Bayrağı*/
	#yunan_bayragi { height:18px; background:url('../resimler/flags.png') -31px -109px no-repeat; } /*Yunan Bayrağı*/
	#alman_bayragi { height:18px; background:url('../resimler/flags.png') -372px -87px no-repeat; } /*Alman Bayrağı*/
	#ingiliz_bayragi { height:18px; background:url('../resimler/flags.png') -1px -302px no-repeat; } /*İngiliz Bayrağı*/
	#ispanyol_bayragi { height:18px; background:url('../resimler/flags.png') -155px -259px no-repeat; } /*İspanyol Bayrağı*/
	#rus_bayragi { height:18px; background:url('../resimler/flags.png') -372px -216px no-repeat; } /*Rus Bayrağı*/

.desktop_sol_buyuk_banner_alani{display:none;}