/*01. Ball content02. Woo Chat bot Message container    -A Link Item    -B Loading03. Woo Chat bot Message Editor04. Woo Chat bottom Tab Nav Editor05. Tab Feature Product06. Tab Cart07. Product Details*//*********************01. Ball content wrapper**********************/.woo-chatbot-board-container {    border-radius: 5px;    box-shadow: 0 5px 40px rgba(0, 0, 0, .30);    background: #deebe9 url("../../images/tpl-one-header.png") no-repeat top center;    background-size: contain;}/******************************02. Woo Chat bot Message container*********************************/.woo-chatbot-header {    background: linear-gradient(135deg, rgb(80, 191, 182) 0%, rgb(181, 227, 222) 100%);}.woo-chatbot-header:after {    content: '';    position: absolute;    width: 100%;    height: 10px;    bottom: -8px;    left: 0;    background: url('image/download.svg') bottom center;}.woo-chatbot-header h3 {    color: #ffffff;    font-size: 18px !important;    letter-spacing: 1px;}.woo-chatbot-content {}ul.woo-chatbot-messages-container > li {    margin-bottom: 10px;    padding-top: 30px;    font-size: 14px;}ul.woo-chatbot-messages-container > li.woo-chatbot-msg {    padding-left: 35px;}ul.woo-chatbot-messages-container > li.woo-chat-user-msg {    padding-right: 35px;}ul.woo-chatbot-messages-container > li:first-child {    padding: 0;}ul.woo-chatbot-messages-container > li > .woo-chatbot-avatar, .woo-chatbot-agent-profile .woo-chatbot-widget-avatar {    position: absolute;    border-radius: 50%;    overflow: hidden;    border: 2px solid #70aca9;    background-color: #70aca9;    width: 40px;    height: 40px;    top: 0;}ul.woo-chatbot-messages-container > li.woo-chatbot-msg .woo-chatbot-avatar, .woo-chatbot-agent-profile .woo-chatbot-widget-avatar {    left: 0;}ul.woo-chatbot-messages-container > li.woo-chat-user-msg .woo-chatbot-avatar {    right: 0;}ul.woo-chatbot-messages-container > li > .woo-chatbot-paragraph, .woo-chatbot-bubble {    display: table;    padding: 8px 15px;    max-width: 90%;    background-color: #fff;    border-radius: 10px;    line-height: 150%;    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/    -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/    -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/    box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/    word-wrap: break-word;}ul.woo-chatbot-messages-container li:first-child.woo-chatbot-msg .woo-chatbot-paragraph {    color: #3e3d3d;    box-shadow: none;}ul.woo-chatbot-messages-container > li.woo-chat-user-msg .woo-chatbot-paragraph {    text-align: right;    float: right;    border-radius: 10px 10px 10px 10px;    color: #999;}/************ 02.A Link Item*************/span.qcld-chatbot-product-category,span.qcld-chatbot-support-items,span.qcld-chatbot-wildcard,span.qcld-chatbot-suggest-email,span.qcld-chatbot-reset-btn,span.qcld-chatbot-bargin-confirm-btn,span.qcld-modal-bargin-confirm-add-to-cart,span.qcld-modal-bargin-confirm-btn-checkout,span.qcld-modal-bargin-bot-confirm-exit-intent,#woo-chatbot-loadmore {    color: #000000;    background-image: linear-gradient(to right, #868afa 0%, #8fd3f4 51%, #2faafa 100%);    background-size: 200% auto;    box-shadow: 0 5px 15px #c3c3c3;    border: 1px solid #ffffff;}span.qcld-chatbot-product-category:hover,span.qcld-chatbot-support-items:hover,span.qcld-chatbot-wildcard:hover,span.qcld-chatbot-suggest-email:hover,span.qcld-chatbot-reset-btn:hover,span.qcld-chatbot-bargin-confirm-btn:hover,span.qcld-modal-bargin-confirm-add-to-cart:hover,span.qcld-modal-bargin-confirm-btn-checkout:hover,span.qcld-modal-bargin-bot-confirm-exit-intent:hover,#woo-chatbot-loadmore:hover {    background-position: right center;    box-shadow: none;}/************* 02.B Loading **************/ul.woo-chatbot-messages-container > li .woo-chatbot-paragraph img.woo-chatbot-comment-loader {    background-color: #fff;    padding: 1px;    border-radius: 5px;    margin: 0 auto;    display: block;}/*******************************03. Woo Chat bot Message Editor**********************************/.woo-chatbot-editor-container {    border-top: 1px solid #deebe9;}.woo-chatbot-editor-container input {    color: #0a2d2b;}.woo-chatbot-editor-container input::placeholder {    color: #0a2d2b;}.woo-chatbot-editor-container input::-webkit-input-placeholder {    color: #0a2d2b;}.woo-chatbot-editor-container input::-moz-placeholder {    color: #0a2d2b;}.woo-chatbot-editor-container input:-ms-input-placeholder {    color: #0a2d2b;}.woo-chatbot-editor-container input:-moz-placeholder {    color: #0a2d2b;}.woo-chatbot-editor-container button {    background-color: transparent;}/*******************************04. Woo Chat bottom Tab Nav Editor**********************************/.woo-chatbot-footer {    background: url("../../images/tpl-one-footer.png") repeat-x left top;    background-color: #9ec3c0;    border-radius: 0 0 5px 5px;}.woo-chatbot-tab-nav {    background-color: #9ec3c0;}.woo-chatbot-tab-nav ul li:before {    background: linear-gradient(transparent 50%, #9ec3c0 50%);    background-size: 200%, 100%;}/******************************************05. Tab Feature Product*********************************************/.woo-chatbot-agent-profile {    position: relative;    padding-left: 35px;    padding-top: 30px;    box-sizing: border-box;    word-wrap: break-word;    list-style: none;    display: block;    clear: both;    line-height: 150%;    min-height: 50px;    margin: 0 0 10px 0;}.woo-chatbot-widget-title {    color: #353535;    text-align: center;    padding-bottom: 10px;}/*************************************06. Tab Cart**************************************/.woo-chatbot-cart-header {    background-color: #F5F5F5;}.woo-chatbot-cart-single {    background-color: rgba(245, 245, 245, 0.1);    border-bottom: 1px solid #dddddd;}.woo-chatbot-cart-single:nth-child(2n+1) {    background-color: rgba(245, 245, 245, 0.5);}.woo-chatbot-cart-footer div a {    text-decoration: none;    background: #70aca9;    color: #ffffff;}.woo-chatbot-cart-footer div a:hover, .woo-chatbot-cart-footer div:last-child a {    background: #5a8c89;}/***********************************07. Product Details************************************/.woo-chatbot-product-details {    box-shadow: 0 0 10px #ccc;    background-color: #deebe9;}.woo-chatbot-product-cart-button input[type="button"], #woo-chatbot-loadmore {    border: 1px solid #70aca9;    background: #70aca9;    color: #ffffff;    box-shadow: 0 0 2px #999;}.woo-chatbot-product-cart-button input[type="button"]:hover, #woo-chatbot-loadmore:hover {    background: #5a8c89;    color: #ffffff;}/*************************Right-to-left text direction**************************/.woo-chatbot-rtl {    text-align: right;    direction: RTL;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chatbot-msg, .woo-chatbot-rtl .woo-chatbot-agent-profile {    padding: 0 50px 0 0;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chatbot-msg.woo-chatbot-msg-flat {    padding: 0;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chatbot-msg > .woo-chatbot-paragraph {    display: table;    max-width: 90%;    float: right;    text-align: right;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chatbot-msg .woo-chatbot-avatar,.woo-chatbot-rtl .woo-chatbot-agent-profile .woo-chatbot-widget-avatar {    right: 0;    left: auto;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chat-user-msg {    padding: 0 0 0 50px;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chat-user-msg .woo-chatbot-avatar {    left: 0;    right: auto;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chat-user-msg > .woo-chatbot-paragraph {    display: table;    max-width: 90%;    float: left;    text-align: left;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li.woo-chat-user-msg .woo-chatbot-paragraph {    margin-left: 0;}.woo-chatbot-rtl .woo-chatbot-editor-container input {    text-align: right;    direction: RTL;}.woo-chatbot-rtl .woo-chatbot-products-area ul li:nth-child(2n+2) {    margin: auto;}.woo-chatbot-rtl .woo-chatbot-products-area ul li {    margin: 1%;    vertical-align: middle;}.woo-saas-live-chat{width: 310px !important;    height: 618px;    box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;    display:none;}.wpchat_header_left{	display:inline-block;}.wpchat_header_left span{    font-size: 22px;    padding: 0px 10px;	}.wpchat_header_right {    float: right;    margin-right: 12px;}.woo-chatbot-tab-nav ul li a[data-option="live-chat"] {    background-position: -169px -8px;}