<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Client: Stambaugh Jewelers
 * Copyright 2008-2019 Punchmark
 */

.quick-search .results-dropdown {
  top: 50px;
  left: -1px;
}

 section .widget .placeholder-shown.opacity-on {
 	opacity: 0 !important;
 }

.grid .grid-item .grid-item-price &gt; .p.hide {
  display: none !important;
}

.alert-global {
	background: #746999 !important;
	border-color: #746999 !important;
}



/* =======================================================================================
   HELPERS
======================================================================================= */

.h1.text-beef {
  font-weight: 900;
  line-height: 1;
}

.h2.text-beef {
  line-height: 1;
}

.h3.text-beef {
  font-weight: 900;
  font-size: 6vw;
  line-height: 5.5vw;
}

.lead,
.p.lead {
  font-family: "meno-banner", serif !important;
}

.h4.text-beef {
  font-family: "meno-banner", serif !important;
  font-weight: 400;
  line-height: 1.3;
  font-size: 40px;
}

.home-p {
  line-height: 1.75rem;
}

.box-shadow-inner {
  background: #ffffff url(../images/fade-top.jpg) top center repeat-x;
  /*max-width: 1800px;*/
}

.banner-lead {
  text-transform: uppercase;
  font-family: benton-sans !important;
  font-size: 16px;
  font-weight: 500;
}

section .widget.double-sizer {
  max-width: 350px;
  position: relative !important;
}

.well &gt; .form-group select.selectpicker + div.selectpicker-bg {
  background: white !important;
}

@media(min-width:768px){
	.form-border {
		border: 1px solid rgba(0,0,0,0.075) !important;
	    border-bottom: 0 !important;
	    border-top: 0 !important;
	    border-right: 0 !important;
	}
	section .widget.top-right {
	  top: 10px;
	  right: 10px;
	}
	section .widget.bottom-left {
	  bottom: 10px;
	  left: 10px;
	}
	section .widget.double-sizer {
	  max-width: 350px;
	  position: absolute !important;
	}
}

@media(min-width:1200px){
	.h3.text-beef {
	  font-size: 70px;
	  line-height: 60px;
	}
}

@media(max-width:767px){
	.h3.text-beef {
	  font-size: 10vw;
	  line-height: 9.5vw;
	}
	.h4.text-beef {
	  font-size: 6.0vw;
	}
	section .widget.top-right {
	  float: right;
	  margin-bottom: -40%;
	  max-width: 65%;
	}
	section .widget.bottom-left {
	  float: left;
	  margin-bottom: 30px;
	  max-width: 65%;
	}
}




/* =======================================================================================
   BUTTONS
======================================================================================= */

.btn-primary {
  font-weight: 600;
  color: #ffffff;
}

body#home .btn-link {
  position: relative;
}

body#home .btn-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out 0.05s;
}

body#home .btn-link:hover {
  color: rgba(37,8,89,1);
}

body#home .btn-link:hover::after {
  bottom: 2px;
  height: 2px;
  background: rgba(116,105,153,1);
  transition: all 0.3s ease-in-out 0.05s;
}

.btn {
  line-height: 36px;
}

.btn, .form-control {
  border-radius: 0;
}

.btn-md, .form-control.input-md {
  line-height: 36px;
}

.btn-xs, .btn-group-xs &gt; .btn {
  line-height: 21px;
}

.btn-sm, .btn-group-sm &gt; .btn {
  line-height: 27px;
}

.btn-md, .btn-groud-md &gt; .btn {
  line-height: 36px;
}

.btn-lg, .btn-group-lg &gt; .btn {
  line-height: 45px;
}

.btn-xlg, .btn-group-xlg &gt; .btn {
  line-height: 55px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: rgba(116,105,153,1);
  border-color: rgba(116,105,153,1);
}

.form-control-sm,
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 47px;
}

.form-control-lg,
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 47px;
}

.input-group-lg .btn-google,
.input-group-lg .btn-facebook {
  1.45rem}

