/*/////////////////////////////////////////////////////////////////*/

.btn-kahve {
	color: #f6f3ec !important;
	background-color: #948362 !important;
	padding: 0.4rem 0.8rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0.2rem;
	cursor: pointer;
}

.btn-kahve:hover {
	color: #f6f3ec !important;
	background-color: #837250 !important;
}

.btn-kahve:focus, .btn-kahve.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-menu {
	color: #f6f3ec !important;
	background-color: #d4b959 !important;
	padding: 0.4rem 0.8rem !important;
	font-size: 2.5rem;
	border: none !important;
	border-radius: 3px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	width: 100% !important;
}

.btn-menu:hover {
	color: #f6f3ec !important;
	background-color: #ECCE63 !important;
}

.btn-menu:focus, .btn-menu.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

.btn-menu1 {
	color: #f6f3ec !important;
	background-color: #948362 !important;
	padding: 0.2rem 0.8rem !important;
	font-size: 2rem;
	border: none !important;
	border-radius: 3px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	width: 100% !important;
}

.btn-menu1:hover {
	color: #f6f3ec !important;
	background-color: #837250 !important;
}

.btn-menu1:focus, .btn-menu1.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

.btn-menu2 {
	color: #f6f3ec !important;
	background-color: #1a1a18 !important;
	padding: 0.2rem 0.8rem !important;
	font-size: 2rem;
	border: none !important;
	border-radius: 3px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	width: 100% !important;
}

.btn-menu2:hover {
	color: #f6f3ec !important;
	background-color: #272727 !important;
}

.btn-menu2:focus, .btn-menu2.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

.btn-trans {
	color: black !important;
	background-color: rgba(93, 93, 93, 0) !important;
	padding: 0rem 0rem !important;
	font-size: 2rem;
	border: none !important;
	cursor: pointer;
	border-radius: 0rem;
}

.btn-trans:hover {
	color: gray !important;
	background-color: rgba(33, 136, 56, 0) !important;
}

.btn-trans:focus, .btn-trans.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

.btn-sade {
	color: white;
	padding: 10px;
	border: 1px solid white;
	display: inline-block !important;
	width: initial !important;
	background-color: rgba(255, 255, 255, 0) !important;
	cursor: pointer;
	text-align: center;
}

@keyframes btn-change {
	0% {}

	100% {
		opacity: 0.7;
	}
}

.btn-sade:hover {
	animation: btn-change 0.5s ease-out 1;
	-webkit-animation-fill-mode: forwards;
}

.btn-E07E1E {
	color: #E07E1E;
	border: 1px solid #E07E1E;
}

.btn-27251F {
	color: #27251F;
	border: 1px solid #27251F;
}

.btn-3C3A35 {
	color: #929292;
	border: 1px solid #929292;
}

.btn-bilgi {
	display: inline-block;
	color: #929292;
	border: 1px solid #929292;
	background-color: white;
	font-size: 0.5rem;
	padding: 0.2rem 0.35rem;
	border-radius: 50%;
}

.btn-bilgi:hover {
	cursor: pointer;
	opacity: 0.5;
}

.btn-nav {
	color: #ffffff !important;
	background-color: rgba(93, 93, 93, 0) !important;
	padding: 1rem 0.5rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0rem;
	cursor: pointer;
	font-weight: 300;
}

.btn-nav:hover {
	animation: btn-change 0.5s ease-out 1;
	-webkit-animation-fill-mode: forwards;
}

.btn-nav:focus, .btn-trans.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

.btn-nav1 {
	cursor: pointer;
}

.btn-nav1:hover {
	animation: btn-change 0.5s ease-out 1;
	-webkit-animation-fill-mode: forwards;
}

/*/////////////////////////////////////////////////////////////////*/

.btn-beyaz {
	color: rgba(50, 50, 50, 1) !important;
	background-color: rgba(248, 249, 250, 1) !important;
	padding: 0.4rem 0.8rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0.2rem;
}

.btn-beyaz:hover {
	color: rgba(50, 50, 50, 1) !important;
	background-color: rgba(223, 224, 225, 1) !important;
}

.btn-beyaz:focus, .btn-beyaz.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-gri {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(102, 102, 102, 1) !important;
	padding: 0.4rem 0.8rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0.2rem;
}

.btn-gri:hover {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(82, 82, 82, 1) !important;
}

.btn-gri:focus, .btn-gri.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-teapp {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(119, 146, 60, 1) !important;
	padding: 0.4rem 0.8rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0.2rem;
}

.btn-teapp:hover {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(100, 126, 40, 1) !important;
}

