<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.products-grid .item, .products-list .item {
    position: relative;
}

.item .flags {
    position: absolute;
    z-index: 1;
    left: 0px;
    display: inline-block;
}

.item .flags .rank {
    margin-top: 5px;
    background-color: #3777BB;
    color: white !important;
    padding: 0px 5px;
    line-height: 22px;
    font-size: 13px;
    display: inline-block;
    float: left;
    clear: left;
}

font#sxOrderToolbar a.active {
    color: black;
}

font#sxOrderToolbar a.active span {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

font#sxOrderToolbar a.active span.sxSignASC {
    background-position: 4px -547px;
}

font#sxOrderToolbar a.active span.sxSignDESC {
    background-position: 4px -570px;
}


/*
 * if SEO Urls are active, action buttons need to be shown
 */

.cms-index-noroute .products-grid .actions {
    display: block !important;
}

/*centering sxLoadMore Button */
.sxLoadMoreButton{
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top:20px;
    margin-bottom:20px;
}


/* relevance direcion switch */
.sxNowJustAjax.active.order-none .sxSignASC {
    display: none !important;
}


/* contentSearch with tabs */
.semknoxps-index-index .product-collateral dl.collateral-tabs dd {
    border: 0;
    padding: 0;
}

.semknoxps-index-index .product-collateral dl.collateral-tabs dd.product-tab{
    padding: 20px 0 0 0;
}

.semknoxps-index-index .product-collateral .collateral-tabs dd h2.product-name {
    display: block;
}
</pre></body></html>