.search-whisperer {
    z-index: 100;
    position: absolute;
    display: none;
    width: calc(100% + 230px);
    max-width: 1700px;
    border-style: solid;
    text-align: left;
    font-size: 12px;
    border-radius: 0;
    top: 81px;
    left: -230px;
    line-height: 1.2;
    background: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
    min-width: 330px;
    border: none;
    padding: 0
}
form .form-control:focus {
    border-radius: 0;
    border: 1px solid var(--color-primary);
    outline: none;
}

@media only screen and (max-width: 1200px) {
    .search-whisperer {
        top:69px;
        width: calc(100% + 190px);
        left: -190px
    }
}

@media only screen and (max-width: 767px) {
    .search-whisperer {
        width:100%;
        max-width: 100%;
        border: 2px solid #000
    }
}

.search-whisperer>div,.search-whisperer>ul {
    padding: 30px 45px!important
}

@media only screen and (max-width: 767px) {
    .search-whisperer>div,.search-whisperer>ul {
        padding:15px 17px!important
    }
}

.search-whisperer p {
    margin: 10px 5px
}

.search-whisperer a:hover {
    background-color: rgba(0,0,0,.045)
}

.search-whisperer ul {
    margin: 0;
    padding: 0
}

.search-whisperer ul li {
    list-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.search-whisperer ul li a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 5px;
    text-decoration: none
}

.search-whisperer ul li a>img {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-whisperer .p-name {
    margin-bottom: .25ex
}

.search-whisperer .p-info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 50%;
    padding: 0 5px
}

.search-whisperer .p-info span {
    display: block
}

.search-whisperer .p-availability-inner,.search-whisperer .p-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-whisperer .p-availability {
    height: 14px;
    line-height: 1;
    position: relative
}

.search-whisperer .p-availability .p-availability-inner {
    position: absolute
}

.search-whisperer .price {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-top: 0;
    text-align: right;
    font-size: 13px;
    line-height: 1
}

.search-whisperer.active {
    display: none
}

@media (min-width: 768px) {
    .search-whisperer .price {
        margin-top:0;
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .search-whisperer ul li a {
        -ms-flex-align:center;
        align-items: center
    }

    .search-whisperer .price {
        width: 90px;
        margin-top: 0;
        padding-right: 7px
    }
}

.search-whisperer-documents {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.search-whisperer img {
    max-width: 100%
}

.search-whisperer-documents a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    text-decoration: none
}

.search-whisperer-documents em {
    padding-right: 1ex;
    font-size: 12px
}

.search-whisperer-category em:before {
    content: "\e936";
    vertical-align: baseline
}

.search-whisperer-image {
    max-width: 59px
}

.search-whisperer-empty {
    padding: 6px 5px;
    border: none
}

.search-whisperer {
    border-color: #dadada;
    background-color: #fff
}

.search-whisperer ul li {
    border-color: #dadada
}

.search-whisperer ul li a:not(.btn) {
    color: #666
}

.search-whisperer .price {
    color: #656565
}

.search-whisperer .p-name {
    color: #656565
}

.search-whisperer-documents {
    border-bottom-color: #dadada
}

@media only screen and (max-width: 767px) {
    .search-window-visible #header .search-form {
        display:block!important
    }
}

.empty-cart-boxes .search-form button {
    min-height: 40px;
    height: 40px
}

@media only screen and (min-width: 768px) {
    #header .search {
        position:relative;
        height: 60px;
        width: calc(100% - 765px);
        min-width: 1px
    }
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
    #header .search {
        width:calc(100% - 585px);
        padding-left: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    #header .search {
        width:calc(100% - 470px);
        padding-left: 30px
    }
}

@media only screen and (min-width: 768px) {
    #header .search-form {
        position:relative;
        right: 6px;
        z-index: 3;
        margin-top: 0;
        height: 63px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0px;
        background: #fff;
        border-radius: 5px
    }
}

@media only screen and (max-width: 767px) {
    #header .search-form {
        right:0!important;
        width: 100%;
        background: #f2f2f2;
        position: fixed;
        top: 60px;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 15px 18px;
        display: none
    }
}

#header .search-form .search-toggle {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: transparent;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    content: "";
    top: 0;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    display: none
}

@media only screen and (max-width: 767px) {
    #header .search-form .search-toggle {
        display:none
    }
}

#header .search-form fieldset {
    right: 0;
    transition: 0s;
    padding: 0px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#header .search-form fieldset input[type=search]::-webkit-search-cancel-button,#header .search-form fieldset input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

#header .search-form fieldset input {
    padding-left: 10px;
    transition: none;
    padding-right: 10px;
    margin-bottom: 0;
    width: 100%;
    height: 48px;
    box-shadow: none;
    padding: 15px 0 15px 15px;
    font-size: 1em;
    background: #fff;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 7px;
}

