
/* fix nav bar right-side padding */
.nav-module:last-of-type {
	padding-right: 1em; 
}


/*Wheel Features Image Box Same Height*/
@media all and (min-width: 990px) {
	.imageblock {
		height: 570px;
	}
}

/*Wheel Features Text Box Adjustments*/
.imageblock>.container, .imageblock>div[class*=col-]:not(.imageblock__content) {
	padding-top: 0;
	padding-bottom: 0;
}

.project-single-description {
	padding: 3.5em 0;
}

/*Wheel Color Option box no bottom margin*/
.row .masonry__item {
	margin-bottom: 0;
}


/*remove lightbox showImageNumberLabel*/
.lb-data .lb-details .lb-number {
	color: transparent;
}

/*lightbox caption  fix position */
.lb-data .lb-details {
	width: 100%;
	text-align: center;
	line-height: 1.6em;
}

/*lightbox caption fix font*/
.lb-data .lb-caption {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	font-family: montserrat,helvetica,arial,sans-serif;
}






/* fix gallery grid spacing*/
.shop-item-1 {
	padding: 0; 
}

.shop-item-1 .shop-item__image {
	margin: 0;
}

.shop-item__image img {
	margin-bottom: 0;
}

