/*Start Image Url Design changes*/

.header .navigation ul li .submenuWrapper.open .submenu ul .subMenuItem span {
    content: url('../_img/arrow_menu.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBox.static .buttonWrapper .iconWrapper::after {
    content: url('../_img/arrow_right_round.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBox.static .buttonWrapper .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over.svg');
}

section.linkedImageTextBoxes .linkedInfoBox .iconWrapper::after {
    content: url('../_img/arrow_right_round.svg');
}

section.linkedImageTextBoxes .linkedInfoBox .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over.svg');
}

section.infoBoxList .boxWrapper .iconWrapper::after {
    content: url(../_img/arrow_right_round.svg);
}

section.infoBoxList .boxWrapper .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over.svg');
}

section.productBoxes .productInfoBox .iconWrapper::after {
    content: url('../_img/arrow_right_round.svg');
}

section.productBoxes .productInfoBox .iconWrapper:hover::after {
    content: url('../_img/arrow_right_round_over.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBox .buttonWrapper .iconWrapper::after {
    content: url('../_img/arrow_down_round.svg');
}

section.infoBox .imageTextBoxWrapper .imageTextBoxDetailed.open .buttonWrapper .iconWrapper::after {
    content: url('../_img/arrow_up_round.svg');
}

@media only screen and (max-width: 576px) {
    section.productBoxes .productInfoBox .iconWrapper::after {
        content: url(../_img/arrow_right_round_small.svg);
    }

    section.productBoxes .productInfoBox .iconWrapper:hover::after {
        content: url(../_img/arrow_right_round_over_small.svg);
    }

    section.linkedImageTextBoxes .linkedInfoBox .iconWrapper::after {
        content: url("../_img/arrow_right_round_small.svg");
    }

    section.linkedImageTextBoxes .linkedInfoBox .iconWrapper:hover::after {
        content: url("../_img/arrow_right_round_over_small.svg");
    }

    section.infoBox .imageTextBoxWrapper .imageTextBox .buttonWrapper .iconWrapper::after {
        content: url('../_img/arrow_down_round_small.svg');
    }

    section.infoBox .imageTextBoxWrapper .imageTextBoxDetailed.open .buttonWrapper .iconWrapper::after {
        content: url('../_img/arrow_up_round_small.svg');
    }
}
/*End Image Url Design changes*/