#slides a.prev {background: url('../../images/blackarrows.png') no-repeat 0 0;
                width: 20px;
                height: 56px;}
#slides a.next {background: url('../../images/blackarrows.png')no-repeat -23px 0;
                width: 20px;
                height: 56px;}
#slides a.prev:hover{background: url('../../images/blackarrows.png')   no-repeat 0 -61px;
                     width: 20px;
                     height: 56px;}
#slides a.next:hover {background: url('../../images/blackarrows.png')  no-repeat -23px -61px;
                      width: 20px;
                      height: 56px;}
.footer-content .footer-glow {
    /*background: url(../../images/footer-glow-black.png) repeat-x;height:41px;width:100%;*/
}
.footer-content .footer_wrap{
    /*background: url(../../images/footer-bg-black.png);*/
    background: #444444;
}
/*.footer{background: url(../../images/footer-line-black.png) repeat-y 50%;}*/
@media only screen and (min-width: 768px) and (max-width: 960px) { 
    /*.footer {background: none;}*/
}
@media only screen and (max-width: 768px) { 
    /*.footer {background: none;}*/
    #menu li.current-menu-item a, li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
        background:none;
        margin:0;
    }
}
#menu .ddsmoothmenu li a::before,
#menu .ddsmoothmenu li a::after,
.header .top_right_bar #searchform,
.sidebar #searchform{
    border-color: #444;
}
.header .top_right_bar #searchform #s,
.sidebar #searchform #s,
.search-div:after,
#menu .ddsmoothmenu li a:hover,
a:hover{
    color: #444;
}
.home_text p{
    background: #444;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .content_wrapper ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce .shop_table .coupon .button:hover,
.woocommerce .shop_table .button:hover,
.woocommerce #review_form #respond .form-submit input:hover{
    background: #444;
    color: white;
    text-shadow: none;
}
.woocommerce .content_wrapper ul.products li.product .button,
.woocommerce ul.products li.product .button,
.woocommerce .shop_table .coupon .button,
.woocommerce .shop_table .button,
.woocommerce #review_form #respond .form-submit input{
    background: #fff;
    border: 1px solid #444;
    color: #444;
    border-radius: 3px;
    font-weight: 500;
    float: none;
}