/*
Theme Name: Scholl Mantakchia
Version: 1.1
*/

#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions.layout-3-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
}
#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button {
	width: 33%;
}
.checkout_coupon {
	display: block !important;
}
.learndash-wrapper .ld-logout {
	margin-left: auto;
	width: 100px;
}

.logged-in .btn-login,
.breadcrumbs {
	display: none;
}
.single-sfwd-courses .breadcrumbs,
.single-product .breadcrumbs {
	display: block;
	margin-bottom: 25px;
}
.breadcrumbs a {
	color: #2c2d8e;
}
.btn-account {
	display: none;
}

.logged-in .btn-account {
	display: block;
}

* {
	box-sizing: border-box;
	outline: 0;
	font-family: rubik, sans-serif;
}

.wrapper {
	margin: auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
	flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
}

a {
	text-decoration: none;
}

header li {
	list-style: none;
}

.block {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 10em;
	padding: 0 20px;
}

header {
	margin-bottom: 60px;
}

.header__row {
	display: flex;
	justify-content: space-between;
}

.header__nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: auto !important;
}

.header__nav li {
	margin-right: 30px;
}

.nav-item a {
	font-size: 16px;
	line-height: 19px;
	color: #000;
	position: relative;
	transition: 0.3s;
}

.nav-item a:hover {
	color: #000 !important;
}

@media (max-width: 820px) {
	.nav-item a:hover {
		color: #fff !important;
	}
	.learndash-wrapper
		.ld-course-status.ld-course-status-not-enrolled
		.ld-course-status-action {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.nav-item a:hover:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #2c2d8e;
	left: 0;
	bottom: -5px;
}

.green-hover a:hover:before {
	background-color: #11a02f;
}

.blue-hover a:hover:before {
	background-color: #08bdea;
}

.header__row .btn-nav_menu {
	display: none;
	background-color: #2c2d8e;
	width: 48px;
	height: 44px;
	padding: 15px 12px;
	flex-direction: column;
}

.line {
	display: inline-block;
	background-color: #ffffff;
	width: 100%;
	height: 2px;
	margin-bottom: 3px;
}

.line:last-child {
	width: 60%;
	margin-left: auto;
}

.link-logo {
	display: flex;
}

.container__text_logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.container__text_logo span:first-child {
	font-size: 36px;
	font-weight: 900;
	height: 40px;
	line-height: 1;
}

.link-logo:hover {
	color: #323399;
}

.container__text_logo span:first-child:hover {
	color: #323399 !important;
}

.container__text_logo span:last-child {
	color: #000;
	font-size: 24px;
	line-height: 1;
}

.header__logo {
	width: 115px;
	position: relative;
}

header {
	padding-top: 20px;
}

div.header__logo {
	margin-right: 20px;
}

header a {
	color: #323399;
}

.blue_logo .link-logo {
	color: #08bdea;
}

/*menu*/

.menu-wrapper {
	margin-bottom: 100px;
}

.menu__nav a:hover:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -5px;
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #2c2d8e;
	overflow-y: auto;
	transition: 0.5s;
}

.menu__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px 46px;
}

.menu__header .container__text_logo span {
	color: #fff;
}

.closebtn {
	width: 48px;
	height: 44px;
	background-color: #fff;
	font-size: 60px;
	line-height: 44px;
	text-align: center;
	color: #2c2d8e;
}

.menu-content {
	margin: auto;
	width: max-content;
}
.menu-wrapper .menu-content {
	width: 100%;
}
.menu-wrapper .menu__nav {
	list-style: none;
	padding: 10px;
}
.menu__nav a {
	color: #fff;
	text-align: center;
}

.menu__nav li {
	text-align: center;
	margin-bottom: 30px;
}

footer {
	background-color: #2c2d8e;
	padding: 30px 0px;
	margin-top: 20px;
}

.footer__container {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, minmax(200px, 320px));
	grid-column-gap: 50px;
	max-width: 1600px;
	padding-left: 50px;
	margin: auto;
	padding-right: 20px;
}

.footer__subtitle a {
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	position: relative;
	transform: 0.3s;
}

.footer__subtitle {
	margin-bottom: 18px;
}

