﻿.category-description {
    width: 100%;
    text-align: center;
    color: #006633;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    height: 103px;
}

    .category-description div {
        height: unset;
    }

        .category-description div:first-child {
            padding: 5px;
        }

        .category-description div p {
            margin: 0 auto;
            text-align: center;
        }

.click_here {
    margin: 0 auto;
    max-width: 256px;
    text-align: center;
    overflow: hidden;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 1px;
}

    .click_here div {
        float: left;
        cursor: pointer;
        padding: 0 5px;
    }

    .click_here img {
        width: 100%;
        display: inline;
        max-width: 118px;
    }

.pixel, .pixel img {
    width: 1px;
    height: 1px;
}

.categories, .offers {
    margin: 0 auto;
    padding: 0;
}

.category-img {
    width: 100%;
}

.container-nitro {
    width: 287px;
    margin: auto;
    background-color: transparent;
    background-size: 100%;
    position: relative;
}

.categories {
    background-color: transparent !important;
}

.category-img img {
    display: block !important;
}

.categories, .offers {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.click_here, .click_offer:hover, click_offer:active {
    text-decoration: none;
}

.category .active {
    position: absolute;
}

#nitrobrandinglogo {
    position: relative;
    z-index: 999999;
    background-color: #595959;
    float: right;
    padding-top: 4px;
    padding-left: 4px;
    height: 13px;
    padding-bottom: 1px;
    margin-top: -18px;
    width: 47px;
    border-radius: 9px 0px 0px 0px;
}

    #nitrobrandinglogo img {
        width: 45px;
        display: block !important;
    }