.wc-widget
{
    position: static !important;
}

.info-text {
    position: absolute;
    right: 12px;
    top: 14px;
    background: #eee;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    overflow: hidden; }
    .info-text .tooltip-box {
      position: absolute;
      top: 50%;
      right: 40px;
      background: rgba(0, 0, 0, 0.8);
      font-size: 11px;
      font-weight: 700;
      padding: 0 10px;
      height: 24px;
      line-height: 24px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      display: inline-block;
      color: #fff;
      white-space: nowrap;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s; }
    .info-text:hover {
      background: #666;
      color: #fff;
      overflow: visible; }
      .info-text:hover .tooltip-box {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        opacity: 1;
        filter: alpha(opacity=100); }

  .tooltip-inner {
    font-size: 11px; }

.powered-by-link{
    position: relative;
}
.info-text {
  right: 2px;
  top: 0px;
}