footer .footer-main .foot-partner-slide .item .prize-img img {
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
footer .footer-main .foot-partner-slide .item .prize-img:hover img {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.product-info .product-price .price .new{
	color: red;
    margin-bottom: 10px;
}
.productlist .product-col figure figcaption .product-price .new{
	color: red;
}

.cartpanel .button {
    margin-bottom: 30px;
}

.footer .footer-bottom{
    background: #0100fb !important;
}

.btn-scrolltop{
    background: #0100fb !important;

}