| @@ -1,556 +1,279 @@ | ||
| 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 | - | |
| 1 | +/* | |
| 2 | + 1.ShortCode Grid | |
| 3 | + 2.wp Chat bot Message container | |
| 4 | + 3.Sidebar | |
| 5 | + -Cart | |
| 6 | + -Agent | |
| 7 | + 4.Product Details | |
| 8 | +*/ | |
| 9 | +/********************************************************************************** | |
| 10 | +1. ShortCode Grid | |
| 11 | +**********************************************************************************/ | |
| 12 | +.chatbot-shortcode-template-00 { | |
| 13 | + font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria; | |
| 14 | + height: auto; | |
| 15 | + max-width: 1100px; | |
| 16 | + margin: 0 auto; | |
| 17 | + position: relative; | |
| 18 | + box-sizing: border-box; | |
| 19 | + border-radius: 5px; | |
| 20 | + box-shadow: 0 5px 40px rgba(0, 0, 0, .10); | |
| 21 | + background: #ffffff; | |
| 22 | + display: table; | |
| 23 | +} | |
| 24 | + | |
| 25 | +.chatbot-shortcode-row { | |
| 26 | + display: table-row; | |
| 27 | +} | |
| 28 | + | |
| 29 | +.chatbot-shortcode-template-00 .wp-chatbot-container, .chatbot-shortcode-template-00 .chatbot-sidebar { | |
| 30 | + display: table-cell; | |
| 31 | + vertical-align: top; | |
| 32 | + box-sizing: border-box; | |
| 33 | +} | |
| 34 | + | |
| 35 | +.chatbot-shortcode-template-00 .chatbot-sidebar { | |
| 36 | + width: 30%; | |
| 37 | + padding: 15px; | |
| 38 | + font-size: 14px; | |
| 39 | + line-height: 1.8; | |
| 40 | +} | |
| 41 | + | |
| 42 | +.chatbot-shortcode-template-00 .wp-chatbot-container { | |
| 43 | + width: 40%; | |
| 44 | + background-color: #f6f6fc; | |
| 45 | +} | |
| 46 | + | |
| 47 | +/*************************************************************************************************** | |
| 48 | +2. wp Chat bot Message container | |
| 49 | +****************************************************************************************************/ | |
| 50 | + | |
| 51 | +.wp-chatbot-header h3 { | |
| 52 | + color: #999999; | |
| 53 | +} | |
| 54 | + | |
| 55 | +.wp-chatbot-content { | |
| 56 | + | |
| 57 | +} | |
| 58 | + | |
| 59 | +ul.wp-chatbot-messages-container > li { | |
| 60 | + margin-bottom: 10px; | |
| 61 | + padding-top: 30px; | |
| 62 | +} | |
| 63 | + | |
| 64 | +ul.wp-chatbot-messages-container > li.wp-chatbot-msg { | |
| 65 | + padding-left: 35px; | |
| 66 | +} | |
| 67 | + | |
| 68 | +ul.wp-chatbot-messages-container > li.wp-chat-user-msg { | |
| 69 | + padding-right: 35px; | |
| 70 | +} | |
| 71 | + | |
| 72 | +ul.wp-chatbot-messages-container > li:first-child { | |
| 73 | + padding: 0; | |
| 74 | +} | |
| 75 | + | |
| 76 | +ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar { | |
| 77 | + position: absolute; | |
| 78 | + border-radius: 50%; | |
| 79 | + overflow: hidden; | |
| 80 | + border: 2px solid #70aca9; | |
| 81 | + background-color: #70aca9; | |
| 82 | + width: 40px; | |
| 83 | + height: 40px; | |
| 84 | +} | |
| 85 | + | |
| 86 | +ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar { | |
| 87 | + top: 0; | |
| 88 | + left: 0; | |
| 89 | +} | |
| 90 | + | |
| 91 | +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar { | |
| 92 | + top: 0; | |
| 93 | + right: 0; | |
| 94 | +} | |
| 95 | + | |
| 96 | +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph { | |
| 97 | + padding: 10px; | |
| 98 | + max-width: 90%; | |
| 99 | + background-color: #fff; | |
| 100 | + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/ | |
| 101 | + -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/ | |
| 102 | + -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/ | |
| 103 | + box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ | |
| 104 | + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/ | |
| 105 | +} | |
| 106 | + | |
| 107 | +ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph { | |
| 108 | + color: #3e3d3d; | |
| 109 | + box-shadow: none; | |
| 110 | +} | |
| 111 | + | |
| 112 | +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph { | |
| 113 | + text-align: right; | |
| 114 | + float: right; | |
| 115 | + border-radius: 10px 10px 10px 10px; | |
| 116 | + color: #999; | |
| 117 | +} | |
| 118 | + | |
| 119 | +ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph { | |
| 120 | + color: #70aca9; | |
| 121 | + border-radius: 10px 10px 10px 10px; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.wp-chatbot-footer { | |
| 125 | + border-radius: 5px; | |
| 126 | +} | |
| 127 | + | |
| 128 | +.wp-chatbot-editor-area { | |
| 129 | + border-top: 1px solid #deebe9; | |
| 130 | + border-radius: 0 0 5px 5px; | |
| 131 | + margin: 0; | |
| 132 | + padding: 6px 15px; | |
| 133 | +} | |
| 134 | + | |
| 135 | +.wp-chatbot-editor-area input { | |
| 136 | + display: inline-block; | |
| 137 | + border: none; | |
| 138 | + height: 50px; | |
| 139 | + font-family: 'Montserrat', sans-serif; | |
| 140 | + width: 80%; | |
| 141 | + background-color: transparent; | |
| 142 | + color: #565867; | |
| 143 | + font-size: 14px; | |
| 144 | + margin: 0; | |
| 145 | + padding: 0; | |
| 146 | +} | |
| 147 | + | |
| 148 | +.wp-chatbot-editor-area input:focus { | |
| 149 | + outline: none; | |
| 150 | + border: none; | |
| 151 | + box-shadow: none; | |
| 152 | + background: none; | |
| 153 | +} | |
| 154 | + | |
| 155 | +.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 { | |
| 156 | + color: #565867; | |
| 157 | +} | |
| 158 | + | |
| 159 | +.wp-chatbot-editor-area button { | |
| 160 | + display: inline-block; | |
| 161 | + height: 50px; | |
| 162 | + background: transparent url("../../images/send-button.png") no-repeat center; | |
| 163 | + color: transparent; | |
| 164 | + width: 20%; | |
| 165 | + cursor: pointer; | |
| 166 | + margin: 0 0 0 -8px; | |
| 167 | + padding: 0; | |
| 168 | + border: none; | |
| 169 | + outline: none; | |
| 170 | +} | |
| 171 | + | |
| 172 | +.wp-chatbot-editor-area button:hover { | |
| 173 | + background: transparent url("../../images/send-button.png") no-repeat center; | |
| 174 | +} | |
| 175 | + | |
| 176 | +.wp-chatbot-editor-area button:focus { | |
| 177 | + outline: none; | |
| 178 | + border: none; | |
| 179 | + box-shadow: none; | |
| 180 | + background: transparent url("../../images/send-button.png") no-repeat center; | |
| 181 | +} | |
| 182 | + | |
| 183 | +/******************************************************************************************* | |
| 184 | +sidebar element | |
| 185 | +*******************************************************************************************/ | |
| 186 | +/********* Cart *******/ | |
| 187 | + | |
| 188 | +.wp-chatbot-cart-header { | |
| 189 | + background-color: #F5F5F5; | |
| 190 | +} | |
| 191 | + | |
| 192 | +.wp-chatbot-cart-single { | |
| 193 | + background-color: rgba(245, 245, 245, 0.1); | |
| 194 | + border-bottom: 1px solid #dddddd; | |
| 195 | +} | |
| 196 | + | |
| 197 | +.wp-chatbot-cart-single:nth-child(2n+1) { | |
| 198 | + background-color: rgba(245, 245, 245, 0.5); | |
| 199 | +} | |
| 200 | + | |
| 201 | +.wp-chatbot-cart-footer div a { | |
| 202 | + text-decoration: none; | |
| 203 | + background: #6dcbe3; | |
| 204 | + color: #ffffff !important; | |
| 205 | +} | |
| 206 | + | |
| 207 | +.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a { | |
| 208 | + background: #559db0 !important; | |
| 209 | +} | |
| 210 | + | |
| 211 | +/****** ******************************************************************************** | |
| 212 | +04. Product Details | |
| 213 | +***************************************************************************************/ | |
| 214 | +.wp-chatbot-product-details { | |
| 215 | + box-shadow: 0 0 10px #ccc; | |
| 216 | + background-color: #f5f5f5; | |
| 217 | +} | |
| 218 | + | |
| 219 | +.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore { | |
| 220 | + border: 1px solid #6dcbe3; | |
| 221 | + background: #6dcbe3; | |
| 222 | + color: #ffffff; | |
| 223 | + box-shadow: 0 0 2px #999; | |
| 224 | +} | |
| 225 | + | |
| 226 | +.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover { | |
| 227 | + background: #559db0; | |
| 228 | + color: #ffffff; | |
| 229 | +} | |
| 230 | + | |
| 231 | +#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close { | |
| 232 | + position: absolute; | |
| 233 | + top: 0; | |
| 234 | + right: 0; | |
| 235 | + background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center; | |
| 236 | + background-size: 27px; | |
| 237 | + width: 50px; | |
| 238 | + height: 50px; | |
| 239 | +} | |
| 240 | + | |
| 241 | +#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover { | |
| 242 | + background-color: red; | |
| 243 | +} | |
| 244 | + | |
| 245 | +#wp-chatbot-shortcode-template-container .wp-chatbot-product-details { | |
| 246 | + box-shadow: none; | |
| 247 | +} | |
| 248 | + | |
| 249 | +#wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title { | |
| 250 | + margin: 0 0 10px !important; | |
| 251 | + color: #999999; | |
| 252 | + padding: 0 0 5px; | |
| 253 | + font-size: 18px; | |
| 254 | + font-weight: 700; | |
| 255 | + line-height: 1.2; | |
| 256 | + letter-spacing: 1px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +@media screen and (max-width: 1024px) { | |
| 260 | + .chatbot-left-sidebar { | |
| 261 | + display: none !important; | |
| 262 | + } | |
| 263 | +} | |
| 264 | + | |
| 265 | +@media screen and (max-width: 767px) { | |
| 266 | + .chatbot-shortcode-template-01 { | |
| 267 | + display: block; | |
| 268 | + } | |
| 269 | + | |
| 270 | + .chatbot-shortcode-template-01 .chatbot-shortcode-row { | |
| 271 | + display: block; | |
| 272 | + } | |
| 273 | + | |
| 274 | + .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar { | |
| 275 | + display: block !important; | |
| 276 | + width: 100% !important; | |
| 277 | + margin-bottom: 30px; | |
| 278 | + } | |
| 279 | +} | |