@media screen and (min-width: 768px) {
  .margin_gallery {
	margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .nav_single_product {
	display:none !important;
  }
}
.image-overlay-new {
	position:absolute; top:20px; left:5px; width: 143px; height: 45px;
}
.image-overlay-sold {
	position:absolute; top:20px; left:5px; width: 143px; height: 45px;
}
 a.wapengroepen {
	color: #ffd500 !important;
 }
 a:hover.wapengroepen {
	color: #f9e261 !important;
 }
 
.card-deck { float: left; } 

.ie10 { min-height: 190px; 
		background: #ffffff;
		display: block;
		justify-content: center; }
		
.otherbrowsers { min-height: 190px; 
		background: #ffffff;
		display: flex;
		flex:1 0 auto;
		flex-direction: column;
		justify-content: center; }
		
.weaponcard { width: 16rem !important; 
		min-height: 150px !important;
		background: #004411 !important; 
		color: #ffffff !important; 
		display: block !important;}
a.weaponcard { color: #ffd500 !important; }
a:hover.weaponcard { color: #f9e261 !important; }
a.cardhover { color: #ffd500 !important; } 
a:hover.cardhover { color: #f9e261 !important; }

.nothingfound { width: 100% !important;
				background: #fff9d8 !important; }

.weaponcard-empty { width: 16rem !important; 
		min-height: 150px !important;
		background-color: rgba(255, 255, 255, 0.0) !important;
		border-color: rgba(255, 255, 255, 0.0) !important;
		display: block !important;}

.capfirst { 
	margin-top:25px;
	text-transform: lowercase;
	color: #333333 !important;}
.capfirst p::first-letter {
	text-transform: capitalize!important;}
.capfirst td.one {
 	text-transform:lowercase!important;
	font-size: 14px !important;}
.capfirst td.one:first-letter{
 	text-transform:capitalize!important;}
.capfirst td.two{
 	text-transform:lowercase!important;
	font-size: 14px !important;}
.capfirst td.two:first-line{
 	text-transform:capitalize;}



