How to change the icon shape in Kalles Multipurpose theme?

I need change this icon?

I just need to remove those circle shape!!

theme : kalles multipurpose shopify theme

store : demozia.myshopify.om

password : zialor

@abhi3764

Please add the following CSS code to your assets/pre_theme.min.css bottom of the file.

.flickityt4s-prev-next-button {
    border-radius: 0% !important;
}

or

.flickityt4s-prev-next-button {
    border: none!important;
}

Thanks!