	.compare_attr_name {
		align-items: center;
		display: flex;
		min-height: 50px;
		border-bottom: 1px solid #ddd;
		padding: 5px 20px;
		border-right: 1px solid #ddd;
		background: #f5f5f5;
	}

	.compare_attr_key {
		align-items: center;
		display: flex;
		min-height: 50px;
		max-height: 50px;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
		padding: 5px 20px;
		border-left: 1px solid #ddd;
	}

	.compare_attr_group {
		align-items: center;
		display: flex;
		min-height: 50px;
		border-bottom: 1px solid #ddd;
		padding: 5px 20px;
		text-transform: uppercase;
		font-weight: 600;
	}
	  
	.tab-pane {
		display: grid;
		border: 1px solid #ddd;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 5px 0 0 5px;
		grid-template-columns: repeat(12,1fr);
	}
	
	.navcompare_block {	
	position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 0 10px;
    text-align: center;
	background: #fff;
    max-width: 1250px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translateY(-350px);
    -moz-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    -o-transform: translateY(-350px);
    transform: translateY(-350px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;	
	}
	
	.in {
		-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
	}
	
		@media (max-width: 1199px) {
		.navcompare_block {
			
		}
		
		}
	
	@media (max-width: 991px) {
	.navcompare_block {
		
	}

	}
	
	@media (max-width: 767px) {
		.navcompare_block {
   
}

	}
	
	.compare_controls {
		height: 175px;
		background: #f5f5f5;
		border-right: 1px solid #ddd;
	}
	
	.main_info {
		justify-content: space-between!important;
		height: 175px;
		padding: 9px 9px 9px 0 !important;
		display: flex;
		border-left: 1px solid #ddd;
		align-items: unset!important;
	}
	
	.main_info .img {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px;
		border-bottom: none;
	}
	
		.main_info .content-block {
			width: 170px;
			display: flex;
			flex-direction: column;
			justify-content: space-around;
			padding: 0;
			align-items: unset;
		}
	
	
	
	/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
display: block; /* undo display:none */
height: 0; /* height:0 is also invisible */
//overflow: hidden; /* no-overflow */
}
.tab-content > .active, .pill-content > .active {
height: auto; /* let the content decide it */
} /* bootstrap hack end */


.tab-pane > .navcompare_block {
	height: 0px;
	overflow: hidden;
}

.active > .navcompare_block {
	height: auto;
}

	
	.compare_goods_block {
		grid-column: 4/13;
		position: relative;
	}
	
	
	.main_info .content-block .top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 3px;
		padding: 0;
		border-bottom: 0px;
	}
	
	.main_info .content-block a {
		font-size: 13px;
		display: block;
		overflow: hidden;
		text-align: left;
	}
	
	.main_info .content-block .price {
		font-size: 13px;
		font-weight: 500;
		border-bottom: 0;
		padding: 0;
		align-items: unset;
		justify-content: flex-start;
	}
	
	.main_info .content-block input.btn {
		width: 120px;
	}
	
	.main_info .content-block .price .new_price {
		font-size: 13px;
		color: #ff4133;
	}	
	
	.main_info .content-block .price .old_price {
		font-size: 11px;
		font-weight: 500;
	}
	
	.btn-remove {
		height: 25px;
		width: 25px;
		background: #ddd;
		border: 0;
		outline: 0;
		display: block;
		-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		position: relative;
		cursor: pointer;
	}
	
	.btn-remove:hover {
		background: #e53935;
	}
	
	.btn-remove:before {
		content: "";
		background-image: url('https://olvent.ua/catalog/view/theme/allvent/image/close_icon.svg');
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: center;
		width: 25px;
		height: 25px;
		color: #000;
		font-size: 11px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.btn-remove:before:hover {
		background-image: url('https://olvent.ua/catalog/view/theme/allvent/image/close_icon_white.svg');
	}
	  
	button.wishlist_button {
		background: none;
		padding: 0;
		border: none;
		margin-right: 3px;
		width: 23px;
	}  
	
	.btns_block {
		display: flex!important;
		justify-content: space-between!important;
		padding: 0px!important;
	}
	
	.compare_goods_block .slick-arrow {
		border: 0;
		position: absolute;
		top: 75px;
		font-size: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		z-index: 9;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		box-shadow: 0 0 5px rgb(0 0 0 / 15%);
		border-radius: 5px;
		background-color: #fff;
		opacity: 1;
	}
	.compare_goods_block .slick-prev {
		left: 15px;
		background: url(/catalog/view/theme/allvent/image/gds_prev.svg) center center/16px auto no-repeat #fff;
	}
	
	.compare_goods_block .slick-arrow.slick-disabled {
		opacity: 0;
	}	
	
	.compare_goods_block .slick-next {
		right: 15px;
		background: url(/catalog/view/theme/allvent/image/blk_arw_righr.svg) center center/16px auto no-repeat #fff;
	}	
	
	.compare_goods_block .slick-arrow:active {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	.compare_remove_all {
		display:none!important;
	}
	
	
	
	.nav-tabs {
		border-bottom: 0px solid #ddd;
		margin-bottom: 20px;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		color: #fff;
		background: #0680b1;
		cursor: default;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
	
	.nav-tabs > li > a {
		margin-right: 10px;
		line-height: 1.42857143;
		border: 1px solid #ddd;
		border-radius: 5px;
		background: #f5f5f5;
		color: #333;
	}

		.tab-content > .active {
			display: grid!important;
			height: auto!important;
			line-height: normal!important;
			border: 1px solid #ddd!important;
		}
		
		
		.tab-content > .tab-pane {
			height: 0;
			overflow: hidden;
			line-height: 0;
			zoom: 1;
			border: 0;
		}

	.column.item {
    border-right: 1px solid #ddd;
}

.filter_info {
	float: right;
	width: 15px;
	position: relative;
	z-index: 1;
	}
	
span.div_question {
	float: right;
	display: inline-block;
	margin: 0px 0 0 7px;
	text-align: center;
}	


.top .card_rew_star {
    float: left;
    display: flex!important;
    justify-content: flex-start!important;
    border-bottom: 0px !important;
    padding: 5px 0px 0px 0px!important;
    align-items: baseline!important;
    align-content: flex-start!important;
}




.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 {
    max-width: 330px;
    position: relative;
    z-index: 2;
    grid-column: 1/4;
    background: #f5f5f5;
}
.titles div, .column div {
    border-bottom: 1px solid #ddd;
    padding: 15px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titles div {
	border-bottom: 1px solid #ddd;
	justify-content: space-between;
}
.titles div:last-child, .column div:last-child {
	border-bottom: none;
}
.attribute_group {
	text-transform: uppercase;
	background:#fff;
}
.buttons {
	height: 80px !important;
}
@media (max-width: 650px) {
	
	.titles {
    grid-column: 1/6;
}

.compare_goods_block {
    grid-column: 6/13;
}
	
	}
	.owl-carousel {
		width: 65% !important;
	}
}
