
@import url("https://use.typekit.net/wmp7bma.css");

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600&family=Nunito:wght@300;400;600&display=swap');

:root {

  --col-PaginationHighlight: #0BCAF3;
  --col-UIButtonStatic: #E5E5E5;
  --col-PaginationInitial: #FFFFFF;
  --col-PaginationVisited: #4c576d;
  --col-fontStatic: #3f3f3f;

}

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    color: #3f3f3f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Preloader {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background-image: url("../img/UI/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  z-index: 999999;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;

}

#logo {
  position: absolute;
  z-index: 9999;
  width: 35%;
  height: 40px;
  left: 10%;
  top: 75px;
}

#animatedBackground {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  margin: 0;
  background-color: none;
  outline: none;
  border: none;
}

#mainCanvas {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  margin: 0;
  background-color: #FFECCB;
  outline: none;
  border: none;
}

#holder_ThreeJS {
  position: relative;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
}

#holder_HtmlContent {
  z-index: 3;
  position: absolute;
  padding: 0px;
  margin: 0px;
  left: 100px;
  top: 50%;
  transform: translateY(calc(-50% + .5px));
  overflow: hidden;
  text-align: left;
  mask-image: linear-gradient(transparent, black 1%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(transparent, black 1%, black 88%, transparent 100%);
  pointer-events: none;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

}



@media (min-width: 320px) {
  #holder_HtmlContent {
    top: 50px;
    left: 50%;
    width: 90%;
    transform: translateX(calc(-50% - .9px ));
  }

}
@media (min-width: 768px) {
  #holder_HtmlContent {
    top: 60px;
    left: 50%;
    width: auto;
    transform: translateX(calc(-50% + .7px ));
  }
}
@media (min-width: 992px) {
  #holder_HtmlContent {
    top: 60px;
    left: 50%;
    width: auto;
    transform: translateX(calc(-50% + .5px ));
  }
}
@media (min-width: 1200px) {
  #holder_HtmlContent {
    transform: initial;
    top: 100px;
    width: auto;
    left: 100px;
  }
}
@media (min-width: 1600px) {
    #holder_HtmlContent {
    top: 50%;
    width: auto;
    transform: translateY(calc(-50% - .5px));
    left: 100px;
  }
}

#holder_Slide {

}

#holder_ArrowNavigation {
  z-index: 4;
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 25%;
  opacity: 0;
}

#holder_Pagination {
  z-index: 5;
  position: absolute;
  top: 36%;
  left: 100px;
  background-color: transparent;
  border-radius: 30px;
  padding: 5px;
  display: inline-block;
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 320px) {
  #holder_Pagination {
    padding: 0px;
    bottom: initial;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  #holder_Pagination {
    transform: initial;
    top: 60px;
    left: 100px;
  }
}
@media (min-width: 1600px) {
  #holder_Pagination {
    transform: initial;
    top: 38%;
    left: 100px;
  }
}

#holder_ColourPicker {
  z-index: 6;
  position: absolute;
  top: 35%;
  left: 60%;
  width: 170px;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  float: right;
  margin: 0px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
#holder_ColourPicker .para1 {
  /* transform: scale(1); */
  text-align: center;
  padding-bottom: 1px;

}
@media (min-width: 320px) {
  #holder_ColourPicker {
  top: initial;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  }
}
@media (min-width: 768px) {
  #holder_ColourPicker {
    bottom: initial;
    left: initial;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 110px;
  }
}
@media (min-width: 992px) {
  #holder_ColourPicker {
    bottom: initial;
    left: initial;
    top: 30%;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  #holder_ColourPicker {
    bottom: initial;
    left: initial;
    top: 40%;
    right: 15%;
  }
}
@media (min-width: 1600px) {
  #holder_ColourPicker {
    bottom: initial;
    left: initial;
    top: 40%;
    right: 20%;
  }
}

#holder_DispenseAmount {
  z-index: 7;
  position: absolute;
  top: 50%;
  right: 30%;
  width: auto;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-bottom: 0px;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
  opacity: 0;

}
@media (min-width: 320px) {
  #holder_DispenseAmount {
    padding: 0px;
    padding-top: 13px;
    top: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  #holder_DispenseAmount {
    padding: 0px;
    padding-top: 13px;
    bottom: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 140px;
  }
}
@media (min-width: 992px) {
  #holder_DispenseAmount {
    bottom: initial;
    top: 37%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  #holder_DispenseAmount {
    bottom: initial;
    top: 37%;
    right: 15%;
  }
}
@media (min-width: 1600px) {
  #holder_DispenseAmount {
    bottom: initial;
    top: 37%;
    right: 23%;
  }
}

