.smartsearch, .smartsearch body {
    position: absolute;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.smart-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;
    overflow-y: scroll;
    background: hsla(0,0%,95%,.97);
    -webkit-overflow-scrolling: touch;
    text-align: left;
}
.smart-theme-compact {
    background: none;
}
.smart-search.smart-theme-full {
    background: rgba(240,243,246,0.97);
}
.smart-theme-compact .smart-wrapper {
    margin: 2% auto;
    max-width: 1420px;
}
.smart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1800px;
    border: 1px solid black;
}

.smart-search.smart-theme-full .smart-layout, .smart-search.smart-theme-full .smart-header {
    box-shadow: none;
}
.smart-theme-compact .smart-layout {
    margin: 0 2%;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(62,57,107,.35);
    box-shadow: 0 1px 4px rgba(62,57,107,.35);
    overflow: hidden;
}

.smart-withQuery {
    background: #fff;
}

.smart-layout {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.smart-withQuery .smart-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.smart-header {
    font-size: 16px;
    color: #000;
    position: relative;
    background: #fff;
    z-index: 1;
}

.smart-theme-full .smart-header {
    -webkit-box-shadow: 0 1px 4px rgba(62,57,107,.05);
    box-shadow: 0 1px 4px rgba(62,57,107,.05);
}

.smart-search.smart-theme-full .smart-layout, .smart-search.smart-theme-full .smart-header {
    box-shadow: none;
}

.smart-form, .smart-results {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}

.smart-results {
    margin-top: 5px;
    max-width: none;
    position: relative;
}

.smart-form {
    display: block;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}

.smart-icon {
    fill: #adb9c5;
    opacity: .5;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

.smart-searchIcon {
    top: 24px;
    left: 3.2%;
    width: 50px;
    height: 50px;
}

.smart-closeIcon {
    top: 25px;
    right: 3%;
    width: 43px;
    height: 43px;
    opacity: .9;
    fill: #000;
}

.smart-input[type=text], .smart-input[type=text]:focus, .smart-input[type=text]:hover {
    all: unset;
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    background: none;
    border: 0;
    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;
}

.smart-input::placeholder {
    color: #d6dce2;
}

.smart-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -55px 0 0 -60px;
    max-width: none;
    position: relative;
}

.smart-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;
}

.smart-cell.smart-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    padding-top: 60px;
    padding-bottom: 85px;
}

.smart-cell.smart-lists {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 70px 0 85px 60px;
}

.smart-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    //: fixed;
    //: 0;
    //: 30px;
    //: 70%;
}

.smart-sections {
    margin: initial;
    padding-bottom: 20px;
}

.smart-search a, .smart-search a:active, .smart-search a:hover {
    text-decoration: none;
    color: rgba(0,0,0,.9);
    font-weight: 400!important;
}

.smart-search a {
    border: 0;
}

a.smart-section {
    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;
}

.smart-section:first-child {
    border-top: 1px solid #e6e6e6;
}

.smart-counter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #eee;
    min-width: 21px;
    margin: 0 0 0 5px;
    width: auto;
}

.smart-section.smart-active .smart-counter, .smart-section:hover .smart-counter {
    color: #fff;
    border: 1px solid transparent;
}

.smart-section.smart-active .smart-counter {
    background: #735b96;
}

.smart-section:hover .smart-counter {
    background: #735b9699;
}

.smart-title, a.smart-title {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    font-size: 26px;
    line-height: 29px;
    padding-bottom: 6px;
    margin-top: -7px;
}

.smart-titleIcon {
    display: inline-block;
    height: 21px;
}

.smart-icon {
    fill: #adb9c5;
    opacity: .5;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

.smart-arrow-leftIcon, .smart-arrow-rightIcon {
    position: relative;
    width: 50px;
    height: 50px;
    opacity: 1;
    cursor: inherit;
}

.smart-title .smart-arrow-rightIcon {
    position: absolute;
    margin-left: 1px;
    width: 28px;
    height: 28px;
}

.multi-svg {
    fill: inherit!important;
}

.multi-svg-path {
    fill: black;
}

a.smart-item {
    margin-top: 18px;
    font-size: 15px;
}

.smart-thumbnail, a.smart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.smart-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;
}

.smart-image {
    max-width: 100%;
    max-height: 100%;
}

