
/* component supplier */


.components_supplier ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 4px);
    bottom: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: url('assets/images/logo/gear.png');
}





.slideShow .slider {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    padding: 0;
    list-style: none;
}

/* Slider Direct Child Element */
.slideShow .slider li {
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
}

/* Slider First Direct Child */
.slideShow .slider li:first-child {
    display: block;
}

/* Slider Images, always flex with width of slider */
.slideShow.slider li img {
    width: 100%;
    height: auto;
}