#holder_DispenseAmount p {
  /* transform: scale(1); */

}


.CTA {

  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 10px;

  padding: 10px;

  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  text-align: center;
}

.CTA p{

  pointer-events: none;

}


.btn_DispenseAmount {
  width: auto;
  height: 40px;
  background-color: #E5E5E5;
  border-radius: 10px;
  margin: 10px;
  padding-left: 10px;
  padding-right: 0px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  transform-style: "preserve-3d";
  transform: scale(0);
  opacity: 0;
}
@media (min-width: 320px) {
  .btn_DispenseAmount {
    height: 25px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .btn_DispenseAmount {
    height: 40px;
    padding-left: 5px;
  }
}

.icon_DispenseCircle {
  position: relative;
  z-index: auto;
  width: 5px;
  height: 5px;
  float: left;
  left: 10px;
  top: 20%;
  background-color: #3f3f3f;
  border-radius: 50%;
  margin-right: 0px;
  pointer-events: none;
}
@media (min-width: 320px) {
  .icon_DispenseCircle {
    left: 10px;
    top: 10px;
  }
}

@media (min-width: 768px) {
  .icon_DispenseCircle {
    top: 17px;
  }
}


.txt_Dispense {
  pointer-events: none;
  position: relative;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  margin: -15px;
  padding-top: 15px;
}
@media (min-width: 320px) {
  .txt_Dispense {
    margin: 0px;
    padding-top: 0px;
    top: 13px;
  }
}

@media (min-width: 768px) {
  .txt_Dispense {
    margin: 0px;
    padding-top: 0px;
    top: 20px;
  }
}



.btn_ColourPicker {
  width: 40px;
  height: 40px;
  background-color: grey;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  transform-style: "preserve-3d";
  transform: scale(0);
  opacity: 0;
}

.btn_ColourPickerActive {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  display: inline-block;
  pointer-events: none;
  transform: translate(-50%, -50%);
  visibility: hidden;
}


.btn_ColourPickerTransparent {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  background-color: #f9f9f9;
  background-image: url("../img/UI/tiny-checkers.svg");
  background-size: 15px 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.btn_ColourPickerDualWhite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  background: linear-gradient(180deg, rgba(237,236,236,1) 50%, rgba(94,208,238,1) 50%);
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.btn_ColourPickerDualColourfull {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  background: linear-gradient(180deg, rgba(222,47,47,1) 50%, rgba(237,236,236,1) 50%);
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  opacity: 0;
}


.btn_arrowRestart {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  background-image: url("../img/UI/btn_Restart.svg");
  background-repeat: no-repeat;
  display: inline-block;
  visibility: hidden;
}
@media (min-width: 320px) {
  .btn_arrowRestart {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    transform: initial;
  }
}


.btn_arrowLeft {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  top: 20px;
  background-image: url("../img/UI/btn_Prev.svg");
  background-repeat: no-repeat;
  display: inline-block;
}
@media (min-width: 320px) {
  .btn_arrowLeft {
    width: 50px;
    height: 50px;
    top: 0px;
  }
}

@media (min-width: 992px) {
  .btn_arrowLeft {
    width: 100px;
    height: 100px;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .btn_arrowLeft {
    width: 100px;
    height: 100px;
    top: 0px;
  }
}


.btn_arrowRight {
  width: 80px;
  height: 80px;
  left: 90px;
  float: right;
  background-image: url("../img/UI/btn_Next.svg");
  background-repeat: no-repeat;
  display: inline-block;
}
@media (min-width: 320px) {
  .btn_arrowRight {
    width: 50px;
    height: 50px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  .btn_arrowRight {
    width: 100px;
    height: 100px;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .btn_arrowRight {
    width: 100px;
    height: 100px;
    top: 0px;
  }
}

.btn_Pagination {
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px;
  background-color: #4b525e;
  border-radius: 50%;
  display: inline-block;
}
@media (min-width: 320px) {
  .btn_Pagination {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #FFFFFF;
  }
}



.introductionSlide {
  position: relative;
  padding-bottom: 30px;
  margin: 0px;

}


.headline {
  padding-bottom: 25px;

}
@media (min-width: 320px) {
  .headline {
    padding-bottom: 15px;
  }
}



#holder_HtmlContent h1,
#holder_HtmlContent .h1 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Museo';
  padding: 0px;
  margin: 0px;

}
@media (min-width: 320px) {
  #holder_HtmlContent h1,
  #holder_HtmlContent .h1 {
    font-size: 16px;
    text-align: center;
  }
}
  @media (min-width: 768px) {
    #holder_HtmlContent h1,
    #holder_HtmlContent .h1 {
    font-size: 28px;
    text-align: center;
    }
  }
  @media (min-width: 992px)  {
    #holder_HtmlContent h1,
    #holder_HtmlContent .h1 {
    font-size: 16px;
    text-align: center;
    }
  }
  @media (min-width: 1024px) {
    #holder_HtmlContent h1,
    #holder_HtmlContent .h1 {
    font-size: 32px;
    text-align: center;
  }
}
  @media (min-width: 1200px) {
    #holder_HtmlContent h1,
    #holder_HtmlContent .h1 {
    font-size: 32px;
    text-align: left;
  }
  }
  @media (min-width: 1600px) {
    #holder_HtmlContent h1,
    #holder_HtmlContent .h1 {
    font-size: 36px;
    text-align: left;
  }
}

