﻿/* WARE */

.scroll-panel, .scroll-panel-vert {
    position: relative;
}

    .scroll-panel .cont-rel {
        position: relative;
    }

.scroll-cont {
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    text-align: center;
}

    .scroll-cont::-webkit-scrollbar,
    .scroll-cont-vert::-webkit-scrollbar {
        width: 0 !important;
    }

.scroll-arrow-l {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding-left: 15px;
}

.scroll-arrow-r {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding-right: 15px;
}

.scroll-cont > * {
    white-space: normal;
    float: none !important;
}

.scroll-panel .default-proditems {
    overflow: auto;
}
