
.myProductImage {
    float: left !important;
    max-width: 33% !important;
    cursor: pointer;
}
.ausgewaehltesMotiv {
    border: 3px solid #66ccff;
    padding: 5px;
}

.myOptionImage {
    border: 0.5em solid #FFF;
    float: left;
}

.displayImages {
    cursor: pointer;
}
.myOptionImage {
    cursor: pointer;
}

#AuswahlSchliessen {
    position: fixed;
    z-index: 100;
    right: 3em;
    top: 1em;
}
#ScrollDown {
    position: fixed;
    z-index: 100;
    bottom: 1em;
    font-size: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #333;
    background-color: #FFF;
    width: 50px;
    height: 58px;

    padding-left: 3px;
    padding-bottom: 5px;
    /*Border Radius*/
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 2px solid #333;
}

#jQPrdktIMG_Content {
    width: 100%;
    height: 100%;
    position:fixed;
    background-color:#FFF;
    left:0;
    top:0;
    overflow:scroll;
    z-index:10000;
    padding-top: 3.5em;
}

.myProduktinformationen .card-header {
    line-height: 28px;
    border-bottom: 0;
    color: #666;
    padding: 15px;
}

.jQColor {
    width:40px;
    height:40px;
    float:left
}

.jQIMGColor {
    width:40px;
    height:40px;
    float:left
}

.myVorschauFix {
    position: fixed!important;
    top: 72px!important;
    z-index: 100;
    background-color: #FFF;
    width: 50%;
    max-width: 300px;
}

.jQScrollLeft {
    -webkit-overflow-scrolling: touch !important;
}

.jQScrollLeft::-webkit-scrollbar {
    width: 20px;
}

.jQScrollLeft::-webkit-scrollbar-track {
    background-color: transparent;
}

.jQScrollLeft::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;

    background-clip: content-box;
}

.jQScrollLeft::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

@media screen and (min-width: 768px) {

    .jQScrollLeft::-webkit-scrollbar-thumb {
        border: 5px solid transparent;
    }

}


@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {


}

@media screen and (max-width: 768px) {

    .myProductImage {
        float: left !important;
        max-width: 50% !important;
    }
    .myOptionImage {

    }
}
