#store_content_container p {
	margin: 0;
  }
  
  .content-section {
	margin-bottom: 20px;
  }
  
  .address-hours-directions-intext {
	color: black;
	text-decoration: underline;
  }
  
  .address-hours-directions-intext:hover, .address-hours-directions-intext:focus {
	color:black;
	text-decoration: underline;
  }
  
  .store-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
  }
  
  .store-title-header {
	font-weight: bold;
	font-size: 14px !important;
  }
  
  .store-details {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	margin-top: 20px;
  }
  
  .store-title-container-main-menu a {
	padding: 8px 20px;
	border-radius: 6px;
	margin: 0px 3px;
	font-size: 12px;
  }
  
  .shop-this-store,
  .solid-red {
	background-color: #c80000;
	border: 3px solid #c80000;
  color: #fff;
  font-weight: bold;
}

.shop-this-store:hover .shop-this-store:focus,
.solid-red:hover, .solid-red:focus {
  background-color: #8a2a2b;
  border: 3px solid #8a2a2b;
  color:white;
  text-decoration:none;
}

.nearby_stores-header {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.find-more-stores-btn {
  width: auto !important;
  padding: 8px 15px !important;
}

.store-title-container-main-menu {
  display: flex;
  align-items: center;
}

.ordering-options-title {
  font-weight:bold;
  margin-bottom:3px;
}

.order-options-icon i {
  background-color: #eaeaea;
  padding: 10px;
  border-radius: 50%;
  font-size: 30px;
  color: gray;
  margin-right: 10px;
}

.ordering-option-container {
  display:flex;
  padding-bottom:10px;
  padding-top:10px;
  align-items: center;
}

.store-feature li {
  font-weight:bold;
  line-height:1;
}

.order-options-icon {
  margin-right: 10px;
}

.order-options-icon img {
  max-width:50px;
}

#address_hours,
#features {
  border-right: 2px solid gray;
}


#store-title-container {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.store-title-your-store {
  color: #c80000;
  margin-bottom: 0;
}

#store-title-container h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  margin-left: 0;
}

#store_map_container {
  background-color: #f7f7f7;
  height: 450px;
  text-align: center;
  padding-top: 50px;
}

#static_store_map_container {
  display: flex;
  height: 450px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

#static_store_map_container img {
  flex: none;
  height: 450px;
  max-width: none;
}

#static_store_map_container:before {
  background: url( '../images/google-logo.png' ) top left no-repeat;
    -webkit-background-size: 59px 22px;
       -moz-background-size: 59px 22px;
         -o-background-size: 59px 22px;
            background-size: 59px 22px;
  bottom: 2px;
  content: '';
  height: 22px;
  left: 5px;
  position: absolute;
  width: 109px;
}

#static_store_map_container:after {
  background: url( '../images/google-copyright.png' ) top left no-repeat;
    -webkit-background-size: 122px 15px;
       -moz-background-size: 122px 15px;
         -o-background-size: 122px 15px;
            background-size: 122px 15px;
  bottom: 0;
  content: '';
  height: 15px;
  position: absolute;
  right: 0;
  width: 122px;
}

#current-store {
  font-style: italic;
  margin-bottom:10px;
}

#current-store a,
#current-store a:hover {
  color: #fff;
  text-decoration: underline;
}

#directions,
#shop_this_store,
#shop_now {
  background-color: #c80000;
  border: none;
  border-radius: 8px;
  height: 30px;
  margin: 12px 0 0;
  padding: 8px 18px;
}

#directions a,
#shop_this_store a,
#shop_now a {
  color: #fff;
  text-decoration: none;
}

.shop-this-store {
	border-radius: 6px;
	font-size: 11px;
	padding: 8px 0;
	text-align: center;
	text-shadow: none;
	width: 100%;
	line-height: normal;
  }
  
  .store-item-content-container {
	display:flex;
	justify-content: space-between;
  }
  
  .store-item-content-hours-today {
	font-weight:bold;
	text-align: center;
	display:flex;
	align-items: center;
  }
  
  .nearby_store_block p {
	font-size: 11px;
	line-height: 1.5;
  }
  
  .nearby_store_block .store-item-content-container a {
	color: black;
	text-decoration: underline;
	font-size: 11px;
	line-height: 1.5;
  }

#nearby_stores .store-details a:after {
  padding-left: 0;
}

#nearby_stores .store-details a:hover:after {
  text-decoration: underline;
}

#store_content_container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px 25px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

#store_content_container h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

#address_hours,
#manager,
#features,
#nearby_stores {
  line-height: 20px;
  min-width: 230px;
  padding-right: 12px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

a.store-telephone-link {
	color: black;
	text-decoration: underline;
}

#shop_now_container {
  margin: 10px 0 12px;
}

