.product-prices__item{
    display: flex;
    justify-content: space-between;
}

.product-prices__value{
    display: flex;
}

.bottom-chats {
  position: fixed;
  transition-property: right;
  transition-duration: 0.3s;
  bottom: 17px;
  right: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 50px;
  gap: 12px;
}

.btn-messenger {
  width: 54px;
  height: 54px;
  line-height: 1.8;
  font-size: 0.9rem;
}

.btn-messenger:focus {
  box-shadow: none;
}

.btn-messenger:hover{
    transform: scale(1.1);
}

.btn-whatsapp{
    border-radius: 50px;
    background-color: #25D366;
    width: 54px;
    height: 54px;
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn-whatsapp:hover{
    color: #fff;
    transform: scale(1.1);
}

.w-toplink.active ~ .bottom-chats {
  right: 78px;
}

.w-toplink.active:hover{
    transform: scale(1.1) !important;
}

@media screen and (max-width: 600px) {
  .bottom-chats {
    bottom: 10px;
  }

  .w-toplink.active ~ .bottom-chats {
    right: 73px;
  }
}
