@font-face {
    font-family: 'wwsFonts';
    src: url('fontello/fontello.eot?7780581');
    src: url('fontello/fontello.eot?7780581#iefix') format('embedded-opentype'), url('fontello/fontello.woff?7780581') format('woff'), url('fontello/fontello.ttf?7780581') format('truetype'), url('fontello/fontello.svg?7780581#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
.wws-popup-container--position {
    bottom: 65px !important;
    right: 30px;
}
.wws-clearfix { clear: both; }
.wws-shadow {
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
.wws-icon  {
    font-family: "wwsFonts" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wws-icon-close:before { content: '\e800'; } /* 'î €' */
.wws-icon-whatsapp:before { content: '\f232'; } /* 'ïˆ²' */
.wws-shortcode-btn {
    padding: 4px 10px;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
}
.wws-shortcode-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.wws-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none;
}
.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wws-popup-container {
    width: 290px;
    position: fixed;
    z-index: 9999999;
}
.wws--bg-color {
    background-color: #22C15E
}
.wws--text-color {
    color: #ffffff
}
.wws-popup__open-btn {
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}
.wws-popup__open-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wws-popup__open-btn {
    float: right;
}
.wws-gradient--position {
    bottom: 0;
    right: 0;
    background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, 0.2) 0, rgba(29, 39, 54, 0) 72%);
}