@media (max-width: 767.98px) {
    .search-box {
        display: block;
    }
}

header .tt-desktop-header .tt-logo {
     margin-top: 0px !important;
     margin-bottom: 0px !important;
}

.tt-shopcart-table-02 table tr td {
    padding: 0.75rem;
}

.mega-dropdown-column {
     max-width: 100% !important;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    display: none;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
    z-index: 10000 !important;
}


.klaro .cookie-modal .cm-modal.cm-klaro {
    padding: 2rem 2.5rem 2rem 2.5rem;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    max-width: calc(100% - 30px);
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    bottom: auto;
    padding: 2rem 2.5rem 2rem 2.5rem;
}

@media (min-width: 1024px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        max-width: 100vw;
    }
}