.footer__nav li {
	margin-bottom: 12px;
}

.footer__contact {
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	position: relative;
	transform: 0.3s;
}

.footer__nav a {
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	position: relative;
	transform: 0.3s;
}

.footer__nav a:hover,
.footer__subtitle a:hover {
	color: #ffffff !important;
}

.footer__subtitle a:hover:before,
.footer__nav a:hover:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -5px;
}

.link_social {
	width: 30px;
	height: 30px;
	background-size: contain !important;
	margin-right: 10px;
	transition: 0.5s;
}

.link_social:hover {
	transform: scale(1.3);
}

.main-block__img_center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: 7s linear 0s normal none infinite running rot;
	-webkit-animation: 7s linear 0s normal none infinite running rot;
}
@keyframes rot {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rot {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.footer-copyright {
	text-align: center;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	position: relative;
}

.footer-copyright:before {
	display: none;
	position: absolute;
	content: '';
	height: 2px;
	width: 60%;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	top: -25px;
}

.text_color {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
@media (max-width: 500px) {
	.footer-copyright {
		margin-top: 0px;
		padding-bottom: 15px;
	}

	.footer-copyright:before {
		top: -15px;
	}
	.btn-login {
		display: none !important;
	}
	.btn-account {
		display: block !important;
	}
	.menu-wrapper .wpml-ls-statics-footer {
		margin: auto;
		width: 70%;
	}
}

@media (max-width: 1300px) {
	.header__row .btn-nav_menu {
		display: flex;
	}

	.header__nav {
		display: none;
	}

	.header__row {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 1000px) {
	.footer__container {
		grid-template-columns: repeat(3, 1fr);
		padding-left: 0px;
		margin-left: 50px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 820px) {
	.header__row .btn-nav_menu {
		display: flex;
	}

	.header__nav {
		display: none;
	}

	.header__row {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 700px) {
	.footer__container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
}

@media screen and (max-width: 650px) {
	.header__logo {
		width: 80px;
	}

	img.header__logo {
		width: 80px !important;
		height: 80px !important;
	}

	div.header__logo {
		margin-right: 25px;
	}

	header {
		padding-top: 0px;
	}

	.header__row {
		margin-top: 15px;
	}

	.container__text_logo span:first-child {
		font-size: 24px;
	}

	.container__text_logo span:last-child {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	div.header__logo {
		margin-left: 20px;
	}

	.footer__container {
		display: flex;
		flex-wrap: wrap;
		margin-left: 20px;
		margin-right: 20px;
	}

	.footer__nav {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer__nav:nth-child(2n + 1) {
		width: 45%;
	}

	.footer__nav:first-child {
		order: -2;
	}

	.footer__nav:nth-child(3) {
		order: -1;
		margin-left: auto;
	}

	footer {
		padding-bottom: 0;
	}
}

.single-sfwd-lessons .ld-button,
.single-sfwd-lessons .learndash_mark_complete_button {
	background-color: #323399;
	border-radius: 0;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
	margin-top: 10px;
}

.single-sfwd-lessons .wp-block-column:nth-child(1) {
	border-right: 2px solid #e6e6e6;
}

.single-sfwd-lessons .ld-item-list .ld-item-list-item {
	border: none;
}

.single-sfwd-lessons
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-preview {
	padding: 0;
	transition: 0.5s;
	margin-right: 30px;
}

.single-sfwd-lessons
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-preview
	a {
	transition: 0.5s;
	padding: 15px 25px;
	border-radius: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.single-sfwd-lessons
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-preview:hover {
	background-color: #323399;
}

.single-sfwd-lessons
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-preview:hover
	a {
	color: #fff !important;
}

.single-sfwd-lessons .ld-item-list {
	margin: 0;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
	font-size: 16px;
}

.learndash-wrapper .ld-breadcrumbs .ld-status {
	font-size: 14px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
	align-items: center;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name.active {
	background-color: #323399;
	color: #fff;
}

.learndash-wrapper
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-preview
	.ld-status-icon {
	margin-top: 0;
}

body {
	margin: 0;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a {
	color: #323399;
}
.single-sfwd-lessons
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-preview {
	border-radius: 15px;
}
@media (max-width: 500px) {
	.block {
		max-width: 100%;
		margin-bottom: 50px;
	}

	.single-sfwd-lessons .wp-block-column:nth-child(1) {
		border-right: none;
	}

	.single-sfwd-lessons
		.ld-item-list
		.ld-item-list-item
		.ld-item-list-item-preview {
		margin-right: 0px;
	}

	.learndash-wrapper .ld-button {
		margin-left: 0px;
	}
}
.container__main-cat,
.container__main-categ .products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 50px;
}

@media (max-width: 500px) {
	.container__main-cat {
		grid-gap: 20px;
	}
}
.main-cat__img {
	position: relative;
	min-height: 376px;
	align-items: flex-end;
	background-size: cover !important;
	display: flex;
	justify-content: center;
}
.main-cat__text {
	position: relative;
}
.title {
	font-size: 48px;
	line-height: 55px;
	margin: 50px 0;
}
.main-title {
	text-align: center;
}
@media (max-width: 500px) {
	.title,
	.title_color {
		font-size: 30px;
		line-height: 40px;
		margin: 20px 0;
	}
}
.subtitle {
	font-size: 24px;
	line-height: 28px;
}
.main-cat__img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
	background: black;
}
.block-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 9px;
}
.choose-language {
	display: flex;
	margin-bottom: 16px;
}

div[data-ld-tab*='ld-tab-materials-'] {
	display: none !important;
}
.user_has_access div[data-ld-tab*='ld-tab-materials-'] {
	display: block !important;
}
body:not(.logged-in) .learndash-stripe-checkout-button,
#user_reg_login,
.ld-tabs + .ld-item-list.ld-lesson-list,
body:not(.logged-in) #btn-join {
	display: none;
}
body:not(.logged-in).learndash-cpt-sfwd-courses
	.learndash_checkout_buttons
	+ .ld-text {
	position: relative;
	padding-left: 58px;
}
body:not(.logged-in).learndash-cpt-sfwd-courses
	.ld-login-text:not(.btn-join)::before {
	/* content: "Register";
  position: absolute;
  left: 0; */
	content: 'Buy Now';
	position: absolute;
	background: #323399;
	color: #fff;
	min-height: 52px;
	border-radius: 20px;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	min-width: 180px;
	left: 0;
	transform: translateX(-23%);
	transition: 0.5s;
}
body:not(.logged-in).learndash-cpt-sfwd-courses .ld-login-text:hover:before {
	background: #6566b3;
}
body:not(.logged-in).learndash-cpt-sfwd-courses .ld-login-text {
	min-height: 52px;
}
label[for='user_reg_login'],
footer + .learndash-wrapper {
	display: none !important;
}
.single-sfwd-courses .wp-block-image.size-full img {
	width: 100% !important;
	object-fit: cover;
}
header.block {
	overflow-x: inherit;
}
.fbc.fbc-page {
	margin-bottom: 10px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
	padding-left: 0;
}
.fbc-page .fbc-wrap .fbc-items li:nth-child(2),
.fbc-page .fbc-wrap .fbc-items li:nth-child(3) {
	display: none;
}
.main-cat__content {
	transition: all 1s ease-out;
	max-height: 103px;
	width: 100%;
	padding: 37px 20px 10px;
	background-color: #2c2d8e;
	opacity: 0.9;
	clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
}
.main-cat__img:hover .main-cat__content {
	transition: all 1s ease-in;
	max-height: 370px;
	/* height: 100%; */
	padding: 67px 20px 0;
	clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
.main-cat__text.subtitle {
	line-height: 30px;
	text-align: center;
	margin-bottom: 43px;
}
.main-cat__description {
	margin-bottom: 20px;
}
.main-cat__description:empty {
	display: none;
}
.link-default {
	display: block;
	margin-top: 30px;
	font-weight: 800;
	color: #2c2d8e;
	transition: 0.5s;
}
.link-default:hover {
	text-decoration: underline;
}
#registerform label {
	position: relative;
}
#registerform label::after {
	content: '*';
	position: absolute;
	top: 0;
	color: red;
	font-size: 20px;
	right: 0;
}
.status-paynow .ld-course-status-label {
	font-size: 20px !important;
	margin-bottom: 10px !important;
}
.block-price-course .learndash_checkout_buttons .learndash-stripe-checkout {
	min-width: 180px;
}
.block-price-course {
	display: flex;
	flex-wrap: wrap;
	background: #f0f3f6;
	width: 100%;
	justify-content: center;
	padding: 15px;
	align-items: center;
}

.block-price-course .ld-course-status-price {
	font-size: 32px;
	font-weight: 700;
	color: #728188;
	border-right: 2px solid #bec5cb;
	margin-right: 30px;
	padding-right: 30px;
}
.block-price-course .learndash_checkout_buttons {
	max-height: 52px;
}
.block-price-course_login a {
	font-weight: 700;
}
@media (max-width: 550px) {
	.block-price-course > div,
	.block-price-course > span {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 640px) {
	.block-price-course .ld-course-status-price {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}
}
.logged-in .block-price-course_login,
.user_has_access .block-price-course {
	display: none;
}
.main-cat__price {
	position: absolute;
	color: #fff;
	top: 10px;
	right: 10px;
	font-size: 18px;
}
.wp-block-image .alignleft {
	margin: 0.5em 2em 0.5em 0;
}
@media (max-width: 500px) {
	.wp-block-image .alignleft {
		margin: 0.5em 0 0.5em 0;
	}
	/* .content {
		overflow-x: hidden;
	} */
}
.block-price-course_login > a {
	min-width: 180px;
	min-height: 52px;
	font-size: 14px !important;
}

@media (max-width: 550px) {
	.block-price-course .learndash-wrapper .btn-join {
		margin-left: 0;
		margin-right: 0;
	}
	.single-sfwd-courses .learndash-wrapper #btn-join,
	.single-sfwd-courses .learndash-wrapper .btn-join {
		margin-left: 0;
		text-align: center;
	}
}
.logged-in.woocommerce-account .ld-section-heading h3 {
	position: relative;
	margin-bottom: 35px !important;
}
.logged-in.woocommerce-account .ld-section-heading h3::after {
	content: 'Click on the Course to watch the videos';
	position: absolute;
	width: max-content;
	font-size: 16px;
	left: 0;
	bottom: -30px;
}
.logged-in.single-sfwd-courses
	.user_has_access
	.ld-lesson-list
	.ld-section-heading
	h2 {
	position: relative;
	margin-bottom: 35px;
}
.course-content__container {
	position: relative;
}
/* .logged-in.single-sfwd-courses
  .user_has_access
  .ld-lesson-list
  .ld-section-heading
  h2::after {
  content: "Click on the title to watch video";
  position: absolute;
  width: max-content;
  font-size: 16px;
  left: 0;
  bottom: -30px;
} */
.course-content__text {
	display: none;
}
.logged-in.single-sfwd-courses .user_has_access .course-content__text {
	display: block;
	position: absolute;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	top: 40px;
}
.logged-in.woocommerce-account .ld-item-list-item-preview .ld-item-name {
	position: relative;
	padding-right: 150px;
}
.logged-in.woocommerce-account .ld-item-list-item-preview .ld-item-name::after {
	content: 'Resume/Start';
	position: absolute;
	background: #2c2d8e;
	color: #fff;
	right: 10px;
	border-radius: 20px;
	padding: 10px 15px;
}

.learndash-resume-button input {
	background: #2c2d8e;
	color: #fff;
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.5s;
	outline: none;
	border: none;
}
.learndash-resume-button input:hover {
	opacity: 0.8;
}
.list_course-resume {
	display: none;
}
.woocommerce-account #ld-main-course-list,
.woocommerce-account .ld-pages,
.woocommerce-account .ld-expand-button {
	display: none !important;
}
.logged-in .list_course-resume {
	display: block;
}
.list_course-resume__item {
	margin: 16px 0;
	display: grid;
	grid-template-columns: auto 150px;
	padding: 10px 20px;
	align-items: center;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
}
.list_course-resume__item a {
	color: #495255;
	transition: 0.5s;
}
.list_course-resume__item a:hover {
	color: #2c2d8e;
}
.list_course-resume__item .ld-course-resume:hover {
	color: #fff;
}
.list_course-resume__item .learndash-widget {
	grid-column-start: 1;
	grid-column-end: 3;
}
.learndash-course-expire-status-message {
	font-size: 20px;
}
.learndash-course-expire-status-date {
	font-weight: bold;
}
@media (max-width: 500px) {
	.logged-in.woocommerce-account
		.ld-item-list-item-preview
		.ld-item-name::after {
		bottom: 5px;
		left: 0;
		margin: auto;
		width: fit-content;
	}
	.logged-in.woocommerce-account .ld-item-list-item-preview .ld-item-name {
		padding-right: 0;
		padding-bottom: 50px;
	}
	.list_course-resume__item .learndash-widget {
		grid-column-end: 1;
	}
	.list_course-resume__item {
		grid-template-columns: auto;
		gap: 10px;
	}
}
.video-description {
	margin-top: -20px;
}
.mybtn-restart {
	color: #2c2d8e;
	margin-top: 10px;
	transition: 0.5s;
	cursor: pointer;
}
.mybtn-restart:hover {
	font-weight: 700;
}

.banner-popUp {
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding: 50px;
	height: max-content;
	left: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background: #323399;
	z-index: 9999;
}
.banner-popUp .banner__title {
	text-align: center;
	margin-bottom: 20px;
}
#banner-popUp,
#banner-popUp_new {
	z-index: 999999;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.banner__text {
	text-align: center;
}
.banner__btn_close {
	border-radius: 10px;
	cursor: pointer;
	font-weight: 800;
	background: #fff;
	color: #2c2d8e;
	width: max-content;
	margin: auto;
	padding: 15px;
	text-align: center;
	min-width: 190px;
	transition: 0.5s;
}
.banner__btn_close:hover {
	opacity: 0.8;
}
.text_white {
	color: #fff !important;
}
.home .block3,
.home .block4 {
	display: none;
}
.reviews-block {
	padding-top: 40px;
	margin-bottom: 80px;
}
.countdown-title {
	color: #396;
	font-weight: 100;
	font-size: 40px;
	margin: 40px 0px 20px;
}

.countdown {
	font-family: sans-serif;
	color: #fff;
	justify-content: center;
	display: flex;
	margin-bottom: 30px;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

.countdown-number {
	margin-right: 10px;
	padding: 10px;
	border-radius: 3px;
	background: #6d6ed0;
	display: inline-block;
}

.countdown-time {
	font-size: 24px;
	line-height: 30px;
	width: 60px;
	padding: 10px;
	border-radius: 3px;
	background: #fff;
	color: #000;
	display: inline-block;
}
.banner__text {
	margin-bottom: 20px;
}
.banner__text p {
	margin-bottom: 20px;
}
.countdown-text {
	display: block;
	padding-top: 5px;
	font-size: 16px;
}
.banner__time {
	transition: 0.5s;
	cursor: pointer;
	display: none;
	position: fixed;
	top: 120px;
	font-size: 18px;
	padding: 10px 20px;
	background: #323399;
	color: #fff;
	left: 0;
	z-index: 9999;
}
.banner__time:hover {
	padding-left: 30px;
}
.countdown-number:last-child {
	margin-right: 0;
}
@media (max-width: 700px) {
	.banner-popUp {
		max-width: 80%;
	}
}
@media (max-width: 500px) {
	.banner__time {
		position: sticky;
		top: 0;
		text-align: center;
	}
}
@media (max-width: 370px) {
	.banner-popUp {
		max-width: 90%;
	}
}
.lmscoder-price-wrap {
	display: inline-flex;
}

.lmscoder-price-wrap__item:first-child {
	padding-right: 10px;
}

.lmscoder-price-wrap__item:last-child {
	padding-right: 10px;
}
.lmscoder-price-wrap__original {
	display: flex;
	align-items: center;
	height: 52px;
}
.lmscoder-price-wrap__original > div {
	text-decoration: line-through;
	color: #728188;
	font-weight: 700;
}

.single-product .main-block {
	display: grid;
	grid-template-columns: 500px 1fr;
	gap: 2em;
	margin-bottom: 20px;
}
@media (max-width: 800px) {
	.single-product .main-block {
		grid-template-columns: 1fr;
	}
}
.single-product .block-title {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 9px;
}
.single-product .main-block__img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 500px) {
	.single-product .main-block__img {
		height: 350px;
	}
}
.single-product .add_to_cart_inline {
	border: none !important;
	padding: 0 !important;
}
.single-product .main-block__info .woocommerce-Price-amount {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	color: #323399;
}

.button {
	text-align: center;
	min-width: 150px;
	padding: 15px 25px;
	color: #fff;
	background-color: #323399;
	border-radius: 10px;
	display: inline-block;
	transition: 0.3s;
	font-size: 18px;
	width: fit-content;
}
.button:hover {
	opacity: 0.8;
}
.single-product .add_to_cart_button {
	text-align: center;
	min-width: 250px;
	padding: 17px 15px;
	color: #fff !important;
	background-color: #323399 !important;
	border-radius: 10px !important;
	transition: 0.3s;
	margin-bottom: 1.6rem;
	line-height: 32px !important;
	font-size: 18px !important;
	font-weight: normal !important;
	overflow: hidden;
}
.single-product .added_to_cart.wc-forward {
	padding-left: 10px;
	color: #323399;
}
.yith-wacp-mini-cart-icon {
	background-size: contain;
}
.virtual__subtitle {
	margin-bottom: 15px;
}

.container_you-get {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	grid-gap: 25px 40px;
	margin-bottom: 40px;
}

.container_you-get div {
	display: flex;
	align-items: center;
}

.you-get__img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	background-size: contain !important;
}

.product-slide .slick-list.draggable,
.product-slide .slick-track {
	display: flex;
}

.product-slide .slick-list {
	margin-right: -70px;
}

.product-slide .slick-slide {
	display: flex !important;
	flex-direction: column;
}

.product-reviews {
	background-color: #323399;
	padding: 116px 20px 45px;
	margin-bottom: 20px;
	position: relative;
	margin-right: 70px;
}

.product-reviews * {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.object_reviews {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 1rem;
}

.product-reviews .text_reviews,
.product-reviews .link_reviews {
	font-size: 16px;
}

.product-reviews .text_reviews {
	margin-bottom: 10px;
}

.product-reviews .link_reviews {
	margin-bottom: 70px;
}

.block-title {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 9px;
}

.title_border-top {
	padding-top: 16px;
	position: relative;
}

.title_border-top::before {
	position: absolute;
	content: '';
	width: 58px;
	height: 2px;
	background-color: #fff;
	border-radius: 10px;
	top: 0;
	left: 0;
}

.product-slide .slick-dots {
	bottom: -40px;
}

.product-slide .slick-dots li button:before {
	color: #323399 !important;
	font-size: 16px;
}

.slick-arrow {
	outline: none !important;
}

.prev_product-slide,
.next_product-slide {
	margin-top: 30px;
	width: 58px;
	height: 38px;
	background-color: #323399;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}

.prev_product-slide {
	margin-right: 15px;
}

.product-reviews::before {
	position: absolute;
	content: '';
	width: 67px;
	height: 58px;
	top: 28px;
	left: 20px;

	background: url(/wp-content/themes/school-mantakchia/img/quote.svg) center
		no-repeat;
	background-size: contain;
}

.prev_product-slide:hover,
.next_product-slide:hover {
	background-color: #fff;
	color: #323399;
}

@media (max-width: 500px) {
	.product-reviews {
		padding: 60px 20px 30px;
	}

	.product-reviews::before {
		width: 37px;
		height: 28px;
		top: 15px;
	}
	.short-text {
		width: 289px;
	}
}

.comment-respond {
	background-color: #323399;
	padding-top: 13px;
}

.comment-reply-title {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
	text-transform: none;
}

.comment-respond * {
	font-size: 16px;
	color: #fff;
}

.must-log-in {
	padding: 0 20px 20px;
}

#commentform {
	background-color: #323399;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

#commentform textarea {
	width: 80%;
}

#commentform label {
	display: block;
	line-height: normal;
	margin-bottom: 6px;
	text-transform: capitalize;
}

#commentform * {
	color: #fff;
}

#review_form #respond p {
	margin: 0 0 10px;
}

#commentform input,
#commentform textarea {
	color: #000;
}

input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	min-height: 52px;
	margin-right: 10px;
	width: 30%;
	min-width: fit-content;
	color: #323399;
	padding: 5px 15px;
}

.comment-respond .form-submit input {
	color: #323399 !important;
	background-color: #fff;
	transition: 0.5s;
	cursor: pointer;
}

.comment-respond .form-submit input:hover {
	opacity: 0.7;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	box-sizing: border-box;

	line-height: 0;
	margin-bottom: 0;
	width: 31%;
}

#commentform label {
	display: block;
	line-height: normal;
	margin-bottom: 6px;
	text-transform: capitalize;
}

.comment-form-url {
	display: none;
}

.comment-form-author {
	order: -2;
}

.comment-form-email {
	order: -1;
}

#commentform label[for='wp-comment-cookies-consent'] {
	display: inline;
}

