/* # # # # # # # # # # # # # # # # # #   ZDJĘCIE LINKOWANIA INFOMRACJI O KODZIE (DO 06.10)    # # # # # # # # # # # # # # # # # # */


#projector_producttraits a {
  pointer-events: none;
  cursor: default;
  text-decoration: none; /* opcjonalnie, jeśli chcesz też usunąć podkreślenie */
  color: inherit; /* opcjonalnie, jeśli ma wyglądać jak zwykły tekst */
}



/* # # # # # # # # # # # # # # # # # #   BELKA MENU BADANIE WZROKU    # # # # # # # # # # # # # # # # # # */


@media (min-width: 979px) {
.nav-link[title="BOOK EYE EXAM"] {
    background-color: black;
    color: white;
    padding: 8px 12px 8px;
    border-radius: 4px;
}


.nav-link[title="BOOK EYE EXAM"]:hover {
    color: #546070;
}
}

/* # # # # # # # # # # # # # # # # # #    NIEDZIALAJACE STYLOWANIE W DODATAKCH    # # # # # # # # # # # # # # # # # # */


#gallery-slider1 li {
    margin: 10px;
}








/* # # # # # # # # # # # # # # # # # #    ZMIANY POD WYTYCZNE PRADY    # # # # # # # # # # # # # # # # # # */




.projector_details .projector_prices__maxprice {
    color: #546070;
    font-size: 2.8rem;
}

.projector_details .projector_prices__maxprice_wrapper {
    color: #546070;
}
.projector_details .projector_prices__price {
    color: #000000;
    font-size: 2.8rem;
}











/* # # # # # # # # # # # # # # # # # #    CUSTOM ZGODY COOKIE    # # # # # # # # # # # # # # # # # # */

.iai_cookie__box {
    border-radius: 25px!important;
}

.iai_cookie__consentsActions .btn.--large.--solid {
    background: #289b38!important;
}

.iai_cookie__consentsActions a.btn.--large.--outline {
    border-radius: 15px;
}

.iai_cookie__consentsActions .btn.--large.--solid {
    background: #289b38;
}


/* # # # # # # # # # # # # # # # # # #    ZAPIS DO NEWSLETTERA    # # # # # # # # # # # # # # # # # # */
#newsletter_form {
    display: none;
}






/* # # # # # # # # # # # # # # # # # #    KOSZYK - PROCES ZAKUPOWY    # # # # # # # # # # # # # # # # # # */

.traits__item {
    display: block;
}

#menu_security_policy {
    display: none;
}




/* # # # # # # # # # # # # # # # # # #    HOTSPOT - potwierdzające okno przejścia do koszyka    # # # # # # # # # # # # # # # # # # */

.modal__wrapper {
  max-width: 980px;
}


/* # # # # # # # # # # # # # # # # # #    KARTA PRODUKTOWA    # # # # # # # # # # # # # # # # # # */

#projector_price_srp_wrapper {
  display: block!important;
  font-weight: bold;
  font-size: large;
}

.projector_details .projector_prices__srp_wrapper {
        margin-bottom: 0;
    }

.projector_details .projector_buy {
    margin-bottom: 2rem;
}



#CDT .number {
    background: #2e7422;
}


section#projector_productname {
    margin-bottom: 0rem ! IMPORTANT;
}

.product_name__block.--description {
    display: none;
}


#projector_shipping_info::before {
  content: "\F0D1";
  font-family: FontAwesome;
  font-size: 1.5rem;
  position: relative;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-right: 11px;
}

.projector_details .projector_info {
    margin-bottom: 2rem;
    border: 1px ridge #8080803b;
    padding: 1rem;
    box-shadow: #cecccc 2px 2px 15px;
}

.projector_details .projector_info__item {
    border-bottom: 1px inset #8080803b;
    padding-bottom: 1rem;
}


#startVmButton, #exitVmButton {
    border: 1px solid #33333321;
}

.vm_buttons .label_new {
    background: #3db844a6;
    display:none;
}

div#projector_buy_section {
    margin-bottom: 2rem;
}

a.photos__link.--nav.startVmButton {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
}

#projector_photos > div:not(.virtualMachine_wrapper) {
  position: sticky;
  top: 2rem;              /* odległość od górnej krawędzi ekranu */
}

.startVmButton.btn.galery_btn_start {
    top: 25px;
    right: 25rem;
    border: 2px solid #7d7878;
    color: #7d7878;

}


@media (min-width: 979px) {
    .projector_details .projector_oneclick__items {
        flex-wrap: nowrap;
    }
    .projector_details .projector_oneclick__item {
        width: 45%;
    }
    
    .projector_details .projector_oneclick {
    display: none;
    }
    
    .product_name__firm_logo {
    min-width: 150px;
}
    
}



