body{
    background-color: rgb(236, 236, 236);
}

#sidebarCollapse i {
    transition:all .5s;
}

table tr td,th{
    white-space: nowrap;
    text-transform: uppercase;
}

.header-title span{
    font-size:17px;
    text-transform: uppercase!important;
}

.v-center tr td{
    vertical-align: middle!important;
}

.select2,
.SumoSelect{
    width:100%!important;
}

.r3{
    border-radius:10px;
}

textarea,
input[type=search],
input[type=text]{
    text-transform: uppercase!important;
}

tr td{

}

#siparis-olustur{
    z-index: 1;
    position: fixed;
    bottom:0;
    right:0;
    margin-right:15px;
    margin-bottom:15px;
    width:200px;
    height: 50px;
    border-radius: 25px;
    font-size:20px;
    background-color:#07689f!important;
    border-color:#07689f!important;
    color:#FFF!important;
    transition: all .3s;
}


#siparis-olustur:hover{
    background-color:#1f77a8!important;
    border-color:#1f77a8!important;
}


.urun.card{
    margin-top:10px;
}

#btn-yukari-cik{
    z-index: 1;
    position: fixed;
    bottom:0;
    right:0;
    margin-right:80px;
    margin-bottom:80px;
    height: 50px;
    width:50px;
    border-radius: 25px;
}

/* Galeri */
.green{
  background-color:#6fb936;
}

.thumb{
  margin-bottom: 30px;
}        

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    border-radius: 15px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
/* Galeri Bitir */

/* Resim yükle */
    #resimler{
    width:100%;
  }
  
  #resimler div.resim{
    width:350px;
    height:200px;
    margin:3px;
    display: inline-block;
    border-color:#C4C4C4;
    border-style: solid;
    border-width:1px;
    border-radius:3px;
    position: relative;
    transition: all .3s;
    cursor:pointer;
  }
  
  span.ekle{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  div.icerik{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
  }
  
  div.icerik img{
    width:350px;
    height:200px;
    object-fit: cover;
  }
  
  img.yukleniyor{
    opacity: .3;
    width:350px;
    height:200px;
    object-fit: cover;
  }
  
  span.yukleniyor{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
  }
  .ekle i{
    transition: all .3s;
  }
  .resim:hover .ekle i{
    color:#FFF;
  }
  
  .resim.yuklendi:hover .resim-menu{
    opacity: .8;
  }
  
  .resim-menu{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width:350px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    opacity: 0;
  }

  .resim-menu textarea{
    height:150px;
    resize: none;
  }
  
  .resim-menu .menu{
    background:#F2F2F2;
    height:52px;
    line-height:50px;
    margin-top:-1px;
  }

  .kresim{
    border-style:solid;
    border-width:1px;
    border-color:#C4C4C4;
    border-radius:3px;
    margin:3px;
    cursor:pointer;
    overflow: hidden;
  }
  .fancybox-title .child{
    word-wrap:break-word!important;
  }

  /* resim yükle bitir */