#my-store-popups .btn {
  line-height: 1;
}

#product-details .d-grid.gap-2&gt;.btn {
  font-size: 14px;
}








/* =======================================================================================
   NAV
======================================================================================= */

nav.navbar {
  background: white;
}

nav.navbar .inner-nav {
  background: #F0F2F5;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

nav.navbar .nav-item .nav-link {
  font-family: "benton-sans-extra-compressed", sans-serif !important;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.09rem;
  padding: 15px 15px 13px 15px;
}

nav.navbar .nav-item .nav-link &gt; i {
  margin-top: -4px !important;
  font-weight: bold !important;
  font-size: 17px !important;
}

nav.navbar .nav-item.dropdown &gt; .dropdown-menu .explore-all-row {
  display: none !important;
}

@media(min-width:768px){
	nav.navbar .nav-item.dropdown &gt; .dropdown-menu {
	  margin-top: -1px !important;
	  border-radius: 0 !important;
	}
	nav.navbar .nav-item.dropdown &gt; .dropdown-menu.dropdown-menu-wide {
	  box-shadow: 0 50px 50px rgba(0,0,0,0.2);
	}
	nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-item,
	nav.navbar .dropdown &gt; .menu-megamenu-diamonds .row.diamonds .dropdown-item,
	nav.navbar .dropdown &gt; .menu-megamenu-ringsettings .row.ringsettings .dropdown-item {
	  font-size: .9rem !important;
	  font-weight: 400 !important;
	}
	nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-item-parent {
	  font-size: 1rem !important;
	  font-weight: 600 !important;
	}
	nav.navbar .nav-item.dropdown.show &gt; .dropdown-menu.dropdown-menu-wide,
	nav.navbar .nav-item.dropdown:hover &gt; .dropdown-menu.dropdown-menu-wide {
	  padding-top: 30px;
	  padding-bottom: 35px;
	}
}

@media(max-width:767px){
	nav.navbar {
	  margin-top: -68px;
	  position: relative;
	  z-index: unset;
	  background: none;
	  box-shadow: none;
	}
	nav.navbar .navbar-toggler {
	  padding-top: 26px !important;
	  padding-bottom: 26px !important;
	  position: relative;
	  z-index: 3000;
	}
	nav.navbar .inner-nav {
	  border-color: #edeff3 !important;
	  background: white;
	}
	nav.navbar .nav-item .nav-link {
	  background: #F0F2F5;
	  border-top: 1px solid #fafcf9 !important;
	  box-shadow:inset 0 -1px 0 #edeff3;
	  font-size: 31px;
	}
	nav.navbar .nav-item:first-child .nav-link {
	  border-top: 0 !important;
	}
	nav.navbar .nav-item .nav-link:hover,
	nav.navbar .nav-item .nav-link:focus,
	nav.navbar .nav-item.show .nav-link,
	nav.navbar .nav-item:hover .nav-link,
	nav.navbar .nav-item:focus .nav-link,
	nav.navbar .nav-item:active .nav-link,
	nav.navbar .nav-item.active .nav-link {
	  background: #f6f8fb;
	}
	nav.navbar .nav-item.dropdown &gt; .dropdown-menu {
	  background: #d2d3d8 !important;
	}
	nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-item-parent,
	nav.navbar .dropdown-wide .dropdown-menu-wide a .text-center.small.pt-1 {
	  background: none !important;
	}
}




/* =======================================================================================
   HEADER
======================================================================================= */

header a#logo {
  margin: 10px auto;
  padding: 0 !important;
  max-height: 90px;
  overflow: hidden;
}

