/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2024 | 11:32:15 */
.wc-gallery .owl-carousel .owl-nav .owl-prev
, .wc-gallery .owl-carousel .owl-nav .owl-next {
    zzopacity: 1;
	opacity: 0.95;
	color: transparent;
	zzborder: 5px solid rgb(255 255 255 / 50%);
	zzbackground-size: 60px;
	border-radius: 5em;
	box-shadow: 0px 0px 23px 13px rgba(255,255,255,0.25);
}
.wc-gallery .owl-carousel .owl-nav .owl-prev:hover
, .wc-gallery .owl-carousel .owl-nav .owl-next:hover {
    zzopacity: 0.85;
	opacity: 1;
}
.wc-gallery .owl-carousel .owl-nav .owl-prev {
    zzbackground-image: url(/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/slide-arrow-left.png);
	zzbackground-image: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
	zzbackground-image: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/slide-arrow-left.png);
	zzbackground-image: url(/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/WebExpress--icon-chevron-1920-left-inv.svg);
	left: 0.15em;
}
.wc-gallery .owl-carousel .owl-nav .owl-prev:hover {
	left: 0;
	transition: left 0.25s;
}
.wc-gallery .owl-carousel .owl-nav .owl-next {
	right: 0.15em;
}
.wc-gallery .owl-carousel .owl-nav .owl-next:hover {
	right: 0;
	transition: right 0.25s;
}

/* --------------------------------- */

/* test with insta circled shadowed arrows */
.wc-gallery .owl-carousel .owl-nav .owl-prev
, .wc-gallery .owl-carousel .owl-nav .owl-next {
	background-size : 3em;
	box-shadow: none;	/* remove halo */
	opacity: 1;
}
.wc-gallery .owl-carousel .owl-nav .owl-prev {
	background-image: url(/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/slide-arrow-left-insta.png);
}
.wc-gallery .owl-carousel .owl-nav .owl-next {
	background-image: url(/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/slide-arrow-right-insta.png);
}