<style scoped="scoped">
#lettering_final_price{
   top:0;
   margin-bottom:10px;
}


    #lettering_rendering {
        display: block;
        height: 120px;
        overflow-x: scroll;
        white-space: nowrap;
        font-family: 'arial.ttf';
        font-size: 48px;
        clear: both;
        margin: 15px 0;
        line-height: 50px;
        padding: 30px 30px 30px 45px;
    }

    #lettering_box {
        position: relative;
        clear: both;
        margin-top: 0.5rem;
    }

    .guide {
        position: absolute;
        display: block;
    }

    .guide-top {
        border-bottom: 1px dotted #aaa;
        top: 33px;
        left: 0;
        height: 1px;
        width: 100%;
    }

    .guide-bottom {
        border-bottom: 1px dotted #aaa;
        top: 69px;
        left: 0;
        height: 1px;
        width: 100%;
    }

    .guide-left {
        border-left: 1px dotted #aaa;
        top: 0;
        left: 46px;
        height: 103px;
        width: 1px;
    }

    .guide-right {
        border-right: 1px dotted #aaa;
        top: 0;
        left: 250px;
        height: 103px;
        width: 1px;
    }
    .lettering_content{
        display:block;
        position: relative;
    }
    .lettering_content .label-after {
        position: absolute;
        left: 88px;
        width: 100%;
        padding-right: 100px;
    }

    .lettering_content .label-after input {
        width: 100%;
    }
    
    .lettering_multiline .lettering_content {
        min-height:90px !important;
        overflow: hidden;        
    }
    
    .lettering_multiline #lettering_content {
        height:70px !important;
    }
    
    .lettering_multiline #mp_infos_real_height, .lettering_multiline #mp_infos_real_height strong{
        display: none;
    }

    span.lettering_colors_picked {
        display: block;
        float: left;
        height: 15px;
        width: 15px;
        margin-right: 5px;
        border-radius:50%;
        border: 1px solid #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    
      span.test {
        display: block;
        position: absolute;
        width:100%;
        height:100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin: -8px -8px;
        border: 1px groove white;
        border-radius: 4px
;
    }
    
    span.select_color {
        background:#000;
    }

    .disabled {
        opacity: 0.3;
    }

    .lettering_list_colors li {
        display: block;
        float: left;
        margin: 0.15rem;
        font-size: 0;
        /*-webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;*/
        width: 2.5rem;
        height: 2.5rem;
    }

    .lettering_list_colors li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid #ececec;
        text-indent: -100em;
        /*box-shadow: 0 0 3px #ccc;*/
        overflow: hidden;
        outline: none;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
       /* -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;*/
    }

    .lettering_list_colors.disabled li a {
        cursor: default;
    }

    .lettering_list_colors li a:hover {
        background: none;
    }

    .lettering_list_colors li a.selected {
        border: 2px solid #9b2e15;
        box-shadow: 0 0 0 2px #fff inset;
    }


    .lettering_hidden_box {
        padding: 0;
        background: #fff;
        top: 1px;
        position: relative;
        height: 0;
        opacity: 0;
        overflow-y: auto;
        /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;*/
        background: rgb(250 249 249 / 50%);
        /*transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -webkit-overflow-scrolling: touch;*/
        clear: both;
    }



    #special-chars li{
      float:left;
      list-style:none;
    }

    #special-chars a{
      font-size: 16px;
      font-weight: 700;
      display: block;
      float: left;
      margin: 0.25rem;
      background: #f2f2f2;
      border:2px solid #fff;
      box-shadow: 0px 0px 3px #BBB;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 2.5rem;
      height: 2.5rem;
      line-height: 2.5rem;
      color:#3A3A3C;
    }



    .lettering_hidden_box ul{
        margin: 0;
    }

    .lettering_hidden_box h4, .lettering_hidden_box .clh4 {
        display: block;
        font-size: 1rem;
        clear: both;
        padding: 10px 10px 0;
        margin: 0;
    }



    .lettering_hidden_box.open {
        padding: 10px 10px;
        opacity: 1;
    }

    #special-chars.open {
      padding: 0 10px 10px;
        height: 100px;
        opacity: 1;
    }

    #lettering_fonts.open {
        height: 332px;
    }

    #lettering_colors_box.open {
        height: auto;
        top: 1px;
        margin-bottom: 12px;
        padding: 10px 10px 10px;
        opacity: 1;
    }

    #lettering_fonts li {
        clear: none;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    #lettering_fonts li a {
        color: #3a3a3c;
        display: block;
        background: #f6f6f6;
        border: 2px solid #f1f1f1;
        /*box-shadow: 0 0 3px #bbb;*/
        text-align: center;
        line-height: 22px;
        overflow: hidden;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        padding: 0px;
        position:relative;
    }

    .fontNumber{
      position:absolute;
      top:0;
      line-height: 10px;
      left:0;
      font-size: 1.0rem;
      color:#666;
      font-weight: normal;
      font-family: "Muli",sans-serif;
      padding: 2px;
    }

    #lettering_fonts li a:hover {
        background: #DEDEDE;
        padding: 0px;
    }

    #lettering_fonts li.selected a {
        background: #fff;
        color: #9B2E15;
        border-color: #e60510;
    }

    #lettering_fonts li.selected a span.fontNumber{
      background: #e60510;
      color:#fff;
    }

    #lettering_font_label{
        min-width: 170px;
    }

    .button-group {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 5px;
        box-shadow:none;
    }

    .button-group .button-module {
        font-size: 0.9rem;

    }

    .button-group li a{
      line-height: 0.9rem;
      padding:5px;
    }

    #lettering_dimensions_type .button-group li:first-child .button{
      border-radius:5px 0 0 5px;
    }

        #lettering_dimensions_type .button-group li:last-child .button{
      border-radius:0 5px 5px 0;
    }

    #lettering_dimensions {
        position: relative;
    }
    .module {
        /*font-family: 'Roboto Condensed', sans-serif;*/
        /*padding: 1px;*/
        /*border: 0.5px solid #e2e2e2;*/
        max-height: 800px;
        margin-bottom: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
    }

    .module .flaticon-help{
      margin-left:10px;

    }
    .module .flaticon-help:before{
      font-size: 24px;
text-shadow: 0px 5px 5px #CCC;
    }

    .module small{
      /*font-size: 60%;*/
    }

    .module .panel {
        margin: 0;
        border: 1px solid #fff;
        /*border-top: 1px solid #ddd;
        /*border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;*/
        padding: 0.5rem;
        overflow: auto;
        background-color: #fff;
    }

    .module .panel-equilizer {
        /*background: #f3f3f3;
        border: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;*/
        padding: 0.5rem !important;
        min-height: 55px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .module label strong {
        background: #e60510;
        color: #f2f2f2;
        padding: 2px 7px;
        font-weight: 700;
        margin: 0 1px 0 0;
        border-radius: 11px;
    }


    .button-module {
        /*padding: 15px;*/
        border: 1px solid #000;
        color: #3a3a3c;
        background: #fff;
        padding-right: 2.6rem !important;
        /*z-index: 10;*/
        margin-bottom: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }

    .button-module:hover {
        background: #fff;
        color: #3a3a3c;
        position: relative;
    }

    .button-module-active {
        box-shadow: none;
        background: #fff;
    }

    .button-module.dropdown {
        font-size: 11px;
        background: #f8f8f8;
    }

    .module input{
      border-radius:5px;
    }
    .button-module.dropdown{
      border-radius:5px !important;
    }

    .button-module-active.dropdown.button::after {
        top: 0.70rem !important;
        border-color: transparent transparent #3A3A3C !important;
    }

    .button-module.dropdown:after {
        top: 1.10rem !important;
        border-color: #3a3a3c #fafafa00 #fafafa00 !important;
        right: 1rem !important;
    }

    .button-module-active:after {
        top: 0.9rem !important;
        border-color: #fff #fff #3a3a3c !important;
    }

    .module .button-group li:first-child .button {
        border-left: 2px solid #ddd;

    }

    .module .button-group .button {
        border: 2px solid #ddd;
        background: #ededed;
        padding: 0.5625rem !important;
        box-shadow: none;
    }

    .module .button-group .button:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }

    .module .button-group .button.selected {
        padding: 0.5625rem !important;
        background: #fff;
        color: #9b2e15;
        border: 2px solid #9b2e15 !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        z-index: 20;
    }

    .module .btns-plus-minus * {
        height: 45px;
        width: 50px !important;
        float: left;
        display: block;
        line-height: 40px;
        text-align: center;
    }

    .module .btns-plus-minus a {
        border: 1px solid #DDD;
        background: #EDEDED none repeat scroll 0% 0%;
        box-shadow: none;
        color: #3A3A3C;
        font-weight: bold;
        /*font-family: arial;*/
    }

    .module .btns-plus-minus a:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }

    .module .btns-plus-minus input {
        width: 50px !important;
        border-left: none;
        border-right: none;
        border-radius: 0 !important;
    }

    .module label.lettering_title {
        cursor: default !important;
        width: 95px;
        float: left;
        font-size: 0.75rem;
    }

   .title_opts {
     color: #000; 
    font-size: 15px;
    font-weight: 700;
    }


    .module .label-after {
        float: left;
    }

    .module label.proportions {
        clear: both;
        padding: 5px 0;

    }
      #proportions{
         margin:0;
      }
      
      
    .lettering_multiline .proportions{
        display:none;
    }     
    .lettering_realwidth_X {
        font-size: 15px;
        margin: 10px 5px 20px 5px;
    }

    #lettering_realwidth, #lettering_realheight{
        width:55px;

    }

    .lettering_realwidth_cm {
        font-size: 15px;
        margin: 10px 5px 20px 5px;
    }

    #lettering_submit{
      margin-bottom:-4px;
    }

    .picto {
        display: block;
        float: left;
        background: #f8f8f8;
        border: 1px solid #ddd;
        margin: 0 10px 0 0;
        padding: 10px;
        cursor: pointer;
        font-size: 15px;
        border-radius:5px;
    }
    .picto:last-child{
      margin: 0;
    }

    .picto img {
        padding: 0 5px 0 0;
    }

    .picto:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }

    .picto.selected {
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        border: 1px solid #e60510;
    }

    #lettering_update {
        position: fixed;
        display: block;
        left: 0;
        bottom: 0px;
        z-index: 50;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #559E83;
        color: #fff;
        text-align: center;
        box-shadow: 0 0 5px 0 #333;
        font-size: 1.5rem;
        -webkit-transition: bottom 0.25s ease-in-out;
        -moz-transition: bottom 0.25s ease-in-out;
        -ms-transition: bottom 0.25s ease-in-out;
        -o-transition: bottom 0.25s ease-in-out;
        transition: bottom 0.25s ease-in-out;
        display: none;
    }

    #mp_h_cm, #mp_w_cm {
        background: #5d5d5d;
        color: #eee;
        padding: 1px 3px;
        border-radius: 3px;
    }

    .mp_border_all {
        /*border: 2px solid #ddd;*/
    }

    .mp_border_top {
        border-top: 0.17em dotted #ddd;
    }

    .mp_border_right {
        border-right: 0.17em dotted #ddd;
    }

    .mp_border_bottom {
        border-bottom: 0.17em dotted #ddd;
    }

    .mp_border_left {
        border-left: 0.17em dotted #ddd;
    }

    .mp_table_full {
        width: 100%;
        margin: 0px;
        border-spacing: 0; /*Others*/
        background: none;
    }

    .mp_table_1 {
        width: 1px;
    }

    .mp_table_10 {
        width: 10%;
    }

    .mp_table_90 {
        width: 90%;
    }

    .mp_table_center {

    }

    #mp_preview {
        width: 100%;
        background: none;
        border-spacing: 0; /*Others*/
        border-collapse: collapse; /*IE*/
        border: none;
        /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
        color: #2eb800;
        text-decoration: none;
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
        margin: 0;
    }

    #mp_preview td {
        padding: 0;

    }

    #preview {
        background-image: url("https://stickers-shop.re/visu/img_lettrages/images/css/transparent.png");
    }

    #preview.previewBlack {
        background-image: url("https://stickers-shop.re/visu/img_lettrages/images/css/transparent-blackv2.png");
    }

    #preview img {
        height: 50px;
        max-height: 50px;
        max-width: none;

    }

    #mask {
        z-index: 1000;
        position: absolute;
    }

    #arrowUp {
        position: absolute;
        top: 16px;
        margin-left: -5px;
    }

    #arrowDown {
        position: absolute;
        bottom: 14px;
        margin-left: -5px;
        margin-bottom:2px;
    }

    #mp_infos_real_height, #mp_infos_real_height strong{
        font-size:10px;
        /*font-family: "Open Sans",sans-serif;*/
        color: #f00;
        padding-top: 5px;
    }
    
    #block_alignment .picto img{
        width:30px;
    }

    #block_alignment label{
        width:120px;
    }

    /* Small screens*/
   @media only screen { } /* Define mobile styles */

   @media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

   /* Medium screens*/
   @media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

   @media only screen and (min-width: 40.063em) and (max-width: 64em) {

      #block_fonts, #block_colors{
         height:100px;
      }

      #block_options, #block_dimensions, #block_dimensions_type, #block_dimensions_quantity, #block_alignment{
         height:130px;
      }

   } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

   /* Large screens*/
   
   
   
   /****** min-width:992px ******/
    @media only screen and (min-width: 62em) {

      #block_fonts, #block_colors {
         height:60px;
      }

      #block_options, #block_dimensions, #block_dimensions_type, #block_dimensions_quantity, #block_alignment{
         height:90px;
      }

   }
   
   
     /****** min-width:1025px ******/
    @media only screen and (min-width: 64.063em) {

      #block_fonts, #block_colors, #block_options {
         height:80px;
      }

       #block_dimensions, #block_dimensions_type, #block_dimensions_quantity, #block_alignment{
         height:100px;
      }

   }
   
   
   
   /****** min-width:1200px ******/
   @media only screen and (min-width: 75em) {

      #block_fonts, #block_colors, #block_options{
         height:60px;
      }

      #block_dimensions, #block_dimensions_type, #block_dimensions_quantity, #block_alignment{
         height:80px;
      }

   } /* min-width 1025px, large screens */
   
   

   @media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

   /* XLarge screens*/
   @media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

   @media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

   /* XXLarge screens*/
   @media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */

</style>