.my-favorite-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    width: auto !important;
}
.my-favorite-btn .elementor-icon {
    font-size: 20px !important;
}
.my-favorite-btn > .e-con-inner {
    position: relative;
}
.my-favorite-btn-wrapper {
    position: absolute;
    right: -14px;
    top: 0;
     z-index: 3;
}
.simplefavorites-user-count {
    color: white;
    position: relative;
   
}
.simplefavorites-user-count::before {
    content: "";
    display: block;
    background-color: var(--secondary-main);
    width: 1.25em;
    height: 1.25em;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.header__nav-menu {
    margin-right: 60px;
}
