﻿.product-header {
    background-image: url("../images/product-header-bg.png");
    padding: 40px 0px;
    text-align: center;
}

    .product-header h3 {
        font-family: "Roboto";
        font-size: 2.5rem;
        text-shadow: 2px 2px #000;
    }

    .product-header p {
        font-style: italic;
        font-weight: 400;
    }

    .product-header.lvl1 {
        background-color: #0489d2;
        color: #fff;
    }

    .product-header.lvl2 {
        background-color: #444f54;
        color: #fff;
    }

    .product-header.lvl3 {
        background-color: #20292d;
        color: #fff;
    }

    .product-header.lvl4 {
        background-color: #171b1d;
        color: #30779e;
    }
.product-item {
    border-radius: 3px;
    float: left;
    overflow: hidden;
}

.product-price {
    font-family: "Roboto";
    font-weight: 600;
    text-align: center;
    background-color: #dfe9f0;
    padding: 10px;
}

    .product-price .text {
        font-size: 1.8rem;
        font-weight: 600;
        display: inline-block;
        margin-top: 30px;
        margin-bottom: -20px;
        text-align: left;
        width: 200px;
        display: inline-block;
        margin-left: -10px;
    }

    .product-price .currency {
        font-size: 1.8rem;
        font-weight: 600;
        margin-right: 5px;
        vertical-align: 10px;
    }

    .product-price .full {
        font-size: 3.8rem;
        font-weight: 600;
    }

.product-item .buybutton {
    position: absolute;
    right: 3px;
    margin-top: -100px;
    cursor: pointer;
}

.product-price .cent {
    font-size: 2.5rem;
    font-weight: 600;
    vertical-align: 15px;
}

.product-price p.price {
    margin-left: 20px;
    height: 100px;
    width: 150px;
    text-align: center;
}

.product-price .desc {
    font-size: 1rem;
    margin-top: -30px;
    font-weight: 400;
}

.product-item .zickzack {
    background-image: url("../images/product-zickzack-bg.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 14px;
    background-position: center bottom;
    z-index: 10000;
    margin-top: -22px;
    margin-bottom: 20px;
}

.product-desc {
    padding: 20px 0px 20px 0px;
    background-color: #7f8f9a;
    font-size: 1rem;
    height: auto;
    overflow: hidden;
}

    .product-desc ul {
        padding: 0;
    }

        .product-desc ul li {
            padding: 1rem;
            border-bottom: solid 1px #96a3ac;
            color: #fff;
            list-style-position: inside;
            list-style-image: url("../images/product-listicon.png");
        }

            .product-desc ul li:last-child {
                padding: 1rem;
                border-bottom: solid 1px transparent;
            }

            .product-desc ul li span {
                margin-left: 1rem;
                margin-top: -1rem;
            }