.mobil
{
  display:inline-block;
}

body
{

}

h1
{
  font-size:200%;
}

img
{
  max-width: 100% !important;
  height: auto !important;
}

/* RESET */
/* HEADER */
#top_bar, #menu, #top_bar_right, #menu_top,
#header, #header.fixed, #search,
#content, #col-1, #col-2,
  /* FOOT */
#foot,
  /* DETAIL */
#detail-foto, #detail-info, #detail_basket .left, #detail_basket .right,
#detail_basket_form .basket_form_table,
.grid_1, .grid_2
{
  margin: 0;
  padding: 0;
  position:relative;
  top: 0;
  left: 0;
  width:auto;
  display:block;
  height:auto;
  float:none;
  border: 0;
  text-align:left;
}
/**/


#hlavni_nadpis,
.col_box,
.print_page,
#fixed_bottom_bar
{
  display:none !important;
}


/* TOP BAR */
#top_bar
{
  width:auto;
  padding:2%;
}

#menu_top
{
  float: none;
}
#menu_top ul li a
{
  border: 0;
  background-color: rgb(244,244,244);
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 5px;
  display: inline-block;
}
#menu_top ul a.first
{
  padding-left: 5px;
}

#top_bar_right
{
  float: none;
  text-align: right;
  margin-bottom: 10px;
}
#registrace
{
  border: 0;
  margin: 0;
  padding-left: 0;
  float: left;
}
#login
{

}
#login_form
{
  width:80%;
  padding:10%;
  padding-top:2%;
  padding-bottom:5%;
}
/**/

/* HEADER */
#basket
{
  display:block;
  float:none;
  width:100%;
  margin-bottom:15px;
  font-size:110%;
}
#basket_products,
#basket #basket_show_popup
{
  display:none !important;
}

#menu
{
  background-color:#E6E6E6;
  padding-top:5px;
  padding-bottom:5px;
}
#menu ul li a,
#menu ul li:first-child a
{
  border: 0;
  padding:5px;
  padding-left:15px;
  padding-right:5px;
  font-size:95%
}
#menu ul li:hover ul
{
  display:none;
}

#header,
#header.fixed
{
  width: auto;
  padding: 2%;
  position: relative;
  margin: 0;
  left: 0;
  box-shadow: none;
}

#logo
{
  margin: 0;
  margin-bottom:10px;
  float:none;
  display:block;
}

