/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

/* LearnPress Wishlist eklentisinden kaynaklanan silik/bulanık resim hatasının çözümü */

.course-thumbnail .lp-loading-change.lp-hidden,
.course-thumbnail .loading-after:has(.lp-hidden) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.course-thumbnail .loading-after {
    pointer-events: none; /* Yanlışlıkla tıklanıp resmi engellemesini önler */
}

/* Sepet ikonunun üzerine gelince açılan hatalı/istenmeyen mini-cart menüsünü gizle */
.site-header .widget_shopping_cart_content,
.site-header .widget_shopping_cart:hover .widget_shopping_cart_content {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
