/*WTL Category */

#wtl-categories {
    background-color: #F4F4F4;
    padding-bottom: 20px;
    padding-top: 20px;
}

#wtl-categories h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #wtl-categories {
        padding-left: 30px;
        padding-right: 30px;
    }

    #wtl-categories #wtl-categories-slider {
        padding: 0 40px;
    }
}

#wtl-categories .category {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#wtl-categories .category:hover .img-thumbnail {
    transform: scale(1.1);
}

#wtl-categories .category .img-thumbnail {
    border: none;
    height: auto;
    padding: 0;
    transition: transform .2s; /* Animation */
    width: 100%;
}

#wtl-categories .category h3 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}

#wtl-categories .category .btn {
    border-width: 2px;
}

#wtl-categories-slider {
    display: flex;
    justify-content: space-between;
}

#wtl-categories-slider.slick-slider {
    display: block;
}