/**
* Theme Name: Marriwe Child
* Description: This is a child theme of Marriwe, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: marriwe
* Version: 2.0.5
*/
.product-transition .add_to_cart {
    display: none !important;
}
.inventory_status{
	display: none !important;
}

.custom-product-buttons-wrapper {
    display: flex;       /* Yan yana dizmek için */
    gap: 10px;          /* İki buton arasındaki boşluk */
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;    /* Mobilde ekran çok daralırsa alt alta geçsin */
}


/* Genel Buton Stilleri */
.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none !important;
    color: #fff !important; /* Yazı rengi beyaz */
    flex: 1; /* Butonların eşit genişlikte olması için */
    min-width: 140px; /* Çok küçülmemeleri için sınır */
    text-align: center;
    transition: all 0.3s ease;
}

/* WhatsApp Butonu Renkleri */
.whatsapp-btn {
    background-color: #2da84c !important;
    border: 1px solid #2da84c !important;
}
.whatsapp-btn:hover {
    background-color: #128C7E !important;
}

/* Randevu Butonu Renkleri */
.randevu-btn {
    background-color: #333333 !important; /* Koyu Gri/Siyah */
    border: 1px solid #333333 !important;
}
.randevu-btn:hover {
    background-color: #555555 !important; /* Hover olunca açılan renk */
}

.single-post .entry-thumbnail {
	display: none !important
}

.elementor-5879 {
	display: none !important
}
.filter-toggle{
	display: flex;
	align-items: center;
}