.m101-widget.offroad {
    display: table;
    width: 100%;
}

.m101-widget.offroad a {
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333333;
    font-family: 'Roboto',serif;
}

.m101-widget.offroad a:hover {
    color: #1a1a1a;
}

.m101-widget.offroad .m101-widget-row {
    display: table-row;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

.m101-widget.offroad .m101-widget-image {
    display: table-cell;
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.m101-widget.offroad .m101-widget-image img {
    margin: 5px 0;
    vertical-align: middle;
    max-height: 60px;
}

.m101-widget.offroad .m101-widget-product-name {
    display: none;
}

.m101-widget.offroad .m101-widget-merchant-name {
    display: table-cell;
    border-bottom: 1px solid #ccc;
}

.m101-widget.offroad .m101-widget-merchant-image {
    display: none;
}

.m101-widget.offroad .m101-widget-original-price {
    display: none;
}

.m101-widget.offroad .m101-widget-final-price {
    display: table-cell;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.m101-widget.offroad .m101-widget-final-price a, .m101-widget.offroad .m101-widget-final-price a:hover {
    color: #f45151;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.m101-widget.offroad .m101-widget-discount {
    display: none;
}

.m101-widget.offroad .m101-widget-button {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.m101-widget.offroad .m101-widget-button a {
    padding: 10px 16px;
    border-radius: 25px;
    background-color: #7ac743;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Roboto Condensed";
}

.m101-widget.offroad .m101-widget-button a:after {
    content: "Buy now";
}

.m101-widget.offroad .m101-widget-button a:hover {
    background-color: #62a631;
}
