@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800");
@font-face {
  font-family: emoji;
  src: local("Apple Color Emoji"), local("Android Emoji"), local("Segoe UI Emoji"), local(emojiSymbols), local(Symbola);
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}
.aco-mb {
  box-sizing: border-box;
}
.aco-mb p {
  font-family: emoji, "open sans", sans-serif, arial;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #fff;
}
.aco-mb a {
  color: #fff;
  text-decoration: underline;
  vertical-algin: baseline;
}
.aco-mb a.aco-btn {
  font-family: emoji, "open sans", sans-serif, arial;
  font-size: 13px;
  float: left;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 4px 10px;
  margin-top: 10px;
  margin-right: 10px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.aco-mb .aco-btn.aco-btn-last {
  margin-right: 0;
}
.aco-mb .aco-btn:hover {
  color: #535353;
  background-color: #fff;
  border-color: #fff;
}
.aco-mb .aco-top {
  position: fixed;
  z-index: 2147483647;
}
.aco-mb .aco-top .aco-user {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  padding: 5px;
  width: 100%;
}
.aco-mb .aco-top .aco-user .aco-user-inner {
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden;
}
.aco-mb .aco-top .aco-user .aco-user-msg {
  box-sizing: border-box;
  float: left;
  margin-right: 30px;
}
.aco-mb .aco-top .aco-user .aco-user-msg p {
  font-family: emoji, "open sans", sans-serif, arial;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #555;
}
.aco-mb .aco-top .aco-user .aco-user-close {
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0;
}
.aco-mb .aco-top .aco-user .aco-user-close .aco-f {
  color: rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.aco-mb .aco-top .aco-bot {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner {
  position: relative;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-close {
  box-sizing: border-box;
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-close .aco-f {
  color: rgba(255, 255, 255, 0.5);
  vertical-align: top;
  font-size: 18px;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-bubble {
  box-sizing: border-box;
  padding: 15px 0 15px 15px;
  margin-bottom: 5px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-bubble .aco-bot-msg {
  box-sizing: border-box;
  float: left;
  margin-right: 30px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-bubble .aco-bot-audio {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-img {
  border-radius: 2em;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 5px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-img .aco-bot-close .aco-f {
  color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.aco-mb .aco-top .aco-bot .aco-bot-inner .aco-bot-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}
.aco-mb .aco-top .aco-bot .aco-bot-avatar {
  box-sizing: border-box;
  text-align: center;
  max-width: 72px;
  max-height: 72px;
  display: block;
  margin: 20px auto auto auto;
}
.aco-mb .aco-top .aco-bot .aco-bot-avatar img {
  width: 100%;
  height: 100%;
}
.aco-mb .aco-top.aco-ios-fix .aco-bot {
  top: auto;
  bottom: 50px;
}
.aco-mb .aco-top:after {
  content: "";
  display: table;
  clear: both;
}
.aco-mb .aco-middle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}
.aco-mb .aco-middle .aco-loader {
  color: rgba(0, 0, 0, 0.1);
}
.aco-mb .aco-btm {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2147483647;
}
.aco-mb .aco-btm .aco-invite .aco-invite-avatar {
  box-sizing: border-box;
  text-align: center;
  max-width: 48px;
  display: block;
  margin: 0 auto 10px auto;
}
.aco-mb .aco-btm .aco-invite .aco-invite-avatar img {
  width: 100%;
  height: 100%;
}
.aco-mb .aco-btm .aco-invite .aco-invite-inner {
  position: relative;
}
.aco-mb .aco-btm .aco-invite .aco-invite-inner .aco-invite-bubble {
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  margin-top: 5px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.aco-mb .aco-btm .aco-invite .aco-invite-inner .aco-invite-bubble .aco-invite-msg {
  box-sizing: border-box;
  float: left;
  width: 90%;
}
.aco-mb .aco-btm .aco-invite .aco-invite-inner .aco-invite-bubble .aco-invite-close {
  box-sizing: border-box;
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 0;
}
.aco-mb .aco-btm .aco-invite .aco-invite-inner .aco-invite-bubble .aco-invite-close .aco-f {
  color: rgba(255, 255, 255, 0.5);
  vertical-align: bottom;
  font-size: 16px;
}
.aco-mb .aco-btm .aco-invite .aco-invite-inner .aco-invite-bubble:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffbe00;
  border-top: 0;
  margin-left: -10px;
}
.aco-mb .aco-btm .aco-input {
  padding: 10px 30px 10px 10px;
  overflow: hidden;
  background-color: #ffffff;
  border-top: solid 1px #ccc;
  -webkit-box-shadow: 0 -1px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 25px rgba(0, 0, 0, 0.05);
}
.aco-mb .aco-btm .aco-input .aco-textarea {
  float: left;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  resize: none;
  white-space: normal;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  position: relative;
  height: 24px;
  line-height: 21px;
  font-size: 16px;
  font-family: emoji, "open sans", sans-serif, arial;
  font-weight: 300;
  padding: 0 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  min-height: 24px;
  margin-bottom: 0;
}
.aco-mb .aco-btm .aco-input .aco-textarea:focus {
  outline: none;
}
.aco-mb .aco-btm .aco-input .aco-icon-audio {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #777;
}
.aco-mb .aco-btm .aco-input .aco-icon-audio .aco-f-volume-up {
  font-size: 22px;
}
.aco-mb .aco-btm .aco-input .aco-icon-audio .aco-f-volume-off {
  font-size: 16px;
}
.aco-mb .aco-btm .aco-icons {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -1px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 25px rgba(0, 0, 0, 0.05);
}
.aco-mb .aco-btm .aco-icons .aco-icon {
  float: left;
  width: 25%;
  text-align: center;
}
.aco-mb .aco-btm .aco-icons .aco-icon .aco-f {
  color: #555555;
  font-size: 24px;
  vertical-align: text-bottom;
}
.aco-mb .aco-btm .aco-icons:after {
  content: "";
  display: table;
  clear: both;
}
.aco-mb .aco-btm .aco-hide-audio-btn #aco-input-audio-btn,
.aco-mb .aco-btm .aco-hide-link-btn #aco-input-link-btn {
  display: none;
}
.aco-mb .aco-btm .aco-hide-audio-btn.aco-hide-link-btn .aco-icon {
  width: 33.3%;
}
.aco-mb .aco-btm .aco-show-audio-btn.aco-show-link-btn .aco-icon {
  width: 20%;
}

.aco-search {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2147482997;
}
.aco-search .aco-search-wrapper {
  margin: auto;
  height: 100%;
  overflow: scroll;
}
.aco-search .aco-search-inner {
  margin: auto;
  padding: 20px 20px 100px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.aco-search .aco-search-inner .aco-search-close {
  margin-bottom: 20px;
  text-align: right;
  cursor: pointer;
}
.aco-search .aco-search-inner .aco-search-close .aco-f {
  font-size: 2rem;
  color: #ccc;
}
.aco-search .aco-search-inner .aco-search-close .aco-f:hover {
  color: #1967d2;
}
.aco-search .aco-search-inner .aco-search-item {
  margin-top: 0;
  margin-bottom: 26px;
}
.aco-search .aco-search-inner .aco-search-title a {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-top: 1px;
  margin: 1px;
  color: #1967d2;
  text-decoration: none;
}
@media (min-width: 679px) {
  .aco-search .aco-search-inner .aco-search-title a {
    font-size: 18px;
  }
}
.aco-search .aco-search-inner .aco-search-title a:hover {
  text-decoration: underline;
}
.aco-search .aco-search-inner .aco-search-title a:visited {
  color: #4b11a8;
}
.aco-search .aco-search-inner .aco-search-url {
  color: #006621;
  padding-top: 1px;
}
.aco-search .aco-search-inner .aco-search-desc {
  line-height: 1.4;
  word-wrap: break-word;
  color: #545454;
}
.aco-search .aco-search-inner .aco-search-desc em {
  font-weight: bold;
  font-style: normal;
}

.bot-demo.demo-in-frame .aco-mb .aco-top {
  width: 100%;
  padding: 10px;
}
.bot-demo.demo-in-frame .aco-mb .aco-top .aco-user, .bot-demo.demo-in-frame .aco-mb .aco-top .aco-bot {
  position: static;
  display: inline-block;
}
.bot-demo.demo-in-frame .aco-mb .aco-top .aco-user-close,
.bot-demo.demo-in-frame .aco-mb .aco-top .aco-bot-close,
.bot-demo.demo-in-frame .aco-mb .aco-top #aco-icon-audio {
  display: none !important;
}
.bot-demo.demo-in-frame #aco-icon-audio {
  display: none !important;
}

.aco-start-btn {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 2147482998 !important;
}

.aco-emoji-wrap {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 72px;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
}

.aco-emoji-wrap .aco-emoji-inner {
  color: rgba(0, 0, 0, 0.3);
}

.aco-emoji-wrap img {
  margin: 0 auto;
  max-height: 72px;
}

.aco-modern .aco-user-inner,
.aco-modern .aco-bot-bubble {
  border-radius: 2em;
}

.aco-bubbly .aco-user-inner,
.aco-bubbly .aco-bot-bubble {
  border-radius: 0.4em;
}

.aco-modern a.aco-btn {
  border-radius: 2rem;
}

.aco-bubbly a.aco-btn {
  border-radius: 0.4em;
}

.aco-product-card {
  width: 100%;
}

.aco-product-image-wrapper {
  margin-top: 3px;
  margin-right: -2px;
  float: right;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.aco-product-image {
  object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes acoRubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  90% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  93% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  94% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  95% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  97% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  98% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.aco-rubber {
  -webkit-animation-name: acoRubberBand;
  animation-name: acoRubberBand;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bounce,
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.aco-bg {
  z-index: 2047483647;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=widget_mobile_v33.css.map */
