#sepeteEkle {
	display: table;
	padding-top:3px;
	margin: 0 auto;
	text-align: center;
	width:100%;
}

#sepeteekle a { color:#fff; }

#sepeteEkle .ekle {
	border:1px solid #111;
	border-radius:3px;
	margin:0 auto;
	text-align: center;
	color:#fff;
	background:#026373;
	white-space: nowrap;
	padding:10px;
	width:100%
}

#favoriEkleButon {
	padding:10px 0 10px 0;
	max-height:40px;
	width:99%;
}


#favoriEkleButon .favori {
	background: #d5cf1d;
	padding: 10px;
	width: 99%;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}


#sepetEkleButon {
	float:right;
	width:47%;
}




#sepeteekle form {
  padding:10px;
  margin: 0 auto;
  text-align: center;
}

#sepeteEkle .value-button {
  display: inline-block;
  font-weight:bold;
  margin: 0px;
  width: 20px;
  height: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #111;
  color:#fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sepeteEkle #sepetbutonlar {
	float:left;
	border-radius:3px;
	background:#111;

}

#sepeteEkle .value-button:hover {
	cursor: pointer;
}

#sepeteEkle #decrease { width:40px; } 
#sepeteEkle #increase { width:40px; } 

#sepeteEkle form #decrease {
	margin-right: -4px;
	border-radius: 8px 0 0 8px;
}

#sepeteEkle form #increase {
	margin-left: -4px;
	border-radius: 0 8px 8px 0;
}

#sepeteekle form #input-wrap {
	margin: 0px;
	padding: 0px;
}

#sepeteEkle input#number {
	text-align: center;
	border: none;
	background-color:#fff;
	color:#111;
	margin: 0px;
	width: 30px;
	height: 15px;
}

#sepeteEkle input[type=number]::-webkit-inner-spin-button,
#sepeteEkle input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#sepet table td,td { text-align:center;}