﻿/* LAYOUT  */

.wareList-item-container {
    width: calc(100% / 8);
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

    .wareList-item-container > a {
        text-decoration: none;
    }

.warelist-item-img {
    max-width: 100%;
    height: 140px;
}

    .warelist-item-img img {
        max-width: 80%;
        max-height: 90%;
    }

.warelist-item-name {
    color: #394648;
    font-size: 0.8em;
    display: block;
    height: 3em;
    overflow: hidden;
    padding: 10px 0px 5px 0px;
    margin: 0px 20px 10px 20px;
}

.warelist-item-delivery {
    font-weight: bold;
    color: #CBAC88;
    display: block;
}

.warelist-item-price {
    padding-top: 6px;
    color: #394648;
    font-size: 0.8em;
    font-weight: bold;
}

.warelist-pager-nolink {
    font-size: 1.25em;
    font-weight: bold;
}

.group-next-products {
    display: inline-block;
    background: #41b6b2;
    font-weight: bold;
    padding: 0px 0;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .group-next-products a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 50px 15px 50px;
        display: inline-block;
        border: 1px solid #41b6b2;
    }

        .group-next-products a:hover {
            color: #41b6b2;
            background:#fff;
        }

.group-next-count {
    color: #BFBDC1;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 30px;
}

    .group-next-count span {
        color: #394648;
        font-weight: bold;
    }

.badge-clr-5992112 {
    background: #ff0000;
}

.badge-clr-5992113 {
    background: #CBAC88;
}

.badge-clr-6638097 {
    background: #D6B4CB;
}

.badge-clr-5992111 {
    background: #ff0000;
}

.badge-clr-5992110 {
    background: #CBAC88;
}

.badge-clr-6632042 {
    background: #CBAC88;
    display: none !important;
}

.badge-clr-5992115 {
    background: #CBAC88;
}

.badge-clr-5992114 {
    background: #ff0000;
}

.badge-clr-6643489 {
    background: #f5d142;
}

.wlist-flags > div {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #fff;
    padding: 7px 11px 7px 11px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
    font-weight: bold;
}

.wlist-flags {
    position: absolute;
    padding-left: 5px;
}

    .wlist-flags > div {
        display: block;
        font-size: 0.8em;
        padding: 4px 6px 4px 6px;
        margin-bottom: 3px;
        font-weight: normal;
    }


.plist-item-recprice {
    text-decoration: line-through;
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
}

.plist-item-salebatch {
    position: absolute;
    z-index: 199;
    font-weight: bold;
    font-size: 2.0em;
    color: #41B6B2;
    top: 85px;
    right: 5px;
}

@media screen and (max-width: 1024px) {

    .wareList-item-container {
        width: calc(100% / 5.5);
    }
}

@media screen and (min-width: 769px) {
    .wareList-item-container:hover .wlist-flags {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .wareList-item-container {
        width: calc(100% / 2.5);
    }
}