/** Shopify CDN: Minification failed

Line 1008:0 Expected "*/" to terminate multi-line comment

**/

.fullscreenCanvas{
   width: 100vh;
  height: 100vw;
 
  position: fixed;
  top: 0;
  left: 0;
}


.itemcard{
  background:#f5f5f5;

  width:100px;
  
  border:3px solid rgb(0, 0, 0);

  border-radius:5px;
  margin:10px;
}

.imgCard{
  width:100%;    top: -15px;
    position: relative;
    z-index:1;
    border-radius:5px;
}

.textCard{
 text-align:center;
 top: -15px;
    position: relative;
}

#FPR{
    width: 22px;
    height: 22px;
    outline-offset: 3px;
    border: none;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    /* margin-top: 5px; */
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    top: -6px;
    font-size:12px;
    border: 1px solid lightgrey;
}

#FPL{    width: 22px;
    height: 22px;
    outline-offset: 3px;
    border: none;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    /* margin-top: 5px; */
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    top: -6px;
    font-size:12px;
    border: 1px solid lightgrey;

}


#FoBR{
    width: 22px;
    height: 22px;
    outline-offset: 3px;
    border: none;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    /* margin-top: 5px; */
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    top: -6px;
    font-size:12px;
    border: 1px solid lightgrey;
}

#FoBL{    width: 22px;
    height: 22px;
    outline-offset: 3px;
    border: none;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    /* margin-top: 5px; */
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    top: -6px;
    font-size:12px;
    border: 1px solid lightgrey;

}

.navWrapper{
  display:flex;
  flex-direction: column;
  width:35%;
  margin-bottom: 50px;
}

.closecard{
     cursor: pointer;
    width: 28px;
    /*height: 13px;*/
    justify-content: center;
    justify-items: center;
    background: white;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 25px;
    font-size: 17px;
    padding: 0;
    left: 80%;
    top: -11px;
    position: relative;
    z-index:5;
}
      

#konfiguratorcontainer{
          max-width: 90vw;
    width: 1400px;
    margin: auto;
       margin-top:100px;
}

.bar {
  width: 500px;
  height: 10px;
  background: #f5f5f5;
  margin: 0 auto; /* zentriert */
  border-radius: 4px;
  margin-bottom:35px;
}


.fill {
  width: 0px;
  height: 100%;
  background: #dd2e16;
  border-radius: 5px;
      display: block !important;
}

#addCart1{
       cursor: pointer;
    background: #dd2e16;
    width: 300px;
    border-radius: 5px;
    height: 60px;
    color: white;
    font-size: 14px;
}

.toggleUI{
  width:20%;
  margin:auto;
  border:none;
  border-radius:12px;
  background:white;
  cursor:pointer;
  padding: 5px;
}
      

      
#popup{
     display: none;
    z-index: 9;
    position: absolute;
    left: -150px;
    top: 0;
    background: rgba(128, 128, 128, 0.7);
    width: 110vw;
    height: 100vh;
}

#popupnotice{
  display: block;
    z-index: 10;
    position: relative;
    top: 15%;
    /* left: 25%; */
    margin: auto;
    background: white;
    width: 1150px;
    height: 400px;
    padding: 40px;
    border-radius: 15px;
}

#hinweis{
      font-size: 15px;
}

#header1{
      margin-bottom: 20px;
}

#closePop{
    display: inline-block;
    padding: 11px 20px;
    font-weight:normal;
    margin: 0;
    width: auto;
    min-width: 90px;
    line-height: 1.42;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    color: white;
    margin-top:20px;
    background: black;
    font-size:15px;

    transition: padding-right .3s, background .3s, opacity 1s;

}
      
#fullsize{
    position: relative;
    left: 95%;
    background:transparent;
    border:none;
    bottom: 10%;
}



*{
  box-sizing: border-box;
}

body{
  width: 100%;
  margin: auto;
}

#page{
  margin-bottom:150px;
}



.subtext{
  font-size: 11px;
  color: #9f9fa0;
  margin-top: 0;
  margin-bottom: 0px !important; 
  white-space:nowrap;
  overflow:hidden;
  text-align: center;
}

#colors{
    display: flex;
    flex-direction: column;
}

.itemtext{
  font-size: 11px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0 !important;
  text-align:center;
  overflow:hidden;
  padding-left: 40px;
    padding-right: 40px;

}

.colortext{
  color:Grey;
  font-size:13px;
}

.colorpick{
width: 20px;
    height: 20px;
    
    outline-offset: 2px;
    outline: 2px solid #e3e3e3;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
  border-radius:3px;
}



#t2{
  display:inline-block;

  float:left;
}

#colorpick{
  position:relative;
  right:5px;
     
}

