/* Contenedor centrado */
.tns-nav {
    text-align: center;
    margin-top: 15px;
}

/* Bullets */
.tns-nav button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;

    background: #ffffff;
    border: 1px solid #000000;
    padding: 0;
    cursor: pointer;

    transition: background 0.2s ease;
}

/* Bullet activo */
.tns-nav button.tns-nav-active {
    background: #000000;
    border-color: #000000;
}
.slide_product_bloc li{
    margin:0!important
}