@import url('fonts/fonts.css');

.sticker-text {
    font-size: 32px;
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 4px;
    margin: 0;
    width: 100%;
}

.sticker-fonts li {
    cursor: pointer;
    font-size: 18px;
    margin: 0;
    line-height: 24px;
    color: #000;
    text-align: left;
    padding: 0 5px;
}

.sticker-fonts li.selected {
    background: lightgray;
}

.sticker-colors,
.sticker-stroke-colors,
.sticker-curvature {
    background-color: #FFF;
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    width: 100%;
}

.sticker-size, .sticker-show, .sticker-footer {
    width: 100%;
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.sticker-show,
.sticker-hidden {
    font-size: 32px;
    padding: 30px 15px;
    text-align: center;
}

#sticker-container h2 {
    font-family: 'kabel_ult_btultra', Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #0b9f5e;
}

.sticker-footer {
    height: 30px;
}

.sticker-footer fieldset {
    width: 50%;
    float: left;
    height: 30px;
}

.sticker-footer .wpsc_buy_button_container {
    width: 50%;
    float: right;
    height: 30px;
}

pre {
    display: block !important;
    font-family: monospace !important;
    white-space: pre;
    margin: 1em 0 !important;
    text-align: left;
}

.product-name .custom_text,
.product-name .custom_color {
    margin-left: 5px;
}

.form_footer .quantity {
    margin-bottom: 0 !important;
    border: 1px solid #dadada;
}

#custom-handle,
#custom-mm-handle {
    display: inline-block;
}

.ui-slider-handle {
    text-align: center;
}

.sticker-hidden {
    visibility: hidden;
    position: absolute;
}

#sticker-text-result {
    display: block;
}

@media screen and (max-width: 500px) {
    .sticker-show {
        font-size: 22px;
    }

    .form_footer {
        flex-wrap: wrap;
    }

    .form_footer .quantity {
        width: 100%;
    }

    .form_footer button {
        width: 100%;
    }
}

/*Manual scale*/

.wpr-manual-size label {
    display: flex;
}
.wpr-manual-size input {
    max-width: 100px;
    margin-left: 10px;
}


@media screen and (max-width: 500px) {
    .wpr-manual-size {
        flex-wrap: wrap;
    }
    .wpr-manual-size label {
        min-width: 90px;
    }
    .wpr-manual-size input {
        max-width: 100%;
        width: 100%;
    }
}

.wpr-width-handle {
    display: flex;
    justify-content: center;
}
.wpr-width-handle #wpr-custom-handle {
    margin-left: 5px;
}