.absolute {
    position: absolute;
}


.compareBigHolder {
    position: fixed !important;


    margin: 0 auto;
    float: left;
    bottom: -2px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #161c30;

    z-index: 999;
    box-shadow: 0px 0px 10px -2px #000;
    width: 800px;
}

.smallCarHld {
    width: 33%;
    height: 72%;
    float: left;
    border-left: 1px solid #e4e3e3;
    padding: 5px;
    box-sizing: border-box;
    position:relative;

}

.smallCarHld:first-child {
    border: none;
}

.dInline {
    display: inline-block;
}

.styleButtons {
    margin-top: 20px;
}

.headCar h2 {
    color: #182439;
    font-size: 12px;
    float: left;
    width: 90%;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;

}

.styleButtons span.compareBtn {
    background: url("../img/compare.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 21px;
    float: left;
    display: inline-block;
    position: relative;
    top: 7px;
}

.styleButtons span.compareBtn1 {
    background: url("../img/close.png") no-repeat;
    background-size: auto auto;
    width: 16px;
    height: 30px;
    background-size: 14px;
    float: right;
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 5px;

}  
.openClose {

    background:#161c30;
    float: right;
    top: -30px;
    right: 0px;
    width: 276px;
    height: 30px;
    cursor: pointer;
    color:#fff;
    border:1px solid #fff;

}

span.openBtn {
    background: url(../img/closeOpen.png) left no-repeat;
    right: 10px;
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
}

.upp {
    background: url(../img/openClose.png) left no-repeat !important;
}

.compareScroll {
    display: none;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: 0.7s;
    -transition: 0.7s;
}

.selectedCars {
    line-height: 30px;
    margin-left: 5px;
}

.listingCompare {
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 145px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 204px;
    height: 115px;
}
.w100 {
    width: 100%;
}
.center {
    text-align: center;
}

.borderBtn {
    float: left;
    line-height: 35px;
    color:#161c30;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #161c30;
    background: #fff;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    margin: 0 5px;
    font-weight: bold;
}
.bgColor {
    background: #161c30 !important;
    color: #fff !important;
}
.dInline {
    display: inline-block;
}
.dInline.styleButtons{
    width:100%;
    display:flex;
    justify-content:center;
}
.borderBtn:hover {
    background: #161c30;
    color: #fff;
}
.l-sidebar .loveBtn{
    float:left;
    width:100%;
    margin-left:0px;
    margin-bottom:20px;
    text-decoration: none;
}
.invisiblee {
    display: none;
}
.close {
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: url(../img/close.png) no-repeat;
    width: 25px;
    height: 35px;
    background-size: 15px;
}