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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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