div.compare-div-main {
	overflow-x: auto;
    overflow-y: visible;
	width: 1197px;
}

table.compare_tbl {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  position: relative;
}

table.compare_tbl td { /* все ячейки */
	padding: 3px 12px;
	max-height: 30px;
	border-right: 2px solid #ddd;
}
.compare_sub_menu {
	min-height: 35px;
}
.compare_sub_menu .compare-item-hide {
	width: 200px;
	display: inline-block;
    text-align: center;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    padding: 3px;
    background: #f2f2f2;
    color: #737373;
    font-weight: bold;
    margin: 5px;
	cursor: pointer;
}
.compare_sub_menu .compare-item-hide > span {
	color: red;
}

.cp-body-list { /* левый блок */
	width: 180px;
	text-align: right;
	height: 25px;
	line-height: 12px;
}
.cp-body-list.img { /* первый левый блок */
	height: 135px;
}

table.compare_tbl { /* продукт ячейки */
	opacity: 1;
	transition: 2s ease;
}
table.compare_tbl.opacity {
	opacity: 0;
}
td.cp-body-product { /* продукт ячейки */
	max-width: 230px;
	text-align: center;
	height: 25px;
	min-width: 200px;
	word-break: break-word;
}
td.cp-body-product.img {
    height: 135px;
    position: relative;
}
td.cp-body-product.img .picture {
    max-width: 120px;
}
td.cp-body-product.img > h3 {
	height: 48px;
    overflow: hidden;
}
td.cp-body-product.img > .close {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    margin: 0px 5px;
    font-size: 18px;
	cursor: pointer;
	color: #cacaca;
	opacity: 1;
}
td.cp-body-product.img > .close:hover {
	color: red;
}

table.compare_tbl tr:nth-child(even) { /* зебра */
  background-color: #f2f2f2;
}
table.compare_tbl tr.footer-tr {
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
}

table.compare_tbl .fixed-scroll {
	position: sticky;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 3px 3px #ddd;
    opacity: .95;
    left: -1px;
	animation-duration: 0.2s;
	animation-name: slideinCL;
}
table.compare_tbl .tr-scroll {
	position: sticky;
	z-index: 1;
	box-shadow: 0px 0px 0px #ddd;
    background: transparent;
    opacity: 1;
    left: -1px;
}
@keyframes slideinCL {
	from {background: transparent;box-shadow: 0px 0px 0px #ddd;}
	to {background: #fff;}
}

table.compare_tbl .zoom_img_icon {
	position: absolute;
	width: 16px;
	right: 0;
	opacity: 0;
}
table.compare_tbl td.img:hover .zoom_img_icon {
	opacity: 0.3;
	transition: 0.3s ease;
}
table.compare_tbl td.img > .zzoom:hover .zoom_img_icon {
	opacity: 1;
}

div.compare-div-main .scroll-dbl {
	width: 1197px;
	overflow-x: auto;
	overflow-y: hidden;
	height: 20px;
	position: fixed;
    bottom: 0;
}
div.compare-div-main .scroll-dbl > div {
	overflow-x: auto;
	height: 20px;
}

table.compare_tbl .in_korz_p > input, .soput .in_korz_p > input {
	position: relative;
    width: 21px;
    height: 17px;
    border: 2px solid red;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 3px 0px 0px 3px;
    margin-right: -5px;
}
table.compare_tbl .in_korz_p > div, .soput .in_korz_p > div {
	color: #fff;
    background: #fd2218;
    border: 0;
    padding: 4px 12px;
    font-weight: bold;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    display: inline-block;
}

/* compare /?q=kat */
#products .img_imgi:hover .compare_cat_icon {
	opacity: 0.8;
	transition: 0.3s ease;
}
#products .compare_cat_icon {
	position: absolute;
    left: -30px;
    margin-top: 15px;
	opacity: 0;
	width: 27px;
	transition: 0.3s ease;
}
#products .compare_cat_icon.on {
	opacity: 0.5;
}

/*.compare_tooltip {
	position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 2;
}*/
.compare_tooltip {
	position: relative;
    bottom: 0;
    z-index: 2;
    float: right;
    margin-right: 13px;
}
/*.compare_tooltip .content {
	background: #f9f9f9;
    position: relative;
    display: block;
    padding: 6px 20px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px -2px 0px #ff0000;
}*/
.compare_tooltip .content {
	background: #ff3f3f;
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px -2px 0px #d80000;
}
.compare_tooltip .products a {
	color: #fff;
	/*color: #616161;*/
	font-weight: 100 !important;
    font-size: 15px;
}
.compare_tooltip .products a > i {
	font-style: normal;
}

.compare_tooltip .del {
	margin-left: 20px;
	margin-top: -5px;
	cursor: pointer;
	color: #fff;
	width: 25px;
	height: 25px;
	float: right;
	background: url(/misc/compare/del.svg) center no-repeat;
    background-size: cover;
}
.compare_block {
	margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
    height: 27px;
	width: 225px;
}
.compare_block img {
	width: 22px;
	opacity: 0.5;
}
.compare_block img.on {
	opacity: 1;
}
.compare_block img, .compare_block a, .compare_block span {
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
}

.compare_block span.remove {
	font-size: 16px;
    float: right;
    color: #929292;
	cursor: pointer;
}
.compare_block span.remove:hover {
    color: red;
}