
.buttons_func div {
	padding: 0 !important;
	border: none !important;
}
.buttons_func{
	padding: 0 !important;
	width: 100%;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.buttons_func label {
	margin: 0;
}
.buttons_func label:hover {
	cursor: pointer;
}
.difference {
	opacity: .3;
}
.swiper-container {
	float: left;
	width: calc(100% - 305px) !important;
}
/* .swiper-container .column {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
} */
.titles__wrapper{
	overflow: hidden;
	height: auto !important;
	border: 1px solid var(--secondary-lblue);
	border-radius: 10px 0 0 10px;
	box-shadow: 1px 0 3px 0 rgba(181, 180, 197, 0.1), 5px 0 5px 0 rgba(181, 180, 197, 0.09), 11px 0 6px 0 rgba(181, 180, 197, 0.05), 19px 0 7px 0 rgba(181, 180, 197, 0.01), 29px 0 8px 0 rgba(181, 180, 197, 0);
}

.titles>.titles__wrapper>div{
	display: flex;
	align-items: center;
	padding: 11px 14px;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: var(--brand-blue);
	opacity: .6;
}
.compares__wrapper>div{
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: var(--brand-blue);
}
.tab-content{
	position: relative;
}
.compares__wrapper{
	border-top: 1px solid var(--secondary-lblue);
	border-bottom: 1px solid var(--secondary-lblue);
}
.compares__wrapper>div:nth-child(odd),
.titles>.titles__wrapper>div:nth-child(odd){
	background: #f6f8fa;
}
.compares__wrapper>div:nth-child(even),
.titles>.titles__wrapper>div:nth-child(even){
	background: var(--brand-white);
}
.compares__wrapper>div{
	/* display: flex;
	align-items: center;
	justify-content: flex-start; */
	text-align: left !important;
	padding: 11px 14px;
}
.titles {
	float: left;
	width: 305px;
	position: relative;
	z-index: 2;
}
.attribute_group {
	background-color: #eee;
}
.buttons {
	height: 80px !important;
}
.swiper-container{
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
@media (max-width: 767px) {
	.titles {
		width: 35%;
	}
	.swiper-container  {
		width: 65% !important;
	}
}
