.amscroll-load-button {
    /*background: rgb(58,79,98);*/
    border: 0px;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
    margin: 5px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.amscroll-loading {
    background-repeat:no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 50px;
}

.amscroll-page-num {
    background: #efefef;
    color: #807d7d;
    padding: 5px 10px;
    text-align: left;
    font-size: larger;
    font-weight: bold;
}
#amscroll-navbar
{
    display: none !important;
}
.amscroll-navbar{
    position: fixed;
    bottom: 1%;
    right: 10%;
    z-index: 99999;
    color: white;
    padding: 6px 50px 6px 5px;
    height: 26px;
    box-sizing: content-box !important;
}

.amscroll-navbar-text {
    line-height: 26px;
}

.amscroll-navbar a{
    background: url(../images/up.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.amscroll-load-button + .amscroll-page-num{
    display: none;
}
#amasty-shopby-product-list .ajax-loading
{
    clear: both;
    text-align: center; 
}
#amasty-shopby-product-list .ajax-loading .scroll-ajax-button
{
    border: 2px solid #56cfe1;
    background-color: #56cfe1;
    border-radius: 40px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0 45px;
    font-size: 20px;
    color: #fff;    
}
.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute.color,.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute.size
{
    display: none;
}
.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute.color:first-child,
.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute.color:first-child + .swatch-attribute.size
{
    display: block;
}