
.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
}

.file-input__label svg {
    height: 16px;
    margin-right: 4px;
}
.file-input__span{
    margin: 10px;
}
.lastRowInRegistraion{
    margin-bottom: 40px;
}

.big-text-storeInfo{
    max-width: 821px;
    text-align: justify;
}

.add-another-product-button{
    border: none;
    padding: 0;
    background-color: white; 
}

.item-merchant-name{
    text-decoration: none;
    color: #212529;
}