

/* Start:/local/components/dev/search/templates/top/style.css?17515692181026*/
.search-results {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    top: 70px;
    min-width: 470px;
    max-height: 400px;
    border-radius: 20px;
    margin-left: -20px;
}
.header-index .menu-search__input{
    color: #000!important;
}
.search-results li {
    padding: 4px 10px;
    cursor: pointer;
    font-size: 12px;
}
.search-results li a{
    color: #000;
}

.search-results li:hover {
    background-color: #f0f0f0;
}
.search-results .search-product{
    border-radius: 10px;
    border:#f0f0f0 solid 1px;
    padding: 5px;
    display: block;
}
.search-results .search-product img{
    width: 35px;
    margin-right:15px;
}
.search-results .search-product table td{
    vertical-align: top;
}
@media (max-width: 510px) {
    .search-results {
        min-width: 100%;
        left: 0px;
    }
}
/* End */


/* Start:/local/components/dev/auth/templates/.default/style.css?1744185512303*/
.mistakeText{
    color: #C85F5F;
    font-size: 12px;
    margin-bottom: 5px;
}
.js-sms-phone-error{
    position: relative;
    padding-top: 10px;
}
.js-sms-phone-repeat-error{
    position: relative;
    text-align: center;
}
.text-button:data-otp-resend-btn{
    text-align: center;
}
/* End */
/* /local/components/dev/search/templates/top/style.css?17515692181026 */
/* /local/components/dev/auth/templates/.default/style.css?1744185512303 */