#item-button{
  background-color: whitesmoke;  
  padding: 5px 15px ; 
  cursor:pointer;
  color:black; 
  border-radius: 0px; 
  border: 1px solid #000; 
  border-color:whitesmoke; 
  display: block ;
  margin: 0 auto;
  font-size: 16px;
  height: 180px;
  width:100%;
  text-align: left;
  padding-left: 30px;
  background-size: 30%;
  background-repeat: no-repeat;
}

#toggleframebag,#toggletoptube,#togglesaddle,#togglebars,#togglesonstiges{
  background-color: whitesmoke;  
  padding: 5px 15px ; 
  cursor:pointer;
  color:black; 
  border-radius: 0px; 
  border: 1px solid #000; 
  border-color:whitesmoke; 
  display: block ;
  margin: 0 auto;
  
  font-size: 18px;
  height: 40px;
  width:100%;
  text-align: left;
  padding-left: 30px;
  
  
}

#toggleframebag:hover,#toggletoptube:hover,#togglesaddle:hover,#togglebars:hover, #togglesonstiges:hover{
  background-color: lightgray;  
  padding: 5px 15px ; 
  cursor:pointer;
  color:black; 
  border-radius: 0px; 
  border: 1px solid #000; 
  border-color:lightgray; 
  display: block ;
  margin: 0 auto;
  
  font-size: 18px;
  height: 40px;
  width:100%;
  text-align: left;
  padding-left: 40px;
  transition: 0.3s;
  
}



#framebags{
  display: block;
  
}
#toptubes{
  display:block;
}
#saddlebags{
  display:block;
}
#handlebars{
  display:block;
}
#sonstiges{
  display: block;
  
}


/**/




/* Clear floats after the columns */






h1{
  font-size: 36px;
  
}





.buttonContainer{
  display: inline-block; 
  
}

#textbox{
  text-align: center;
}


.grid{
  margin:0;
}

.item-buttons{
  
  margin:0 auto;
  margin-top: 25px;
  width:100%;
}

.buttonwrapper{
  width:100%;
    overflow: hidden;   
  background:#f5f5f5;
  border:3px solid #e3e3e3;
  border-radius:12px;
  padding:5px;
  margin: 10px;
  justify-self: center;
  display:flex;
  flex-direction:column;
}

.panelUI{
  display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr)); /* fix 2 Spalten */
  grid-template-rows: auto auto; 
      gap: 10px;
    padding: 10px;
   grid-auto-flow: row;
     justify-content: space-evenly;
}

.prod-pics{
  float:center; 
  width: 100%;
  border-radius:5px;
  object-fit: contain; 
}

p.instruction{
  
  font-size: medium;
  text-align: center;
  
}

.model-div {
  width: 100%;
  margin: auto;

  
}

#canvas-style {
  
  width: 100%;
  height: 400px;
  display: inline-block;
  background-image: url("/cdn/shop/files/3d-symbol7.png?v=1697177565");
   background-position: center;
  background-size: cover;

   
}

#renderCanvas {
  margin: 0 auto;
  width: 100%;
  height: 100%; 
  margin-bottom: 0;
   
  }

/*Upper navbar */
#nav{
  display: block;
}

.nav-div{
  border:2px solid #e3e3e3;
  border-radius:15px;
  width:100%;
      padding: 5px;
}



/*Button for testing*/
#anim-controls{
  background-color: white;  
  padding: 5px 15px ; 
  cursor:pointer;
  color:black; 
  border-radius: 30px; 
  border: 1px solid #000; 
  border-color:black; 
  display: block ;
  margin: 0 auto;
  font-size: 16px;
  height: 40px;
}

#stats{
      margin: auto;
      margin-bottom:35px;
}


/*ARE Button*/
#AR{
  display: none;
  font-size: 16px;
  background-color: black;   
  padding: 5px 15px;
  color:white; 
  border-radius: 30px; 
  margin: 0 auto;
  height: 40px;
}

/* Button for loading scene*/
#button-load {
  
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: center;
  background-size: 24px 24px;
  background-color: #000;
  color: white;
  cursor: pointer;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 15px;
  box-shadow: 0 0 8px rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,.25);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 100;
  height:40px;
}

.label{
  margin:0 !important;
  text-align:left;
  font-family:inherit;
  font-size: 15px !important;
  color: #939394;
  
}

#rabatt{
  margin-bottom:35px;
  text-align:center;
  font-family:inherit;
  font-size: 16px !important;
  color:#E9533C;
}
        
.label2{
    text-align:left;
          font-family:inherit;
  font-size: 16px !important;
  font-weight: bold !important;
      }

.buttons{
  height: 40px;
  width: 250px;
  background-color: #ff4c34;
  
  font-size: 16px;
  font-weight: 800;
  border: none;
  cursor:pointer;
  color: white;
  
}

.buttons:hover{
  height: 40px;
  width: 250px;
  background-color: #ff533c;
  
  font-size: 18px;
  font-weight: 800;
  border: none;
  cursor:pointer;
  color: white;
  transition: 0.3s;
}

