.buttons_func {
	position: sticky;
	top: 10px;
	z-index: 10;
	margin: 10px 0;
	border: none;
	background-color: white !important;
	padding: 17px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	border-radius: 7px;
}

.compare_image{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.buttons_func div {
	display: inline-block;
	padding: 0 10px 0 0;
}
.buttons_func label {
	margin: 0 0 0 5px;
}
.buttons_func label:hover {
	cursor: pointer;
}
.difference {
	color: #bbb;
}
.owl-carousel {
	float: left;
	width: 75% !important;
}
.owl-carousel .owl-wrapper-outer {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.owl-carousel .owl-item {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.titles {
	float: left;
	width: 25%;
	border: 1px solid #ddd;
}
.titles div, .column div {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.titles div {
	border-bottom: 1px solid #ddd;
}
.titles div:last-child, .column div:last-child {
	border-bottom: none;
}
.attribute_group {
	background-color: #eee;
}
.buttons {
	height: 80px !important;
}
@media (max-width: 767px) {
	.titles {
		width: 35%;
	}
	.owl-carousel {
		width: 65% !important;
	}
}
