.display-2 {
  margin: 0 0 48px;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: left;
}

.display-3 {
  margin: 0 0 48px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 60px;
  text-align: left;
}

.headOrders a {
  padding-left: 30px;
  letter-spacing: 0.4px;
  background-image: url("//f.nodacdn.net/402542") !important;
  background-size: unset;
}

.wPageMain
  .custom-carousel-block
  .offer-slider-container
  .slider-item-inner
  .item-actions
  .action-btn {
  background: white;
}

/* whatsapp button */
button.wh-ap-btn {
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
  content: "";
  background-image: url("//f.nodacdn.net/407287");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  position: relative;
  z-index: 1;
}

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.wh-fixed {
  margin-right: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}
button.wh-ap-btn::before {
  z-index: -1;
  content: "Whatsapp";
  display: block;
  position: absolute;
  margin-right: 85px;
  margin-top: 16px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  width: 0;
  opacity: 0;
  padding: 7px 0;
  transition: opacity 0.4s, width 0.4s, padding 0.5s;
  right: 0;
  text-align: right;
  line-height: 1;
}

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

div > iframe[style*="bottom: calc(12% - 44px)"] {
  bottom: 150px !important;
  right: 15px !important;
}
