.theory-course {
	position: relative;
	width: 100%;
	line-height: var(--lineheight);
	color: var(--gray-500);
	background-color: var(--white);
	border-radius: var(--rounded-2xl);
	box-shadow: var(--shadow);
}

.theory-course .price-tc {
	position: absolute;
	width: auto;
	padding: 10px 4px 4px 10px;
	color: var(--white);
	text-align: right;
	line-height: var(--lineheight-xs);
	background-color: var(--blue);
	border-radius: var(--rounded-md);
}

.theory-course.tc-theory-online .price-tc {
	background-color: var(--orange);
}

.price-tc .label-price-tc {
	display: block;
}

.price-tc .nominal-price-tc {
	font-weight: 900;
}

.price-tc .suffix-price-tc {
	position: relative;
	font-weight: 400;
	vertical-align: super;
}

.theory-course .cta-tc,
.theory-course .cta-tc .cta-whbutton {
	width: 100%;
	justify-content: center;
}

.theory-course .info-tc {
	display: block;
	font-size: var(--text-2xs);
	text-align: center;
	margin-top: 4px;
	margin-bottom: -12px;
}

.content-tc h6:first-child {
	color: var(--black);
	font-size: var(--text-base);
	font-weight: 400;
	margin-bottom: 2px;
}

.content-tc h2,
.content-tc h3,
.content-tc h4,
.content-tc h5 {
	color: var(--black);
}

.listing-theory-course {
	--size-gap: 18px;
	color: var(--gray-800);
}

.listing-theory-course .listing-item {
	width: 25%;
}

.listing-theory-course .listitem-wrapper {
	width: 100%;
	height: 92px;
	padding: 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--gray);
	border-radius: var(--rounded-md);
	cursor: pointer;
}

.listing-item--deactivate .listitem-wrapper {
	opacity: 0.5;
	pointer-events: none;
}

.listing-theory-course .listitem-wrapper:hover,
.listing-item-selected .listitem-wrapper {
	border-color: var(--blue);
}

.listing-theory-course .listitem-wrapper:hover .title-listing,
.listing-item-selected .listitem-wrapper .title-listing {
	color: var(--blue);
	font-weight: 800;
}

.tc-theory-online .listing-theory-course .listitem-wrapper:hover,
.tc-theory-online .listing-item-selected .listitem-wrapper {
	border-color: var(--orange);
}

.tc-theory-online .listing-theory-course .listitem-wrapper:hover .title-listing,
.tc-theory-online .listing-item-selected .listitem-wrapper .title-listing {
	color: var(--orange);
}

.listing-theory-course .title-listing {
	font-size: var(--text-base);
	font-weight: 400;
	margin-bottom: 0;
	transition: var(--transition);
}

.listing.listing-theory-course .image-wrapper {
	overflow: hidden;
	position: relative;
}

.listing.listing-theory-course .play-theory-course {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
}

.listing-theory-course .listing-item:hover .play-theory-course {
	opacity: 1;
	visibility: visible;
}

.vc_row.row-listing-parts .thumbnail-parts {
	transition: var(--duration);
}

.vc_row.row-listing-parts .thumbnail-parts.static-gif {
	z-index: 1;
}

.vc_row.row-listing-parts > .wpb_column:hover .thumbnail-parts.play-gif {
	z-index: 2;
}

.listing-theory-course .thumbnail-item {
	width: 60px;
}

.listing-theory-course .thumbnail-item img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.label-deactivate {
	display: block;
	width: 100%;
	padding: 6px 10px 4px;
	margin-bottom: -4px;
	color: #f9f9f9;
	font-size: var(--text-xs);
	border-radius: var(--rounded-full);
	background-color: var(--gray);
}

.theory-course.theory-overview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}

.location-field label {
	font-weight: 800;
	color: var(--black);
	margin-bottom: 12px;
}

.location-field select,
.location-field .nice-select {
	padding-left: 24px;
	border: 2px solid var(--gray);
	border-radius: var(--rounded-full);
}

.tc-disabled .cta-tc .cta-whbutton,
.tc-disabled.cta-tc .cta-whbutton {
	cursor: not-allowed;
}

.theory-course.theory-quick-card {
	position: fixed;
	right: 32px;
	bottom: 0;
	z-index: 12;
	width: 270px;
	padding: 16px;
	cursor: pointer;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition: var(--transition);
}

.theory-course.theory-quick-card:before,
.theory-course.theory-quick-card:after {
	content: '';
	position: absolute;
	top: 40px;
	left: 16px;
	z-index: 1;
	display: block;
	width: 8px;
	height: 2px;
	margin: 0;
	background-color: var(--black);
	transition: var(--transition);
}

.theory-course.theory-quick-card:before {
	transform: translate(-100%, -50%) rotate(-45deg);
	left: 29px;
}

.theory-course.theory-quick-card::after {
	transform: translate(-25%, -50%) rotate(45deg);
	left: 18px;
}

.theory-course.theory-quick-card.theory-quick--active:before {
	transform: translate(-100%, -50%) rotate(45deg);
}

.theory-course.theory-quick-card.theory-quick--active::after {
	transform: translate(-25%, -50%) rotate(-45deg);
}

.theory-course.theory-quick-card .listing-theory-course {
	--size-gap: 16px;
	margin-bottom: -8px;
}

.theory-course.theory-quick-card .listing-item {
	width: 50%;
	margin-bottom: 8px;
}

