#display {
    position: relative;

    width: 600px;
    height: 600px;

    margin: 0 auto;
}

figure.woocommerce-product-gallery__wrapper {
    overflow-x: scroll !important;
}

#display .ballon {
    position: absolute;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

#display .other {
    position: absolute;
}

#display .ballon.selected {
    background-color: #164796;
}

.kleurSelector {
    margin-bottom: 5px;
}

.kleurSelector2 {
    float: left;
    margin-top: -10px;
    margin-left: 5px;
    cursor: pointer;
}

.kleurSelectorOverlay {
    position: absolute;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background-color: #fff;
    border: 1px solid #aaa;
    z-index: 100;
    padding: 10px 0;
}

.kleurSelectorOverlay .holder {
    position: relative;
    margin: 0 auto;
    width: 450px;
}

.kleurSelectorOverlay .selectorBallon {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}

.clear_row {
    clear: both;
}

.ballon-display {
    width: 50%;
}

.selectorBallonImg {
    cursor: pointer;
    width: 54px;
    margin: 0 auto;
}

.debott {
    z-index: 10000;
}

@media only screen and (max-width: 767px) {
    .kleurSelectorOverlay {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5000;
        margin-left: 0;
    }

    .kleurSelectorOverlay .holder {
        padding: 5px;
        width: 100%;
    }

    .clear_row {
        clear: initial;
        display: none;
    }

    .ballon-display {
        width: 100%;
    }
}