header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a,
header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a {
  color: #746999;
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a &gt; span {
  display: block;
  height: auto;
  width: auto;
  line-height: 1;
}

header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a:hover i,
header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a:focus i,
header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a:hover i,
header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a:focus i {
  color: #250859;
}

header .content-toolbar &gt; .content-toolbar-inner &gt; ul &gt; li + li {
  margin-left: 10px;
}

header .content-toolbar .dropdown-menu.menu-search .btn {
  padding: 0 10px;
}

header &gt; .container-fluid {
  max-width: 1800px;
}

@media(min-width:768px){
	header a#logo {
	  width: 320px;
  	  min-width: 320px;
  	  max-width: 320px;
	}
	header &gt; .container-fluid {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a {
	  border: 1px solid #746999;
	  background: #ffffff;
	  color: #746999;
	  width: 34px;
	  height: 34px;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-align: center;
	  align-items: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  border-radius: 20px;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a {
	  font-weight: 200;
	  color: #7B8292;
	}
	header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a:hover,
	header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a:focus {
	  border: 1px solid #746999;
	  background: #746999;
	  color: #ffffff;
	}
	header .content-toolbar &gt; .content-toolbar-inner &gt; ul.left &gt; li [class^="icon-"] {
	  transform: translateY(2px) !important;
	  color: #746999;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li.header-phone {
	  margin-left: 0;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li.header-phone &gt; a {
	  width: auto;
	}
}

@media(min-width:1840px){
	header &gt; .container-fluid,
	header &gt; .container-fluid .container-fluid {
	  padding-left: 0px;
	  padding-right: 0px;
	}
}

@media(max-width:767px){
	header a#logo {
	  margin: 0px auto;
	  min-width: 194px !important;
	  padding-top: 0;
	  padding-bottom: 0;
	  max-height: 55px;
	  overflow: hidden;
	}
	nav.navbar .navbar-toggler.collapsed {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	header .content-toolbar-inline-left-and-right {
	  display: -ms-flexbox !important;
	  display: flex !important;
	  height: 68px !important;
	}
	header .content-toolbar.inline-left-and-right {
	  max-width: calc(100% - 90px);
	  margin-left: auto;
	  margin-right: 0;
	  position: static !important;
	}
	header .content-toolbar.inline-left-and-right ul.right {
	  -ms-flex-pack: end;
	  justify-content: flex-end
	}
	header .content-toolbar.inline-left-and-right ul.left {
	  -ms-flex-pack: start;
	  justify-content: flex-start;
	  padding-left: 38px;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a,
	header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a {
	  width: 30px;
	  height: 30px;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a {
	  width: 27px;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a i,
	header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a i {
	  font-weight: 600;
	  color: #111111;
	}
	header .content-toolbar &gt; .content-toolbar-inner {
	  position: static !important;
	}
	header .content-toolbar &gt; .content-toolbar-inner &gt; ul li.dropdown &gt; .dropdown-menu {
	  left: 15px !important;
	}
	header .content-toolbar &gt; .content-toolbar-inner &gt; ul &gt; li + li {
	  margin-left: 0 !important;
	}
}

@media(max-width:331px){
	header a#logo {
	  min-width: 125px !important;
	  max-height: 45px;
	}
	nav.navbar .navbar-toggler.collapsed {
	  padding-left: 17px;
	}
	header .content-toolbar.inline-left-and-right ul.left { 
	  padding-left: 35px;
	}
	header .content-toolbar &gt; .content-toolbar-inner &gt; ul {
	  height: 24px;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a, 
	header .content-toolbar.inline-left-and-right ul.right &gt; li &gt; a {
	  width: 24px;
	  height: 24px;
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a i.icon-search {
	  transform: translateY(1px);
	}
	header .content-toolbar.inline-left-and-right ul.left &gt; li &gt; a i.icon-phone {
	  transform: translateY(2px);
	}
}



/* =======================================================================================
   SECTION: Gifts
======================================================================================= */

section.find-the-perfect-gift &gt; .container-fluid {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  background: none;
}

section.find-the-perfect-gift .widget .content-block {
  width: calc(100% - 40px) !important;
}

section.find-the-perfect-gift .w-gift-box {
  width: 100% !important;
}

@media(min-width:768px){
	section.find-the-perfect-gift .w-gift-box {
	  width: 60% !important;
	}
	section.find-the-perfect-gift .img-desktop.w-100 {
	  width: auto !important;
	}
	section.find-the-perfect-gift:before {
	  content: "Gift Guide";
	  font-size: 15px;
	  position: absolute;
	  top: calc(50% + 50px);
	  left: 15px;
	  color: rgba(255,255,255,0.5);
	  font-family: "benton-sans-extra-compressed", sans-serif !important;
	  text-transform: uppercase;
	  font-weight: 400;
	  z-index: 101;
	  letter-spacing: .25rem;
	  text-indent: .125rem;
	  transform: rotate(-90deg);
	  transform-origin: 0 0;
	  width: 100px;
	  height: auto;
	  display: block;
	  text-align: center;
	  background: none;
	}
	section.find-the-perfect-gift:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 25px;
	  z-index: 100;
	  transform: rotate(180deg);
	  transform-origin: 0 0;
	  width: 1px;
	  height: 100%;
	  display: block;
	  background: rgba(255,255,255,0.0);
	}
}

@media(min-width:992px){
	section.find-the-perfect-gift .w-gift-box {
	  width: 565px !important;
	}
}

/* =======================================================================================
   SECTION: Gifts
======================================================================================= */

section.template-mid-banner &gt; .container-fluid {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  background: none;
}

section.template-mid-banner .widget .content-block {
  width: calc(100% - 40px) !important;
}

section.template-mid-banner .w-gift-box {
  width: 100% !important;
}

@media(min-width:768px){
	section.template-mid-banner .w-gift-box {
	  width: 60% !important;
	}
	section.template-mid-banner .img-desktop.w-100 {
	  width: auto !important;
	}
	section.template-mid-banner:before {
	  content: "";
	  font-size: 15px;
	  position: absolute;
	  top: calc(50% + 50px);
	  left: 15px;
	  color: rgba(255,255,255,0.5);
	  font-family: "benton-sans-extra-compressed", sans-serif !important;
	  text-transform: uppercase;
	  font-weight: 400;
	  z-index: 101;
	  letter-spacing: .25rem;
	  text-indent: .125rem;
	  transform: rotate(-90deg);
	  transform-origin: 0 0;
	  width: 100px;
	  height: auto;
	  display: block;
	  text-align: center;
	  background: none;
	}
	section.template-mid-banner:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 25px;
	  z-index: 100;
	  transform: rotate(180deg);
	  transform-origin: 0 0;
	  width: 1px;
	  height: 100%;
	  display: block;
	  background: rgba(255,255,255,0.0);
	}
}

@media(min-width:992px){
	section.template-mid-banner .w-gift-box {
	  width: 565px !important;
	}
}







/* =======================================================================================
   SECTION: Alt
======================================================================================= */

section.alt {
  background: #ffffff url(../images/alt-section-bg.svg) center center no-repeat;
  background-size: cover;
  overflow: visible;
  position: relative;
  z-index: 1;
}

@media(max-width:767px){
	section.alt {
	  background: #ffffff;
	}
}

section.alt .widget img {
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 0 20px rgba(0,0,0,0.0);
  transition: all 0.3s ease-in-out 0.05s;
}

section.alt .widget:hover img {
  transform: scale(1.05,1.05);
  box-shadow: 0 0 40px rgba(116,105,153,0.3);
  transition: all 0.3s ease-in-out 0.05s;
}

section.alt .widget:hover .btn-link {
  color: rgba(116,105,153,1);
}

section.alt .widget:hover .btn-link::after {
  bottom: 2px;
  height: 2px;
  background: rgba(116,105,153,1);
  transition: all 0.3s ease-in-out 0.05s;
}

@media(min-width:768px){
	section.alt.three-animated-widgets:before {
	  content: "Get Started";
	  font-size: 15px;
	  position: absolute;
	  top: calc(50% + 60px);
	  right: calc(1rem + 20px);
	  color: rgba(0,0,0,0.5);
	  font-family: "benton-sans-extra-compressed", sans-serif !important;
	  text-transform: uppercase;
	  font-weight: 400;
	  z-index: 101;
	  letter-spacing: .25rem;
	  text-indent: .125rem;
	  transform: rotate(90deg);
	  transform-origin: 100% 100%;
	  width: 120px;
	  height: auto;
	  display: block;
	  text-align: center;
	  background: #f0f2f5;
	}
	section.alt.three-animated-widgets:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  right: 23px;
	  z-index: 100;
	  transform: rotate(180deg);
	  transform-origin: 0 0;
	  width: 1px;
	  height: 100%;
	  display: block;
	  background: rgba(0,0,0,0.1);
	}
	section.alt .animated-widget-1 .widget-inner {
	  padding-top: 0 !important;
	}
	section.alt .animated-widget-2 .widget-inner {
	  padding-top: 75px !important;
	}
	section.alt .animated-widget-3 .widget-inner {
	  padding-top: 175px !important;
	}

	/*ENGAGEMENT 1*/
	body#engagement-at-stambaughs section.banner-section:before {
	  content: "Getting Engaged";
	  top: calc(50% + 80px);
	  width: 160px;
	}

	/*ENGAGEMENT 2*/
	body#engagement-at-stambaughs section.alt.three-animated-widgets:before {
	  content: "Start Here";
	  top: calc(50% + 30px);
	}

	/*ANTWERP*/
	body#antwerp section.banner-section:before {
	  content: "ANTWERP, BELGIUM";
	  top: calc(50% + 100px);
	  width: 220px;
	}

}






/* =======================================================================================
   SECTION: Banner
======================================================================================= */

section.banner-section {
  background: white;
}

@media(min-width:768px){
	section.banner-section .container-fluid .col-12 {
	  z-index: 1;
	  position: relative;
	}
	section.banner-section .container-fluid .bg-light {
	  margin-top: -50px !important;
	  margin-bottom: -50px !important;
	  z-index: 0;
	  position: relative;
	  padding-left: 40px;
	}
	section.banner-section:before {
	  content: "Welcome";
	  font-size: 15px;
	  position: absolute;
	  top: calc(50% + 50px);
	  left: 15px;
	  color: rgba(255,255,255,0.5);
	  font-family: "benton-sans-extra-compressed", sans-serif !important;
	  text-transform: uppercase;
	  font-weight: 400;
	  z-index: 101;
	  letter-spacing: .25rem;
	  text-indent: .125rem;
	  transform: rotate(-90deg);
	  transform-origin: 0 0;
	  width: 100px;
	  height: auto;
	  display: block;
	  text-align: center;
	  background: #746999;
	}

	section.banner-section:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 25px;
	  z-index: 100;
	  transform: rotate(180deg);
	  transform-origin: 0 0;
	  width: 1px;
	  height: 100%;
	  display: block;
	  background: rgba(255,255,255,0.1);
	}
}