.introductionSlide p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    padding: 0px;
    margin: 0px;
}




@media (min-width: 320px) {

  .CTA {
    padding: 3px;
    width: auto;
  }

  .subline p {
    font-size: 14px;
    text-align: center;
  }
  .CTA p {
    font-size: 14px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .subline p {
    font-size: 14px;
  }

  .CTA p {
    font-size: 14px;

  }

  .CTA {
    padding: 10px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .subline p {
    font-size: 16px;
  }

  .CTA p {
    font-size: 14px;

  }
  .CTA {
    padding: 10px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .subline p {
    font-size: 16px;
  }
  .CTA p {
    font-size: 14px;

  }

  .CTA {
    padding: 10px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .subline p {
    font-size: 16px;
    text-align: left;
  }

  .CTA p {
    font-size: 16px;
    text-align: left;
  }

  .CTA {
    padding: 10px;
    width: fit-content;
  }
}
@media (min-width: 1600px) {
  .subline p {
    font-size: 22px;
    text-align: left;
  }

  .CTA p {
    font-size: 22px;
    text-align: left;
  }

  .CTA {
    padding: 10px;
    width: fit-content;
  }
}

.para1 {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
}


@media (min-width: 320px) {
  .para1 {
    font-size: 12px;
  }
}

@media (min-width: 375px) {
  .para1 {
    font-size: 13px;
  }
}


@media (min-width: 768px) {
  .para1 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .para1 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .para1 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .para1 {
    font-size: 14px;
  }
}


#holder_Variations {
  z-index: 7;
  position: absolute;
  top: 50%;
  right: 30%;
  width: auto;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-bottom: 0px;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
  opacity: 0;

}
@media (min-width: 320px) {
  #holder_Variations {
    padding: 0px;
    padding-top: 13px;
    top: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  #holder_Variations {
    padding: 0px;
    padding-top: 13px;
    bottom: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 140px;
  }
}
@media (min-width: 992px) {
  #holder_Variations {
    bottom: initial;
    top: 37%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  #holder_Variations {
    bottom: initial;
    top: 37%;
    right: 30%;
  }
}
@media (min-width: 1600px) {
  #holder_Variations {
    bottom: initial;
    top: 37%;
    right: 30%;
  }
}

#holder_Variations p {
  /* transform: scale(1); */

}


#holder_GrinderVariations {
  z-index: 7;
  position: absolute;
  top: 50%;
  right: 30%;
  width: auto;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-bottom: 0px;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
  opacity: 0;

}
@media (min-width: 320px) {
  #holder_GrinderVariations {
    padding: 0px;
    padding-top: 13px;
    top: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  #holder_GrinderVariations {
    padding: 0px;
    padding-top: 13px;
    bottom: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 140px;
  }
}
@media (min-width: 992px) {
  #holder_GrinderVariations {
    bottom: initial;
    top: 37%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  #holder_GrinderVariations {
    bottom: initial;
    top: 37%;
    right: 20%;
  }
}
@media (min-width: 1600px) {
  #holder_GrinderVariations {
    bottom: initial;
    top: 37%;
    right: 20%;
  }
}

#holder_GrinderVariations p {
  /* transform: scale(1); */

}

#holder_CapVariations {
  z-index: 7;
  position: absolute;
  top: 50%;
  right: 30%;
  width: auto;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-bottom: 0px;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
  opacity: 0;

}
@media (min-width: 320px) {
  #holder_CapVariations {
    padding: 0px;
    padding-top: 13px;
    top: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  #holder_CapVariations {
    padding: 0px;
    padding-top: 13px;
    bottom: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 140px;
  }
}
@media (min-width: 992px) {
  #holder_CapVariations {
    bottom: initial;
    top: 37%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  #holder_CapVariations {
    bottom: initial;
    top: 37%;
    right: 30%;
  }
}
@media (min-width: 1600px) {
  #holder_CapVariations {
    bottom: initial;
    top: 37%;
    right: 30%;
  }
}

