.COMPARETABLE .content {
	padding: var(--s5);
	background: var(--light-blue-300);
}

.COMPARETABLE table td {border: none;}
.COMPARETABLE table tr:first-child {text-align: center;}
.COMPARETABLE table tr:first-child img {margin: 0 auto;}
.COMPARETABLE table tr:not(:nth-child(1), :nth-child(2)) td {padding: var(--s3) var(--s4);}
.COMPARETABLE table tr:nth-child(2) {display:block; padding: var(--s3) 0;}
.COMPARETABLE table tr:nth-child(2) .b-img {display:none;}
.COMPARETABLE table tr:not(:nth-child(1), :nth-child(2)):nth-child(odd) {background: var(--lightest-blue-400);}
.COMPARETABLE table tr:not(:first-child) .b-img {max-width: 24rem;}

.COMPARETABLE table tr:not(:nth-child(2)) td:nth-child(1) {width: 400rem;}
.COMPARETABLE table tr:not(:nth-child(2)) td:not(:nth-child(1)) {text-align: center;}

.COMPARETABLE .nav {
    margin-bottom: var(--s5);
}

.COMPARETABLE .labels label {
    margin-bottom: var(--s3);
}

.COMPARETABLE .b-column {
    width: 50%;
}

.COMPARETABLE .b-select {
    box-sizing: border-box;
    color: var(--dark-blue-400);
    font-family: inherit;
    font-size: 16rem;
    font-weight: 500;
    line-height: var(--s6);
    height: var(--s6);
    width: 100%;
    margin: var(--s3) 0 0;
    padding: 0 var(--s1);
    background: var(--white) url(../../assets/images/ui-dropdown-compare.svg) no-repeat right var(--s1) center / 34rem 34rem;
    border: 1px solid var(--slate-gray);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: box-shadow 0.25s;
    position: relative;
}

.COMPARETABLE .b-select::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: no-repeat right url(../../assets/images/ui-dropdown-compare.svg);
}