.gallery-wrapper {

}

.gallery {
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.gallery .image
{
	cursor: pointer;
}

.gallery .image img {
	max-width: 100%;
	height: auto;
}
.gallery .image a {
	display: block;
}

.gallery .image {
	text-align: center;
	float:left;
}

.gallery-wrapper .pager {
	display: flex;
	flex-wrap: wrap;
}

.gallery-wrapper .pager div
{
	margin: 1px;
	flex-basis: calc(25% - 2px);
}

.gallery-wrapper .pager div img
{
	max-width: 100%;
	max-height: 100%;
}

.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: 2rem;
}

.details table tr:nth-child(even) {
	background: #feeac6;
}

.details table tr {
	border: none;
}
