.tns-outer {
    position: relative;
}
.tns-controls {
    display: flex;
    justify-content: space-between;
}
.tns-controls button {
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 45%;
}
.tns-controls button:first-child {
    background: url('/etc/designs/kelloggs/kstl/img/left_nav.png') no-repeat 0 0;
    opacity: 0.7;
    left: -11%;
}
.tns-controls button:first-child:hover {
    opacity: 1;
}
.tns-controls button:last-child {
    background: url('/etc/designs/kelloggs/kstl/img/right_nav.png') no-repeat 0 0;
    right: -11%;
}
.tns-nav {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    width: 100%;
    position: absolute;
    bottom: 25px;
}
.tns-nav button {
    height: 12px;
    width: 12px;
    background: #ececec;
    border: none;
    border-radius: 50%;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}
.tns-nav button.tns-nav-active {
    background: #000;
}
.single-product-slider .flex-direction-nav {
    display: none;
}
.single-product-slider .lap-zero {
    display: inline-block;
    padding-left: 0;
}