.apix {
	position: fixed;
	bottom: 95px;
	right: 15px;
	z-index: 20;
}
.apix .whatsapp, .apix .telefon, .apix .telegram, .apix .instagram, .apix .diller {
	position: relative;
	margin-top: 10px;
	transition: all .5s ease-in-out;
	z-index: 999;
}
.apix .whatsapp a, .apix .telefon a, .apix .telegram a, .apix .instagram a, .apix .diller a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-size: 28px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: white;
}
.apix .whatsapp a { background: #4dc247; }
.apix .telefon a { background: #337ab7; }
.apix .telegram a { background: #27A7E5; }
.apix .instagram a { background: #fd3a67; }
.apix .diller a { background: #ffffff; color: black; }

.apix .whatsapp .tooltiptext,
.apix .telefon .tooltiptext,
.apix .telegram .tooltiptext,
.apix .instagram .tooltiptext,
.apix .diller .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	line-height: normal;
	font-size: 15px;
	top: 13px;
	right: 105%;
	height: auto;
}
.apix .whatsapp:hover a,
.apix .telefon:hover a,
.apix .telegram:hover a,
.apix .instagram:hover a,
.apix .diller:hover a {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.apix .whatsapp:hover .tooltiptext,
.apix .telefon:hover .tooltiptext,
.apix .telegram:hover .tooltiptext,
.apix .instagram:hover .tooltiptext,
.apix .diller:hover .tooltiptext {
	visibility: visible;
}

/* Mobil görünüm düzenlemesi */
@media only screen and (max-width: 767px){
	.apix {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
	}
	.apix div {
		flex: 1 0 20%;
		max-width: 20%;
		box-sizing: border-box;
	}
	.apix a {
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius: 0 !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.apix:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}




.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
