@media (max-width: 575.98px) {
  #logocubugu {
	text-align:center;
	
		}
}
@media (max-width: 789.98px) {
  #logocubukalt {
	height:20px;
	
		}
}

#ustmenulink{
	
font-size:0.685rem; 
/*width: 30%; */
background: #980000; 
margin-top: 7px;
color: #fff; 
border: 1px #dc0707; 
font-weight: 600;
}

body {
  /* background: url('../gallery1.jpg') no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background: #fdfdfd;
  background-color: #fdfdfd;
}
.bg-light {
    background-color: none;
}

#urunaraliste{
    padding: 5px;
    border: 1px solid #bfbfbf;
    margin-bottom: 0.6rem;
	margin-left:15px;
}
#urunaralistefirma{
font-size: 0.8rem;
}
#urunaralisteurun{
font-size: 1.3rem;
}
#urunaralisteaciklama{
font-size: 0.8rem;
    color: #980000;
}

#sepetmenu{
width:16%; 
box-shadow: 0 0 16px #887b7b; 
background: #980000; 
left: 75%; 
color: #fff; 
padding: 5px;
bottom: 13%;
min-height: 7rem;
}

#sepetlistebaslik{
padding: 0.4rem;
    font-weight: 700;
    border: 0.1rem solid #bfb8b8;
    min-width: 3.8rem;
	font-size: 0.8rem;
	text-align:center;
}
#sepetlisteeleman{
    padding: 0.4rem;
    border: 0.1rem solid #bfb8b8;
    min-width: 3rem;
    font-size: 0.7rem;
	text-align:center;
}
#facepaylas{
	background: #29487d;
    color: #fff;
    padding-left: 0.3rem;
    font-size: 0.6rem;
    padding-right: 0.3rem;
    border-radius: 2px;
    font-weight: 600;
}

form .stars {
  background: url("../stars.png") repeat-x 0 0;
  width: 150px;
 /* margin: 0 auto; */
}
 
form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form .stars label:hover ~ span {
  background-position: 0 -30px;
}
form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}