

/* Nastavíme layout pro summary */
summary{
    font-weight: bold;
    color: #ff6a00;
}


#supplierFilters  .widget_title::after {
      content: "\ed96";
    font-weight: bold;
    font-family: 'fontello';
    font-size: 20px;
    float:right;
}

#supplierFilters .noshow-icon::after {
display:none;
}


section#testimonials {
    display: none;
}

summary.expand {
    display: block;      
  width: 100%;         
  height: 100%;        
  box-sizing: border-box; 
}

summary::after{
  float: right;
}

details > summary::after {
  content: "\ed96";
    font-weight: bold;
font-family: 'fontello';
font-size:20px;
}

details[open] > summary::after {
  content: "\ed98";
    font-family: 'fontello';
    font-size:20px;

}

/* === Skrytí desktop verze a částí, co nechceme na mobile === */
@media (min-width: 768px) {
    .mobile-wrapper {
        display: none;
            font-weight: bold;

    }


}

@media (max-width: 767px) {
    .bottom_part,
    .top_part, .revolution_slider, .cat-list-search, .revolution_slider {
        display: none!important;
    }

    td.product_image_col {
    display: none;
}

    .search-suggestions-mobile {
    margin-top: 0px;

}

main.col-md-9.col-sm-8 {
    margin: 0px !important;
}


.left_side.clearfix.v_centered {
    display: flex;
    align-items: flex-end;
}


.l3box {
  width: auto!important;;
}

.l3boxset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: ;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}


section#visited {
    display: none;
}

.box-suggestions {
        widhth: 100%,  !important;
}

button.toggle_menu {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}


/* Fix scrollu na mobilech  */


  
  .zoomContainer,
  .zoomLens,
  .zoomWindow {
    display: none !important;        
    visibility: hidden !important;   
    pointer-events: none !important; 
  }

 
  .image_preview_container {
    overflow: visible !important; 
    touch-action: pan-y !important; 
    -webkit-overflow-scrolling: touch; 
  }

 
  .image_preview_container img {
    pointer-events: none !important;
    touch-action: none !important;
  }


  .quick_view {
    display: block!important;
  }


  /*fix košíku */


  


  /* Fix infobloku */



.infoblock.type_3 .infoblock-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.infoblock.type_3 .infoblock-content img {
  width: 300px;
  /* float: right;  – odteď nepotřebuješ float */
}

/* --- pro tablety a mobily (≤768px) --- */
@media (max-width: 768px) {
  .infoblock.type_3 .infoblock-content {
    flex-direction: column;
    text-align: center;
    padding: 10px;          /* případně méně paddingu */
  }

  .infoblock.type_3 .infoblock-content img {
    width: 100%;            /* obrázek zabere celou šířku */
    max-width: 250px;       /* nebo jakoukoli smysluplnou max šířku */
    margin-bottom: 1rem;    /* odsazení od nadpisu */
    float: none !important; /* zruší jakýkoli float */
  }

  .infoblock.type_3 .caption {
    font-size: 1.5rem;      /* zmenši z 30px na něco rozumnějšího */
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .infoblock.type_3 .infoblock-text p {
    font-size: 1rem;
  }

  .infoblock.type_3 .button_blue {
    display: inline-block;
    margin: 0.75rem auto;   /* vycentruj tlačítko */
  }

  button#back_to_top {
    display: none;
}



  /* 1) Jen na mobilu */

  .description_section_2.v_centered {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;                  /* nebo tvůj defaultní background */
    z-index: 9999;                     /* aby byla nad vším */
    padding: 10px 15px;                /* trochu vnitřního odsazení */
    box-shadow: 0 -2px 8px rgba(0,0,0,0.15); /* jemný stín shora */
    display: flex;                     /* pokud chceš, aby byly prvky vedle sebe */
    justify-content: space-between;    /* rovnoměrné rozložení */
    align-items: center;
  }

  /* 2) Aby obsah stránky nekončil „pod“ bottom barem */
  body {
    padding-bottom: 70px; /* přibližně výška tvé fixed lišty */
  }



}



    /* Product preview obrázky */

.product_preview {
    padding:0px;
}

#main_navigation_wrap {
    z-index: 1;
}

#open_shopping_cart {
min-height: 50px;

}


/* Fixace produktu na homepage */

.main_product_column {
   width:100%;
    display: inline-block;
}

    .main_prod {
        display:none;
    } 


    .def_icon_btn.middle_btn {

        display: none;
    }

    ul.tabs_nav.clearfix {
    display: none;
}

.owl-nav {
    display: none;
}


.mobile-logo {
    max-width: 150px;
    margin-left: 10px;
}



/* === Obecný wrapper pro všechno mobilní === */
.mobile-wrapper {
    width: 100vw;       /* zabere celou šířku viewportu */
    max-width: 100%;    /* žádný limit */
    margin: 0;
    padding: 5px;       /* podle tvého původního nastavení */
    position: relative;
}

/* === Header s logem a ikonami === */
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
}

.mobile-logo {
    max-width: 150px;
}

.mobile-actions {
    display: flex;
    align-items: center;
}

/* === Toggle tlačítko: lupa === */
.mobile-search-toggle {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    margin-right: 0.5rem;
    cursor: pointer;
    font-weight: bold;
    color: #ff6a00;
}

/* Fixace chat buttonu */

#Tawk_Container,
.tawk-minified {
  bottom: 80px !important;
  /* Pokud bys chtěla i upravit odsazení zprava: */
  /* right: 20px !important; */
}

/* === Košík (upravit podle potřeby) === */
.mobile-cart {
    position: relative;
}

/* === Sekce vyhledávání – výchozí schovaná === */
.mobile-search {
    display: none;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* === Když je open/search-active === */
.mobile-search.active {
    display: block;
}

/* === Vnitřní struktura formuláře === */
.mobile-search .search {
    display: flex;
    width: 100%;
    align-items: center;
}

/* zrušení floatů, aby flex fungoval čistě */
.mobile-search .search .alignleft {
    float: none !important;
}

/* input zabírá zbývající prostor */
.mobile-search .search input {
    flex: 1 1 auto;
    min-width: 0;       /* klíčové pro flexbox */
    width: auto;
    box-sizing: border-box;
    padding: 0.5rem;    /* můžeš doladit podle designu */
    border-radius: 4px;
}

/* tlačítko zůstává pevné, s malou mezerou od inputu */
.mobile-search .search button {
    flex: 0 0 auto;
    margin-left: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    background: #ff6a00;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

/* clearfix helper (pokud někde používáš clearfix) */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
}

/* Volitelné, ale doporučuju – když je mobilní menu otevřené, neřeš scroll v pozadí */
body.nav-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

/* Ujisti se, že panel menu je scrollovatelný a nepropadá eventy do pozadí */
.mega_menu, .submenu {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}


/* MOBILE: udělej z .main_navigation vlastní scroll kontejner */
@media (max-width: 991px) {
  .full_width_nav .main_navigation,
  .main_navigation {
    /* výška na celé okno (když máš nějaký top offset, uprav proměnnou) */
    max-height: calc(100dvh - var(--nav-top, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; /* nepropaguje scroll do pozadí */
    touch-action: pan-y; /* jen vertikální gesta */
  }
}

/* už máš – připomínám: lockne pozadí, ale ne menu */
body.nav-locked {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: pan-y;
}
