.file-button{border:1px solid #070000;border-radius:5px;place-items:center}.file-button,.file-button:hover{cursor:pointer;width:100px;height:25px;justify-content:center}.file-button:hover{border:1px solid #080000;border-radius:5px;place-items:center}.shop-list{width:100%;height:100%}.remove-button{cursor:pointer;width:15px;height:15px;border-radius:3px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;transition:all .2s ease-in-out}.remove-button:hover{border:2px solid red;transform:scale(1.2)}.remove-container{display:flex;justify-content:flex-end;align-items:center;width:100%}