.btn-teapp:focus, .btn-teapp.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-guncelle {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(119, 146, 60, 1) !important;
	padding: 0.3rem 0.3rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0.2rem;
}

.btn-guncelle:hover {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(100, 126, 40, 1) !important;
}

.btn-guncelle:focus, .btn-guncelle.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-user {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(119, 146, 60, 1) !important;
	padding: 0.5rem 0.8rem !important;
	font-size: 1.5rem;
	border: none !important;
	border-radius: 0rem;
}

.btn-user:hover {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(119, 146, 60, 1) !important;
}

.btn-user:focus, .btn-user.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-bildirge {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(119, 146, 60, 1) !important;
	padding: 0.5rem 0.8rem !important;
	font-size: 1.5rem;
	border: none !important;
	border-radius: 0rem;
}

.btn-bildirge:hover {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(119, 146, 60, 1) !important;
}

.btn-bildirge:focus, .btn-bildirge.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-close {
	color: #948362 !important;
	background-color: rgba(93, 93, 93, 0) !important;
	padding: 0rem 0rem !important;
	font-size: 1.3rem;
	border: none !important;
	border-radius: 0rem;
	cursor: pointer;
}

.btn-close:hover {
	color: #837250 !important;
	background-color: rgba(33, 136, 56, 0) !important;
}

.btn-close:focus, .btn-close.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-cikisYap {
	color: #505050 !important;
	background-color: rgba(93, 93, 93, 0) !important;
	padding: 0rem 0rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0rem;
}

.btn-cikisYap:hover {
	color: #323232 !important;
	background-color: rgba(33, 136, 56, 0) !important;
}

.btn-cikisYap:focus, .btn-cikisYap.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-sifreDegis {
	color: #505050 !important;
	background-color: rgba(93, 93, 93, 0) !important;
	padding: 0rem 0rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0rem;
}

.btn-sifreDegis:hover {
	color: #323232 !important;
	background-color: rgba(33, 136, 56, 0) !important;
}

.btn-sifreDegis:focus, .btn-sifreDegis.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-sepetSil {
	color: #505050 !important;
	background-color: rgba(93, 93, 93, 0) !important;
	padding: 0rem 0rem !important;
	font-size: 0.9rem;
	border: none !important;
	border-radius: 0rem;
}

.btn-sepetSil:hover {
	color: #323232 !important;
	background-color: rgba(33, 136, 56, 0) !important;
}

.btn-sepetSil:focus, .btn-sepetSil.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-arrow {
	color: #2b2b2b !important;
}

.btn-trans-white {
	color: white !important;
	background-color: rgba(93, 93, 93, 0) !important;
	padding: 0rem 0rem !important;
	font-size: 1.25rem;
	border: none !important;
	border-radius: 0rem;
}

.btn-trans-white:hover {
	color: gray !important;
	background-color: rgba(33, 136, 56, 0) !important;
}

.btn-trans-white:focus, .btn-trans-white.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.btn-sepeteEkle {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(119, 146, 60, 1) !important;
	padding: 0.4rem 0.6rem !important;
	font-size: 1rem;
	border: none !important;
	border-radius: 0.2rem;
}

.btn-sepeteEkle:hover {
	color: rgba(248, 249, 250, 1) !important;
	background-color: rgba(100, 126, 40, 1) !important;
}

.btn-sepeteEkle:focus, .btn-sepeteEkle.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////*/

.btn-gonder {
	color: rgba(248, 249, 250, 1) !important;
	background-color: #53662A !important;
	padding: 0.4rem 0.8rem !important;
	font-size: 1rem;
	font-weight: 800;
	border: 2px solid white !important;
	border-radius: 0.4rem;
}

.btn-gonder:hover {
	cursor: pointer;
	opacity: 0.8;
}

.btn-gonder:focus, .btn-gonder.focus {
	background-color: none !important;
	/*background-color: rgba(40, 40, 40, 1) !important;*/
	box-shadow: none !important;
	/*color: rgba(255,255,255,1) !important;*/
}

/*/////////////////////////////////////////////////////////////////*/

.tus {
	background-color: rgba(236, 206, 99, 0.8);
	/* Green */
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	width: 150px;
	height: 150px;
	font-weight: 200;
	border-radius: 20px;
	box-shadow: 0em 0 1em 1ex rgba(0, 0, 0, 0.1);


}

.tus-main {
	background-color: rgba(100, 100, 100, 0.2);
	color: rgba(255, 255, 255, 1);
	border: 0px solid rgba(20, 20, 20, 1);
	;
}

.tus-main:hover {
	background-color: rgba(100, 100, 100, 0.3);
	color: white;
}