.tc-fileplus-wrapper {
    font-weight: normal;
}
.tc-fileplus-wrapper .btn {
    background-image: none !important;
}
.tc-fileplus-404 {
    text-decoration: line-through;
}
#cart-aio-container .tc-on-file-btn,
#cart-aio-container .tc-remove-btn {
    margin-right: 3px;
    margin-top: -1px;
    padding: 1px 3px 1px 5px;
    font-weight: normal;
}
input.tc-remove-cb,
input.tc-on-file-cb {
    display: none !important;
}
.btn.tc-remove-btn {
    padding: 1px 3px 1px 5px;
    border: 1px solid #bbb;
    background: #f5f5f5;
    margin-right: 3px;
    height: 20px;
}
.tc-remove-cb:checked + .tc-remove-btn {
    background: #ff0000 !important;
    color: #fff;
}
.tc-remove-cb:checked + .tc-remove-btn .remove-text {
    display: none;
}
.tc-remove-cb:checked + .tc-remove-btn .undo-remove-text {
    display: inline-block !important;
    visibility: visible !important;
}
.tc-remove-cb:checked ~ .tc-current-value {
    display: none;
}
.tc-on-file-cb:checked + .tc-on-file-btn {
    background: #0085ff !important;
}
.tc-remove-cb + .tc-remove-btn:before,
.tc-on-file-cb + .tc-on-file-btn:before {
    content: "\f00d ";
    font-family: FontAwesome, serif;
}
.tc-remove-cb:checked + .tc-remove-btn:before,
.tc-on-file-cb:checked + .tc-on-file-btn:before {
    content: "\f00c ";
}
.tc-fileplus-add > span {
    padding-left: 6px;
    float: right;
    display: none;
    color: #feffdb;
}
.tc-fileplus-add.active > span {
    display: inline-block;
}
.tc-fileplus-add.active > span:before {
    content: '[ ';
}
.tc-fileplus-add.active > span:after {
    content: ' ]';
}
.tc-fileplus-add.active {
    background: #0085ff !important;
}
.supported-types {
    font-size: 11px;
}
