.widget-page .simple-store .main-store-content .left-store-navigation,
#widget-override .simple-store .bread-crumbs,
#widget-override .simple-store .cart-status {
    display: none;
}

.widget-page .simple-store .main-store-content .simple-store-content {
    width: 96%;
    padding: 1%;
    float: none;
    margin: 10px auto 0;
    background: none;
    border: 0;
}

.widget-page .simple-store .main-store-content .simple-store-content .simple-store-landing .top-category {
    width: 30%;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 5px;
    height: 150px;
    float: left;
    overflow: hidden;
    position: relative;
}

.widget-page .simple-store .main-store-content .simple-store-content .simple-store-landing .top-category img {
    min-width: 100%;
    min-height: 100%;
    display: block;
    border: 0;
}

.widget-page .simple-store .main-store-content .simple-store-content .simple-store-landing .top-category a {
    color: #fff;
    text-decoration: none;
}

#widget-override .simple-store .simple-store-content .simple-store-landing .top-category h2 {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-top: 0;
    text-shadow: 1px 1px #000000;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    font-size: 20pt;
    width: 50%;
    color: #fff;
}