﻿#cartImport {
    padding-top: .5rem;
}

#cartImport form {
    padding: 1rem 1rem 0;
}

#cartImport input[type='file'] {
    font-size: .9rem;
    line-height: 1.6;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
    width: 100%;
}

#cartImport .btn {
    border-color: #e8e8e8;
}

#import_products .table tr:first-child th, #import_products .table tr:first-child td {
    border-top: none;
}

