.gallery-wrapper {
	height: 325px;
	max-width: 100%;
	overflow: hidden;
}

.gallery {
	width: 100%;
	display: flex;
	height: 325px;
	position: relative;
	cursor: pointer;
}

.gallery .gallery-frame {
	height: 100%;
	flex: 1 1 auto;
	padding: 0 1px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.gallery .gallery-image img {
	width: 100%;
	height: 325px;
	object-fit: cover;
}
.gallery .gallery-image a {
	display: block;
}

.gallery .gallery-frame:first-child .gallery-image, .gallery .gallery-frame.active .gallery-image {
	opacity: 1;
}

.gallery .gallery-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	/*transition: opacity .2s;*/
}

.gallery-frame__pager {
	position: relative;
	z-index: 5;
	bottom: .5rem;
	min-height: 7px;
	opacity: 1;
	transition: opacity .2s;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
}

.gallery-frame:first-child .gallery-frame__pager {
	left: .5rem;
	width: calc(100% - .5rem);
}

.gallery-frame:last-child .gallery-frame__pager {
	left: 0;
	width: calc(100% - .5rem);
}

.gallery .gallery-frame.active .gallery-frame__pager {
	background: var(--theme-color-primary);
}

.sold {
    padding: 10px;
}

#deliveryCost {
	margin-top: 15px;
	font-size: 13px;
}

.price {
	color: #333;
	font-family: "Russo One", sans-serif;
	font-size: 1.7rem !important;
	margin-bottom: 1rem;
}

.details table tr:nth-child(even) {
	background: #fcc;
}

.details table tr {
	border: none;
}




.fancybox-thumbs {
	top: auto !important;
	left: 50%;
	right: auto !important;
	bottom: 2rem !important;
	transform: translate(-50%, 0);
	width: auto !important;

	background: transparent !important;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0 !important;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0 !important;
	top: 15% !important;
	bottom: 15% !important;
	height: auto !important;
	width: 30% !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0 !important;
	top: 15% !important;
	bottom: 15% !important;
	height: auto !important;
	width: 30% !important;
}

.fancybox-button div {
	height: 50px !important;
	width: 50px !important;
	position: absolute !important;
}

.fancybox-button--arrow_right div {
	right: 0 !important;
}

.fancybox-button--arrow_left div {
	left: 0 !important;
}

.fancybox-button {
	background: transparent !important;
}

.fancybox-thumbs__list a:before {
	border-color: var(--theme-color-primary) !important;
}

@media (max-width: 576px) {


	.fancybox-thumbs {
		width: 100% !important;
	}

	.fancybox-show-thumbs .fancybox-thumbs__list {
		display: flex !important;
		width: 100% !important;
		flex-wrap: nowrap;
	}

	.fancybox-show-thumbs .fancybox-thumbs__list a {
		flex: 1 1 auto;
	}
}

.stock {
	font-size: 1.2rem;
}
