body{
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto;
}
#box{
    margin-top: 230px;
    border:0px solid grey;
    width:100%;
    /* height:2000px; */
    justify-content: space-between;
    
    display: flex;
    /* margin-left: -5px; */
    margin: auto;
    border-right: 1px solid #eaeaec;
    border-bottom: 1px solid #eaeaec;
}
#box #result_base{
    width:80%;
    border: 0px solid black;
    /* height:2000px; */
    padding-right:20px ;
    display: grid;
    grid-template-columns: repeat(4,1fr);
 

}
#box #result_base div img{
    width:100%;
   /* justify-items: center; */
}
#box #result_base div {
    margin-left: 24px;
    margin-top: 15px;
    border: 0px solid green;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}
#box #result_base div:hover{
    /* border: 1px solid green; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
}
.brand_name{
    text-overflow: ellipsis;
    overflow-y: hidden;
    width: 70%;
    height:15px;
}
#filter{
    margin-left: 20px;
}
#box #result_base div p{
    margin-left: 10px;
}
#change{
    /* display: none; */
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    /* z-index: 1; */
}
#btns{
    display:block;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 15px;
    padding-top: 23px;
    align-content: stretch;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    border: 1px solid #eaeaec;
}
#btns button{
    background-color: #f1f1f1;
    border: none;
    border-radius: 12px;
    font-size: 10px;
   justify-content: space-around;
  border: 0px solid red;

}
#change{
    align-content:flex-end;
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: -7px;
    position: relative;
    top: 5px;
/* border: 2px solid #eaeaec; */
}