.table-wrapper.attachments a.action.download span {
    margin-left: 1%;
    font-weight: bold;
}

.table-wrapper.attachments img {
    width: 5%;
}

.table-wrapper.downloadable-products {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 1%;
    text-align: center;
    width: 100%;
}

.table-wrapper.downloadable-products img{
    width: 25%;
    margin: auto;
    display: block;
}

.table-wrapper.downloadable-products .nome {
    font-size: 15px;
}

.table-wrapper.downloadable-products .img-files{
    width: 10%;
}

.table-wrapper.downloadable-products .itens-file{
    display: ruby-text;
    margin-bottom: 2%;
}

.table-wrapper.downloadable-products .itens-file span {
    font-size: 15px;
    font-weight: bold;
}

.table-wrapper.downloadable-products .coluna-lateral{
    border-right: 1px solid #bfbfbf;
}

.not-attchments{
    background: #212121;
    color: white;
    padding: 1%;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}

@media (max-width:768px) {
    .table-wrapper.attachments img {
        width: 16%;
    }

    .table-wrapper.attachments a.action.download span {
        text-align: left;
        display: inline-block;
        max-width: 80%;
        height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 3%;
    }

    .table-wrapper.attachments .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before {
        display: none;
    }

    #attachments {
        padding: 30px 5px;
    }
    
    .table-wrapper.downloadable-products{
        overflow-x: hidden;
    }

    .table-wrapper.downloadable-products .itens-file {
        margin:5% 0%;
    }

    .table-wrapper.downloadable-products .coluna-lateral{
        border-right: 0px;
    }

    .not-attchments{
        margin-top: 5%;
        padding: 4%;
    }

    .not-attchments p {
        margin-top: 4%;
    }
    
    .table-wrapper.downloadable-products{
        width: 134%;
    }
}