.d_courseItem {
	position: relative;
	max-width: 100%;
}

.d_courseItem_inner {
	max-width: 370px;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	margin-bottom: 20px;
	line-height: 1.375;
	position: relative;
	display: block;
}

.d_courseItem_slider {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: block;
}

.d_courseItem_imageContainer {
	position: relative;
	display: flex;
	transition: 0.6s;
	touch-action: pan-y;
}

.d_courseItem_slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.d_courseItem_img {
	display: block;
	width: 370px;
	height: 278px;
	max-width: 100%;
	object-fit: cover;
}

.d_courseItem_caption {
	height: 38px;
	padding: 6px 20px 0 20px;
	display: flex;
	font-size: 14px;
	color: #5e5e5e;
}

.d_courseItem_caption > span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	align-self: center;
	flex-shrink: 0;
}

.d_courseItem_caption > object {
	align-self: center;
	flex-shrink: 0;
}

.d_courseItem_desc {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: visible;
}

.d_courseItem_spec {
	max-width: calc(100% - 100px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.d_courseItem_icon {
	display: flex;
}

.d_courseItem_icon img {
	margin-right: 7px;
	align-self: center;
}

.d_courseItem_box {
	padding: 14px 20px 25px 20px;
	display: block;
}

.d_courseItem_title {
	margin-bottom: 10px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	color: #111;
	font-weight: 800;
	font-size: 22px;
	line-height: 30px;
}

.d_courseItem_level {
	display: block;
	margin-left: 10px;
	letter-spacing: 0.2px;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 22.5px;
	text-transform: uppercase;
	color: white;
	overflow: visible !important;
	margin-right: 5px;
}

.d_courseItem_level.small {
	font-size: 11px;
	margin-right: 0;
}

.d_courseItem_level.newbie {
	background: #ffce29;
	color: #000;
}

.d_courseItem_level.intermediate {
	background: #006ac3;
}

.d_courseItem_level.beginner {
	background: #628a4f;
}

.d_courseItem_level.advanced {
	background: #e33a46;
}

.courseitem-labels {
	position: absolute;
	left: 13px;
	top: 13px;
	display: flex;
}

.d_courseItem_label {
	position: absolute;
	left: 13px;
	top: 13px;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	padding: 5px 12px;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgb(0 0 0 / 18%);
	letter-spacing: 0.2px;
	border-radius: 22.5px;
}

.d_courseItem_label:not(:last-of-type) {
	margin-right: 5px;
}

.d_courseItem_label.new {
	background: #006ac3;
}

.d_courseItem_label.updated {
	background: #628a4f;
}

.d_courseItem_label.free, .d_courseItem_label.popular {
	background: #e33a46;
}

.d_courseItem_students {
	margin-left: auto;
	color: #5e5e5e;
}

.d_courseItem_caption img {
	margin-right: 3px;
	margin-bottom: -1px;
	width: 14px;
	height: 15px;
	filter: invert(35%) sepia(0%) saturate(1315%) hue-rotate(257deg) brightness(101%) contrast(90%);
}

.d_courseItem_students img {
	margin-left: 15px;
}

.d_courseItem_captionText img {
	margin-bottom: -2px;
}

.d_courseItem_caption .d_fontAwesomeIcon:not(:first-of-type) img, .d_courseItem_caption > div:not(:first-of-type) img {
	margin-left: 15px;
}

.d_courseItem_authors, .d_courseItem_authorLink {
	font-size: 13px;
	color: #929292;
	line-height: 1.2;
}

.d_courseItem_authorLink:hover {
	color: black;
}

.d_courseItem_rating {
	display: flex;
	flex-shrink: 0;
}

.d_courseItem_ratingIcon {
	width: 20px;
	height: 20px;
	margin: -2px 4px -1px 0;
	background: url('../reviews/rating/star-full.svg');
	background-repeat: no-repeat;
}

.d_courseItem_ratingIcon.star-empty {
	background: url('../reviews/rating/star-empty.svg');
}

.d_courseItem_ratingRate {
	align-self: center;
	color: black;
	margin-right: 3px;
}

.d_courseItem_ratingCount {
	align-self: center;
}

.d_courseItem .d_shared_sliderLeft, .d_courseItem .d_shared_sliderRight {
	display: flex;
	width: 34px;
	height: 34px;
	background: #000;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 1px 1px #282828;
	cursor: pointer;
	position: absolute;
	top: 127px;
}

.d_courseItem .d_shared_sliderLeft.disabled, .d_courseItem .d_shared_sliderRight.disabled {
	display: none!important;
}

.d_courseItem .d_shared_sliderLeft img, .d_courseItem .d_shared_sliderRight img {
	filter: invert(100%) sepia(2%) saturate(1123%) hue-rotate(204deg) brightness(119%) contrast(100%);
	width: 15px;
	height: 15px;
}

.d_courseItem .d_shared_sliderLeft {
	left: 10px;
}

.d_courseItem .d_shared_sliderRight {
	right: 10px;
}

.d_courseItem .d_shared_sliderLeft img {
	margin-left: -3px;
}

.d_courseItem .d_shared_paginate {
	pointer-events: none;
}

.d_courseItem .d_shared_paginateOneItem {
	opacity: 0.6;
}

.d_courseItem .d_shared_activeSlide {
	opacity: 1;
}

.d_courseItem_imgContainer {
	position: relative;
	margin-bottom: 6px;
}

.d_courseItem_bgShadow {
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 82%, rgba(0,0,0,.5));
	/*background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.05));*/
}

.d_courseItem_favouriteSignup {
	width: 25px;
	height: 25px;
	/*background: url(favourite.svg) no-repeat center;*/
	position: absolute;
	right: 12px;
	top: 12px;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .3));
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .3));
}