.theory-course.theory-quick-card .listitem-wrapper {
	height: auto;
	padding: 10px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.theory-course.theory-quick-card .title-listing {
	line-height: var(--lineheight-xs);
	margin: 0;
}

.theory-course.theory-quick-card .listing-item--deactivate .title-listing {
	color: var(--gray);
	text-decoration: line-through;
}

.theory-course.theory-quick-card .cta-tc {
	margin-top: 16px;
}

.theory-course.theory-quick-card .location-field + .cta-tc {
	margin-top: 8px;
}

.theory-course.theory-quick-card .content-tc {
	line-height: var(--lineheight-xs);
	color: var(--black);
	padding-top: 12px;
	padding-left: 34px;
	padding-right: 66px;
	margin-bottom: 0;
	min-height: 54px;
	pointer-events: none;
}

.theory-course.theory-quick-card .info-tc {
	margin-bottom: 0;
}

.theory-course.theory-quick-card .action-tc {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	pointer-events: none;
	transition: all var(--duration);
}

.theory-course.theory-quick-card.theory-quick--active .action-tc {
	margin-top: 16px;
	max-height: 20000000px;
	opacity: 1;
	pointer-events: auto;
}

.theory-course.theory-quick-card .price-tc {
	pointer-events: none;
	top: 16px;
	right: 16px;
}

.theory-course.theory-quick-card .price-tc .nominal-price-tc {
	font-size: var(--text-xl);
}

.theory-course.theory-quick-card--detail.tc-theory-online .cta-tc {
	margin-top: 0;
}

.theory-quick-card .location-field .list {
	max-height: 80px;
	overflow: auto;
}

@media all and (min-width: 601px) {
	.theory-course.theory-overview .cta-tc {
		margin-top: 24px;
	}

	.theory-course.theory-card.tc-theory-online .cta-tc {
		margin-top: 0;
	}
}

@media all and (min-width: 1200px) {
	.theory-course {
		padding: 36px 32px 32px;
	}

	.theory-course .content-tc {
		width: 100%;
		padding-right: 70px;
		margin-bottom: 38px;
	}

	.theory-course .cta-tc {
		margin-top: 32px;
	}

	.theory-course .price-tc {
		top: 32px;
		right: 32px;
		font-size: var(--text-xs);
	}

	.price-tc .nominal-price-tc {
		font-size: var(--text-xl);
	}

	.price-tc .label-price-tc {
		margin-right: 8px;
		margin-bottom: 4px;
	}

	.price-tc .suffix-price-tc {
		top: -5px;
		font-size: var(--text-xs);
	}

	.theory-course.theory-overview:before {
		content: '';
		position: absolute;
		top: 32px;
		left: 50%;
		width: 1px;
		height: calc(100% - 64px);
		background-color: var(--gray-500);
	}

	.theory-course.theory-overview .content-tc,
	.theory-course.theory-overview .action-tc {
		width: calc(50% - 32px);
	}

	.theory-course.theory-overview .price-tc {
		right: calc(50% + 32px);
	}

	.theory-course.theory-overview .content-tc {
		padding-right: 0;
		margin-bottom: 0;
	}
}

@media all and (max-width: 1199px) {
	.theory-course {
		padding: 26px var(--padding-container) 32px;
	}

	.theory-course .content-tc {
		width: 100%;
		padding-right: 50px;
	}

	.theory-course.theory-overview .content-tc p {
		margin-right: -50px;
	}

	.theory-course .listing-theory-course,
	.theory-course .content-tc h2 ~ *,
	.theory-course .content-tc h3 ~ *,
	.theory-course .content-tc h4 ~ *,
	.theory-course .content-tc h5 ~ * {
		display: none;
	}

	.theory-course .cta-tc {
		margin-top: 8px;
	}

	.theory-course .price-tc {
		top: 30px;
		right: var(--padding-container);
		font-size: var(--text-2xs);
		padding-top: 8px;
		padding-bottom: 5px;
	}

	.price-tc .nominal-price-tc {
		font-size: var(--text-base);
	}

	.price-tc .label-price-tc {
		margin-right: 6px;
		margin-bottom: 0;
	}

	.price-tc .suffix-price-tc {
		top: -2px;
		font-size: var(--text-2xs);
	}

	.theory-course.theory-overview .listing-theory-course {
		display: flex;
	}

	.theory-course.theory-overview .content-tc {
		margin-bottom: var(--padding-container);
	}

	.theory-course.theory-overview .content-tc,
	.theory-course.theory-overview .action-tc {
		width: 100%;
	}

	.theory-course.theory-overview .content-tc h2 ~ *,
	.theory-course.theory-overview .content-tc h3 ~ *,
	.theory-course.theory-overview .content-tc h4 ~ *,
	.theory-course.theory-overview .content-tc h5 ~ * {
		display: block;
	}

	.theory-course.theory-overview .cta-tc {
		margin-top: var(--padding-container);
	}

}

@media all and (max-width: 900px) {
	.theory-course.theory-quick-card {
		display: none;
	}

	.theory-course.theory-overview .content-tc,
	.theory-course.theory-overview .action-tc {
		width: 100%;
	}

}

@media all and (max-width: 600px) {
	.theory-course.theory-overview .listing-theory-course {
		--size-gap: 10px;
	}

	.theory-course.theory-overview .listing-theory-course .listing-item {
		width: 50%;
	}

	.theory-course.theory-overview .cta-tc {
		margin-top: 8px;
	}
}
