
.sg_cat_promo{
    max-width: 1360px;
    width: 100%;
    margin: 50px auto;
  }

  .o_title.kawki {
      text-shadow: 0 0 10px #fff;
  }

  .sg_coffe_content {
      width: 100%;
      position: relative;
  }

  .coffe_prev, .coffe_next {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      cursor: pointer;
  }

  .coffe_next-next:before, .slick-coffe_prev:before {
      font-size: 30px;
      opacity: 1;
      color: #000;
      font-family: arial;
  }

  .coffe_next {
      right: -42px;
  }

  .coffe_prev {
      left: -42px;
  }

  .coffe_next:before {
      content: url(https://www.mediaexpert.pl/lp/promocje/sg_js/rotator/toright.png?02);
  }

  .coffe_prev:before {
      content: url(https://www.mediaexpert.pl/lp/promocje/sg_js/rotator/toleft.png?02);
  }

  .sg_cat_promo .box_promotion {
      font-family: arial;
      text-align: left !important;
      background: #fff;
      position: relative;
      display: block;
      margin: 5px;
      height: auto;
      box-sizing: border-box;
      border: 1px solid #e1e1e1;
      transition: .5s;
      padding-bottom: 10px;
  }

  .sg_cat_promo .box_promotion a {
      display: block;
      text-decoration: none;
  }

  .promocja_img_box, .promocja_img_box img {
      width: 100%;
  }

  .promocja_title {
      height: 57px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background: #dd0000;
      color: white;
      font-weight: bold;
      padding: 3px 15px;
      box-sizing: border-box;
      font-size: 16px;
      font-family: "arial";
  }

  .sungroup .sg_cat_promo div.promocja_desc {
      text-align: left !important;
      position: relative;
      display: flex;
      align-items: center;
      height: 105px;
      box-sizing: border-box;
      color: #000;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 71px;
      margin: 3px 0;
      width: 100%;
  }

  div.sg_promo_names {
      width: 100%;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: unset !important;
      min-height: unset !important;
      font-size: 19px;
      line-height: 24px !important;
      text-align: left !important;
      font-weight: 400;
      color: #000;
      font-family: Poppins;
      padding: 0px 15px;
  }

  .sg_cat_promo .button {
      margin: 0 auto;
  }

  .sg_promo_time_url {
      height: 20px;
      display: flex;
      font-size: 12px;
      text-align: center;
      color: #000;
      text-decoration: none;
      line-height: 16px;
      margin-top: 5px;
      align-items: center;
      justify-content: center;
      order: 5;
  }
  .sungroup .coffe_promo_slider.siema {
      display: flex;
      flex-flow: wrap;
      max-width: 1360px;
      margin: 0 auto;
      justify-content: flex-start;
  }

  .sungroup .box_promotion {
      width: 100%;
      max-width: 24%;
      display: flex;
      justify-content: space-between;
  }

  .sungroup .box_promotion a {
      display: flex;
      flex-flow: column;
      align-items: center;
      text-decoration: none;
  }

  .coffe_button {
      display: none!important;
  }

  #sg_b .sg-cta-y {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font: 400 19px/18px Poppins,Arial;
    text-transform: uppercase;
    color: #fff !important;
    z-index: 1;
    background-color: #0A4595;
    border-radius: 1px;
    transition: .2s;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    border: 0;
    max-width: 230px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #promocje{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
  }

  #promocje::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F5F5F5;
    width: 1920px;
    height: 440px;
    z-index: 1;
  }

  #sg_coffe_box{
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }

  #sg_b.sungroup .box_promotion {
    margin: 4px;
    max-width: calc(25% - 8px);
    background-color: #fff;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
  }

  .sungroup .box_promotion a {
    width: 100%;
  }

  .sg_promo_time_url{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #sg_b .promocja_desc {
    height: 90px !important;
    width: 100%;
  }
  #sg_b .promocja_desc {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #sg_b .sg_promo_names {
    box-sizing: border-box;
  }

  @media (max-width:1360px) {
    #sg_coffe_box{
        padding: 0 15px;
        box-sizing: border-box;
    }

    #sg_b.sungroup .box_promotion {
        max-width: calc(33% - 8px);
      }

      .coffe_prev, .coffe_next {
          position: absolute;
          cursor: pointer;
          background: rgba(0, 0, 0, .2);
          width: 30px;
          height: 25%;
      }
      .coffe_button {
          z-index: 1;
          display: flex;
          align-items: center;
          justify-content: center;
      }
      .coffe_next-next:before, .slick-coffe_prev:before {
          font-size: 30px;
          opacity: 1;
          color: #000;
          font-family: arial;
      }
      .coffe_next {
          right: 0px;
          border-bottom-left-radius: 15px;
          border-top-left-radius: 15px;
      }
      .coffe_prev {
          left: 0px;
          border-bottom-right-radius: 15px;
          border-top-right-radius: 15px;
      }
      .sungroup .sg_cat_promo div.promocja_desc {
          /* height: 130px; */
          /* padding: 5px 15px; */
          /* font-size: 14px; */
      }
      .sg_cat_promo .box_promotion {
          height: auto;
          padding-bottom: 7px;
      }
  }

  @media(max-width:1200px) {
      /* .sg_cat_promo .box_promotion {
          max-width: 33.3%;
      } */
      .sg_coffe_content,
      .coffe_promo_slider {
          /* justify-content: center; */
      }
      .sg_cat_promo{
        margin: 30px auto;
      }

      #promocje{
        padding-bottom: 50px;
      }
  }
  @media(max-width:999px) {
    div.sg_promo_names {
      font-size: 13px;
      line-height: 16px !important;
      height: 75px;
    }
    .sungroup .box_promotion {
      max-width: 32%;
    }
  }
  @media(max-width:780px) {
    #sg_b.sungroup .box_promotion {
        max-width: calc(50% - 16px);
      }
  }

  @media (max-width:700px) {
      .promocja_title {
          font-size: 15px;
      }
      .sg_cat_promo{
        margin: 15px auto;
      }

      #sg_b .promocja_desc {
        margin-top: 10px;
        margin-bottom: 10px;
      }
      #sg_b .promocja_desc {
        height: 60px !important;
      }

      #sg_b .sg-cta-y {
        max-width: 180px;
        min-height: 35px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
      }

      #sg_b.sungroup .box_promotion{
        max-width: calc(50% - 8px);
      }

      #promocje{
        padding-bottom: 20px;
      }
  }
  @media(max-width:625px) {
      .sungroup .box_promotion {
          max-width: 50%;
      }
      .promocja_title {
          height: 60px;
          padding: 2px 5px;
          font-size: 12px;
      }
  }
  @media(max-width:600px) {
    .sungroup .sg_cat_promo .box_promotion {
      width: calc(50% - 10px) !important;
    }
  }
  @media(max-width:500px) {
    .sungroup .button{
      display: none;
    }
    div.sg_promo_names{
      font-size: 12px;
      line-height: 14px !important;
      padding: 0px 5px;
      max-height: 60px;
    }
    .sungroup .sg_cat_promo div.promocja_desc{
      height: 60px;
      margin: unset;
    }
    .sg_cat_promo .box_promotion,
    .promocja_img_box{
      border: unset;
    }
    .sg_cat_promo .box_promotion a{
      padding-bottom: unset;
    }
    .sg_promo_time_url{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sg_promo_time_url{
      font-size: 10px;
    }
  }

  @media(max-width:450px) {
      .promocja_title {
          align-items: flex-start;
          overflow: hidden;
      }
      .sg_cat_promo .box_promotion {
          max-width: 95%;
      }

      #sg_b .sg-cta-y {
        max-width: 120px;
        min-height: 30px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 14px;
      }

      #sg_b .promocja_desc {
        height: 50px !important;
      }

      div.sg_promo_names{
        font-size: 10px;
      }
  }

  @media (max-width:400px) {
      .sungroup .sg_cat_promo .box_promotion {
          margin: 0 2px !important;
      }
      .sg_promo_time_url {
          font-size: 8px;
      }
  }
