.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #000;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #000;
    overflow: hidden;
    white-space: nowrap;
}

.custom-options {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #000;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    display: block;
    pointer-events: all;
    max-height: 300px;
    overflow-y: scroll;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.custom-option.selected {
    color: #ffffff;
    background-color: #3AC4AB;
}


.font-edit-wrapper .custom-select.open .custom-options{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100% !important;
    padding-bottom: 138px;
    border: 10px solid #3AC4AB;
    z-index: 100;
}

.product.media:hover{
    -webkit-box-shadow: none !important;
    box-shadow:  none !important;
    cursor: pointer;
}

.font-edit-wrapper .custom-select.open .custom-options::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.font-edit-wrapper .custom-select.open .custom-options .custom-option{
    width: 25%;
    float: left;
    border: 1px solid #efefef;
    font-size: 12px !important;
}

.font-edit-wrapper .custom-select.open .custom-options .custom-option .customer-text-input{
    display: none;
    font-size: 35px;
    margin-top: -20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 24px;
}

.font-edit-wrapper .custom-select.open .custom-options .custom-option .customer-text-input.selected{
    display: block;
}

#product_addtocart_form {
    margin-top: -20px;
}

.custom-options-fonts-config{
    min-height: 110px;
    padding-top: 30px;
}

.custom-options-fonts-headline{
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
}

.custom-options-fonts-headline-filter{
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-left: 80px;
    margin-right: 0;
}

.custom-options-fonts-single-row{
    float: left;
    border: 1px solid #000000;
    border-right: none;
    display: block;
    font-size: 14px;
    width: 140px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.custom-options-fonts-single-row.selected{
    border: 1px solid #3AC4AB;
}

.custom-options-fonts-all-rows{
    float: left;
    border: 1px solid #000000;
    border-left: none;
    display: block;
    font-size: 14px;
    width: 140px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.custom-options-fonts-all-rows.selected{
    border: 1px solid #3AC4AB;
}



.custom-options-fonts-filter-bold {
    float: left;
    border: 1px solid #000000;
    display: block;
    font-size: 14px;
    width: 140px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-left: 50px;
    line-height: 37px;
}

.custom-options-fonts-filter-italic {
    float: left;
    border: 1px solid #000000;
    display: block;
    font-size: 14px;
    width: 140px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 37px;
}

.custom-options-fonts-filter-bold.selected, .custom-options-fonts-filter-italic.selected{
    border: 1px solid #3AC4AB;
}



.custom-options-fonts-cancel{
    border: 1px solid #000;
    display: block;
    font-size: 21px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    margin-right: 40px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    color: #000;
    line-height: 23px;
}

.arrow::before{
    content: '\f80d';
    font-family: 'porto-icons';
    font-size: 1.3rem;
}


.container {
    /*width: 1280px;*/
    margin: auto;
}

.footer .container{
    width: 100%;
}

.canvas-stage #canvas_0 {
    border: 1px solid #777;
    margin: 0;
    padding: 0;
    max-height: 539px;
    max-width:100%;
    background-size:10px 10px;
    background-image: linear-gradient(to right, lightgray 1px, transparent 1px),
    linear-gradient(to bottom, lightgray 1px, transparent 1px);
}

.canvas-stage.reversed #canvas_0{
    background-image: none;
}

.box {
    width: 100%;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.innerBox {


}


input.rowInput {
    width: 100%;
    border: 2px solid #000000;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding-left: 21px;
    margin-top: 10px;
    padding-right: 50px;
    border-radius: 0;
}

#addRow {
    border: 1px solid #000;
    padding: 0;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
    margin-bottom: 10px;
}

.folien_subheader {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 0;
    display: inline-block;
}




.color-dot {
    width: 35px;
    height: 100%;
    display: inline-block;
    margin-right: 15px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.color-selector {
    padding-left: 24px;
}


.input-wrapper{
   position: relative;
}

.delete-row{
    position: absolute;
    top: 20px;
    right: 12px;
    background: #000;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}






/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 0;
    right: 20px !important;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3AC4AB;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #3AC4AB;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3AC4AB;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.size-selector .number_input {
    border: 2px solid #000;
    border-radius: 0;
    max-width: 100%;
    line-height: 36px;
    font-size: 16px;
    height: 36px;
}

.size_inputs span{
    position: absolute;
    right: 15px;
    bottom: 6px;
    font-size: 14px;
}

.size_label{
    font-size: 15px;
    margin-right: 10px;
    line-height: 36px;
}

.option-headline-wrapper{
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-top: 6px;
    background-color: #000;
    margin-left: -22px;
    margin-right: -22px;
}

.option-headline{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}

.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    margin-top: 0;
    font-size: 2rem;
}

