/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*Custom css CW*/
@media (min-width: 992px) {
    #index .ApProductList .thumbnail-container .functional-buttons {
        position: absolute;
        right: 10px;
        bottom: 13%;
        width: 56px;
    }
}

#index .ApProductList .leo-compare-wishlist-button .btn i {
    line-height: 38px;
}

.product-flags .product-flag.discount {
    display: none;
}

.iview-controlNav div.iview-items {
    display: none !important;
}

.subcategory-block.subcategories-list.col-xl-4.col-lg-4.col-md-6.col-sm-6.col-xs-6.col-sp-12 {
    border-left: 1px solid #8080801f;
    padding: 15px;
    border-right: 1px solid #8080801f;
    border-left: 1px solid #8080801f;
    border-bottom: 1px solid #8080801f;
    border-top: 1px solid #8080801f;
}

#category #wrapper{
    background: #d7F4F0;
}
#category #wrapper {
    margin-top: 0px !important;
}

#category .breadcrumb {
    margin-bottom: 0rem !important;
}

#category #content-wrapper{
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #d7F4F0 !important;
    border-radius: 0;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}