
#wpgs-gallery * {
	box-sizing: border-box;
}

#wpgs-gallery {
	float: left;
}

#wpgs-gallery img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
	box-shadow: none;
}

div.product div.product-description, div.product div.summary {
	min-width: 150px;
	overflow: hidden;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery.vertical {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	max-width: 100%;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .gallery-navigation-carousel {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.wcgs-carousel {
	position: relative;
	overflow: hidden;
}

.wcgs-carousel .wcgs-slider-image {
	position: relative;
	overflow: hidden;
}

.wcgs-spswiper-before-init.horizontal .spswiper-slide, .wcgs-spswiper-before-init.horizontal .spswiper-wrapper {
	transition: none;
}

.wcgs-spswiper-before-init.horizontal .gallery-navigation-carousel .wcgs-thumb img {
	width: auto;
}

.wcgs-video-icon {
	background-color: transparent;
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}

.wcgs-video-icon:after {
	font-family: spwgfontello;
	font-size: 80px;
	color: #fff;
	opacity: .8;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gallery-navigation-carousel .wcgs-thumb .wcgs-video-icon::after {
	font-size: 36px;
}

#wpgs-gallery .wcgs-carousel:not(.spswiper-initialized) {
	display: flex;
	visibility: hidden;
}

#wpgs-gallery .gallery-navigation-carousel:not(.spswiper-initialized) {
	display: none;
}

.wcgs-carousel .spswiper-pagination {
	display: block;
	position: absolute;
	margin: 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
	bottom: 8px;
	cursor: pointer;
	-webkit-animation: bulletAnimation .5s;
	animation: bulletAnimation .5s;
}

.wcgs-carousel .spswiper-pagination .spswiper-pagination-bullet {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.gallery-navigation-carousel .wcgs-thumb {
	position: relative;
	cursor: pointer;
}

.gallery-navigation-carousel .wcgs-thumb img {
	transition: all .3s;
	box-shadow: none;
}

.wcgs-carousel .spswiper-pagination .spswiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	min-height: 10px !important;
	position: relative;
	font-size: 10px;
	background-color: rgba(115, 119, 121, .5);
	display: inline-block;
	text-decoration: none;
	border-radius: 50%;
	margin-right: 6px;
	padding: 0;
	color: transparent !important;
	border: none;
}

.gallery-navigation-carousel .sp_wgs-icon-left-open {
	left: 0;
}

.gallery-navigation-carousel .sp_wgs-icon-left-open:before {
	font-size: 8px;
}

.gallery-navigation-carousel .sp_wgs-icon-right-open {
	right: 0;
}

.gallery-navigation-carousel .sp_wgs-icon-right-open:before {
	font-size: 8px;
}

.gallery-navigation-carousel:hover .sp_wgs-icon-left-open, .gallery-navigation-carousel:hover .sp_wgs-icon-right-open {
	opacity: 1;
}

.gallery-navigation-carousel.vertical {
	height: 100%;
	margin: auto;
}

.wcgs-iframe-wrapper {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.wcgs-iframe-wrapper .wcgs-video-self-hosted, .wcgs-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.wcgs-iframe-wrapper img {
	width: 100%;
}

.wcgs-iframe-wrapper .wcgs-video-self-hosted, .wcgs-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.wcgs-iframe-wrapper~.wcgs-photo {
	opacity: 0;
}

.wcgs-photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	background-color: #fff;
}

.wcgs-transition-none .spswiper-wrapper, .wcgs-transition-none .wcgs-thumb {
	transition: none;
}

.wcgs-transition-none .wcgs-thumb img {
	width: auto;
}

.wcgs-photo:hover {
	opacity: 1;
}

.wcgs-hidden-gallery {
	display: none;
}

.wcgs-lightbox .sp_wgs-lightbox {
	position: absolute;
	top: 10px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	border-radius: 50%;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer;
	z-index: 999;
}

.wcgs-lightbox .sp_wgs-lightbox {
	padding: 9px;
	line-height: 1;
}

#wpgs-gallery .wcgs-lightbox .sp_wgs-lightbox {
	font-size: 13px;
	width: 34px;
	height: 34px;
}

.wcgs-lightbox.top_right .sp_wgs-lightbox {
	top: 14px;
	right: 14px;
	font-size: 12px;
}

.wcgs-lightbox.top_left .sp_wgs-lightbox {
	top: 14px;
	right: auto;
	left: 14px;
}

.wcgs-lightbox.bottom_right .sp_wgs-lightbox {
	top: auto;
	right: 14px;
	bottom: 14px;
	left: auto;
}

.wcgs-lightbox.bottom_left .sp_wgs-lightbox {
	top: auto;
	right: auto;
	bottom: 14px;
	left: 14px;
}

.wcgs-lightbox.middle .sp_wgs-lightbox {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@-webkit-keyframes leftArrow {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes leftArrow {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes rightArrow {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes rightArrow {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes bulletAnimation {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bulletAnimation {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.video-icon {
	background-color: transparent;
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.video-icon:after {
	font-family: FontAwesome;
	font-size: 100px;
	color: #fff;
	opacity: .8;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wcgs-gallery-preloader {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -99;
	background-color: #fff;
	background-image: url("https://cdn-ckblm.nitrocdn.com/jzSUiBKvwwgAUqATyLJcnTSRQhyHoMLB/assets/images/optimized/rev-95b900f/labelgraff.com/wp-content/plugins/gallery-slider-for-woocommerce/public/images/spinner.svg");
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
}

.wcgs-gallery-preloader.nitro-lazy {
	background-image: none !important;
}

.wcgs-gallery-preloader.blur {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

#wpgs-gallery {
	display: inline-block;
	z-index: 0;
}

.gray_normal_hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.gray_normal_hover:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.gray_onhover, .gray_onhover~.wcgs-photo {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.gray_onhover:hover, .gray_onhover~.wcgs-photo:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.gray_always, .gray_always~.wcgs-photo {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.gray_always:hover, .gray_always~.wcgs-photo:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media (min-width:768px) {
	#wpgs-gallery.wcgs-woocommerce-product-gallery {
		margin-right: 30px;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: left !important;
		overflow: hidden;
	}
}

.wcgs-iframe-wraper {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.wcgs-iframe-wraper iframe, .wcgs-iframe-wraper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.fancybox-navigation .fancybox-button {
	background: 0 0 !important;
}

.fancybox-navigation .fancybox-button>div {
	background: rgba(30, 30, 30, .6);
}

.admin-bar .fancybox-container {
	top: 32px;
}

.wcgs-fancybox-custom-wrapper .fancybox-caption__body {
	margin-bottom: 72px;
}

.wcgs-fancybox-wrapper, .wcgs-fancybox-wrapper .fancybox__carousel, .wcgs-fancybox-wrapper .fancybox__container {
	z-index: 99999 !important;
}

.wcgs-fancybox-wrapper .fancybox__toolbar {
	z-index: 999999 !important;
}

.product #et-boc .et-l #wpgs-gallery ul {
	text-align: center;
}

.product #et-boc .et-l #wpgs-gallery .wcgs-lightbox a {
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	padding: 7px;
	border-radius: 50%;
}

.product #et-boc .et-l .wcgs-carousel .wcgs-spswiper-arrow.sp_wgs-icon-left-open, .product #et-boc .et-l .wcgs-carousel .wcgs-spswiper-arrow.sp_wgs-icon-right-open {
	color: #fff;
	line-height: 30px;
	padding-bottom: 0 !important;
}

.wcgs-gallery-slider.theme-Avada.woocommerce #content div.product div.summary {
	float: none !important;
	overflow: hidden;
}

@media (min-width:801px) {
	.wcgs-gallery-slider.theme-Avada.woocommerce .avada-single-product-gallery-wrapper {
		max-width: 500px;
	}
}

@media (max-width:800px) {
	.wcgs-gallery-slider.theme-Avada.woocommerce #content div.product div.summary, .wcgs-gallery-slider.theme-Avada.woocommerce #wpgs-gallery {
		max-width: 100% !important;
	}
}

@media (min-width:768px) and (max-width:800px) {
	.wcgs-gallery-slider.theme-Avada.woocommerce #content div.product div.summary {
		margin-left: 0 !important;
	}
}

.wcgs-gallery-slider.theme-Avada.woocommerce .product .summary.entry-summary {
	margin-left: unset !important;
	margin-right: unset !important;
}

.rtl.wcgs-gallery-slider.theme-Avada.woocommerce .avada-single-product-gallery-wrapper {
	float: right;
	margin-left: 30px;
	margin-right: unset;
}

.theme-uncode span.font-ui {
	position: absolute;
}

.rtl #wpgs-gallery {
	float: right;
}

@media (min-width:768px) {
	.rtl #wpgs-gallery.wcgs-woocommerce-product-gallery {
		margin-right: 0;
		margin-left: 30px;
	}
	
	.rtl.woocommerce #content div.product div.summary, .rtl.woocommerce div.product div.summary, .rtl.woocommerce-page #content div.product div.summary, .rtl.woocommerce-page div.product div.summary {
		float: right !important;
	}
}

.gallery-navigation-carousel .wcgs-spswiper-arrow {
	font-family: spwgfontello;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	color: #fff;
	background-color: rgba(115, 119, 121, .5);
	font-size: 10px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.gallery-navigation-carousel:not(.thumbnailnavigation-inner_right) .wcgs-spswiper-arrow {
	top: 0;
	width: 25px;
	height: 100%;
}

.gallery-navigation-carousel.thumbnailnavigation-inner_right .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
	margin-bottom: -30px;
}

.gallery-navigation-carousel.thumbnailnavigation-inner_right .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	margin-top: -36px;
}

.gallery-navigation-carousel.thumbnailnavigation-inner_right .wcgs-spswiper-arrow {
	right: 0;
	height: 30px;
	width: 30px;
	top: 50%;
}

.gallery-navigation-carousel.vertical.thumbnailnavigation-inner_right .wcgs-spswiper-arrow {
	top: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	left: 50%;
}

.gallery-navigation-carousel.vertical.thumbnailnavigation-inner_right .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	margin-left: -33px;
}

.gallery-navigation-carousel.vertical.thumbnailnavigation-inner_right .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
	margin-left: 3px;
}

