#RD__top-search #RD__live-search-result-wrapper[data-visible="true"] {
    position: absolute;
    background: white;
    border-radius: 20px;
    padding: 20px;
    z-index: 10;
    margin-left: 4%;
    margin-right: 4%;
    box-shadow: 0 0 26px rgba(116, 116, 116, 0.2);
    margin-top: 10px;
    flex-direction: column;
    overflow-y: scroll;
    width: 92%;
}

#RD__top-search #RD__clear-search {
    cursor: pointer;
    position: absolute;
    right: 100px;
    z-index: 1;
}

#RD__top-search .search-not-found {
    text-align: center;
    margin-top: 20px;
    display: none;
    font-size: 14px
}

#RD__cart-content-placeholder:hover {
    visibility: visible;
    opacity: 10;
}

#RD__main-menu-inner {
    border-radius: 20px;
    margin-top: -10px;
}

#RD__search-preloader {
    position: absolute;
    box-shadow: 0 0 26px rgba(116, 116, 116, 0.2);
    background: white;
    z-index: 1;
    width: 92%;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 20px;
    padding: 26px 0 20px;
    left: 0;
    right: 0;
}

#RD__search-preloader:after {
    content: "";
    display: inline-block;
    border: 2px solid #cccccc;
    border-top: 2px solid #333333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 500ms linear infinite;
}

#RD__currency-header-links:hover .option {
    display: block;
    position: absolute;
    background: white;
    border-radius: 20px;
    box-shadow: var(--rd-shadow-primary);
    line-height: 1.6;
    padding: 20px 40px 20px 20px;
    right: -20px;
    z-index: 1;
    white-space: nowrap;
    top: 40px;
}

@media (min-width: 991px) {
    .RD__cart:hover #RD__cart-content-placeholder {
        visibility: visible;
        opacity: 1;
    }

    .sticky-enabled.offset250 .sticky-header.slidedown.menu-style {
        background: var(--rd__green-primary);
    }

    .sticky-enabled.offset250 .sticky-header.slidedown li > a > .top,
    .sticky-enabled.offset250 .sticky-header.slidedown li > a > i {
        color: white;
    }
}

#RD__live-search-result-wrapper {
    max-height: 500px;
}

#RD__live-search-result-wrapper .products .price-wrapper,
#RD__live-search-result-wrapper .popular-products .price-wrapper {
    overflow: visible !important;
    flex-direction: column;
}

#RD__live-search-result-wrapper .products .price-wrapper .price,
#RD__live-search-result-wrapper .popular-products .price-wrapper .price,
#RD__live-search-result-wrapper .products .price-wrapper .div_btn-custom,
#RD__live-search-result-wrapper .popular-products .price-wrapper .div_btn-custom {
    width: 100%;
}

#RD__live-search-result-wrapper .products .single-product,
#RD__live-search-result-wrapper .popular-products .single-product {
    padding: 0 5px 40px 5px;
}

#RD__live-search-result-wrapper .products .product-name,
#RD__live-search-result-wrapper .popular-products .product-name {
    font-size: 13px;
    white-space: normal;
}

.searchNotFound {
    text-align: center;
    margin-top: 12px;
    display: none;
    font-size: 14px
}

@media (min-width: 991px) {
    #RD__top-search .products,
    #RD__top-search .popular-products {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        justify-items: center;
    }

    .main-menu-wrapper .option {
        display: none;
    }
}
