.seach_input{
    color: var(--black-color);
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 3px;
    border-color: var(--black-color);
    margin: 10px 10px 10px 25px;
    background: transparent;
    float: left;
}

.search_post_btn{
    border-radius: 25% ;
    background-color: var(--box-shadow);
    color: var(--white-color);
    border: none;
    width: 35px;
    height: 35px;
    margin: 5px 25px 0px 5px;
}
.search_post_btn:hover{
    background-color: var(--color-base1);
    color: var(--white-color);
    border: none;
    box-shadow: 1px 1px 4px var(--color-base1);
}


.div_show_brands_items_li {
    /* display: flex; */
    padding: 15px;
    direction: ltr;
    width: auto ;
    /* position: inherit; */
}
.top_div_search{
    padding: 20px;
}
@media (max-width:1076px) {
    .top_div_search{
        margin-top: 108px ;
    }
}
.div_show_brands_items_li .items {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    padding: 7px !important;
    color: var(--black-color) !important;
    text-align: center !important;
    border-style: solid !important;
    border-radius: 10px !important;
    border-color: darkgrey !important;
    float: left;
    margin: 2px;
    /* border-bottom: solid !important; */
    border-width: 1px !important;
}
.div_show_brands_items_li .items:hover {
    box-shadow: 1px 1px 5px var(--color-base1);
}

.div_show_brands_items_li .active > a {
    color:var(--white-color)!important;
    background-color: var(--color-base1)!important;
}
.div_show_brands_items_li .active {
    color:var(--white-color)!important;
    background-color: var(--color-base1)!important;
}

.result_header{
    border-bottom: 1px solid var(--black-color);
    width: -webkit-fill-available;
    margin-left: 2%;
    margin-right: 2%;
    opacity: 0.3;
}
.result_header > p {
    color: var(--black-color);
    font-size: large;
    padding: 15px;
    padding-bottom: 1px;
    text-align: left;
}

.showBrandResultsDiv .result_brands{
    float: left;
    padding: 20px;
}
.showBrandResultsDiv .result_brands .div_inside_brand{
    background: rgba(0,0,0,0.7);
    color: var(--white-color);
    position: absolute;
    width: inherit;
    text-decoration: none;
    transition: all .4s;
    overflow: hidden;
    object-fit: scale-down;
    margin: -10px;
    height: inherit;
    margin-top: -171px;
    border-radius: inherit;
    height: inherit;
    opacity: 0;
}
.showBrandResultsDiv .result_brands .item a{
    border-radius: inherit;
    width: inherit;
    height: inherit;
}
.showBrandResultsDiv .result_brands .div_inside_brand p{
    padding-top: 42%;
}

.showBrandResultsDiv .result_brands .item:hover .div_inside_brand{
    opacity: 1;
}

.showBrandResultsDiv .result_brands .item{
    border-radius: 10px;
    padding: 10px;
    width: 180px;
    height: 180px;
    float: left;
    background: var(--white-color);
    margin: 10px;
    overflow: hidden;
    text-align: center;
}
.showBrandResultsDiv .result_brands .item:hover{
    box-shadow: 2px 3px 5px var(--box-shadow);
}
.showBrandResultsDiv .result_brands .item img{
    overflow: hidden;
    height: -webkit-fill-available;
    object-fit: scale-down;
}
