/* 
Theme Name: Sao Kim Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sao Kim Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: saokimdigital
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.learn-press-courses .course-item .course-instructor-category {
    display: none !important;
}

.learn-press-courses[data-layout=list] .course-content .course-info {
    flex-direction: column;
    align-items: flex-start;
}

.learn-press-courses[data-layout=list] .course-item {
    align-items: center !important;
}

.course-item-price .price {
    color: #f00;
}

.wc_payment_methods.payment_methods.methods {
    list-style: none;
}

.ea-woo-checkout .woocommerce #customer_details.col2-set .col-1,
.ea-woo-checkout .woocommerce #customer_details.col2-set .col-2 {
    width: 100% !important;
}

.woo-checkout-payment {
    margin-top: 40px !important;
    display: inline-block !important;
    width: 100% !important;
}

#place_order {
    background: #00144B !important;
    border-color: #00144B !important;
}

.woo-checkout-payment .payment_box {
    padding: 20px !important;
    margin-top: 16px !important;
}

.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

#payment.woocommerce-checkout-payment .wc_payment_method {
    margin: 16px 0 !important;
}

.checkout_coupon.woocommerce-form-coupon {
    background: #ddd;
}