.download-attachment {
    text-align: center
}

.download-attachment a {
    font-size: 0;
    text-decoration: none;
    color: #333
}

.download-attachment a:before {
    content: "";
    font-size: 25px;
    background: url("../images/download.svg") no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%
}

.product-info-main .table.attachment-table {
    width: 100%
}

.all-attachment-block .table.attachment-table {
    width: 100%
}

.table.attachment-table {
    width: 70%
}

.table.attachment-table th.download {
    width: 10%
}

.table.attachment-table td.attachment-icon img {
    width: 40px
}

.product-attachment {
    margin-bottom: 10px;
    line-height: 30px
}

.product-attachment .attachment-icon {
    float: left;
    padding-right: 10px
}

.product-attachment .attachment-icon img {
    width: 50px
}
