.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 #edeaec;
	border-top: 1px solid #edeaec;
	border-bottom: 1px solid #edeaec;
}
.titles {
	float: left;
	width: 25%;
	border: 1px solid #edeaec;
}
.titles > div, .column > div {
	border-bottom: 1px solid #edeaec;
	padding: 9px 20px;
}
.titles div {
	border-bottom: 1px solid #edeaec;
}
.titles div:last-child, .column div:last-child {
	border-bottom: none;
}
.attribute_group {
	background-color: #eee;
}
.buttons {
	height: 80px !important;
}
.compare_name .img-thumbnail {
  border: none;
}
.compare_name .btn-danger {
background: #212121;
  border-radius: 69px;
  width: 270px;
  height: 42px;
  display: block;
  min-width: 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  position: relative;
  padding: 0;
  border: none;
}
.compare_name {
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 20px 20px !important;
}
.btn-remove-compare {
	display: none;
}




@media (max-width: 767px) {
	.titles {
		width: 35%;
	}
	.owl-carousel {
		width: 65% !important;
	}
}