.product-info-main .product.attribute.overview,.product-info-main .page-title-wrapper {
    padding-left: 10px;
}

.size_inputs{
    padding-right: 0;
}

.font-edit-wrapper{
    padding: 22px;
    padding-top: 0;
    border: 2px solid #000;
}

.font-edit-wrapper.product_konfiguration {
    border-bottom: 0;
}

.text-edit-button{
    border: 1px solid #000;
    flex-grow: 0;
    text-align: center;
    cursor:pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 42px;
}

.text-edit-button + .text-edit-button {
    margin-left: 2%;
}



.canvas-stage{
    border: 1px solid #000;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 573px;
    max-height: 573px;
    min-height: 573px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.text-icon-edit{
    width: 32px;
}

.flex-wrapper{
    display: flex;
    padding: 0 5px;
}

.custom-select__trigger.color span{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 2px;
}


#priceBox{
    margin-top: 20px;
    text-align: right;
}

#priceBox span{
    font-size: 20px;
    font-weight: bolder;
}

.price-row{
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.price-label{
    margin-top: 5px;
    text-align: left;
}


.cart_btn{
    width: 100%;
    background: #000000;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
}

.cart_btn:disabled {
    background: #dddddd;
    cursor: not-allowed;
}

#sizeError{
    background-color: orange;
    padding: 15px;
    text-align: center;
    display: none;
    font-weight: bolder;
    font-size: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-left: 0;
    margin-right: 0;
}

#sizeMarginError{
    background-color: orange;
    padding: 15px;
    text-align: center;
    display: none;
    font-weight: bolder;
    font-size: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-left: 0;
    margin-right: 0;
}


.product.media {
    padding-top: 0;
    position: relative;

}
div#product-options-wrapper {
    margin-bottom: 19px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-layout-1column .product.media{
        width: 100%;
    }
}



/*.sticky-product .sticky-detail .product-name-area{*/
/*    display: block;*/
/*}*/

/*.sticky-product.no-sticky-header{*/
/*    min-height: 158px;*/
/*}*/

/*.sticky-product.no-sticky-header .container{*/
/*    width: 100%;*/
/*}*/

/*.product-info-price{*/
/*    text-align: right;*/
/*}*/

/*.sticky-product .product-info-stock-sku{*/
/*    display:none;*/
/*}*/



/*.sticky-product.no-sticky-header .product-info-price .price-box .price-container .price{*/
/*    font-size: 23px;*/
/*}*/

/*.product-info-main.stock .product-info-price{*/
/*    display:none;*/
/*}*/



#canvasContainer{
    left: inherit;
    float: left;
    width: 55%;
}



.fieldset > .field{
    display:none;
}


.fieldset > .field.custom-option-produktion{
    display: block;
}

.fieldset > .field.required.custom-option-production{
    display: block;
}

.print-block#informations_container{
    margin-bottom: 30px;
}

.sizeDetails{
    font-size: 11px;
    margin-left: 10px;
    text-transform: none;
}

.full_size_wrapper{
    margin: 20px -22px -22px -22px;
    background-color: #3AC4AB;
    border-top: 2px solid #000;
    text-align: center;
}

.full_size_wrapper .option-headline {
    color: #000;
    font-size: 15px;
    padding-top: 15px;
}

.rowInput.active{
    border-color: #3AC4AB;
}

#textSizeInput, #textLineHeightInput{
    display: inline;
    width: 50%;
    margin-left: 5px;
    border: 0;
    border-left: 1px solid #000;
    border-radius: 0;
    opacity: 1;
    text-align: center;
    padding:0;
}


#textSize,#textLineHeight{
    width: 79px;
}

.text-edit-button.active{
    background-color: #3AC4AB;
}

.fieldset{
    margin-top: 20px;
}

.fieldset .field{
    border: 1px solid #000000;
    padding: 10px;
}

.fieldset > .field{
    border: 1px solid #000000;
}

.field.qty{
    display: none !important;
    margin-top: -25px !important;
    margin-bottom: 20px !important;
}

