
.compare-floating-box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    padding: 15px 15px;
    z-index: 999;
    border: solid 1px #C9B79D;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.compare-floating-box .compare-box, .compare-floating-box .fillup-box {
    position: relative;
    padding: 8px 8px;
    border: solid 1px #999;
    min-height: 67px;
}

.compare-floating-box .logo {
    width: 50px;
    min-height: 30px;
    max-height: 50px;
    float: left;
}

.compare-floating-box .details {
    margin-left: 58px;
    padding-right: 20px;
}

.compare-floating-box .details .close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    text-align: center;
    font-size: 1.4em;
    padding: 2px;
    cursor: pointer;
        color: #53b7e8;
    text-decoration: none;
}

.compare-floating-box .compare-box:hover {
    background-color: #e4f0f4;
}
.fillup-box {
    text-align: center;
    font-size: 1.3em;
    line-height: 51px;
}
.compare-close {
    position: absolute;
    font-size: 20px;
    top: -10px;
    right: -5px;
    background: white;
    border-radius: 50%;
    height: 19px;
    width: 19px;
    cursor: pointer;
}

.popup-compare {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 20px;
    color: white;
    height: 40px;
    border-radius: 10px 10px 0px 0px;
}
.message{
    color:red;
}
    