/* Ödemeye git butonuna çerçeve ve stil ekleme */
.wc-block-cart__submit-button.wp-element-button {
    border: 2px solid #ff4d4d !important; /* Çerçeve kalınlığı ve rengi */
    border-radius: 8px !important;        /* Köşelerin ovalleşmesi */
    background-color: transparent;        /* Butonun içini boşaltmak istersen */
    color: #ff4d4d !important;            /* Yazı rengi */
    transition: all 0.4s ease;            /* Geçiş yumuşaklığı */
}

/* Hover (Üzerine gelince) ayarları */
.wc-block-cart__submit-button.wp-element-button:hover {
    background-color: #ff4d4d !important; /* Üzerine gelince içini boya */
    color: #ffffff !important;            /* Yazıyı beyaz yap */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Hafif gölge efekti */
}
/* Ödemeye Git ve Sipariş Ver butonlarını ortak düzenleme */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    border: 2px solid #ff4d4d !important; /* Çerçeve rengi */
    border-radius: 8px !important;        /* Köşe yuvarlama */
    background-color: transparent !important; /* Arka planı şeffaf yap */
    color: #ff4d4d !important;            /* Yazı rengi */
    transition: all 0.4s ease !important; /* Geçiş hızı */
    padding: 12px 24px !important;       /* Buton iç boşluğu */
}

/* Her iki buton için Hover (Üzerine gelince) efekti */
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #ff4d4d !important; /* İçini doldur */
    color: #ffffff !important;            /* Yazıyı beyaz yap */
    cursor: pointer;                      /* El imleci göster */
}
/* Radio buton üzerindeki fazla daire ve noktaları temizleme */
.wc-block-components-radio-control__input {
    appearance: radio !important;
    -webkit-appearance: radio !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Temanın eklediği liste işaretlerini (li:before) gizleme */
.wc-block-components-radio-control-group li::before {
    content: none !important;
    display: none !important;
}

.wc-block-components-radio-control-group li {
    list-style-type: none !important;
}

/* Temanın eklediği liste işaretlerini (li:before) gizleme */
.wc-block-components-radio-control-group li::before {
    content: none !important;
    display: none !important;
}

.wc-block-components-radio-control-group li {
    list-style-type: none !important;
}


html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-column,
.elementor-element {
    max-width: 100% !important;
}

body .dialog-type-lightbox {
    display: none !important;
}




/* Yazar ve tarihi kaldır */
.post-meta-data {
    display: none !important;
}





.info {
    display: none !important;
}



.yith-wcwl-add-to-wishlist-button__label {
    font-size: 0 !important; /* Orijinal "Add to wishlist" yazısını gizler */
}

.yith-wcwl-add-to-wishlist-button__label::before {
    content: "Favorilerime Ekle"; /* Yeni yazınız */
    font-size: 16px; /* Yazı boyutunu buradan ayarlayabilirsiniz */
    display: inline-block;
}




.wc-block-components-quantity-selector__input {
    width: 45px !important;
    min-width: 45px !important;
    height: 35px !important;
    line-height: 1 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}
.wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}