#search #search_input
{
  width:80%;
  border: 0;
}
#search #vyhledavani_text
{
  padding-left:2%;
  padding-right: 0;
  width:98%;
}
#search #search_button
{
  width: 20%;
  border: 0;
}
#search .bt-search
{
  width: 100%;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#as_vyhledavani_text
{
  width: 100% !important;
}
/**/


#content
{
  width: auto;
  padding: 2%;
}


/* CATEGORIES */
#categories
{ /* TOP */
  width:100%;
  padding-left: 0;
  padding-right: 0;
}

.categories_mobil_show
{
  display:block;
  padding:10px;
  background-color:#000;
  color:#fff;
  font-size:120%;
  font-weight:bold;
  cursor:pointer;
  line-height:27px;

  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
.categories_mobil_show .icon
{
  background-repeat:no-repeat;
  background-position:center;
  width:27px;
  line-height:27px;
  height:27px;
  display:inline-block;
  float:right;
}
.categories_mobil_show.show .icon
{
  background-image:url("/grafika/plus_icon.png");
}
.categories_mobil_show.show
{
  margin-bottom:20px;
}
.categories_mobil_show.hidden .icon
{
  background-image:url("/grafika/minus_icon.png");
}

#categories_tree.show,
#categories.show
{
  display:block;
}
#categories_tree.hidden,
#categories.hidden
{
  display:none;
}
#categories_tree .icon,
#categories .icon,
#categories_tree .icon.level_1,
#categories .icon.level_1,
#categories_tree .icon.level_2,
#categories .icon.level_2,
#categories_tree .icon.level_3,
#categories .icon.level_3,
#categories_tree .icon.level_4,
#categories .icon.level_4
{
  width: 10%;
  left: inherit;
  right: 1px;
  top: 1px;
  padding: 0;
}
#categories_tree .icon.subcategories,
#categories .icon.subcategories
{
  background-color: rgba(255,255,255,0.5);
}
#categories_tree .icon.level_1,
#categories .icon.level_1
{
  height: 37px;
}
#categories_tree .icon.level_2,
#categories .icon.level_2
{
  height: 27px;
}
#categories_tree .icon.level_3,
#categories .icon.level_3
{
  height: 25px;
}
#categories_tree a .name,
#categories a .name
{
  width: 90%;
  float: left;
}
/**/


/* CATEGORIES (PRODUCTS) */
/* SUBCATEGORIES */
.subcategories .subcategory
{
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* SUBCATEGORIES IMG */
.subcategories_img
{
  overflow: hidden;
}
.subcategories_img_in
{
  width: 102%;
}
.subcategory_img
{
  width: auto;
  margin-right: 2%;
  margin-bottom: 2%;
}
.subcategory_img a,
.subcategory_img .img,
.subcategory_img .name,
.subcategory_img .no_foto
{
  height:60px;
}
.subcategory_img .img,
.subcategory_img .no_foto
{
  width: 60px;
}
.subcategory_img .img img
{
  max-height: 60px !important;
  max-width: 60px !important;
}
.subcategory_img .no_foto
{
  min-height: 60px;
}
.subcategory_img .name
{
  max-width: 100px;
}
/* END SUBCATEGORIES IMG */
/* END SUBCATEGORIES */

/* ZALOZKY */
.sort_bookmark a
{
  border:1px solid #E6E6E6;
  margin: 0;
  margin-right:10px;
  margin-bottom:10px;
}
.sort_bookmark a.active
{
  bottom: 0;
}
/**/

/* PRODUKT */
.cat-list
{
  margin: 0;
  padding: 0;
  border: 0;
  background:none;
}
.cat-list_in
{
  width: auto;
  margin: 0;
}
.produkt
{
  width:100%;
  float:none;
  margin-right: 0;
}
.produkt h2
{
  position:relative;
}
.produkt h2 a
{
  height:auto;
}
.produkt .foto
{
  height:auto;
  padding:10px;
}
.produkt .foto .foto-in
{
  display:block;
  width:100%;
  height:auto;
  min-height:100%;
}
.produkt .foto .foto-in img
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.produkt .foto .no_foto
{
  height:100px;
}
.produkt .sleva
{
  position:absolute;
  right:10px;
}
.produkt .tags
{
  margin-left: -10px;
  margin-top: -10px;
}
.produkt .popisek
{
  height:auto;
  padding:2%;
  width:96%;
}
.produkt .popisek:empty
{
  display:none;
}
.produkt .popisek .variants
{
  position:relative;
  padding: 0;
  padding-top:10px;
}
.produkt .in_basket.active
{
  margin-right: 0;
  padding-left:2%;
  padding-right:2%;
  width:96%;
}
.produkt div.produkt-bottom
{
  float:none;
  padding:2%;
  width:96%;
}
/* END PRODUKTY */

/* RADKOVY VYPIS */
.cat-list-radek
{
  margin: 0;
  margin-bottom: 15px;
}
.produkt-radek-in
{
  padding-left: 0;
  padding-right: 0;
}
.produkt-radek .tags
{
  margin: 0;
}
.produkt-radek .sleva
{
  margin-left: 0;
}
/* END RADKOVY VYPIS */


/* DETAIL */
#detail_basket .left
{
  margin-bottom:10px;
}
#detail-foto a#det-img-a
{
  height:auto;
  padding-top:10px;
  padding-bottom:10px;
}
#detail_basket_form
{
  margin-bottom:15px;
}

.detail_title
{
  font-size:180%;
}
.detail_content
{
  padding:15px;
  margin-bottom:15px;
}

/* NAPOSLEDY PROHLIZENE */
.watch-last-box
{
  padding: 0;
}
/* END NAPOSLEDY PROHLIZENE */

/* ZALOZKY */
#detail_zalozky .zalozka
{
  border-bottom: 1px;
  margin-bottom: 10px;
}
#detail_zalozky_obsah
{
  margin-left: -2%;
  margin-right: -2%;
}
/* END ZALOZKY */
/* END DETAIL */


/* KOSIK */
#p-basket .categories_mobil_show,
#p-basket #categories_tree,
#p-basket #categories,
#p-basket #send-order .print_paper
{
  display:none !important;
}

.form_box_content
{
  padding:15px;
  margin-bottom:15px;
}
.hlp-input
{
  display:none !important;
}

#cp-posty
{
  width: 100%;
}
/* END KOSIK */


#nahoru
{
  bottom:10px;
}


/* POPUP */
.popup_bg
{

}
.popup
{
  left:10%;
  width:80%;
}
.abp_button_back
{
  margin-bottom: 10px;
}
/* END POPUP */


/* NAPISTE NAM */
.write-us1
{
  padding: 2%;
  overflow: auto;
}
/* END NAPISTE NAM*/


#foot .col-1,
#foot .col-2,
#foot .col-3
{
  display:block;
  float:none;
  width:86%;
  padding:5%;
  margin:2%;
}
#categories_bg
{
  padding:2%;
  background:transparent;
}

#categories *
{
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
#categories
{
  background-color:#f4f4f4;
  border:1px solid #e6e6e6;
  border-bottom:0px;
  margin-bottom:15px;
  width:auto;
}

#categories ul
{
  list-style:none;
  margin:0px;
}
#categories ul.subcategories
{
  display:none;
  /*visibility:hidden;*/
}

#categories ul.open
{
  display:block;
  /*visibility:visible;*/
}

#categories a
{
  color:#000;
  text-decoration:none;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  display:block;
  clear:both;
  overflow:hidden;
}
#categories .icon
{
  display:block;
  width:8%;
  float:left;
}
#categories a .name
{
  display:block;
}
#categories ul.subcategorie
{
  margin:0px;
  position:relative;
  display:none;
}
#categories ul.open
{
  display:block;
}

/* LEVEL 1 */
#categories li.level_1,
#categories li.level_1:hover
{
  float:none;
  padding:0px;
  margin:0px;
  background:transparent;
}
#categories a.level_1
{
  padding:10px;
  border:0px;
  border-bottom:1px solid #e6e6e6;
  font-size:17px;
  font-weight:600;
  color:#000;
  text-align:left;
  height:auto;
  line-height:inherit;
}
#categories a.level_1:hover,
#categories a.level_1.active
{
  background-color:#7e7e7e;
  color:#fff;
}
#categories ul.level_1,
#categories ul.subcategories.level_1
{
  position:relative;
  padding:0px;
  border:0px;
  border-bottom:1px solid #e6e6e6;
  opacity:1;
  visibility:visible;
  margin:0px;
}
/* END LEVEL 1*/

/* LEVEL 2 */
#categories li.level_2
{
  float:none;
  display:block;
  padding:0px;
  margin:0px;
  width:auto;
}
#categories li.level_2 a:hover .name
{
  text-decoration:underline;
  color:#c1c1c1;
}
#categories li.level_2 a.active
{
  font-weight:bold;
}
#categories .level_2 a
{
  padding-left:25px;
  font-weight:normal;
  font-size:inherit;
  margin:0px;
}
/* END LEVEL 2*/

/* LEVEL 3 */
#categories a.level_3
{
  padding-left:40px;
  padding-top:4px;
  padding-bottom:4px;
  color:inherit;
}
/* END LEVEL 3*/

/* JS VERZE */
#categories ul li
{
  position:relative;
}

#categories .icon
{ /* Pro klikaci verzi */
  position:absolute;
  top:13px;
  left:8px;
  height:9px;
  width:9px;
  padding:2px;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
}
#categories .icon.subcategories
{
  background-image:url("/grafika/plus.png");
}
#categories .icon.subcategories.open
{
  background-image:url("/grafika/minus.png");
}
#categories .icon.nosubcategories
{
  background-image:none;
}
#categories .icon.subcategories:hover,
#categories .icon.level_1.subcategories.active
{
  background-image:url("/grafika/plus_white.png");
  background-color:#7E7E7E;
}
#categories .icon.subcategories.open:hover,
#categories .icon.level_1.subcategories.open.active
{
  background-image:url("/grafika/minus_white.png");
  background-color:#7E7E7E;
}
/**/

/* FOTO */
#categories span.foto,
#categories span.foto.level_2
{
  display: none;
}
/* END FOTO */

#categories ul.level_1,
#categories ul.subcategories.level_1
{
  display: none;
}
#categories ul.level_1.open,
#categories ul.subcategories.level_1.open
{
  display: block;
}
h1,
h2
{
    margin-bottom: 20px;
    font-size: 40px;
}


#header_bg
{
    height: auto;
}
#header
{
    background-color: #4F232C;
}

#logo
{
    position: relative;
    margin: auto;
    left: 0;
    margin-bottom: 20px;
    top: 0;
    width: auto;
    background-position: center;
}

#header_right
{
    position: relative;
    width: auto;
    right: 0;
    top: 0;
}

#as_vyhledavani_text
{
    margin-top: 60px;
}

#basket
{
    float: right;
    padding-right: 0;
    width: auto;
}


.categories_mobil_show
{
    border-top: 7px solid #f6e5b6;
    border-bottom: 7px solid #f6e5b6;
    background-color: #dec272;
    color: #4f232c;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1d791+0,dabe6d+40,dabe6d+60,f1d791+100 */
    background: -moz-linear-gradient(top,  rgba(241,215,145,1) 0%, rgba(218,190,109,1) 40%, rgba(218,190,109,1) 60%, rgba(241,215,145,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(241,215,145,1) 0%,rgba(218,190,109,1) 40%,rgba(218,190,109,1) 60%,rgba(241,215,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(241,215,145,1) 0%,rgba(218,190,109,1) 40%,rgba(218,190,109,1) 60%,rgba(241,215,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d791', endColorstr='#f1d791',GradientType=0 ); /* IE6-9 */
}
#categories_bg
{
    background: transparent;
    border: 0;
    padding: 0;
}
#categories a.level_1
{
    background: transparent;
}


.subcategories_img
{
    margin-bottom: 20px;
}
.subcategory_img
{
    margin-right: 10px;
    width: 82px;
}
.subcategory_img:hover
{
    box-shadow: none;
}
.subcategory_img a
{
    border: 0;
    padding: 0;
    height: auto;
    overflow: visible;
}
.subcategory_img .img
{
    display: block;
    float: none;
    clear: both;
    border: 1px solid #e6e6e6;
    margin-bottom: 5px;
    height: 80px;
    width: 80px;
}
.subcategory_img .no_foto
{
    height: 80px;
    width: 80px;
}
.subcategory_img:hover .img
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.subcategory_img .name
{
    display: block;
    float: none;
    clear: both;
    font-family: "Oswald", arial;
    color: #4f232c;
    text-align: center;
    list-height: 20px;
    height: 40px;
    overflow: hidden;
}

.c-filters
{
    padding: 15px;
    margin-bottom: 20px;
}

#slider-range-text
{
    display: block;
    float: none;
    width: auto;
}
#slider-range-bg
{
    width: auto;
    float: none;
}

.sort_bookmark
{
    padding: 0;
}
.sort_bookmark a.active
{
    border-bottom: 1px solid #E6E6E6;
}

.products_per_page_select
{
    display: none;
}

.produkt
{
    margin-bottom: 20px;
}
.produkt .produkt-in
{
    border: 1px solid #F1F1F1 !important;
}
.produkt .foto
{
    padding: 0;
}
.produkt .in_basket.active
{
    position: relative;
    z-index: 10;
}
.produkt .tags
{
    margin: 0;
    z-index: 20;
}
.produkt .popisek
{
    padding: 0;
    width: auto;
}
.produkty .table-produkt-bottom-1 table.basket_form_table
{
    position: relative;
    display: block;
    width: auto;
}
.produkty .bt-basket
{
    background-image: url("/grafika/basket_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    font-size: 0;
}
.produkty .stav_skladu
{
    margin-bottom: 10px;
}


#detail_basket_form .basket_form_table
{

}
#detail_basket .left
{

}


.foot .col-1, .foot .col-2, .foot .col-3,
#foot .col-1, #foot .col-2, #foot .col-3
{
    display: block;
    float: none;
    margin: 2%;
    padding: 5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    width: auto;
}
.foot .col,
#foot .col,
.foot.fast_filtr .col
{
    padding: 0;
    text-align: center;
}

.fast_filtr
{
    padding-top: 5%;
}

#foot ul li
{
    list-style: none;
}

#foot_1
{
    padding: 0;
    overflow: hidden;
}

#foot_2
{
    text-align: center;
}


/* HP */
#rozcestnik
{
    margin: 0;
}
#rozcestnik .box_bg
{
    width: auto;
    float: none;
}
#hp_slider
{
    display: none;
}
/* END HP */


@media all and (max-width:458px)
{
    #logo
    {
        background-size: 100% auto;
    }
}