/* Custom code goes here - paste your css code below in line 3 */


.faceted-dostupny{
    display: none;
}

.carrier_logo img{
    width: 60px !important;
}

@media (min-width: 992px) AND (max-width: 1200px) {
    .pl_2col_qty_4 .col-md-9 .products .product-miniature {
        width: 33.33%;
    }
    .pl_2col_qty_4 .col-md-9 .products .product-miniature:nth-child(3n+1) {
        clear: both;
    }
    .pl_2col_qty_4 .col-md-9 .products .product-miniature:nth-child(4n+1) {
        clear: unset;
    }
}
.shop-2 #home_man ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.shop-2 #home_man ul li {
    min-width: unset !important;
}


.shop-2 #home_man ul::after {
    content: "";
    flex: auto;
}

.all_products_yes .all-product-link {
    display: block !important;
}

#cat_id_1313 a{
    color: red;
}
#cat_id_1413 a{
    color: #1b82d6;
}

.av-skladem{
    color: green;
}

.av-neni-skladem{
    color: orange;
}

.pl_border_type2 div#content-wrapper .products .product-miniature .thumbnail-container {
    min-height: 535px;
}