/* вид результатов выдачи в поиске ---------------------------------------------------------------------------------------------------------- */
.t-site-search-dm {
    background-color: #fff;
}
.t-site-search-dm__result__title, .t-site-search-dm__result__body {
    color: #000;
}
.t-site-search-dm__result__title:hover {
    color: #61b522;
}
.t-site-search-dm__result__body:hover {
    color: #61b522;
}
.t-site-search-dm__result__product_title {
    color: #000;
}
.t-site-search-dm__result__product_price {
    color: #000;
}
.t-site-search-dm__thubmnail {
    border: none;
}
.t-site-search-dm__result__product {
    background: #fff;
    padding: 6px;
}
.t-site-search-popup__background {
    position: static !important;
    padding: 0px !important;
    margin-top: 20px !important;
    background-color: #fff !important;
    height: 70vh !important;
}
.t-site-search-popup {
    background-color: #fff !important;
    margin: 0px auto !important;
    height: 500px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
.t-site-search-pu__pagination {
    padding-bottom: 20px;
}