@media (min-width: 1200px) {
    .product_name__name {
        font-size: 2rem;
    }
}


/* # # # # # # # # # # # #     KOD RABATOWY    # # # # # # # # # # # # # */

.traits__item {
    display: block;
}

.traits__item.mb-2 {
    box-shadow: #999 2px 2px 3px;
    background: #0000006e;
    padding: 10px 0px 10px 5px;
    border-radius: 10px;
    margin-left: 0px;
    padding-left: 15px;
}

.traits__label {
    color: white;
}
.traits__value {
    color: white;
    font-size: large;
    text-decoration: none;
}

.unboxing_video {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.opinion_date {
  display: none;
}







@media (max-width: 978px) {
    div#photos_nav {
        display: none;
    }
    section#projector_producttraits {
        display: block !important;
    }
    .unboxing_video iframe {
    height: 530px;
    }
    
}






@media (max-width: 756px) {
    .unboxing_video iframe {
    height: 400px;
    left: 0;
    top: 0;
    width: 100%;
    }
}




@media (min-width: 979px) {
    .unboxing_video iframe {
    height: 650px;
    }
}









.projector_info__item.--returns.projector_returns {
    display: none;
}

.product_stocks .stock__availabilty_count {
  display: none;
}


.projector_details .projector_buy__number_wrapper {
  display: none;
}

.projector_details .projector_versions__label, .projector_details .projector_multiversions__label, .projector_details .projector_sizes__label {
  width: 100%;
  margin-bottom: 10px;
}


.projector_info__item.--stocks.projector_stocks {
  box-shadow: #e1dada 2px 2px 3px;
  background: #5460701f;
  padding: 10px 0px 10px 5px;
  border-radius: 5px;
  margin-left: -5px;
}

.projector_details .projector_actions {
    justify-content: right;
}


a.projector_actions__action.--compare.--add {
    display: none;
}


div#component_projector_cms {
    margin-top: 1rem;
}

.dictionary__label_txt {
    font-weight: 600;
}

.projector_details .projector_status__info_amount {
    display: none !important;
}

.projector_details .projector_status__description {
    font-weight: bold;
}

.products {
    margin-right: 0px;
    margin-left: 0px;
}
.hotspot.--list .product__icon {
    width: 180px;
    min-width: 180px;
    height: 100px;
}
.hotspot.--list .product__icon img {
    max-height: 100px;
}

.photos__link.--nav {
    background: #f5f0f4;
    border: 1px solid #bfbfbf;
}
.photos__photo.--nav {
    mix-blend-mode: darken;
}
.product__icon img {
    mix-blend-mode: darken;
}


@media (min-width: 757px) {
.hotspot.--slider .slick-initialized.slick-dotted {
    margin-top: 3rem;
}

  #opinions_section .opinion_author {
    margin-left: 0.5rem;
  }
}




/* # # # # # # # # # # # # # # # # # # # #    LISTA PRODUKTÓW    # # # # # # # # # # # # # # # # # # */

.label.--bargain.--omnibus {
    background: #000000;
  color: white;
}

span.label.--bargain.--omnibus {
    background: #000000;
    color: white;
}

.label.--bargain.--omnibus {
     background: #000000;
}


#search .product .label.--bargain.--omnibus {
    background: #000000;
    color: white;
}


.search_description.--top .search_description__wrapper, .search_description.--top .search_categoriesdescription_next, .search_description.--top .hide_description {
  max-width: 100%;
  text-align: left;
}


#search .product {
  margin-top: 35px;
}

#search .product__compare_item {
  display: none;
}

div#menu_compare_product {
    display: none;
}

.product__yousave:not(.--label):not(.--value) {
    color: #ffffff;
    position: absolute;
    width: 95px;
    height: 95px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid #ead3b2;
    border-radius: 50%;
    background: #072540;
    z-index: 2;
    transition: transform 0.3s ease-out;
    padding: 10px;
    margin-top: -50px;
    font-size: 12px;
    right: 10px;
}
.product__yousave.--label {
  font-size: 12px;
}
.product__yousave.--value {
  font-weight: bold;
  font-size: 12px;
}


#search .product__details {
  top: calc(100% - 10px);
}


.promo, .label.--promo {
    background: #000000;
}

span.label.--promo {
    background: #000000;
}


.product__icon {
  height: 16rem;
}

/*@media (max-width: 978px) {*/
/*.s_paging__item.--filters.d-md-none.mb-2.mb-sm-3 {*/
/*    display: none;*/
/*}*/
/*}*/








