.popup-targets {
  position: fixed !important;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  display: block; }
  .popup-targets .slick-track {
    padding: 8px; }
  .popup-targets .popup-item {
    position: absolute;
    left: 10px;
    bottom: 10px; }
    .popup-targets .popup-item.custom_message {
      background-color: #fefefe;
      border-radius: 7px;
      padding: 5px 30px 5px 5px;
      display: flex;
      position: relative;
      -webkit-box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.15); }
      .popup-targets .popup-item.custom_message .popup-item--img {
        max-height: 50px; }
      .popup-targets .popup-item.custom_message .popup-item--content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-left: 10px; }
      .popup-targets .popup-item.custom_message .popup-item--title {
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px; }
      .popup-targets .popup-item.custom_message .popup-item--content {
        font-size: 12px;
        margin-bottom: 5px; }
      .popup-targets .popup-item.custom_message .popup-item--custom-play {
        position: absolute;
        left: 5px;
        bottom: 5px; }
        .popup-targets .popup-item.custom_message .popup-item--custom-play .dashicons {
          background-color: #fff;
          border-radius: 20px;
          -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
          -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
          display: block;
          line-height: 15px; }
          .popup-targets .popup-item.custom_message .popup-item--custom-play .dashicons:before {
            font-size: 13px; }
      .popup-targets .popup-item.custom_message .popup-item--custom_message-close {
        width: 10px;
        height: 10px;
        line-height: 8px;
        text-align: center;
        background-color: #c5c4c4;
        border-radius: 10px;
        position: absolute;
        top: 8px;
        right: 8px;
        transform: rotate(45deg);
        cursor: pointer;
        color: #fff;
        font-size: 14px; }
    .popup-targets .popup-item.video {
      width: 213px;
      height: 131px;
      border: 5px solid #fff;
      background-size: cover;
      -webkit-box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      position: relative; }
      .popup-targets .popup-item.video .popup-item--video-custom-play {
        text-align: center;
        margin-top: 25px;
        z-index: 2; }
        .popup-targets .popup-item.video .popup-item--video-custom-play .dashicons {
          width: 28px;
          height: 28px;
          background-color: #fff;
          border-radius: 28px;
          display: block;
          margin: 0 auto;
          line-height: 28px;
          font-size: 16px; }
          .popup-targets .popup-item.video .popup-item--video-custom-play .dashicons:before {
            margin-left: 4px; }
      .popup-targets .popup-item.video .popup-item--title-video {
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        z-index: 2; }
      .popup-targets .popup-item.video .popup-item--video-bg {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 1; }
      .popup-targets .popup-item.video .popup-item--video-close {
        width: 20px;
        height: 20px;
        line-height: 16px;
        text-align: center;
        background-color: #fff;
        border-radius: 20px;
        position: absolute;
        top: -11px;
        right: -11px;
        transform: rotate(45deg);
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75) !important;
        -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75) !important;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75) !important;
        cursor: pointer;
        z-index: 2; }
