.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #337ab7;
}

#main-banner img {
    width: 100%;
}

.kuff-prods-wrapper {
    text-align: center;
    margin-bottom: 35px;
}

.kuff-prods-wrapper img {
    border: solid 2px #cccccc;
    border-radius: 15px;
}

#prods-container {

}

#prods-container h3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.prod-title {
    color: #337ab7;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.prod-details {
    color: #666666;
}

#kuff-pag-row {
    text-align: center;
}