.single-product .shop_attributes {
    table-layout: fixed;
    width: 100%;
}

.single-product .shop_attributes th {
    width: 35%;
    text-align: right !important;
    padding-left: 60px !important;
}

.single-product .shop_attributes td {
    width: 65%;
    text-align: left !important;
    padding-right: 20px !important;
    overflow: visible !important;
}
p.woocommerce-result-count {
    display: none;
}