.loading {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 1, 41);
  padding: 0;
  margin: 0;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 99;
}

#product-div {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  -webkit-box-shadow: 0 0 50px blue;
  -moz-box-shadow: 0 0 50px blue;
  box-shadow: 0 0 50px #d70000;
  text-align: center;
  top: 53%;
  /* left: 94%; */
  transform: translate(0%, -50%);
  text-align: center;
}
#product-div div {
  font-size: 60px;
  background-color: rgb(31 31 31);
  display: inline-block;
  color: rgb(214 214 214);
  border: 2px solid rgb(215 0 0);
  width: 110px;
  height: 85px;
  border-radius: 14%;
  -webkit-animation-name: inner-center-div;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-name: inner-center-div;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}



#producta-div {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  -moz-box-shadow: 0 0 50px blue;
  text-align: center;
  top: 52%;
  transform: translate(-8%, -472%);
  text-align: center;
}

#producta-div div {
  font-size: 60px;
  background-color: rgb(31 31 31);
  display: inline-block;
  color: rgb(214 214 214);
  border: 2px solid rgb(48 215 0);
  width: 27px;
  height: 24px;
  border-radius: 27%;
  -webkit-animation-name: inner-center-div;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-name: inner-center-div;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

#producta-div div p {
  font-size: 8px;
  margin-top: 1px;
}



@-webkit-keyframes inner-center-div {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes inner-product-div {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#product-div div p {
  margin-top: 20%;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 19px;
  font-weight: bolder;
}










#center-div {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  -webkit-box-shadow: 0 0 50px blue;
  -moz-box-shadow: 0 0 50px blue;
  box-shadow: 0 0 50px #0106a1;
  text-align: center;
  top: 91%;
  left: 5%;
  transform: translate(-50%, -50%);
}

#center-div div {
  font-size: 60px;
  background-color: rgb(31 31 31);
  display: inline-block;
  color: rgb(214 214 214);
  border: 2px solid rgb(0 37 171);
  width: 87px;
  height: 82px;
  border-radius: 50%;
  -webkit-animation-name: inner-center-div;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-name: inner-center-div;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes inner-center-div {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes inner-center-div {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#center-div div p {
  margin-top: 16px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bolder;
}


@media (max-width: 767px){
  .loading {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 1, 41);
  padding: 0;
  margin: 0;
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 99;
}

#center-div {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  -webkit-box-shadow: 0 0 50px blue;
  -moz-box-shadow: 0 0 50px blue;
  box-shadow: 0 0 50px #0106a1;
  text-align: center;
  top: 94%;
  left: 10%;
  transform: translate(-50%, -50%);
}

#center-div div {
  font-size: 60px;
  background-color: rgb(31 31 31);
  display: inline-block;
  color: rgb(214 214 214);
  border: 2px solid rgb(0 37 171);
  width: 64px;
  height: 61px;
  border-radius: 50%;
  -webkit-animation-name: inner-center-div;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-name: inner-center-div;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#center-div div p {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: bolder;
}
  
}


@media (min-width: 768px) {

    #producta-div {
      top: 47%;
  }

}