@import url("mdi/css/materialdesignicons.min.css");
.wpicon{
	width: 55px;
    height: 55px;
    line-height: 55px;
	position: fixed;
    left: 50px;
    bottom: 20px;
    z-index: 99999;
	display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 0;
	border-color: transparent;
    color: #fff!important;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1)!important;
	background-color: #25d366;
	text-decoration: none;
	box-sizing: border-box;
	font-size:30px;
	
}

#paylasim a{margin-right:10px}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.tarificon{
	display:none;
}
.trwpwhatsappbutton {
	background-color: #22c15e; 
	border-radius: 20px; 
	padding: 8px 15px; 
	cursor: pointer; 
	color: #fff;
	max-width: 220px;
	margin-top: 10px;
	margin-bottom: 52px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
    z-index: 9999999999999999999;
    bottom: 0;
    left: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.undo {
	background-color: #ff735c; 
	border-radius: 20px; 
	padding: 8px 15px; 
	cursor: pointer; 
	color: #fff;
	max-width: 220px;
	margin-top: 10px;
	margin-bottom: 52px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
    z-index: 9999999999999999999;
    top: 60%;
    left: 48%;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
@media only screen and (max-width: 991px) {
    .wpicon{
		
        bottom: 50px; 
		width: 50px;
		height: 50px;
		line-height: 50px;
		
	}
	
	.tarificon{
		display:block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: fixed;
		left: 25px;
		right:auto;
		bottom: 100px;
		z-index: 99999;
		display: inline-block;
		text-align: center;
		border-radius: 50%;
		padding: 0;
		border-color: transparent;
		color: #fff!important;
		box-shadow: 0 0 6px rgba(0, 0, 0, .1)!important;
		background-color: red;
		text-decoration: none;
		box-sizing: border-box;
		font-size:30px;
		
	}
	.m-none{
		display:none!important;
	}
  	
}

@media only screen and (min-width: 991px) {
	
	.w-none{
		display:none!important
	}
  	
}


.iosMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background: #a41a13;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: white;
    z-index: 1000;
	border-radius: 10px 10px 0 0;
}


.iosMenu a.active {
    color: var(--ikincil);
    background: #00000044;
}


.iosMenu a:hover {color:#000}
.iosMenu a {
    padding: 5px;
    color: white;
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yemek-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.yemek-menu .alt-menu {
    width: 100vw;
    position: fixed;
    bottom: 50px;
    background: #f79000;
    left: 0;
	display:none
}
.yemek-menu:active .alt-menu,.yemek-menu:hover .alt-menu {
	display:block
}
.yemek-menu .alt-menu a {
    padding: 0.75em 1em;
	background: linear-gradient(85deg, #78130e, #a41a13);
}

.error .dlab_error{
	font-size: 35px;
	line-height: 1.17;
	margin-bottom: 15px;
	font-weight: 700;
	color: #001659;
	text-transform: uppercase;
}
.error-page blockquote {
	border-left: 5px solid #E3000F;
	font-style: italic;
	padding-left: 20px;
	color: #001659;
	font-size: 20px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 20px;
}
.theme-btn {
	color: #FFF;
	padding: 15px;
	background-color: #E3000F;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ortala{
	justify-content: center;
	align-items: center;
	display: flex;
}