
#image-quality-green, #image-quality-red, #image-quality-yellow {
    display: none;

}

#image-quality-green img, #image-quality-red img, #image-quality-yellow img {
    vertical-align: middle;
}

#variation-switch {
    border-bottom: 1px solid gray;
}

#variation_switch .variations td {
    padding: 0 !important;
}

#variation-switch .variations_form {
    padding: 0 !important;
    border: none;
}

#variation_switch td select {
    width: auto !important;
}

.image_quality_span {
    padding: 0.5em;
    font-size: 8pt;
}

.image_quality_notice {
    position: absolute;
    padding: 0.5em;
    display: block;
    white-space: nowrap;
}

#lb_img_quality {
    bottom: 0;
    /* display: flex; */
    width: 100%;
    z-index: 10;
    flex: 1;
    background-color: transparent;
    color: #333;
    margin-right: 0.25rem;
    font-size: 15px;
    border-radius: 5px;
    align-self: center;
}

.img_quality_red {
    color: red;
}

.img_quality_green {
    color: green;
}

.img_quality_yellow {
    color: yellow;
}

.dpi_span {
    display: block;
    font-size: 8pt;
    white-space: nowrap;
    margin-left: 0.25rem;
}

.extra_gui_elements {


    text-align: center;
    display: flex;

    flex-wrap: wrap;
    color: #fff;

}


.extra_hidden {
    display: none;
}

.extra_gui_element {
    flex: 1 1 auto;
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#scale_ratio {
    width: 90px;
}

#rotation_degrees {
    width: 80px;
}

.scale_slider {
    margin-top: 10px;
    margin-right: 0.5rem;
}

.extra_gui_elements input {
    width: 100%;
}

.rotation_slider {

    margin-top: 3px;
}

input[type=range].slider {
    -webkit-appearance: none;
    width: 100%;
    margin: 0.7px 0;

    background-color: transparent;
}

input[type=range].slider:focus {
    outline: none;
}

input[type=range].slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #484d4d;
    border-radius: 0px;
    border: 2px solid #010101;
}

input[type=range].slider::-webkit-slider-thumb {
    box-shadow: 0px 0px 1px #24b47e, 0px 0px 0px #107653;
    border: 0px solid #24b47e;
    height: 27px;
    width: 18px;

    margin-top: -12px;

    border-radius: 9px;
    background: #24b47e;
    cursor: pointer;
    -webkit-appearance: none;

}

input[type=range].slider:focus::-webkit-slider-runnable-track {
    background: #545a5a;
}

input[type=range].slider::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #484d4d;
    border-radius: 0px;
    border: 2px solid #010101;
}

input[type=range].slider::-moz-range-thumb {
    box-shadow: 0px 0px 1px #24b47e, 0px 0px 0px #107653;
    border: 0px solid #24b47e;
    height: 27px;
    width: 18px;
    border-radius: 9px;

    margin-top: -12px;

    background: #24b47e;
    cursor: pointer;
}

input[type=range].slider::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range].slider::-ms-fill-lower {
    background: #3c4040;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range].slider::-ms-fill-upper {
    background: #484d4d;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range].slider::-ms-thumb {
    box-shadow: 0px 0px 1px #24b47e, 0px 0px 0px #107653;
    border: 0px solid #24b47e;
    height: 27px;
    width: 18px;
    border-radius: 9px;
    margin-top: -12px;

    background: #24b47e;
    cursor: pointer;
    height: 25.6px;
}

input[type=range].slider:focus::-ms-fill-lower {
    background: #484d4d;
}

input[type=range].slider:focus::-ms-fill-upper {
    background: #545a5a;
}

/*@media only screen and (min-device-width : 1024px) { #mobile_spacer {display: none !important;}}*/


@media only screen and (max-device-width: 1024px) {
    .extra_gui_elements label {
        width: 100%;
    }
}

.extra_gui_elements label {
    width: auto;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;

    font-size: 12px;
}

.extra_gui_elements .lb_auto_fit {
    font-size: 22px;
    cursor: pointer;
}

.extra_gui_elements #lb_auto_fit_container {
    padding-top: 8px;
    flex: 0 0 auto;
    min-width: 60px;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .extra_gui_elements {
        padding-top: 10px;
        background-color: transparent;
        color: #333;

        border-right: 1px solid #24b47e;
        border-left: 1px solid #24b47e;


    }

    .extra_gui_elements ~ .extra_gui_elements {
        border-top: none;
        border-radius: 0px 0px 10px 10px;
        margin-top: 0;
        background-color: transparent;
        color: #333;
        border-bottom: 1px solid #24b47e;
        padding-bottom: 10px;
        padding-top: 10px;
        box-shadow: 0px 19px 10px -19px rgba(0,0,0,0.5);
    }

    .extra_gui_elements ~ .extra_gui_elements {
    }
}
.mobile_tooltips_lumberbase {
    display: none;
}

.add_lumberbase .amount {
    color: #fff;
    font-weight: bold;
}

.lumberbase_display_checkbox hr {
    display: none;
}

#variation-switch-tools {
    color: #333 !important;
}

#variation-switch-tools:hover {
    background-color: #ffac54 !important
}