.locator-setmystore-button, .directions-button {
  background: #c80000;
  color: white;
  padding: 5px 18px;
  border-radius: 8px;
}

.locator-setmystore-button:hover, .directions-button:hover {
  background: #620000;
  color: white;
  text-decoration: none;
}

#store-hours .current-day {
  font-weight: bold;
}

#store-hours .temporary-hours {
  color: #c80000;
  font-weight: bold;
  position: relative;
}

#store-hours .temporary-hours .temporary-hours-label {
  font-weight: normal;
  margin: 0 0 5px 5px;
}

#store-hours .temporary-hours .normal-hours {
  background: #ccc;
  border: 1px solid #999;
  color: #666;
  display: none;
  font-style: normal;
  font-weight: normal;
  left: 30px;
  padding: 5px;
  position: absolute;
  top: 20px;
  z-index: 100001;
}

#store-hours .temporary-hours:hover .normal-hours {
  display: block;
}

#extended-hours {
  margin-top: 12px;
}

#extended-hours p {
  margin: 0 0 12px;
}

#manager_name,
#feature-list {
  margin-top: 10px;
}

#manager_photo {
  margin-top: 12px;
}

#features .store-feature {
  margin-bottom: 6px;
  position: relative;
}

#features .store-feature-description {
	background-color: #ccc;
	border: 1px solid #999;
	display: none;
	left: -190px;
	line-height: 18px;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 180px;
  z-index: 1;
}

#features .store-feature-description.extended {
  bottom: 0;
  top: auto;
}

#features .store-feature-description.show {
	display: block;
}

#features .feature_icon {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

#nearby_stores,
#features {
  padding-left: 20px;
}

#nearby_stores .nearby_store_block {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 15px;
}

.location-info-window {
  text-align: left;
}

.location-info-window h2,
.location-info-window p {
  margin-left: 0;
  margin-right: 0;
}

#frm_store_locator {
	background-color: #eee;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	margin: 5px 0 0;
	max-width: 210px;
	padding: 3px 10px 0;
	text-align: center;
}

#frm_store_locator div {
	font-weight: bold;
}

#frm_store_locator input[type=text] {
	width: 145px;
}

#frm_store_locator button {
	margin: 3px 0 8px 4px;
	padding: 5px 6px;
}

.black-outline {
  color: black;
  background-color: white;
  border: 3px solid black;
  border-radius: 6px;
}

.black-outline:hover {
	color: white;
	background-color: black;
	border: 3px solid black;
	border-radius: 8px;
	text-decoration: none;
  }
  
  .black-outline a {
	color: black;
	background-color: white;
  }
  
  .black-outline a:focus , .black-outline a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
  }
  
  .ordering-option-container a {
	margin-top: 15px;
	padding: 8px 15px;
  }
  
  .ordering-options-text {
	margin-bottom: 15px !important;
  }
  
  .shop-store-header-button {
	font-weight: bold;
  }
  
  .store-title-your-store-address {
	display:none;
  }
  
  #feature-list ul {
	margin: 0 25px 12px 20px !important;
	font-size: 12px !important;;
  }
  
  li {
	font-weight:bold !important;
  }
  
  /* Tablet View */
  
  @media only screen and (max-width: 1000px) {
  #store_content_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #features h2,
  #nearby_stores h2 {
    margin-top: 22px;
  }

  #features .store-feature-description {
    left: 200px;
  }
  
  #address_hours, #manager, #features, #nearby_stores {
    border: none;
  }

  #nearby_stores {
    grid-column: 1 / 3;
  }

  #address_hours {
    border-right: 2px solid black;
  }

  .store-title-your-store-address {
    display:none;
  }

  .store-title-your-store-header {
    display:block;
  }

  .address-hours-content-container {
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* Mobile View */

@media only screen and (max-width: 550px) {

	#store_content_container {
	  display: block;
	}
  
	#address_hours, #features {
	  border: none;
	}
  
	.store-title-container-main-menu {
	  display: block;
	}
  
	#store-title-container {
	  display:block;
	}
  
	#static_store_map_container {
  		height: 350px;
	}

	#static_store_map_container img {
	margin-top: -50px;
	}

  #store_map_container {
    height: 350px;
  }

  a.store-telephone-link:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  #address_hours,
  #manager,
  #features,
  #nearby_stores {
    display: block;
    margin: 0 auto;
  }

  #manager h2 {
    margin-top: 22px;
  }

  #features .store-feature-description {
    bottom: 30px;
    left: 35px;
    top: auto;
  }

  .shop-store-header-buttons-container {
    padding: 10px 0px;
  }

  .address-hours-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .store-title-your-store-header {
    display:none;
  }

  .store-title-your-store-address {
    display:block;
  }

  #store-hours {
    border-right: none;
  }
}
