body{ 
    color: #333;
    background-color: #fff;
}
a{ color: #0088cc; }
a:hover, a:focus{ color: #005580; }

#header_user #shopping_cart .ajax_cart_total,
.cc-price,
.price .our_price_display,
#unit_price_display{
    color: #ff4848;
}

.frame_wrap_header > .fwh-title,
.frame_wrap_header.nav.nav-tabs > li > a{
    color: #000;
}

.frame_wrap_header > .fwh-title,
.frame_wrap_header.nav.nav-tabs .active > a{
    border-bottom-color: #000;
}

a.product_image > span.new,
a.product_image > span.reduction,
#reduction_percent,
#reduction_amount,
.sale_online .on_sale,
.sale_online .online_only{
    color: #fff;
    background: rgba(255, 72, 72, 0.6);
}

.cc-product-hover .product_desc{
    color: rgb(255, 255, 255);
    background: rgba(0,0,0,0.6);
    border-left-color: #000;
}

.btn.exclusive{
    color: #fff;
    background: #167db2;
}

.btn.exclusive_small{
    color: #fff;
    background: #167db2;
}

#page{
    ;
    background-image: url(img/theme/bkg/nature.jpg);
    background-size: cover !important;
        background-repeat: repeat;
    background-position: center;
        background-attachment: fixed;
    }

/**
Custom CSS
**/
/* Put your custom css in here. */