#wa-chat-floating_cta *,
#wa-chat-floating_popup *,
.wa-chat-btn * {
    box-sizing: border-box;
}

.wa-chat-woo {
    clear: both;
}

.wa-chat-woo .wa-chat-btn {
    margin-top: 10px;
}

.wa-chat-post {
    margin: 10px 0;
}

.wa-chat-btn {
    background: #0dc152;
    position: relative;
    box-shadow: none!important;
    border: 0!important;
    outline: none!Important;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    line-height: 1;
    overflow: hidden;
    min-width: 40px;
    transition: .5s all ease;
    display: inline-block;
}

.wa-chat-btn:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)!important;
}

.wa-chat-btn.wa-chat-full_width {
    display: block;
    margin-bottom: 5px;
}

.wa-chat-btn.wa-chat-small {
    vertical-align: bottom;
}

.wa-chat-btn.wa-chat-small span {
    padding: 6px 10px;
    font-size: 12px;
    vertical-align: middle;
}

.wa-chat-btn.wa-chat-small img {
    padding: 5px 7px;
    height: 26px!important;
}

.wa-chat-btn .wa-chat-btn_text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px 15px 15px;
    display: inline-block;
    font-family: Arial, Sans-serif;
    vertical-align: sub;
}

.wa-chat-btn .wa-chat-btn_icon {
    position: relative;
    z-index: 2;
    height: 43px!important;
    padding: 10px 12px;
    background: rgba(0, 0, 0, .05);
    float: right;
    transition: background-color .5s ease;
}

.wa-chat-btn:before {
    transition: opacity .5s ease;
    content: "";
    background-color: rgba(0, 0, 0, .05);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    opacity: 0;
}

.wa-chat-btn:hover:before {
    opacity: 1;
}

.wa-chat-btn:hover .wa-chat-btn_icon {
    background-color: rgba(0, 0, 0, 0);
}

.wa-chat-btn.btn_1 {
    border-radius: 0;
}

.wa-chat-btn.btn_2 {
    border-radius: 6px;
}

.wa-chat-btn.btn_3 {
    border-radius: 60px;
}

.wa-chat-btn.btn_3 .wa-chat-btn_text {
    padding: 15px 15px 15px 20px;
}

.wa-chat-btn.btn_3 .wa-chat-btn_icon {
    padding: 10px 14px;
}

.wa-chat-btn.btn_share {
    border-radius: 60px;
}

.wa-chat-btn.btn_share .wa-chat-btn_icon {
    float: left;
    padding: 10px;
}

.wa-chat-btn.btn_share .wa-chat-btn_text {
    display: none;
    padding: 15px 20px 15px 10px;
}

.wa-chat-btn.btn_share:hover .wa-chat-btn_text {
    display: inline-block;
}

#wa-chat-floating_cta {
    background: #0dc152;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    user-select: none;
    line-height: 1;
    overflow: hidden;
    min-width: 40px;
    max-width: 350px;
}

#wa-chat-floating_cta:before {
    transition: opacity .5s ease;
    content: "";
    background-color: rgba(0, 0, 0, .05);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    opacity: 0;
}

#wa-chat-floating_cta:hover:before {
    opacity: 1;
}

#wa-chat-floating_cta:hover .wa-chat-fc_icon {
    background-color: rgba(0, 0, 0, 0);
}

#wa-chat-floating_cta .wa-chat-fc_text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px 15px 15px;
    display: inline-block;
    font-family: Arial, Sans-serif;
    vertical-align: sub;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#wa-chat-floating_cta .wa-chat-fc_icon {
    position: relative;
    z-index: 2;
    height: 43px;
    padding: 10px 12px;
    border-radius: 0 15px 0 0;
    background: rgba(0, 0, 0, .05);
    float: right;
    transition: background-color .5s ease;
}

.wa-chat-style_1 #wa-chat-floating_cta {
    bottom: 0px;
    left: 15px;
    border-radius: 4px 15px 0 0;
}

.wa-chat-style_2 #wa-chat-floating_cta {
    bottom: 15px;
    left: 15px;
    border-radius: 100px;
}

.wa-chat-style_2 #wa-chat-floating_cta .wa-chat-fc_text {
    padding: 15px 15px 15px 20px;
}

.wa-chat-style_2 #wa-chat-floating_cta .wa-chat-fc_icon {
    padding: 10px 14px;
}

