/*!
 * Grogan Jewelers
 * Copyright 2008-2022 Punchmark
 */

@media(max-width:767px){
  .column-slider-under-ringsettings-block{
  	display:none;
  }
}

#appt-location option[value="3"],
#appt-location option[value="Franklin, TN"] {
    display: none;
}

#closest_store-a003c899-1b1f-4233-a140-80bfdebf83a1 option[value="Franklin, TN"] {
    display: none;
}

/* ========

By appt only - Franklin Location

======== */

body#jewelry-stores-franklin-tennessee .widget-location-card-store-hours {
  position: relative;
}

body#jewelry-stores-franklin-tennessee .widget-location-card-store-hours:before {
  content: 'By Appointment Only:';
  position: relative;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: var(--bs-p-family) !important;
  bottom: 5px;
  /* text-transform: uppercase; */
}

body#jewelry-stores a[href="/pages/jewelry-stores-franklin-tennessee"] + .locationWrap .widget-location-card-store-hours {
  position: relative;
}

body#jewelry-stores a[href="/pages/jewelry-stores-franklin-tennessee"] + .locationWrap .widget-location-card-store-hours:before {
  content: 'By Appointment Only:';
  position: relative;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: var(--bs-p-family) !important;
  bottom: 5px;
  /* text-transform: uppercase; */
}