.ovis-slider-container .slick-list {
	padding: 20px !important;
}

.ovis-slider-container {
	height: auto;
    width: 100%;
    padding: 0;
	margin: 0;
    overflow: hidden;
	position: relative;
}
.ovis-caroussel-item {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 0;
	text-align: left;
}
.ovis-caroussel-item a {
    display: block;
    font-size: 0;
	border-radius: 3px;
}
.ovis-caroussel-item-image {
	display: block;
    font-size: 14px;
    width: 100%;
    position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ovis-caroussel-item-image img {
    width: 100%;
	object-fit: cover;
    display: block;
}

.ovis-caroussel-item-bottom {
	border: 1px solid rgba(100, 100, 100, 25%);
	border-top: none;
}

.ovis-caroussel-item-titel {
    display: block;
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
	font-weight: 500;
	font-family: 'open_sans';
	color: #323232;
}
.ovis-caroussel-item-titel span.title {
	display: inline-block;
	width:100%;
	height: 55px;
}
.ovis-caroussel-item-titel span.specs {
    display: inline-block;
	width:100%;
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: normal;
	font-weight: 500;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-family: 'open_sans';
	color: #323232;
	height:30px;
}



.ovis-caroussel-item-prices {
	width: 100%;
	margin: 0px;
    display: inline-block;
    padding: 18px 10px;
	line-height: 18px;
    font-size: 16px;
	background: #efefef;
	color: #062638;
	border-radius: 0px;
	transition: ease 300ms background;
	box-sizing: border-box;
	vertical-align: top;
}
.ovis-caroussel-item a:hover .ovis-caroussel-item-prices {
	background-color: var(--theme-color);
	color: #fff;
}

.ovis-caroussel-item-price-from {
    font-size: 12px;
    font-weight: 400;
	color: #fff;
	padding: 0 15px;
	text-align:center;
}
.ovis-caroussel-item-price {
    font-size: 18px;
    font-weight: 600;
}
.ovis-caroussel-item-prices.no-from-price {
	margin-top:0px;
}
