.plus_top_ad_block.plus_top_ad_block_align_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.plus_top_ad_block.plus_top_ad_block_align_left .plus_top_ad_text {
  text-align: left;
}

.plus_top_ad_block.plus_top_ad_block_align_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plus_top_ad_block.plus_top_ad_block_align_center .plus_top_ad_text {
  text-align: center;
}

@media all and (max-width: 991px) {
  #block-omia-theme-headerplusad .plus_top_ad_bar_bk {
    height: auto;
    min-height: 60px;
    padding: 10px 0;
  }

  #block-omia-theme-headerplusad .plus_top_ad_bar {
    min-height: 60px;
  }

  #block-omia-theme-headerplusad .plus_top_ad_block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
  }

  #block-omia-theme-headerplusad .plus_top_ad_text {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  #block-omia-theme-headerplusad .plus_top_ad_link {
    display: inline;
    line-height: 20px;
  }

  body.showPlusAd {
    margin-top: 116px;
  }
}
