.slick-next {
    /*my style*/
    background: url('../../images/right-chevron.svg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.slick-prev {
    /*my style*/
    background: url('../../images/left-chevron.svg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.item img {
    max-height: 600px;
    margin: 0 auto; /* it centers any block level element */
    top: 0;
    left: 0;
}

.minimal-space {
    margin-bottom: 5px !important;
}

.category {
    font-size: 1em !important;
}

#description {
    margin-top: 10px;
}