/*!
 * D'Errico Jewelry
 * Copyright 2008-2023 Punchmark
 */

.btn-primary {
  color: #ffffff !important;
}


.btn-primary:hover,
.btn-primary:focus {
  color: #000000 !important;
}

.dropdown-menu {
  background: #ffffff;
  border-color: #eeeeee;
}

.grid-sidebar .grid-sidebar-elem-heading h5 button {
  color: var(--primary) !important;
}

.grid-sidebar .grid-sidebar-elem-heading.filter-heading .btn-filter {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
}

.grid-sidebar .grid-sidebar-elem-heading.filter-heading .btn-filter [class^=icon-] {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.toolbar .dropdown-item:hover, 
.toolbar .dropdown-item:focus {
  color: #ffffff;
}

.toolbar > .toolbar-inner > ul li.dropdown > .dropdown-menu,
.toolbar > .toolbar-inner > ul li.dropdown > .dropdown-menu .dropdown-submenu .dropdown-menu {
  border-radius: 0.25rem;
}

@media(max-width:767px){
  nav.navbar .nav-item:hover > .nav-link,
  nav.navbar .nav-item:focus > .nav-link,
  nav.navbar .nav-item > .nav-link:focus,
  nav.navbar .nav-item > [aria-expanded="true"].nav-link,
  nav.navbar .nav-item.dropdown-is-open .nav-link {
    color: #ffffff !important;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    outline: none !important;
  }
}

.alert-global, 
.alert-global a.alert-link {
  color: #ffffff;
}

.multi-store-contact-section > div > hr {
	display: none;
}

.multi-store-contact-section > div + .max-width-600 {
	display: none;
}

#service-solo-appointment-form + div {
	display: none;	
}

#service-solo > div > div + hr {
	display: none;	
}

body#ringsettings-diamonds section.diamond-search-block + section {
	display: none;
}

@media(min-width:768px){
  nav.navbar {
    padding-bottom: 0;
  }
  nav.navbar .nav-item .nav-link {
    padding-bottom: 20px !important;
  }
  nav.navbar .dropdown .dropdown-menu {
    margin-top: -4px !important;
  }
}

footer address a strong.small.text-uppercase {
  display: none;
}

/*============

Fix For Address widget font size - 2 cols

============*/

.widget-location address {
  word-wrap: break-word;
}

.widget-location address strong {
  display: block !important;
}

.widget-location address * {
  font-size: 0.82rem !important;
}

/*===========

2025 Gift Guide Fix

===========*/

#holiday-gift-guide-2025 .owl-stage-outer {
    height: 100% !important;
}

.nav-item.holiday-red .nav-link {
  color: red !important;
}