.testbutton{
  border:none;
}


#disposebut{
  margin-bottom: 40px;
}

#custom-select {
 
  margin-bottom: 20px;
  bottom: 0px;
  
  position: relative;
  text-align: right;
}

.select{
  height: 40px;
  width: 250px;
  text-align: center;
  
  font-size: 14px;
  font-weight: 800;
  
}



.itemdescription{
  text-align: center;
}

#instruction{

  
  font-size: 18px;
}

      #flexbr{
    
    width: 0;
    height: 0;
    
}

  #warenkorb{
        text-align: center;
        
    z-index:0;
    
  }

  #wrapper{
    display:flex;
      flex-direction:row;
    }

    #wrapper3d{
      width:65%;
    }

     .colorspan{
          margin-top: auto;
    text-align: center;
    text-align: center;
    }

     #cardcontainer{
      width: 100%;
    display: flex;
    flex-direction: row;
    height: 190px;
      justify-content:center;
      margin-bottom:35px;
    }

  @media only screen and (max-width: 1100px) {
    

    #addCart1{
    
    border-radius: 5px;
    height: 50px;
  
}

    .navWrapper{
  display:flex;
  flex-direction: column;
  width:100%
}

    .itemtext{

  padding-left: 10px;
    padding-right: 10px;

}

    .colorspan{
          margin-top: auto;
    text-align: center;
    text-align: center;
    }

    #wrapper{
      flex-direction:column-reverse;
    }

    #cardcontainer{
      overflow-x:auto;
      height:auto;
      justify-content:flex-start;
    }

    .itemcard{
      flex: 0 0 90px;
    }

    .colortext{
      display:none;
    }

    #FPR{
margin-right: 0px; 
     margin-top: 0px;
    }

    #FPL{
      margin-right: 0px; 
    /margin-top: 0px;
    }

    .colorpick.colorFP{
      margin-right:0px;

}



    .uitext{
      font-size:12px;
    }

    .nav-div{
      width:100%;
      margin:auto;
    }


 

    #wrapper3d{
      width:100%;
    }
  }

/*

    @media only screen and (max-width: 1779px) {
.item-buttons {
  display: inline-flex;
  margin: 0 auto;
  margin-right: 100px;
    margin-top: 25px;
  flex-direction: row;
  flex-wrap: wrap;
}



      
#flexbr{
    
    width:  0;
    height: 0;
    
}

    

      
#page{
  margin-bottom: 150px;
}

.buttonwrapper{
  width:120px;
  background:white;
  margin:15px;
  margin-left: 0;
  margin-right: 24px;
  
}

.model-div {
  width: 100%;
  height: 400px;
  margin: auto;



  
}
      .itemtext{
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0 !important;
  text-align:left;
}    
}

/*
@media only screen and (max-width: 1700px) {
  
  .itemtext{
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-align:left;
}     
        
}
*/
/*
      @media only screen and (max-width: 1184px) {
         #flexbr{
    
    width: 100%;
    height: 0;
    
}
      }
      
@media only screen and (max-width: 950px) {
.item-buttons {
  display: inline-flex;
  margin: 0 auto;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
      margin-top: 80px;
}


  
  #flexbr{
    
    width: 0;
    height: 0;
    
}
  
.label{
  margin:0 !important;
  text-align:left;
  font-family:inherit;
  font-size: 12px !important;
  font-weight: bold !important;
}

  #warenkorb{
        text-align: center;
        bottom: 55px;
    position:static;
       z-index:0;
        margin-top: 10px;
    left:0px;
  }
  
#text{
  font-size:12px;
}
  
#page{
  margin-bottom: 150px;
}

  
.buttonwrapper{
  width:120px;
  background:white;
  margin:0 auto;
  margin-left: 0px;

}

  
.prod-pics{
  float:left; 
 height:100px!important;
}


  
.model-div {
  width: 100%;
  height: 400px;
  margin: auto;
   
}

    .itemtext{
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0 !important;
  text-align:left;
      
}    
  
}

      @media only screen and (max-width:570px) {

       #stats{
    top: -20px;
    position: relative;
       } 

  #rabatt{
    margin-bottom:10px !important;
    top: 65px;
    position: relative;
    font-size:12px !important;
  }
        
#custom-select{
  margin-right:0px;
  top:-30px;
}
#warenkorb{
  top:20px;
  position:relative;
}
        
#fullsize{
    position: relative;
    left: 85%;
    bottom: 10%;
}
        
       
        
    #textbox{
          right: 12px;
    position: relative;
    }
        
.model-div {
  width: 100vw;
  height: 400px;
  margin: auto;
   right: 20px;
    position: relative;
   
}
  #colors{
    margin-left: 25px;
    margin-right:25px;
    
  }
        .nav-div{
              margin-left:35px;
              margin-right: 25px;
        }
      }

       
