.shik-whatsapp-widget{
    position: fixed;
    bottom: 30px;
    height: 60px;
    width: 60px;
	left: 30px;
    background-color: #71c41b;
    z-index: 99!important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	opacity:0;
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%);
    -webkit-animation: fadeIn 1s ease-in 1s 1 normal forwards;
    -moz-animation: fadeIn 1s ease-in 1s 1 normal forwards;
    -ms-animation: fadeIn 1s ease-in 1s 1 normal forwards;
    -o-animation: fadeIn 1s ease-in 1s 1 normal forwards;
    animation: fadeIn 1s ease-in 1s 1 normal forwards;
    transition: bottom 1s;
    font-family: inherit;
}

.shik-whatsapp-widget .shik-whatsapp-widget-icon {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 60%;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.shik-whatsapp-widget .shik-widget-popup-text {
    position: absolute;
    left:76px;
	bottom: 0;
    font-size: 14px;
    background-color: #fff;
    border-radius: 10px;
    -moz-box-shadow: 0 0 4px 0 rgb(0,0,0,.2);
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    max-width: 250px;
    min-width: 120px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    color: #1d2129;
    padding: 12px;
    font-family: inherit;
}

.shik-whatsapp-widget .shik-widget-pointer.left {
    transform: translateX(6px) rotate(45deg);
    -webkit-transform: translateX(6px) rotate(45deg);
    -moz-transform: translateX(6px) rotate(45deg);
    -o-transform: translateX(6px) rotate(45deg);
    -ms-transform: translateX(6px) rotate(45deg);
    -moz-box-shadow: rgb(0,0,0,.2) -2px 2px 4px 0;
    -webkit-box-shadow: rgb(0 0 0 / 20%) -2px 2px 4px 0;
    box-shadow: rgb(0 0 0 / 20%) -2px 2px 4px 0
}

.shik-whatsapp-widget .shik-widget-pointer{
    transform: translateX(-6px) rotate(45deg);
    -webkit-transform: translateX(-6px) rotate(45deg);
    -moz-transform: translateX(-6px) rotate(45deg);
    -o-transform: translateX(-6px) rotate(45deg);
    -ms-transform: translateX(-6px) rotate(45deg);
    -moz-box-shadow: rgb(0,0,0,.2) 2px -2px 4px 0;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px -2px 4px 0;
    box-shadow: rgb(0 0 0 / 20%) 2px -2px 4px 0;
    display: block;
    position: absolute;
    content: "";
	left: -10px;
    width: 10px;
    height: 10px;
    bottom: 10px;
    background-color: #fff
}

.shik-whatsapp-widget .shik-widget-popup-text:hover .shik-close-bubble {
    opacity: 1!important;
    background: none!important
}

.shik-whatsapp-widget .shik-close-bubble {
    position: absolute;
    top: 5px;
    opacity: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 1px 6px;
    line-height: 1;
    font-family: inherit;
    transition: opacity 0.3s linear
}

.hidewabubble .shik-widget-popup-text {
    opacity: 0!important;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.3s linear
}

.shik-whatsapp-container .shik-whatsapp-header {
    background-color: #8ea84d;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 12px;
    color: #fff;
    font-family: inherit;
}

.shik-whatsapp-container .shik-whatsapp-header .shik-whatsapp-header-title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 5px;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word;
    color: #fff!important;
    font-family: inherit;
}

.shik-whatsapp-container .shik-whatsapp-header .shik-whatsapp-header-subtitle {
    color: #f6ffed;
    font-size: 16px;
    word-wrap: break-word;
    white-space: pre-wrap;
    line-height: 1;
    word-break: break-word;
    font-family: inherit;
}

.shik-whatsapp-container .shik-whatsapp-body {
    padding: 12px;
    position: relative
}

.shik-whatsapp-container .shik-whatsapp-body .shik-whatsapp-number {
    background-color: #f5f7f9;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: inherit;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px
}

.shik-whatsapp-container .shik-whatsapp-body .shik-whatsapp-number .shik-whatsapp-number-name {
    text-decoration: none;
    margin: 0 15px;
    color: #363c47;
    word-break: break-word;
    max-width: 220px
}

