/*
$custom-select-padding-y:           $input-btn-padding-y;
$custom-select-padding-x:           $input-btn-padding-x;
$custom-select-indicator-padding:   1rem; // Extra padding to account for the presence of the background-image based indicator
$custom-select-bg-size:             12px 7px; // In pixels because image dimensions
$custom-select-box-shadow:          none;
$custom-select-indicator-color:     $brand-blue;
$custom-select-indicator:           url("../icons/sprite.svg");
$custom-select-background:          escape-svg($custom-select-indicator) no-repeat $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
*/
.storedetails {
  font-weight: 700;
  color: #666; }
  .storedetails a {
    text-decoration: none;
    color: #666 !important; }
    .storedetails a :hover {
      color: #071D49; }
  .storedetails .li-text {
    line-height: 1.875; }
  .storedetails__note {
    color: #071D49;
    text-align: center; }

.icon30 {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle; }
  .icon30__address {
    background-image: url(../../../../images/item-address.png); }
  .icon30__phone {
    background-image: url(../../../../images/item-phone.png); }
  .icon30__email {
    background-image: url(../../../../images/item-email.png); }
  .icon30__hours {
    background-image: url(../../../../images/item-clock.png); }
