
.shopItemRow {
    font-family: Times New Roman ;
    font-size: 24px;
    width: 140px;
    height: 140px;
}


.moreShopItems {
    color: blue;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
   display: none;
}

.shopItemRow, .shopItemRow:hover {
    cursor: pointer;

}
.shopItemRow > a, .shopItemRow > a:hover {
    text-decoration: none !important;
}
.shopItemRow .itemId {
    display: none;
}
.noShopItems {
    display: none;
}
