

.topItems{
    background:#f5f5f5;
    padding:3em 0;
    margin-bottom:8em;
}

.topItems h2 {
    color: #5d5d5d;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom:1em;
}

.topItems .item {
    padding: 1em 1em 2em 1em;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 100%;
    object-fit: contain;
}

.topItems .item .linkTo {
    display: block;
    text-align: center;
    margin-top: 1em;
    color: #5c5b5b;
    font-size: 0.9em;
    text-decoration:none;
}


.topItems .item .linkTo h4 {
    color: #000;
    font-size:1em;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topItems .item .linkTo img {
    text-align: center;
    height: 11em;
    width: auto;
    max-width:100%;
    display: inline-block;
    margin-bottom:1em;
}

.topItems .item .pricebox {
    background: #000f9f;
    margin: 0 -1em;
    padding: 0.2em 0;
}

.topItems .item .buynow {
    color: #fff;
    font-weight: 500;
    font-size: 0.8em;
    cursor:pointer;
    text-decoration:none;
}

.topItems .item .pricebox .price {
    color: #000;
    background: #1aff80;
    padding: 0.45em 0.8em;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 500;
}