.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    padding-top: 0;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    width: 100%;
    display: block;
    padding-top: 0;
}
.product-info-main .box-tocart .actions{
    width: 100%;
    display: block;
    text-align: left;
}

.product-info-main .box-tocart .fieldset {
    margin-top: 0;
}

#product-addtocart-button{
    background-color: #3AC4AB;
    color: #000;
    height: 60px;
    margin-top: -10px;
    width: 100%;
}

#product-addtocart-button:hover span{
    background-color: #3AC4AB;
    color: #000;
}

.box-tocart .action.tocart:before {
    display:none;
}

#informations_container{
    width: 50%;
    border: 1px solid #000;
    margin-bottom: 30px;
    padding: 0 10px 10px 10px;
}

.summary-name span:after{
    content:':';
}

.product-info-main .product-info-price{
    display: none;
}

#negativeMargins input {
    border: 2px solid #000;
    border-radius: 0;
}



/* Spin Buttons modified */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button:hover,
input[type="number"]::-webkit-inner-spin-button:active{
    box-shadow: 0 0 2px #0CF;
    opacity: .8;
}

/* Override browser form filling */
input:-webkit-autofill {
    background: black;
    color: red;
}

.color-selector{
    font-size: 10px;
    display: block;
    margin-bottom: -40px;
    margin-top: -13px;
}
.custom-option.color-option{
    font-family: 'Arial';
}

.custom-select.open .custom-options.full-overlay .custom-option.color-option{
    width: 14.28%;
    float: left;
    border: 1px solid #efefef;
}

.color-option-user-text{
    padding-left: 24px;
    font-weight: bolder;
    font-family: 'Arial';
}

.custom-select.open .custom-options.full-overlay{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    padding-bottom: 138px;
    border: 10px solid #3AC4AB;
    z-index: 100;
}

.color-overlay-head-wrapper{
    float: none;
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 17px;
}



.custom-options-fonts-filter-font-type{
    float: left;
    border: 1px solid #000000;
    display: block;
    font-size: 14px;
    width: 180px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 37px;
}

.custom-options-fonts-filter-font-type.open{
    position: relative;
}

.custom-options-fonts-filter-font-type-selector{
    display:none;
}

.custom-options-fonts-filter-font-type.open .custom-options-fonts-filter-font-type-selector{
    position: absolute;
    display: block;
    width: 180px;
    border: 1px solid #000;
    margin-left: -2px;
    z-index: 1000;
    background: #fff;
    top: 47px;
}

.font-type-filter-option{
    display: block;
}

.font-type-filter-option.active{
   background-color: #3AC4AB;
}

.font-type-filter-option:hover{
    background-color: #3AC4AB;
}

.custom-options-fonts-filter-font-type:before{
    content: 'Schrifttyp: ' attr(data-font-type-select);
}


.product.attribute.description .container{
    width: 100%;
}


.customGallerySwitcher{
    margin-top: 2px;
}

[id^="switchToGallery"], #switchToCanvasStage{
    display: inline-block;
    width: 100px;
    line-height: 94px;
    height: 100px;
    vertical-align: middle;
    border: 1px solid #000;
    margin-right: 2px;
    cursor: pointer;
    text-align: center;
}


#switchToCanvasStage img{
    vertical-align: middle;
    max-height: 100%;
}

.fotorama__nav__frame{
    cursor:pointer;
}

.product_media_gallery{
    /*display: none;*/
    border: 1px solid #000;
    /*padding: 20px;*/
    max-height: 573px;
}

.fotorama__wrap{
    height: 573px;
    max-height: 573px;
    margin-top: 20px;
}

.product.media .fotorama__stage{
    height: 528px !important;
}

.custom-qty-wrapper{
    border: 2px solid #000;
    padding: 22px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 20px;
    display: block;
}

#customQtyInput {
    border-radius: 0;
    border: 2px solid #000;
}

.custom-qty-title {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 22px;
    background: #000;
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: 10px;

}

.custom-production-title {
    display: block;
    background: #000;
    color: #fff;
    margin-left: -22px;
    margin-right: -10px;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-qty-wrapper label {
    width: auto;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
}

.custom-qty-container{
    margin-top: 6px;
    width: 100%;
}

.print-block#informations_container{
    margin-top: 0;
    border: 2px solid #000;
}

