.listslider-container {
    overflow: hidden;
}
.listslider-arrow {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s linear, visibility 0.5s linear, left 0.1s linear, right 0.1s linear, text-shadow 0.1s linear;
    top: 0;
    line-height: initial;
    font-size: 20px;
    min-width: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.listslider-arrow.active{
    opacity: 1;
    visibility: visible;
}


.listslider-arrow.listslider-right{
    padding-right: 8px;
    right: 0px;
    justify-content: flex-end;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}




.listslider-arrow.listslider-left{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    left: 0px;
    padding-left: 8px;
}
.listslider-arrow.listslider-right.active:hover span,
.listslider-arrow.listslider-left.active:hover span{
  transition: all ease-in-out 100ms;
}
.listslider-arrow.listslider-right.active:hover span{
    transform: translateX(5px);
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}


.listslider-arrow.listslider-left.active:hover span{
    transform: translateX(-5px);
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}
.listslider-wrapper {
    padding: .7rem 0;
    margin: 0 auto;
}
.listslider{

}

ul.listslider{
    white-space: nowrap;
    clear: both;
    padding-left: 0;
    display: flex;

}

ul.listslider li {
    list-style: none;

    padding: 0 3px;
}
ul.listslider li a {
    display: block;
    padding: 1px 12px;
    border: 1px solid #cfcfd0;
    border-radius: 22px;
    color: #484848;
    background-color: white;
    font-size: .85rem;
    font-weight: 500;
}
.list-slider {
    border-top: 1px solid rgb(234, 234, 234);
    border-bottom: 1px solid rgb(210, 210, 210);
}
ul.listslider li a:hover {
    background-color: #fffffff2;
    border-color: #4d5bed;
    color: #4d5bed;
}
.listslider-arrow:hover {
    color: #4d5bed;
}
