  #footer_container{
    display: none !important;
  }
  
  #content{
    max-width: 100vw;
  	overflow: hidden;
  }
  .letter{
    text-align: center;
    width: auto;
    display: inline-block;
    cursor:grab;
    cursor: -webkit-grab;
    z-index: 100;
    /*height: 3.5vw;*/
    height: 4vw;
    /*
    padding: 8px 2px;
    */
   	padding: 1px 0px;

  }
  .letter img{
    height: 100%;
  }
  
  #letter-nav{
    /*
  	width:24%;
  	width:24vw;
    */
  	width:30%;
  	width:30vw;
    float:left;
   	font-family: sofia-pro, sans-serif;
	font-weight: 400;   
  }
  #letters-stickers{
  	line-height: 0px;
  }
  #letter-container{
    /*
    padding: 35px;
    */
    padding: 25px;
  }
  #collection-container{
  }
  #collection-header-container{
    padding: 0px 25px 0px 25px;
  }
  #letter-nav h2{
    text-align: left;
    padding: 5px;
    /*font-size: 12px;
    line-height: 10pt;
    */
    padding-top: 5px;
    letter-spacing: 0.75px;
    font-size: 18px;
   	font-family: sofia-pro, sans-serif;
	font-weight: 700;     
    margin-bottom: 5px;
  }
  #letter-canvas{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

    
    /*
    position: relative;
    */
    max-width: 100vw;
  	overflow: hidden;
        /*
    width:75%;
  	width:75vw;
    */
    width:69%;
  	width:69vw;
    
    float: right;

    text-align: center;
    /*
    height: 85vh;
    */
   	font-family: sofia-pro, sans-serif;
	font-weight: 400; 

  }
  #letter-canvas-container{
    max-width: 46vw;
    margin: 0 auto;
    /*
    bottom: 115px;
    right: 0px;
    */
  }
  
  #letter-canvas-product{
   	width: 50vw;
    display: inline-block;
  }
  #letter-instructions{
  	position: absolute;
    max-width: 312px;
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10vh;
    background-color: #fff;
    border: 1px solid #464646;
    padding: 20px;
    
  }
  .letter-products{
    max-height: 45vh;
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
    padding-bottom: 20px;
  }  
  ::-webkit-scrollbar-track {
      background: #f1f1f1; 
      border-radius: 5px;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.2);
  }
  
  .letter-product{
    width: 13vw;
    cursor: pointer;
  }
  .letter-product:hover{
    opacity: 0.8;
  }

  .letter-product-container{
  	clear: both;
    padding-top: 10px;
  }
  .letter-product-title{
    clear: both;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 9px;
    line-height: 9px;
    color: #333;
  }

  
  .tool_handle{
    /*
    height: 3.5vw;
    */
    height: 4vw;
    width: 2vw;
    padding: 8px 2px;
    /*
    height: 60px;
    */
    position: absolute;
    /*
    width: 40px;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    margin-left: 10px;
    */
    cursor: grab;
    cursor: -webkit-grab;
  }
  #letter-clear-mobile, #letter-products-mobile{
  	display: none;
  }
  #letter-clear{
  }
  .letter-clear{
  	position: absolute; 
    /*
    bottom: 3vw;
    right: 12vw;
    */
    bottom: 2vw;
    right: 3vw;
    cursor: pointer;
    width: 44px;
    opacity: 0.8;
    border-radius: 50%;
    background-color: #fff;
  }
  .letter-clear:hover{
  	opacity: 1;
  }

  .swatch{
    margin-bottom: 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .swatch_container{
    margin-left: 5px;
    background-color: transparent;
    overflow: hidden;
  }
  .swatch-border{
  	border: 1px solid #fff;
    overflow: auto;
    border-radius: 50%;
    padding: 0px;
    margin: 0px 4px 0px 0px;
  }
  .swatch-border.selected{
  	border: 1px solid #d6d6d6;

  }
  .swatch-border:hover{
    border-color: #666;
  }
  #letter-footer-swatches .swatch-border:hover{
    border-color: #666;

  }

  .swatch label{
    border: none;
    margin: 2px !important;
    height: 20px !important;
    min-width: 20px !important;
  }
  .swatch label:hover{
  	border: none;
  }
  .swatch .swatch-element{
  	margin-right: 0px;
  }
  #letters-stickers{
    text-align: center;
  }
  
  #letter-collections{
    clear: both;
    text-align: left;
    padding: 0px 5px 15px 5px;
  }
  .letter-collection{
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 11px;
    line-height: 11px;
    color: #a9a9a9;
    display: inline-block;
    padding: 0px 0px 3px 0px;
    margin-right: 1.8vw;
    cursor: pointer;
  }
  .letter-collection.selected{
    border-bottom: 1px solid #333;
    color: #333;
  }

  /* FOOTER STYLES */
  #letter-footer{
	clear: both;
    overflow: auto;
    /*
    width: 76vw;
    */
    width: 70vw;

    background-color: #F2F2F2;
    /*
    margin-top: -94px;
    */
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
  #letter-footer-swatches{
    /*
  	width: 45%;
    */
  	width: 48%;

    float: left;
    text-align: left;
	padding: 25px 0px 20px 0px;
  }
  #letter-footer-swatches #letter-footer-title{
    padding-left: 40px;
  }
  #letter-footer-swatches .swatch{
    padding-left: 40px;
  }
  #swatch_container{
  	margin-left: 0px;
    padding-top: 8px;
  }
  
  #letter-footer-swatches .swatch-border{
    border-color: #F2F2F2;
  }
  #letter-footer-swatches .swatch-border.selected{
    border-color: #d6d6d6;
  }
  #letter-footer-form{
	margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
  	width: 50%;
    float: right;
    border-left: 1px solid #b5b5b5;

    /*
    width: 100%;
    text-align: center;
    */
    
  }
  #letter-footer-title{
    color: #333;
	text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 11px;
    line-height: 11px;
  }
  .letter-footer-title-color{
  	font-weight: bold;
  }

  #letter-footer-form-description{
  	display: inline-block;
    padding: 15px 20px 0px 20px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    
  }
  #letter-footer-form-price{
  	display: inline-block;
    font-weight: bold;
    color: #333;
    padding: 15px 20px 0px 20px;
    font-size: 14px;
    line-height: 26px;

  }
  #letter-footer-form-submit-container{
  	display: inline-block;
    padding: 15px 20px;
  }
  #letter-footer-form-submit{
    text-align: center;
  	/*cursor: pointer;
    */
    background-color: #ccc;
    min-width: 180px;
  } 
  #letter-footer-form-submit:hover{
	background-color: #180b38;
    color: #ffffff;
  }
  #letter-mobile{
    display: none;
  }

  @media (max-width: 1440px) {
    .letter-products{
      max-height: 38vh;
    }
  }

  
  @media (max-width: 640px) {
    #letter-products-desktop{
       display: none;
    }
    #letter-mobile{
      display: block;
      padding: 20px;
    }
    #letter-products-mobile{
      display: block;
    }

    .swatch .swatch-element{
      /*
      float: left !important;
      */
    }
	#letter-footer-swatches .swatch label{
      height: 18px !important;
      min-width: 18px !important;
      margin: 1px !important;
    }  
    #letter-footer-swatches .swatch .swatch-element{
      margin: 0px !important;
    }

    
    #letter-footer{
      position: relative;
    }
    #letter-footer .swatch .swatch-element{
    	text-align: center;
      	display: inline-block !important;
    	float: none !important;
    }
    #letter-instructions{
      margin: 10px auto;
     line-height: 20px;
     font-size: 13px;
      top: 0px;
      padding: 10px 5px
      /*
   	  position: relative;
      top: 20px;
      */
    }
    #letter-canvas-container{
    	max-width: 100%;
    }
    #collection-header-container{
    	padding: 0px 25px;
    }
    #letter-canvas{

      width: 100%;
      clear: both;
      /*
      border-bottom: 1px solid #ccc;
      /*
      margin-bottom: 20px;
      */
      padding-bottom: 10px;
    }
    #letter-nav{
      width: 100%;
      clear: both;
    }
    .letter-products{
      max-height: 200px;
    }
    .letter-collection{
      letter-spacing: 1px;
    }
    #letter-footer{
      clear: both;
	  margin-top: 0px;
      padding: 0px 0px;
      width: 100%;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #666666;
    }
    #letter-footer-form, #letter-footer-swatches{
      width: 100%;
      text-align: center;
    }
    
    #letter-footer-title{
      display: none;
    }
    #letter-footer-swatches{
      padding: 0px;
      background-color: #fff;
      /*
      display: none;
      */
    }
    #letter-footer-swatches .swatch-border{
      border-color: #fff;
    }
    
    
    #letter-footer-swatches #letter-footer-title, #letter-footer-swatches .swatch{
      padding: 0px;
    }
    
    #letter-footer-form-description{
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #letter-footer-form-price{
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #letter-footer-form-submit-container{
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #letter-container{
      padding: 0px;
      /*
      width: 47%;
      */
      width: 100%;
      /*
      float: right;
      */
    }
    #letter-container h2{
      display: none;
    }

    #collection-container{
      /*
      width: 48%;
      float: left;
      */
      /*
      display: none;
      */
    }
    #letters-stickers{
      /*
      text-align: left;
      */
      padding: 0px 15px 0px 6px;
    }
    #letter-clear{
      display: none;
    }
    #letter-clear-mobile{
      display: block;
      position: relative;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      width: 35px;
      margin-top: -50px;
      margin-right: 10vw;

      /*
      margin-right: 8vw;
      margin-top: -21vw;
      */
    }

    .letter,  .tool_handle{
      height: 8vw;
      width: 5vw;
      padding: 4px 2px;
    }

   	body{
      min-width: 300px;
    }
    
    #collection-header-container{
      display: none;
    }
    
    /* select with CSS avatar icons */
    option.avatar {
      background-repeat: no-repeat !important;
      padding-left: 20px;
    }
    .avatar .ui-icon {
      background-position: left top;
    }    
    
    /* SWITCH THE ORDER OF ELEMENTS */
    #letter-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }
    #letter-container #shopify-section-letters-stickers {
        border: none !important;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }
    #letter-container .swatch {
        border: none !important;
      	padding: 10px;
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        box-ordinal-group: 4;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }
    #letter-nav{
        border: none !important;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }
    #letter-nav #letter-container{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }
    #letter-nav #collection-container{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }
    
    #letters-stickers{
      border-top: 1px solid #ccc;
      padding-top: 10px;
    }


    #content select {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 3px;
            padding: 3px 22px 3px 3px;
            background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'%3E%3C/path%3E%3C/svg%3E");
            background-position: calc(100% - 3px) 50%;
            background-repeat: no-repeat;
            background-size: 16px;
            -webkit-appearance: none;
            -moz-appearance: none;
    }
    #content select::-ms-expand {
         display: none;
    }

    // cssnext
    #content select {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 3px;
            padding: 3px 22px 3px 3px;
            background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'%3E%3C/path%3E%3C/svg%3E");
            background-position: calc(100% - 3px) 50%;
            background-repeat: no-repeat;
            background-size: 16px;
            -webkit-appearance: none;
            -moz-appearance: none;
            &::-ms-expand {
                display: none;
            }
    }
    #content select {
      padding: 5px 25px 5px 10px;
      height: auto;
    }
    
    .swatch-border{
      margin: 0px;
    }
    #letter-product-select-mobile{
      min-width: 241px;
    }
    
    /*
    #swatch_container{
      display: none;
    }
    */
    
  }