.catalog-product-view .product-info-main .product-attachment,
.catalog-product-view .product-info-main .attachment-table {
    flex-basis: 100%;
    order: -1;
    width: 100%;
    margin: 15px 0;
}

.catalog-product-view .product-info-main .product-attachment {
    line-height: 1.5rem;
    margin-bottom: 0;
}

.catalog-product-view .product-info-main .product-attachment .attachment-icon {
    float: left;
    padding-right: .625rem;
}

.catalog-product-view .product-info-main .product-attachment .attachment-icon img {
    width: 1.875rem;
}

.catalog-product-view .product-info-main .attachment-table td.attachment-icon img {
    width: 2.5rem;
}

.catalog-product-view .product-info-main .attachment-table thead {
    border-bottom: 1px solid #d1d5db;
}

.catalog-product-view .product-info-main .attachment-table th,
.catalog-product-view .product-info-main .attachment-table td {
    padding: .75rem 1rem;
    vertical-align: middle;
}

.catalog-product-view .product-info-main .attachment-table th:first-child,
.catalog-product-view .product-info-main .attachment-table td:first-child {
    padding-left: 0;
}

.catalog-product-view .product-info-main .attachment-table th:last-child,
.catalog-product-view .product-info-main .attachment-table td:last-child {
    padding-right: 0;
}

.catalog-product-view .product-info-main .download-attachment {
    text-align: center;
}

.catalog-product-view .product-info-main .download-attachment a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}

.catalog-product-view .product-info-main .download-attachment a:before {
    background: url("../images/download.svg") no-repeat center;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
}