.d_courseItem_favouriteSignup > div {
	visibility: hidden;
	opacity: 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.8;
	right: 0;
	top: calc(100% - 5px);
	position: absolute;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	z-index: 9;
	font-weight: normal;
	min-width: 170px;
	max-width: 98%;
	padding-top: 10px;
}

.d_courseItem_favouriteSignup > div > div {
	background: #fff;
	color: #000000;
	padding: 12px 18px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
}

.d_courseItem_favouriteSignup div span {
	color: #006ac3;
	border-bottom: 1px solid #006ac3;
}

.d_courseItem_favouriteSignup:hover > div {
	visibility: visible;
	opacity: 1;
}

.d_courseItem_favouriteSignup:hover svg {
	fill: #ee7105 !important;
}

.d_boxCarousel_videoOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
	pointer-events: auto;
}

.d_boxCarousel_videoOverlay ~ .plyr--video .plyr__control {
	display: none !important;
}

.d_boxCarousel_overlayInner {
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	margin: 10px 0 0 10px;
	padding: 5px 12px;
	max-width: 138px;	
}

.d_boxCarousel_overlayInner svg {
	fill: white;
	width: 10px;
	height: 20px;
	margin-right: 9px;
	align-self: center;
	margin-bottom: initial;	
}

.d_boxCarousel_muteText {
	color: white;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.02px;
	align-self: center;	
}

.d_courseItem .plyr__captions, .d_courseItem .plyr__caption {
	bottom: 25px;
	font-size: 14px !important;
}

.d_courseItem .plyr--video, .d_courseItem .plyr__video-wrapper {
	background: #fff;
}

.d_courseItem .plyr--video {
	pointer-events: auto;
}

@media (min-width: 992px) {
	.d_courseItem_title {
		height: 60px;
	}

	.d_courseItem .d_shared_paginate {
		width: calc(100% - 30px);
		pointer-events: auto;
	}

	.d_courseItem .d_shared_sliderLeft, .d_courseItem .d_shared_sliderRight {
		display: none;
	}

	.d_courseItem:hover .d_shared_sliderLeft, .d_courseItem:hover .d_shared_sliderRight {
		display: flex;
	}

	.d_courseItem_level.small {
		font-size: 12px;
	}

	.d_courseItem .d_shared_sliderLeft {
		left: 25px;
	}

	.d_courseItem .d_shared_sliderRight {
		right: 25px;
	}

}