
.comparison-header {
    margin: 1em 0 0;
}
@media screen and (max-width: 576px) {
  .comparison-header {
    margin: 1em 1em 0;
}
}
.comparison-table {
   width: 100%;
}
.comparison-head {
    position: relative;
}
.comparison-head .card-product-content {
    padding-bottom: 0;
}

.comparison-head .card-product-bottom-block {
    justify-content: flex-end;
    position: relative;
    left: .25em;
}

.comparison-table-head {
    display: flex;
}

.comparison-row, .comparison-row1 {
    display: flex;
    width: 100%;
}

.comparison-container {
    padding: 1.5em;
    overflow: auto;
    width: 100%;
}

.comparison-corner, .comparison-head {
   margin: 0 0 1em 1em;
    box-sizing: content-box;
}

.comparison strong {
    box-sizing: content-box;
    font-weight: normal;
    border-right: 1px solid #e6e6e6;
    display: block;
    padding: .5em 1em;
     font-size: 19px;
    line-height: 1;
    color: #8f969c;
    font-family: 'FuturaPT-Book';
}

.comparison-table-body {
    display: flex;
    box-shadow: 0px 0px 10px 10px rgba(228, 233, 234, 0.37);
    position: relative;
    overflow: hidden;
}

.comparison-cell.field-price {
    display: none;
}

.comparison-cell {
   padding: .5em 1em;
    font-size: 19px;
    color: #8f969c;
    font-family: 'FuturaPT-Book';
    line-height: 1;
    border-right: 1px solid #e3e6e9;
       box-sizing: content-box;
    position: relative;
}

.comparison-row:first-of-type strong {
    display: none;
}

.comparison-row:nth-of-type(2) strong {
    padding-top: 2em;
}

.comparison-row:last-of-type strong {
    padding-bottom: 1em;
}

.comparison-table-body div:nth-of-type(2) strong {
    padding-top: 1em;
}



.comparison-table .comparison-head img {
    max-width: unset!important;
}

.comparison-table .comparison-remove {
    border: none;
    background: #f3f3f3;
    width: 2em!important;
    height: 2em!important;
    display: block;
    top: 0!important;
    margin: 0!important;
    padding: 0!important;
    right: 0!important;
}
.comparison-table .comparison-remove:hover {
    border-bottom: none!important;
    background: #eee;
}



.comparison-remove span:first-of-type {
    width: 1.25em;
    height: 1px;
    background: #000;
    display: block;
    transform: translateX(.35em) translateY(1em) rotate(45deg);
}

.comparison-remove span:nth-of-type(2n) {
    width: 1.25em;
    height: 1px;
    background: #000;
    display: block;
    transform: translateX(0.35em) translateY(1em) rotate(-45deg);
}


.comparison-corner__link {
    font-size: 16px;
    color: #8f969c;
    text-decoration: none;
    border-bottom: 1px solid;
    margin: 0 1em;
}

.comparison-table .comparison-corner {
    margin: 0 0 0 1em;
    height: 2em;
    padding: 1em 0;
    text-align: left!important;
    flex: 1;
    margin: 0;
    min-width: 18em;
}


.comparison__headings {
    min-width: 18em;
}

.comparison__cols {
    flex: 3;
}

@media screen and (max-width: 768px) {
  .comparison-table .comparison-corner {
    display: none;
}

.comparison__headings {
    min-width: unset;
    width: 50%;
}

.comparison__cols {
    flex: unset;
    width: 50%;
}

}
