<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-block img {
    width:100%;
}
.catPageTiles {
    width: auto;
    margin-bottom: 100px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.banner-block.div-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-block h3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.para-section p {
    margin-bottom: 20px;
    text-align: justify;
}

/**SUPER SAVERS BEST BUYS STYLES**/
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;
}

@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;
    }

    /*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;
    }

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

    .popularCatItem {
        overflow: auto;
    }

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