/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */
#customer-form input[name="firstname"]+span.form-control-comment, #customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
}
/* fix for Chrome image rendering */
img {
 image-rendering: -webkit-optimize-contrast;
}

#header .top-menu[data-depth="1"]>li a[data-depth="1"] {
white-space: normal;
}

#subcategories .subcat .subcategory-image {
    display: none;
}

.dm_label_p_all_left {
    display: flex;
    flex-flow: wrap;
    position: static;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
}
li.dm_label_p {margin-right: 7px}
.dm_color span {
    box-shadow: none;}

    .dm_label_pl_all_left {
            display: table;
    position: static;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    }
    li.dm_label_pl {
margin-right: 7px;
    margin-bottom: 13px;
        display: inline-block;
}

li.product-flag.new, .product-miniature li.product-flag.new {
    display: none;
}

