
#wrapper #main {
	overflow: inherit;
}

.masterstudy-single-course-classic {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1170px;
}

.masterstudy-single-course-classic__topbar {
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-bottom: 50px;
}

.masterstudy-single-course-classic__topbar-status {
	display: flex;
	margin-bottom: 20px;
}

.masterstudy-single-course-classic__desc {
	margin-top: 20px;
}

.masterstudy-single-course-classic__info {
	display: flex;
	width: 100%;
	margin: 0 0 30px;
}

.masterstudy-single-course-classic__info-block {
	display: flex;
	border-right: 1px solid #dbe0e9;
	padding: 0 30px 0 0;
	margin: 0 30px 0 0;
}

.masterstudy-single-course-classic__info-block:last-child {
	padding: 0;
	margin: 0;
	border-right: none;
}

.masterstudy-single-course-classic__main {
	display: flex;
	flex-direction: column;
	width: 70%;
	padding-left: 50px;
}

.masterstudy-single-course-classic__sidebar {
	display: flex;
	flex-direction: column;
	width: 30%;
}

.masterstudy-single-course-classic__sidebar .masterstudy-single-course-grades.masterstudy-single-course-grades_sidebar, .masterstudy-single-course-classic__sidebar .masterstudy-single-course-grades__message.masterstudy-single-course-grades__message_regenerate, .masterstudy-single-course-classic__sidebar .masterstudy-single-course-grades__message.masterstudy-single-course-grades__message_sidebar {
	margin-top: 20px;
}

.masterstudy-single-course-classic__heading {
	display: flex;
	width: 100%;
}

.masterstudy-single-course-classic__details {
	display: flex;
	background: #eef1f7;
	border-radius: 10px;
	padding: 20px 20px 10px;
	margin-top: 20px;
}

.masterstudy-single-course-classic__cta {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
}

.masterstudy-single-course-classic__buttons {
	display: flex;
	width: 100%;
	justify-content: center;
}

.masterstudy-single-course-classic .masterstudy-single-course-wishlist {
	margin-right: 30px;
}

.masterstudy-single-course-classic .masterstudy-single-course-price-info {
	margin-top: 40px;
}

.masterstudy-single-course-classic .masterstudy-single-course-expired {
	margin-bottom: 20px;
}

.masterstudy-single-course-classic img.masterstudy-single-course-thumbnail {
	border-radius: 8px;
	max-height: 430px;
	margin-bottom: 40px;
}

.masterstudy-single-course-classic .masterstudy-single-course-complete-block, .masterstudy-single-course-classic .masterstudy-single-course-video {
	margin-bottom: 20px;
}

.masterstudy-single-course-classic .masterstudy-single-course-tabs {
	margin-top: -19px;
}

.masterstudy-single-course-classic .masterstudy-single-course-info {
	margin-top: 30px;
}

.masterstudy-single-course-classic .masterstudy-popular-courses, .masterstudy-single-course-classic .masterstudy-single-course-widgets {
	margin-top: 40px;
}

.masterstudy-single-course-classic .masterstudy-related-courses {
	margin-top: 30px;
}

.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container {
	margin: 0 0 30px;
	border-radius: 10px;
	background: #eef1f7;
}

.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-heading {
	font-weight: 500;
}

.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container .coming-soon-notify-alert, .masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container .coming-soon-notify-alert.notify-me {
	background: var(--accent-100);
}

@media (max-width:1200px) {
	.masterstudy-single-course-classic__main {
		width: 65%;
		padding-left: 40px;
	}
	
	.masterstudy-single-course-classic__sidebar {
		width: 35%;
	}
	
	.masterstudy-single-course-classic__heading-main {
		width: 65%;
		padding-right: 40px;
	}
	
	.masterstudy-single-course-classic__heading-side {
		width: 35%;
	}
}