section.banner-section &gt; .container-fluid &gt; .row {
  top: 0;
}

section.banner-section &gt; .container-fluid {
  background: #746999;
}







section.banner-section-template {
  background: white;
}

@media(min-width:768px){
	section.banner-section-template .container-fluid .col-12 {
	  z-index: 1;
	  position: relative;
	}
	section.banner-section-template .container-fluid .bg-light {
	  margin-top: -50px !important;
	  margin-bottom: -50px !important;
	  z-index: 0;
	  position: relative;
	  padding-left: 40px;
	}
	section.banner-section-template:before {
	  content: "";
	  font-size: 15px;
	  position: absolute;
	  top: calc(50% + 50px);
	  left: 15px;
	  color: rgba(255,255,255,0.5);
	  font-family: "benton-sans-extra-compressed", sans-serif !important;
	  text-transform: uppercase;
	  font-weight: 400;
	  z-index: 101;
	  letter-spacing: .25rem;
	  text-indent: .125rem;
	  transform: rotate(-90deg);
	  transform-origin: 0 0;
	  width: 100px;
	  height: auto;
	  display: block;
	  text-align: center;
	  background: #746999;
	}

	section.banner-section-template:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 25px;
	  z-index: 100;
	  transform: rotate(180deg);
	  transform-origin: 0 0;
	  width: 0px;
	  height: 100%;
	  display: block;
	  background: rgba(255,255,255,0.1);
	}
}

