.whiteroom__whatsapp-button {
  position: fixed;
  z-index: 5;
  bottom: 12rem;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 1.5rem 0 0 1.5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(67, 235, 97)), color-stop(rgb(56, 222, 86)), to(rgb(33, 203, 66)));
  background: linear-gradient(90deg, rgb(67, 235, 97), rgb(56, 222, 86), rgb(33, 203, 66));
  background-size: 150% 100%;
  -webkit-animation: bgmovewhatsapp 5s ease-in-out infinite alternate;
          animation: bgmovewhatsapp 5s ease-in-out infinite alternate;
}
@-webkit-keyframes bgmovewhatsapp {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes bgmovewhatsapp {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.whiteroom__whatsapp-button svg {
  width: 3rem;
  height: auto;
  fill: #FFFFFF;
}
.whiteroom__whatsapp-button:focus, .whiteroom__whatsapp-button:active {
  outline: none;
}

.whiteroom__store-button {
  position: fixed;
  z-index: 5;
  bottom: 22rem;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 1.5rem 0 0 1.5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#131313), color-stop(#1d1d1d), to(#000000));
  background: linear-gradient(90deg, #131313, #1d1d1d, #000000);
  background-size: 150% 100%;
  -webkit-animation: bgmovestore 5s ease-in-out infinite alternate;
          animation: bgmovestore 5s ease-in-out infinite alternate;
}
@-webkit-keyframes bgmovestore {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes bgmovestore {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.whiteroom__store-button svg {
  width: 3rem;
  height: auto;
  fill: #FFFFFF;
}
.whiteroom__store-button:focus, .whiteroom__store-button:active {
  outline: none;
}

@media (min-width: 1200px) {
  .whiteroom__whatsapp-button {
    position: fixed;
    z-index: 5;
    bottom: 1vw;
    right: 0;
    width: 5vw;
    height: 5vw;
    border-radius: 1.2vw 0 0 1.2vw;
    padding: 0.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(rgb(67, 235, 97)), color-stop(rgb(56, 222, 86)), to(rgb(33, 203, 66)));
    background: linear-gradient(90deg, rgb(67, 235, 97), rgb(56, 222, 86), rgb(33, 203, 66));
    background-size: 200% 100%;
  }
  .whiteroom__whatsapp-button svg {
    width: 2.5vw;
    height: auto;
    fill: #FFFFFF;
  }
  .whiteroom__whatsapp-button:focus, .whiteroom__whatsapp-button:active {
    outline: none;
  }
  .whiteroom__store-button {
    position: fixed;
    z-index: 5;
    bottom: 7vw;
    right: 0;
    width: 5vw;
    height: 5vw;
    border-radius: 1.2vw 0 0 1.2vw;
    padding: 0.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#131313), color-stop(#1d1d1d), to(#000000));
    background: linear-gradient(90deg, #131313, #1d1d1d, #000000);
    background-size: 200% 100%;
  }
  .whiteroom__store-button svg {
    width: 2.5vw;
    height: auto;
    fill: #FFFFFF;
  }
  .whiteroom__store-button:focus, .whiteroom__store-button:active {
    outline: none;
  }
}