/*==================================
    product-categoryList
==================================*/

.product-category-list {

}

    .product-category-list-item {
        margin-top: 0;
        margin-bottom: 30px;
    }

        .product-category-list-item-link {
            position: absolute;
            z-index: 3;
            left: 15px;
            right: 15px;
            top: 0;
            bottom: 0;
        }

        .product-category-list-item-header {
            position: relative;
            height: 350px;
            background-size: cover;
            background-position: center center;
        }

        .product-category-list-item-title {
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            margin: 0;
            padding: 15px;
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.5);
            /* cut the long titles with ellipsis */
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-category-list-footer {
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .product-category-list-column {
            margin-bottom: 15px;
        }


.product-category-list-section {
    margin-top: 0;
    margin-bottom: 0;
}

/*==== End of product-categoryList ====*/


/*==================================
    product-categoryList
==================================*/

.product-category-list-slider-wrapper {

}

    .product-category-list-slider {
        position: relative;
    }

        .product-category-list-slider-item {
            position: relative;
        }

            .product-category-list-slider-link {
                position: absolute;
                z-index: 3;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .product-category-list-slider-image {
                max-width: 100%;
            }

/*==== End of product-categoryList ====*/



/*==================================
    product-categoryList
==================================*/

.product-category-list-filters-wrapper {
    margin-bottom: 30px;
}


/*==== End of product-categoryList ====*/



/*==================================
    product-categoryList
==================================*/

.product-category-list-products-wrapper {

}

.product-category-list-filters-wrapper .dropdown-menu {
    background: #fff !important;
}

/*==== End of product-categoryList ====*/



/*==================================
    Responsive
==================================*/

@media screen and (max-width:425px) {

    .product-category-list-item-header {
        height: 175px;
    }

    .product-category-list-item-title {
        position: relative;
        left: 0;
        right: 0;
    }

}

/*==== End of Responsive ====*/