.wa-chat-style_3 #wa-chat-floating_cta {
    bottom: 10px;
    left: 15px;
    border-radius: 100px;
}

.wa-chat-style_3 #wa-chat-floating_cta .wa-chat-fc_text {
    display: none;
}

.wa-chat-style_3 #wa-chat-floating_cta .wa-chat-fc_icon {
    padding: 14px;
    height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0);
}

#wa-chat-floating_popup {
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    left: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 350px;
    font-family: Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.wa-chat-style_1 #wa-chat-floating_popup {
    bottom: 60px;
}

.wa-chat-style_2 #wa-chat-floating_popup {
    bottom: 70px;
}

.wa-chat-style_3 #wa-chat-floating_popup {
    bottom: 80px;
}

#wa-chat-floating_popup .wa-chat-header {
    background: #0dc152;
    text-align: center;
    color: #fff;
    padding: 15px;
}

#wa-chat-floating_popup .wa-chat-header .wa-chat-close {
    position: absolute;
    left: 15px;
    top: 25px;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    padding: 10px;
    cursor: pointer;
}

#wa-chat-floating_popup .wa-chat-header .wa-chat-close:hover {
    background: rgba(0, 0, 0, .1);
}

#wa-chat-floating_popup .wa-chat-header img.wa-chat-avatar {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    display: inline-block;
}

#wa-chat-floating_popup .wa-chat-header .wa-chat-intro {
    margin-bottom: 0;
    margin-top: 15px;
}

#wa-chat-floating_popup .wa-chat-header .wa-chat-intro strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

#wa-chat-floating_popup .wa-chat-chat {
    padding: 15px;
    background: url("../images/bg.png");
    background-size: 100%;
}

#wa-chat-floating_popup .wa-chat-chat .wa-chat-chat_opening {
    display: inline-block;
    position: relative;
    background: #e4fec8;
    color: #333;
    padding: 8px 12px;
    border-radius: 0px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#wa-chat-floating_popup .wa-chat-chat .wa-chat-chat_opening:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    border-style: solid;
    border-width: 0 10px 14px 0;
    border-color: transparent #e4fec8 transparent transparent;
}

#wa-chat-floating_popup .wa-chat-chat .wa-chat-chat_opening .wa-chat-timestamp {
    color: #aaa;
    font-size: 11px;
    vertical-align: bottom;
}

#wa-chat-floating_popup .wa-chat-chat .wa-chat-chat_opening img {
    width: 14px;
    height: 14px;
    vertical-align: bottom;
    display: inline-block;
    opacity: .5;
}

#wa-chat-floating_popup .wa-chat-input {
    position: relative;
    padding: 15px;
    border-top: 1px solid #f1f1f1;
    color: #666;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1)
}

#wa-chat-floating_popup .wa-chat-input .wa-chat-input_content {
    border: 0;
    width: calc(100% - 16px);
    outline: none;
    line-height: 1;
    font-size: 14px;
    color: #666;
    background: #fff;
    font-family: Arial, sans-serif;
}

#wa-chat-floating_popup .wa-chat-input .wa-chat-input_content::placeholder {
    color: #aaa;
}

#wa-chat-floating_popup .wa-chat-input .wa-chat-input_icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    opacity: .5;
}

