/*!
 * Daniel Jewelers
 * Copyright 2008-2022 Punchmark
 */

/* ---------------------------------------------------------------------------------------
	HELPERS
--------------------------------------------------------------------------------------- */

footer .social-networks {
	margin: 20px 0 0 0;
}

.link-container .btn-link {
	position: relative;
}

.link-container .btn-link:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #D4AF37;
}