.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	z-index: 20;
}
.whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
    display: flex;
    align-items: center;
}

.whatsapp 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: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #4dc247;
}

.whatsapp a span {
    display: none;
}

@media (max-width: 767px) {
    .whatsapp {
        width: auto;
    }
    
    .whatsapp a {
        width: auto;
        border-radius: 25px;
        padding: 0 15px 0 0;
        display: flex;
        align-items: center;
    }
    
    .whatsapp a i {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .whatsapp a span {
        display: inline-block;
        margin-left: 5px;
        font-size: 14px;
        font-weight: 500;
    }
}

.whatsapp .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;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
    display: flex;
    align-items: center;
}

.telefon 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: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #337ab7;
}

.telefon a span {
    display: none;
}

@media (max-width: 767px) {
    .telefon {
        width: auto;
    }
    
    .telefon a {
        width: auto;
        border-radius: 25px;
        padding: 0 15px 0 0;
        display: flex;
        align-items: center;
    }
    
    .telefon a i {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .telefon a span {
        display: inline-block;
        margin-left: 5px;
        font-size: 14px;
        font-weight: 500;
    }
}

.telefon .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;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram 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;
    background: #27A7E5;
}

.telegram .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;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram 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;
    background: #fd3a67;
}

.instagram .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;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.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;
    background: #000;
}

.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;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.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%;
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}

/* Mobil görünüm için header düzenlemeleri */
@media (max-width: 991px) {
    /* Logo ve menü düzenlemeleri */
    .header__bottom .area {
        padding: 10px 15px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .header__bottom .logo {
        flex: 1;
        margin-right: 15px;
        text-align: left;
        display: flex;
        align-items: center;
    }
    
    .header__bottom .logo img {
        max-width: 100%;
        max-height: 65px; 
        image-rendering: -webkit-optimize-contrast; /* Logo netliği için */
        image-rendering: crisp-edges;
    }
    
    /* Mobil menü butonları düzenlemeleri */
    .header__bararea {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
    }
    
    .mobil_sepet {
        margin-right: 8px !important;
    }
    
    /* Arama butonu düzenlemesi */
    .mobil_sepet a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
        font-size: 16px;
        transition: all 0.3s ease;
    }
    
    .mobil_sepet a:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }
    
    /* Hamburger menü düzenlemesi */
    .header__bar {
        margin-left: 5px;
        width: 26px;
        height: 26px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: none;
        border-radius: 0;
        padding: 4px;
    }
    
    .header__bar span {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #fff;
        margin: 1.5px 0;
        transition: all 0.3s ease;
    }
    
    /* Bilgi ikonu düzenlemesi */
    .header__ellepsis {
        margin-left: 8px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border-radius: 0;
        color: #fff;
        font-size: 16px;
    }
    
    /* Tüm tarayıcılar için uyumluluk */
    .header__bottom {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .header__bottom * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* Küçük mobil cihazlar için ek düzenlemeler */
@media (max-width: 575px) {
    .header__bottom .area {
        padding: 8px 10px;
    }
    
    .header__bottom .logo {
        flex: 1;
    }
    
    .header__bottom .logo img {
        max-height: 50px; 
    }
    
    .mobil_sepet a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .header__ellepsis {
        width: 32px;
        height: 32px;
    }
    
    .header__bar {
        width: 24px;
        height: 24px;
    }
    
    .header__bar span {
        width: 16px;
    }
}