#overlay{
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,.7);
    background: url('../colorbox/images/overlay.png') repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    height: 100%;
    width: 100%;
    min-width: 1020px;
    display: table;
}
#contentWrapper{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-width: 1020px;
}
#wrapper{
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
#loadingText {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}
#close, #print{
    position: absolute;
    top: 32px;
    right: 40px;
    display: block;
    width: auto;
    height: 20px;
    font-size: 14px;
}
#print{
    right: 120px;
}
/* BAECK 2 WEB CSS-ADJUSTMENTS */
.baeck2web{
    padding: 0 20px !important;
}
.product-nutritionalfacts-informations {
    font-size: 1em !important;
}
.product-detail h2 {
    font-size: 24px !important;
    text-align: left;
}
.baeck2web .product-detail h3 {
    text-align: left;
    margin: 1em auto 0.5em !important;
    font-size: 20px !important;
}
.baeck2web .product-detail .product-allergens-heading{
    margin-bottom: 0 !important;
}
.baeck2web .allergen-item{
    height: auto !important;
}
.allergen-item h4 {
    font-size: 12px !important;
}
.baeck2web .allergen-item aside{
    display: block !important;
}
.product-allergens-heading h3{
    font-size: 14px !important;
}
.cross_contamination {
    display: none;
}
.product-ingredients-item{
    font-size: 12px !important;
    text-align: left;
}
.product-nutritionalfacts-informations{
    text-align: left;
}
.baeck2web .footer-copyright{
    margin: 1em auto !important;
}
/* SPECIFIC CSS-PRINT ADJUSTMENTS */
@media print {
    body{
        background: none;
        -webkit-print-color-adjust: exact;
    }
    #wrapper{
        text-align: left !important;
    }
    .print{
        font-size: 1.5em;
    }
    #close, #print{
        display: none;
    }
    /* BACKUP - DELETE IF NOT NECESSARY ANYMORE */
    /*    
    .product-detail h2 {
        font-size: 24px !important;
        text-align: left;
    }
    .product-detail h3 {
        font-size: 14px !important;
        text-align: left ;
    }
    h3.product-ingredients-heading{
        font-size: 20px !important;
    }
    .allergen-item h4 {
        font-size: 12px !important;
    }
    h3.product-allergens-heading{
        text-align: left ;
        font-size: 20px !important;
    }
    .product-allergens-heading h3{
        font-size: 14px !important;
    }
    h3.product-nutritionalfacts-heading{
        font-size: 20px !important;
    }
    .cross_contamination {
        display: none;
    }
    .product-ingredients-item{
        font-size: 12px !important;
        text-align: left;
    }
    .product-nutritionalfacts-informations{
        text-align: left;
    }
    */
}