/*
 Theme Name:   My Child Theme
 Theme URI:    https://example.com/my-child-theme
 Description:  Child theme for Twenty Twenty-Three
 Author:       Your Name
 Author URI:   https://example.com
 Template:     twentytwentythree
 Version:      1.0.0
*/
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}
.custom-course-selector input[type="checkbox"] {
			position: absolute;
			right: 0;
			margin: 0;
			width: 25px;
			height: 25px;
		}

		.custom-course-selector label {
			position: relative;
		}

		.custom-course-selector label h4 {
			font-size: 16px;
			font-family: 'Poppins', sans-serif;
			font-weight: 500;
			color: #333;
		}

		.custom-course-selector label del .woocommerce-Price-amount bdi {
			color: #840106;
		}
		@media(max-width: 768px){
			.modal-box {
				flex-direction: column !important;
			}
			.modal-left img {
				max-height: 250px;
				object-fit: contain;
			}
		}

.wc-block-components-notice-banner {
    margin: 0;
    background-color: #169BFF !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    font-size: 16px !important;
}

.wc-block-components-notice-banner .wc-block-components-notice-banner__content a {
    color: red !important;
    text-decoration: none !important;
}
.wc-block-components-notice-banner.is-success>svg {
    background-color: #840106 !important;
}