body.rtl .sp-megamenu-parent > li.sp-has-child > a::before {
    display: none !important;
}


body.rtl .sp-megamenu-parent > li.sp-has-child > a::after {
    content: "\f107" !important;
    font-family: FontAwesome !important;
    display: inline-block !important;
    margin-right: 8px !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    top: 2px;
}