.lazy{
	display: flex;
	justify-content: center;
	align-items: center;

}

.urunResimKucuk{
	 height:auto;
	 max-height:300px;
	 width:auto!important;
	 margin:0 auto
}
.ustcizgi{
	height:40px;
	background:#0072b0;

}
.ustcizgi ul{
	margin-top:10px;
	list-style-type: none;

}
.ustcizgi ul li{
	float:left;
	margin-right:10px;

}
.hariciLinkler {
	background:#fff;
	padding:10px;
	border-radius:10px;
	font-size:14px;
	color:#0072b0;
	margin:10px 10px 0 0
}
.hariciLinkler:hover{
	background:#3f3f3f;
	padding:10px;
	color:#fff;
	border-radius:10px;
	font-size:14px;
	margin:10px 10px 0 0
}
.lazy{height:100%!important}

.visible-tablet-mobile{
    display: none;
}

@media (max-width: 992px) {
   .visible-tablet-mobile{
        display: block!important;
   }
	 .product-item{max-height:300px!important}
}
.mobilbayi {
	width:120px;
	top:0px;

}
.mobilbayi div{
color:#fff;
margin-top:10px

}
.mobilbayi svg{
	width:20px;
	float:left;
	height:20px;
	margin-right:10px;
	fill:#fff
}
.btn{color:#fff!important}


@media (max-width: 1500px) {
   header .user-nav .text{font-size:15px!important}
	 .icon svg{width:40px!important;height:40px!important}
}
.panel-group{margin-top:5rem!important}
.panel{background: #fff}
.categories{

	background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    border-bottom: 5px solid #0072b0;
}

.ebulletin {


  background: linear-gradient(90deg, #0077b5, #6bbc53);
  background-size: 200% 200%;
  animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
