.buttons_func {
	margin: 10px;
}
.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;
	}
}
