<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catPageTiles {
    width:100%;
}
.txtLink {
    padding: 0;
}
.catTile {
    height: 280px;
}
/**SUPER SAVERS BEST BUYS STYLES**/
.subcategory-tile-menu .txtLink.subcategory-tile-menu .btnLinkWrapper {
    position: relative;
    top: -30px
}

a .bestBuysMob {
    display: none !important;
}

a .bestBuysMob .btnLinkIndicator {
    width: 20px;
    height: 37px;
    display: inline 0 block;
    float: right;
    display: block !important;
}

a .bestBuysMob {
    height: 32px;
    width: 130px;
    font-size: 12px;
    line-height: 32px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #fff;
    
    text-transform: uppercase;
    margin-top: -25px !important;
    background-color: #2f5788 !important;
    display: block !important;
}

/** END OF CODE **/
.popularCat &gt; img {
    height: 140px !important;
}

.no-bottom {
    border-bottom: none !important;
}

.brandTile img {
    height: 60px;
    width: 130px;
}

.indicator {
    left: 790px !important;
}

.no-right {
    border-right: none !important;
}

/*.subcategory-tile-menu .txtLink {*/
    /*padding-top: 35px !important;*/
/*}*/

.catTile img {
    padding-top: 20px;
}


@media only screen and (max-width: 767px) {
    /*ONLY IF SUPER SAVER BUTTON ACTIVE USE CODE BELOW OTHERWISE COMMENT IT OUT*/
    a .bestBuysMob {
        bottom: 7px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: absolute;
    }

    .subcategory-tile-menu .btnLinkWrapper {
        position: absolute;
    }

    /*END OF CODE*/
    .no-right {
        border-right: 1px solid #e0e0e0 !important;
    }

    .no-right-xs {
        border-right: none !important
    }

    .catPageTiles .clear {
        display: none;
    }

    .catPageTiles {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 50px;
    }

    .catTile.right-border-xs {
        border-right: 1px solid #e0e0e0 !important;
    }

    .bottom-border-xs {
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .popularCatItem {
        overflow: auto;
    }

    .indicator {
        left: 230px !important;
    }
}</pre></body></html>