/** Shopify CDN: Minification failed

Line 148:2 Unexpected "{"
Line 153:2 Unexpected "{"
Line 331:4 Expected identifier but found "background-color("
Line 337:4 Expected identifier but found "background-color("
Line 517:2 Unexpected "{"
Line 522:2 Unexpected "{"
Line 727:4 Expected identifier but found "background-color("
Line 733:4 Expected identifier but found "background-color("
Line 845:6 Expected identifier but found "background-color("

**/






  #component_section_title{
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    font-size: 2em;
	text-align: center;
  }
  
  #builder-blocks{
    width: 100%;
    display: flex;
	align-items: flex-start;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
	padding: 12px;
    margin: 0 auto;
  
  }
  
  #component_canvas{
    width: 600px;
    height: 600px;
	border: 1px solid #000;
	background-color: rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-right: 20px;
  }
  
  
  #unit-controls {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  #unit_total {
    font-weight: bold;      
    font-size: 1.4em;
  }

  #component_title {
    width: 500px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.2em;
	text-align: center;
    margin-top: 31px;
  }

  .component_price {
	text-align: center;
  }

  .component_img {
	display: block;
    width: 100px;
    height: 100px;
	text-align: center;
	margin: 0 auto;
  }

  .component-no-image {
	display: block;
    width: 100px;
    height: 100px;
	margin: 0 auto;
    background-color: rgba(0,0,0,0.1);
    color: #FFFFFF;
	text-align: center;
    line-height: 100px;
    border: 0px;
  }
  
  img {
	display: block;
    width: 100px;
    height: 100px;
	text-align: center;
	margin: 0 auto;
  }

  select {
    width: 500px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.2em;
  }

  select option {
    width: 500px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.2em;
  }

  select option[disabled] {
    display: none;
  }
  
  #button-add-to-cart
  {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  #button-add-to-cart
  {
    padding: 0;
    overflow: visible;
    border: none;
    border-radius: 0;

	background-color: #000;
	color: #fff;
	font-weight: bold;
	width: 160px;
	height: 60px;
	display: block;
    -webkit-appearance: button;
    cursor: pointer;
  }

  #button-add-to-cart[disabled],
  {
    cursor: default;
  }

  #button-add-to-cart::-moz-focus-inner,
  {
    border: 0;
    padding: 0;
  }
  
  .comp_block {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .comp_drop_fullscreen {
 	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.1);
    display: none;
    z-index: 100;
    opacity: 0.99;
  }
  
  .comp_dropdown {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  	width: 80%;
    height: 80%;
  	max-height: 600px;
    margin: 0px auto;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-top: 0px;
  	box-sizing: border-box;
    background-color: #FFFFFF;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  
  .com_opt {
  	display: flex;
    width: 250px;
    height: 250px;
  	flex-grow: 1;
    flex-wrap: wrap;
  	box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-top: 6px;
    margin-left: 6px;
    padding: 6px;
    z-index: 100;
  }
  
  .com_opt:hover {
	background-color:#F9F9F9;
    cursor: pointer;
  }

  #com_opt_image {
  	min-width: 100px;
  	min-height: 100px;
  	box-sizing: border-box;
  	float: left;
    margin-right: 20px;
  }
  
  #com_opt_image img {
  	min-width: 100px;
  	min-height: 100px;
    float: left;
    display: block;
  	box-sizing: border-box;
  }
  
  #com_opt_title {
  	box-sizing: border-box;
    padding: 6px;
    line-height: 18px;
    font-size: 18px;
  }
  
  #com_opt_price {
  	width: 100px;
  	height: 100px;
    flex-grow: 2;
  	font-size: 16px;
    font-weight: bold;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
  	box-sizing: border-box;
    line-height: 100px;
    text-align: center;
  }
  
  .comp_selector {
	width: 500px;
    height: 45px;
    border: 1px solid #000000;
    border-radius: 2px;
  	box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 40px;
    overflow: hidden;
  	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  
  .comp_selector:hover {
	background-color:#F9F9F9;
    cursor: pointer;
  }
  
  .comp_selector_value {
  	box-sizing: border-box;
    display: none;
  }
  
  .comp_selector_title {
    flex-grow: 2;
  	box-sizing: border-box;
    white-space: nowrap;      /*keep text on one line */
    overflow: hidden;         /*prevent text from being shown outside the border */
    text-overflow: ellipsis;  /*cut off text with an ellipsis*/    
  }
  .comp_selector_cost {
    width: 70px;
    min-width: 70px;
  	box-sizing: border-box;
    white-space: nowrap;      /*keep text on one line */
    overflow: hidden;         /*prevent text from being shown outside the border */
    text-align: right;
    margin-right: 12px;
  }
  .comp_selector_clear {
    display: block;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border-size: 1px #000 solid;
    background-color: rgba(255,0,0,0.2);
    color: #fff;
    float: right;
    margin-right: 6px;
    text-align: center;
    font-weight: bold;
  }
    
  .comp_selector_disabled {
	width: 500px;
    height: 45px;
    border: 1px solid #888;
    border-radius: 2px;
  	box-sizing: border-box;
    padding-left: 20px;
    line-height: 40px;
    overflow: hidden;
  	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  	color:#333;
    background-color(0,0,0,0.3);
    opacity: 0.3;
    z-index: 0;
  }
  
  .comp_selector_disabled:hover {
    background-color(0,0,0,0.3);
    cursor: not-allowed;
  }

  .comp_disabled_help {
    font-size: 14px;
    color: #bbb;
    margin-bottom: 20px;
  }
  
  .ImDisabled {
  	display: none !important;
  }
    


  #component_section_title{
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    font-size: 2em;
	text-align: center;
  }
  
  #builder-blocks{
    width: 100%;
    display: flex;
	align-items: flex-start;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
	padding: 12px;
    margin: 0 auto;
  }
  
  #background-selector {
  	width: 45px;
    display: inline-block;
    box-sizing: border-box;
  	margin-right: 12px;
  }
  
  .background-selector-option {
  	width: 45px;
  	height: 45px;
  	display: block;
    box-sizing: border-box;
  	border: 1px solid #000;
  	margin-bottom: 12px;
  }

  .background-selector-option:hover {
	background-color: rgba(0,0,0,0.1);
  	cursor:pointer;
  }
  
  #background-selector-01 {
    background-image: url('https://cdn.shopify.com/s/files/1/2657/6652/t/21/assets/scooter-builder-back-01.jpg');
    background-size: contain;
  }
  #background-selector-02 {
    background-image: url('https://cdn.shopify.com/s/files/1/2657/6652/t/21/assets/scooter-builder-back-04.jpg');
    background-size: contain;
  }
  #background-selector-03 {
    background-image: url('https://cdn.shopify.com/s/files/1/2657/6652/t/21/assets/scooter-builder-back-05.jpg');
    background-size: contain;
  }
  
  #comp_image {
	width: auto;
  }

  #component_canvas{
    width: 600px;
    height: 600px;
	border: 1px solid #000;
	background-color: rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-right: 20px;
  }
  
  #unit-controls {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  #unit_total {
    font-weight: bold;      
    font-size: 1.4em;
  }

  #component_title {
    width: 500px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.2em;
	text-align: center;
    margin-top: 31px;
  }

  .component_price {
	text-align: center;
  }

  .component_img {
	display: block;
    width: 100px;
    height: 100px;
	text-align: center;
	margin: 0 auto;
  }

  .component-no-image {
	display: block;
    width: 100px;
    height: 100px;
	margin: 0 auto;
    background-color: rgba(0,0,0,0.1);
    color: #FFFFFF;
	text-align: center;
    line-height: 100px;
    border: 0px;
  }
  
  img {
	display: block;
    width: 100px;
    height: 100px;
	text-align: center;
	margin: 0 auto;
  }

  select {
    width: 500px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.2em;
  }

  select option {
    width: 500px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.2em;
  }

  select option[disabled] {
    display: none;
  }
  
  #button-add-to-cart
  {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  #button-add-to-cart
  {
    padding: 0;
    overflow: visible;
    border: none;
    border-radius: 0;

    background-color: #000;
    color: #fff;
    font-weight: bold;
    width: 160px;
    height: 60px;
    display: block;
    -webkit-appearance: button;
    cursor: pointer;
  }

  #button-add-to-cart[disabled],
  {
    cursor: default;
  }

  #button-add-to-cart::-moz-focus-inner,
  {
    border: 0;
    padding: 0;
  }
  
  .comp_block {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .loading_fullscreen {
   	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    opacity: 0.99;
  }
  #clock_loading {
  	display:block;
    width: 100px;
    height: 100px;
    margin: auto auto;
  }
  #clock_loading img {
  	width: 60px;
    height: 60px;
  }
  
  .comp_drop_fullscreen {
 	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.1);
    display: none;
    z-index: 100;
    opacity: 0.99;
  }
  
  .comp_dropdown {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  	width: 80%;
    height: 80%;
  	max-height: 600px;
    margin: 0px auto;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-top: 0px;
  	box-sizing: border-box;
    background-color: #FFFFFF;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  
  .com_opt {
  	display: flex;
    width: 250px;
    height: 250px;
  	flex-grow: 1;
    flex-wrap: wrap;
  	box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-top: 6px;
    margin-left: 6px;
    padding: 6px;
    z-index: 100;
  }
  
  .com_opt:hover {
	background-color:#F9F9F9;
    cursor: pointer;
  }

  #com_opt_image {
  	min-width: 100px;
  	min-height: 100px;
  	box-sizing: border-box;
  	float: left;
    margin-right: 20px;
  }
  
  #com_opt_image img {
  	min-width: 100px;
  	min-height: 100px;
    float: left;
    display: block;
  	box-sizing: border-box;
  }
  
  #com_opt_title {
  	box-sizing: border-box;
    padding: 6px;
    line-height: 18px;
    font-size: 18px;
  }
  
  #com_opt_price {
  	width: 100px;
  	height: 100px;
    flex-grow: 2;
  	font-size: 16px;
    font-weight: bold;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
  	box-sizing: border-box;
    line-height: 100px;
    text-align: center;
  }
  
  .comp_selector {
	  width: 500px;
    height: 45px;
    border: 1px solid #000000;
    border-radius: 2px;
  	box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 40px;
    overflow: hidden;
  	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  
  .comp_selector:hover {
	  background-color:#F9F9F9;
    cursor: pointer;
  }
  
  .comp_selector_value {
  	box-sizing: border-box;
    display: none;
  }
  
  .comp_selector_title {
    flex-grow: 2;
  	box-sizing: border-box;
    white-space: nowrap;      /*keep text on one line */
    overflow: hidden;         /*prevent text from being shown outside the border */
    text-overflow: ellipsis;  /*cut off text with an ellipsis*/    
  }
  .comp_selector_cost {
    width: 70px;
    min-width: 70px;
  	box-sizing: border-box;
    white-space: nowrap;      /*keep text on one line */
    overflow: hidden;         /*prevent text from being shown outside the border */
    text-align: right;
    margin-right: 12px;
  }
  
  .comp_selector_clear {
    display: block;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border-size: 1px #000 solid;
    background-color: rgba(255,0,0,0.8);
    color: #fff;
    float: right;
    margin-right: 6px;
    text-align: center;
    font-weight: bold;
    display: none;
  }
    
  .comp_selector_disabled {
	  width: 500px;
    height: 45px;
    margin-bottom: 20px;
    border: 1px solid #888;
    border-radius: 2px;
  	box-sizing: border-box;
    padding-left: 20px;
    line-height: 40px;
    overflow: hidden;
  	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  	color:#333;
    background-color(0,0,0,0.3);
    opacity: 0.3;
    z-index: 0;
  }
  
  .comp_selector_disabled:hover {
    background-color(0,0,0,0.3);
    cursor: not-allowed;
  }

  .comp_disabled_help {
    position: relative;
    font-size: 14px;
    color: #bbb;
  	top: -20px;
    bottom: 0px;
	  margin-bottom: 0px;
  }
  
  .ImDisabled {
  	display: none !important;
  }
    
  .next-select-to-pick {
    border: 3px solid #800;
  }
  
  /* smartphones, Android phones, landscape iPhone */
  /* smartphones, Android phones, landscape iPhone */
  @media screen and (max-width: 1189px) {
  
    .comp_block {
      width: 100%;
      display: flex;
      align-content: flex-start;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
    }

    #builder-blocks {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-content: center;
      justify-content: center;
      box-sizing: border-box;
      padding: 12px;
      margin: 0 auto;
    }

    .grid-item {
      width: 100%;
    }

    #background-selector {
      width: 100%;
      display: inline-block;
      box-sizing: border-box;
      margin-right: 12px;
    }

    .background-selector-option {
      width: 45px;
      height: 45px;
      display: inline-block;
      box-sizing: border-box;
      border: 1px solid #000;
      margin-bottom: 12px;
    }

  	#comp_image {
  	  width: 100%;
    }
  
    #component_canvas{
      width: 100%;
      height: auto;
      border: 1px solid #000;
      background-color: rgba(0,0,0,0.1);
      box-sizing: border-box;
      margin-right: 20px;
    }

    .comp_selector {
      width: 100%;
      height: 45px;
      border: 1px solid #000000;
      border-radius: 2px;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding-left: 20px;
      line-height: 40px;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-content: center;
      align-items: center;
    }

    .comp_selector_disabled {
      width: 100%;
      height: 45px;
      margin-bottom: 20px;
      border: 1px solid #888;
      border-radius: 2px;
      box-sizing: border-box;
      padding-left: 20px;
      line-height: 40px;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      color:#333;
      background-color(0,0,0,0.3);
      opacity: 0.3;
      z-index: 0;
    }
  }
  






