/* ---- NOWY OPIS HIFI ---- */
#projector_longdescription #hifi-opis {
   h2 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   h3 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   table {
      width: 100%;
   }

   .tec>tbody>tr :first-child {
      width: 50%;
   }

   td {
      border-collapse: collapse;
      margin: 0em 0;
      padding: 0.2em 0.5em;
      border-bottom: #ebecec 1px solid;
   }

   th {
      border-collapse: collapse;
      margin: 0em 0;
      padding: 0.2em 0.5em;
      border-bottom: #ebecec 1px solid;
      background-color: #f5f5f5;
   }

   tr :first-child {
      width: 18%;
      text-align: right;
      font-weight: bold;
      vertical-align: top;
      border-right: #ebecec 1px solid;
      min-width: 100px;
   }

   @media (max-width: 600px) {
      tr :first-child {
         min-width: 80px;
      }
   }
}

/* ---- NOWY OPIS ---- */

#projector_longdescription #nowy-opis {
   h2 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   h3 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   table {
      width: 100%;
   }

   .tec>tbody>tr :first-child {
      width: 50%;
   }

   th {
      border-collapse: collapse;
      text-align: center;
      margin: 0em 0;
      padding: 0.2em 0.5em;
      border-bottom: #ebecec 1px solid;
      background-color: #f5f5f5;
   }

   td {
      border-collapse: collapse;
      text-align: center;
      vertical-align: middle;
      margin: 0em 0;
      padding: 0.2em 0.5em;
      border-bottom: #ebecec 1px solid;
   }

   tr :first-child {
      width: auto;
      text-align: right;
      font-weight: bold;
      vertical-align: middle;
      border-right: #ebecec 1px solid;
      min-width: 100px;
      max-width: 165px;
   }

   tr :last-child {
      width: auto;
      text-align: left;
      vertical-align: middle;
      border-left: #ebecec 1px solid;
      min-width: 165px;
      max-width: 130px;
   }

   @media (max-width: 600px) {
      tr :first-child {
         min-width: 80px;
      }

      tr :last-child {
         min-width: auto;
      }
   }

   .btn {
      width: 100%;
      font-weight: bold;
   }
}

@media (max-width: 600px) {
   #nowy-opis {
      border-top: 1px solid #c4c7c8;
   }
}

/* ---- POPRAWKA IMG MULTI ---- */

#versions>.projector_versions__sub>.projector_versions__item>.projector_versions__gfx>img {
   max-height: 70px;
   max-width: 85px;
}

/* ----  ---- */

#prepaid_order_products>.ordered_products>.ordered_product>.ordered_product__content>.ordered_product__params.--bundle {
   display: none !important;
}

#projector_longdescription>#projector_enclosures {
   display: none;
}

/* ---- BLUR NA TŁO COOKIES ---- */

.iai_cookie::before {
   content: '';
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.2);
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   z-index: -1;
}

.iai_cookie {
   z-index: 1000;
}

/* ---- MULTIWERSJE POPRAWKA ---- */

@media (min-width: 1200px) {
   .projector_details .projector_multiversions__label {
      width: 95px;
      min-width: 95px;
   }
}

.projector_details .projector_multiversions .f-dropdown-li.--dependent .conflict_txt {
   font-size: 8px !important;
   background-color: #ffa6a6;
   color: black;
}

@media (max-width: 978px) {
   .projector_details .projector_multiversions .f-dropdown-li.--dependent .conflict_txt {
      font-size: 10px !important;
   }
}

.f-dropdown .f-dropdown-menu a.--selected {
   background-color: rgba(255, 127, 0, 0.44) !important;
   font-weight: bold !important;
}


/* .projector_details .projector_versions {
	flex-direction: column !important;
	align-items: flex-start !important;
}
.projector_details .projector_versions__label {
	margin: 7px 0 !important;
}*/

/* ---- POPRAWKA OPINIE WIDGET ---- */

@media (max-width: 978px) {
   .opinions_badge {
      gap: 5px !important;
      padding: 0 !important;
      height: 110px !important;
      width: 87px !important;
   }

   .opinions_badge__alt {
      padding-top: 7px !important;
      font-size: 10px !important;
   }

   .opinions_badge__icon {
      padding: 0 8px !important;
   }

   .opinions_badge__stars {
      margin: 0 0 2px !important;
      gap: 1px !important;

      .opinions_badge__notes {
         margin: 0 0 3px !important;
      }
   }
}

/* ---- SMARY ---- */

#projector_in_bundle {
   .product__prices>.product__price_wrapper>.price>.price_sellby {
      display: none !important;
   }

   .product__prices>.product__price_wrapper {
      min-width: auto !important;
   }

   .product__prices_wrapper>.price>.price_sellby {
      display: none !important;
   }

   .product__prices_wrapper>.price>.price_percent {
      display: none !important;
   }
}

/* ---- ---- */