| 1 |
/* |
| 2 |
|
| 3 |
1.ShortCode Grid |
| 4 |
|
| 5 |
2.wp Chat bot Message container |
| 6 |
|
| 7 |
3.Sidebar |
| 8 |
|
| 9 |
-Cart |
| 10 |
|
| 11 |
-Agent |
| 12 |
|
| 13 |
4.Product Details |
| 14 |
|
| 15 |
*/ |
| 16 |
|
| 17 |
/********************************************************************************** |
| 18 |
|
| 19 |
1. ShortCode Grid |
| 20 |
|
| 21 |
**********************************************************************************/ |
| 22 |
|
| 23 |
.chatbot-shortcode-template-00 { |
| 24 |
|
| 25 |
font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria; |
| 26 |
|
| 27 |
height: auto; |
| 28 |
|
| 29 |
max-width: 1100px; |
| 30 |
|
| 31 |
margin: 0 auto; |
| 32 |
|
| 33 |
position: relative; |
| 34 |
|
| 35 |
box-sizing: border-box; |
| 36 |
|
| 37 |
border-radius: 5px; |
| 38 |
|
| 39 |
box-shadow: 0 5px 40px rgba(0, 0, 0, .10); |
| 40 |
|
| 41 |
background: #ffffff; |
| 42 |
|
| 43 |
display: table; |
| 44 |
|
| 45 |
} |
| 46 |
|
| 47 |
|
| 48 |
|
| 49 |
.chatbot-shortcode-row { |
| 50 |
|
| 51 |
display: table-row; |
| 52 |
|
| 53 |
} |
| 54 |
|
| 55 |
|
| 56 |
|
| 57 |
.chatbot-shortcode-template-00 .wp-chatbot-container, .chatbot-shortcode-template-00 .chatbot-sidebar { |
| 58 |
|
| 59 |
display: table-cell; |
| 60 |
|
| 61 |
vertical-align: top; |
| 62 |
|
| 63 |
box-sizing: border-box; |
| 64 |
|
| 65 |
} |
| 66 |
|
| 67 |
|
| 68 |
|
| 69 |
.chatbot-shortcode-template-00 .chatbot-sidebar { |
| 70 |
|
| 71 |
width: 30%; |
| 72 |
|
| 73 |
padding: 15px; |
| 74 |
|
| 75 |
font-size: 14px; |
| 76 |
|
| 77 |
line-height: 1.8; |
| 78 |
|
| 79 |
} |
| 80 |
|
| 81 |
|
| 82 |
|
| 83 |
.chatbot-shortcode-template-00 .wp-chatbot-container { |
| 84 |
|
| 85 |
width: 40%; |
| 86 |
|
| 87 |
background-color: #f6f6fc; |
| 88 |
|
| 89 |
} |
| 90 |
|
| 91 |
|
| 92 |
|
| 93 |
/*************************************************************************************************** |
| 94 |
|
| 95 |
2. wp Chat bot Message container |
| 96 |
|
| 97 |
****************************************************************************************************/ |
| 98 |
|
| 99 |
|
| 100 |
|
| 101 |
.wp-chatbot-header h3 { |
| 102 |
|
| 103 |
color: #999999; |
| 104 |
|
| 105 |
} |
| 106 |
|
| 107 |
|
| 108 |
|
| 109 |
.wp-chatbot-content { |
| 110 |
|
| 111 |
|
| 112 |
|
| 113 |
} |
| 114 |
|
| 115 |
|
| 116 |
|
| 117 |
ul.wp-chatbot-messages-container > li { |
| 118 |
|
| 119 |
margin-bottom: 10px; |
| 120 |
|
| 121 |
padding-top: 30px; |
| 122 |
|
| 123 |
} |
| 124 |
|
| 125 |
|
| 126 |
|
| 127 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg { |
| 128 |
|
| 129 |
padding-left: 35px; |
| 130 |
|
| 131 |
} |
| 132 |
|
| 133 |
|
| 134 |
|
| 135 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg { |
| 136 |
|
| 137 |
padding-right: 35px; |
| 138 |
|
| 139 |
} |
| 140 |
|
| 141 |
|
| 142 |
|
| 143 |
ul.wp-chatbot-messages-container > li:first-child { |
| 144 |
|
| 145 |
padding: 0; |
| 146 |
|
| 147 |
} |
| 148 |
|
| 149 |
|
| 150 |
|
| 151 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar { |
| 152 |
|
| 153 |
position: absolute; |
| 154 |
|
| 155 |
border-radius: 50%; |
| 156 |
|
| 157 |
overflow: hidden; |
| 158 |
|
| 159 |
border: 2px solid #70aca9; |
| 160 |
|
| 161 |
background-color: #70aca9; |
| 162 |
|
| 163 |
width: 40px; |
| 164 |
|
| 165 |
height: 40px; |
| 166 |
|
| 167 |
} |
| 168 |
|
| 169 |
|
| 170 |
|
| 171 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar { |
| 172 |
|
| 173 |
top: 0; |
| 174 |
|
| 175 |
left: 0; |
| 176 |
|
| 177 |
} |
| 178 |
|
| 179 |
|
| 180 |
|
| 181 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { |
| 182 |
|
| 183 |
top: 0; |
| 184 |
|
| 185 |
right: 0; |
| 186 |
|
| 187 |
} |
| 188 |
|
| 189 |
|
| 190 |
|
| 191 |
ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph { |
| 192 |
|
| 193 |
padding: 10px; |
| 194 |
|
| 195 |
max-width: 90%; |
| 196 |
|
| 197 |
background-color: #fff; |
| 198 |
|
| 199 |
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/ |
| 200 |
|
| 201 |
-moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/ |
| 202 |
|
| 203 |
-webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/ |
| 204 |
|
| 205 |
box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ |
| 206 |
|
| 207 |
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/ |
| 208 |
|
| 209 |
} |
| 210 |
|
| 211 |
|
| 212 |
|
| 213 |
ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph { |
| 214 |
|
| 215 |
box-shadow: none; |
| 216 |
|
| 217 |
} |
| 218 |
|
| 219 |
|
| 220 |
|
| 221 |
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { |
| 222 |
|
| 223 |
text-align: right; |
| 224 |
|
| 225 |
float: right; |
| 226 |
|
| 227 |
border-radius: 10px 10px 10px 10px; |
| 228 |
|
| 229 |
color: #999; |
| 230 |
|
| 231 |
} |
| 232 |
|
| 233 |
|
| 234 |
|
| 235 |
ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph { |
| 236 |
|
| 237 |
color: #70aca9; |
| 238 |
|
| 239 |
border-radius: 10px 10px 10px 10px; |
| 240 |
|
| 241 |
} |
| 242 |
|
| 243 |
|
| 244 |
|
| 245 |
.wp-chatbot-footer { |
| 246 |
|
| 247 |
border-radius: 5px; |
| 248 |
|
| 249 |
} |
| 250 |
|
| 251 |
|
| 252 |
|
| 253 |
.wp-chatbot-editor-area { |
| 254 |
|
| 255 |
border-top: 1px solid #deebe9; |
| 256 |
|
| 257 |
border-radius: 0 0 5px 5px; |
| 258 |
|
| 259 |
margin: 0; |
| 260 |
|
| 261 |
padding: 6px 15px; |
| 262 |
|
| 263 |
} |
| 264 |
|
| 265 |
|
| 266 |
|
| 267 |
.wp-chatbot-editor-area input { |
| 268 |
|
| 269 |
display: inline-block; |
| 270 |
|
| 271 |
border: none; |
| 272 |
|
| 273 |
height: 50px; |
| 274 |
|
| 275 |
font-family: 'Montserrat', sans-serif; |
| 276 |
|
| 277 |
width: 80%; |
| 278 |
|
| 279 |
background-color: transparent; |
| 280 |
|
| 281 |
color: #565867; |
| 282 |
|
| 283 |
font-size: 14px; |
| 284 |
|
| 285 |
margin: 0; |
| 286 |
|
| 287 |
padding: 0; |
| 288 |
|
| 289 |
} |
| 290 |
|
| 291 |
|
| 292 |
|
| 293 |
.wp-chatbot-editor-area input:focus { |
| 294 |
|
| 295 |
outline: none; |
| 296 |
|
| 297 |
border: none; |
| 298 |
|
| 299 |
box-shadow: none; |
| 300 |
|
| 301 |
background: none; |
| 302 |
|
| 303 |
} |
| 304 |
|
| 305 |
|
| 306 |
|
| 307 |
.wp-chatbot-editor-area input::-webkit-input-placeholder, .wp-chatbot-editor-area input::-moz-placeholder, .wp-chatbot-editor-area input:-ms-input-placeholder, .wp-chatbot-editor-area input:-moz-placeholder { |
| 308 |
|
| 309 |
color: #565867; |
| 310 |
|
| 311 |
} |
| 312 |
|
| 313 |
|
| 314 |
|
| 315 |
.wp-chatbot-editor-area button { |
| 316 |
|
| 317 |
display: inline-block; |
| 318 |
|
| 319 |
height: 50px; |
| 320 |
|
| 321 |
background: transparent url("../../images/send-button.png") no-repeat center; |
| 322 |
|
| 323 |
color: transparent; |
| 324 |
|
| 325 |
width: 20%; |
| 326 |
|
| 327 |
cursor: pointer; |
| 328 |
|
| 329 |
margin: 0 0 0 -8px; |
| 330 |
|
| 331 |
padding: 0; |
| 332 |
|
| 333 |
border: none; |
| 334 |
|
| 335 |
outline: none; |
| 336 |
|
| 337 |
} |
| 338 |
|
| 339 |
|
| 340 |
|
| 341 |
.wp-chatbot-editor-area button:hover { |
| 342 |
|
| 343 |
background: transparent url("../../images/send-button.png") no-repeat center; |
| 344 |
|
| 345 |
} |
| 346 |
|
| 347 |
|
| 348 |
|
| 349 |
.wp-chatbot-editor-area button:focus { |
| 350 |
|
| 351 |
outline: none; |
| 352 |
|
| 353 |
border: none; |
| 354 |
|
| 355 |
box-shadow: none; |
| 356 |
|
| 357 |
background: transparent url("../../images/send-button.png") no-repeat center; |
| 358 |
|
| 359 |
} |
| 360 |
|
| 361 |
|
| 362 |
|
| 363 |
/******************************************************************************************* |
| 364 |
|
| 365 |
sidebar element |
| 366 |
|
| 367 |
*******************************************************************************************/ |
| 368 |
|
| 369 |
/********* Cart *******/ |
| 370 |
|
| 371 |
|
| 372 |
|
| 373 |
.wp-chatbot-cart-header { |
| 374 |
|
| 375 |
background-color: #F5F5F5; |
| 376 |
|
| 377 |
} |
| 378 |
|
| 379 |
|
| 380 |
|
| 381 |
.wp-chatbot-cart-single { |
| 382 |
|
| 383 |
background-color: rgba(245, 245, 245, 0.1); |
| 384 |
|
| 385 |
border-bottom: 1px solid #dddddd; |
| 386 |
|
| 387 |
} |
| 388 |
|
| 389 |
|
| 390 |
|
| 391 |
.wp-chatbot-cart-single:nth-child(2n+1) { |
| 392 |
|
| 393 |
background-color: rgba(245, 245, 245, 0.5); |
| 394 |
|
| 395 |
} |
| 396 |
|
| 397 |
|
| 398 |
|
| 399 |
.wp-chatbot-cart-footer div a { |
| 400 |
|
| 401 |
text-decoration: none; |
| 402 |
|
| 403 |
background: #6dcbe3; |
| 404 |
|
| 405 |
color: #ffffff !important; |
| 406 |
|
| 407 |
} |
| 408 |
|
| 409 |
|
| 410 |
|
| 411 |
.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a { |
| 412 |
|
| 413 |
background: #559db0 !important; |
| 414 |
|
| 415 |
} |
| 416 |
|
| 417 |
|
| 418 |
|
| 419 |
/****** ******************************************************************************** |
| 420 |
|
| 421 |
04. Product Details |
| 422 |
|
| 423 |
***************************************************************************************/ |
| 424 |
|
| 425 |
.wp-chatbot-product-details { |
| 426 |
|
| 427 |
box-shadow: 0 0 10px #ccc; |
| 428 |
|
| 429 |
background-color: #f5f5f5; |
| 430 |
|
| 431 |
} |
| 432 |
|
| 433 |
|
| 434 |
|
| 435 |
.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore { |
| 436 |
|
| 437 |
border: 1px solid #6dcbe3; |
| 438 |
|
| 439 |
background: #6dcbe3; |
| 440 |
|
| 441 |
color: #ffffff; |
| 442 |
|
| 443 |
box-shadow: 0 0 2px #999; |
| 444 |
|
| 445 |
} |
| 446 |
|
| 447 |
|
| 448 |
|
| 449 |
.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover { |
| 450 |
|
| 451 |
background: #559db0; |
| 452 |
|
| 453 |
color: #ffffff; |
| 454 |
|
| 455 |
} |
| 456 |
|
| 457 |
|
| 458 |
|
| 459 |
#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close { |
| 460 |
|
| 461 |
position: absolute; |
| 462 |
|
| 463 |
top: 0; |
| 464 |
|
| 465 |
right: 0; |
| 466 |
|
| 467 |
background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center; |
| 468 |
|
| 469 |
background-size: 27px; |
| 470 |
|
| 471 |
width: 50px; |
| 472 |
|
| 473 |
height: 50px; |
| 474 |
|
| 475 |
} |
| 476 |
|
| 477 |
|
| 478 |
|
| 479 |
#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover { |
| 480 |
|
| 481 |
background-color: red; |
| 482 |
|
| 483 |
} |
| 484 |
|
| 485 |
|
| 486 |
|
| 487 |
#wp-chatbot-shortcode-template-container .wp-chatbot-product-details { |
| 488 |
|
| 489 |
box-shadow: none; |
| 490 |
|
| 491 |
} |
| 492 |
|
| 493 |
|
| 494 |
|
| 495 |
#wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title { |
| 496 |
|
| 497 |
margin: 0 0 10px !important; |
| 498 |
|
| 499 |
color: #999999; |
| 500 |
|
| 501 |
padding: 0 0 5px; |
| 502 |
|
| 503 |
font-size: 18px; |
| 504 |
|
| 505 |
font-weight: 700; |
| 506 |
|
| 507 |
line-height: 1.2; |
| 508 |
|
| 509 |
letter-spacing: 1px; |
| 510 |
|
| 511 |
} |
| 512 |
|
| 513 |
|
| 514 |
|
| 515 |
@media screen and (max-width: 1024px) { |
| 516 |
|
| 517 |
.chatbot-left-sidebar { |
| 518 |
|
| 519 |
display: none !important; |
| 520 |
|
| 521 |
} |
| 522 |
|
| 523 |
} |
| 524 |
|
| 525 |
|
| 526 |
|
| 527 |
@media screen and (max-width: 767px) { |
| 528 |
|
| 529 |
.chatbot-shortcode-template-01 { |
| 530 |
|
| 531 |
display: block; |
| 532 |
|
| 533 |
} |
| 534 |
|
| 535 |
|
| 536 |
|
| 537 |
.chatbot-shortcode-template-01 .chatbot-shortcode-row { |
| 538 |
|
| 539 |
display: block; |
| 540 |
|
| 541 |
} |
| 542 |
|
| 543 |
|
| 544 |
|
| 545 |
.chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar { |
| 546 |
|
| 547 |
display: block !important; |
| 548 |
|
| 549 |
width: 100% !important; |
| 550 |
|
| 551 |
margin-bottom: 30px; |
| 552 |
|
| 553 |
} |
| 554 |
|
| 555 |
} |
| 556 |
|
| 557 |
|