/* Picto */
.products .product_list li .wishlist a:hover {
    background-image: url(../img/codezeel/bld/wishlist-hover.svg);
}

.product-quantity .st-wishlist-button:hover {
    background-image: url(../img/codezeel/bld/wishlist-hover.svg);
}

.block_newsletter form input.btn {
    background-image: url(../img/codezeel/bld/newsletter-btn.svg);
}

#header .search-widget .search_button:hover {
    background-image: url(../img/codezeel/bld/search-hover.svg);
}

#header .user-info .user-info-title:hover {
    background-image: url(../img/codezeel/bld/user-hover.svg);
}

#header .user-info .user-info-title {
    background-image: url(../img/codezeel/bld/user.svg);
}

#header .blockcart .blockcart-header > a.shopping-cart:hover,
#header .blockcart .blockcart-header > a.shopping-cart:focus {
    background-image: url(../img/codezeel/bld/cart-hover.svg);
}

#header .blockcart .blockcart-header > a.shopping-cart {
    background-image: url(../img/codezeel/bld/cart.svg);
}

.product-quantity .st-compare-button:hover {
    background-image: url(../img/codezeel/bld/compare-hover.svg);
}

.products .product_list li .compare a:hover {
    background-image: url(../img/codezeel/bld/compare-hover.svg);
}

.products .product_list li .quick-view:hover {
    background-image: url(../img/codezeel/bld/quickview-hover.svg);
}

#header .search-widget .search_button.active:hover {
    background-image: url(../img/codezeel/bld/close-hover.svg);
}

#header .search-widget form button[type=submit]:hover {
    background-image: url(../img/codezeel/bld/search-hover.svg);
}

.top_button {
    background-image: url(../img/codezeel/bld/top-arrow.svg);
}

.customNavigation a.prev:hover {
    background-image: url(../img/codezeel/bld/left-arrow-hover.svg);
}

.customNavigation a.next:hover {
    background-image: url(../img/codezeel/bld/right-arrow-hover.svg);
}

.products-selection .display li#grid a {
    background: url(../img/codezeel/bld/sprite.png) no-repeat scroll -3px -2px transparent;
}

.products-selection .display li#list a {
    background: url(../img/codezeel/bld/sprite.png) no-repeat scroll -40px -2px transparent;
}

.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
    background-image: url(../img/codezeel/bld/slider-right-arrow-hover.svg);
}

.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
    background-image: url(../img/codezeel/bld/slider-left-arrow-hover.svg);
}
