﻿
/*
 * StarwoodOrmanYeni STYLE KODLAMA
 */

body{font-family: 'Rajdhani', sans-serif;background: #F6F6F6; }


.rajdhani-font{font-family: 'Rajdhani', sans-serif;}
body.login-bck {
    padding: 0;
    margin: 0;
    background: url(../Upload/Login/login_bck3.jpg) center top no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
}

.yesil{color:#297B50;}
.linkReset{color: dimgray;text-decoration: none;font-weight: bold;}
.text-sag{text-align: right;}
.text-sol{text-align: left;}

.login-bck .container{margin-top:10%;}
.login-bck .card {background-color:transparent; border:none;}
.login-bck .card .card-body {background-color:#EDEDED; border:none;padding: 30px;border-radius: 15px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.login-bck .card .card-header{background-color:transparent; color:white;font-size: 20pt}
.login-bck .card form{font-size: 10pt}

.login-bck .col-12{margin-bottom: 15px;}

.login-bck input{font-size:10pt;font-weight: 600;}
a.sifrehatirlat{text-align: right;font-weight: 600;color:#297B50;text-decoration: none;bottom:10px;}

.input-group .input-group-text{color:#297B50;background-color:white;padding: 15px;}
.input-group-btn button{color:#297B50;background-color:white;border-left:1px solid #E8E8E8;}
.searchBtn input{border-radius: 50px;font-size: 10pt;border:none;}


.web-header-a{padding: 20px 0;background: #EDEDED;transition: 0.3s ease;}
.web-header-b{background: #297B50;transition: 0.3s ease;}

.web-header-b ul.nav li a:first-child{border-left: 1px solid #226B43;}
.web-header-b ul.nav li a{color:white;padding: 20px 20px;font-weight: 600;font-size:13pt;border-right: 1px solid #226B43;transition: 0.3s ease;}
.web-header-b ul.nav li a:hover{background: #226B43;}
.web-header-b ul.nav li a.active{background: #226B43;}

.web-header-b ul.nav li ul{background: #fff;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;border: none;}
.web-header-b ul.nav li ul li{border:none;}
.web-header-b ul.nav li ul li a{text-decoration: none;line-height: 2;border: none;color: #1a262d;}
.web-header-b ul.nav li ul li a:hover{background: transparent;}
.web-header-b ul.nav li ul li:hover{background: #e3e3e3;}

.web-header-b ul.fabrikastok{margin: 0;padding: 0;list-style-type: none;background: #1C2541}
.web-header-b ul.fabrikastok li a:first-child{border: none;}
.web-header-b ul.fabrikastok li a{color:white;padding: 20px 20px;font-weight: 600;font-size:13pt;border-right: 1px solid #226B43;transition: 0.3s ease;transition: 0.3s ease;}
.web-header-b ul.fabrikastok li a:hover{background: #226B43;}
.web-header-b ul.fabrikastok li ul li a{color: #297B50;border: 0;text-decoration: none;font-size:12pt;}
.web-header-b ul.fabrikastok li ul li{padding: 8px 20px;}
.web-header-b ul.fabrikastok li ul li:hover{background: #E7ECEF;}
.web-header-b ul.fabrikastok li ul li a:hover{background: none;color:#000;}

#mobileSepetList{list-style: none;text-align: left;color: #212529;font-size: 1rem;}
#mobileSepetList li a{text-decoration: none;line-height: 2;border: none;color: #1a262d;font-size: 13pt;font-weight: 600;}

.carousel-inner h5{font-size:35pt;font-weight: 600;margin-bottom: 5px;margin: 0;padding: 0;}
.carousel-inner p{font-size:15pt;font-weight: 300;padding: 0;margin: 0;}


footer {text-align: center;padding: 35px 0;}
footer ul.footer li{display: inline;padding: 5px;}
footer ul.footer li a{font-size: 16pt;color:#297B50;text-decoration: none;transition: 0.3s ease;}
footer ul.footer li a:hover{color:black;;}


header{width: 100%;transition: 0.3s ease;}
header #logo img{transition: 0.3s ease;width: 320px;}


.yukari {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: #297B50;;
	font-size: 13pt;
	padding: 0.6em;
	display: none;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    transition: 0.2s ease;
    z-index: 9999;
}

.yukari:hover {
    color:white;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


/***************************************STICKY HEADER****************************************/
body.sticky {
  padding: 0;
}
body.sticky header {
  position: fixed;
    z-index: 2;
  margin:0;
  padding: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.09);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.09);
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
    background: #2f2f2f;
}

body.sticky header #logo img{width: 280px;}
body.sticky header .web-header-a{padding: 10px 0;}
body.sticky header .web-header-b ul.nav li a{padding: 15px 20px;}
body.sticky .web-header-b ul.fabrikastok li a{padding: 15px 20px;}

/***************************************LOADING****************************************/
#loading{
position: fixed;
top: 0;
left: 0;
background: rgb(0 0 0 / 60%);
width: 100%;
height: 100%;
overflow: auto;
z-index: 999999; 
}	
#loading .spinner_wrapper{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.lds-spinner {
  color: #297B50;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #297B50;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/***************************************PAGEING****************************************/
.minor-group{
	display: flex;
	gap: 3px;
}
.minor-group .primary{
	color: #fff;
    background-color: #198754;
    border-color: #198754;	
}
.minor-group a{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #198754;
    border-color: #198754;
	padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;	
}
.paginationjs .paginationjs-pages li{
    border: 1px solid #198754;	
}
.paginationjs .paginationjs-pages li>a{
    color: #198754;	
}	
.paginationjs .paginationjs-pages li.active>a{
    background: #198754;	
}
.paginationjs .paginationjs-pages li:last-child{
    border-right: 1px solid #198754;	
}
/***************************************CALENDAR****************************************/
.datepicker .datepicker-days{
    padding: 10px;	
}
.datepicker .table-condensed{
    width: 100%;
    text-align: center;
    font-size: 16px;	
}
.datepicker .table-condensed thead,.datepicker .table-condensed tfoot{
	color: #297B50;		
}
.datepicker .table-condensed thead tr .dow,
.datepicker .table-condensed tbody tr .day,
.datepicker .table-condensed tbody tr .month,
.datepicker .table-condensed tbody tr .year{
    padding: 0 10px;
}

/*********************--------------------------------------------------------------------------------------------*********************/
/***********************************************************     D E T A Y     *********************************************************/
/*********************--------------------------------------------------------------------------------------------*********************/

ul.filtre-secenek{margin: 0;padding:0;list-style-type: none;}
ul.filtre-secenek ol{padding:5px;display: inline;margin: 0;font-weight: bold;float:left;}
ul.filtre-secenek li{padding:5px 8px;float: left;;background: #DCE0D9;border-radius: 4px;font-size: 10pt;margin-bottom: 8px;margin-right: 8px;}
ul.filtre-secenek li a{padding:2px 3px;font-size: 8pt;}

.modal-header{background: #297B50;color: white;}
.modal-header .modal-title{font-weight: bold;}

#detay{background: white;border-bottom: 1px solid #dadada;border-left: 1px solid #dadada;border-right: 1px solid #dadada;min-height: 700px;}

#detay-sol{padding: 0;}
#detay-sag{border-left: 1px solid #dadada;}

#detay-sol h3{font-weight: 600;color:#297B50;padding: 15px 30px;border-bottom: 1px solid #dadada;font-size: 18pt}
#detay-sol ul.detay-sol-menu{padding: 10px;}
#detay-sol ul.detay-sol-menu li{list-style-type: none;line-height: 2;padding-left: 8px;transition: 0.3s ease;}
#detay-sol ul.detay-sol-menu li:hover{border-left:4px solid #297B50;}
#detay-sol ul.detay-sol-menu li a{padding: 0;text-decoration: none;color: black;font-weight: 600;font-size: 11pt;transition: 0.3s ease;}
#detay-sol ul.detay-sol-menu li a:hover{color:#297B50;font-weight: 600;}
#detay-sol ul.detay-sol-menu li.active{border-left:4px solid #297B50;}
#detay-sol ul.detay-sol-menu li.active a{color:#297B50;font-weight: 600;}

#filtre-satir{border-bottom: 1px solid #dadada;padding: 0;}
#filtre-satir h3{float: left;color:#297B50;padding: 12px;margin: 0; }
#filtre-satir ul li{list-style: none;float: left;padding: 18px 9px 15px 9px;border-right: 1px solid #dadada;}
#filtre-satir ul li:last-child{border-right:none;}
#filtre-satir ul li a{font-weight: 600;font-size:13pt;}

#filtre-satir ul li ul{padding: 10px;}
#filtre-satir ul li ul li{float:none; padding: 5px;border: none;}

#filtre-satir ul li button, input{font-weight: 600;font-size:10pt;margin: 0;padding-bottom: 0;}

#filtre-satir ul li a.pdfliste{font-weight: 600;font-size:11pt;text-decoration: none;color:#297B50;}

#filtre-satir ul li a.moreproduct{font-weight: 600;font-size:10pt;text-decoration: none;color:darkslategrey;}
#filtre-satir ul li.az-urun-li{display: none;}
#filtre-satir ul li a.moreproductNone{font-weight: 600;font-size:10pt;text-decoration: none;color:darkslategrey;}

#filtre-satir ul.filtre-ozellik li{list-style: none;float: left;padding: 6px 9px 1px 9px;border: none;}
#filtre-satir ul.filtre-ozellik li button{margin-top: 5px;}


#detay-sag-icerik{padding: 10px;}
#detay-sag-icerik h2.ana-baslik{color:#297B50;font-weight: 600;padding: 10px;font-size: 18pt;margin: 0;}

.urun-liste{padding: 15px;transition: 0.3s ease;border-radius: 20px;}
.urun-liste img{background-image: url('../Upload/Login/giphy.gif');
        background-repeat: no-repeat;
        background-position: 50% 50%;}
.urun-liste:hover{background: #f6f6f6;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.urun-liste h4{font-size: 13pt;margin: 3px 0;font-weight: 600;}
.urun-liste h4 a:hover{color:#297B50;}
.urun-liste h4 a{text-decoration: none;color: black;}
.urun-liste {font-size: 10pt;font-weight: 600;}

.urun-liste .favekle{position: absolute;margin-left: 75px;}
.urun-liste .favekleGenis{position: absolute;margin-left: 35px;}

.urun-liste label.star {
  float: right;
  padding: 0;
  font-size: 26px;
  color: #297B50;
  transition: all .2s;
}

.urun-liste input.star-5:checked ~ label.star:before {
  color: 297B50;
  text-shadow: 0 0 5px #efe;
}

.urun-liste input.star:checked ~ label.star:before {
  content: '\f005';
  color: #297B50;
  transition: all .25s;
}

.urun-liste label.star:hover { transform: rotate(-15deg) scale(1.3); }
.urun-liste label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}


ul.pagination li a{color:#297B50;}
ul.pagination li a:hover{color:#fff;background: #297B50}

#urun-ozellik-tablo table tr td:first-child{font-weight: 600;}
#urun-ozellik-tablo table tr{border-bottom:1px solid gray;}

#urun-ozellik-tablo-siparis table{font-size: 10pt;font-family: Segoe UI, sans-serif;}
#urun-ozellik-tablo-siparis table tr{line-height: 1;}
#urun-ozellik-tablo-siparis table tr td:first-child{font-weight: 600;}
#urun-ozellik-tablo-siparis table tr{border-bottom:1px solid gray;}
.nakliye-bilgi{background: #ededed;border-radius: 25px;padding: 15px;  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.25);border:1px solid white;
}

#siparis-ozeti {padding: 30px;box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.25);}
#siparis-ozeti tr{font-family: Segoe UI, sans-serif;font-size: 11pt;}
#siparis-ozeti tr td:first-child{font-weight: 600;color:#297B50;}

.modal-fav-ekle a{color:#297B50;font-weight: 600;text-decoration: none;}
.modal-content{z-index: 1000;}

table tbody tr.cevaplandi{background: #adf9d1;}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
    
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #313E50;
    font-family: 'Rajdhani', sans-serif;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}


    div#lazy-container {
        width: 800px;
        height: 800px;
        overflow: auto;
    }

    img.lazy {
        width: 700px; 
        height: 467px; 
        display: block;
    }

#index-alt-butonlar .col-md .card{border-radius: 15px;transition: 0.3s ease;margin-bottom: 20px;}
#index-alt-butonlar .col-md .card:hover{box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 15px;background:#f6f6f6;}
#index-alt-butonlar .col-md .card img{border-radius: 15px;}
#index-alt-butonlar .col-md a{text-decoration: none;color:#297B50;text-align: center;cursor: pointer;}




/*********************--------------------------------------------------------------------------------------------*********************/
/***********************************************************  R A P O R L A R *********************************************************/
/*********************--------------------------------------------------------------------------------------------*********************/

#rapor-icerik form{font-family: Segoe UI, sans-serif;}
/*.rapor-tablo{margin-top:10px;padding-top: 20px;border-top:1px dashed #c8c8c8;}*/
.rapor-tablo{margin-top:10px;padding-top: 10px;}
.rapor-tablo h4{font-weight: 600;}
.rapor-tablo thead tr{color:#195b38;}
.stickytablecontainer{height: 400px;overflow-y: auto;}
.stickytablehead{position: sticky;top: 0px;background: #fff;box-shadow: inset 0 -2px 0 currentColor;}
.stickytablecontainer .table > :not(:first-child){border-top: none!important}
/*********************--------------------------------------------------------------------------------------------*********************/
/***********************************************************  S İ P A R İ Ş  Y Ö N E T İ M İ  *********************************************************/
/*********************--------------------------------------------------------------------------------------------*********************/

#siparis-icerik form{font-family: Segoe UI, sans-serif;}
#siparis-icerik .nav-tabs{font-family: Segoe UI, sans-serif;margin: 10px 0 30px 0;}
#nav-tab button{color:darkslategrey;font-weight: bold;}
#nav-tab button.active{color:#195b38;}
#siparis-icerik .nav-tabs li a.active{color:darkslategray;}

#filtrele-btn{margin-top: 10px;}

.siparis-filtre-form {display: none;}
.tab-content{padding-top: 30px;}


/*********************--------------------------------------------------------------------------------------------*********************/
/***********************************************************  S E P E T İ M  *********************************************************/
/*********************--------------------------------------------------------------------------------------------*********************/

#sepet-icerik {font-family: Segoe UI, sans-serif;font-size:10pt;}
#sepet-icerik button{font-family: 'Rajdhani', sans-serif;}

#sepet-icerik table tbody tr{border-bottom: 1px solid lightgray;}
#sepet-icerik table tbody tr td{padding: 15px 5px;}


#filtrele-btn{margin-top: 10px;}

.siparis-filtre-form {display: none;}

#tonaj-bilgisi{background: #16262E;color:#fff;border-radius: 5px;padding: 20px}
#tonaj-bilgisi h4{font-family: 'Rajdhani', sans-serif;font-weight: 600;font-size: 18pt}
#tonaj-bilgisi h1{font-size: 18pt}

#tonaj-bilgisi .tonaj-ust p{font-size:12pt}

#tonaj-bilgisi ul{list-style-type: none;padding: 0;font-size: 10pt}
#tonaj-bilgisi ul li{line-height: 1.4;}
#tonaj-bilgisi ul li label{font-weight: bold;}



/*********************--------------------------------------------------------------------------------------------*********************/
/***********************************************************  D E S T E K *************************************************************/
/*********************--------------------------------------------------------------------------------------------*********************/

#destek-konusmalar{padding: 20px;background: #ededed;font-family: Segoe UI, sans-serif;overflow-y: scroll;height: 500px;}
#destek-konusmalar .destek-musteri{padding: 15px;background: white;margin-bottom: 10px;border-radius: 25px;}
#destek-konusmalar .destek-musteri p.tarih{font-size: 9pt;float: right;}
#destek-konusmalar .destek-musteri h6{color:#195b38;}

#destek-konusmalar .destek-personel{padding: 15px;background: #b9f8d7;margin-bottom: 10px;border-radius: 25px;}
#destek-konusmalar .destek-personel p.tarih{font-size: 9pt;float: left;}
#destek-konusmalar .destek-personel h6{color:#195b38;}

#destek-talep-cevapla{background: #d0cece;padding: 15px 10px 2px 10px;}
#destek-talep-cevapla button{margin-top: 8px;padding: 15px}


#index-alt-butonlar{padding: 40px 20px;background: #424241;}
#index-alt-butonlar .card{padding: 0;}



#cek-odeme-yontimi-row .row{margin-bottom: 10px;}
#secilen-cek-detay{display: none;}

.bekleyen-siparis-rapor-pasta{display: none;}
.on-siparis-liste-tablo{display:none;}
.on-siparis-rapor-tablo{display:none;}

.bekleyen-siparis-rapor-pasta{display: none;}
.bekleyen-siparis-liste-tablo{display:none;}
.bekleyen-siparis-rapor-tablo{display:none;}

.sevk-emir-rapor-pasta{display: none;}
.sevk-emir-liste-tablo{display:none;}
.sevk-emir-rapor-tablo{display:none;}

.sevkler-rapor-pasta{display: none;}
.sevkler-liste-tablo{display:none;}
.sevkler-rapor-tablo{display:none;}

.satis-liste-tablo{display: none;}
.satis-rapor-pasta{display:none;}
.satis-rapor-tablo{display:none;}

.float-end button{margin-top: 3px;}
/*********************--------------------------------------------------------------------------------------------*********************/
/***********************************************************  M O B İ L   A Y A R *********************************************************/
/*********************--------------------------------------------------------------------------------------------*********************/

.menuItem {
  display: block;
  margin: 2rem 4rem;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;  
}

.menuItem:hover {
  text-decoration: none;
  color: white;
  padding-left: 10px;
  transition: 0.3s ease;;
}

.material-icons{
    font-size: 25pt;
}



.hamburger {
  position: fixed;
  z-index: 100;
  top: .6rem;
  right: 1rem;
  padding: 4px;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.3s ease;  
}

body.sticky header .hamburger{top: .2rem}

.closeIcon {
  display: none;
}

.menu {
  position: fixed;
  transform: translatex(100%);
  transition: 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #297B50;
  color: white;
  list-style: none;
  padding-top: 10rem;
}

.showMenu {
  transform: translateY(0);
}


#mobile-menu{display: none;}
#mobile-detay-link-goster{display: none;}

@media screen and (max-width: 580px) {
#index-alt-butonlar .col-md {width: 50%;}
#index-alt-butonlar h5 {font-size:13pt;}
#desktop-menu{display: none;}
#mobile-menu{display: block;}
#mobile-detay-link-goster{display: block;}    
header #logo img{transition: 0.3s ease;width: 220px;}
#search-bar{margin-top: 10px;}
#chat-circle {bottom: 100px;right: 20px;}
body.sticky header #logo img{width: 250px;}
    
li.fazla-urun-li{display: none}
#detay-sag{width: 100%;}
.urun-liste .favekle{position: absolute;margin-left: 45px;}
    
#filtre-satir ul li a.pdfliste{font-weight: 600;font-size:9pt;text-decoration: none;color:#297B50;}

#filtre-satir ul li{list-style: none;float: left;padding: 12px 9px 1px 9px;border: none;}
#filtre-satir ul li:last-child{border-right:none;}
#filtre-satir ul li a{font-weight: 600;font-size:13pt;} 
    
    
    
    
#detay-menu-link{display: none;}
.web-header-b ul.nav{display: block;}
.web-header-b ul.nav li{display: block;}
.web-header-b ul.nav li a{color:white;padding: 5px;font-weight: 600;font-size:10pt;border-right: 1px solid #226B43;transition: 0.3s ease;}    
 .web-header-b ul.fabrikastok li a{color:white;padding: 10px;font-weight: 600;font-size:13pt;border-right: 1px solid #226B43;transition: 0.3s ease;transition: 0.3s ease;}
.web-header-b ul.fabrikastok{background: transparent;}
    
footer ul.footer li{display: inline;padding: 5px;}
footer ul.footer li a{font-size: 12pt;color:#297B50;text-decoration: none;transition: 0.3s ease;}  
    
    
.nav-tabs{font-family: Segoe UI, sans-serif;margin: 10px 0 10px 0;font-size: 9pt;}    
    
    
}

