body .stores_block_wrap.ext_block .filter{position:absolute;left:0px;top:3px;z-index:2;padding:0px;margin:0px;}
body .stores_block_wrap.ext_block .quantity-wrapp-block{float: right;background: #fff;position: relative;}
body .stores_block_wrap.ext_block .stores_block .quantity-wrapp-block .item-stock{position: static;float: none;display: inline-block;min-width:115px;}

.loadings.vertical{background-image: url(../../../../images/loaders/pl3.gif) !important;min-height:80px;}

.fast_view_preview, .fast_view_next {
    position:absolute;
    height: 42px;
    width: 42px;
    background-image: url('/local/templates/aspro_tires2_custom/images/arrows.png');
    top: calc(50% - 21px);
    background-color: #efefef;
    border-radius: 50%;
    background-repeat: no-repeat;
    border: none;
}

.fast_view_preview {
    background-position: 15px -95px;
    left: -50px
}

.fast_view_next {
    background-position: -19px -95px;
    right: -50px
}

.fast_view_preview:hover, .fast_view_next:hover {
    background-color: #fed000;
}

.fast_view_preview:hover {
    background-position: 15px 11px;
}

.fast_view_next:hover {
    background-position: -19px 11px;
}