.whatsapp {
    position: fixed;
    left: 10px;
    bottom: 10px;
	border-radius: 30px;
    background: #DC3545;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    font-size: 17px;
	font-weight: bold;
    box-shadow: 0px 2px 14px 0px #000;
    -moz-box-shadow: 0px 2px 14px 0px #000;
    -webkit-box-shadow: 0px 2px 14px 0px #000;
    z-index: 999;
}
.whatsapp:hover {
	text-decoration: none;
	color: white;
}




.urunbg{background: #ffffff no-repeat center center; background-size: contain;}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #112C60;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}