.compare-button {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999 !important;
    padding: 2px;
    font-size: 20pt !important;
    color: white;
    background-color: #172134;
    text-align: right;
}

#compareId {
    cursor: pointer;
}

.compareListRow {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.compareListRow:last-of-type {
    border-bottom: none;
}

.compareListRow .fa-times {
    font-size: 20px;
    cursor: pointer;
}

.modal-body {
    max-width: 100%;
    overflow-x: auto;
}

.compareAllListItem {
    width: 300px;
    float: left;
}

.compareAllListItem:last-of-type {
    border-right: none;
}

#compareAllList {
    font-size: 11px;
    padding: 0 10px;
}

.compare-btn, .compare-btn:focus, .compare-btn:active {
    background-color: #E42612;
    border: none;
    border-radius: 0;
}

.compare-close-btn {
    border-radius: 0;
}

.compare-btn:hover {
    -webkit-animation: fadeIn;
    -moz-animation: fadeIn;
    -o-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    -ms-animation-duration:.5s;
    -o-animation-duration:.5s;
    animation-duration:.5s;
    background-color: #E42612;
}

.modal-open-compare {
    overflow: hidden;
}

.modal-open-compare .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 992px) {
    .compareParameterList { 
         float: left;
    }
    
    .compareParameterListBody {
        position: relative !important;
        float: left;
    }
    
    .compareValueList
    {
        float: left;
    }

}

.compareParameterList { 
    width:150px !important; 
    z-index: 999; 
    margin-left: 5px; 
    margin-right: 5px; 
    border-right: 1px solid #dfdfdf;
}

.compareParameterListBody {
    position: fixed;
    width: 135px;
}

.compareValueList
{
    margin-left: 0px; 
    width: 220px; 
    margin-right: 5px; 
    border-right: 1px solid #dfdfdf;
}

@media (max-width: 767px) {
    .compareListRow {
        padding: 0; 
        border: 1px solid #e5e5e5;
        width: 208px;
        display: inline-block;
        margin: 5px;
        position: relative;
    }
    .compareListRow:last-of-type {
        border-bottom: 1px solid #e5e5e5;
    }
}