#variation-switch-tools {
    /*background-image: url('../img/change_product.png');*/
    display: block;
    padding: 15px 0 15px 14px;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    border-top: solid 1px transparent;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 3px 9px;

}


/* Upload Progress */
progress {
    /* turn of styling */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /* no default border in FF and Opera */
    border: none;

    /* Dimensions */
    width: 100%;
    height: 10px;
}

/* Firefox  */
progress {
    background: #333;
    border: 1px solid #333;
    margin-bottom: -3px;
    height: 1em;
}

progress::-moz-progress-bar {
    background: #ffac54;
}

progress:not([value])::-moz-progress-bar {
    background: #333;
}

/* Chrome */
progress::-webkit-progress-bar {
    background: #333;
}

progress::-webkit-progress-value {
    background: #ffac54;
}

progress:not([value])::-webkit-progress-bar {
    background: #333;
}


.wpc-container {
}

/*
.main_color:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    height: 300px;
    background: linear-gradient(150deg, #ffe065 15%,#ffac54 40%);
    /*background: url(../img/xmasbg.jpg);*/
/*background-repeat: no-repeat;
background-size: cover;

transform: skew(0,-6deg);
}

#main:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: -150px;
height: 300px;
background: linear-gradient(150deg,#ffe065 15%,#ffac54 40%);

/*background: url(../img/xmasbg.jpg);*/
/*transform: skew(0,-12deg);
}*/

#designer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -600px;: 2000 px;
    background: linear-gradient(150deg, #ffac54 15%, #FF8811 40%);
    transform: skew(0, -12deg);
}

#designer {
    position: relative;
}

#designer h2 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}


#designer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    height: 300px;
    top: inherit !important;
    background: linear-gradient(150deg, #ffac54 15%, #FF8811 40%);
    transform: skew(0, -12deg);
}


#menu-item-shop .cart_dropdown_link {
    background: transparent;
    margin: 0;
    left: 0;
    color: inherit;
    position: relative;
    width: auto;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    padding: 0 18px;
    line-height: 50px;
    border: none;
    /* line-height: 88px; */
}

.html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
    float: right;
    right: -34px;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    margin-top: 15px;
}

html {
    background-color: #FFF;
}


/* card-like styling */
.card_box, .canvas-container {
    /*padding: 40px 40px 40px 120px;*/

    border-radius: 4px;
    /*box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);*/
    transition-property: color, background-color, box-shadow, transform;
    transition-duration: .15s;
    border: none !important;
}

.upper-canvas {
    /*touch-action: none;*/
}

.card_box {
    background-color: #fff;


}

#add-to-cart-btn, #save-btn {
    color: #fff;
    background: #ffac54;
    text-shadow: 0 1px 3px rgba(36, 180, 126, .4);
    padding: 0 !important;
    background-image: none !important;
}

.lb_add_to_cart_label {
    white-space: normal;
    font-size: 15px;
}

#add-to-cart-btn {
    height: auto;
}

#wrap_all {
    /*background-image: url(../img/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;

    background-color: transparent !important;
}

.header_bg {
    display: none;
}

.main_color {
    background: none;
}

#main {
    background: none !important;
}

#header_main .container:after {
    display: none !important;
}

#header_main {
    border-bottom: none !important;
    border-top: none !important;
}

/*span.avia-menu-text {
    color: #313131 !important;
}

.sub-menu .avia-menu-text {
    color: #333 !important;
    text-shadow: none !important;
}*/

.sub-menu li:hover {
    color: #fff !important;
}

#product-part-container {

}

#top .ui_extra_actions .lb_wpd_button {
    line-height: 15px;
    height: 100%;
    flex: 1;
    white-space: nowrap;
}

@media (max-width: 768px) {

    #top .ui_extra_actions .lb_wpd_button {
        white-space: normal;
    }
}

.lb_wpd_button, .ui_extra_actions .lb_wpd_button {
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    padding: 0.5rem;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    transition: all .15s ease;
    width: 100%;
    text-align: center;
    color: #333;
}

.wardrobe_container .wardrobe_display_label {
    font-weight: normal;
    color: inherit;
}

.lumberbase_wrapper {
    font-size: 15px;
}

.lumberbase_wrapper, .wardrobe_container {
    display: flex;
    flex-direction: column;
}

.lumberbase_wrapper .lumberbase_image_container a {
    max-width: 50px;
    width: 50px;
    height: 50px;
    display: block;
}

.lumberbase_wrapper .lumberbase_image_container img {
    max-width: 50px;
    width: 50px;
}

.lumberbase_wrapper .lumberbase_image_container img, .wardrobe_container img {
    max-width: 100%;
}


#top .wardrobe_display_checkbox {
    display: flex;
}

.wardrobe_image_container {
    display: flex;
}

.lumberbase_wrapper #add_lumberbase, .wardrobe_container #add_wardrobe {
    display: none;
}

.wardrobe_display_checkbox .onoffswitch-switch {
    height: 20px;
}

#add_lumberbase_label, #add_wardrobe_label {
    display: block;
}

.lumberprint_addons_table tbody {
    width: 100%;
}

