body .review-stars-rated .review-star g {
	fill: var(--edublink-color-tertiary) !important;
}

body .course-hover-content .edublink-course-review-wrapper .review-stars-rated .review-star .far g {
	fill: var(--edublink-color-white) !important;
}

.edublink-single-course.course-style-1 .review-stars-rated .review-star svg {
	width: 17px !important;
}

.lp-user-profile .lp-user-profile-avatar img {
	border-radius: 5px;
}

body #checkout-payment #checkout-order-action button {
	border: 0;
}

body .lp-content-area .order_details th, body .lp-content-area .order_details td, body #checkout-order td, body #checkout-order th, body #checkout-order .lp-checkout-order__inner, body #checkout-account-register, body #checkout-account-login {
	border-color: var(--edublink-color-border) !important;
}

#checkout-account-logged-in p {
	margin-bottom: 20px;
}

#checkout-payment {
	margin-top: 35px;
	margin-bottom: 0px;
}

#learn-press-checkout h2 {
	padding-left: 15px;
}

#learn-press-authorizenet-payment-form label {
	margin-left: 5px;
	color: var(--edublink-color-heading);
}

#learn-press-authorizenet-payment-form select, #learn-press-authorizenet-payment-form input[type="text"] {
	margin-bottom: 15px;
}

#learn-press-stripe-form label {
	color: var(--edublink-color-heading);
}

.lp-single-instructor__info .instructor-avatar img {
	border: 0px !important;
}

body #popup-header {
	background: var(--edublink-color-primary);
}

body #popup-sidebar {
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05);
}

body #sidebar-toggle::before {
	color: var(--edublink-color-primary);
}

#learn-press-item-comments input#submit, body #popup-content .lp-button, body.learnpress-page .lp-button.start {
	height: 50px !important;
	line-height: 52px !important;
	padding: 0 50px !important;
}

#learn-press-item-comments input#submit:hover {
	color: var(--edublink-color-primary-alt);
}

@media only screen and (max-width: 767px) {
	#learn-press-profile #learn-press-profile {
		flex-direction: column;
	}
}