.cop_deliveries__item.cop_delivery[data-id="100149"] {
outline: 2px solid #0090f6;
}
.cop_deliveries__item.cop_delivery[data-id="100155"] {
outline: 2px solid #0090f6;
}
.basketedit_rebatecodes_outline {
  display:block !important;
  }
  .projector_buy__number_amounts{
      display: none!important;
  }
  /* Container holding the image and the text */
  .container-banner {
    position: relative;
    text-align: left;
    margin: auto;
    width: auto;
    max-width: 1200px;
  }
  /* Centered text */
  .centered {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-family: Verdana;
    font-weight: bold;
    font-size: 3.6vw;
    color: #0090f6;
  }
  /* Centered text */
  .centered-left {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
    font-family: Verdana;
    font-weight: bold;
    font-size: 3.6vw;
    color: #0090f6;
  }
  .centered-left-car {
    position: absolute;
    top: 45%;
    left: 2%;
    transform: translate(0, -50%);
    font-family: Verdana;
    font-weight: bold;
    font-size: 2.4vw;
    color: #0090f6;
  }
  @media screen and (min-width: 1300px) {
    .centered {
       font-size: 42px;
    }
    .centered-left {
       font-size: 42px;
    }
    .centered-left-car {
       font-size: 28px;
    }
  }
  .button_banner {
    background-color: #0090f6; /* blue */
    color: white;
    padding: 1vw 2.2vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3vw;
    border-radius: 8px;
    font-family: Verdana;
  }
  .button_banner-car {
    background-color: #c9c6fe; /* blue */
    color: black;
    padding: 1vw 2.2vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3vw;
    border-radius: 8px;
    font-family: Verdana;
    width: 80%;
  }
  @media screen and (min-width: 1300px) {
    .button_banner {
       padding: 0.4vw 1vw;
       font-size: 40px;
    }
    .button_banner-car {
       padding: 0.4vw 1vw;
       font-size: 36px;
    }
  .button_banner:hover {
      color: black;
  }
  .button_banner-car:hover {
      color: white;
  }
  }
  
  /* Bottom right text */
  .text-block {
      position: absolute;
      bottom: 50px;
      right: 50px;
      background-color: black;
      color: white;
      padding-left: 20px;
      padding-right: 20px;
    }
   
  #projector_amount{
      display: none!important;
  }
  /* IdoSell BL section CSS*/
  section.section  {
      display: flex; /* Flexbox dla elementów obok siebie */
      flex-wrap: wrap; /* Umożliwia przenoszenie elementów do nowej linii, jeśli to konieczne */
  }
  
  .item {
      display: flex;
      align-items: center; /* Wyśrodkowanie pionowe tylko dla elementów */
      font-size: 120%; /* Zwiększenie rozmiaru czcionki o 30% */
      text-align: left; /* Tekst nie będzie wyśrodkowany, tylko wyrównany do lewej */
      padding: 10px;
  }
  
  .item-6 {
      width: 50%;
      min-height: 100px; /* Minimalna wysokość dla zapewnienia wyrównania */
  }
  
  .item-12 {
      width: 100%;
      min-height: 100px;
  }
  
  .image-item {
      display: flex;
      justify-content: center; /* Wyśrodkowanie poziome obrazu */
      align-items: center; /* Wyśrodkowanie pionowe obrazu */
      height: 100%;
      width: 100%; /* Zapewnia, że kontener zajmuje pełną szerokość */
  }
  
  .image-item img {
      display: block; /* Przekształcenie obrazu w element blokowy */
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; /* Obraz nie przekroczy szerokości kontenera */
      height: auto; /* Zachowanie proporcji obrazu */
  }
  /* Obsługa urządzeń mobilnych */
@media (max-width: 768px) {
  .item-6 {
      width: 100%; /* Cała szerokość na urządzeniach mobilnych */
  }
}