/* */

.full-header{
    background: #000;
}

.ttspecialoffer .offer{
    background: #1a6f43 none repeat scroll 0 0;
}

#top-menu > li > a{
    font-family: 'Bangers', cursive;
    font-size: 20px;
}

.ttspecial-products .product-grid .thumbnail-container .tt-button-container .button.ajax_add_to_cart_button.add-to-cart.btn-default{
    background: #A61707;
}

.ttspecial-products .product-grid .thumbnail-container .tt-button-container .button.ajax_add_to_cart_button.add-to-cart.btn-default:hover{
    background: #E33622;
    color: #ffffff;
}

.ttspecial-products .product-grid .thumbnail-container .ttproducthover .add-to-cart-disable{
    background:#004D37;
}

#js-delivery > div > div.delivery-options > div > label > div > div.col-sm-5.col-xs-12 > div > div.col-xs-9 > span{
    display:none;
}

#js-product-list > div.products.product-thumbs.row > article > div > div.ttproduct-desc > div{
    min-height:110px;
}

#search_block_top .btn.button-search{
    background:#1b6f43;
    color:#fff;
}

#newslatter .block_newsletter .block_content .btn{
    background:#1b6f43;
    color:#fff;
}

#newslatter .block_newsletter .block_content .btn:hover{
    background:#1b6f43;
}

.cart-grid-right .promo-discounts .cart-summary-line .label{
    color: #07a758;
    text-transform: uppercase;
}

.block-promo .promo-code{
    background: #1a6f43;
}

#main > div > div.cart-grid-right.col-xs-12.col-lg-4 > div > div.cart-detailed-totals > div.block-promo > div > ul > li{
    margin-left: 20px;
}

@media (max-width: 991px) {
    #tttoplink{
        display: none;
    }
    #top-menu > div{
        display: none;
    }
}
@media (min-width: 935px) and (max-width: 1300px){
    #ps_topbanner_wrapper{
        font-size: 18px!important;
    }
    #clockdiv{
        font-size: 18px!important;
    }
}

@media (min-width: 768px) and (max-width: 934px){
    #ps_topbanner_wrapper{
        font-size: 16px!important;
    }
    #clockdiv{
        font-size: 16px!important;
    }
}

@media (max-width: 767px){
    #ps_topbanner_wrapper{
        height: 65px!important;
        line-height: 2.3!important;
    }
}