.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: #bbbbbb80!important;

}
.owl-carousel {
	/*width: calc(75% - 1px) !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;
	box-sizing:border-box;
}
.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: 768px) {
	.titles {
		width: 25%;
	}
	.owl-carousel {
		width: 74% !important;
	}
}
@media screen and (max-width: 480px) {
	.titles div {
		word-break: break-word;
	}
	.owl-carousel {
		width: 73% !important;
	}
}