/***** SJ Grid-element Start */
.sj-grid-element .product-block {
    padding: 20px 15px;
}

.sj-grid-element .product-block:hover {
    padding: 20px 15px;
}

.sj-grid-element p.special-label {
    color: red;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: -28px;
    left: 10%;
    width: 80%;
    text-align: center;
    text-shadow: 1px 1px 7px #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.sj-grid-element .btn-buy {
    background: linear-gradient(to bottom, #fdb814 0%, #f89519 35%, #f16b22 100%) repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
    border: 2px solid #f3f3f1;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}

.sj-grid-element .btn-buy:hover,
.sj-grid-element .btn-quickbuy:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 1px 0 rgba(255, 255, 255, 0.3);
}
.big-title {
    /*font-family: engravers_gothicregular;*/
    font-family: modern_no._20regular;
    font-size: 73px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}
.free-gift {
    border-bottom: 1px solid #d9d9d9;
    color: #2c79b7;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 6px;
}
/***** SJ Grid-element End */

/***** Popular Categories CSS Start */
#MiniBanners #promotions {
    color: #fff;
    font-size: 1px;
    display: none;
}

#MiniBanners h2 {
    margin: 0;
    margin-bottom: 0px;
    background: #000;
    background-color: rgb(0, 0, 0);
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.ad-single {
    margin-bottom: 15px;
    text-align: center;
}

.ad-single img {
    width: 100%;
}

/***** Popular Categories CSS End */


@media screen and (min-width: 480px) {

    /***** SJ Grid-element - (Height fixed without js) Start */
    .sj-grid-element .short-description h6 {
        /*background-color: red;*/
        height: 60px;
        overflow: hidden;
    }

    .sj-grid-element .product-block p {
        /*background: yellowgreen;*/
        min-height: 19px;
    }

    /***** SJ Grid-element - (Height fixed without js) End */
}

@media screen and (min-width: 768px) {

    /***** SJ Grid-element Start */
    .sj-grid-element .product-block {
        margin: 5px;
    }
    .sj-grid-element p.special-label span {
        background: white;
        padding: 0 10px;
    }

    /***** SJ Grid-element End */
}

@media screen and (max-width: 991px) {

    /***** SJ Grid-element Start */
    .sj-grid-element .btn-buy {
        padding: 3px 10px;
        font-size: 16px;
        width: auto;
    }

    /***** SJ Grid-element End */
}

@media screen and (max-width: 767px) and (min-width: 480px) {

    /***** SJ Grid-element Start */
    .sj-grid-element .product-block {
        padding: 15px;
    }

    /***** SJ Grid-element End */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 767px) {

    /***** SJ Grid-element Start */
    .sj-grid-element p.special-label {
        font-size: 14px;
        top: -18px;
    }

    .sj-grid-element .btn-buy {
        font-size: 15px;
        padding: 3px 10px;
        width: auto;
    }
    .big-title {
        font-size: 40px;
        line-height: 1.2 !important;
    }
    .sj-grid-element .short-description h6 {
        max-height: 60px;
        overflow: hidden;
    }
    /***** SJ Grid-element End */
}

@media screen and (max-width: 479px) {

    /***** SJ Grid-element Start */
    .sj-grid-element .product-block .col-xs-6 {
        width: 50%;
        text-align: center;
    }

    .sj-grid-element .short-description {
        margin-bottom: 15px;
    }

    .sj-grid-element .btn-buy {
        font-size: 15px;
        padding: 3px 10px;
        width: auto;
    }
    .sj-grid-element .product-block{
        height: auto !important;
    }
    .sj-grid-element .product-block .price-block{
        text-align: left;
    }
    .sj-grid-element .btn-buy{
        float: left;
    }

    /***** SJ Grid-element End */
}

