.lSAction>a{
	background-image: none;
	opacity: 1;
	height: auto;
	top: 50%;
	background: #fff0 !important;
}
.lSAction>.lSPrev{
	left: 16px;
	background: #fff !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9;
}
.lSAction>.lSNext{
	right: 16px;
	background: #fff !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9;
}
.lSAction>a img{
	width: 32px;
}
#sf_product_images li:hover a{
	cursor: zoom-in;
}

#sf_product_images img{
	width: 100% !important;
	height: auto;
}
.lSSlideOuter .lSPager.lSGallery{
	margin-top: 11px !important;
}

#sf_product_images li{
	border-radius: 24px;
	border: 1px solid #F0F0F0;
	padding: 16px;
}
.lSPager li{
	border-radius: 24px !important;
	border: 1px solid #F0F0F0;
	padding: 4px;
}
.lSPager li.active{
	border-color: #FF7900;
}