.help-button-container {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 56px;
  height: 56px;
  z-index: 10000;
  -webkit-animation: rise 0.8s;
  animation: rise 0.8s;
}

@-webkit-keyframes rise {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rise {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.help-button-container * {
  box-sizing: border-box;
}

.help-button-container input {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
}

.help-button-container input:hover {
  cursor: pointer;
}

.help-button-container .help-button {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0082c3;
  color: #fff;
  text-align: center;
  z-index: 1;
  -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.help-button-container .help-button .icon {
  display: block;
  height: 24px;
  width: 24px;
  font-family: DecathlonCube;
}

.help-button-container .help-button .first-icon,
.help-button-container .help-button .second-icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  font-weight: 700;
  margin: 16px 0 0 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.help-button-container .help-button .first-icon.icon-contact-chat {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0 0 12px;
}

.help-button-container .help-button .first-icon.icon-talk {
  font-size: 40px;
  font-weight: 400;
  margin: 13px 0 0 9px;
}

.help-button-container .help-button .second-icon {
  font-size: 16px;
}

.help-button-container .help-button .second-icon,
.help-button-container input:checked ~ .help-button .first-icon {
  opacity: 0;
  transform: rotate(-225deg);
}

.help-button-container input:checked ~ .help-button .second-icon {
  opacity: 1;
  visibility: visible;
  transform: rotate(-360deg);
}

.help-button-container input:checked ~ .help-button,
.help-button-container input:hover ~ .help-button {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.help-button-container .help-panel {
  position: absolute;
  background: #fff;
  padding: 24px;
  width: 280px;
  bottom: 26px;
  right: 26px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.225s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.225s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  font-family: Roboto-Condensed;
}

.help-button-container .help-panel .cta-v2 {
  margin: 10px auto;
  cursor: pointer;
}

#help-whatsapp {
  text-align: center;
}
#help-whatsapp:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  padding: 0 0 1rem;
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #ccc;
}
#help-whatsapp strong,
#help-whatsapp a {
  display: block;
  margin: 10px auto;
  font-size: 1.6rem;
}
#help-whatsapp a {
  font-weight: bold;
  color: #0082c3;
  text-decoration: underline;
}
#help-whatsapp .hours {
  font-size: 1.2rem;
  background: #f1f1f1;
  padding: 1rem;
}

#help-qanda {
  padding: 10px 35px 10px 10px !important;
}

#help-qanda.count {
  font-size: 15px !important;
}

.help-button-container input:checked ~ .help-panel {
  transition: transform 0.125s cubic-bezier(0.4, 0, 1, 1);
  transform: scale(1);
}

.help-button-container .help-panel .headline {
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 16px;
  color: #0082c3;
}

.help-button-container .help-panel .headline b {
  color: #e66430;
}

#liveChatBtn span,
.help-button-container .help-panel #help-chat span {
  color: green;
}

@media (max-width: 380px) {
  .help-button-container {
    right: 20px;
  }

  .help-button-container .help-panel {
    right: 0;
  }
}

@media (max-width: 800px) {
  .help-button-container {
    bottom: 70px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .help-button-container .help-button .first-icon.icon-talk {
    font-size: 30px;
    margin: 6px 0 0 7px;
  }

  .help-button-container .help-button .first-icon,
  .help-button-container .help-button .second-icon {
    margin: 8px 0 0 8px;
  }
}

/* .checkout {
	overflow: hidden;
} */

.block-footer .container-footer-links {
  display: none;
}

/* Temporary hide delivery time */
.cart-list__product-leadtime {
  position: relative;
  height: 3rem;
  font-size: 1.2rem;
  color: #02be8a;
}
.cart-list__product-leadtime:after {
  content: "Das genaue Lieferdatum siehst du nach der Auswahl der Liefermethode";
  position: absolute;
  display: block;
  top: 0;
  color: #cecece;
  display: none;
}
/* END Temporary hide delivery time */

/* login-page usabilla - fix space to recapture */

#login-page .help-button-container {
  bottom: 85px
}

@media (max-width: 800px) {
  #login-page .help-button-container {
    bottom: 85px
  }
}
