.eb-font14-1{
	color: #000;
	font-size: 14px;
	width: 85px;
	overflow: hidden;
	word-wrap: break-word;
}
#comparisonTable .fixed, 
#comparisonTable .fixed2 {
  	position: -webkit-sticky; /* for Safari */
  	position: sticky;
  	left: 0;
  	background: #fff;
    background-clip: padding-box; /*Added to keep the default border alive over bg color*/
    border-left: 1px solid #c1c1c1;
    z-index: 1;
}

#comparisonTable .fixed{
	/*border-left: none;
	border-top: none;
	border-bottom: none;*/
	border-left-color: white;
	border-top-color: white;
	border-bottom-color: white;
	width: 155px;
	vertical-align: middle;
}

#comparisonTable .fixed2{
	left: 155px;
	border-left: none;
}

.table_wrapper{
	overflow-x: hidden;
}
.table_wrapper table{
	border-collapse: separate; /* Don't collapse */
		border-spacing: 0;
		table-layout: fixed;
		font-size: 14px;
}

.table_wrapper table th {
  	/* Apply both top and bottom borders to the <th> */
  	border-top: 1px solid #d6d6d6 ;
  	border-bottom: 1px solid #d6d6d6 ;
  	border-right: 1px solid #d6d6d6 ;
}

.table_wrapper table td {
  	/* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
  	border-bottom: 1px solid #d6d6d6 ;
  	border-right: 1px solid #d6d6d6 ;
  	border-top: 1px solid white ;
  	border-left: 1px solid white ;
  	width: 165px;
  	word-wrap: break-word;
	padding: 4px !important;
}

.table_wrapper table th:first-child,
.table_wrapper table td:first-child {
	/* Apply a left border on the first <td> or <th> in a row */
	border-left: 1px solid #d6d6d6 ;
}

.table_wrapper table thead td {
	border-top: 1px solid #d6d6d6 ;
}

#comparisonTable tbody tr:hover td {
	border-top-color: var(--bs-danger);
	border-bottom-color: var(--bs-danger);
}

#comparisonTable tbody tr:hover td:first-child {
    border-left-color: var(--bs-danger);
}

#comparisonTable tbody tr:hover td:last-child {
    border-right-color: var(--bs-danger);
}

#comparisonTable .rating img{
	width: 18px;
}

#comparisonTable .rating div{
	padding: 5px;
}

#comparisonTable .rating{
	border-bottom-color: white;
}

#comparisonTable .title div{

	font-size: 15px;
	color: #000;
	text-align: left;
	padding: 5px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: auto;
}

#comparisonTable .title{
	border-bottom-color: white;
}

#comparisonTable .price div{
	font-size: 21px;
	font-weight: bold;
	color: #e6222f;
	text-align: left;
	padding: 5px 0;
	display: block;
	line-height: 20px;
}

#comparisonTable .price{
	border-bottom-color: white;
}

#comparisonTable .livello div{
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

#comparisonTable .livello{
	border-bottom-color: white;
}

#comparisonTable .livello img {
	width: 28px !important;
}

#comparisonTable .lable div{
	text-align: right;
	padding-right: 12px;
}

#comparisonTable .other_details {
	padding: 10px !important;
}

#left-button:focus, 
#right-button:focus{
	box-shadow: none;
}

#left-button{
	left: 26%;
    z-index: 9;
    width: 40px;
    height: 40px;
    top: 10%;
    background: #f2f2f3;
    border-radius: 60px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 9;
    border: none;
    position: relative;
    top: 140px;
}

#left-button:before{
	background: url(https://www.eurobrico.com/images/left-arrow.svg);
	text-indent: 999;
	width: 16px;
	height: 16px;
	font-size: 0;
	display: inline-block;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
}

#right-button{
	left: 94%;
    z-index: 9;
    width: 40px;
    height: 40px;
    top: 140px;
    background: #f2f2f3;
    border-radius: 60px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 9;
    border: none;
    position: relative;
}

#right-button:before{
	background: url(https://www.eurobrico.com/images/right-arrow.svg);
	text-indent: 999;
	width: 16px;
	height: 16px;
	font-size: 0;
	display: inline-block;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
}

.table-hover > tbody > tr:hover {
	--bs-table-accent-bg: var(--bs-table-striped-bg) !important;
}

#comparisonTable .product_image,
#comparisonTable .caratteristiche{
	overflow: hidden;
	border-bottom-color: white;
}

#comparisonTable .product_image img:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}

#left-button.disabled,
#right-button.disabled
{
	opacity: 0.7;
}