/* price */

#price {
	display: block;
	position: absolute;
	height: 75px;
	width: 75px;
	top: -30px;
	left: -30px;
	line-height: 75px;
	text-transform: initial;
	text-align: center;
	background: url(../../images/star.svg) no-repeat;
}

	#price i {
		display: inline-block;
		width: 50px;
		line-height: 1.5em;
		font-weight: bold;
		font-style: normal;
		font-size: 0.55em;
		vertical-align: middle;
		transform: rotate(-15deg);
	}

	#price i b {
		color: inherit;
		font-size: 1.5em;
	}

/* news */

.news h3 {
	height: 1em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
    text-align: left;
}

.news img.image {
	width: 100%;
	height: 150px;
    margin-bottom: 1em;
    object-fit: cover;
}

/* gallery */

.image.full {
	width: 100%;
	height: 250px;
}

	.image.full img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
