.ecox_separator {
    position: relative;
    width: 100%;
    margin: 55px auto 0;
}

.ecox_separator::before {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(
            to right,
            transparent,
            #ddd,
            transparent
    );
}

.ecox_separator span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--ecox-rouge);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 10px #fff;
}

/* ==========================================================
   fafafa
========================================================== */
.ecox_separator.fafafa span{
    box-shadow:0 0 0 10px #fafafa;
}

/* ==========================================================
   HEIGHT MIDDLE
========================================================== */
.ecox_separator.middle span {
    width: 15px;
    height: 15px;
}
