.transition {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.thumbnail {
	outline: none;
}
/* Galleries list section */
.galleries .gallery_cover {
	display: inline-block;
}
.galleries .gallery_cover img, .galleries .gallery_cover span {
	display: block;
}
.galleries .gallery_cover span {
	text-align: center;
	padding-top:6px;
}
.galleries .center {
	text-align: center;
}
.galleries .gallery_description {
	padding: 10px;
	text-align: left;
}
/* Gallery page */
.gallery .gallery_photo {
	display: block;
	width: 100%;
}
.gallery .gallery_photo .thumbnail {
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	overflow: hidden;
	padding: 0;
	background: #fff;
	margin: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: block;
}
.gallery .gallery_photo .thumbnail:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.gallery .gallery_photo .thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
	display: block;
}
.gallery .gallery_photo span {
	text-align: center;
	padding: 12px 10px;
	display: block;
	font-weight: 500;
	color: #444;
	background: #fdfdfd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #eee;
}

/* Swiper overrides for Gallery */
.gallery .swiper-viewport {
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 15px 0 30px 0;
	margin-bottom: 20px;
}
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	background-color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: -22px;
	opacity: 0.8 !important;
}
.gallery .swiper-button-prev {
	left: 0 !important;
}
.gallery .swiper-button-next {
	right: 0 !important;
}
.gallery .swiper-button-prev:hover,
.gallery .swiper-button-next:hover {
	opacity: 1 !important;
}.gallery .swiper-button-prev:before,
.gallery .swiper-button-next:before {
	font-size: 20px;
	color: #333;
	text-shadow: none;
	width: auto;
	height: auto;
}
.gallery .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.3);
	box-shadow: none;
}
.gallery .swiper-pagination-bullet-active {
	background: #229ac8; /* matching opencart default active link color */
}

.gallery .center {
	text-align: center;
}
.gallery .gallery_description {
	padding: 10px;
	text-align: left;
}
.limiter {
	display: block;
	height: 30px;
	position: relative;
}
.limiter .limit {
	right: 10px;
	position: absolute;
}
.gallery_link {
	text-decoration: none;
}