@media only screen and (max-width: 1200px) {
    #header .search-form fieldset input {
        font-size:1em
    }
}

#header .search-form fieldset input:-ms-input-placeholder {
    font-weight: 400;
    color: rgba(30,30,28,.56);
    letter-spacing: 0
}

#header .search-form fieldset input::placeholder {
    font-weight: 400;
    color: rgba(30,30,28,.56);
    letter-spacing: 0
}

@media only screen and (max-width: 767px) {
    #header .search-form fieldset input:-ms-input-placeholder {
        font-weight:400
    }

    #header .search-form fieldset input::placeholder {
        font-weight: 400
    }
}

@media only screen and (max-width: 767px) {
    #header .search-form fieldset {
        padding:0;
        margin: 0;
        display: block;
        right: 0;
        width: 100%
    }

    #header .search-form fieldset input {
        width: calc(100% - 45px);
        height: 40px;
        border-radius: 4px;
        background: #fff;
        float: left;
        font-size: 1em;
        opacity: 1;
        margin-bottom: 0;
        padding-left: 15px
    }
}



#header .search-form fieldset button:hover {
    opacity: 1
}

@media only screen and (max-width: 767px) {
    #header .search-form fieldset button {
        color:#fff!important;
        margin: 0;
        float: right;
        min-width: inherit;
        width: 30px!important;
        height: 40px;
        font-size: 1em;
        min-height: 40px;
        border-radius: 0;
        opacity: 1;
        top: 0;
        right: 0;
        display: block!important
    }
}

#header .search-form fieldset button:focus {
    outline: none;
    border: none;
    border-radius: 0
}

#header .search-form fieldset button:before {
    color: #fff;
    font-size: 16px;
    content: "\e920";
    font-family: shoptet;
    transform: scaleX(-1);
    font-weight: 600;
    display: inline-block;
    right: 10px;
    position: absolute;
    display: none
}

#header .search-form .search-whisperer.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: calc(100vh - 150px);
    overflow: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px
}

@media only screen and (min-width: 768px) {
    #header .search-form .search-whisperer.active {
        left:-230px;
        width: calc(100% + 730px)
    }
}

@media (max-width: 1200px) {
    #header .search-form .search-whisperer.active {
        left:-220px;
        width: calc(100% + 640px);
        max-width: 1000px
    }
}

@media (max-width: 1050px) {
    #header .search-form .search-whisperer.active {
        width:calc(100% + 540px)
    }
}

@media only screen and (max-width: 767px) {
    #header .search-form .search-whisperer.active {
        top:70px;
        left: 0;
        width: 100%;
        max-width: inherit;
        border: none;
        height: calc(100vh - 130px);
        max-height: calc(100vh - 130px)
    }
}

#header .search-form .search-whisperer.active .search-whisperer-products {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f7f6f9
}

@media (max-width: 992px) {
    #header .search-form .search-whisperer.active .search-whisperer-products {
        width:100%
    }
}

#header .search-form .search-whisperer.active .search-whisperer-products:before {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-size: 1.3em;
    letter-spacing: .5px;
    font-weight: 600;
    width: 100%;
    color: #1e1e1c;
    content: "Produkty"
}

#header .search-form .search-whisperer.active .search-whisperer-products li {
    width: 25%;
    border: 1px solid #f7f7f9;
    background: #fff
}

@media (max-width: 1300px) {
    #header .search-form .search-whisperer.active .search-whisperer-products li {
        width:33.333%
    }
}

@media (max-width: 992px) {
    #header .search-form .search-whisperer.active .search-whisperer-products li {
        width:33.333%
    }
}

@media only screen and (max-width: 480px) {
    #header .search-form .search-whisperer.active .search-whisperer-products li {
        width:50%
    }
}

#header .search-form .search-whisperer.active .search-whisperer-products li .na-dotaz {
    display: block;
    text-align: left;
    width: 100%
}

#header .search-form .search-whisperer.active .search-whisperer-products li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    letter-spacing: .5px
}

@media (max-width: 1400px) {
    #header .search-form .search-whisperer.active .search-whisperer-products li a {
        padding:20px 15px
    }
}

#header .search-form .search-whisperer.active .search-whisperer-products li a .search-whisperer-image {
    width: 100px;
    height: 100px;
    max-width: 100px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header .search-form .search-whisperer.active .search-whisperer-products li a .p-info {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    color: #1e1e1c
}

@media only screen and (max-width: 1200px) {
    #header .search-form .search-whisperer.active .search-whisperer-products li a .p-info {
        margin-bottom:10px
    }
}