#commentform input[type='text'] {
	width: 100%;
	padding: 10px;
}

@media (max-width: 500px) {
	#commentform textarea,
	#commentform .comment-form-author,
	#commentform .comment-form-email,
	#commentform .comment-form-url {
		width: 100%;
	}
}
.woocommerce-cart .checkout-button,
.woocommerce-cart button[name='update_cart'],
.woocommerce-cart button[name='apply_coupon'] {
	background-color: #323399 !important;
	color: #fff !important;
	transition: 0.5s;
	border-radius: 0 !important;
}
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart button[name='update_cart']:hover,
.woocommerce-cart button[name='apply_coupon']:hover {
	opacity: 0.8;
	transform: scale(1.1);
}
.woocommerce-cart #coupon_code {
	padding: 9px 6px 9px;
	width: 135px;
}
.woocommerce-cart table.shop_table {
	border-radius: 0 !important;
}
.yith-wacp-content h3.product-title {
	font-size: 18px !important;
}
#yith-wacp-mini-cart {
	top: 100px !important;
}
.yith-wacp-wrapper.woocommerce {
	top: 50% !important;
	transform: translate(0, -50%);
}

.short-text {
	max-width: 700px;
}
@media (max-width: 425px) {
	.short-text {
		width: 289px;
	}
}

