@media (min-width: 768px) {
	#search_block_top #pre-search-button {
		display: none;
	}
	#search_block_top #searchbox {
		display: block;
	}
	header .row #header_logo img.logo-non-mobile {
		display: block;
	}
	header .row #header_logo img.logo-only-mobile {
		display: none;
	}
	#subcategories ul {
		margin-bottom: 20px;
	}
	#subcategories ul li {
		height: 60px;
		margin-bottom: 10px;
		width: 195px;
    border-radius: 3px;
		display: table;
		transition: all ease 0.3s;
	}
	#subcategories ul li:hover {
        box-shadow: 2px 2px 6px 0px rgba(102, 102, 102, 0.5);
		transition: all ease 0.3s;
	}
	#subcategories ul li a.subcategory-name {
		vertical-align: middle;
	}
	#subcategories ul li .subcategory-name {
			}
	span.posledni-odkaz a:after {
    	display: none;
	}
	span.posledni-odkaz {
    	font-size: 0;
	}
	span.posledni-odkaz a {
	    font-size: 13px;
	}
}


@media (max-width: 767px) {
	header .row #header_logo {
    	left: auto;
		z-index: 1;
	}
	header .row #header_logo {
		border-bottom: 1px solid #ccc;
		padding: 5px 90px 5px 40px;
		margin-bottom: 10px;
	}
	#index header .row #header_logo {
		border-bottom: 1px solid black;
		padding: 5px 90px 5px 40px;
		/* margin-bottom: -40px; */
		margin-bottom: 10px;
	}
	header .row #header_logo img.logo-non-mobile {
		display: none;
	}
	header .row #header_logo img.logo-only-mobile {
		display: block;
		max-width: 180px;
		margin: 0 auto;
	}
	header .cart_custom_block {
		position: absolute;
		top: 0px;
		right: 20px;
		width: 40px;
		padding: 0;
		z-index: 4;
	}
	#header .shopping_cart {
    	padding-top: 20px;
	}
	header .cart_custom_block .shoppi_cart,
	header .cart_custom_block .ajax_cart_product_txt,
	header .cart_custom_block .ajax_cart_product_txt_s,
	header .cart_custom_block .ajax_cart_total,
	header .cart_custom_block .ajax_cart_no_product,
	header .cart_custom_block .shopping_cart a b {
		display: none;
	}
	.shop_cart {
	    position: absolute;
    	float: none;
	    padding-top: 0;
    	z-index: 10;
	    top: 43px;
    	right: -15px;
	}
	#header .cart_block {
    	min-width: 220px;
	}
	.shop_cart .ajax_cart_quantity {
    	background: #64b716;
	    color: #fff;
    	padding: 2px 6px;
	    width: 20px;
    	height: 20px;
	    border: transparent;
    	border-radius: 50px;
	    font-size: 14px;
    	border: 1px solid #787878;
	}
	.shopping_cart .ajax_cart_no_product {
    	background: #64b716;
	    color: #fff;
    	padding: 1px 0;
	    width: 22px;
    	font-weight: normal;
	    height: 22px;
    	border: transparent;
	    border-radius: 50px;
    	text-align: center;
	    font-size: 14px;
    	border: 1px solid #787878;
	    position: absolute;
    	top: 41px;
	    right: -15px;
	}
	#header .shopping_cart > a:first-child {
		color: black;
		padding: 0;
	}
	#header .shopping_cart > a:first-child:after,
	#header .shopping_cart > a:first-child:hover:after {
		padding-right: 0;
    	line-height: 1;
	    content: "\e0a1";
		padding: 0;
	    font: 400 26px/38px "fl-bigmug-line";
		color: black;
	}
	#block_top_menu {
		float: none;
		position: absolute;
		top: 6px;
		z-index: 2;
		width: 50px;
		padding: 12px 0 0 15px;
	}
	#block_top_menu ul.sf-menu.menu-content {
		width: 100vw;
		margin-left: -15px;
	}
	#block_top_menu .cat-title {
		font-size: 12px;
		color: black;
		background: none;
		border: none;
		width: 50px;
		height: 50px;
		padding: 0;
	}
	#block_top_menu .cat-title:after {
		display: block;
	    font-family: "fl-bigmug-line";
    	content: "\e069";
	    position: absolute;
    	left: 5px;
	    top: 16px;
    	font-size: 24px;
	    color: black;
    	width: 30px;
		font-weight: 300;
		transform: scale(1.3,0.7);
	}
	#search_block_top {
		padding: 0;
    	width: auto;
	    position: absolute;
    	top: 11px;
	    right: 50px;
		z-index: 3;
	}
	#search_block_top .btn.button-search:before {
    	display: none;
	}
	#search_block_top .btn.button-search {
		width: 100px;
	}
	#search_block_top .btn.button-search span {
    	display: block;
		padding: 3px 0px 2px;
	}
	#search_block_top #pre-search-button {
		display: block;
		width: 50px;
	    height: 50px;
    	font-size: 26px;
	    color: black;
	}
	#search_block_top #pre-search-button i {
		position: absolute;
		top: 18px;
		left: 10px;
	}
	#search_block_top #searchbox {
		display: none;
		position: fixed;
    	float: none;
	    width: 320px;
    	margin-left: -160px;
	    left: 50%;
	    top: 0px;
	}
	#left_column #categories_block_left.block,
	#left_column #viewed-products_block_left.block {
		display: none;
	}
	#subcategories ul {

	}
	#subcategories ul li .subcategory-name {
			}
	#subcategories ul li {
    	float: left;
    	margin: 0 5px;
    	height: 190px;
		margin-bottom: 10px;
		display: table;
		transition: all ease 0.3s;
	}
	#subcategories ul li:hover {
        box-shadow: 2px 2px 6px 0px rgba(102, 102, 102, 0.5);
		transition: all ease 0.3s;
	}
	#subcategories ul li a.subcategory-name {
		vertical-align: middle;
	}
	}
	.page-heading span.heading-counter {
    	float: right;
	    display: inline-block;
    	padding-top: 7px;
		  margin-bottom: 1px;
      display: none;
	}
	span.posledni-odkaz a:after {
    	display: none;
	}
	span.posledni-odkaz {
    	font-size: 0;
	}
	span.posledni-odkaz a {
	    font-size: 13px;
	}
}