


@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.template-search #PageContainer, .search #PageContainer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.rrs-search-suggestion-wrapper *, .rrs-search-suggestion-mobile-top-panel * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 0
}

.rrs-search-suggestion-wrapper {
    position: absolute;
    z-index: 9999999999;
    display: none
}

    .rrs-search-suggestion-wrapper.rrs-search-suggestion-open {
        display: initial
    }

.rrs-search-suggestion-header {
    text-transform: uppercase;
    background: #fafafa;
    padding: 6px 12px 5px;
    color: rgba(34,34,34,0.4);
    margin: 0 0 0px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.rrs-search-suggestion {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    -ms-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    -webkit-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 99990
}

@media (min-width: 768px) {
    .rrs-search-suggestion {
        max-height: 657px;
        overflow-y: auto
    }
}

.rrs-search-suggestion li {
    list-style: none !important;
    clear: both
}

.rrs-search-suggestion > li:first-child > ul > li:first-child {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.rrs-search-suggestion .rrs-search-suggestion-group li {
    float: left;
    width: 100%
}

.rrs-search-suggestion-header-popular + .rrs-search-suggestion-item a {
    color: inherit
}

.rrs-search-suggestion-header-view-all {
    text-align: center;
    background: none;
    padding-bottom: 11px;
    padding-top: 11px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    clear: both;
    background: #fafafa
}

    .rrs-search-suggestion-header-view-all > a {
        display: block;
        color: inherit;
        font-weight: 700;
        margin: 0 !important;
        border: none !important;
        background: none !important;
        font-size: 14px;
        color: #222;
        text-transform: none;
        font-weight: 600;
        line-height: 20px
    }

.rrs-search-suggestion-header + .rrs-search-suggestion-item {
    padding-top: 8px
}

.rrs-search-suggestion-popover {
    position: absolute;
    top: -20px;
    right: 10%;
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin: 0;
    z-index: 99991
}

@media (max-width: 767px) {
    .rrs-search-suggestion-popover {
        display: none
    }
}

.rrs-search-suggestion-popover[data-direction="left"] {
    position: absolute;
    top: -20px;
    left: 10%;
    right: auto;
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin: 0;
    z-index: 99991
}

.rrs-search-suggestion-popover:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    height: 10px;
    width: 10px;
    margin-left: -5px;
    background-color: #f5f5f5;
    -ms-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    -webkit-box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16);
    box-shadow: 0 0 0 1px rgba(39,44,48,0.05),0 1px 5px 1px rgba(39,44,48,0.16)
}

.rrs-search-suggestion-group {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

    .rrs-search-suggestion-group ul {
        display: block !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0;
        margin: 0;
        border: none !important;
        position: relative !important
    }

    .rrs-search-suggestion-group[aria-label="Suggestions"] .rrs-search-suggestion-item a {
        color: inherit
    }

    .rrs-search-suggestion-group[aria-label="Suggestions"] .rrs-search-suggestion-item b {
        font-weight: bold
    }

.rrs-search-suggestion-no-result {
    padding: 20px !important;
    color: #000
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -150px 0
    }

    100% {
        background-position: 150px 0
    }
}

.rrs-search-suggestion-loading > ul {
    margin: 10px 10px 0;
    padding: 0
}

    .rrs-search-suggestion-loading > ul > li {
        height: 45px;
        margin-bottom: 10px;
        position: relative
    }

        .rrs-search-suggestion-loading > ul > li:before {
            content: "";
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            background: #f6f7f8;
            background: #eeeeee;
            background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #e6e6e6), color-stop(33%, #eee));
            width: calc(100% - 55px);
            height: 10px;
            position: absolute;
            top: 8px;
            left: 55px
        }

        .rrs-search-suggestion-loading > ul > li:after {
            content: "";
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            background: #f6f7f8;
            background: #eeeeee;
            background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #e6e6e6), color-stop(33%, #eee));
            width: 50%;
            height: 10px;
            position: absolute;
            top: 28px;
            left: 55px
        }

.rrs-search-suggestion-loading .rrs-search-suggestion-loading-img {
    background-color: #f0f0f0;
    height: 100%;
    width: 30%;
    max-width: 45px
}

.rrs-filter-view-all-result {
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 5px 0
}

.rrs-search-container {
    text-align: center;
    margin-bottom: 50px
}

    .rrs-search-container .rrs-search-result-header {
        font-size: 20px;
        padding-bottom: 10px
    }

