/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/



body h2 {
    color: #cf1d24 !important;
    margin-bottom: 1rem !important;
}

.elementor-widget-container ul li {
    color: #fff !important;
}

.course-suggestions {
    width: 1200px !important;
    margin: auto !important;
    padding-top: 60px;
}

ul.course-products {
    display: flex;
    margin: 0 !important;
    padding: 40px 0 !important;
    justify-content: space-between !important;
}

.course-suggestions li.course-product {
    position: relative !important;
    width: 24% !important;
    border: 1px solid #e0dada;
    padding: 10px;
    border-radius: 6px;
    padding-bottom: 40px !important;
}
.course-suggestions ul li {
    list-style: none !important;
}
.course-suggestions li.course-product .product-price {
    margin-bottom: 30px;
    text-align: center;
}
.course-suggestions .book-now-button {
    width: 90% !important;
    left: 5%;
    margin: auto !important;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
    color: #fff !important;
    background-color: #2965b0 !important;
    padding: .76em 1em !important;
    bottom: 10px;
    position: absolute;
}

span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
.course-suggestions .woocommerce-Price-amount {
    font-size: 20px;
    color: #101828 !important;
    font-weight: 600 !important;
}

.in-stock {
    font-weight: 600;
}
.in-stock {
    font-size: 16px;
    margin-left: 20px;
    color: #2965b0 !important;
}
.out-of-stock {
    font-size: 16px;
    margin-left: 20px;
    color: #CF1D24 !important;
}