@font-face {
	font-family: 'Ballpoint Rush';
	src: url('/	assets/fonts/ballpoint/Ballpoint_Rush.woff') format('woff'),
		url('/	assets/fonts/ballpoint/Ballpoint_Rush.otf') format('open'),
		url('/	assets/fonts/ballpoint/Ballpoint_Rush.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.signature {
	font-family: 'Ballpoint Rush';
	font-size: 4rem !important;
	font-weight: 100;
}
.navbar-brand .logo {
	font-family: 'Ballpoint Rush';
	font-size: 98px;
	color: #2f3e46;
	line-height: 98px;
}
.tp-loader.spinner2 { display: none; }
.btn-cart { position: relative; }
.cart-num {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 18px;
	height: 19px;
	line-height: 18px;
	text-align: center;
	background-color: #333;
	font-size: 13px;
	color: #FFF;
	border-radius: 20px;
}

.image-darker.image-wrapper:before {
	background: rgba(0, 0, 0, 0.6);
}

.minus1qty, .add1qty {
	cursor: pointer;
}
.minus1qty:hover, .add1qty:hover {
	background-color: #eaeaea;
}
.minus1qty {
	z-index: 1;
	margin-right: -2px;
	width: 38px;
	border-right: none;
	border-radius: 6px 0 0 6px;
}
.add1qty {
	margin-left: -2px;
	width: 38px;
	border-left: none;
	border-radius: 0 6px 6px 0;
}
.qty { 
	border-radius: 0;
	border: 1px solid #ced4da;
	padding: .375rem .75rem;
}

.nav-mobile { display: none; }
@media (max-width: 992px) {
	.nav-mobile { 
		text-align: center;
		display: inline-block;
	}
}