/*
Theme Name: Edumall Child
Theme URI: https://edumall.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: edumall
Text Domain:  edumall-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/* Ukryj cały przycisk Wishlist w widoku kursu */
.tm-button-wrapper .edumall-course-wishlist-btn {
    display: none !important;
}



/* Ujednolicenie ikon metod płatności */
.woocommerce-checkout #payment .payment-title-icon{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-right: 10px;
}

.woocommerce-checkout #payment .payment-title-icon .cb-pay-icon{
	height: 20px;
	width: auto;
	display: inline-block;
}

