/*Home page slider*/
.kg-home-products{
    margin: 0 0 0 5px;
}
#kg-slider-home {
    margin: 0 5px;
    padding: 0 5px;
}


#kg-slider-home .product-miniature {
    margin: 0 0;
    text-align: center;
}

.kg-home-products .bx-wrapper .bx-controls-direction a.bx-prev{
    width: 25px;
    height: 25px;
    background-image: url("../img/arrow-left.png");
    background-size: cover;
    display: block;
}

.kg-home-products .bx-wrapper .bx-controls-direction a:before{
    display: none;
}

.kg-home-products .bx-wrapper .bx-controls-direction a.bx-next{
    width: 25px;
    height: 25px;
    background-image: url("../img/arrow-right.png");
    background-size: cover;
    display: block;
}

.kg-home-products .bx-wrapper .bx-controls-direction a:before{
    display: none;
}



@media (max-width: 768px) {
    #kg-slider-home .thumbnail-container {
        display: inline-block;
    }

    .kg-home-products {
        margin: 0 0 0 -10px;
        text-align: center;
    }

}

@media (max-width: 1199px) {

    .kg-home-products .bx-wrapper{
        margin: 0px auto !important;
    }

}

.kg-slider-home-h3{
    margin-bottom: 15px;
    text-align: center;
}