.sticky-icons {
    position: fixed;
    bottom: 90px;
    display: flex;
    gap: 10px;
    left: 20px;
    -moz-transform: rotate(90deg);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    z-index: 1000;
    text-transform: uppercase;
    flex-direction: column;
}
a.sticky-button {
    background: #2196f3;
    color: white;
    text-transform: uppercase;
    padding: 6px 10px 7px 7px;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    height: 50px;
    width: 50px;
    -moz-transform: rotate(90deg);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    z-index: 1000;
    text-transform: uppercase;
    box-shadow: 0 2px 40px rgba(0,0,0,0.2);
}
a.sticky-button svg {
    width: 30px;
    height: 40px;
    fill:#fff;
}
a.sticky-button:hover {text-decoration:none; background:#09AD50; transition: .5s ease;}
a.wws-product-query-btn {
    background-color: #22c15e;
    color: #ffffff;
    display: inline-flex;
    width: -webkit-fill-available;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 3px;
    position: relative;
    text-decoration: none !important;
    margin: 5px 0;
}
span.wws-product-query-btn__text {
    margin: 0 5px;
}
a.wws-product-query-btn:hover {
    color: #ffffff !important;
    background: #29792c;
}
.wws-popup__open-btn svg {
    vertical-align: middle;
    padding-right: 2px;
    height: auto;
    width: 35px;
}
.wws-popup__open-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #22c15e;
}
.sticky-telegram-button a {
    display: flex;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: center;
}

.sticky-telegram-button img {
    width: 35px;
    height: auto;
}
.sticky-telegram-button b {
    font-size: 10px;
    text-align: center;
    color: #039be5;
}
a#callnowbutton {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.telegram-button-code {
    background: #2196F3;
}