.gallery-navigation-carousel.thumbnailnavigation-inner_right .wcgs-spswiper-arrow .gallery-navigation-carousel .wcgs-spswiper-arrow:before {
	display: contents;
}

.gallery-navigation-carousel .wcgs-spswiper-arrow:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}

.gallery-navigation-carousel .wcgs-spswiper-button-prev:before {
	content: "";
}

.gallery-navigation-carousel .wcgs-spswiper-button-next:before {
	content: "";
}

.gallery-navigation-carousel.always .wcgs-spswiper-arrow {
	opacity: 1;
}

.gallery-navigation-carousel:hover .wcgs-spswiper-button-next, .gallery-navigation-carousel:hover .wcgs-spswiper-button-prev {
	opacity: 1;
}

.gallery-navigation-carousel:not(.vertical):not(.thumbnailnavigation-inner_right) .wcgs-spswiper-button-prev {
	left: 0;
	animation: leftArrow .5s;
}

.gallery-navigation-carousel:not(.vertical):not(.thumbnailnavigation-inner_right) .wcgs-spswiper-button-next {
	right: 0;
	animation: rightArrow .5s;
}

.wcgs-carousel .wcgs-spswiper-arrow {
	font-family: spwgfontello;
	font-size: 12px;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:not(.spswiper-button-lock), .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:not(.spswiper-button-lock) {
	position: absolute;
	cursor: pointer;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	background-image: none !important;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	margin-top: -19px;
	z-index: 9;
	text-decoration: none;
	top: 50%;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:not(.spswiper-button-lock).nitro-lazy, .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:not(.spswiper-button-lock).nitro-lazy {
	background-image: none !important;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:hover, .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:before, .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:before {
	display: contents;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next.pointer, .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev.pointer {
	pointer-events: none;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev:before {
	content: "";
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
	left: 5px;
	min-width: 38px;
	min-height: 38px;
	-webkit-animation: leftArrow .5s;
	animation: leftArrow .5s;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	left: auto;
	min-width: 38px;
	min-height: 38px;
	right: 5px;
	-webkit-animation: rightArrow .5s;
	animation: rightArrow .5s;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next:before {
	content: "";
}

.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-next, .wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
	margin-left: -19px;
	left: 50%;
	margin-top: 0;
	right: auto;
	-webkit-animation: none;
	animation: none;
}

.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
	bottom: 0;
	top: auto;
}

.wcgs-carousel.spswiper-vertical .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	top: 0;
	bottom: auto;
}

.wcgs-carousel.spswiper-vertical .spswiper-pagination {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 8px;
	width: auto;
	-webkit-animation: none;
	animation: none;
	display: inline-table;
}

.wcgs-carousel.spswiper-vertical .spswiper-pagination .spswiper-pagination-bullet {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 5px;
}

.spswiper {
	margin-left: 0;
	margin-right: 0;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.wcgs-carousel .spswiper-slide, .wcgs-carousel .wcgs-slider-image {
	display: flex;
	justify-content: center;
	margin: auto;
}

.wcgs-fancybox-custom-wrapper~.elementor-lightbox {
	display: none !important;
}

#wpgs-gallery:not(.wcgs-visible) .gallery-navigation-carousel-wrapper, #wpgs-gallery:not(.wcgs-visible) .wcgs-carousel {
	opacity: 0;
	visibility: hidden;
}

#wpgs-gallery.vertical .spswiper-slide {
	height: auto !important;
}

#wpgs-gallery.vertical.wcgs-woocommerce-product-gallery:has(.wcgs-hidden) .wcgs-carousel {
	width: 100%;
}

.gallery-navigation-carousel.vertical:not(.thumbnailnavigation-inner_right) .wcgs-spswiper-arrow {
	height: 25px;
	width: 100%;
	left: calc(50% - 50%);
}

.gallery-navigation-carousel.vertical:not(.thumbnailnavigation-inner_right) .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	right: 0;
	top: auto;
	bottom: 0;
}

