#homeproducts #home-category-products .fade {
    opacity: 1;
}

#home-category-products,
#home-category-products .tab-pane {
    width: 100%;
}

#home-category-products .tab-pane .products {

}

#home-category-products .products {

}

#home-category-products {
    margin-top: 50px;
}

#home-category-products .homeproducts-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

#home-category-products .homeproducts-link a {
    padding: 20px 50px;
    display: inline-block;

    background-color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}