.shik-whatsapp-container{
    left: 30px;
    max-width: 350px;
    width: auto;
    background-color: #fff;
    position: fixed;
    bottom: 106px;
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%);
    z-index: 2147482999!important;
    border-radius: 15px;
    opacity: 0;
    z-index: -1;
    animation: whatsupclose 0.25s forwards;
    animation-timing-function: linear;
    visibility: hidden
}

.openwhatsupp .shik-whatsapp-container {
    animation: whatsupopen 0.25s forwards;
    animation-timing-function: linear;
    visibility: visible
}

#closeicn,#whatsupicn {
    transition: all 0.5s linear
}

#closeicn {
    max-height: 0;
    opacity: 0;
    z-index: 0
}

.openwhatsupp #closeicn {
    max-height: 20px;
    opacity: 1;
    position: absolute
}

.openwhatsupp #whatsupicn {
    max-height: 0;
    opacity: 0;
    z-index: 0
}

@keyframes whatsupopen {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        opacity: 0;
        z-index: 1
    }

    50% {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        opacity: .5
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1
    }
}

@keyframes whatsupclose {
    100% {
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        opacity: 0
    }

    50% {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        opacity: .5
    }

    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1
    }
}

.cursordefault {
    cursor: default
}

/* Float to the Right*/
.floatright .shik-whatsapp-widget{right:30px;left:auto !important;}
.floatright .shik-widget-popup-text{right:76px;left:auto !important;}
.floatright .shik-whatsapp-widget .shik-widget-pointer{right: -10px;left:auto !important;}
.floatright .shik-whatsapp-container{right:30px;left:auto !important;}
.shik-whatsapp-widget .shik-widget-pointer.right {
    transform: translateX(-6px) rotate(-45deg);
    -webkit-transform: translateX(-6px) rotate(-45deg);
    -moz-transform: translateX(-6px) rotate(-45deg);
    -o-transform: translateX(-6px) rotate(-45deg);
    -ms-transform: translateX(-6px) rotate(-45deg);
    -moz-box-shadow: rgb(0,0,0,.2) 2px 2px 4px 0;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0
}


/* Language Opposite */
.translatepress-en_US .shikwa:not(.floatright) .shik-whatsapp-widget{right:30px;left:auto !important;}
.translatepress-en_US .shikwa:not(.floatright) .shik-widget-popup-text{right:76px;left:auto !important;}
.translatepress-en_US .shikwa:not(.floatright) .shik-whatsapp-widget .shik-widget-pointer{right: -10px;left:auto !important;}
.translatepress-en_US .shikwa:not(.floatright) .shik-whatsapp-container{right:30px;left:auto !important;}
.translatepress-en_US .shikwa:not(.floatright) .shik-whatsapp-widget .shik-widget-pointer.left {
    transform: translateX(-6px) rotate(-45deg) !important;
    -webkit-transform: translateX(-6px) rotate(-45deg)!important;
    -moz-transform: translateX(-6px) rotate(-45deg)!important;
    -o-transform: translateX(-6px) rotate(-45deg)!important;
    -ms-transform: translateX(-6px) rotate(-45deg)!important;
    -moz-box-shadow: rgb(0,0,0,.2) 2px 2px 4px 0!important;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0!important;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0!important;
}

.translatepress-en_US .shikwa.floatright .shik-whatsapp-widget{left:30px;right:auto !important;}
.translatepress-en_US .shikwa.floatright .shik-widget-popup-text{left:76px;right:auto !important;}
.translatepress-en_US .shikwa.floatright .shik-whatsapp-widget .shik-widget-pointer{left: -10px;right:auto !important;}
.translatepress-en_US .shikwa.floatright .shik-whatsapp-container{left:30px;right:auto !important;}
.translatepress-en_US .shikwa.floatright .shik-whatsapp-widget .shik-widget-pointer.right {
    transform: translateX(6px) rotate(45deg) !important;
    -webkit-transform: translateX(6px) rotate(45deg)!important;
    -moz-transform: translateX(6px) rotate(45deg)!important;
    -o-transform: translateX(6px) rotate(45deg)!important;
    -ms-transform: translateX(6px) rotate(45deg)!important;
    -moz-box-shadow: rgb(0,0,0,.2) -2px 2px 4px 0!important;
    -webkit-box-shadow: rgb(0 0 0 / 20%) -2px 2px 4px 0!important;
    box-shadow: rgb(0 0 0 / 20%) -2px 2px 4px 0!important;
}