@media (max-width:1023.98px) {
	.masterstudy-single-course-classic {
		flex-direction: column;
		max-width: 100%;
		padding: 0 10px;
	}
	
	.masterstudy-single-course-classic__heading {
		order: 1;
	}
	
	.masterstudy-single-course-classic__desc {
		order: 2;
	}
	
	.masterstudy-single-course-classic__info {
		order: 3;
		margin: 20px 0 0;
	}
	
	.masterstudy-single-course-classic__main {
		width: 100%;
		padding-left: 0;
	}
	
	.masterstudy-single-course-classic__sidebar {
		width: 100%;
	}
	
	.masterstudy-single-course-classic__topbar {
		margin-bottom: 30px;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-complete {
		order: 2;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-complete-block {
		order: 1;
	}
	
	.masterstudy-single-course-classic__cta {
		order: 3;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-price-info {
		order: 5;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-grades.masterstudy-single-course-grades_sidebar, .masterstudy-single-course-classic .masterstudy-single-course-grades__message.masterstudy-single-course-grades__message_regenerate, .masterstudy-single-course-classic .masterstudy-single-course-grades__message.masterstudy-single-course-grades__message_sidebar {
		order: 6;
		margin-top: 30px;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-expired {
		order: 4;
	}
	
	.masterstudy-single-course-classic__buttons {
		order: 5;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container {
		order: 6;
	}
	
	.masterstudy-single-course-classic img.masterstudy-single-course-thumbnail {
		order: 6;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.masterstudy-single-course-classic__details {
		order: 7;
		margin-top: 30px;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-tabs {
		order: 8;
		margin-top: 25px;
	}
	
	.masterstudy-single-course-classic .masterstudy-popular-courses, .masterstudy-single-course-classic .masterstudy-single-course-widgets {
		margin-top: 30px;
		order: 10;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-tabs__content {
		order: 9;
	}
	
	.masterstudy-single-course-classic .masterstudy-single-course-info {
		order: 10;
	}
	
	.masterstudy-single-course-classic .masterstudy-popular-courses__item-block {
		flex-direction: row;
		align-items: center;
	}
	
	.masterstudy-single-course-classic .masterstudy-related-courses {
		order: 11;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container {
		margin: 20px 0 0;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container {
		flex-direction: row;
		width: 100%;
		justify-content: center;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container .masterstudy-countdown {
		margin-bottom: 0;
	}
}

@media (max-width:576px) {
	.masterstudy-single-course-classic {
		padding: 0 5px;
	}
	
	.masterstudy-single-course-classic__info {
		flex-direction: column;
	}
	
	.masterstudy-single-course-classic__info-block {
		border-bottom: 1px solid #eef1f7;
		border-right: none;
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
	
	.masterstudy-single-course-classic__info-block:last-child {
		border-bottom: none;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container {
		padding: 50px 30px;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container .masterstudy-countdown {
		margin-bottom: 20px;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container .coming-soon-notify-alert {
		margin-left: 0;
	}
	
	.masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-notify-container input.coming-soon-notify-input {
		width: 100%;
	}
	
	.masterstudy-single-course-classic .masterstudy-coming-soon-modal.masterstudy-coming-soon-modal_active .masterstudy-coming-soon-modal__wrapper {
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
}

body.rtl .masterstudy-single-course-classic__main {
	padding-left: 0;
	padding-right: 50px;
}

body.rtl .masterstudy-single-course-classic__info-block {
	border-right: none;
	border-left: 1px solid #dbe0e9;
	padding: 0 0 0 30px;
	margin: 0 0 0 30px;
}

body.rtl .masterstudy-single-course-classic__info-block:last-child {
	padding: 0;
	margin: 0;
	border-left: none;
}

body.rtl .masterstudy-single-course-classic .masterstudy-single-course-wishlist {
	margin-right: 0;
	margin-left: 30px;
}

@media (max-width:1023.98px) {
	body.rtl .masterstudy-single-course-classic__main {
		padding-right: 0;
	}
}

@media (max-width:576px) {
	body.rtl .masterstudy-single-course-classic__info-block {
		border-left: none;
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
	
	body.rtl .masterstudy-single-course-classic .masterstudy-lms-coming-soon-container .coming-soon-countdown-container .coming-soon-notify-alert {
		margin-right: 0;
	}
}
