/**
 * Theme Name: Learnygeeks
 * Theme URI: https://efrekiadev.com
 * Author: EFREKIADEV
 * Author URI: https://efrekiadev.com
 * Description: Learnygeeks is a free WordPress LMS theme powered by Tutor LMS, the popular eLearning plugin for WordPress. Maintained by EFREKIADEV, it is designed to let Tutor LMS take center stage while also letting you pick what feels right. Learnygeeks is created with the same Unified Design System from Tutor LMS making it the perfect companion eLearning theme for Tutor LMS. Learnygeeks is also highly specialized for speed and efficiency, with all of its components optimized to give your eLearning website a great score on Google's PageSpeed. Learnygeeks pages are also schema ready and SEO optimized to make ranking on search engines as easy as pie! It also boasts an impressive blog single page for perfect readability. With full support for both Elementor and Gutenberg, Learnygeeks hopes to cater to the largest audience of both classic page builders and modern Gutenberg based builders. It comes with customizer settings for headers, footers, and everything in between. With several header and footer variations, advanced typography settings, and contextual page settings, create the eLearning website of your dreams with this free LMS theme. Learnygeeks features 3 modern and pre-built home layouts with fully functioning inner pages for both Elementor and Gutenberg to let you get started in no time. Learnygeeks also features a clean and light one-click demo importer to import all these pre-built home layouts for Gutenberg and Elementor. This, along with deep ties with Tutor LMS makes it a no-brainer WordPress LMS theme. Please Check theme demo here https://preview.tutorlms.com/
 * Tested up to:   6.8
 * Requires PHP:   8.0
 * Version: 3.0.4
 * License: GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: education, e-commerce, blog, custom-logo, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, rtl-language-support, footer-widgets, left-sidebar, right-sidebar
 * Text Domain: learnygeeks
 */

/* Custom Cart Remove Button */
.woocommerce-cart .cart-product-remove a.remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff1f2;
    color: #e11d48;
    transition: all 0.3s ease;
    border: 1px solid #ffe4e6;
    text-decoration: none !important;
}

.woocommerce-cart .cart-product-remove a.remove:hover {
    background-color: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(225, 29, 72, 0.2);
}

.woocommerce-cart .cart-product-remove a.remove svg {
    width: 18px;
    height: 18px;
}