.gallery-navigation-carousel.vertical .wcgs-spswiper-arrow::before {
	transform: rotate(-90deg);
	display: inline-block;
}

.wcgs-woocommerce-product-gallery.wcgs-spswiper-before-init .gallery-navigation-carousel-wrapper.wcgs_preloader_fade, .wcgs-woocommerce-product-gallery.wcgs-transition-none .gallery-navigation-carousel-wrapper.wcgs_preloader_fade {
	opacity: .4;
	visibility: visible;
}

.wcgs-woocommerce-product-gallery.wcgs-spswiper-before-init.wcgs_preloader_blur .gallery-navigation-carousel-wrapper, .wcgs-woocommerce-product-gallery.wcgs-spswiper-before-init.wcgs_preloader_blur .wcgs-carousel, .wcgs-woocommerce-product-gallery.wcgs-transition-none.wcgs_preloader_blur .gallery-navigation-carousel-wrapper, .wcgs-woocommerce-product-gallery.wcgs-transition-none.wcgs_preloader_blur .wcgs-carousel {
	opacity: .4;
	visibility: visible;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.wcgs-woocommerce-product-gallery.wcgs-spswiper-before-init.wcgs_preloader_gray .gallery-navigation-carousel-wrapper, .wcgs-woocommerce-product-gallery.wcgs-spswiper-before-init.wcgs_preloader_gray .wcgs-carousel, .wcgs-woocommerce-product-gallery.wcgs-transition-none.wcgs_preloader_gray .gallery-navigation-carousel-wrapper, .wcgs-woocommerce-product-gallery.wcgs-transition-none.wcgs_preloader_gray .wcgs-carousel {
	opacity: .4;
	visibility: visible;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.wcgs-carousel.wcgs-nav-bottom-left .wcgs-spswiper-arrow.wcgs-spswiper-button-next, .wcgs-carousel.wcgs-nav-bottom-left .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
	top: auto !important;
	bottom: 20px !important;
	left: 15px;
	right: auto !important;
}

.wcgs-carousel.wcgs-nav-bottom-left .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
	left: 63px;
}
