Use this code to Custom CSS box
/* Product arrows background */
button.product-item-gallery-carousel-control, button.product-gallery-carousel-control {
background-color: #fff !important;
justify-content: center !important;
}
.ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-next:after, .product-gallery-carousel-controls .product-gallery-carousel-control.product-gallery-next:after {
margin-left: 0 !important;
left: -5px !important;
position: relative;
}
.ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-prev:after, .product-gallery-carousel-controls .product-gallery-carousel-control.product-gallery-prev:after {
margin-right: 0 !important;
right: -5px !important;
position: relative !important;
}