section.banner-section-template &gt; .container-fluid &gt; .row {
  top: 0;
}

section.banner-section-template &gt; .container-fluid {
  background: #746999;
}


/* =======================================================================================
   SECTION: Icons
======================================================================================= */

section.icon-links .widget a {
  text-decoration: none;
}

section.icon-links .text-service {
  font-size: 20px;
  font-family: "meno-banner-extra-condensed", serif !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

section.icon-links .widget-inner a.text-dark i {
  font-size: 50px;
}

section.icon-links .widget-inner a.text-dark:hover i,
section.icon-links .widget-inner a.text-dark:hover .text-service {
  color: rgba(116,105,153,1);
}

@media(max-width:767px){
	section.icon-links .widget a {
	  text-decoration: none;
	  display: block !important;
	  text-align: center;
	}
	section.icon-links .widget a i {
	  margin-bottom: 15px;
	  display: block !important;
	}
	section.icon-links .widget a span {
	  display: block !important;
	  padding: 0 !important;
	}
	section.icon-links .text-service {
	  margin-bottom: 15px;
	}
}


/* =======================================================================================
   FOOTER
======================================================================================= */

footer {
  border-top: 5px solid rgba(116,105,153,1);
  box-shadow: inset 0 5px 0 white;
}

footer h6 {
  font-size: 20px;
  font-family: "meno-banner-extra-condensed", serif !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #909baa;
  font-style: none;
  margin-top: 34px;
}

footer address {
  font-size: 16px;
  color: #8b919a;
}

footer address strong,
footer address a strong {
  font-weight: 600 !important;
}

footer .footerlinks li a {
  color: #8b919a;
}

footer .footerlinks li a:hover,
footer .footerlinks li a:focus {
  color: #250859 !important;
  text-decoration: none;
  font-weight: 400;
}

footer address a:hover,
footer address a:focus,
footer address a:hover *,
footer address a:focus * {
  color: #250859 !important;
  text-decoration: none;
  font-weight: 400;
}

footer .social-networks {
  margin: 0 0 0 0;
}

footer .social-networks &gt; a {
  color: #909baa;
  font-size: 30px;
  padding: 0;
}

footer .social-networks &gt; a:hover,
footer .social-networks &gt; a:focus {
  color: #2B2F3A;
}

footer .footer-affiliate-logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10%;
}

footer .footer-affiliate-logos &gt; li &gt; a &gt; img {
  max-height: 40px;
  opacity: 0.4;
}

footer #footer-logo {
  max-width: 180px;
  padding-top: 30px;
}

@media(min-width:768px){
	footer #footer-logo {
	  margin-left: -0.2rem;
	}
}

footer p.copyrights,
footer p.copyrights * {
  color: #909baa;
}








#jewelry-details-h1,
#product-details-header h1 {
  font-family: "meno-banner-extra-condensed", serif !important;
  font-size: 24px;
  font-weight: 900;
}

.grid-sidebar .grid-sidebar-elem-heading.filter-heading .btn-filter span {
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 0 0 0;
  font-size: 13px;
  letter-spacing: 0.04rem;
}

#product-details div &gt; span,
#jewelry-column-details span {
  font-weight:
}

#product-details #wizardModal .form-label-group {
  margin-top: 0 !important;
}

#product-details #projectWrap .btn-brick:hover span,
#product-details #projectWrap .btn-brick.selected span,
#jewelry-column-details #projectWrap .btn-brick:hover span,
#jewelry-column-details #projectWrap .btn-brick.selected span {
  color: #ffffff !important;
}</pre></body></html>