#fc_parent {
    width: 100%;
    margin-bottom: 10px;
    z-index: 9999;
    background-color: #ebebeb;
    border: 1px solid #cccccc;
    font-size: 11px;
    margin: 6px 6px 0 0;
    overflow: visible;
}
#fc_parent.scroll {
    height: 91px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}
#fc_parent .compare-items {
    float: left;
    width:68%;
    background:#fff;
}
.compare-items .compare-item {
    background-color: #ffffff;
    float: left;
    padding:5px;
    height: 111px;
    width: 20%;
    position: relative;
    margin: 0;
    border-right: 1px solid #ccc;
}
.compare-items .compare-item P {
    display: block;
    margin-top: 3px;
    text-align: center;
}
.data-table tbody td.last{
    border-bottom:none;
}

.compare-items .compare-item.empty_item P {
    color: #999;
    line-height: 70px;
}
.compare-item .delete, .compare-cart-wrapper .close {
    /*background: url("../images/fc_item_close.gif") transparent;*/
    cursor: pointer;
    background: #ECF1F4;
    border-radius: 50%;
    display: block;
    font-weight:bolder;
    padding: 0 7px 2px;
    position: absolute;
    right: 2px;
    top: -9px;
}
.delete:hover{
    background: #ccc;	
}
#fc_parent .compare-controls {
    float: right;
    height: 68px;
    left: -20px;
    position: relative;
    text-align: left;
    width: 90px;
    top:20px;
}

#fc_parent .compare-message {
    float: left;
    width: 190px;
    height: 62px;
    padding-left: 20px;
    padding-top: 29px;
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    border-right: solid 1px #dedede;
}

#fc_parent button {
    margin: 12px 10px 0 0;
    border-radius:8px;
}
.fc_close {
    /*background: url(../images/fc_close_icon.png) transparent;*/
    height: 29px;
    cursor: pointer;
    right: -17px;
    padding: 0 15px;
    top: -17px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    bottom: -4px;
    background: #f48025;
    border-radius: 5px;
}
.fc_close:hover{
    background:#f35e00;
}


.add-to-row td div.price-box .price{
    font-size:14px;
    font-weight:normal;
}

.compare-message p:first-child{
    font-size: 15px;
    color: #58595b;
    font-weight: 400;
    text-transform: uppercase;
}
.compare-message p:last-child{
    color: #ababab;
    font-size:12px;
}
#product_comparison tr.even{
    border: solid 1px #dedfe0;
    background:#F8F7F7;
}
#product_comparison .grey_td.last, .grey_td>th {
    background: #ebebeb;
}


.not-active {
    pointer-events: none;
    cursor: default;
    color:#ababab;
}

@media only screen and (max-width: 600px) {
    #fc_parent.scroll, #fc_parent .compare-message, .compare-items .compare-item{
        height:auto;
    }
    .compare-items .compare-item{
        height:auto;
        font-size:14px;
    }
    #fc_parent .compare-controls {
        float: right;
        height: auto;
        left: -94px;
        position: relative;
        width: 1px;
        top:0;
        margin-bottom:10px;
    }

    #fc_parent .compare-items{
        width:100%;
    }

    #fc_parent .compare-message{
        border:none;
        padding:0 0 20px 0px;
    }
    #fc_parent .compare-message, .add-to-row td div.price-box .price{
        font-size:10px;
    }

    .compare-items .compare-item.empty_item P{
        line-height:20px;
    }
} 
@media only screen and (max-width: 1024px) and (min-width: 601px) {
    #fc_parent.scroll, #fc_parent .compare-message, .compare-items .compare-item{
        height:auto;
    }
    .compare-items .compare-item{
        height:auto;
        font-size:14px;
    }
    #fc_parent .compare-controls {
        float: right;
        height: auto;
        left: -94px;
        position: relative;
        width: 1px;
        top:0;
        margin-bottom:10px;
    }

    #fc_parent .compare-items{
        width:100%;
    }

    #fc_parent .compare-message{
        border:none;
        padding:0 0 20px 0px;
    }
    #fc_parent .compare-message, .add-to-row td div.price-box .price{
        font-size:10px;
    }

    .compare-items .compare-item.empty_item P{
        line-height:70px;
    }
}
.simplePopup {
    display:none;
    position:fixed;
    background:#fff;
    z-index:499;
    width:90%;
    min-width:90%;
}

.simplePopupClose {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 15px;
    background: #000;
    border-bottom: none;
    color: #fff;
}

.simplePopupBackground {
    display:none;
    background:#000;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:399;
}

/* MAG-1383 */
td.label-head.last {
    background-color: #da272a;
    color: white;
}


th.label-head {
    background-color: #da272a;
    color: white;

}