/* # # # # # # # # # # # # # # # # # # # #   MENU   # # # # # # # # # # # # # # # # # # */

@media (max-width: 978px) {
  .mobileCategories__item a {
    background-color: #000;
  }
    html.sidebar_open #menu_search {
    margin-bottom: .5rem;
    margin-top: 2rem;
  }
}




/* # # # # # # # # # # # # # # # # # # # #   STRONA GŁÓWNA   # # # # # # # # # # # # # # # # # # */


html.--freeShipping:not(.order_process) #container:not(.payment_tunnel) .freeShipping {
    display: none;
}


html.--freeShipping:not(.order_process) div#container {
    padding-top: 0px;
}

#footer_links .footer_links#menu_account {
    display: none!IMPORTANT;
}
#footer_links .footer_links#menu_orders {
    display: none !important;
}

.big_label, .headline {
    justify-content: center;
}
.slick-dots {
    z-index: 52;
}

#backTop {
    bottom: 12rem;
}


.product .label_icons {
    position: absolute;
    bottom: 1px;
    left: 1px;
    text-align: left;
}





/* --- IKONA: ZALOGUJ SIĘ --- */
#menu_additional .account_link {
  position: relative;
  display: inline-block;

  /* Ukrywa tekst, zachowuje link */
  font-size: 0;
  color: transparent;

  /* Rozmiar ikony */
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* Ikona SVG jako tło */
#menu_additional .account_link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("https://blinkblink.pl/data/include/cms/BlinkBlink/Ikony-na-stronie/user-regular-full.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Tooltip dla "Zaloguj się" */
#menu_additional .account_link::after {
  content: "Login";
  position: absolute;
  bottom: 120%; /* nad ikoną */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* Pokazanie tooltipa po najechaniu */
#menu_additional .account_link:hover::after {
  opacity: 1;
}

/* --- IKONA: LISTY ZAKUPOWE --- */
.shopping_list_top .wishlist_link {
  position: relative;
  display: inline-block;

  /* Ukrywa tekst */
  font-size: 0;
  color: transparent;

  /* Rozmiar ikony */
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* Ikona SVG "gwiazdki" */
.shopping_list_top .wishlist_link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("https://blinkblink.pl/data/include/cms/BlinkBlink/Ikony-na-stronie/star-regular-full.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* --- Efekt po najechaniu (dla obu ikon) --- */
#menu_additional .account_link:hover::before,
.shopping_list_top .wishlist_link:hover::before {
  filter: brightness(0.8);
}

.shopping_list_top .slt_lists {
        max-width: 200px;
}



#menu_basket .topBasket__sub::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px; /* odstęp od ceny */
  background-image: url("https://blinkblink.pl/data/include/cms/BlinkBlink/Ikony-na-stronie/handbag_SM.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}









@media  only screen and (min-width: 979px) {
navbar-nav mx-md-n2 .wide .nav-item {
    font-weight: 500;
}
header #menu_categories {
    margin: 2rem 2rem 0rem 2rem;
    width: auto;
}
}



@media  only screen and (min-width: 757px) {

#footer_links .footer_links {
    flex-basis: 25% !IMPORTANT;
}
#footer_links .footer_links_sub > li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#footer_links .footer_links_label {
    font-weight: bolder;
}
}

@media (max-width: 756px) {
html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open) .main_page #menu_search .menu_search__block {
    display: none;
}
html .main_page {
    padding-top: 0px;
}
    
}



@media (max-width: 978px) {
html.--freeShipping:not(.order_process) body {
    padding-top: 65px;
}
}







/* # # # # # # # # # # # # # # # # # #    BLOG    # # # # # # # # # # # # # # # # # # */


@media (min-width: 979px) {

aside.col-3.col-xl-2 {
    display: none;
}    
    
div#content {
    flex: 0 0 100%;
    max-width: 100%;
}
.article__item {
    padding: 0.5rem;
}
#blog-item img.blog_image {
    display: none;
}
}


/* # # # # # # # # # # # # # # # # # #    KONTAKT    # # # # # # # # # # # # # # # # # # */


#contact_contact {
    display: none;
}
div#contact_address {
    display: none;
}
#mymap {
    display: none;
}

#stocks_contact4  {
    display: none!important;
}










/* # # # # # # # # # # # # # # # # # # # #   STYLOWANIE PRZYCISKÓW  # # # # # # # # # # # # # # # # # # */

.btn.--solid {
    border-bottom: 1px solid #0e1116;
    color: #000000;
}
.btn.--solid:hover {
    border-bottom: 1px solid #0090f6;
    color: #ba915d;
}   


