#home-our-selection {
    overflow: hidden;
}

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

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

#home-our-selection #home-category-products .products {
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin-left: 0;
    position: initial;
}

#home-our-selection #home-category-products {
    position: relative;
}

#home-our-selection #home-category-products .products .product-miniature .thumbnail-container:hover {
    position: static;
    width: 100%;
}

#home-our-selection #home-category-products .product-miniature .thumbnail-container:hover .product-description .buttons-wrapper {
    display: none !important;
}

#home-our-selection #home-category-products .products .product-miniature .thumbnail-container {
    margin-bottom: 15px;
    margin-top: 15px;
}

#home-our-selection .home-category-products .slick-slider {
    position: relative;
    display: block;
}

#home-our-selection .home-category-products .slick-list {
    overflow: visible;
    width: 100% !important;
}


#home-our-selection .home-category-products .product-item {
    margin-left: 15px;
    margin-right: 15px;
}

#home-our-selection .home-category-products .product-item .product-miniature {
    width: 100%;
}

#home-our-selection .home-category-products .slick-track {
    /*transform: none !important;*/
    align-items: flex-start;
}

#home-our-selection .home-category-products .tab-pane .products {
    width: 100%;
    min-width: 0;
    min-height: 0;
}

#home-our-selection .home-category-products .products {
    width: 100%;
    min-width: 0;
    min-height: 0;
}

#home-our-selection .home-category-products .products .slick-arrow {
    width: 40px;
    height: 40px;
}

#home-our-selection .home-category-products .products .slick-prev {
    left: 15px;
}

#home-our-selection .home-category-products .products .slick-next {
    right: 15px;
}

#home-our-selection .home-category-products {

}

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

#home-our-selection .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) {

}
