#amazcontainer,#bolcontainer,#pproductcontainer {
    margin-top: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 2px solid #2e282a;
    width: 100%;
    margin-bottom: 30px
}

#bolcontainer,#pproductcontainer {
    background-color: #fff;
    border: 2px solid #0700a4
}

#pproductcontainer {
    border: 2px solid #3a0a69
}

#amazcontainer:hover {
    background-color: #fff7ea
}

#bolcontainer:hover {
    background-color: #e5e8fb
}

#pproductcontainer:hover {
    background-color: #d7daef
}

#amazcontainer a,#bolcontainer a,#pproductcontainer a {
    text-decoration: none
}

#bolcontainer p {
    display: none
}

.amaz {
    text-align: center
}

.amaz .title {
    font-size: 18px;
    background-color: #2e282a;
    color: #f69503;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    max-height: 44px;
    overflow: hidden;
    line-height: 24px
}

.amaz .bolcomtitel {
    background-color: #0700a4;
    color: #fff
}

.amaz .pproducttitel {
    background-color: #3a0a69;
    color: #fff
}

.amaz a {
    color: red
}

.amaz img {
    border-radius: 10px
}

.amaz .containerimg,.amaz .tag {
    height: 120px;
    width: auto;
    position: relative;
    float: right;
    margin-right: 15px;
    margin-top: 24px
}

.amaz .tag {
    position: absolute;
    left: 0px;
    bottom: -5px;
    z-index: 1000;
    background-color: #000;
    padding: 5px;
    color: #fff;
    width: 30px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    margin-top: 15px;
    text-align: center;
    font-size: 10px;
    opacity: .7;
    font-weight: 700
}

.amaz .tag span {
    display: block;
    opacity: .9
}

.amaz .vanprijs {
    font-size: 10px;
    color: #985c03;
    line-height: 16px
}

.amaz .ppprijs,.amaz .pprijs {
    font-size: 12px;
    color: #000;
    line-height: 16px
}

.amaz .ppprijs {
    color: #fff;
    background-color: #31a228;
    padding: 5px 7px;
    border-radius: 6px
}

.amaz .prijs {
    font-size: 32px;
    font-weight: 700;
    color: #000
}

.amaz .prijsdecimals {
    font-size: 8px
}

.amaz .prijzen {
    margin-top: 20px;
    width: 164px
}

.amaz .amalogo,.amaz .bollogo {
    width: 100px;
    margin-left: 34px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px
}

.amaz .boldelivery {
    color: #0700a4;
    font-size: 10px;
    line-height: 15px;
    margin: 15px;
    min-height: 40px
}

.amaz .prime {
    color: #0c729d;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px
}

.amaz .delivery {
    color: #000;
    font-size: 11px;
    text-transform: uppercase
}

.amaz .footer {
    background-color: #2e282a;
    color: #f69503;
    padding-top: 6px;
    padding-bottom: 4px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700
}

.amaz .bolfooter {
    background-color: #0700a4;
    color: #fff;
    margin-top: 0
}

.amaz .pfooter {
    background-color: #3a0a69;
    color: #fff
}

.amaz .decimals {
    font-size: 20px
}

.amaz .productimg,.amaz .productimgbol {
    height: 100px;
    max-width: 120px;
}

@media only screen and (min-width:685px) and (-webkit-min-device-pixel-ratio:2) {
    #amazcontainer,#bolcontainer {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 25px
    }

    .amaz .amalogo,.amaz .bollogo {
        width: 100px;
        float: left;
        margin-top: 50px;
        margin-left: 90px
    }

    .amaz .productimg,.amaz .productimgbol {
        height: 100px;
        max-width: 120px;
    }

    .amaz .productimgbol {
        margin-top: 5px
    }

    .amaz .containerimg {
        margin-top: 8px;
        margin-right: 50px
    }

    .amaz .pprijzen,.amaz .prijzen {
        display: inline-block;
        width: 264px
    }

    .amaz .pprijzen {
        color: red
    }

    .amaz .tag {
        left: -90px;
        top: 0
    }

    .amaz .vanprijs {
        text-transform: uppercase
    }

    .amaz .title {
        height: 20px;
        padding-bottom: 7px
    }
}