#header .search-form .search-whisperer.active .search-whisperer-products li a .p-info .p-name {
    width: 100%;
    font-size: 1.2em;
    color: #1e1e1c;
    margin-bottom: 7px;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box!important;
    white-space: inherit
}

#header .search-form .search-whisperer.active .search-whisperer-products li a .price {
    width: 100%;
    text-align: left;
    color: #1e1e1c
}

#header .search-form .search-whisperer.active .search-whisperer-products li a:hover {
    background: transparent
}

#header .search-form .search-whisperer.active .search-whisperer-products li a:hover .p-info .p-name {
    text-decoration: underline
}

#header .search-form .search-whisperer.active .search-whisperer-documents {
    min-width: 500px;
    margin-left: 0;
    border-bottom: none;
    width: 500px
}

#header .search-form .search-whisperer.active .search-whisperer-documents.text-center {
    z-index: -1;
    width: 100%;
    margin-left: 0
}

#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    display: block;
    padding: 10px 20px;
    background: transparent;
    border: none;
    color: var(--color-primary);
    font-weight: 600
}

#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:after,#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:before {
    display: none!important
}

#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:after {
    width: 8px;
    height: 8px;
    content: "\e901";
    font-size: 12px;
    font-family: icons;
    font-weight: 400;
    margin-left: 12px;
    top: 0;
    color: var(--color-primary);
    line-height: 1;
    display: inline-block!important;
    position: relative;
    background: transparent;
    filter: none!important
}

#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:hover {
    color: var(--color-primary-hover)
}

#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:hover:after {
    color: var(--color-primary-hover)
}

@media (max-width: 1600px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents {
        min-width:400px;
        width: 400px
    }
}

@media (max-width: 992px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents {
        width:100%;
        margin-left: 0;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (max-width: 480px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents {
        min-width:100%
    }
}

#header .search-form .search-whisperer.active .search-whisperer-documents.search-whisperer-empty {
    width: 100%;
    margin-left: 0;
    text-align: center
}

#header .search-form .search-whisperer.active .search-whisperer-documents.long {
    width: 100%;
    margin-left: 0
}

#header .search-form .search-whisperer.active .search-whisperer-documents a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 8px;
    color: #1e1e1c;
    font-size: 1.2em;
    letter-spacing: .5px
}

#header .search-form .search-whisperer.active .search-whisperer-documents a span {
    display: inline-block;
    max-width: calc(100% - 30px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#header .search-form .search-whisperer.active .search-whisperer-documents a em {
    font-size: 1em;
    font-style: normal;
    padding-right: 5px;
    display: none
}

@media only screen and (max-width: 767px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents a span {
        width:calc(100% - 34px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

#header .search-form .search-whisperer.active .search-whisperer-documents a:hover {
    background: transparent
}

#header .search-form .search-whisperer.active .search-whisperer-documents a:hover span {
    text-decoration: underline
}

#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-article-title:before {
    display: block;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    width: 100%;
    color: #1e1e1c;
    content: "Články";
    -ms-flex-order: -2;
    order: -2;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #e4e4e4;
    font-size: 16px
}

@media only screen and (max-width: 480px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-article-title:before {
        margin-top:10px;
        padding-top: 20px
    }
}

#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-brand-title:before {
    display: block;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    width: 100%;
    color: #1e1e1c;
    content: "Značky";
    -ms-flex-order: -2;
    order: -2;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #e4e4e4;
    font-size: 16px
}

@media only screen and (max-width: 480px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-brand-title:before {
        margin-top:10px;
        padding-top: 20px
    }
}

#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document:first-child:before {
    padding-top: 0;
    margin-top: 0;
    border: none
}



#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.search-whisperer-category em {
    display: none
}


#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.search-whisperer-category:first-child:before {
    display: block!important;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    width: 100%;
    color: #1e1e1c;
    content: "Kategorie";
    border: none;
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    -ms-flex-order: -2;
    order: -2
}

#header .search-form .search-whisperer.active .search-whisperer-documents+.search-whisperer-products {
    width: calc(100% - 500px)
}

@media (max-width: 1600px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents+.search-whisperer-products {
        width:calc(100% - 400px)
    }
}

@media (max-width: 1400px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents+.search-whisperer-products {
        width:calc(100% - 400px)
    }
}

@media (max-width: 992px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents+.search-whisperer-products {
        width:100%;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    #header .search-form .search-whisperer.active .search-whisperer-documents+.search-whisperer-products {
        margin-bottom:10px
    }
}

@media (max-width: 992px) {
    #header .search-form.hovered fieldset {
        padding:0 55px;
        background-position: left 15px center!important
    }

    #header .search-form.hovered fieldset input {
        width: 100%
    }

    #header .search-form.hovered .search-toggle {
        right: 5px
    }
}


