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

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

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

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

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

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

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

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

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

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

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

#header .header-top .head-wishlist .ap-btn-wishlist {
    background-image: url(../img/codezeel/clm/wishlist-head.svg);
}

#header .header-top .head-wishlist .ap-btn-wishlist:hover {
    background-image: url(../img/codezeel/clm/wishlist-head-hover.svg);
}

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

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

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

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

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

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

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

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

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