.woot-widget-bubble {
  position: fixed !important;
  right: 20px !important;
  bottom: 90px !important;
  width: 60px !important;
  height: 44px !important;
  background: #b98574 !important;
  border-radius: 50% 25% 50% 25% !important;
  transform: rotate(-8deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.woot-widget-bubble svg {
  width: 26px !important;
  height: 26px !important;
  fill: #ffffff !important;
}