/*!
Theme Name: Eduvalt
Theme URI: https://ifingerstudio.com/eduvalt/
Author: johanspond
Author URI: https://themeforest.net/user/johanspond/
Description: Eduvalt - Online Courses & Education WordPress Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduvalt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.eael-cart-qty-plus{
	display:none !important;
}
.eael-cart-qty-minus{
	display:none !important;
}
@media (max-width: 991.98px) {
    .shop-sidebar {
        margin-top: 20px !important;
    }
}
.section-py-120 {
    padding: 50px 0 !important;
}
#menu-main-menu{
margin: 0 auto 0 170px !important;	
}
.cta-area-three::before {
	background-color: unset ;
}

/*--------------*/
.eduvalt-product-main .shop-content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit title to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.5em; /* Adjust this based on your font-size */
}
/* Carousel Product Titles: 2-Line Limit */
.eael-product-carousel .eael-product-title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* limit title to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.5em; /* Adjust this slightly as needed */
}
/* Carousel image uniform height */
.eael-product-carousel .product-image-wrap {
    width: 100%;
    height: 220px; /* adjust height as needed */
    overflow: hidden;
    position: relative;
}

.eael-product-carousel .product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures image covers entire area nicely */
    object-position: center; /* centers the image within the container */
}
