@font-face {
font-family: 'quicksandregular';
src: url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/fonts/quicksand-regular-webfont.woff2) format('woff2'), url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/fonts/quicksand-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
#woo-chatbot-shortcode-template-container img, #woo-chatbot-chat-container img {
max-width: 100%;
height: auto;
box-shadow: none !important;
}
.clear {
width: 100%;
clear: both;
float: none;
}
.woo-chatbot-chat-container, .woo-chatbot-shortcode-template-container {
font-size: 14px;
line-height: 1.8;
}
.woo-chatbot-chat-container a, .woo-chatbot-shortcode-template-container a {
text-decoration: none;
border: none;
outline: none;
color: inherit;
background: none;
box-shadow: none;
}
.woo-chatbot-chat-container a:active, .woo-chatbot-chat-container a:hover, .woo-chatbot-shortcode-template-container a:active, .woo-chatbot-shortcode-template-container a:hover {
outline: 0;
}
.woo-chatbot-chat-container p, .woo-chatbot-shortcode-template-container p {
background: none;
font-weight: normal;
line-height: 1.8;
letter-spacing: 0;
margin: 10px 0;
padding: 0;
}
.woo-chatbot-chat-container h1, .woo-chatbot-chat-container h2, .woo-chatbot-chat-container h3, .woo-chatbot-chat-container h4, .woo-chatbot-chat-container h5, .woo-chatbot-chat-container h6, .woo-chatbot-shortcode-template-container h1, .woo-chatbot-shortcode-template-container h2, .woo-chatbot-shortcode-template-container h3, .woo-chatbot-shortcode-template-container h4, .woo-chatbot-shortcode-template-container h5, .woo-chatbot-shortcode-template-container h6 {
color: inherit;
background: none;
font-weight: normal;
line-height: 1.1;
letter-spacing: 0;
padding: 0;
}
.woo-chatbot-chat-container h1, .woo-chatbot-chat-container h2, .woo-chatbot-chat-container h3, .woo-chatbot-shortcode-template-container h1, .woo-chatbot-shortcode-template-container h2, .woo-chatbot-shortcode-template-container h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.woo-chatbot-chat-container h4, .woo-chatbot-chat-container h5, .woo-chatbot-chat-container h6, .woo-chatbot-shortcode-template-container h4, .woo-chatbot-shortcode-template-container h5, .woo-chatbot-shortcode-template-container h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.woo-chatbot-chat-container h1, .woo-chatbot-shortcode-template-container h1 {
font-size: 42px;
}
.woo-chatbot-chat-container h2, .woo-chatbot-shortcode-template-container h2 {
font-size: 28px;
}
.woo-chatbot-chat-container h3, .woo-chatbot-shortcode-template-container h3 {
font-size: 24px;
}
.woo-chatbot-chat-container h4, .woo-chatbot-shortcode-template-container h4 {
font-size: 18px;
}
.woo-chatbot-chat-container h5, .woo-chatbot-shortcode-template-container h5 {
font-size: 14px;
}
.woo-chatbot-chat-container h6, .woo-chatbot-shortcode-template-container h6 {
font-size: 12px;
}
.woo-chatbot-chat-container button, .woo-chatbot-chat-container input, .woo-chatbot-chat-container optgroup, .woo-chatbot-chat-container select, .woo-chatbot-chat-container textarea, .woo-chatbot-shortcode-template-container button, .woo-chatbot-shortcode-template-container input, .woo-chatbot-shortcode-template-container optgroup, .woo-chatbot-shortcode-template-container select, .woo-chatbot-shortcode-template-container textarea {
color: inherit;
margin: 0;
box-shadow: none;
border: none;
background: inherit;
}
.woo-chatbot-chat-container button:focus, .woo-chatbot-chat-container input:focus, .woo-chatbot-chat-container optgroup:focus, .woo-chatbot-chat-container select:focus, .woo-chatbot-chat-container textarea:focus, .woo-chatbot-shortcode-template-container button:focus, .woo-chatbot-shortcode-template-container input:focus, .woo-chatbot-shortcode-template-container optgroup:focus, .woo-chatbot-shortcode-template-container select:focus, .woo-chatbot-shortcode-template-container textarea:focus {
outline: none;
} #woo-chatbot-chat-container {
position: fixed;
z-index: 999998;
}
.woo-chatbot-ball {
float: right;
position: relative;
cursor: pointer;
background: #ffffff;
box-shadow: 0 0 15px #ccc;
width: 60px;
height: 60px;
border-radius: 50%;
margin-top: 10px;
}
#woo-chatbot-ball .woo-chatbot-ball img {
width: 60px !important;
height: 60px !important;
display: block;
border-radius: 50%;
}
.woo-chatbot-ball-animator {
position: relative;
border-radius: 50%;
}
.woo-chatbot-animation-active .woo-chatbot-ball-animation-switch {
opacity: 1;
width: 100%;
height: 100%;
position: absolute;
animation: spin 2s linear infinite;
border: 3px solid transparent;
border-top-color: #9370DB;
}
.woo-chatbot-animation-active .woo-chatbot-ball-animation-switch:before {
content: "";
position: absolute;
top: -9px;
left: -9px;
right: -9px;
bottom: -9px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #BA55D3;
animation: spin 3s linear infinite;
}
.woo-chatbot-animation-active .woo-chatbot-ball-animation-switch:after {
content: "";
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FF00FF;
animation: spin 1.5s linear infinite;
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinHide {
0% {
opacity: 0;
}
100% {
opacity: 0;
}
} .woo-chatbot-board-container {
display: none;
font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
height: auto;
width: 310px;
position: relative;
box-sizing: border-box; }
.woo-chatbot-board-container.active-chat-board {
display: inline-block;
vertical-align: top;
}
.woo-chatbot-header {
border-radius: 5px 5px 0 0;
margin: 0;
padding: 15px 15px;
box-sizing: border-box;
text-align: center;
position: relative; }
.woo-chatbot-header h3 {
margin: 0 !important;
padding: 0 !important;
}
.woo-chatbot-content {
height: 400px;
position: relative;
margin: 15px;
box-sizing: border-box;
}
.woo-chatbot-product-reload.woo-chatbot-product-loading {
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.50);
padding: 3px;
border-radius: 5px;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
}
.woo-chatbot-product-loading img {
display: table;
left: 50%;
top: 50%;
position: absolute;
margin: -10px -45px;
}
.woo-chatbot-messages-wrapper {
height: 100%;
}
ul.woo-chatbot-messages-container {
padding: 0 !important;
margin: 0 !important;
overflow: hidden;
min-height: 100%;
}
@keyframes messageAnim {
0% {
transform: translateY(300px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
ul.woo-chatbot-messages-container > li {
position: relative;
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;
animation: messageAnim 1.5s;
opacity: 1;
}
ul.woo-chatbot-messages-container > li > .woo-chatbot-paragraph h3 {
padding: 0 0 5px !important;
margin: 0 !important;
font-weight: bold;
font-size: 16px;
}
ul.woo-chatbot-messages-container > li.woo-chatbot-msg::before {
left: 19px;
}
ul.woo-chatbot-messages-container > li.woo-chat-user-msg::before {
right: 19px;
}
ul.woo-chatbot-messages-container > li:before {
content: "";
display: block;
width: 5px;
height: 5px;
background: red;
top: 19px;
z-index: 999;
position: absolute;
border-radius: 50%;
box-shadow: -38px 0 #f35b5c, -28px 8px #88bfc9, -14px 35px #f35b5c, -4px 28px #88bfc9, 30px 32px #f35b5c, 28px 22px #88bfc9, 43px 0px #f35b5c, 35px -5px #88bfc9, 20px -30px #f35b5c, 10px -22px #88bfc9, -18px -30px #f35b5c, -14px -22px #88bfc9;
animation: 0.9s bang ease-out backwards, 0.9s linear dothide;
opacity: 0; animation-duration: 0.5s, 0.5s;
}
@keyframes dothide {
0% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes bang {
from {
box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
}
}
ul.woo-chatbot-messages-container > li:first-child .woo-chatbot-avatar, ul.woo-chatbot-messages-container > li:first-child .woo-chatbot-agent {
display: none;
overflow: hidden;
}
ul.woo-chatbot-messages-container > li.woo-chat-user-msg:after, ul.woo-chatbot-messages-container > li .woo-chatbot-products:after {
clear: both;
display: block;
content: "";
height: 1px;
}
ul.woo-chatbot-messages-container > li .woo-chatbot-agent, .woo-chatbot-agent-profile .woo-chatbot-widget-agent {
display: none;
}
#woo-chatbot-messages-container .woo-chatbot-avatar img, .woo-chatbot-agent-profile .woo-chatbot-widget-avatar img {
width: 40px !important;
height: 40px !important;
} .woo-chatbot-footer { }
.woo-chatbot-tab-nav {
padding: 15px 5px; }
.woo-chatbot-tab-nav ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
text-align: center;
display: flex;
justify-content: space-around;
vertical-align: bottom;
}
.woo-chatbot-tab-nav ul li {
display: inline-block;
vertical-align: middle;
position: relative;
transition: 0.2s;
margin: 0 !important;
padding: 0 !important;
}
.woo-chatbot-tab-nav ul li a {
display: block;
width: 24px;
height: 24px;
margin: 5px;
background: url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/tab-btn-icon.png) no-repeat;
border-radius: 50%;
position: relative;
border-bottom: none;
}
.woo-chatbot-tab-nav ul li a:focus {
outline: none;
}
.woo-chatbot-tab-nav ul li a[data-option="recent"] {
background-position: -7px -7px;
}
.woo-chatbot-tab-nav ul li a[data-option="cart"] {
background-position: -47px -7px;
}
.woo-chatbot-tab-nav ul li a[data-option="chat"] {
background-position: -82px -2px;
width: 35px;
height: 35px;
margin: 0;
}
.woo-chatbot-tab-nav ul li a[data-option="help"] {
background-position: -129px -7px;
}
.woo-chatbot-tab-nav ul li a[data-option="support"] {
background-position: -169px -7px;
}
.woo-chatbot-tab-nav ul li:before {
content: "";
display: block;
width: 74px; background-size: 200%, 100%;
transition: all 0.2s linear;
height: 26px;
position: absolute;
left: 0;
top: -25px;
margin-left: -20px;
border-radius: 50%;
}
.woo-chatbot-tab-nav ul li a[data-option="chat"]:after {
content: "";
position: absolute;
border-radius: 50%;
border: 3px solid #FFF;
left: -9px;
right: -9px;;
bottom: -9px;
top: -9px;
}
.woo-chatbot-tab-nav ul li.woo-chatbot-operation-active a:before, .woo-chatbot-tab-nav ul li:hover a:before {
content: "";
position: absolute;
left: -4px;
right: -4px;;
bottom: -4px;
top: -4px;
border-radius: 50%;
border: 3px solid #FFF;
transition: 0.2s;
}
.woo-chatbot-tab-nav ul li:hover:before, .woo-chatbot-tab-nav ul li.woo-chatbot-operation-active:before {
background-position: bottom;
}
.woo-chatbot-tab-nav ul li a span#woo-chatbot-cart-numbers {
position: absolute;
top: -6px;
right: -11px;
background: #da165d;
color: #fff;
display: block;
width: 16px;
height: 16px;
border-radius: 50%;
font-size: 10px;
line-height: 16px;
} .woo-chatbot-editor-container {
border-radius: 0 0 5px 5px;
margin: 0;
padding: 4px 15px;
}
.woo-chatbot-editor-container input {
display: inline-block;
border: none;
box-shadow: none;
height: 40px;
font-family: 'Montserrat', sans-serif;
width: 80%;
background-color: transparent;
font-size: 14px;
margin: 0;
padding: 0;
outline: none;
}
.woo-chatbot-editor-container input:focus {
outline: none;
border: none;
box-shadow: none;
background: none;
}
.woo-chatbot-editor-container button {
display: inline-block;
height: 40px;
background-image: url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/send-button.png);
background-position: center;
background-repeat: no-repeat;
color: transparent;
width: 20%;
cursor: pointer;
margin: 0 0 0 -8px;
padding: 0;
border: none;
outline: none;
}
.woo-chatbot-editor-container button:hover {
background: transparent url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/send-button.png) no-repeat center;
color: transparent;
}
.woo-chatbot-editor-container button:focus {
outline: none;
border: none;
box-shadow: none;
background: transparent url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/send-button.png) no-repeat center;
}  #woo-chatbot-loadmore {
display: table;
margin: 0 auto;
padding: 8px 20px !important;
}
.qcld-chatbot-support-or {
text-align: center;
font-weight: 700;
color: #1f8ceb;
}
.qcld-chatbot-user-confirmation {
color: #494949;
} span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, span.woo-chatbot-card-button, span.qcld-chatbot-suggest-email, span.qcld-chatbot-suggest-phone {
display: block;
margin: 8px auto;
padding: 12px 30px;
}
.qcld-chatbot-reset-btn {
display: inline-block;
padding: 5px 12px;
min-width: 100px;
}
span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, span.woo-chatbot-card-button, span.qcld-chatbot-suggest-email, span.qcld-chatbot-suggest-phone, span.qcld-chatbot-reset-btn, #woo-chatbot-loadmore {
font-weight: bold;
cursor: pointer;
text-align: center;
border-radius: 50px;
transition: 0.2s linear;
} .woo-chatbot-products-area {
clear: both;
height: auto;
margin-bottom: 15px;
}
.woo-chatbot-products-area ul {
margin: 0 !important;
padding: 0 !important;
font-size: 0;
}
.woo-chatbot-products-area ul li {
position: relative;
display: inline-block;
width: 48%;
margin: 2% 0;
box-sizing: border-box;
padding: 2px;
background-color: #eee;
border-radius: 5px;
}
.woo-chatbot-products-area ul li:nth-child(2n+2) {
margin-left: 4%;
}
.woo-chatbot-products-area ul li img {
display: block;
box-shadow: none;
}
.woo-chatbot-products-area ul li .woo-chatbot-product-summary {
background: rgba(0, 0, 0, 0.51);
bottom: 0;
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
z-index: 999;
visibility: hidden;
font-size: 12px;
}
.woo-chatbot-products-area ul li:hover .woo-chatbot-product-summary {
visibility: visible;
}
.woo-chatbot-products-area ul li .woo-chatbot-product-summary .woo-chatbot-product-table {
display: table;
height: 100%;
width: 100%;
}
.woo-chatbot-products-area ul li .woo-chatbot-product-summary .woo-chatbot-product-table .woo-chatbot-product-table-cell {
display: table-cell;
vertical-align: middle;
}
.woo-chatbot-products-area ul li .woo-chatbot-product-summary h3.woo-chatbot-product-title {
padding: 0;
margin: 0 0 10px 0;
font-size: 16px;
line-height: 1.2;
}
.woo-chatbot-products-area ul li .woo-chatbot-product-summary h3.woo-chatbot-product-title {
color: #ffffff;
text-decoration: none;
}
.woo-chatbot-products-area ul li .woo-chatbot-product-summary .price, .woo-chatbot-products-area ul li .woo-chatbot-product-summary .price span, .woo-chatbot-products-area ul li .woo-chatbot-product-summary .price ins, .woo-chatbot-products-area ul li .woo-chatbot-product-summary .price del {
background-color: transparent !important;
color: #ffffff;
font-size: 14px;
} .woo-chatbot-orders-container, .woo-chatbot-cart-container {
width: 100%;
}
.woo-chatbot-orders-single, .woo-chatbot-orders-header, .woo-chatbot-cart-header, .woo-chatbot-cart-single {
display: block;
font-size: 0;
}
.woo-chatbot-orders-single div, .woo-chatbot-orders-header div, .woo-chatbot-cart-header div, .woo-chatbot-cart-single div {
display: inline-block;
font-size: 10px;
padding: 8px;
vertical-align: middle;
min-height: 30px;
box-sizing: border-box;
}
.woo-chatbot-cart-header div, .woo-chatbot-cart-single div {
width: 20%;
}
.woo-chatbot-cart-header div:nth-child(1), .woo-chatbot-cart-single div:nth-child(1) {
width: 45%;
}
.woo-chatbot-cart-header div:nth-child(3), .woo-chatbot-cart-single div:nth-child(3) {
text-align: right;
}
.woo-chatbot-cart-header div:nth-child(4), .woo-chatbot-cart-single div:nth-child(4) {
width: 15%;
text-align: right;
}
.woo-chatbot-orders-single div, .woo-chatbot-orders-header div {
width: 25%;
}
.woo-chatbot-orders-single div:nth-child(1), .woo-chatbot-orders-header div:nth-child(1) {
width: 15%;
}
.woo-chatbot-orders-single div:nth-child(3), .woo-chatbot-orders-header div:nth-child(3) {
width: 35%;
}
.woo-chatbot-orders-container .order-items p {
margin: 2px 0;
padding: 0;
line-height: 14px;
}
.woo-chatbot-cart-container h3 {
font-size: 12px !important;
margin: 0 !important;
padding: 0 !important;
}
.woo-chatbot-cart-container input[type="number"] {
width: 100%;
height: 20px;
padding: 0;
margin: 0;
text-align: center;
}
.woo-chatbot-cart-single div:last-child span.woo-chatbot-cart-price, .woo-chatbot-cart-single div:last-child span.woo-chatbot-remove-cart-item {
vertical-align: middle;
}
.woo-chatbot-remove-cart-item {
display: inline-block;
font-size: 14px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
cursor: pointer;
border-radius: 50%;
}
.woo-chatbot-remove-cart-item:hover {
background-color: red;
color: #ffffff;
}
.woo-chatbot-cart-title, .woo-chatbot-recent-view-title {
margin: 0 0 10px;
text-align: center;
font-size: 18px;
}
.woo-chatbot-cart-footer {
clear: both;
font-size: 0;
}
.woo-chatbot-cart-footer div {
display: inline-block;
font-size: 14px;
width: 50%;
min-height: 1px;
}
.woo-chatbot-cart-footer div a {
display: block;
text-align: center;
font-size: 14px;
padding: 8px 20px;
}
.woo-chatbot-no-cart-item {
margin: 10px auto;
text-align: center;
}  .woo-chatbot-product-container {
margin-top: 50px;
display: none;
z-index: 9999999;
}
.woo-chatbot-product-container.active-chatbot-product-details {
display: inline-block;
vertical-align: top;
}
.woo-chatbot-product-details {
width: 600px;
position: relative;
margin: 50px auto;
font-size: 0;
min-height: 300px;
padding: 15px;
}
.woo-chatbot-product-image-col, .woo-chatbot-product-info-col {
display: inline-block;
vertical-align: top;
width: 50%;
font-size: 15px;
box-sizing: border-box;
padding: 15px;
}
#woo-chatbot-product-image {
text-align: center;
}
.woo-chatbot-product-image-large:hover a {
cursor: zoom-in;
}
.woo-chatbot-product-image-large a:focus {
outline: none;
}
.woo-chatbot-product-image-thumbs {
overflow-x: auto;
text-align: left;
padding: 5px 0;
}
.woo-chatbot-product-image-thumbs ul {
margin: 0;
padding: 0;
white-space: nowrap;
}
.woo-chatbot-product-image-thumbs ul li {
list-style: none;
display: inline-table;
max-width: 80px;
margin: 0 2px;
background-color: #000;
}
.woo-chatbot-product-image-thumbs ul li img {
display: block;
}
.woo-chatbot-product-image-thumbs ul li a {
display: block;
opacity: .5;
}
.woo-chatbot-product-image-thumbs ul li a:focus {
outline: none;
}
.woo-chatbot-product-image-thumbs ul li.woo-chatbot-product-active-image-thumbs a {
opacity: 1;
}
.woo-chatbot-product-title h2 {
margin: 0 0 5px;
font-size: 24px;
}
.woo-chatbot-product-price p {
margin: 5px 0 10px;
padding: 0;
}
.woo-chatbot-product-price ins, .woo-chatbot-product-price del {
background: transparent;
color: inherit;
}
.woo-chatbot-product-description {
max-height: 150px;
overflow-x: auto;
}
.woo-chatbot-product-description, .woo-chatbot-product-description p {
font-size: 12px;
line-height: 1.8;
color: #999999;
margin: 5px 0;
padding: 0;
}
.woo-chatbot-product-quantity, .woo-chatbot-product-variable > div {
margin: 10px 0;
font-size: 0;
}
.woo-chatbot-product-variable {
max-height: 125px;
overflow-x: auto;
}
.woo-chatbot-product-details ::-webkit-scrollbar {
width: 5px;
background: transparent;
} .woo-chatbot-product-details ::-webkit-scrollbar-thumb {
background: #1f8ceb;
}
.woo-chatbot-product-quantity label, .woo-chatbot-product-variable label {
display: inline-block;
width: 90px;
text-transform: uppercase;
font-size: 14px;
margin-right: 10px;
}
.woo-chatbot-product-quantity input, .woo-chatbot-product-variable select {
display: inline-block;
width: 135px;
box-sizing: border-box;
padding: 5px 10px;
height: 35px;
border: 1px solid #eeeeee;
margin: 0;
font-size: 14px !important;
}
.woo-chatbot-product-quantity input:focus, .woo-chatbot-product-variable select:focus {
outline: none;
}
.woo-chatbot-product-cart-button input[type="button"] {
display: table;
padding: 8px 20px;
text-transform: uppercase;
font-size: 14px;
margin: 20px 0 0;
}
.woo-chatbot-product-cart-button input[type="button"]:focus {
box-shadow: none !important;
}
a.woo-chatbot-product-close {
position: absolute;
top: 0;
right: 0;
background: rgba(252, 67, 3, 0.8) url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/woo-boat-product-close-icon.png) no-repeat center;
width: 30px;
height: 30px;
cursor: pointer;
}
.woo-chatbot-board-container {
display: none;
}
@keyframes chatbotProductAnimation {
0% {
transform: translate(200px);
}
95% {
transform: translate(-10px);
}
100% {
transform: translate(0);
}
}
.active-chatbot-product-details {
display: block;
position: absolute;
right: 100%;
animation: 0.5s chatbotProductAnimation;
z-index: -1;
} .woo-chatbot-shortcode-template-container .woo-chatbot-product-container {
position: fixed;
animation: none;
right: 0;
left: 0;
top: 0;
border: 0;
width: 100%;
height: 100%;
background-color: rgba(1, 1, 1, 0.79);
z-index: 99999999;
margin: 0;
} #woo-chatbot-chat-app-shortcode-container {
position: fixed;
z-index: 99999999;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #FFF;
}
#woo-chatbot-chat-app-shortcode-container .woo-chatbot-board-container, #woo-chatbot-chat-app-shortcode-container .woo-chatbot-container {
width: 100% !important;
}
#woo-chatbot-chat-app-shortcode-container .woo-chatbot-board-container:after {
display: none;
}
#woo-chatbot-chat-app-shortcode-container .woo-chatbot-header, #woo-chatbot-chat-app-shortcode-container .woo-chatbot-footer, #woo-chatbot-chat-app-shortcode-container .woo-chatbot-container {
border-radius: 0;
}
#woo-chatbot-chat-app-shortcode-container .woo-chatbot-header {
display: none;
}
#woo-chatbot-chat-app-shortcode-container .woo-chatbot-product img {
margin: 0 auto;
}
#woo-chatbot-chat-app-shortcode-container .woo-chatbot-product-container {
margin-top: 0;
}
#woo-chatbot-chat-app-shortcode-container .active-chatbot-product-details {
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999999999;
background: rgba(0, 0, 0, 0.80);
margin: 0;
}
#woo-chatbot-chat-app-shortcode-container .woo-chatbot-product-details {
margin: 0 auto;
}
#woo-chatbot-chat-app-shortcode-container #woo-chatbot-cart-short-code .woo-chatbot-comment-loader, #woo-chatbot-chat-app-shortcode-container #woo-chatbot-checkout-short-code .woo-chatbot-comment-loader {
position: absolute;
top: 50%;
left: 50%;
margin-left: -45px;
}
.woochatbot-app-order-confirmation .woochatbot-woocommerce-order, #woo-chatbot-app-checkout-container {
font-size: 14px;
box-sizing: border-box;;
padding: 15px;
position: absolute;
left: 0;
right: 0;
top: 0; z-index: 999999;
background: #ffffff;
}
.woochatbot-woocommerce-order .woocommerce-notice {
padding: 10px;
border: 1px solid #cccccc;
color: #FFF;
}
.woochatbot-woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
background: #58a093;
}
.woochatbot-woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-failed {
background: #db4771;
}
.woochatbot-woocommerce-order .woocommerce-order-details, .woochatbot-woocommerce-order .woocommerce-customer-details {
padding: 20px 0;
}
.woochatbot-app-order-confirmation #woo-chatbot-chat-container, .woochatbot-app-checkout #woo-chatbot-chat-container {
display: none;
}
.woochatbot-woocommerce-order table {
width: 100%;
}
.woochatbot-woocommerce-order .woocommerce-table.order_details tbody tr td, .woochatbot-woocommerce-order .woocommerce-table.order_details tfoot tr th, .woochatbot-woocommerce-order .woocommerce-table.order_details tfoot tr td {
text-align: left;
}
.woochatbot-app-order-confirmation .woocommerce-thankyou-order-details {
margin: 0;
padding: 0;
}
.woochatbot-app-home-back {
display: table;
padding: 8px 20px;
background: #9a3a87;
color: white;
font-size: 14px;
text-transform: uppercase;
border: none;
}
.woochatbot-app-order-confirmation .woocommerce-thankyou-order-details li {
list-style: none;
padding: 5px 0;
border-bottom: 1px solid #eaeaea;
}
.woochatbot-app-order-confirmation .woocommerce-thankyou-order-details li:last-child {
border-bottom: none;
}
#woo-chatbot-cart-short-code .coupon {
width: 100%;
max-width: 400px;
text-align: left;
}
#woo-chatbot-cart-short-code .coupon input[type="text"], #woo-chatbot-cart-short-code .coupon input[type="submit"] {
width: 45%;
height: 50px;
box-sizing: border-box;
padding: 5px;
margin-right: 4%;
vertical-align: middle;
font-size: 16px;
}
#woo-chatbot-cart-short-code .cart_totals table, #woo-chatbot-cart-short-code .cart_totals table tr, #woo-chatbot-cart-short-code .cart_totals table td, #woo-chatbot-cart-short-code .cart_totals table th {
width: 100%;
max-width: 100% !important;
margin: 0 !important;
}
#woo-chatbot-cart-short-code .cross-sells {
display: none;
}
#woo-chatbot-cart-short-code .wc-proceed-to-checkout {
margin: 15px 0;
} .woo-chatbot-shortcode-template-container .woo-chatbot-content {
height: 452px;
}
.woo-chatbot-shortcode-template-container {
} .woo-chatbot-shortcode-template-container span.qcld-chatbot-product-category, .woo-chatbot-shortcode-template-container span.qcld-chatbot-support-items, .woo-chatbot-shortcode-template-container span.qcld-chatbot-wildcard, .woo-chatbot-shortcode-template-container span.woo-chatbot-card-button, .woo-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email, span.qcld-chatbot-suggest-phone, .woo-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn, .woo-chatbot-shortcode-template-container #woo-chatbot-loadmore {
color: #000000;
background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
background-size: 200% auto;
box-shadow: 0 5px 5px #c3c3c3;
border: 1px solid #ffffff;
}
.woo-chatbot-shortcode-template-container span.qcld-chatbot-product-category:hover, .woo-chatbot-shortcode-template-container span.qcld-chatbot-support-items:hover, .woo-chatbot-shortcode-template-container span.qcld-chatbot-wildcard:hover, .woo-chatbot-shortcode-template-container span.woo-chatbot-card-button:hover, .woo-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email:hover, span.qcld-chatbot-suggest-phone:hover, .woo-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn:hover, .woo-chatbot-shortcode-template-container #woo-chatbot-loadmore:hover {
background-position: right center;
box-shadow: none;
} .woo-chatbot-notification-container {
position: relative;
padding: 35px 15px 10px;
box-shadow: 0 0 5px #d5d5d5;
transition: 0.8s;
background-color: #fff;
font-size: 14px;
line-height: 1.5;
transform: translateX(500px);
opacity: 0.1;
border-radius: 5px;
width: 320px;
}
.woo-chatbot-notification-container.woo-chatbot-notification-container-sliding {
opacity: 0.9;
transform: translateX(0);
}
.woo-chatbot-notification-container-disable {
display: none;
}
.woo-chatbot-notification-agent-profile {
position: absolute;
top: -40px;
left: 15px;
right: 15px;
}
.woo-chatbot-notification-widget-avatar, .woo-chatbot-notification-welcome {
display: inline-block;
}
.woo-chatbot-notification-widget-avatar {
width: 60px;
height: 60px;
background-color: #fff;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 5px 5px #d5d5d5;
}
.woo-chatbot-notification-welcome {
font-size: 12px;
}
.woo-chatbot-notification-message {
transition: opacity 0.5s;
}
#woo-chatbot-desktop-close {
display: block;
position: absolute;
right: -5px;
padding: 5px;
font-size: 14px;
font-family: "Arial";
line-height: 20px;
top: -30px;
width: 30px;
height: 30px;
background-color: #7d8999;
border-radius: 50%;
color: #ffffff;
cursor: pointer;
text-align: center;
box-sizing: border-box;
transition: 0.2s;
transform: translateY(20px);
}
.woo-chatbot-notification-close {
display: block;
position: absolute;
z-index: 999999;
right: 0;
padding: 5px;
font-size: 14px;
font-family: "Arial";
line-height: 20px;
top: -35px;
width: 30px;
height: 30px;
background-color: #7d8999;
border-radius: 50%;
color: #ffffff;
cursor: pointer;
text-align: center;
box-sizing: border-box;
transition: 0.2s;
visibility: hidden;
transform: translateY(20px);
}
.woo-chatbot-notification-close:hover {
background-color: #5f6a76;
}
.woo-chatbot-notification-container:hover .woo-chatbot-notification-close {
visibility: visible;
transform: translateY(0px);
}
.woo-chatbot-ball-cart-items {
bottom: -8px;
left: -11px;
position: absolute;
width: 22px;
height: 22px;
line-height: 22px;
font-size: 14px;
background-color: #43c0ed;
color: #ffffff;
display: block;
border-radius: 50%;
text-align: center;
}
.woo-chatbot-rtl ul li.woo-chatbot-msg:after, .woo-chatbot-rtl ul li.woo-chat-user-msg:after {
content: "";
display: table;
clear: both;
width: 100%;
height: 3px;
}
.woo-chatbot-rtl .woo-chatbot-notification-close {
right: auto;
left: 0;
}
#woo-chatbot-product-title h2 a {
color: #2ea3f2;
} .woo-chatbot-integration-button-container {
position: absolute;
left: -35px;
top: 100px;
z-index: -1;
}
.woo-chatbot-integration-button-container span {
cursor: pointer;
width: 40px;
height: 40px;
background-image: url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/tab-btn-icon.png);
background-repeat: no-repeat;
border-radius: 50%;
display: block;
}
.woo-chatbot-messages-container .woo-chatbot-msg-flat .facebook-messenger-chat {
cursor: pointer;
width: 40px;
height: 40px;
background-image: url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/tab-btn-icon.png);
background-repeat: no-repeat;
background-size: auto;
border-radius: 50%;
display: table;
margin: 0 auto;
background-position: 0 -80px;
border: none !important;
box-shadow: none !important;
}
.facebook-messenger {
background-position: 0 -80px;
}
.intergration-weblink {
background-position: -120px -80px;
}
.intergration-phone {
background-position: -81px -80px;
}
.inetegration-skype-btn {
background-position: -162px -80px;
}
.intergration-whats {
background-position: -40px -80px;
}
.intergration-viber {
background-position: 0px -120px;
}
.fb_dialog { visibility: hidden;
width: 35px !important;
height: 35px !important;
background: #017cff url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/tab-btn-icon.png) no-repeat -43px -122px !important;
}
.fb_dialog > .fb_dialog_content {
opacity: 0.01;
}
#woo-chatbot-chat-container *{
scroll-behavior:smooth;
} @media screen and (max-width: 1200px) { #woo-chatbot-ball-container .woo-chatbot-product-container {
position: absolute;
animation: none;
right: 0;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(1, 1, 1, 0.79);
z-index: 9999;
margin: 0;
} .woo-chatbot-shortcode-template-container .woo-chatbot-product-container {
overflow-y: scroll;
}
.woo-chatbot-products-area .slimScrollDiv, .woo-chatbot-products-area .woo-chatbot-products {
height: auto !important;
}
#woo-chatbot-ball-container .woo-chatbot-product-container {
overflow-x: auto;
}
.woo-chatbot-product-details {
width: 100%;
box-sizing: border-box;
}
.woo-chatbot-product-image-col, .woo-chatbot-product-info-col {
width: 100%;
box-sizing: border-box;
}
}
@media screen and (max-width: 767px) {
.woo-chatbot-header {
padding-left: 50px;
padding-right: 50px;
}
.woo-chatbot-board-container {
width: 100%;
}
#woo-chatbot-mobile-close {
position: absolute;
right: 12px;
top: 38px;
display: table;
background: rgba(252, 67, 3, 0.8) url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/woo-boat-product-close-icon.png) no-repeat center;
width: 30px;
height: 30px;
cursor: pointer;
color: transparent;
}
.woo-chatbot-notification-close {
visibility: visible;
}
.chatbot-sidebar {
display: none !important;
}
}
@media screen and (max-width: 500px) {
.woo-chatbot-integration-button-container {
position: absolute;
left: 15px;
top: 5px;
right: 43px;
text-align: center;
}
.woo-chatbot-integration-button-container span {
display: inline-block !important;
}
.woo-chatbot-header {
padding-top: 50px;
}
#woo-chatbot-chat-container {
right: 30px;
bottom: 30px;
}
.fb_dialog {
z-index: 21999 !important;
right: 46px !important;
bottom: 3px !important;
}
}
@media screen and (max-width: 400px) {
.woo-chatbot-notification-container {
width: 250px;
padding-top: 55px;
}
}
@keyframes chatOpenAnim{
to{
opacity: 1;
}
from{
opacity:0;
}
}
@keyframes chatOpenAnim2{
to{
opacity: 1;
}
from{
opacity:0;
}
}
.woobot_chatopen_iconanimation img{
animation: chatOpenAnim 1.5s;
}
.woobot_chatclose_iconanimation img{
animation: chatOpenAnim2 1.5s;	
}
.span.woo-chatbot-card-button{padding: 0;}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
display: table; text-align: right;
padding-right: 6px;
border: none !important;
background: none !important; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}.chatbot-shortcode-template-03 {    font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;    height: auto;    max-width: 1100px;    margin: 0 auto;    position: relative;    box-sizing: border-box;    border-radius: 5px;    box-shadow: 0 5px 40px rgba(0, 0, 0, .10);    background: #ffffff;    display: table;}.chatbot-shortcode-row {    display: table-row;    box-shadow: 0 0 10px rgba(102, 122, 255, 0.10);}.chatbot-shortcode-template-03 .woo-chatbot-container, .chatbot-shortcode-template-03 .chatbot-sidebar {    display: table-cell;    vertical-align: top;    box-sizing: border-box;}.chatbot-shortcode-template-03 .chatbot-sidebar {    width: 30%;    padding: 15px;    font-size: 14px;    line-height: 1.8;}.chatbot-shortcode-template-03 .woo-chatbot-container {    width: 40%;    background-color: #f6f6fc;}.woo-chatbot-container {    box-shadow: 0 0 50px rgba(102, 122, 255, 0.50);} .woo-chatbot-header {    background: #667aff;    border-radius: 0 !important;    height: auto;}.woo-chatbot-header h3 {    color: #ffffff;    font-size: 18px !important;    font-weight: 700;    line-height: 1.2;    letter-spacing: 1px;}.woo-chatbot-content {}.woo-chatbot-comment-loader {    margin: 0 auto;    display: block;}ul.woo-chatbot-messages-container {    padding: 0;    margin: 0;}ul.woo-chatbot-messages-container > li:first-child .woo-chatbot-agent {    display: none !important;}ul.woo-chatbot-messages-container > li, .woo-chatbot-agent-profile {    padding-left: 22px;    font-size: 14px;}ul.woo-chatbot-messages-container > li .woo-chatbot-comment-loader {    margin: 0 auto;    display: block;}ul.woo-chatbot-messages-container > li > .woo-chatbot-avatar, .woo-chatbot-agent-profile .woo-chatbot-widget-avatar {    position: absolute;    top: 0;    left: 0;    z-index: 2;    border-radius: 50%;    overflow: hidden;    border: 2px solid rgba(255, 255, 255, 0.62);    background-color: #70aca9;    width: 40px;    height: 40px;}ul.woo-chatbot-messages-container > li > .woo-chatbot-agent,ul.woo-chatbot-messages-container > li > .woo-chatbot-paragraph,.woo-chatbot-agent-profile .woo-chatbot-bubble, .woo-chatbot-widget-agent {    display: table;    position: relative;    padding-left: 30px;    padding-right: 10px;}ul.woo-chatbot-messages-container > li > .woo-chatbot-agent,.woo-chatbot-widget-agent {    display: table !important;    padding-top: 2px;    padding-bottom: 2px;    background-color: #667aff;    color: #ffffff;    font-size: 10px;    line-height: 12px;    border-radius: 10px 10px 0px 10px;}ul.woo-chatbot-messages-container > li > .woo-chatbot-paragraph, .woo-chatbot-agent-profile .woo-chatbot-bubble {    padding-top: 8px;    padding-bottom: 8px;    background-color: #36d67c;    color: #ffffff;    font-size: 14px;    line-height: 20px;    border-radius: 10px;}ul.woo-chatbot-messages-container > li.woo-chat-user-msg > .woo-chatbot-paragraph {    background-color: #3a98d8;}ul.woo-chatbot-messages-container > li.woo-chat-user-msg::before {    left: 19px;}ul.woo-chatbot-messages-container > li.woo-chatbot-msg-flat {    color: #ffffff;}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;} .woo-chatbot-footer {    border-radius: 0px;    background: rgba(70, 70, 70, 0.5);} .woo-chatbot-editor-area {    border-top: 1px solid #deebe9;    border-radius: 0;    margin: 0;    padding: 6px 15px;}.woo-chatbot-editor-area input {    display: inline-block;    border: none;    height: 50px;    font-family: 'Montserrat', sans-serif;    width: 80%;    background-color: transparent;    color: #fff;    font-size: 14px;    margin: 0;    padding: 0;}.woo-chatbot-editor-area input:focus {    outline: none;    border: none;    box-shadow: none;    background: none;}input.woo-chatbot-editor::placeholder {    color: #ffffff;}.woo-chatbot-editor-area button {    display: inline-block;    height: 50px;    background: transparent url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/send-button.png) no-repeat center;    color: transparent;    width: 20%;    cursor: pointer;    margin: 0 0 0 -8px;    padding: 0;    border: none;    outline: none;}.woo-chatbot-editor-area button:hover {    background: transparent url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/send-button.png) no-repeat center;}.woo-chatbot-editor-area button:focus {    outline: none;    border: none;    box-shadow: none;    background: transparent url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/send-button.png) no-repeat center;} .woo-chatbot-agent-profile {    position: relative;    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 {    margin-bottom: 20px;}.woo-chatbot-widget:last-child {    margin-bottom: 0;}.woo-chatbot-widget h3.woo-chatbot-widget-title {    color: #999999;    margin: 7px 0 10px;    padding: 0 0 5px;    font-size: 18px;    font-weight: 700;    line-height: 1.2;    letter-spacing: 1px;    border-bottom: 1px solid #e6e6e6;} .chatbot-agent {    text-align: center;}.chatbot-agent img {    border: 1px solid #F5F5F5;    box-shadow: none !important;    padding: 3px;}h3.chatbot-agent-name {    color: #999999;    margin: 0 0 10px !important;    padding: 0 !important;    font-size: 14px !important;    font-weight: 700;}.chatbot-agent-name {    margin: 5px 0;    padding: 0;    color: #999999;}.woo-chatbot-widget ul.woo-chatbot-products, .woo-chatbot-products-area {    margin: 0 !important;}  .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: #667aff;    color: #ffffff !important;}.woo-chatbot-cart-footer div a:hover, .woo-chatbot-cart-footer div:last-child a {    background: #4e60d8 !important;}.woo-chatbot-cart-container div p {    text-align: left !important;} .woo-chatbot-product-details {    box-shadow: 0 0 10px #ccc;    background-color: #f5f5f5;}.woo-chatbot-product-cart-button input[type="button"], #woo-chatbot-loadmore {    border: 1px solid #667aff;    background: #667aff;    color: #ffffff;    box-shadow: 0 0 2px #999;}.woo-chatbot-product-cart-button input[type="button"]:hover, #woo-chatbot-loadmore:hover {    background: #4e60d8;    color: #ffffff;}#woo-chatbot-shortcode-template-container a.woo-chatbot-product-close {    position: absolute;    top: 0;    right: 0;    background: #667aff url(//escf.co.uk/wp-content/plugins/woowbot-woocommerce-chatbot-pro/images/woo-boat-product-close-icon.png) no-repeat center;    background-size: 27px;    width: 50px;    height: 50px;}#woo-chatbot-shortcode-template-container a.woo-chatbot-product-close:hover {    background-color: red;}#woo-chatbot-shortcode-template-container .woo-chatbot-product-details {    box-shadow: none;}#woo-chatbot-shortcode-template-container h2#woo-chatbot-product-title {    margin: 0 0 10px !important;    color: #999999;    padding: 0 0 5px;    font-size: 18px;    font-weight: 700;    line-height: 1.2;    letter-spacing: 1px;}#woo-chatbot-shortcode-template-container .woo-chatbot-product-price {    color: #667aff;    font-size: 16px;    font-weight: bold;} .woo-chatbot-rtl {    text-align: right;    direction: RTL;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li, .woo-chatbot-rtl .woo-chatbot-agent-profile {    padding: 0 10px 0 0;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li > .woo-chatbot-agent,.woo-chatbot-rtl ul.woo-chatbot-messages-container > li > .woo-chatbot-paragraph,.woo-chatbot-rtl .woo-chatbot-agent-profile .woo-chatbot-bubble, .woo-chatbot-rtl .woo-chatbot-widget-agent {    display: table;    position: relative;    padding-left: 10px;    padding-right: 30px;}.woo-chatbot-rtl ul.woo-chatbot-messages-container > li > .woo-chatbot-avatar,.woo-chatbot-rtl .woo-chatbot-agent-profile .woo-chatbot-widget-avatar {    top: 0;    left: auto;    right: 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;}@media screen and (max-width: 1024px) {    .chatbot-left-sidebar {        display: none !important;    }}@media screen and (max-width: 767px) {    .chatbot-shortcode-template-03 {        display: block;    }    .chatbot-shortcode-template-03 .chatbot-shortcode-row {        display: block;    }    .chatbot-shortcode-template-03 .woo-chatbot-container{        display: block !important;        width: 100% !important;        margin-bottom: 30px;    }}