#holder_CapVariations p {
  /* transform: scale(1); */

}






.btn_Variations {
  width: auto;
  height: 40px;
  background-color: #E5E5E5;
  border-radius: 10px;
  margin: 10px;
  padding-left: 10px;
  padding-right: 0px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  transform-style: "preserve-3d";
  transform: scale(0);
  opacity: 0;
}

@media (min-width: 320px) {
  .btn_Variations {
    height: 25px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .btn_Variations {
    height: 40px;
    padding-left: 5px;
  }
}

.txt_Variations {
  pointer-events: none;
  position: relative;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin: -15px;
  padding-top: 15px;
}
@media (min-width: 320px) {
  .txt_Variations {
    margin: 0px;
    padding-top: 0px;
    top: 13px;
  }
}

@media (min-width: 768px) {
  .txt_Variations {
    margin: 0px;
    padding-top: 0px;
    top: 21px;
  }
}

#holder_OpenSecuribox {
  z-index: 7;
  position: absolute;
  top: 50%;
  right: 50%;
  width: auto;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-bottom: 0px;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
  opacity: 0;

}
@media (min-width: 320px) {
  #holder_OpenSecuribox {
    padding: 0px;
    padding-top: 13px;
    top: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  #holder_OpenSecuribox {
    padding: 0px;
    padding-top: 13px;
    bottom: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 130px;
  }
}
@media (min-width: 992px) {
  #holder_OpenSecuribox {
    bottom: initial;
    top: 40%;
    right: 25%;
  }
}
@media (min-width: 1200px) {
  #holder_OpenSecuribox {
    bottom: initial;
    top: 37%;
    right: 30%;
  }
}
@media (min-width: 1600px) {
  #holder_OpenSecuribox {
    bottom: initial;
    top: 37%;
    right: 35%;
  }
}

#holder_OpenSecuribox p {
  /* transform: scale(1); */

}

.btn_OpenSecuribox {
  width: auto;
  height: 40px;
  background-color: #E5E5E5;
  border-radius: 10px;
  margin: 10px;
  padding-left: 10px;
  padding-right: 0px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  transform-style: "preserve-3d";
  transform: scale(0);
  opacity: 0;
}
@media (min-width: 320px) {
  .btn_OpenSecuribox {
    height: 25px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .btn_OpenSecuribox {
    height: 40px;
    padding-left: 5px;
  }
}

.txt_OpenSecuribox {
  pointer-events: none;
  position: relative;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin: -15px;
  padding-top: 15px;
}
@media (min-width: 320px) {
  .txt_OpenSecuribox {
    margin: 0px;
    padding-top: 0px;
    top: 13px;
  }
}

@media (min-width: 768px) {
  .txt_OpenSecuribox {
    margin: 0px;
    padding-top: 0px;
    top: 20px;
  }
}


#holder_JomaNature {
  z-index: 7;
  position: absolute;
  top: 50%;
  right: 25%;
  width: auto;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  float: right;
  margin-bottom: 0px;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
  opacity: 0;

}
@media (min-width: 320px) {
  #holder_JomaNature {
    padding: 0px;
    padding-top: 13px;
    top: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  #holder_JomaNature {
    padding: 0px;
    padding-top: 13px;
    bottom: initial;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 110px;
  }
}
@media (min-width: 992px) {
  #holder_JomaNature {
    bottom: initial;
    top: 40%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  #holder_JomaNature {
    bottom: initial;
    top: 40%;
    right: 25%;
  }
}
@media (min-width: 1600px) {
  #holder_JomaNature {
    bottom: initial;
    top: 40%;
    right: 25%;
  }
}

#holder_JomaNature p {
  /* transform: scale(1); */

}

.btn_Materials {
  width: auto;
  height: 40px;
  background-color: #E5E5E5;
  border-radius: 10px;
  margin: 10px;
  padding-left: 10px;
  padding-right: 0px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  transform-style: "preserve-3d";
  transform: scale(0);
  opacity: 0;
}

@media (min-width: 320px) {
  .btn_Materials {
    height: 25px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .btn_Materials {
    height: 40px;
    padding-left: 5px;

  }
}

.txt_Materials {
  pointer-events: none;
  position: relative;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin: -15px;
  padding-top: 15px;
}
@media (min-width: 320px) {
  .txt_Materials {
    margin: 0px;
    padding-top: 0px;
    top: 13px;
  }
}

@media (min-width: 768px) {
  .txt_Materials {
    margin: 0px;
    padding-top: 0px;
    top: 20px;
  }
}
