#manticore-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 20px;
    color: rgba(0, 0, 0, .9);
    font-size: 16px;
    text-rendering: optimizeLegibility;
    background: hsla(0, 0%, 95%, .97);
    -webkit-overflow-scrolling: touch;
    text-align: left;
    z-index: 2147483647;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
}
#manticore-search .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1800px;
}
#manticore-search .layout {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#manticore-search .layout.has-results {
    background: #fff;
}
#manticore-search .header {
    -webkit-box-shadow: 0 1px 4px rgba(62, 57, 107, .05);
    box-shadow: 0 1px 4px rgba(62, 57, 107, .05);
    background: #fff;
    z-index: 1;
    font-size: 16px;
    color: #000;
    position: relative;
}
#manticore-search .form {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 3%;
}
#manticore-search .search-icon {
    top: 24px;
    left: 3.2%;
    width: 50px;
    height: 50px;
}
#manticore-search .close-icon {
    top: 25px;
    right: 3%;
    width: 43px;
    height: 43px;
    opacity: .9;
    fill: #000;
}
#manticore-search .icon {
    fill: #000000;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}
#manticore-search .svg {
    fill: inherit !important;
    width: inherit;
    height: inherit;
}
#manticore-search .input {
    all: initial;
    font: inherit;
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    background: none;
    border: none !important;
    color: #000;
    height: 90px;
    line-height: 40px;
    margin: 0;
    padding: 6px 55px 9px 64px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#manticore-search .results {
    max-width: none;
    margin: 0 auto;
    padding: 0 3%;
    display: none;
}
#manticore-search .layout.has-results .results {
    display: block;
}
#manticore-search .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -55px 0 0 -60px;
    max-width: none;
}
#manticore-search .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: initial;
    padding: 55px 0 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 1261px) {
    #manticore-search .cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    }
}
@media (max-width: 767px) {
    #manticore-search .cell {
        padding: 0 0 0 60px;
    }
}

/* left sidebar */
#manticore-search .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    padding-top: 60px;
    padding-bottom: 85px;
}
@media (max-width: 685px) {
    #manticore-search .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 0;
    }
}
#manticore-search .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#manticore-search .category, #manticore-search .manufacturer {
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 5px 16px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

/* right content */
#manticore-search .lists {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 70px 0 85px 60px;
}
#manticore-search .title {
    color: inherit;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    font-size: 26px;
    line-height: 29px;
    padding-bottom: 6px;
    margin-top: -7px;
}
#manticore-search .title-icon {
    display: inline-block;
    height: 21px;
}
#manticore-search .arrow-right-icon {
    position: absolute;
    margin-left: 1px;
    width: 28px;
    height: 28px;
}
#manticore-search .item {
    margin-top: 18px;
    font-size: 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#manticore-search .item a {
    border: 0;
    font-weight: 400 !important;
}
#manticore-search .thumbnail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#manticore-search .image {
    max-width: 100%;
    max-height: 100%;
}
#manticore-search .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
#manticore-search .content-footer {
    color: rgba(0, 0, 0, .55);
    margin-top: 5px;
}
#manticore-search .content-footer .price {
    color: rgba(0, 0, 0, .55);
}
#manticore-search .no-result {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 25px;
    margin-top: 0;
    color: #0c061a;
}
#manticore-search .no-result label {
    color: #0ea579;
    text-decoration: none;
    word-wrap: break-word;
}

#manticore-search .no-result-text h2 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 25px;
    margin-top: 0;
}
#manticore-search .no-result-text ul {
    list-style: none;
    counter-reset: my-awesome-counter;
}
#manticore-search .no-results-text ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
    color: #666;
    counter-increment: my-awesome-counter;
}
#manticore-search .no-results-text ul li:before {
    content: counter(my-awesome-counter) ". ";
    font-size: 14px;
    color: #e95d2a;
    margin-right: 15px;
    float: left;
    margin-top: 2px;
}


.body-fixed {
    position: fixed;
    left: 0;
    right: 0;
}