.table-compare-prop {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0.0625rem solid #dedede !important;
    -moz-border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

    .table-compare-prop tr,
    .table-compare-prop a {
        color: #4d5057;
        font-weight: 700;
    }

    .table-compare-prop a:hover {
        color: #0662c1;
    }

        .table-compare-prop a span {
            padding-left: 0.9375rem;
        }


.tb-h-item {
    width: 9.375rem;
    padding: 0.9375rem 0;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}

    .tb-h-item:first-child {
        width: auto;
    }

.tb-h-item-text {
    text-align: left;
}

.tb-c-item:first-child {
    width: auto;
}

.tb-c-item {
    width: 9.375rem;
    padding: 1.25rem 0;
    font-size: 0.75rem;
}

    .tb-c-item:last-child {
        text-align: center;
    }

.table-compare-prop tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.table-compare-prop-head {
    background-color: #4d5057 !important;
    font-size: 0.875rem;
}

    .table-compare-prop-head span {
        color: #fff;
    }

.tb-h-item-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-compare-prop-head img {
    max-width: 1.1875rem;
    max-height: 1.375rem;
    margin-right: 0.6875rem;
}

.table-compare-prop-price .price-current,
.table-compare-prop-price .price-old,
.table-compare-prop-price .price-discount,
.table-compare-prop-price .price-new {
    display: inline-block;
}

.table-compare-prop-cart {
    position: relative;
    padding-left: 2.5rem;
}

.table-compare-prop-cart:hover .table-compare-prop-cart-img{
    display:none;
}
.table-compare-prop-cart:hover .table-compare-prop-cart-img-hover {
    display: inline !important;
}

.block-head .h3 {
    padding-top: 20px;
    margin: 1.25rem;
}

.icons {
    display: block;
    padding: 1.25rem;
}

.icon img {
    max-width: 1.1875rem;
    max-height: 1.375rem;
    margin-right: 0.6875rem;
}
