.models-item.hidden {
    display: none;
}



table.compare {border-collapse:collapse; margin-bottom: 30px;}
table.compare td {padding:10px;}
table.compare thead td {font-size: 16px;line-height: 20px;    font-weight: 700; }
table.compare tbody td{border-bottom: 1px solid #d5d5d5;}
table.compare td+td {text-align:center;}
table.compare tbody td:nth-child(even) {background:#eaeaea;}
table.compare td.option_title {font-weight: 700;    padding: 20px 10px;background:#eaeaea;}

.cplist-heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.comp-list > li:not([class]) {
    display: flex;
}
.comp-list > li:not([class]) + * {
    margin-top: 0.25rem;
}
.comp-list > li:not([class])::before {
    content: ' ● ';
    margin: 0 0.5em;
    color: var(--color-primary);
    font-size: 0.75em;
    align-self: center;
}

.filter a.tabs-section__tab-link.active {
	color: #ce0e2d !important;
	border-bottom: 1px solid #ce0e2d;
}

.reviews-main-item__video-preview.no-video a::before{
    display: none;
}