@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.prod-compare-toggles {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    transition: left .3s ease;
    left: auto;
}
.prod-compare-toggles button {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all .3s ease;
    font-weight: bold;
    letter-spacing: 1px;
}
.prod-compare-toggles button:hover {
    background: rgba(255,255,255,0.1);
}
body table.prod-compare-list {
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    padding: 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
body table.prod-compare-list tbody {
    border: 0;
}
body table.prod-compare-list tbody.prod-compare-images tr.dhcategory-image-row th {
    padding-top: 20px;
}
body table.prod-compare-list .dhcategory-row th {
    background: none;
    color: inherit;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding: 16px 20px 4px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    /* background: transparent url(img/chevron-down.svg) no-repeat center right 1em / .8em; */
    background-color: transparent;
    font-weight: 300;
    color: inherit;
    font-size: 1.3rem;
}
body table.prod-compare-list tr {
    background: rgba(255,255,255,0.1);
}
body table.prod-compare-list tr.group-row {
    background: rgba(255,255,255,0.0);
}
body table.prod-compare-list tr.dhgroup-row td {
    background: rgba(0,0,0,0.05);
    border-bottom:  1px solid rgba(120,120,120,0.5);
}
body table.prod-compare-list tr.prod-compare-row,
body table.prod-compare-list tbody.active tr.prod-compare-row {
    background: rgba(255,255,255,0.1);
    color: inherit;
    opacity: 1;
    font-weight: normal;
    border-bottom: 1px solid rgba(120,120,120,0.3);
}
body table.prod-compare-list tr td {
    background: rgba(120,120,120,0.3);
}
body table.prod-compare-list .prod-compare-row:last-of-type td {
    padding-bottom: .5rem;
}

body table.prod-compare-list .dhcategory-image-row th {

}

body table.prod-compare-list .dhcategory-image-row th img {

}

body table.prod-compare-list .dhcategory-image-row th strong {
    background: none;
    color: inherit;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding: 16px 10px 4px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    /* background: transparent url(img/chevron-down.svg) no-repeat center right 1em / .8em; */
    background-color: transparent;
    font-weight: 300;
    color: inherit;
    font-size: 1.3rem;
}
body table.prod-compare-list .dhcategory-image-row th a {
    display: inline-block;
    padding: 8px 20px;
    margin: 10px 0 0 0;
    border-radius: 40px;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.3);
    text-decoration: none;
    transition: all .3s ease;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}
body table.prod-compare-list .dhcategory-image-row th a:hover {
    background: rgba(0,0,0,0.1);
}
body table.prod-compare-list tbody.active tr.values-different {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
body table.prod-compare-list tr.values-different td {
    background-color: rgba(255,0,0,0.1);
}
body table.prod-compare-list th, 
body table.prod-compare-list td {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 782px) {
    table.prod-compare-list th, table.prod-compare-list td {
        padding-left: 1em;
        padding-right: 1em;
    }
}