 
div#halink-wp-kit-contact {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
    -webkit-animation: zoomInDown 1.5s;
    animation: zoomInDown 1.5s;
}
 
.halink-wp-kit-contact-container ul {
    margin: 0 0 10px 0;
    padding: 0;
}

.halink-wp-kit-contact-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.halink-wp-kit-contact-container ul li a {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
}
 .halink-wp-kit-contact-icon svg {
    width: 25px !important;
}
.halink-wp-kit-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: #05a859;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 3px 13px 0px #888;
    border: 2px solid #fff;
}

.halink-wp-kit-contact-item .halink-wp-kit-contact-child {
    width: calc(100% - 36px);
    text-overflow: ellipsis;
    overflow: hidden;

}

.halink-wp-kit-contact-icon img {
    width: 100%;
    height: 100%;
}

 

.isButtonShow {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
    -ms-transform: scale(1);
    transform: translateY(0);
}
 

@media (max-width: 480px) {
    .fb-customerchat > span > iframe {
        left: 0 !important;
        right: 0 !important;
    }
}

.halink-wp-kit-fbc > #fb-root > .fb_dialog {
    display: none !important;
}

.halink-wp-kit-fbc > #fb-root > .fb-customerchat > span > iframe {
    z-index: 2147483647 !important;
    bottom: 118px !important;
    margin-right: 0 !important;
    height: 550px !important;
}

.halink-wp-kit-fbc {
    display: none;
}

.halink-wp-kit-fbc.isFbcShow {
    display: block;
}

#tawkchat-maximized-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
}

#tawkchat-minified-box {
    opacity: 0 !important;
    visibility: hidden !important;
}

.halink-wp-kit-call {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 20px;
    z-index: 999999999;
    -webkit-animation: zoomInDown 1.5s;
    animation: zoomInDown 1.5s;
}

.halink-wp-kit-call ul {
    margin: 0;
    padding: 0 0 10px 0;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    bottom: 60px;
    -webkit-transition: ease-out 0.12s all;
    -o-transition: ease-out 0.12s all;
    transition: ease-out 0.12s all;
}

.halink-wp-kit-call ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.halink-wp-kit-call ul li a {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.halink-wp-kit-call-container ul li:hover {
    background: #33333312;
}

.halink-wp-kit-call-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 12px 8px 12px;
    box-sizing: border-box;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}

.halink-wp-kit-call-item a {
    text-decoration: none;
    font-size: 15px;
    color: #787878;
}

.halink-wp-kit-call-number {
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 10px;
}

.halink-wp-kit-call-name {
    font-size: 15px;
    font-weight: 700;
    color: #333333c9;
    box-sizing: border-box;
    padding: 0 10px;
}

.halink-wp-kit-call-info {
    padding: 6px 0;
    width: 80%;
    float: right;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    color: #979797;
}

img.cc-user-img-c {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 2px solid #f26364;
}

.halink-wp-kit-call-image {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 2px;
}

.halink-wp-kit-call-container-item {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    border-radius: 5px;
}

.halink-wp-kit-call-main {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 99999999999999999999999;
    border-radius: 50%;
    background: #f26364;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-animation: zoomInDown 1.5s;
    animation: zoomInDown 1.5s;
}

.halink-wp-kit-pd-button-left {
    left: 20px;
}

.halink-wp-kit-pd-button-right {
    right: 20px;
}

.halink-wp-kit-btt {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 99999999;
    color: #777 !important;
    background: #f26364;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.halink-wp-kit-btt .fa-chevron-up {
    margin: 15px 17px;
    color: #fff;
    transition: 0.4s;
}

.halink-wp-kit-btt:hover .fa-chevron-up {
    color: #fff;
    transition: 0.4s;
}

.halink-wp-kit-btt.show {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}