/* @media (max-width: 780px){
	.short-text{
		width: 600px;
	}
} */

.disclaimer {
	margin-top: 10px;
	margin-bottom: 10px;
}
.agreed-terms {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
}
.agreed-terms p {
	margin: 0;
}
body:not(.logged-in) .block-price-course .learndash_checkout_buttons,
body:not(.logged-in) .ld-course-status-action .learndash_checkout_buttons {
	display: none;
}

.single-sfwd-courses .ld-login-text,
.learndash-stripe-checkout-button {
	pointer-events: none;
}
.agreed-terms label {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* body.logged-in .ld-course-status-segment .agreed-terms {
	margin-top: -20px;
	margin-bottom: -10px;
} */
.main-cat__img_absolute {
	position: relative;
}
.main-cat__img_absolute img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
	height: fit-content;
}
.category-text {
	width: 690px;
}

.wp-block-file__button.wp-element-button:hover {
	color: black;
}

.single-product .woocommerce-Price-amount {
	font-size: 30px;
}
#yith-wacp-popup .woocommerce-Price-amount {
	font-size: 14px;
}
#yith-wacp-popup .cart-total-amount .woocommerce-Price-amount {
	font-size: 21px;
}

.learndash-wrapper .ld-pagination {
	font-size: 16px;
}
.woocommerce-account .ld-logout.ld-logout {
	margin-left: 0;
}
.woocommerce-cart table.cart .cart_item .product-thumbnail img {
	display: block;
	height: auto;
	width: 80px;
}
.woocommerce-checkout
	input:not([type='radio']):not([type='checkbox']):not([type='button']),