#wa-chat-floating_popup .wa-chat-input .wa-chat-input_icon:hover {
    opacity: 1;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat {
    padding: 0;
    background: #fff;
    max-height: 240px;
    overflow-y: auto;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"] {
    font-size: 13px;
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"]:hover {
    background: rgba(0, 0, 0, .05);
    cursor: pointer;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-header img.wa-chat-avatar {
    position: relative;
    margin-left: -50px;
    left: 20px;
    border: 2px solid #fff;
    border-radius: 60px;
    vertical-align: middle;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"] img.wa-chat-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    margin-right: 10px;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"] .wa-chat-cs_profile {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #666;
    font-size: 13px;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"] .wa-chat-cs_profile p {
    margin: 0;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"] .wa-chat-cs_profile h3 {
    margin: 5px 0 3px;
    padding: 0;
    color: #000;
    font-family: Arial, Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"] .wa-chat-cs_profile .wa-chat-cs_status {
    position: relative;
    font-size: 10px;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"] .wa-chat-cs_profile .wa-chat-cs_status:before {
    content: "";
    background: #0dc152;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    position: absolute;
    top: 2px;
    right: -10px;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"].offline .wa-chat-cs_profile .wa-chat-cs_status:before {
    background: #aaa;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat div[class*="list-cs_"].offline img.wa-chat-avatar {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.wa-chat-right #wa-chat-floating_cta,
.wa-chat-right #wa-chat-floating_popup {
    left: inherit;
    right: 50px;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat::-webkit-scrollbar-track {
    background-color: #eee;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
}

#wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

div[id*='cs_'],
#wa-chat-floating_popup {
    display: none;
}

@media (max-width: 767px) {
    .wa-chat-style_1 #wa-chat-floating_cta {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }
    .wa-chat-style_2 #wa-chat-floating_cta {
        bottom: 10px;
        right: 45px;
        width: calc(100% - 70px);
        max-width: 100%;
    }
    .wa-chat-style_1 #wa-chat-floating_cta .wa-chat-fc_icon,
    .wa-chat-style_2 #wa-chat-floating_cta .wa-chat-fc_icon {
        border-radius: 0;
        padding: 10px 10px 10px 16px;
    }
    .wa-chat-style_1 #wa-chat-floating_popup,
    .wa-chat-style_2 #wa-chat-floating_popup,
    .wa-chat-style_3 #wa-chat-floating_popup {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }
    #wa-chat-floating_popup .wa-chat-chat {
        background: transparent;
    }
    #wa-chat-floating_popup .wa-chat-input {
        bottom: 0;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
    }
    #wa-chat-floating_popup .wa-chat-multiple_cs .wa-chat-chat {
        max-height: 100%;
    }
    .wa-chat-btn.btn_share .wa-chat-btn_icon {
        padding: 10px 10px 10px 14px;
    }
    .wa-chat-btn.btn_share .wa-chat-btn_text {
        display: inline-block;
    }
    .woocommerce .quantity .qty {
        padding: 11px 5px!important;
    }
}


/* wa-chat UI Style */

#wa-chat-container {
    position: fixed;
    top: 30%;
    z-index: 1;
}

.wa-chat-btns-right {
    right: 0;
}

.wa-chat-btns-left {
    left: 0;
}

#wa-chat-container ul {
    padding: 0;
    margin: 0;
}

#wa-chat-container ul li {
    list-style: none;
    margin: 0;
}

#wa-chat-container ul li {
    line-height: 45px;
}

#wa-chat-container ul li p {
    margin: 0;
}

#wa-chat-container ul li a {
    padding: 0 15px 0 0;
    display: block;
    line-height: 45px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
}

#wa-chat-container ul li span {
    line-height: 45px;
    width: 50px;
    text-align: center;
    display: inline-block;
}

#wa-chat-container.wa-chat-btns-left ul li a {
    text-align: right;
    padding: 0 0 0 15px;
}

#wa-chat-container.wa-chat-btns-left ul li span {
    float: right;
}

#wa-chat-container ul li a:hover {
    text-decoration: none;
}

#wa-chat-container .wa-chat-share-btn {
    position: relative;
}

#wa-chat-container .wa-chat-share-btn span,
#wa-chat-container.wa-chat-btns-left .wa-chat-share-btn span {
    float: none;
}

#wa-chat-container .wa-chat-share-btn a {
    padding: 0;
}

#wa-chat-container.wa-chat-btns-left .wa-chat-share-btn i.wa-chat-share-icon {
    float: right !important;
}

#wa-chat-container.wa-chat-anim-icons ul li {
    transition: transform 100ms;
}

#wa-chat-container.wa-chat-anim-icons.wa-chat-btns-right ul li:hover {
    transform: translate(-15px, 0);
}

#wa-chat-container.wa-chat-anim-icons.wa-chat-btns-left ul li:hover {
    transform: translate(15px, 0);
}

#wa-chat-container ul li.wa-chat-share-btn:hover .wa-chat-social-popup {
    display: block;
}

.wa-chat-social-popup {
    position: absolute;
    top: 100%;
    left: 100%;
    margin: 0 0 0 -50px;
    width: 155px;
    display: none;
}

#wa-chat-container.wa-chat-btns-right .wa-chat-social-popup {
    right: -100%;
    margin: 0 0 0 -110px;
    left: 0;
}

#wa-chat-container .wa-chat-social-popup a {
    padding: 0 !important;
    text-align: left !important;
}


/* Responsive */

@media (max-width: 640px) {
    .wa-chat-disable-on-mobile {
        max-width: 100%;
    }
}
