строка 356
<li{if ($group.default == $id_attribute)} class="active"{/if}>
<input onchange="$(this).parent().parent().find('li').removeClass('active').find('input:checked').parent().addClass('active')" type="radio" class="attribute_radio" name="{$groupName|escape:'html':'UTF-8'}" value="{$id_attribute}" {if ($group.default == $id_attribute)} checked="checked"{/if} />
<span>{$group_attribute|escape:'html':'UTF-8'}</span>
</li>
в стилях дописать
было #attributes .attribute_list ul li:hover
стало #attributes .attribute_list ul li:hover, #attributes .attribute_list ul li.active