.product-button {
    padding: 4px 20px;
    /*background-color: #3d72a8;*/		background-color: #f0951f;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
}

.product-compare .last-check {
    font-size: 11px;
    color: #777;
}

.product-compare .stars {
    color: #ff8c00;
}

.product-compare .image {
    width: 80px;
}

.product-compare .price {
    width: 80px;
    text-align: right;
}

.product-compare .discount {
    width: 80px;
    text-align: right;
    font-weight: bold;
}

.product-compare .rating {
    width: 30%;
    text-align: right;
}

.product-compare .rating .small {
    font-size: 13px;
}

.product-compare .shop {
    text-align: right;
}

.product-compare .show-prices {
    display: inline;
}

.product-compare .hide-prices {
    display: none;
}

.product-compare .shop-item {
    display: none;
    width: 180px;
}

.product-compare.show .show-prices {
    display: none;
}

.product-compare.show .hide-prices {
    display: inline;
}

.product-compare.show .shop-item {
    display: table-row;
}

.product-compare .heading {
    display: flex;
}

.product-compare .heading .image {
    width: 80px;
    margin-right: 10px;
}

.product-compare .heading .title {
    flex: 1;
}

.product-compare .heading .action {
    width: 200px;
    text-align: right;
}

@media screen and (max-width: 520px) {
    .product-compare .rating > span {
        display: none;
    }
}