.product-discount-badge-container {
	position: absolute;
	z-index: 2
}

.product-discount-badge {
	background-color: #ca232c;
	border-radius: 4px;
	color: #fff;
	font-size: 25px;
	height: 26px;
	left: 10px;
	padding: 3px 8px 4px 7px;
	position: relative;
	top: 10px;
	width: 47px
}

.hs-swiper-button-next {
	border-radius: 10px 0 0 10px;
	padding: 26px 16px 26px 20px;
	right: 0
}

.hs-swiper-button-next,
.hs-swiper-button-prev {
	background: #fff 0 0 no-repeat padding-box;
	box-shadow: 1px 0 3px #0000008c;
	cursor: pointer;
	opacity: .8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

.hs-swiper-button-prev {
	border-radius: 0 10px 10px 0;
	left: 0;
	padding: 26px 20px 26px 16px
}

.hs-swiper-button-next:hover,
.hs-swiper-button-prev:hover {
	opacity: 1;
	transition: opacity .3s ease
}

.hs-swiper-button-next,
.hs-swiper-button-prev:hover svg path {
	fill: #000
}

.swiper {
	user-select: none
}

.swiper img {
	border-radius: 5px;
	box-sizing: border-box;
	height: auto !important;
	width: 100% !important
}

.swiper .swiper-slide-thumb-active img {
	border: 2px solid #f09831
}

.swiperThumbs {
	margin-top: 10px;
	user-select: none
}

@media (min-width:990px) {
	.swiperThumbs .swiper-slide {
		flex-shrink: 0;
		height: auto
	}
}

.swiperThumbs img {
	cursor: pointer
}

.swiper-pagination {
	bottom: -30px !important;
	top: unset !important
}

.swiper-pagination-bullet-active {
	background: #f09831
}

.swiper-pagination-hs {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px
}

@media (max-width:991px) {
	.swiperThumbs {
		display: none
	}
}

.swiper-grid-column>.swiper-wrapper {
	height: 210px
}

.product .summary {
	z-index: 2
}

.swiperThumbs .swiper-slide {
	opacity: 0;
	transition: opacity .3s ease;
	visibility: hidden
}

.swiperThumbs.swiper-initialized .swiper-slide {
	opacity: 1;
	visibility: visible
}

/*# sourceMappingURL=custom-gallery.css.map */