/*!
 * Rihner's Jewelers
 * Copyright 2008-2017 Punchmark
 */



/* =======================================================================================
	HELPERS
======================================================================================= */

.btn {
  font-weight: 600;
}

.btn, .form-control {
	border-radius: 0 !important;
}

.link-container .btn-link {
	position: relative;
}

.link-container .btn-link:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary);
}