/*

//moduleview/catalog/blocks/topproducts/top_products.tpl:<div class="scrollable products contentblock top_products fastener {$dir.alias}" data-category="{$dir.name}">
//moduleview/catalog/blocks/topproducts/top_products.tpl:<div class="scrollable products contentblock top_products align {$dir.alias}">
//moduleview/catalog/blocks/topproducts/top_products.tpl:    {include file="%THEME%/fragments/_products.tpl" centered=$dir->alias!="novinki"}

//moduleview/article/blocks/lastnews/lastnews.tpl:<div class="scrollable contentblock lastnews fastener {$dir.alias}" data-category="{$category.title}">
//moduleview/article/blocks/lastnews/lastnews.tpl:<div class="scrollable contentblock lastnews align {$dir.alias}">

*/

/* -- FIXES -- */

.scrollable a.all {
    text-decoration: none;
}

/* -- LAYOUT -- */

.scrollable .heading-nav-glue {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* -- STYLING -- */

.scrollable a.all {
    color: #757575;
    text-align: right;
}

.scrollable a.all img {
    vertical-align: middle;
}

/* -- SPACING -- */

.scrollable .heading-nav-glue {
    margin-right: 30px;
}

.scrollable a.all {
    margin-right: 25px;
}

/* == MOBILE == */

@media screen and (max-width: 920px) {
    .scrollable .heading-nav-glue {
        margin-right: 10px;
        margin-top: 10px;
    }
    .scrollable a.all {
        margin-right: 20px;
    }
}