.rrs-search-form {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    clear: both;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .rrs-search-form {
        max-width: 60%
    }
}

.rrs-search-form .rrs-search-box {
    border: 1px solid #ececec;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 10px 40px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.rrs-search-form .rrs-search-btn {
    border: 0;
    width: 26px;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    vertical-align: middle;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

    .rrs-search-form .rrs-search-btn:before {
        display: inline-block;
        font-size: 24px;
        text-rendering: auto;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\26B2";
        color: #696969;
        font-weight: 600;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

@media (max-width: 767px) {
    .rrs-search-form .rrs-search-btn:before {
        margin-top: 2px
    }
}

.rrs-search-form .rrs-search-btn:hover:before {
    color: #000
}

.rrs-search-box:focus {
    outline: none
}

@media (max-width: 767px) {
    .rrs-search-box {
        font-size: 16px
    }
}

.rrs-search-suggestion-item {
    padding: 4px 12px 3px;
    margin: 0
}

    .rrs-search-suggestion-item:last-child {
        padding-bottom: 8px
    }

    .rrs-search-suggestion-item > a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        background: none !important;
        overflow: visible;
        float: left;
        width: 100%;
        word-break: break-word
    }

        .rrs-search-suggestion-item > a:focus {
            outline: none
        }

    .rrs-search-suggestion-item a > b {
        font-weight: 600
    }

    .rrs-search-suggestion-item.rrs-search-suggestion-dym:hover {
        background: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .rrs-search-suggestion-item.rrs-search-suggestion-dym > * {
        position: relative
    }

    .rrs-search-suggestion-item.rrs-search-suggestion-dym p {
        padding: 0;
        margin: 0;
        line-height: 22px
    }

        .rrs-search-suggestion-item.rrs-search-suggestion-dym p:last-child {
            margin: 0
        }

    .rrs-search-suggestion-item.rrs-search-suggestion-dym a, .rrs-search-suggestion-item.rrs-search-suggestion-dym span {
        display: inline-block;
        color: #FF3300
    }

.rrs-search-suggestion-item-product {
    overflow: visible;
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
    width: 100%
}

    .rrs-search-suggestion-item-product .rrs-search-suggestion-left {
        float: left;
        display: inline-block;
        margin-right: 16px;
        max-width: 56px
    }

        .rrs-search-suggestion-item-product .rrs-search-suggestion-left img {
            width: auto;
            max-height: 84px;
            max-width: 100%;
            width: auto;
            max-height: 84px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: block
        }

    .rrs-search-suggestion-item-product .rrs-search-suggestion-right {
        overflow: visible;
        vertical-align: middle;
        float: left;
        display: block;
        max-width: calc(100% - 72px)
    }

.rrs-search-suggestion-product-title {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    padding-bottom: 6px;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: left;
}

    .rrs-search-suggestion-product-title b {
        font-weight: 600
    }

.rrs-search-suggestion-product-sku {
    color: #a6a6a6;
    font-size: 85%;
    padding-bottom: 6px;
    margin-bottom: 0;
    line-height: 20px
}

.rrs-search-suggestion-product-vendor {
    color: #666666;
    padding-bottom: 6px;
    margin-bottom: 0
}

.rrs-search-suggestion-product-price {
    color: #030303;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0
}

    .rrs-search-suggestion-product-price s {
        text-decoration: line-through;
        color: rgba(34,34,34,0.6)
    }

        .rrs-search-suggestion-product-price s:after {
            background-color: initial
        }

    .rrs-search-suggestion-product-price .rrs-search-suggestion-product-sale-price {
        color: #FF3300
    }

@media screen and (min-width: 768px) {
    .rrs-search-suggestion-wrapper-style2-width-fullwidth {
        width: 100% !important;
        left: 0 !important
    }

        .rrs-search-suggestion-wrapper-style2-width-fullwidth .rrs-search-suggestion {
            width: 100% !important;
            display: none !important;
            -ms-grid-columns: 75% 25%;
            grid-template-columns: 75% 25%
        }

            .rrs-search-suggestion-wrapper-style2-width-fullwidth .rrs-search-suggestion .rrs-search-suggestion-group:first-child {
                -ms-grid-column: 1;
                grid-column: 1;
                -ms-grid-row: 1;
                -ms-grid-row-span: 4;
                grid-row: 1 / 5;
                width: 100%
            }

        .rrs-search-suggestion-wrapper-style2-width-fullwidth .rrs-search-suggestion-loading {
            width: 100% !important
        }

        .rrs-search-suggestion-wrapper-style2-width-fullwidth.rrs-search-suggestion-open .rrs-search-suggestion {
            display: -ms-grid !important;
            display: grid !important
        }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion {
        padding: 10px 20px 0
    }

    .rrs-search-suggestion-wrapper-style2:not(.rrs-search-suggestion-wrapper-style2-width-auto) .rrs-search-suggestion {
        top: auto !important;
        left: auto !important
    }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-group {
        width: 25%;
        float: right;
        clear: none
    }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-group[data-group="products"] {
            float: left;
            margin-bottom: 50px !important
        }

            .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-group[data-group="products"] > ul {
                margin-left: -20px
            }

            .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-group[data-group="products"] .rrs-search-suggestion-item {
                padding-left: 20px
            }

            .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-group[data-group="products"] .rrs-search-suggestion-header-products {
                margin-left: 20px;
                width: calc(100% - 20px)
            }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-group[data-group="products"], .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-header-view-all {
            padding-right: 30px !important
        }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-header {
        background: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #f7f7f7;
        padding-left: 0;
        padding-right: 0
    }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-header + .rrs-search-suggestion-item:not(.rrs-search-suggestion-dym) {
            padding-top: 15px
        }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-header + .rrs-search-suggestion-item.rrs-search-suggestion-dym {
            margin-top: 10px
        }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-header-view-all {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
        border-bottom: none;
        border-top: none;
        padding: 0 0 0 20px
    }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-header-view-all a {
            border-top: 1px solid #f7f7f7 !important;
            display: block;
            line-height: 50px;
            font-size: 12px
        }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-item {
        float: left;
        clear: none;
        border-bottom: none;
        padding-left: 0;
        padding-right: 0
    }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-item:last-child {
            padding-bottom: 15px
        }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-item:hover {
            -ms-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: none;
            opacity: .6;
            filter: alpha(opacity=60)
        }

        .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-item.rrs-search-suggestion-dym:before {
            left: 20px;
            right: 0px
        }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-dym + .rrs-search-suggestion-item-product {
        border-top: none
    }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-product-title {
        line-height: 1.25
    }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-item-product {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-group[data-group="products"], .rrs-search-suggestion-wrapper-style2 .rrs-search-suggestion-header-view-all {
        width: calc(75% - 20px)
    }

    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li {
        clear: none
    }

        .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li + li {
            clear: left
        }

    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-item-product {
        width: 33.33%
    }

        .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-item-product + li + li + li + li {
            clear: left
        }

    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-2 .rrs-search-suggestion-header-product + li + li + li {
        clear: left
    }

        .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-2 .rrs-search-suggestion-header-product + li + li + li + li + li {
            clear: left
        }

    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-2 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li {
        clear: none
    }

        .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-2 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li {
            clear: left
        }

            .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-2 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li + li {
                clear: none
            }

                .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-2 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li + li + li {
                    clear: left
                }

    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-2 .rrs-search-suggestion-item-product {
        width: 50%
    }

    .rrs-search-suggestion-wrapper-style2:not(.rrs-search-suggestion-wrapper-rrs-search-box-1) .rrs-search-suggestion {
        top: auto !important
    }

    .rrs-search-suggestion-wrapper-style2:not(.rrs-search-suggestion-wrapper-style2-width-auto) .rrs-search-suggestion {
        left: auto !important
    }

    .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-group {
        float: left;
        width: 33.3%;
        padding-left: 30px !important
    }

        .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-group[data-group=products] {
            padding-top: 20px !important;
            float: right;
            width: 66.6%;
            border-left: 1px solid #f5f5f5 !important
        }

            .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-group[data-group=products] + .rrs-search-suggestion-group {
                padding-top: 20px !important
            }

            .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-group[data-group=products] > ul {
                margin-left: 0
            }

            .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-group[data-group=products] .rrs-search-suggestion-header-product {
                display: none
            }

        .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-group .rrs-search-suggestion-header {
            border: none
        }

    .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-header-view-all {
        width: 66.6%;
        left: auto;
        right: 0;
        border-left: 1px solid #f5f5f5;
        border-top: 1px solid #f5f5f5
    }

        .rrs-search-suggestion-reverse-product-block-true .rrs-search-suggestion-header-view-all a {
            color: #fd876c;
            border: none !important
        }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-item-product {
        width: 50%
    }

    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + li + li + li {
        clear: left
    }

        .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + li + li + li + li {
            clear: none
        }

            .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + li + li + li + li + li {
                clear: left
            }

    .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li {
        clear: none
    }

        .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li {
            clear: left
        }

            .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li + li {
                clear: none
            }

                .rrs-search-suggestion-wrapper-style2.rrs-search-suggestion-products-per-row-3 .rrs-search-suggestion-header-product + .rrs-search-suggestion-dym + li + li + li + li + li {
                    clear: left
                }
}

html.rrs-filter-mobile-detect-ios body.rrs-search-suggestion-mobile-open {
    position: fixed
}

body.rrs-search-suggestion-mobile-open {
    overflow: hidden;
    height: 100%
}

.rrs-search-suggestion-mobile.rrs-search-suggestion-wrapper {
    position: fixed;
    left: 0 !important;
    top: 64px !important;
    width: 100% !important;
    height: calc(100% - 64px);
    background: #f5f5f5;
    list-style: none;
    z-index: 9999999998;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee
}

.rrs-search-suggestion-mobile .rrs-search-suggestion-popover {
    display: none !important
}

.rrs-search-suggestion-mobile .rrs-search-suggestion {
    width: 100% !important;
    left: 0px !important;
    top: 0 !important;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none !important;
    overflow-y: auto;
    position: static !important;
    -webkit-overflow-scrolling: touch
}

    .rrs-search-suggestion-mobile .rrs-search-suggestion .rrs-search-suggestion-item {
        margin-bottom: -1px;
        border: 1px solid #eee;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px
    }

        .rrs-search-suggestion-mobile .rrs-search-suggestion .rrs-search-suggestion-item.rrs-search-suggestion-item-product {
            border-top: none;
            border-bottom: none
        }

            .rrs-search-suggestion-mobile .rrs-search-suggestion .rrs-search-suggestion-item.rrs-search-suggestion-item-product:last-child {
                padding-bottom: 12px;
                border-bottom: 1px solid #eee;
                -webkit-border-bottom-right-radius: 4px;
                -webkit-border-bottom-left-radius: 4px;
                -moz-border-radius-bottomright: 4px;
                -moz-border-radius-bottomleft: 4px;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px
            }

    .rrs-search-suggestion-mobile .rrs-search-suggestion .rrs-search-suggestion-loading > ul > li:first-child {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

.rrs-search-suggestion-mobile .rrs-search-suggestion-group {
    background: none;
    margin: 0 10px !important
}

    .rrs-search-suggestion-mobile .rrs-search-suggestion-group > ul > .rrs-search-suggestion-header {
        padding-top: 8px;
        padding-bottom: 8px
    }

.rrs-search-suggestion-mobile .rrs-search-suggestion-header {
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 5px 8px;
    border: none !important;
    text-align: center;
    background: #f5f5f5
}

    .rrs-search-suggestion-mobile .rrs-search-suggestion-header + .rrs-search-suggestion-item {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

        .rrs-search-suggestion-mobile .rrs-search-suggestion-header + .rrs-search-suggestion-item.rrs-search-suggestion-item-product {
            padding-top: 12px
        }

.rrs-search-suggestion-mobile .rrs-search-suggestion-header-view-all {
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #eee !important;
    border-top: none !important;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 14px 5px;
    margin-bottom: 30px
}

.rrs-search-suggestion-mobile .rrs-search-suggestion-item {
    padding: 6px 12px;
    background: #fff
}

    .rrs-search-suggestion-mobile .rrs-search-suggestion-item:last-child {
        padding-bottom: 6px;
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

.rrs-search-suggestion-mobile .rrs-search-suggestion-dym {
    margin: 0;
    border-bottom: 0 !important
}

    .rrs-search-suggestion-mobile .rrs-search-suggestion-dym.rrs-search-suggestion-item:last-child {
        padding-bottom: 20px
    }

    .rrs-search-suggestion-mobile .rrs-search-suggestion-dym:not(:last-child):before {
        bottom: 0
    }

    .rrs-search-suggestion-mobile .rrs-search-suggestion-dym p {
        padding: 0;
        margin: 0
    }

    .rrs-search-suggestion-mobile .rrs-search-suggestion-dym + .rrs-search-suggestion-item-product {
        border-top: 0 !important
    }

.rrs-search-suggestion-mobile .rrs-search-suggestion-loading > ul > li {
    background: #fff;
    padding: 10px;
    height: 65px
}

    .rrs-search-suggestion-mobile .rrs-search-suggestion-loading > ul > li:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .rrs-search-suggestion-mobile .rrs-search-suggestion-loading > ul > li:before {
        top: 18px;
        left: 65px;
        width: calc(100% - 75px)
    }

    .rrs-search-suggestion-mobile .rrs-search-suggestion-loading > ul > li:after {
        top: 38px;
        left: 65px
    }

.rrs-search-suggestion-mobile-top-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999999998;
    height: 64px;
    padding-bottom: 1px;
    display: none;
    background: rgba(0,0,0,0.5)
}

    .rrs-search-suggestion-mobile-top-panel form {
        height: 64px;
        background: #fff;
        padding-top: 0px;
        margin: 0
    }

    .rrs-search-suggestion-mobile-top-panel:after {
        display: none
    }

    .rrs-search-suggestion-mobile-top-panel .rrs-search-btn-close-suggestion {
        background: #fff;
        width: 52px;
        height: 64px;
        float: left;
        display: inline-block;
        border: none;
        font-size: 0;
        position: relative;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 6px;
        margin: 0
    }

        .rrs-search-suggestion-mobile-top-panel .rrs-search-btn-close-suggestion:before {
            top: 50%;
            left: 15px;
            position: absolute;
            margin-top: -10px;
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='%23637381'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='17'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3C/g%3E%3C/svg%3E%0A")
        }

    .rrs-search-suggestion-mobile-top-panel .rrs-search-submit-mobile {
        width: 64px;
        height: 64px;
        float: right;
        font-size: 0;
        position: relative;
        border: none;
        background: #fff;
        display: block
    }

        .rrs-search-suggestion-mobile-top-panel .rrs-search-submit-mobile span {
            display: block
        }

        .rrs-search-suggestion-mobile-top-panel .rrs-search-submit-mobile + #rrs-search-box-mobile {
            width: calc(100% - 192px)
        }

            .rrs-search-suggestion-mobile-top-panel .rrs-search-submit-mobile + #rrs-search-box-mobile + .rrs-search-btn-clear-suggestion:before {
                font-size: 11px;
                line-height: 64px
            }

    .rrs-search-suggestion-mobile-top-panel #rrs-search-box-mobile {
        display: inline-block;
        width: calc(100% - 67px);
        height: calc(44px);
        margin: 10px 0px;
        padding: 12px 50px 12px 18px;
        background: #fff;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-radius: none;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        background: #FBFBFB;
        border: 1px solid rgba(34,34,34,0.2);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }

.rrs-search-btn-clear-suggestion {
    background: none;
    width: calc(44px);
    height: calc(44px);
    float: right;
    border: none;
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0
}

    .rrs-search-btn-clear-suggestion:hover, .rrs-search-btn-clear-suggestion:focus {
        background: 0;
        border: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .rrs-search-btn-clear-suggestion:before {
        width: 13px;
        content: '';
        display: block;
        height: 1px;
        background: #212B36;
        position: absolute;
        right: 0;
        top: 9px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .rrs-search-btn-clear-suggestion:after {
        width: 13px;
        content: '';
        display: block;
        height: 1px;
        background: #212B36;
        position: absolute;
        right: 0;
        top: 9px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .rrs-search-btn-clear-suggestion:before, .rrs-search-btn-clear-suggestion:after {
        top: 50%;
        right: 15px;
        margin-top: -2px;
        height: 2.5px
    }

    .rrs-search-btn-clear-suggestion:focus {
        outline: none
    }

.ui-helper-hidden-accessible {
    display: none !important
}

.rrs-search-suggestion-item:hover, .rrs-search-suggestion-item.selected {
    background: #fafafa;
    -ms-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02);
    position: relative;
    z-index: 2
}

    .rrs-search-suggestion-item:hover a:hover, .rrs-search-suggestion-item.selected a:hover {
        text-decoration: none;
        border: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.rrs-search-suggestion {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .rrs-search-suggestion {
        min-width: 400px !important
    }
}

@media screen and (min-width: 768px) {
    .rrs-search-suggestion-header-view-all:hover {
        background: #f5f5f5
    }

    .rrs-search-suggestion-mobile, .rrs-search-suggestion-mobile-top-panel {
        display: none !important
    }
}

.rrs-search-suggestion-mobile-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999999;
    height: 100%;
    padding-bottom: 1px;
    display: none;
    background: rgba(0,0,0,0.5)
}
