body {
	font-family: 'Quicksand', sans-serif;
}

header {
	margin-bottom: 10px;
}

header li {
	float: right;
}

nav {
	margin: auto;
	background-color:#999;
}

nav li {
	float: left;
}

section {
	text-align: center;
}

footer {
	font-weight: 300;
	text-align: center;
	margin: 30px;
}

input, textarea, select, button {
	font-family: 'Quicksand', sans-serif;
	padding: 10px 15px;
	margin: 8px auto;
	display: block;
}

button {
  display: inline-block;
  border-radius: 4px;
  background-color: #34ad89;
  color: #FFFFFF;
  font-size: 28px;
  padding: 20px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  vertical-align: middle;
}

button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

button:hover span {
  padding-right: 25px;
}

button:hover span:after {
  opacity: 1;
  right: 0;
}

input {
	text-align: center;
}

input[type=submit] {
    background-color: #fcc300;
	color: #fff;
	border: none;
}

input[type=submit]:hover {
    background-color: #8d8d8d;
	color: #fff;
	border: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	width: 100%
}

li {
	border-right: 1px solid #bbb;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #34ad89;
}

table {
    border-collapse: collapse;
    width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

th {
    background-color: #fcc300;
    color: white;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){
	background-color: #d2d2d2
}

tr:hover {
	background-color: #d0f2e4
}

.main {
	margin: auto;
}

.giris {
	margin: 50px auto auto auto;
}

.girisformu {
	width: 60%;
}

.logo {
	float:left;
	font-weight: 900;
}

.logo a {
	color: white;
	text-decoration: none;
}

.active {
    background-color: #324e96;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.right {
	float:right;
}

.alignright {
	right: 10px;
}

.buttons {
	margin: 30px;
}

.buttongeri {
    background-color: #fcc300;
    width: 200px;
    border: none;
    color: white;
    padding: 15px 32px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.sayfala a{
  margin: 5px;
}

@media screen and (max-width: 600px){
    ul li {
		float: none;
	}
	li {
		border-bottom: 1px solid #bbb;
		border-right: none;
	}
	
	.logo {
		float: none;
		border-bottom: 1px solid #bbb;
	}
	
	.right {
		float:none;
	}
	
	.alignright {
		right: unset;
	}
}


.buttonalt {
    background-color: #fcc300;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
	width: 100%;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.kul {
	text-align: left;
	display: inline-table;
}

.check {
	display: inline;
}

.logog {
	max-width: 200px;
}

.headerli {
    padding: 27px;
    color: black;
}

.cart {
    display: unset;
}

.cartinput{
    width: 40px;
    border: solid 1px;
    margin: 1px;
    padding: 3px;
}