/*Scroll
*************************/
::-webkit-scrollbar {
  width:  5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
}
::-webkit-scrollbar-thumb:active {
  background: #ff0000;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*Scroll
*************************/

body{
    letter-spacing: -1px!important;
}

.grad-Bg-mavi{background-image: linear-gradient(to right, #5b73e8, #44c4fa)}
.grad-Bg-orng{background-image: linear-gradient(to right, #fa5420, #f6a800)}
.grad-Bg-yesil{background-image: linear-gradient(to right, #1D976C, #2fd38a)}

/*.grad-Bg-1{background-image: linear-gradient(180deg,#f9f9f900 0,#0974df00 86%,#0d6efd 117%,#ffffff00 17%)}*/
.grad-Bg-1{
    background-image: url(../img/global/stok/footerBg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;             
}

.grad-Bg-2{
    background-image: linear-gradient(152deg,#ff1ad900 0,#ff24c700 50%,#00ffff 100%,#721aff 29%)
}

.grad-Bg-3 {
    background-image: linear-gradient(152deg,#ff1ad900 0,#ff24c700 50%,rgb(139 195 74) 100%,#721aff 29%);
}

.grad-Bg-4 {
    background-image: linear-gradient(to right, #8bc34a, #e7ff57);
}



.bg-light-2{background-color: #efefef}

._2Satir{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow:hidden;    
}

._3Satir{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow:hidden;    
}

.borderT-2{border-top: 2px solid}
.borderT-3{border-top: 3px solid}

.borderB-1{border-bottom: 1px solid}
.borderB-2{border-bottom: 2px solid}

.maxV-551{max-width: 551px} 
.h-41{height: 41px}
.h-403{height: 403px}
.h-59{height: 59px}

.pl-9{padding-left: 9px}
.mt-23{margin-top:23px}

.w-33{width: 33px}
.w-45{width: 45px}  
.w-69{width: 69px}  
.w-273{width: 273px}
.w-340{width: 340px}
.w-395{width: 395px}

.cursorPointer:hover{cursor: pointer!important}
.gizli{display: none}
.goster:hover .gizli{display: inline-block!important}
.buGunkiSatis img{width: 55px}
.ntf{position: relative}
.ntf button{
    position: absolute;
    right: 0
}

#loader{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(133 133 133 / 42%);
    display: flex;
    justify-content: center; 
    z-index: 99;
    /*backdrop-filter: blur(5px);*/     
}
#loader img{width: 49px}
#loader > div >div{
    display: inline-block;
    background: white;
    padding: 17px 71px;
    margin-top: 99%;
    border-top: 4px solid #0087ff;
    border-radius: 7px;
}

.tumIslemler svg{width: 41px}

.sayfalaButon{
    display: inline-block;
    position: fixed;
    bottom: 20px;    
}

._card svg{
    width: 23px;
}

._card span{
    font-size:21px!important
}

.ilan .fiyat{
    color: #003177;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 700;    
}

.ilan .il{
    font-size: 16px;
    color: #003177;
    font-weight: 700;  
}

.ilanDetay table svg {
    width: 23px;
    height: 23px;
    margin: 6px 0;
    color: #d204f5;
}

.ilanDetay > div {
    box-shadow: -2px -2px 0px 0px #cddc3991;
    border-radius: 13px;
}