.altmenulist .altbaslik .ing@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
html {
	--scrollbarBG: white;
	--thumbBG: #0c345e;
}
body::-webkit-scrollbar {
	width: 15px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
body {
	background-color: #E1E1E1;
	background-image: url(img/arkaplan.png);
	background-attachment: fixed;
	background-size: cover;
}
.menulist {
	text-align: center;
	padding: 20px;
}
.menulist .container {
	background: #FFFFFF;
	padding: 20px 0px;
}
.menulist .logo {
	width: 30%;
}
.menulist a {
	text-decoration: none;
}
.menulist .kategori {
	padding: 5px;
	border: 2px solid #bb6e41;
	border-radius: 5px;
	margin: 10px 50px;
	cursor: pointer;
}
.menulist .kategori .baslik {
	color: #b2886f;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}
.menulist .kategori .ingbaslik {
	color: #bb6e41;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}
.altmenulist {
	text-align: center;
	padding: 20px;
	display: none;
}
.altmenulist .container {
	background: #FFFFFF;
	padding: 20px 10px;
	margin-top: 20px;
	border-radius: 10px;
}
.altmenulist .baslik {
	color: #b2886f;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}
.altmenulist .ingbaslik {
	color: #bb6e41;
	font-weight: bold;
	font-size: 21px;
	margin: 0;
	margin-bottom: 30px;
}
.altmenulist .row {
	margin-top: 5px;
	padding: 10px;
}
.altmenulist .altbaslik {
	color: #6a513f;
	text-align: left;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
.altmenulist .altbaslik .ing {
	color: #bb6e41;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}
.altmenulist .cesit {
	color: #040000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 0;
}
.altmenulist .ingcesit {
	color: #bb6e41;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 0;
}
.altmenulist .fiyat {
	color: #6a513f;
	font-weight: bold;
	font-size: 20px;
	font-family: "Abril Fatface", serif;
}
.altmenulist .col-10 {
	padding: 0 !important;
}
.altmenulist .col-2 {
	padding: 0;
}
#geridon {
	display: none;
	position: fixed;
	left: 5px;
	bottom: 5px;
	font-size: 17px;
	border: none;
	background: #bb6e41;
	border: 1px solid #481513;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
}
#yukari {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	font-size: 30px;
	border: none;
	background: #bb6e41;
	color: #ffffff;
	font-weight: bold;
	border-radius: 20px;
	padding: 5px 10px;
}
@media screen and (max-width:1044px){ 

}