.isHideElement {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.isHideGreeting {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.isHideMWPContact {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.isShowCallList {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.4s !important;
    transition: ease-out 0.2s all;
    transform: translateY(0) !important;
}

.isShowCloseButton {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.4s;
}

.isHideGroupIcon {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 0.4s;
}

.halink-wp-kit-call-container.onLeft {
    right: inherit;
    left: 0;
}

.halink-wp-kit-call-container.onLeft::before {
    left: 25px;
    right: auto;
}

.halink-wp-kit-call-container.onRight::before {
    left: auto;
    right: 25px;
}

.halink-wp-kit-contact-container.onLeft::before {
    left: 25px;
    right: auto;
}

.halink-wp-kit-contact-container.onRight::before {
    left: auto;
    right: 25px;
}

.halink-wp-kit-call.onLeft {
    left: 20px !important;
}

.halink-wp-kit-call.onRight {
    right: 20px !important;
}

.halink-wp-kit-call-low {
    bottom: 60px !important;
}

.halink-wp-kit-call-high {
    bottom: 220px !important;
}

.halink-wp-kit-contact.onLeft {
    left: 10px !important;
}

.halink-wp-kit-contact.onRight {
    right: 10px !important;
}

.halink-wp-kit-contact-container.onLeft {
    left: 0;
    right: inherit;
}

.halink-wp-kit-contact-container.onRight {
    left: inherit;
    right: 0;
}

.halink-wp-kit-main-contact.onLeft {
    left: 20px;
    right: inherit;
}

.halink-wp-kit-main-contact.onRight {
    left: inherit;
    right: 20px;
}

.halink-wp-kit-btt.onLeft {
    left: 20px !important;
}

.halink-wp-kit-btt.onRight {
    right: 20px !important;
}

.halink-wp-kit-btt.halink-wp-kit-btt-high {
    bottom: 220px !important;
}

.halink-wp-kit-btt.halink-wp-kit-btt-middle {
    bottom: 130px !important;
}

.halink-wp-kit-btt.halink-wp-kit-btt-low {
    bottom: 60px !important;
}

.contact-greeting.onLeft {
    left: 80px;
    right: auto;
}

.contact-greeting.onLeft::before {
    left: -15px;
    right: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid #fff;
}

.halink-wp-kit-fbc.onRight .fb_reset .fb-customerchat > span > iframe {
    right: 10px !important;
    left: auto !important;
}

.halink-wp-kit-fbc.onLeft .fb_reset .fb-customerchat > span > iframe {
    right: auto !important;
    left: 10px !important;
}

.halink-wp-kit-fbc.onRight .fb_reset .fb_dialog > .fb_dialog_content > iframe {
    right: 10px !important;
    left: auto !important;
}

.halink-wp-kit-fbc.onLeft .fb_reset .fb_dialog > .fb_dialog_content > iframe {
    right: auto !important;
    left: 10px !important;
}

.woocommerce div.product form.cart .button {
    float: right !important;
}

#buy_now_button {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    padding: 15px 0;
    border-radius: 4px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
}

#buy_now_button:hover {
    background: -webkit-linear-gradient(top, #ff6a00, #fd271d);
}

.clone-me.halink-wp-kit-clone-action {
    text-decoration: none;
    color: #ff3547;
}

span.duplicate a {
    color: #ff3547;
}

#btn_duplicate_menu .dashicons {
    vertical-align: middle;
}

#btn_duplicate_menu.button-danger {
    border: 1px solid #00c851;
    color: #fff;
    background: #00c851;
}

#loginform div.g-recaptcha,
#lostpasswordform div.g-recaptcha,
#registerform div.g-recaptcha {
    margin: 12px 0 24px -15px;
}

@media (max-width: 550px) {
    #halink-wp-kit-contact {
        width: 100% !important;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .halink-wp-kit-contact-container {
        border-radius: 0;
        width: 100%;
    }

    .halink-wp-kit-contact-header-close,
    .halink-wp-kit-header-close {
        right: 15px;
        top: 50%;
        margin-top: -13px;
    }

    .halink-wp-kit-contact-header {
        border-radius: 0;
    }

    .halink-wp-kit-header-title {
        text-align: left;
    }

    .halink-wp-kit-contact-header {
        border-radius: 0;
    }

    .halink-wp-kit-contact-button {
        right: 20px;
    }

    .halink-wp-kit-call-main {
        right: 0;
    }

    .halink-wp-kit-btt {
        right: 20px;
    }

    .halink-wp-kit-btt:focus {
        outline: 0 !important;
    }

    .halink-wp-kit-contact-close-greeting {
        opacity: 1;
        visibility: visible;
    }

    .halink-wp-kit-call {
        width: 100%;
        right: 0;
        left: 0;
    }

    .halink-wp-kit-call-main {
        right: 20px;
    }

    .halink-wp-kit-call-container {
        width: 100%;
    }

    .halink-wp-kit-call-header,
    .halink-wp-kit-contact-header {
        border-radius: 0;
    }

    .halink-wp-kit-call ul {
        width: 100%;
    }

    .halink-wp-kit-call.onLeft {
        left: 0 !important;
    }

    .halink-wp-kit-call-main.onLeft {
        left: 20px;
    }

    .halink-wp-kit-contact-button.onLeft {
        left: 20px;
    }

    .halink-wp-kit-btt.onLeft {
        left: 20px !important;
    }

    .halink-wp-kit-contact-button.onRight {
        right: 20px;
    }

    .halink-wp-kit-call-main.onRight {
        right: 20px;
    }

    .halink-wp-kit-btt.onRight {
        right: 20px !important;
    }

    .halink-wp-kit-fbc > #fb-root > .fb-customerchat > span > iframe {
        bottom: 0 !important;
        height: 100% !important;
        top: auto !important;
    }
}

@-webkit-keyframes halink-wp-kit-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes inetwkRotate {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes inetwkRotate {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