.smart-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.smart-snippet {
    color: rgba(0,0,0,.55);
    margin-top: 5px;
}

.smart-price {
    color: rgba(0,0,0,.55);
}

a.smart-more {
    display: inline-block;
    margin-top: 15px;
    color: rgba(100,119,136,.7);
}

.smart-lastQueries, .smart-noResults {
    position: absolute;
    padding: 10px 20px 30px 63px;
    line-height: 25px;
    background: hsla(0,0%,95%,.5);
}

.smart-search.smart-theme-full .smart-noResults {
    background: none;
}

.smart-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.smart-cell .smart-pagination {
    margin: 40px auto 0;
    height: 56px;
}

a.smart-page {
    border-radius: 50%;
    border: 1px solid #adb9c5;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 0 10px;
}

.smart-previous.smart-page {
    width: 38px;
    height: 38px;
}

.smart-icon {
    fill: #adb9c5;
    opacity: .5;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

.smart-arrow-leftIcon, .smart-arrow-rightIcon {
    position: relative;
    width: 50px;
    height: 50px;
    opacity: 1;
    cursor: inherit;
}

.smart-arrow-leftIcon {
    width: 37px;
    height: 37px;
}

.smart-hidden {
    visibility: hidden;
}

.smart-cur-page {
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 15px;
    margin: -6px 0 0 -35px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    min-width: 16px;
    color: #fff;
    background: #735b96;
    z-index: 1;
}

.smart-corrected {
    margin: 2px 0 25px;
}

a.smart-phrase {
    display: inline-block;
    color: #0082e6;
    margin-top: 1px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}

.smart-page.smart-disabled {
    opacity: .2;
}

.lds-css {
    position: absolute;
    z-index: 2;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.smart-open .smart-filterByCategory {
    font-weight: 700;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.smart-filterByCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.smart-chevron-downIcon, .smart-chevron-upIcon {
    position: relative;
    height: 22px;
    width: 22px;
    fill: rgba(100,119,136,.8);
    opacity: 1;
}

.smart-open .smart-filterByCategory {
    font-weight: 700;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

@keyframes smart-loader3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        left: 100px;
    }
    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes smart-loader3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        left: 100px;
    }
    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes smart-loader2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes smart-loader2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes smart-loader {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes smart-loader {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.smart-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.smart-loader > div {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
.smart-loader div > div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: 100px;
    left: 32px;
    -webkit-animation: smart-loader 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: smart-loader 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.smart-loader div:nth-child(1) div {
    -webkit-animation: smart-loader2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: smart-loader2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #fea222;
}
.smart-loader div:nth-child(2) div {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: #fea222;
}
.smart-loader div:nth-child(3) div {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    background: #fea222;
}
.smart-loader div:nth-child(4) div {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: #fea222;
}
.smart-loader div:nth-child(5) div {
    -webkit-animation: smart-loader3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: smart-loader3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #fea222;
}
.smart-loader {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

@media (max-width: 685px) {
    .smart-cell.smart-lists {
        padding-top: 30px;
    }

    .smart-search .smart-layout, .smart-search .smart-wrapper {
        margin: 0;
        border-radius: 0;
    }

    .smart-search .smart-layout {
        -webkit-box-shadow: 0 0 6px rgba(62,57,107,.45);
        box-shadow: 0 0 6px rgba(62,57,107,.45);
    }

    .smart-theme-full .smart-header, .smart-theme-full .smart-withQuery .smart-header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .smart-form, .smart-results {
        padding: 0 6%;
    }

    .smart-searchIcon {
        top: 11px;
        left: 5%;
        width: 40px;
        height: 40px;
    }

    .smart-input[type=text], .smart-input[type=text]:focus, .smart-input[type=text]:hover {
        font-size: 20px;
        line-height: 20px;
        padding: 5px 41px 5px 39px;
        height: 60px;
    }

    .smart-closeIcon {
        top: 14px;
        right: 5%;
        width: 32px;
        height: 32px;
    }

    .smart-cell.smart-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 0;
    }

    .smart-cell.smart-sidebar {
        margin-top: 0;
    }

    .smart-cell.smart-lists {
        padding-top: 30px;
    }

    .smart-counter {
        font-size: 11px;
        line-height: 18px;
    }
}

@media (max-width: 1260px) and (min-width: 961px) {
    .smart-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 1261px) {
    .smart-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    }
}

