.data-text-card-feature-og:not(:first-child)::before {
	content: ", ";
}

/*textsss*/

.img-card-og {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 4px 2px rgb(0 0 0 / 0.12);
	border-radius: 8px;
	height: 100vw;

}

.img-card-og img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all .2s ease-in-out;
	object-fit: cover;
}

.price-change-text-card-og {
	font-size: 0.9rem;
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: red;
}

.price-before-text-card-og {
	color: red;
	font-weight: 200;
	line-height: 10px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.img-card-og img {
		height: 27rem;
	}

	.img-card-og {
		height: 27.5rem;
	}

	.price-change-text-card-og {
		bottom: 27px;
	}
}

.img-card-og img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.text-card-og {
	position: absolute;
	text-align: left;
	color: #212529;
	background: #fff;
	padding: 20px;
	line-height: 1.8em;
	bottom: 0;
	width: 100%;
}

.card-features svg {
	margin-right: 5px;
	margin-right: 0.6em;
}

.title-og {
	font-size: 2.8rem;
	font-weight: 300;
}

.line_under_title_og {
	width: 30%;
	margin: auto;
	margin-bottom: auto;
	height: 3px;
	background: transparent;
	/*#6c757d*/
}


.text_under_title_og {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
}

.title-text-card-og {
	text-decoration: none;
	line-height: inherit;
	font-size: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.title-text-card-og a {
	color: #000000;
}

.price-text-card-og {
	font-size: 18px;
	font-weight: 500;
}

.features2-text-card-og {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.img-card-og .img-card-layer {
	transition: all .2s ease-in-out;
	width: 100%;
	height: 20em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.img-card-og:hover .img-card-layer {
	transform: scale(1.05);
}

#outstanding_inmotek {
	min-height: 250px;
}