
/**SUPER SAVERS BEST BUYS STYLES**/
.subcategory-tile-menu .txtLink,.subcategory-tile-menu .btnLinkWrapper{
    position:relative;
    top:-30px
}

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

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>img{
    height: 140px;
}
.no-bottom{
    border-bottom: none;
}
.brandTile img{
    height: 60px;
    width: 130px;
}
.indicator{
    left: 790px;
}
.no-right{
    border-right: none ;
}

.subcategory-tile-menu .txtLink {
    padding-top: 35px ;
}

.catTile img {
    padding-top: 20px;
}
.catTile {
    height: 287px;
}
.brands{
    height: 253px;
}
.catPageTiles {
    width: 100%;
    height: auto;
    overflow: hidden;
}


@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;
    }
    .no-right-xs{
        border-right: none;
    }
    .catPageTiles .clear{
        display: none;
    }
    .catPageTiles{
        height: auto;
        overflow-x: hidden;
        margin-bottom: 50px;
    }
    .catTile.right-border-xs{
        border-right: 1px solid #e0e0e0;
    }
    .bottom-border-xs{
        border-bottom: 1px solid #e0e0e0;
    }
    .popularCatItem{
        overflow: auto;
    }
    .indicator{
        left: 230px;
    }
}

/** BORDER FIXES */
/** md+ */
@media only screen and (min-width: 768px) {

    .catPageTiles > div:nth-child(3n) {
        border-right: none;
    }

    .catPageTiles > div:last-child {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 520px) {
    .catPageTiles > div:nth-child(2n) {
        border-right: none;
    }

    .catPageTiles > div:last-child {
        border-bottom: none;
    }

    .catPageTiles > div:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }
}

@media only screen and (max-width: 519px) {
    .catPageTiles > div {
        border-right: none;
    }

    .catPageTiles > div:last-of-type {
        border-bottom: none;
    }
}

/** END BORDER FIXES */