.woocommerce-checkout textarea {
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	font-size: 0.9333em;
	font-weight: 400;
	line-height: normal;
	outline: none;
	padding: 9px 13px 10px;
	transition: 0.3s;
	max-width: 100%;
	-webkit-appearance: none;
}
.woocommerce-checkout #place_order {
	background-color: #323399;
	color: #fff;
	transition: 0.5s;
	border-radius: 0;
	font-weight: 400;
	min-width: 250px;
	padding: 14px;
}
.woocommerce-checkout #payment div.form-row {
	padding: 0;
}
.woocommerce-checkout .wc-stripe-elements-field,
.woocommerce-checkout .wc-stripe-iban-element-field,
.woocommerce-checkout #payment {
	padding: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
body.woocommerce-cart .product-quantity {
	display: none;
}
.ld-course-status .ld-course-status-content {
	margin-top: 0;
	margin-bottom: 0 !important;
}
.single-sfwd-courses .btn-join.disabled {
	pointer-events: none;
	opacity: 0.5 !important;
}
.single-sfwd-courses .learndash-wrapper #btn-join,
.single-sfwd-courses .learndash-wrapper .btn-join {
	font-size: 14px;
}
.single-product .add_to_cart_button.added::before,
.single-sfwd-courses .add_to_cart_button.added::before {
	content: 'You added the workshops to the cart';
	position: absolute;
	font-size: 12px;
	background: inherit;
	width: 100%;
	left: 0;
}
.single-product .add_to_cart_button.added,
.single-sfwd-courses .add_to_cart_button.added {
	position: relative;
	pointer-events: none;
	opacity: 0.5;
}
.added_to_cart.wc-forward {
	display: none !important;
}
body:not(.logged-in).single-sfwd-courses .add_to_cart_button {
	display: none;
}
.single-sfwd-courses .btn-join.add_to_cart_button {
	overflow: hidden;
}