.lumberprint_addons_table tr {
    display: flex;
    flex-direction: column;
}

.lumberprint_addons_table .value {
    display: flex;
    padding: 0;
    margin-top:5px;
    flex-direction: row;
}

.lumberprint_addons_table .addon_radio_container {
    flex: 1;
    white-space: normal;
    height: auto;
    line-height: 20px;
    text-align: center;
}

.lumberprint_addons_table .addon_radio_container input[type="radio"] + label span,
.lumberprint_addons_table .addon_radio_container input[type="radio"]:checked + label span {
    width: 100%;
    background-color: transparent;
}

.addon_header_designer {
    text-align: left;
    width: auto;
}

.lumberbase_image_container {
    flex: 0 0 auto;
}

/* MOckups */
@media (max-width: 768px) {
    #mockup_box {
        margin-right: 0.25em;
        margin-top: 0.25em;
    }
}

#generate_mockup, .generate_mockup_btn, #generate_preview, #lb-preview-info-btn {
    background-image: none !important;
    width: 100%;

    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #24b47e;
}

#generate_preview {
}


#add-to-cart-btn {
    background-color: #24b47e !important;
    border-radius: 0;
}

#lb_show_all_cliparts {
    text-align: center;
    width: 100%;
}

#generate_mockup:hover, .generate_mockup_btn:hover, #generate_preview:hover, #lb-preview-info-btn:hover {
    background-color: #24b47e;
    text-decoration: none;
    color: #fff;
}

#generate_mockup_image {
    color: #fff;
    background: #24b47e;
    text-shadow: 0 1px 3px rgba(36, 180, 126, .4);
    padding: 0 !important;
    background-image: none !important;
    width: 100%;
    font-size: revert;
    font-family: inherit;
    margin-top: 5px;
}

/* printable area not covered warning */
#lb_coverage_warning {
    text-align: center;
    width: 100%;
    display: none;
    z-index: 10;
    bottom: 0;
    font-size: 8pt;
    position: absolute;
}

.lb_tiny_button {
    color: #fff;
    background: #24b47e;
    text-shadow: 0 1px 3px rgba(36, 180, 126, .4);
    background-image: none !important;
    font-size: 8pt;
    white-space: nowrap;
    display: inline-block;
    height: 20px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    transition: all .15s ease;
    padding: 4px;

    cursor: pointer;
}

.lb_tiny_button:hover {
    background-color: #333;
}

.ui-dialog {
    z-index: 1053 !important;
}

#generated_mockup {
    font-size: 15px;
    font-family: inherit;
}

#generated_mockup #sender, #generated_mockup #recipient {
    margin-bottom: 0;
}

#generated_mockup label span {
    font-size: 100%;
    margin-right: 3px;
}

#wpc-tools-box-container {
    margin-top: 1em;
}

.hat_container {
    position: relative;
}

.corner_hat {
    position: absolute;
    right: -27px;
    top: -5px;
}

.login_or_register {
    text-decoration: underline;
}

/* Mobile */

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #wpc-editor-container .upper-canvas {
        border-radius: 0px;
        border: none;
    }

    #wpc-tools-box-container {
        display: none;
    }
}

.lb_tools_menu {
    display: flex;
}

.lb_tools_menu button {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    height: 4rem;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0;
    border-bottom: .25rem solid transparent;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    border: none;
    font-weight: bolder;
    color: #333;

    background: transparent;

}

#lb_productswitch {
    background-color: #ffac54;
    color: #fff;
    flex-direction: row;
    height: auto;
}

#lb_productswitch i {
    color: #fff;
    font-size: 0.75rem;
    margin-right: 0.5rem;
}

#top .lb_select_green, #top .lb_select_green i {
    color: #fff;
}

.lb_tools_menu button i {
    color: #333;

    font-size: 1.5rem;
    margin-bottom: 4px;
}

.lb_tools_menu button:first-child {
    margin-left: 0;
}

.lb_tools_menu button:last-child {
    margin-right: 0;
}

/* checkbox flip switch */
.mobile_tooltips_lumberbase {
    flex: 1;
    padding: 0.5rem;

}

.mobile_tooltips {
    font-size: 0.75rem;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none !important;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Ja";
    padding-left: 10px;
    background-color: #24b47e;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Nein";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/* txt tools */

.text-tool-container {
    display: flex;
    flex-wrap: wrap;
}

.text-tool-container div {
    flex: 1;
    max-width: 50%;
    flex-basis: 100%;

    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.text-tool-container div:nth-child(2n) {

}

.text-tool-container #text-style .mg-r-element .custom-cb {
    display: none;
}

.txt-font-and-size {
    display: flex;
    flex-direction: column;
}

.pricing_wrapper {
    margin-left: 10px;
    text-align: right;
}

.pricing_wrapper .amount {
    font-size: 2rem;
    color: #ffac54;
    font-weight: bold;
}

.pricing_wrapper .total_order {
    text-align: right;
}

.fa-info-circle {
    cursor: pointer;
    font-size: 15px;
}

.otooltip {
    font-weight: bold;
    font-size: 12px;
}

.modal-open {
    overflow: hidden;
}