.print-block#informations_container h3.block-title {
    margin-top: -20px;
    padding: 10px 22px;
    background-color: #000;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


.custom-select-wrapper.custom-color-select label{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 0;
    display: inline-block;
}

.product-options-wrapper .fieldset > .field > .label{
    margin-top: 8px;
    display: block;
    text-transform: inherit;
}

.product-options-wrapper .fieldset > .field{
    border: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    margin-bottom: 0;
    padding-left: 22px;
    padding-top: 0;
}

.product-options-wrapper .field.custom-option-produktion {
    margin-top: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.product-options-wrapper .field.custom-option-produktion .label {
    display: none;
}

.product-options-wrapper .field.custom-option-produktion  select{
    border: 2px solid #000;
    border-radius: 0;
    line-height: 30px;
    height: 36px;
    width: 100%;
    margin-left: -10px;
    margin-top: 20px;
}

.product-options-wrapper .field.custom-option-Als {
    border-bottom: 2px solid #000;
    padding-bottom:20px;
}

.option_info .option_info_headline:after {
    display: flex;
    content: 'i';
    height: 24px;
    width: 24px;
    margin-left: 4px;
    background-color: #58CDB9;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}


.custom-trigger_image_wrapper{
    display: inline-block;
    width: 24%;
    margin-right: 1%;
    cursor: pointer;
    text-align: center;
}

.custom-trigger_image.active{
    border: 1px solid #d4111d;
}


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

    .font-edit-wrapper .custom-select.open .custom-options .custom-option{
        width: 100%;
    }

    .custom-options-fonts-headline{
        float: none;
        margin-left: 0;
        font-size: 16px;
    }

    .custom-options-fonts-headline-filter{
        float: none;
        font-size: 16px;
        margin-left: 0;
    }

    .custom-options-font-row-choice{
        float: none;
        clear: both;
        width: 100%;
        display: block;
        margin-bottom: 45px;
        padding: 10px;
    }
    .custom-options-font-style-filter{
        float: none;
        clear: both;
        margin-top: 15px;
        width: 100%;
        display: block;
        padding: 10px;
    }

    .custom-options-fonts-single-row{
        width: 50%;
    }

    .custom-options-fonts-all-rows{
        width: 50%;
        padding: 5px;
    }

    .custom-options-fonts-filter-bold{
        margin-left: 0;
        width: 30%;
    }

    .custom-options-fonts-filter-italic{
        margin-left: 1%;
        width: 30%;
    }
    .custom-options-fonts-filter-font-type{
        margin-left: 1%;
        width: 37%;
    }

    .custom-options-fonts-cancel{
        display: block;
        float: none;
        clear: both;
        position: fixed;
        top: 13px;
        right: -27px;
        z-index: 1;
        background-color: #fff;
    }

    .custom-options-fonts-config{
        padding-top: 30px;
    }

    .custom-options-fonts-filter-font-type.open .custom-options-fonts-filter-font-type-selector{
        width: 100%;
    }

    .custom-options-fonts-filter-font-type:before{
        content: 'Typ';
    }

    .size_inputs span{
        position: absolute;
        right: 27px;
        bottom: 1px;
        font-size: 15px;
    }

    .custom-select.open .custom-options.full-overlay .custom-option.color-option{
        width: 100%;
    }

    .custom-trigger_image_wrapper {
        width: 32%;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1330px) {
    .custom-options-font-row-choice{
        float: none;
        clear: both;
        width: 100%;
        display: block;
        margin-bottom: 45px;
        padding: 10px;
    }
    .custom-options-font-style-filter{
        float: none;
        clear: both;
        margin-top: 15px;
        width: 100%;
        display: block;
        padding: 10px;
        margin-bottom: 60px;
    }

    .custom-options-fonts-cancel{
        display: block;
        float: none;
        clear: both;
        position: absolute;
        top: 10px;
        right: -28px;
    }

    .custom-options-fonts-headline{
        margin-left: 0;
    }

    .custom-options-fonts-headline-filter{
        margin-left: 0;
    }

    .custom-options-fonts-filter-bold{
        margin-left: 137px;
    }

    .font-edit-wrapper .custom-select.open .custom-options .custom-option{
        width: 33.3333%;
    }

    .custom-select.open .custom-options.full-overlay .custom-option.color-option{
        width: 25%;
    }
}
