#ct-header-wrap.ct-header-layout5 #ct-header:not(.h-fixed){
	border-radius: 40px!important;
    top: 20px!important;
    position: relative!important;
}
.woocommerce-product--title{
	min-height:55px!important;
}

.homeBlog .item--featured img{
	height:220px;
	object-fit: cover;
    width: 100%;
}
.product-features-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 10px;
    margin-top: 15px;
    background: #fff;
}

.feature-item {
    flex: 1;
    text-align: center;
    border-right: 1px dashed #ddd; /* Dikey kesikli çizgi */
}

.feature-item:last-child {
    border-right: none; /* Son öğede çizgi olmasın */
}

.feature-item i {
    font-size: 24px;
    color: #666; /* İkon rengi */
    margin-bottom: 10px;
    display: block;
}

.feature-item p {
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    color: #333;
}

/* Mobil görünüm için */
@media (max-width: 768px) {
    .product-features-bar {
        flex-wrap: wrap;
    }
    .feature-item {
        flex: 0 0 50%;
        margin-bottom: 15px;
        border-right: none;
    }
}


.fkb-paket-ozellikleri {
    margin: 0 10px 15px 10px; /* Görsel ile başlık arasında boşluk bırakır */
    padding: 12px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-left: 4px solid #7cb342; /* Fit Kalori yeşili */
    border-radius: 4px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.fkb-item {
    font-size: 12px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column; /* Başlık üstte değer altta olacak şekilde */
}

.fkb-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.fkb-item strong {
    color: #2c3e50;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.fkb-item span {
    color: #777;
    font-weight: 400;
}
.whatsapp-menu-item a {
    background-color: #25d366; /* WhatsApp yeşili */
    color: #ffffff !important;
    border-radius: 20px;
    padding: 8px 15px !important;
    margin-left: 10px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
	line-height: 20px !important;
    top: 22px!important;
}

.whatsapp-menu-item a:hover {
    background-color: #128c7e; /* Hover durumunda daha koyu yeşil */
    color: #ffffff !important;
}

/* Menüdeki ikonun düzgün görünmesi için (FontAwesome yüklü olmalıdır) */
.whatsapp-menu-item .fab.fa-whatsapp {
    vertical-align: middle;
}



.footer .whatsapp-menu-item,
.item--meta,
.woocommerce-topbar,
.product_meta{
	display:none!important;
}

 