.single-product .reviews-block + h3#comments::first-letter {
	opacity: 0;
}
@media (max-width: 560px) {
	body
		#yith-wacp-popup
		.yith-wacp-content
		.yith-wacp-popup-actions.layout-3-buttons {
		flex-direction: column;
		row-gap: 20px;
	}
	body #yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button {
		width: 100%;
	}
}
@media (min-width: 560px) {
	.pum-container.pum-responsive img {
		width: 50%;
	}
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 27px;
	margin-bottom: 27px !important;
}
@media (max-width: 480px) {
	.alignleft {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}
body.woocommerce-account .woocommerce,
body.woocommerce-account.woocommerce-edit-account #ld-profile,
body.woocommerce-account.woocommerce-edit-account .ld-section-heading,
body.woocommerce-account.woocommerce-edit-account .list_course-resume,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads,
body.woocommerce-account.woocommerce-payment-methods #ld-profile,
body.woocommerce-account.woocommerce-payment-methods .ld-section-heading,
body.woocommerce-account.woocommerce-add-payment-method #ld-profile,
body.woocommerce-account.woocommerce-add-payment-method .ld-section-heading,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--orders {
	display: none;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce,
body.woocommerce-account.woocommerce-payment-methods .woocommerce,
body.woocommerce-account.woocommerce-add-payment-method .woocommerce {
	display: block;
}
body.woocommerce-account.woocommerce-edit-account
	.woocommerce
	form
	.form-row
	.input-text,
body.woocommerce-account.woocommerce-edit-account
	.woocommerce-page
	form
	.form-row
	.input-text {
	padding: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link {
	list-style: none;
	font-family: 'Rubik';
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
	color: #0000ee;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
}
.woocommerce-form-coupon-toggle,
.stripe-gateway-stripelink-modal-trigger {
	display: none !important;
}
button[name='apply_coupon'] {
	padding: 9px 25px;
	outline: none;
	border: none;
}
.woocommerce-checkout-review-order {
	display: flex;
	flex-direction: column;
}
.shop_table.woocommerce-checkout-review-order-table {
	order: -1;
}
@media (max-width: 576px) {
	.checkout_coupon.woocommerce-form-coupon .form-row {
		width: 100%;
	}
}
.ld-login-modal-wrapper .ld-alert-success .ld-alert-messages {
	color: #fff;
}
.woocommerce-account .woocommerce-Input.input-text {
	padding: 10px 8px;
	margin-top: 5px;
	font-size: 14px;
}
.woocommerce-account .woocommerce-button {
	border: none;
	margin-top: 5px;
	cursor: pointer;
}
.back-to-account {
	display: none;
}
body.woocommerce-account.woocommerce-edit-account .back-to-account {
	display: block;
}
