.content .card a{
    text-decoration: none;
    color: black;
}

.brand-content img {
    float: right;
    height: 40px;
}

.brand-content div {
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, 100% 90%, 80% 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
}

#id_catalog_search_input {
    width: 300px;
}

#id_catalog_search_list {
    position: absolute;
    list-style-type: none;
    margin: 0;
    max-height: calc(100vh - 200px);
    border-color: #cccccc !important;
    width: 300px;
    padding: 5px 5px 5px 4px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1050;
    background-color: white;
}

#id_catalog_search_list a {
    /*border: 1px solid #e5e5e5;*/
    /*border-left: #fefefe;*/
    /*border-right: #fefefe;*/
    /*margin-top: -3px;*/

    /*background-color: #fefefe;*/
    /*padding: 1px 3px 3px 10px;*/
    /*text-decoration: none;*/
    /*font-size: 14px;*/
    /*color: black;*/
    display: block;
}