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

.featured-content img {
    width: 100%;
    max-width: 966px;
    display: block;
    margin: 0 auto;
}

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

.featured-content {
    position: relative;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.featured-image {
    /*position: absolute;*/
    z-index: 1;
}

.link-block {
    position: absolute;
    z-index: 2;
    width: 55%;
    right: 5%;
}

.link-block p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.make-white {
    color: white;
    font-weight: normal;
    margin-top: 10px;
}

.make-black {
    color: black;
    font-weight: normal;
    margin-top: 10px;
}

.link-block h2 {
    font-size: 25px;
}

.featured-button {
    display: inline-block;
    background-color: #13c742;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
}

.featured-products-block h3 {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .star-rating-box-in-grid {
        background-repeat: no-repeat;
        background-position: center;
    }
    span.star-rating-number {
        font-size: 10px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .featured-content {
        height: 350px;
        width: 100%;
    }
    .featured-image {
        position: relative;
    }
    .link-block {
        width: 100%;
        padding: 20px;
        right: 0;
        margin-top: 10em;
    }
    .make-white {
        color: #000;
    }
    .featured-button.make-white {
        color: #fff;
    }
    .link-block h2 {
        font-size: 20px;
    }
    .link-block p {
        font-size: 14px;
        text-align: left;
    }
    /*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
    }
    .no-bottom-xs {
        border-bottom: none !important;
    }
    .catPageTiles .clear {
        display: none;
    }
    .catPageTiles {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 50px;
    }
    .popularCatItem {
        overflow: auto;
    }
    .indicator {
        left: 230px !important;
    }
    .no-botom-border {
        border-bottom: 1px solid #e0e0e0;
    }
}

@media only screen and (max-width: 970px) and (min-width:769px) {
    .featured-content {
        height: 250px;
    }
}

@media only screen and (max-width: 580px) {
    .link-block {
        margin-top: 6em;
    }
}

@media only screen and (max-width: 330px) {
    .link-block {
        margin-top: 4em;
    }
    .featured-content {
        height: 400px;
    }
}</pre></body></html>