﻿#prodPicText {
    display: flex;
    flex-flow: row wrap;
}

#prodPicText_text {
    flex: 1 5 295px;
}

#prodPicText_imgContainer {
    width: 220px;
    height: 220px;
    float: left;
    display: block;
    margin-right: 10px;
    overflow: scroll;
}

#prodPicText_img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

    #prodPicText_img.zoom {
        max-width: none;
    }

#prodPicText_headingFixed {
    font-size: 26px;
    font-weight: bold;
    background-color: #fff;
    position: fixed;
    top: 45px;
    visibility: hidden;
    z-index: 2;
    width: 90%;
    padding-top: 2px;
}

#prodPicText_heading {
    font-size: 26px;
    font-weight: bold;
    background-color: #fff;
}

#prodPicText_textA {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

#prodPicText_textB {
}

    #prodPicText_textB li {
        font-size: 13px;
        margin: 1px 15px 6px 0px;
        position: relative;
        left: 15px;
    }

#prodPicText_imgZoomDialog {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #fff;
    text-align: center;
}

    #prodPicText_imgZoomDialog img {
        max-width: 100%;
        max-height: 95%;
        width: 100%;
        height: 100%;
        width: auto;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
    }

#prodPicText_zoomTitle {
    font-size: 26px;
    font-weight: bold;
    background-color: #eee;
    padding: 5px;
}

#prodPicText_zoomClose {
    font-size: 13px;
    font-weight: bold;
    color: #d4232d;
    position: fixed;
    bottom: 0;
    height: 23px;
    text-align: center;
    width: 100%;
}

@media (max-width:549px) {
    #prodPicText_imgContainer {
        float: none;
        margin: auto;
    }

    #prodPicText_heading::before {
        /*content: "\a";
        white-space: pre;*/
    }

    #prodPicText_headingFixed.visible {
        visibility: visible;
    }
}
