/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ui-dialog {
    z-index: 1000 !important;
    position: fixed;
}

.ui-widget-header {
    background: #FFF !important;
    border: none !important;
}

#preview {
    width: 50%;
    float:left;
}
.idt-slot {

}
#designer {
    width: 45%;
    margin-left: 5%;
    float:left;
}

.product-customizer-background {
    display:none;
    z-index: 9999;
    top:0;
    left:0;
    position: fixed;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 50%;
    -moz-opacity: 50%;
}

.product-customizer-wrapper {
    display:none;
    padding: 20px;
    z-index: 99999;
    top:0;
    left:0;
    margin-left: 5%;
    margin-top: 40px;
    position: fixed;
    background: #FFFFFF;
    width: 90%;
    height: 90%;
    opacity: 100%;
    overflow-y: auto;
}
.clear-both {
    clear:both;
}

.product .quantity {
    display: none !important;
}
.single_add_to_cart_button, .product .quantity {
    visibility: hidden;
}
