$(document).ready(function() {
if($("#product-image-container").length >= 1) {
$(".sidebar-usp").find(".usp-text").addClass("sidebar-usp-usp-text");
}
$(".gui-payment-provider-sofortbanking").find(".gui-payment-method-name").html("SOFORT");
$(".gui-payment-provider-sofortbanking").find(".gui-payment-provider-title").html("Sicher bezahlen per SOFORT");
setTimeout(function() {
$("#category-list-f2").click();
},1500);
});
$(document).ready(function() {
$(".gui-image").parent().attr("width", "60px");
});