/* Responsive tools */
@media (max-width: 767px) {

.responsive-tools>a[data-target="search"] {right: 140px; position: absolute;}

.top-navigation-bar .dropdown {display: none;}
body {position: relative; top: 41px;}
.resp-tools-hider {transform: translateY(-60px);}
.resp-tools-search-hider {opacity: 0;}

.ordering-process div.search {display: none;}
/*div.search {
    position: absolute;
    z-index: 11;
    width: calc(100% - 20px);
    margin: 30px 0px 0px 10px;
    border-radius: 5px;
    transition: transform 300ms;
}*/
#header .search {margin-top: 28px; transition: opacity 300ms ease-in-out; position: fixed; width: calc(100% - 20px); z-index: 23; left: 10px; }
body.type-category div.search {padding: 5px 5px 0px 5px; margin-bottom: -20px;}
body.type-product div.search {padding: 5px 5px 0px 5px; margin-bottom: -20px;}
body.type-posts-listing {padding: 5px 5px 0px 5px; margin-bottom: -20px;}

.search-whisperer.active {z-index: 1;}
.search-window-visible #header .search-form {margin: 0;}
.search-whisperer {z-index: 100 !important; position: fixed; width: calc(100% - 20px);}
.search-whisperer ul {background-color: #f2f2f2;}
.search-whisperer-image {display: none;}
.search-whisperer .p-info {padding: 0;}
.search-whisperer .p-availability {height: 0;}
/* span.availability-label {display: none !important;}  */ /* SKLADEM na mobilu */
div.search-whisperer.active::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(36,36,46,0.5);
    z-index: -1;
}
.search-whisperer-documents {background-color: white;}
.ordering-process .responsive-tools {display: none;}
.ordering-process #header > div > div.header-top > div:nth-child(1) > div {display: none;}
body.in-dekujeme {top: 0px;}
.ordering-process .content-wrapper.container {background-color: #fff;}
.responsive-tools {position: fixed; top: 0px; height: 60px; width: 100%; background-color: white; z-index: 2; border-bottom: 1px solid #ccc; transition: transform 300ms;}
#header .site-name img {max-width: 100% !important; transition: transform 300ms;}
#header .site-name {max-width: 180px; width: 40%; position: fixed; z-index: 2; top: 8px; transition: transform 300ms;}

.responsive-tools>a[data-target="login"] {position: absolute; right: 100px;}
.navigation-in>ul>li {border-top-style: none;}
#navigation {top: 60px;}
.responsive-tools>a[data-target="navigation"] {right: 0; z-index: 2;position: absolute; width: 48px; height: 60px;}
.responsive-tools>a[data-target="navigation"]::before {background-color: transparent;font-size: 16pt;width: 100%;height: 100%;text-align: center;content: '\e914';line-height: 45px;color: #343434;}
.navigation-window-visible .responsive-tools>a[data-target="navigation"]::before {content: '\e912';display: block;font-size: 14pt;}
.responsive-tools>a[data-target="navigation"]::after {content: "Menu";position: absolute;right: 0px;font-size: 8pt;color: #343434;width: 48px;height: 10px;top: 38px;}
#navigation > span {display: none;}
#header .cart-count {top: 18px; right: 40px;z-index: 2; position: fixed;}
.p-image-wrapper .flags-extra {z-index: 1;}/* CSS Document */