/*==================================
    productList
==================================*/

.product-list-item-column {
    margin-bottom: 30px;
}

    .product-list-item-wrapper {
        height: 100%;
        text-align: center;
    }

    .product-list-item {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        height: 100%;
        background-color: #ffffff;
        border: 1px solid #ececec;
    }

        .product-list-item-header {
            position: relative;
            height: auto;
        }

        .product-list-item-header-link {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

            .product-list-item-span-wrapper {
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                text-align: left;
                pointer-events: none;
                width: 100%;
            }

                .product-list-span-item {
                    margin: auto auto 7px auto;
                }

                    .product-list-item-span {
                        display: inline-block;
                        padding: 7px 15px;
                        font-size: 0.75rem;
                        background-color: #ececec;
                    }

                    .product-list-item-span-sale {

                    }
                    .product-list-item-span-outlet {
                        
                    }
                    .product-list-item-span-package {
                        
                    }
                    .product-list-item-span-new {
                        
                    }

            .product-list-item-image {
                position: relative;
                max-width: 100%;
                object-fit: contain;
                height: 300px;
                padding: 15px;
                margin: 0 auto;
            }

            /* IE Only styles */
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

                .product-list-item-image {
                    object-fit: contain;
                    font-family: 'object-fit: contain;'; /* For object-fit js */
                }

            }

            .product-list-item-quickshop {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                bottom: 0;
            }

        .product-list-item-body {
            flex-grow: 1;
            padding: 15px;
            text-align: left;
        }

            .product-list-item-link {
                color: inherit;
            }

                .product-list-item-link:hover {
                    color: inherit;
                    text-decoration: none;
                }

            .product-list-item-title {

            }

            .product-list-item-manufacturer {

            }

            .product-list-item-price-wrapper {

            }

                .product-list-item-price {
                    display: block;
                }

                .product-list-item-price-old {
                    opacity: 0.5;
                    text-decoration: line-through;
                }

                .product-list-item-additional-wrapper {

                }

                    .product-list-item-additional {
                        margin: 0;
                    }

        .product-list-item-footer {
            padding: 15px;
        }

            .product-list-item-button {
                margin: 7px auto;
            }

/*==== End of productList ====*/



/*=================================
    Slick slider for product lists
==================================*/

.product-list .slick-initialized .slick-slide {
    display: block;
    height: auto;
    margin: 15px;
}

.product-list .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.product-list .slick-dots li:only-child {
    display: none;
}

.product-list .slick-prev {
    left: -15px !important;
    z-index: 1;
}
.product-list .slick-next {
    right: -10px !important;
    z-index: 1;
}
.product-list .slick-prev:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #d3d3d3;
}
.product-list .slick-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #d3d3d3;
}

/*==== End of Slick slider for product lists ====*/



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

@media screen and (max-width:768px) {
    .product-list .product-list-item-column {
       width: 50%;
    }

    .product-list > .row > .product-list-item-column:nth-child(odd)
    {
        padding-right: 5px;
    }

    .product-list > .row > .product-list-item-column:nth-child(even)
    {
        padding-left: 5px;
    }

    .product-list .slick-initialized .slick-slide {
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-list .slick-slider {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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