#storeDetails .borderless td,
#storeDetails .borderless th {
  border: none;
}

/*
ordered from high to low
suggested naming convention would be the class/ID the z-index is going on
*/
/*--------------------------------
	Breakpoints
--------------------------------*/
/*--------------------------------
	Typography
--------------------------------*/
/*--------------------------------
	Colors
--------------------------------*/
/*--------------------------------
	Z-Index
--------------------------------*/
/*--------------------------------
	ADA
--------------------------------*/
/*--------------------------------
	Spacing
--------------------------------*/
/*--------------------------------
	Font Size, Weight, Etc.
--------------------------------*/
#storeDetails .breadCrumb li > a {
  font-size: 0.75rem !important;
  cursor: pointer;
}

#storeDetails .storeDetail_tablet {
  padding-bottom: 10px !important;
}

#storeDetails .storeDetail_tablet li::after {
  top: 0px !important;
}

#storeDetails .page-title {
  position: relative;
}

#storeDetails .page-title h1 {
  text-align: center;
  margin: 0 auto;
  padding: 6px 0 5px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.75rem !important;
}

#storeDetails .page-title .storeNumber {
  display: block;
}

#storeDetails h2 {
  border-bottom: solid 1px #ededed;
  padding: 0 0 10px 0;
}

#storeDetails h2.featuredBrands {
  font-size: 1.5625rem;
  font-weight: 400;
}

#storeDetails h4 {
  font-size: 1.125rem;
}

#storeDetails .storeImgWrapper {
  text-align: center;
  margin-top: 65px;
}

#storeDetails .storeImgWrapper .storeImage {
  width: 98%;
  max-width: 625px;
}

#storeDetails .storeImgWrapper a,
#storeDetails .storeImgWrapper button {
  font-size: 0.875rem;
}

#storeDetails .storeInformation .storeServices a {
  font-size: 0.875rem;
  margin-bottom: 7px;
}

#storeDetails .storeInformation .storeServices p {
  line-height: 1.75rem;
  margin: 0;
}

#storeDetails .storeInformation a.btn.btn-primary {
  text-decoration: none !important;
}

#storeDetails .serviceIconWrapper {
  height: 80px;
}

#storeDetails .serviceIconWrapper .serviceIcon {
  height: 50px;
}

#storeDetails .serviceIconWrapper .serviceIcon i {
  width: 50px !important;
  height: 50px !important;
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
}

#storeDetails .serviceIconWrapper .serviceIcon i svg {
  fill: #fff;
}

#storeDetails .serviceIconWrapper figcaption {
  font-size: 12px;
  margin: 3px 0 0 0;
}

#storeDetails .serviceIconWrapper figcaption a {
  font-size: 12px;
}

#storeDetails #storeDetailSidebarWrapper #storeDetailSidebar {
  max-width: 240px;
  padding-left: 0px;
}

#storeDetails #storeDetailSidebarWrapper #storeDetailSidebar .state_header {
  list-style: none;
  margin-top: 145px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ededed;
  font-weight: 600;
  margin-left: 0px;
  padding-left: 15px;
}

#storeDetails #storeDetailSidebarWrapper #store_list {
  list-style: none;
  padding-left: 15px;
  margin-top: -16px;
  font-size: 0.875rem;
  background-color: #FBFBFB;
  display: block;
  max-height: 443px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

#storeDetails #storeDetailSidebarWrapper #store_list .each_store {
  padding-top: 10px;
  padding-bottom: 10px;
}

#storeDetails a,
#storeDetails button {
  font-size: 0.875rem;
  display: inline-block;
}

#storeDetails .event {
  border: 1px solid #d2d2d2;
  padding: 15px;
  overflow-y: auto;
  max-height: 400px;
}

#storeDetails .event .eventInfo span {
  margin-bottom: 10px;
  display: block;
}

#storeDetails .event .eventInfo p {
  line-height: 1.8;
  margin: 0;
}

.tabletPage #storeDetails .serviceIconWrapper {
  height: 120px;
}

.tabletPage #storeDetails .serviceIconWrapper figcaption {
  font-size: 0.875rem;
  margin: 10px 0 0 0;
}

.tabletPage #storeDetails .serviceIconWrapper figcaption a {
  font-size: 0.875rem;
}

.tabletPage #storeDetails .storeImgWrapper {
  text-align: center;
  margin-top: 65px;
}

.tabletPage #storeDetails .storeImgWrapper .storeImage {
  width: 100%;
  max-width: 300px;
  margin: auto;
}

#storeDetails__silhouette h1 {
  border-bottom: 25px solid #f9f9f9;
  width: 30%;
  margin: 10px 0 30px;
  padding: 20px 0;
}

#storeDetails__silhouette .storeNumber {
  display: block;
}

#storeDetails__silhouette .storeImage {
  border-bottom: 320px solid #f9f9f9;
  width: 90%;
}

.tabletPage #storeDetails .mapMarker {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 15px 9px 0 0 !important;
}

.internet-explorer #storeDetails .mapMarker {
  width: 15px;
  height: 15px;
  margin: 18px 11px 18px 0 !important;
}


/*# sourceMappingURL=../e15ef21c54fc-18.js.map*/