.cookie-notification
{
	display:none !important;
}

#site-footer{
  background:#e51e2f;
  color:#fff;
  width:100%;
}

/* LOGO */
.footer-logo{
  max-width:220px;
}

/* BAŞLIK */
.footer-title{
  font-weight:700;
  font-size:14px;
  margin-bottom:10px;
}

/* LİSTE */
.footer-list{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-list li{
  font-size:13px;
  margin-bottom:6px;
}

/* HARİTA */
#site-footer iframe{
  width:100%;
  display:block;
}

/* MOBİL */
@media (max-width:768px){
  .footer-title{ margin-top:15px; }
}

.header_circle_items a {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.header_circle_items a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.header_circle_items a {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.header_circle_items a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.category-item {
  position: relative;
  display: inline-block;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}



