body {
 background-color: white;
}

.menulink a{
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin: 2px;
  text-decoration: none;
}

.menulink a:hover {
  color: #B28816;
  text-decoration:underline;

}

.altbaslik h2{
  color: black;
  text-decoration:underline;
  font-weight: normal;
 

}

.resimler{
  height: auto;
  width: auto;
}

.ust{
  background-color: #F7F7F7;

}

.ust a{
  color: black;   
  font-weight: bold;

 }

.ust-sosyal{
  font-size: 20px;
background-color: #F7F7F7;

}

.ust-sosyal a{
color: #B28816;
margin: 10px;
text-decoration: none;


}

.dot {
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

body {
  font-family: 'Poppins';
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.shopping-cart-list{
  position: absolute;
  width: 30rem;
  right: -0.75rem;
  top: 2.9rem;
  padding: 1rem;
  z-index: 1;
  border-radius: 10px;
}

.shopping-cart-list .list-item{
  margin-top: 1rem;
}

.bg-fiyat{
  background-color: #B79501;
  border-radius: 5px;
  margin-left: 10px;
  
}

.yazi{
  text-align: center;
  text-decoration: underline;
}

.menu{
 color: white;
}


.to-top {
  background: gray;
  position: fixed;
  bottom: 16px;
  right:32px;
  width:50px;
  height:50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:32px;
  color:#1f1f1f;
  text-decoration: none;
  opacity:0;
  pointer-events: none;
  transition: all .4s;
}

.to-top.active {
  bottom:32px;
  pointer-events: auto;
  opacity:1;
}



@media only screen and (max-width: 600px) {
  .shopping-cart-list{
    position: absolute;
    width: 20rem;
    right: -0.75rem;
    top: 2.9rem;
    padding: 1rem;
    z-index: 1;
  }

  .sepetresim{
    height: 200px;
    border-radius: 10px;
  }
}

.listesiparis{
  background-color: black;
}

.btnyan{
  position: absolute;
  text-align: start;
  height: auto;
}