@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);chatty,chatty *{box-sizing:border-box;font-family:Ubuntu,sans-serif}chatty{font-size:16px;z-index:100000000000;transition:1s;position:fixed;bottom:12px;right:12px;background:#efefef;border-radius:5px;width:100%;max-width:450px;padding:35px 12px;border:1px solid #ccc;}chatty history{border:1px solid #ccc;background:#fff;padding:12px;display:block;margin-bottom:12px;border-radius:8px;min-height:100px;height:calc(100vh - 200px);overflow:auto}chatty input{padding:12px 21px!important;width:calc(100% - 50px)!important;height:50px!important;border:none!important;border-radius:50px 5px 5px 50px!important;vertical-align:center!important}chatty user{background:#fff;display:flex;border-radius:50px;width:100%}#chatty_send{width:50px;padding:12px;border-radius:50px;cursor:pointer}#chatty_send:hover{background:#ccc}#chatty_send path{stroke-width:0;fill:#ddd}#chatty_send:hover path{fill:#666}chatty timestamp{display:block;font-size:12px;margin:12px 0 4px 0;color:rgba(0,0,0,.5)}answer,question{width:100%;display:block}answer div,question div{width:75%;padding:12px;border-radius:8px;margin-bottom:12px;font-weight:400}question div{float:right;background:#00ceff}answer div{margin-left:40px;float:left;background:#ddd}chatty intro{margin-bottom:21px;display:block;text-align:center}chatty intro div{background:#EE7510;display:block;border-radius:50px;padding:8px;margin-bottom:5px;color:#fff;margin-top:68px}chatty intro button{background:#999;color:#fff;border-radius:50px;padding:8px 21px;display:block;width:fit-content;border:none;margin:5px auto}chatty intro button:hover{background:#777}sociallink{display:flex;text-align:center;margin:21px auto;width:100%;padding:12px}sociallink a{background:#ddd;color:#999;padding:12px;border-radius:5px;margin:5px}sociallink a:hover{background:#999;color:#efefef}chatty history iframe{border-radius:8px;width:100%;max-height:300px;margin-bottom:12px}chatty intro div img{display:block;margin:-68px auto 12px auto}chatty answering{font-size:21px;font-weight:900;color:#999;background:#ddd;width:40px;padding:0 12px;border-radius:50px;height:26px;margin-bottom:26px;margin-top:-46px;margin-left:12px;display:none}chatty img{margin:4px;border-radius:5px;width:100%}minimize{position:absolute;margin-top:-42px;border:1px solid #ccc;padding:12px 18px;font-size:20px;margin-left:-29px;font-weight:900;border-radius:50px;background:#fff;cursor:pointer;color:#666}minimize:hover{background:#ccc}answer > div::before{content:"";background-image:url(avatar.png);width:30px;height:30px;background-position:center;background-size:contain;float:left;margin-left:-53px}chatty online{display:none}chatty.minimized online{display:block;cursor:pointer}chatty.minimized{max-width:250px;padding:12px 12px 0 12px}chatty online img{width:20px!important;vertical-align:middle;display:inline-block!important;}chatty online span{line-height: 48px; float:right;color:#08c308;font-size:48px;margin-top:-12px;text-shadow:0 1px #fff,0 -1px #fff,1px 0 #fff,-1px 0 #fff}chatty.minimized history,chatty.minimized minimize,chatty.minimized n,chatty.minimized user{display:none}n{position:absolute;margin-top:-64px;padding:10px;background:#ffffffBB;width:426px;border-radius:0 0 5px 5px;text-align:center;display:none}n button{border:none;border-radius:50px;padding:8px 12px;background:#999;cursor:pointer}n button:hover{background:#666;color:#fff}@media only screen and (max-width:768px){chatty{left:50%;transform:translate(-50%);right:auto;max-width:95%}minimize{margin-left:-17px;margin-top:-68px}chatty.minimized{right:12px;transform:none;left:auto}n{max-width:93%}}.chatty-product-card{display:inline-block;width:100%;margin:4px;vertical-align:top;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.15);background:#fff;transition:transform .2s,box-shadow .2s}
    .chatty-product-info{margin:auto!important;width:100%!important}
    .chatty-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.chatty-product-card a{display:block;text-decoration:none;color:inherit}.chatty-product-card img{width:100%;height:120px;object-fit:cover;display:block}.chatty-product-info{padding:8px;text-align:center}.chatty-product-info strong{display:block;font-size:13px;color:#333;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatty-product-info span{display:block;font-size:14px;color:#EE7510;font-weight:700}@media only screen and (max-width:500px){.chatty-product-card{width:100%;margin:4px 0}}