button.przyciski_ub {
    color: #ffffff;
    border: 1px solid #000000;
    background: black;
    padding: 15px;
    margin-top: 7px;
}
button.przyciski_ub:hover  {
    border: 1px solid #704e4e;
    background: #704e4e;
    padding: 15px;
    margin-top: 7px;
}

button.przyciski_hp {
    color: #000000;
    border: 1px solid #000000;
    padding: 15px;
    margin-top: 7px;
}
button.przyciski_hp:hover {
    color: #000000;
    border: 1px solid #000000;
    background: #dddddd;
    padding: 15px;
    margin-top: 7px;
}

button.blk-gry {
        color: #ffffff;
    border: 1px solid #000000;
    background: black;
    padding-left: 10px;
    padding-right: 10px;
}
button.blk-gry:hover {
    color: #ffffff;
    border: 1px solid #000000;
    background: #704e4e;
    padding-left: 10px;
    padding-right: 10px;
}

button.button_ban_spring {
    color: #ffffff;
    background: green;
    padding: 10px;
    border-radius: 10px;
}





/* # # # # # # # # # # # # # # # # # # # #   Stylowanie DIV-ow    # # # # # # # # # # # # # # # # # # */


/* Styl dla rozdzielczości mobilnej */
.boks-opisowy {
  display: flex;
  flex-direction: column;
}

.image-boks-opisowy {
  margin-bottom: 10px; /* Dodatkowy margines między obrazem a tekstem */
}



/* Styl dla rozdzielczości tabletu */
@media (min-width: 757px) {
  .boks-opisowy {
    flex-direction: row;
    align-items: center;
  }
  
  .image-boks-opisowy {
    flex: 0 0 auto;
    margin-right: 10px; /* Dodatkowy margines między obrazem a tekstem */
    margin-bottom: 0; /* Usunięcie marginesu na dole w trybie tabletu */
    width: 25%;
  }
  
  .text-boks-opisowy {
    flex: 1 1 auto;
  }
  
}

/* Styl dla rozdzielczości desktopu */
@media (min-width: 979px) {
  .boks-opisowy {
    align-items: center;
  }
  
  .image-boks-opisowy {
    flex: 0 0 auto;
    margin-right: 20px; /* Dodatkowy margines między obrazem a tekstem */
    width: 25%;
  }

  .styl-tekstu-boks-opisowy {
    font-size: large;  /* wielkość czcionki */
}  
  
}






/* # # # # # # # # # # # # # # # # # # # #   Tabele CSS    # # # # # # # # # # # # # # # # # # */
table.TableDesc_1{
	width: 100%;
	table-layout: fixed;
}
table.TableDesc_1 iframe{
	max-width: 100%;
}
table.TableDesc_1 tr td{
	padding-left: 5px;
	padding-right: 5px;
	max-width: 100%;
}
table.TableDesc_1 img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: auto\\9; /* ie8 */
}
table.TableDesc_2{
	width: 100%;
	table-layout: fixed;
}
table.TableDesc_2 tr td{
	padding: 5px;
	max-width: 100%;
}
table.TableDesc_2 iframe{
	max-width: 100%;
}
table.TableDesc_2 img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: auto\\9; /* ie8 */
}
@media only screen and (max-width: 757px){
table.TableDesc_1 tr td{
	max-width: 100%;
	width: 100%;
	display: block;
}
table.TableDesc_1 iframe{
	height:auto;
}
table.TableDesc_1 img{
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\\9; /* ie8 */
}
table.TableDesc_2{
	table-layout: fixed;
}
table.TableDesc_2 tr td{
	max-width: 100%;
	width: 100%;
	display: block;
}
table.TableDesc_2 img{
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\\9; /* ie8 */
}
}
@media only screen and (min-width: 1200px) and (min-height: 768px){
table.TableDesc_1, table.TableDesc_1 tr{
	max-width: 1170px;
}
}




/* # # # # # # # # # # # # # # # # # # # #   ZOOM   # # # # # # # # # # # # # # # # # # */
h4{
    clear: both;
    margin-top: 20px;
}

.zoom, .small{
    overflow: hidden;
    padding: 0;
    width: auto;
    height: auto;
    float:left;
    margin:10px;
}
.zoom img {
    transition-duration: 2s;
    margin: 0 auto;
    display: block;
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
.small img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.small img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}


/* # # # # # # # # # # # # # # # # # # # #   Kolejnosc sstrefy ze zgoda na karcie produkty przy uruchomieniu wirtualnego  lustra   # # # # # # # # # # # # # # # # # # */

div#dialog_wrapper {
    z-index: 9999999999 !important;
}

div.thulium-chat-wrapper {
    z-index: 999999999 !important;
}