.template-page-store-locator {
  @-webkit-keyframes ify_pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  
  @keyframes ify_pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  
  .storeify-sl-light-modal .pulse {
    -webkit-animation-name: ify_pulse;
    animation-name: ify_pulse
  }
  
  .storeify-sl-light-modal .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }
  
  #storeify-sl-btn-trigger-popup {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999999;
    width: 65px;
    height: 65px;
    color: #FFF;
    background: #333;
    border-radius: 50px !important;
    text-align: center;
    border: 0;
    justify-content: center;
    align-items: center;
    display: flex
  }
  
  .storeify-sl-item-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 16px;
    margin-bottom: 4px;
    word-break: break-word;
    outline: none
  }
  
  .storeify_sl_button_svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: inherit
  }
  
  .bootstrap-storeifyapps ul.storeifyapp_stores_tags_filter_list,
  .bootstrap-storeifyapps ul.storeifyapp_stores_countrys_filter_list {
    margin: 0;
    padding: 0
  }
  
  #getbylocal .material-icons-outlined.my_location {
    display: none;
  }
  
  .storeify-sl-item-row.address {
    display: block;
    border: none;
    padding: 0;
  }
  
  .bootstrap-storeifyapps [hidden],
  .bootstrap-storeifyapps template {
    display: none
  }
  
  .bootstrap-storeifyapps a {
    background-color: #fff0
  }
  
  .bootstrap-storeifyapps a:active,
  .bootstrap-storeifyapps a:hover {
    outline: 0
  }
  
  .bootstrap-storeifyapps b,
  .bootstrap-storeifyapps strong {
    font-weight: 700
  }
  
  .bootstrap-storeifyapps h1 {
    font-size: 2em;
    margin: .67em 0
  }
  
  .bootstrap-storeifyapps mark {
    background: #ff0;
    color: #000
  }
  
  .bootstrap-storeifyapps small {
    font-size: 80%
  }
  
  .bootstrap-storeifyapps sub,
  .bootstrap-storeifyapps sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }
  
  .bootstrap-storeifyapps sup {
    top: -.5em
  }
  
  .bootstrap-storeifyapps sub {
    bottom: -.25em
  }
  
  .bootstrap-storeifyapps img {
    border: 0
  }
  
  .bootstrap-storeifyapps svg:not(:root) {
    overflow: hidden
  }
  
  .bootstrap-storeifyapps button {
    overflow: visible
  }
  
  .bootstrap-storeifyapps button,
  .bootstrap-storeifyapps select {
    text-transform: none
  }
  
  .bootstrap-storeifyapps button,
  .bootstrap-storeifyapps html input[type="button"],
  .bootstrap-storeifyapps input[type="reset"],
  .bootstrap-storeifyapps input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
  }
  
  .bootstrap-storeifyapps button[disabled],
  .bootstrap-storeifyapps html input[disabled] {
    cursor: default
  }
  
  .bootstrap-storeifyapps button::-moz-focus-inner,
  .bootstrap-storeifyapps input::-moz-focus-inner {
    border: 0;
    padding: 0
  }
  
  .bootstrap-storeifyapps input {
    line-height: normal;
    vertical-align: middle
  }
  
  .bootstrap-storeifyapps input[type="checkbox"],
  .bootstrap-storeifyapps input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
  }
  
  .bootstrap-storeifyapps input[type="number"]::-webkit-inner-spin-button,
  .bootstrap-storeifyapps input[type="number"]::-webkit-outer-spin-button {
    height: auto
  }
  
  .bootstrap-storeifyapps input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
  
  .bootstrap-storeifyapps input[type="search"]::-webkit-search-cancel-button,
  .bootstrap-storeifyapps input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
  }
  
  .bootstrap-storeifyapps fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
  }
  
  .bootstrap-storeifyapps legend {
    border: 0;
    padding: 0
  }
  
  .bootstrap-storeifyapps textarea {
    overflow: auto
  }
  
  .bootstrap-storeifyapps optgroup {
    font-weight: 700
  }
  
  .bootstrap-storeifyapps table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  .bootstrap-storeifyapps td,
  .bootstrap-storeifyapps th {
    padding: 0
  }
  
  @media print {
  
    .bootstrap-storeifyapps *,
    .bootstrap-storeifyapps *:before,
    .bootstrap-storeifyapps *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important
    }
  
    .bootstrap-storeifyapps pre,
    .bootstrap-storeifyapps blockquote {
      border: 1px solid #999;
      page-break-inside: avoid
    }
  
    .bootstrap-storeifyapps thead {
      display: table-header-group
    }
  
    .bootstrap-storeifyapps tr,
    .bootstrap-storeifyapps img {
      page-break-inside: avoid
    }
  
    .bootstrap-storeifyapps img {
      max-width: 100% !important
    }
  
    .bootstrap-storeifyapps p,
    .bootstrap-storeifyapps h2,
    .bootstrap-storeifyapps h3 {
      orphans: 3;
      widows: 3
    }
  
    .bootstrap-storeifyapps h2,
    .bootstrap-storeifyapps h3 {
      page-break-after: avoid
    }
  
    .bootstrap-storeifyapps select {
      background: #fff !important
    }
  
    .bootstrap-storeifyapps .navbar {
      display: none
    }
  
    .bootstrap-storeifyapps .btn>.caret,
    .bootstrap-storeifyapps .dropup>.btn>.caret {
      border-top-color: #000 !important
    }
  
    .bootstrap-storeifyapps .label {
      border: 1px solid #000
    }
  
    .bootstrap-storeifyapps .table {
      border-collapse: collapse !important
    }
  
    .bootstrap-storeifyapps .table td,
    .bootstrap-storeifyapps .table th {
      background-color: #fff !important
    }
  
    .bootstrap-storeifyapps .table-bordered th,
    .bootstrap-storeifyapps .table-bordered td {
      border: 1px solid #ddd !important
    }
  }
  
  .bootstrap-storeifyapps * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .bootstrap-storeifyapps *:before,
  .bootstrap-storeifyapps *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .bootstrap-storeifyapps img {
    vertical-align: middle
  }
  
  .bootstrap-storeifyapps .img-responsive,
  .bootstrap-storeifyapps .thumbnail>img,
  .bootstrap-storeifyapps .thumbnail a>img,
  .bootstrap-storeifyapps .carousel-inner>.item>img,
  .bootstrap-storeifyapps .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
  }
  
  .bootstrap-storeifyapps .img-rounded {
    border-radius: 6px
  }
  
  .bootstrap-storeifyapps .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
  }
  
  .bootstrap-storeifyapps [role="button"] {
    cursor: pointer
  }
  
  .bootstrap-storeifyapps h1,
  .bootstrap-storeifyapps h2,
  .bootstrap-storeifyapps h3,
  .bootstrap-storeifyapps h4,
  .bootstrap-storeifyapps h5,
  .bootstrap-storeifyapps h6,
  .bootstrap-storeifyapps .h1,
  .bootstrap-storeifyapps .h2,
  .bootstrap-storeifyapps .h3,
  .bootstrap-storeifyapps .h4,
  .bootstrap-storeifyapps .h5,
  .bootstrap-storeifyapps .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
  }
  
  .bootstrap-storeifyapps h1 small,
  .bootstrap-storeifyapps h2 small,
  .bootstrap-storeifyapps h3 small,
  .bootstrap-storeifyapps h4 small,
  .bootstrap-storeifyapps h5 small,
  .bootstrap-storeifyapps h6 small,
  .bootstrap-storeifyapps .h1 small,
  .bootstrap-storeifyapps .h2 small,
  .bootstrap-storeifyapps .h3 small,
  .bootstrap-storeifyapps .h4 small,
  .bootstrap-storeifyapps .h5 small,
  .bootstrap-storeifyapps .h6 small,
  .bootstrap-storeifyapps h1 .small,
  .bootstrap-storeifyapps h2 .small,
  .bootstrap-storeifyapps h3 .small,
  .bootstrap-storeifyapps h4 .small,
  .bootstrap-storeifyapps h5 .small,
  .bootstrap-storeifyapps h6 .small,
  .bootstrap-storeifyapps .h1 .small,
  .bootstrap-storeifyapps .h2 .small,
  .bootstrap-storeifyapps .h3 .small,
  .bootstrap-storeifyapps .h4 .small,
  .bootstrap-storeifyapps .h5 .small,
  .bootstrap-storeifyapps .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
  }
  
  .bootstrap-storeifyapps h1,
  .bootstrap-storeifyapps .h1,
  .bootstrap-storeifyapps h2,
  .bootstrap-storeifyapps .h2,
  .bootstrap-storeifyapps h3,
  .bootstrap-storeifyapps .h3 {
    margin-top: 20px;
    margin-bottom: 10px
  }
  
  .bootstrap-storeifyapps h1 small,
  .bootstrap-storeifyapps .h1 small,
  .bootstrap-storeifyapps h2 small,
  .bootstrap-storeifyapps .h2 small,
  .bootstrap-storeifyapps h3 small,
  .bootstrap-storeifyapps .h3 small,
  .bootstrap-storeifyapps h1 .small,
  .bootstrap-storeifyapps .h1 .small,
  .bootstrap-storeifyapps h2 .small,
  .bootstrap-storeifyapps .h2 .small,
  .bootstrap-storeifyapps h3 .small,
  .bootstrap-storeifyapps .h3 .small {
    font-size: 65%
  }
  
  .bootstrap-storeifyapps h4,
  .bootstrap-storeifyapps .h4,
  .bootstrap-storeifyapps h5,
  .bootstrap-storeifyapps .h5,
  .bootstrap-storeifyapps h6,
  .bootstrap-storeifyapps .h6 {
    margin-top: 10px;
    margin-bottom: 10px
  }
  
  .bootstrap-storeifyapps h4 small,
  .bootstrap-storeifyapps .h4 small,
  .bootstrap-storeifyapps h5 small,
  .bootstrap-storeifyapps .h5 small,
  .bootstrap-storeifyapps h6 small,
  .bootstrap-storeifyapps .h6 small,
  .bootstrap-storeifyapps h4 .small,
  .bootstrap-storeifyapps .h4 .small,
  .bootstrap-storeifyapps h5 .small,
  .bootstrap-storeifyapps .h5 .small,
  .bootstrap-storeifyapps h6 .small,
  .bootstrap-storeifyapps .h6 .small {
    font-size: 75%
  }
  
  .bootstrap-storeifyapps h1,
  .bootstrap-storeifyapps .h1 {
    font-size: 36px
  }
  
  .bootstrap-storeifyapps h2,
  .bootstrap-storeifyapps .h2 {
    font-size: 30px
  }
  
  .bootstrap-storeifyapps h3,
  .bootstrap-storeifyapps .h3 {
    font-size: 24px
  }
  
  .bootstrap-storeifyapps h4,
  .bootstrap-storeifyapps .h4 {
    font-size: 18px
  }
  
  .bootstrap-storeifyapps h5,
  .bootstrap-storeifyapps .h5 {
    font-size: 14px
  }
  
  .bootstrap-storeifyapps h6,
  .bootstrap-storeifyapps .h6 {
    font-size: 12px
  }
  
  .bootstrap-storeifyapps p {
    margin: 0 0 10px
  }
  
  .bootstrap-storeifyapps pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
  }
  
  .bootstrap-storeifyapps pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: #fff0;
    border-radius: 0
  }
  
  .bootstrap-storeifyapps .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
  }
  
  .bootstrap-storeifyapps .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
  }
  
  @media(min-width: 768px) {
    .bootstrap-storeifyapps .container {
      width: 750px
    }
  }
  
  @media(min-width: 992px) {
    .bootstrap-storeifyapps .container {
      width: 970px
    }
  }
  
  @media(min-width: 1200px) {
    .bootstrap-storeifyapps .container {
      width: 1170px
    }
  }
  
  .bootstrap-storeifyapps .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
  }
  
  .bootstrap-storeifyapps .row {
    margin-left: -15px;
    margin-right: -15px
  }
  
  .bootstrap-storeifyapps .col-xs-1,
  .bootstrap-storeifyapps .col-sm-1,
  .bootstrap-storeifyapps .col-md-1,
  .bootstrap-storeifyapps .col-lg-1,
  .bootstrap-storeifyapps .col-xs-2,
  .bootstrap-storeifyapps .col-sm-2,
  .bootstrap-storeifyapps .col-md-2,
  .bootstrap-storeifyapps .col-lg-2,
  .bootstrap-storeifyapps .col-xs-3,
  .bootstrap-storeifyapps .col-sm-3,
  .bootstrap-storeifyapps .col-md-3,
  .bootstrap-storeifyapps .col-lg-3,
  .bootstrap-storeifyapps .col-xs-4,
  .bootstrap-storeifyapps .col-sm-4,
  .bootstrap-storeifyapps .col-md-4,
  .bootstrap-storeifyapps .col-lg-4,
  .bootstrap-storeifyapps .col-xs-5,
  .bootstrap-storeifyapps .col-sm-5,
  .bootstrap-storeifyapps .col-md-5,
  .bootstrap-storeifyapps .col-lg-5,
  .bootstrap-storeifyapps .col-xs-6,
  .bootstrap-storeifyapps .col-sm-6,
  .bootstrap-storeifyapps .col-md-6,
  .bootstrap-storeifyapps .col-lg-6,
  .bootstrap-storeifyapps .col-xs-7,
  .bootstrap-storeifyapps .col-sm-7,
  .bootstrap-storeifyapps .col-md-7,
  .bootstrap-storeifyapps .col-lg-7,
  .bootstrap-storeifyapps .col-xs-8,
  .bootstrap-storeifyapps .col-sm-8,
  .bootstrap-storeifyapps .col-md-8,
  .bootstrap-storeifyapps .col-lg-8,
  .bootstrap-storeifyapps .col-xs-9,
  .bootstrap-storeifyapps .col-sm-9,
  .bootstrap-storeifyapps .col-md-9,
  .bootstrap-storeifyapps .col-lg-9,
  .bootstrap-storeifyapps .col-xs-10,
  .bootstrap-storeifyapps .col-sm-10,
  .bootstrap-storeifyapps .col-md-10,
  .bootstrap-storeifyapps .col-lg-10,
  .bootstrap-storeifyapps .col-xs-11,
  .bootstrap-storeifyapps .col-sm-11,
  .bootstrap-storeifyapps .col-md-11,
  .bootstrap-storeifyapps .col-lg-11,
  .bootstrap-storeifyapps .col-xs-12,
  .bootstrap-storeifyapps .col-sm-12,
  .bootstrap-storeifyapps .col-md-12,
  .bootstrap-storeifyapps .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
  }
  
  .bootstrap-storeifyapps .col-xs-1,
  .bootstrap-storeifyapps .col-xs-2,
  .bootstrap-storeifyapps .col-xs-3,
  .bootstrap-storeifyapps .col-xs-4,
  .bootstrap-storeifyapps .col-xs-5,
  .bootstrap-storeifyapps .col-xs-6,
  .bootstrap-storeifyapps .col-xs-7,
  .bootstrap-storeifyapps .col-xs-8,
  .bootstrap-storeifyapps .col-xs-9,
  .bootstrap-storeifyapps .col-xs-10,
  .bootstrap-storeifyapps .col-xs-11,
  .bootstrap-storeifyapps .col-xs-12 {
    float: left
  }
  
  .bootstrap-storeifyapps .col-xs-12 {
    width: 100%
  }
  
  .bootstrap-storeifyapps .col-xs-11 {
    width: 91.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-10 {
    width: 83.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-9 {
    width: 75%
  }
  
  .bootstrap-storeifyapps .col-xs-8 {
    width: 66.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-7 {
    width: 58.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-6 {
    width: 50%
  }
  
  .bootstrap-storeifyapps .col-xs-5 {
    width: 41.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-4 {
    width: 33.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-3 {
    width: 25%
  }
  
  .bootstrap-storeifyapps .col-xs-2 {
    width: 16.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-1 {
    width: 8.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-12 {
    right: 100%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-11 {
    right: 91.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-10 {
    right: 83.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-9 {
    right: 75%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-8 {
    right: 66.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-7 {
    right: 58.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-6 {
    right: 50%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-5 {
    right: 41.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-4 {
    right: 33.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-3 {
    right: 25%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-2 {
    right: 16.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-1 {
    right: 8.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-pull-0 {
    right: auto
  }
  
  .bootstrap-storeifyapps .col-xs-push-12 {
    left: 100%
  }
  
  .bootstrap-storeifyapps .col-xs-push-11 {
    left: 91.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-push-10 {
    left: 83.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-push-9 {
    left: 75%
  }
  
  .bootstrap-storeifyapps .col-xs-push-8 {
    left: 66.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-push-7 {
    left: 58.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-push-6 {
    left: 50%
  }
  
  .bootstrap-storeifyapps .col-xs-push-5 {
    left: 41.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-push-4 {
    left: 33.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-push-3 {
    left: 25%
  }
  
  .bootstrap-storeifyapps .col-xs-push-2 {
    left: 16.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-push-1 {
    left: 8.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-push-0 {
    left: auto
  }
  
  .bootstrap-storeifyapps .col-xs-offset-12 {
    margin-left: 100%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-11 {
    margin-left: 91.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-10 {
    margin-left: 83.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-9 {
    margin-left: 75%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-8 {
    margin-left: 66.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-7 {
    margin-left: 58.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-6 {
    margin-left: 50%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-5 {
    margin-left: 41.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-4 {
    margin-left: 33.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-3 {
    margin-left: 25%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-2 {
    margin-left: 16.66666667%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-1 {
    margin-left: 8.33333333%
  }
  
  .bootstrap-storeifyapps .col-xs-offset-0 {
    margin-left: 0
  }
  
  @media(min-width: 768px) {
  
    .bootstrap-storeifyapps .col-sm-1,
    .bootstrap-storeifyapps .col-sm-2,
    .bootstrap-storeifyapps .col-sm-3,
    .bootstrap-storeifyapps .col-sm-4,
    .bootstrap-storeifyapps .col-sm-5,
    .bootstrap-storeifyapps .col-sm-6,
    .bootstrap-storeifyapps .col-sm-7,
    .bootstrap-storeifyapps .col-sm-8,
    .bootstrap-storeifyapps .col-sm-9,
    .bootstrap-storeifyapps .col-sm-10,
    .bootstrap-storeifyapps .col-sm-11,
    .bootstrap-storeifyapps .col-sm-12 {
      float: left
    }
  
    .bootstrap-storeifyapps .col-sm-12 {
      width: 100%
    }
  
    .bootstrap-storeifyapps .col-sm-11 {
      width: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-10 {
      width: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-9 {
      width: 75%
    }
  
    .bootstrap-storeifyapps .col-sm-8 {
      width: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-7 {
      width: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-6 {
      width: 50%
    }
  
    .bootstrap-storeifyapps .col-sm-5 {
      width: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-4 {
      width: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-3 {
      width: 25%
    }
  
    .bootstrap-storeifyapps .col-sm-2 {
      width: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-1 {
      width: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-12 {
      right: 100%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-11 {
      right: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-10 {
      right: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-9 {
      right: 75%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-8 {
      right: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-7 {
      right: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-6 {
      right: 50%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-5 {
      right: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-4 {
      right: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-3 {
      right: 25%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-2 {
      right: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-1 {
      right: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-pull-0 {
      right: auto
    }
  
    .bootstrap-storeifyapps .col-sm-push-12 {
      left: 100%
    }
  
    .bootstrap-storeifyapps .col-sm-push-11 {
      left: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-push-10 {
      left: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-push-9 {
      left: 75%
    }
  
    .bootstrap-storeifyapps .col-sm-push-8 {
      left: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-push-7 {
      left: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-push-6 {
      left: 50%
    }
  
    .bootstrap-storeifyapps .col-sm-push-5 {
      left: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-push-4 {
      left: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-push-3 {
      left: 25%
    }
  
    .bootstrap-storeifyapps .col-sm-push-2 {
      left: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-push-1 {
      left: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-push-0 {
      left: auto
    }
  
    .bootstrap-storeifyapps .col-sm-offset-12 {
      margin-left: 100%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-11 {
      margin-left: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-10 {
      margin-left: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-9 {
      margin-left: 75%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-8 {
      margin-left: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-7 {
      margin-left: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-6 {
      margin-left: 50%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-5 {
      margin-left: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-4 {
      margin-left: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-3 {
      margin-left: 25%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-2 {
      margin-left: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-1 {
      margin-left: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-sm-offset-0 {
      margin-left: 0
    }
  }
  
  @media(min-width: 992px) {
  
    .bootstrap-storeifyapps .col-md-1,
    .bootstrap-storeifyapps .col-md-2,
    .bootstrap-storeifyapps .col-md-3,
    .bootstrap-storeifyapps .col-md-4,
    .bootstrap-storeifyapps .col-md-5,
    .bootstrap-storeifyapps .col-md-6,
    .bootstrap-storeifyapps .col-md-7,
    .bootstrap-storeifyapps .col-md-8,
    .bootstrap-storeifyapps .col-md-9,
    .bootstrap-storeifyapps .col-md-10,
    .bootstrap-storeifyapps .col-md-11,
    .bootstrap-storeifyapps .col-md-12 {
      float: left
    }
  
    .bootstrap-storeifyapps .col-md-12 {
      width: 100%
    }
  
    .bootstrap-storeifyapps .col-md-11 {
      width: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-10 {
      width: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-9 {
      width: 75%
    }
  
    .bootstrap-storeifyapps .col-md-8 {
      width: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-7 {
      width: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-6 {
      width: 50%
    }
  
    .bootstrap-storeifyapps .col-md-5 {
      width: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-4 {
      width: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-3 {
      width: 25%
    }
  
    .bootstrap-storeifyapps .col-md-2 {
      width: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-1 {
      width: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-pull-12 {
      right: 100%
    }
  
    .bootstrap-storeifyapps .col-md-pull-11 {
      right: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-pull-10 {
      right: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-pull-9 {
      right: 75%
    }
  
    .bootstrap-storeifyapps .col-md-pull-8 {
      right: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-pull-7 {
      right: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-pull-6 {
      right: 50%
    }
  
    .bootstrap-storeifyapps .col-md-pull-5 {
      right: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-pull-4 {
      right: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-pull-3 {
      right: 25%
    }
  
    .bootstrap-storeifyapps .col-md-pull-2 {
      right: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-pull-1 {
      right: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-pull-0 {
      right: auto
    }
  
    .bootstrap-storeifyapps .col-md-push-12 {
      left: 100%
    }
  
    .bootstrap-storeifyapps .col-md-push-11 {
      left: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-push-10 {
      left: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-push-9 {
      left: 75%
    }
  
    .bootstrap-storeifyapps .col-md-push-8 {
      left: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-push-7 {
      left: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-push-6 {
      left: 50%
    }
  
    .bootstrap-storeifyapps .col-md-push-5 {
      left: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-push-4 {
      left: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-push-3 {
      left: 25%
    }
  
    .bootstrap-storeifyapps .col-md-push-2 {
      left: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-push-1 {
      left: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-push-0 {
      left: auto
    }
  
    .bootstrap-storeifyapps .col-md-offset-12 {
      margin-left: 100%
    }
  
    .bootstrap-storeifyapps .col-md-offset-11 {
      margin-left: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-offset-10 {
      margin-left: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-offset-9 {
      margin-left: 75%
    }
  
    .bootstrap-storeifyapps .col-md-offset-8 {
      margin-left: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-offset-7 {
      margin-left: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-offset-6 {
      margin-left: 50%
    }
  
    .bootstrap-storeifyapps .col-md-offset-5 {
      margin-left: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-offset-4 {
      margin-left: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-offset-3 {
      margin-left: 25%
    }
  
    .bootstrap-storeifyapps .col-md-offset-2 {
      margin-left: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-md-offset-1 {
      margin-left: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-md-offset-0 {
      margin-left: 0
    }
  }
  
  @media(min-width: 1200px) {
  
    .bootstrap-storeifyapps .col-lg-1,
    .bootstrap-storeifyapps .col-lg-2,
    .bootstrap-storeifyapps .col-lg-3,
    .bootstrap-storeifyapps .col-lg-4,
    .bootstrap-storeifyapps .col-lg-5,
    .bootstrap-storeifyapps .col-lg-6,
    .bootstrap-storeifyapps .col-lg-7,
    .bootstrap-storeifyapps .col-lg-8,
    .bootstrap-storeifyapps .col-lg-9,
    .bootstrap-storeifyapps .col-lg-10,
    .bootstrap-storeifyapps .col-lg-11,
    .bootstrap-storeifyapps .col-lg-12 {
      float: left
    }
  
    .bootstrap-storeifyapps .col-lg-12 {
      width: 100%
    }
  
    .bootstrap-storeifyapps .col-lg-11 {
      width: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-10 {
      width: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-9 {
      width: 75%
    }
  
    .bootstrap-storeifyapps .col-lg-8 {
      width: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-7 {
      width: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-6 {
      width: 50%
    }
  
    .bootstrap-storeifyapps .col-lg-5 {
      width: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-4 {
      width: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-3 {
      width: 25%
    }
  
    .bootstrap-storeifyapps .col-lg-2 {
      width: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-1 {
      width: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-12 {
      right: 100%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-11 {
      right: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-10 {
      right: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-9 {
      right: 75%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-8 {
      right: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-7 {
      right: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-6 {
      right: 50%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-5 {
      right: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-4 {
      right: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-3 {
      right: 25%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-2 {
      right: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-1 {
      right: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-pull-0 {
      right: auto
    }
  
    .bootstrap-storeifyapps .col-lg-push-12 {
      left: 100%
    }
  
    .bootstrap-storeifyapps .col-lg-push-11 {
      left: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-push-10 {
      left: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-push-9 {
      left: 75%
    }
  
    .bootstrap-storeifyapps .col-lg-push-8 {
      left: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-push-7 {
      left: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-push-6 {
      left: 50%
    }
  
    .bootstrap-storeifyapps .col-lg-push-5 {
      left: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-push-4 {
      left: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-push-3 {
      left: 25%
    }
  
    .bootstrap-storeifyapps .col-lg-push-2 {
      left: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-push-1 {
      left: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-push-0 {
      left: auto
    }
  
    .bootstrap-storeifyapps .col-lg-offset-12 {
      margin-left: 100%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-11 {
      margin-left: 91.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-10 {
      margin-left: 83.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-9 {
      margin-left: 75%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-8 {
      margin-left: 66.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-7 {
      margin-left: 58.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-6 {
      margin-left: 50%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-5 {
      margin-left: 41.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-4 {
      margin-left: 33.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-3 {
      margin-left: 25%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-2 {
      margin-left: 16.66666667%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-1 {
      margin-left: 8.33333333%
    }
  
    .bootstrap-storeifyapps .col-lg-offset-0 {
      margin-left: 0
    }
  }
  
  .bootstrap-storeifyapps {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
  }
  
  .bootstrap-storeifyapps .row {
    display: block
  }
  
  .bootstrap-storeifyapps .form-control-storeify {
    height: 45px !important;
    line-height: 45px;
    border: 1px solid #eee;
    box-shadow: none;
    outline: 0
  }
  
  .bootstrap-storeifyapps label {
    margin-right: 5px
  }
  
  .bootstrap-storeifyapps .storelocator-detail-layout-2 {
    padding-top: 15px;
    padding-bottom: 15px
  }
  
  .bootstrap-storeifyapps select.form-control-storeify {
    padding-top: 0;
    padding-bottom: 0
  }
  
  .bootstrap-storeifyapps .item-thumb img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto
  }
  
  .bootstrap-storeifyapps .table-store-marker img {
    width: 100%
  }
  
  .bootstrap-storeifyapps .storelocator-content-class .page-main * {
    box-sizing: border-box
  }
  
  .bootstrap-storeifyapps .storelocator-content-class .page-main ul {
    display: block;
    list-style: none
  }
  
  .bootstrap-storeifyapps .field__input {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0
  }
  
  .bootstrap-storeifyapps .table-store-marker {
    border: 0 !important
  }
  
  .bootstrap-storeifyapps .storelocator-content-class .page-main img {
    max-width: 100%;
    height: auto
  }
  
  .bootstrap-storeifyapps .store-detail-thum {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center
  }
  
  .bootstrap-storeifyapps .storelocator-content-class .page-main ul li {
    display: block
  }
  
  .bootstrap-storeifyapps .storelist h2 {
    color: #e76200;
    float: left
  }
  
  .bootstrap-storeifyapps .storelist li {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 2px
  }
  
  .bootstrap-storeifyapps .storelist li:hover {
    background: #e0e0e0
  }
  
  .bootstrap-storeifyapps .title-contactstore {
    width: 100%;
    float: left;
    margin-bottom: 20px
  }
  
  .bootstrap-storeifyapps .title-contactstore a {
    border-left: 3px solid #ff5501;
    color: #000;
    display: block;
    padding: 0 18px 0 10px;
    border-color: #ff5501;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    float: left;
    position: relative
  }
  
  .bootstrap-storeifyapps .title-contactstore a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff0;
    border-bottom: 6px solid #fff0;
    border-left: 10px solid #ff5501
  }
  
  .bootstrap-storeifyapps .storelocator-content-class .page-main .fieldset {
    margin-bottom: 15px
  }
  
  .bootstrap-storeifyapps .store-locator-search-left,
  .store-locator-search-right {
    margin-bottom: 20px
  }
  
  .bootstrap-storeifyapps .content-store-info .fieldset.create {
    border: none !important;
    margin-bottom: 0
  }
  
  .bootstrap-storeifyapps .clearfix:before,
  .bootstrap-storeifyapps .clearfix:after,
  .bootstrap-storeifyapps .dl-horizontal dd:before,
  .bootstrap-storeifyapps .dl-horizontal dd:after,
  .bootstrap-storeifyapps .container:before,
  .bootstrap-storeifyapps .container:after,
  .bootstrap-storeifyapps .container-fluid:before,
  .bootstrap-storeifyapps .container-fluid:after,
  .bootstrap-storeifyapps .row:before,
  .bootstrap-storeifyapps .row:after,
  .bootstrap-storeifyapps .form-horizontal .form-group:before,
  .bootstrap-storeifyapps .form-horizontal .form-group:after,
  .bootstrap-storeifyapps .btn-toolbar:before,
  .bootstrap-storeifyapps .btn-toolbar:after,
  .bootstrap-storeifyapps .btn-group-vertical>.btn-group:before,
  .bootstrap-storeifyapps .btn-group-vertical>.btn-group:after,
  .bootstrap-storeifyapps .nav:before,
  .bootstrap-storeifyapps .nav:after,
  .bootstrap-storeifyapps .navbar:before,
  .bootstrap-storeifyapps .navbar:after,
  .bootstrap-storeifyapps .navbar-header:before,
  .bootstrap-storeifyapps .navbar-header:after,
  .bootstrap-storeifyapps .navbar-collapse:before,
  .bootstrap-storeifyapps .navbar-collapse:after,
  .bootstrap-storeifyapps .pager:before,
  .bootstrap-storeifyapps .pager:after,
  .bootstrap-storeifyapps .panel-body:before,
  .bootstrap-storeifyapps .panel-body:after,
  .bootstrap-storeifyapps .modal-footer:before,
  .bootstrap-storeifyapps .modal-footer:after {
    content: " ";
    display: table
  }
  
  .bootstrap-storeifyapps .clearfix:after,
  .bootstrap-storeifyapps .dl-horizontal dd:after,
  .bootstrap-storeifyapps .container:after,
  .bootstrap-storeifyapps .container-fluid:after,
  .bootstrap-storeifyapps .row:after,
  .bootstrap-storeifyapps .form-horizontal .form-group:after,
  .bootstrap-storeifyapps .btn-toolbar:after,
  .bootstrap-storeifyapps .btn-group-vertical>.btn-group:after,
  .bootstrap-storeifyapps .nav:after,
  .bootstrap-storeifyapps .navbar:after,
  .bootstrap-storeifyapps .navbar-header:after,
  .bootstrap-storeifyapps .navbar-collapse:after,
  .bootstrap-storeifyapps .pager:after,
  .bootstrap-storeifyapps .panel-body:after,
  .bootstrap-storeifyapps .modal-footer:after {
    clear: both
  }
  
  .bootstrap-storeifyapps .thumbnail,
  .bootstrap-storeifyapps .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / .075);
    box-shadow: 0 1px 2px rgb(0 0 0 / .075)
  }
  
  .bootstrap-storeifyapps .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
  }
  
  .bootstrap-storeifyapps .thumbnail>img,
  .bootstrap-storeifyapps .thumbnail a>img {
    margin-left: auto;
    margin-right: auto
  }
  
  .bootstrap-storeifyapps .thumbnail,
  .bootstrap-storeifyapps .thumbnail::after {
    position: relative
  }
  
  .table-store-marker .storeify-time {
    display: block
  }
  
  .ify-thenextday {
    display: none
  }
  
  @media (min-width: 992px) {
  
    .product__info-wrapper .bootstrap-storeifyapps .storeify-stl-col1.col-md-4,
    .product__info-wrapper .bootstrap-storeifyapps .storeify-stl-col1.col-md-8 {
      width: 100%;
      padding: 15px
    }
  }
  
  /*!
     light-modal v1.1.0: A new lightweight css modal.
     (c) 2017 
     MIT License
     git+https://github.com/hunzaboy/Light-Modal.git
  */
  .storeify-sl-light-modal {
    display: none;
    position: fixed;
    background: #fff0;
    top: 0;
    bottom: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    z-index: 9000;
    transition: background 1s;
    font-size: inherit;
    visibility: hidden;
    overflow: auto;
    height: 100%;
    scrollbar-color: #ccc #fff0;
    scrollbar-width: thin
  }
  
  .storeify-sl-light-modal::-webkit-scrollbar {
    width: 5px
  }
  
  .storeify-sl-light-modal::-webkit-scrollbar-track {
    background: #ccc
  }
  
  .storeify-light-moda::-webkit-scrollbar-thumb {
    background: #ccc
  }
  
  .storeify-sl-light-modal::-webkit-scrollbar-thumb:hover {
    background: #555
  }
  
  .storeify-sl-light-modal-content {
    background: #fff0;
    width: 1200px;
    margin: 20px auto;
    position: relative;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .storeify-sl-light-modal-content.large-content {
    width: 780px
  }
  
  .storeify-sl-light-modal.show {
    background-color: rgb(0 0 0 / .3);
    background-image: -moz-radial-gradient(rgb(0 0 0 / .4), rgb(0 0 0 / .9));
    background-image: -webkit-radial-gradient(rgb(0 0 0 / .4), rgb(0 0 0 / .9));
    background-image: -o-radial-gradient(rgb(0 0 0 / .4), rgb(0 0 0 / .9));
    background-image: radial-gradient(rgb(0 0 0 / .4), rgb(0 0 0 / .9));
    display: -ms-flexbox;
    display: flex;
    visibility: visible
  }
  
  .storeify-sl-light-modal-close-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    text-decoration: none;
    color: #020202;
    padding: 5px 10px;
    border-radius: .2em;
    background: #fff;
    font-size: 1.5em;
    line-height: 1;
    opacity: 1;
    transition: opacity .2s ease-in-out
  }
  
  @media(max-width: 767px) {
    .storeify-sl-light-modal.show .storeify-sl-light-modal-content {
      width: 90%
    }
  
    .storeify-sl-light-modal-content {
      padding-top: 5%
    }
  
    .storeify-sl-light-modal-body .storelocator-layout-2 {
      padding: 20px
    }
  }
  
  @supports(display: flex) {
    @media(max-width:767px) {
      .storeify-sl-light-modal.show .storeify-sl-light-modal-content {
        width: 90%
      }
    }
  }
  
  .bootstrap-storeifyapps .store-locator-search-left {
    float: left;
    width: 50% !important;
    padding-right: 25px;
    box-sizing: border-box
  }
  
  .bootstrap-storeifyapps .store-locator-search-right {
    float: right;
    width: 50% !important;
    padding-left: 25px;
    box-sizing: border-box
  }
  
  .bootstrap-storeifyapps .store-title label {
    background-color: #eb5e00;
    padding: 0 7px;
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px
  }
  
  .bootstrap-storeifyapps .store-title a {
    margin: 14px;
    background-color: #39c;
    color: #fff;
    padding: 0 8px
  }
  
  .right {
    margin-bottom: 10px
  }
  
  .map_container {
    float: left;
    width: 100%
  }
  
  .store_detail {
    word-wrap: normal
  }
  
  .store_detail h2 {
    color: #e76200
  }
  
  .work-time.table td,
  .work-time.table th,
  .work-time.table tr {
    border: 0
  }
  
  .store_detail td {
    padding: 10px;
    vertical-align: middle
  }
  
  .store_detail td.label {
    width: 50%;
    padding-bottom: 10px
  }
  
  .store_detail td.weekday {
    padding-right: 5px
  }
  
  .store_detail img {
    width: 100%;
    border: 1px solid #dedede;
    padding: 6px;
    margin-bottom: 15px
  }
  
  .store_list {
    float: left;
    width: 100%
  }
  
  .distance {
    float: right
  }
  
  .clear {
    clear: both
  }
  
  .address-input-text {
    width: 300px
  }
  
  .bootstrap-storeifyapps .loader {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 1000
  }
  
  .bootstrap-storeifyapps .loader img {
    margin: 0 auto;
    width: 32px !important
  }
  
  #bntDirection {
    float: right;
    color: inherit
  }
  
  #storeify-detail-store #map {
    height: 600px
  }
  
  #street_view {
    height: 600px;
    display: none
  }
  
  .store-detail-content-layout-2 {
    width: 100%;
    clear: left
  }
  
  .store-detail-content-layout-2 .title-store-info {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0
  }
  
  .store-detail-content-layout-2 .content-store-info {
    border: 0
  }
  
  .search-address-box,
  .search-radius-box,
  .store-locator-search-left {
    float: left;
    width: 100%
  }
  
  .store-locator-search-right {
    float: right;
    width: 100%
  }
  
  .store-locator-search-right label,
  .store-locator-search-left label {
    background-color: #eb5e00;
    padding: 0 7px;
    color: #fff;
    margin: 7px 0
  }
  
  .backstore {
    float: left;
    width: 100%;
    margin: 7px 0
  }
  
  .simplePopup {
    display: none;
    position: fixed;
    border: 4px solid gray;
    background: #fff;
    z-index: 999;
    padding: 12px;
    width: 70%;
    min-width: 70%
  }
  
  .simplePopupClose {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px
  }
  
  .simplePopupBackground {
    display: none;
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99
  }
  
  .owl-controls {
    position: absolute;
    top: 35%;
    width: 100%
  }
  
  .owl-prev {
    position: absolute;
    left: 0;
    opacity: .3
  }
  
  .owl-next {
    position: absolute;
    right: 0;
    opacity: .3
  }
  
  .store-info,
  .content-store-info {
    width: 100%;
    float: left
  }
  
  .store-info .title-store-info {
    display: block;
    width: 100%;
    background: #1979c3;
    padding: 14px 12px;
    line-height: 1;
    font-weight: 700;
    color: #FFF;
    font-size: 14px
  }
  
  .store-info a {
    color: inherit !important
  }
  
  .content-store-info {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px
  }
  
  .content-store-info table {
    margin-bottom: 0 !important
  }
  
  .content-store-info .entry-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.4
  }
  
  .content-store-info .entry-thumnai {
    float: left
  }
  
  .content-store-info .entry-info {
    width: 100%
  }
  
  .back-stores {
    font-size: 14px
  }
  
  #toggleStreetView {
    font-size: 16px;
    color: inherit;
    float: right;
    text-align: center;
    padding: 5px 0 10px;
    cursor: pointer;
    position: relative;
    z-index: 9999
  }
  
  #toggleStreetView i {
    font-size: 20px
  }
  
  .product-template__container-layout-2 .content-store-info .entry-info {
    width: 100%
  }
  
  #storeify-detail-store .vertical {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 5px !important;
    margin: 0 !important
  }
  
  #storeify-detail-store .vertical li {
    display: inline-block !important;
    width: 20px;
    height: 20px;
    margin: 5px !important;
    cursor: pointer;
    font-size: 0;
    color: #fff0;
    padding: 1px !important
  }
  
  #storeify-detail-store .vertical li.car {
    background-position: center -40px
  }
  
  #storeify-detail-store .vertical li.bus {
    background-position: center -79px
  }
  
  #storeify-detail-store .vertical li.walk {
    background-position: center -119px
  }
  
  #storeify-detail-store .vertical li.bicycle {
    background-position: center -160px
  }
  
  #storeify-detail-store .vertical li.car.active {
    background-position: center -60px
  }
  
  #storeify-detail-store .vertical li.bus.active {
    background-position: center -99px
  }
  
  #storeify-detail-store .vertical li.walk.active {
    background-position: center -139px
  }
  
  #storeify-detail-store .vertical li.bicycle.active {
    background-position: center -180px
  }
  
  #frm-storelocator-search {
    margin: 0;
    padding: 0
  }
  
  #map,
  .storelocator-search,
  #frm-storelocator-search,
  .header-search-stl,
  .content-search-slt,
  .search-map,
  .results-slt {
    display: block;
    width: 100%;
    float: left
  }
  
  .table>tbody>tr:first-child>th,
  .table>tbody>tr:first-child>td {
    border-top: 0
  }
  
  .storelocator-search {
    margin-bottom: 30px
  }
  
  .storelocator-search * {
    box-sizing: border-box
  }
  
  .header-search-stl {
    background: #f8f8f8;
    border: 1px solid #ececec;
    float: left;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-top: 8px;
    padding: 15px
  }
  
  .linkdetailstore {
    display: block;
    margin-top: 10px;
    margin-right: 3px
  }
  
  .inner-item {
    overflow: hidden;
    display: block;
    padding: 10px;
    cursor: pointer
  }
  
  .inner-item h3 {
    margin: 10px 0 5px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px
  }
  
  .inner-item .item-thumb {
    float: left;
    width: 100%;
    padding-right: 0
  }
  
  .inner-item .item-content {
    float: left;
    width: 100%
  }
  
  .store-marker h4 {
    margin: 0
  }
  
  .store-marker tr td p {
    display: block;
    padding: 0;
    margin: 0
  }
  
  .store-marker tr td {
    padding: 5px
  }
  
  .label-radius {
    font-weight: 700;
    margin-right: 5px
  }
  
  .input-radius-slt {
    width: 100%;
    float: left;
    padding-top: 5px
  }
  
  .results-slt .title,
  .ify-col-schedule .title-store-info {
    display: block;
    width: 100%;
    padding: 14px 12px;
    line-height: 1;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    margin: 10px 0 5px
  }
  
  .gr-search-slt label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 5px 1px;
    color: #1979c3;
    text-align: right;
    font-weight: 600
  }
  
  .gr-search-slt {
    float: left;
    width: 100%
  }
  
  @media screen and (min-width: 992px) {
    select.chose-search-slt {
      border-right: 0 !important
    }
  
    .left-search-slt {
      width: 45%;
      float: left
    }
  
    .right-search-slt {
      width: 55%;
      float: left;
      padding-left: 30px;
      box-sizing: border-box
    }
  
    .chose-search-slt {
      float: left;
      width: 30%;
      box-shadow: 0 1px 2px rgb(0 0 0 / .2);
      margin: 0
    }
  
    .gr-search-slt input {
      width: 100%;
      display: block;
      box-shadow: 0 1px 2px rgb(0 0 0 / .2);
      margin: 0
    }
  
    .gr-search-slt {
      float: right;
      width: 70%
    }
  
    .search-slt {
      float: right;
      width: 70% !important;
      display: block;
      box-shadow: 0 1px 2px rgb(0 0 0 / .2);
      margin: 0
    }
  
    #typeSelect {
      float: left;
      box-shadow: 0 1px 2px rgb(0 0 0 / .2);
      margin: 0;
      width: 200px
    }
  
    .search-type {
      float: right;
      clear: left;
      margin-top: 10px
    }
  }
  
  @media screen and (max-width: 768px) {
  
    .header-search-stl .input-radius-slt,
    .header-search-stl .left-search-slt>* {
      display: block;
      margin-bottom: 15px
    }
  
    .search-type {
      width: 100%;
      margin-top: 20px;
      float: left;
      overflow: visible
    }
  
    #street_view {
      height: auto !important;
      display: none !important
    }
  
    #results-slt .list-item-3:not(.owl-carousel) .item.thumbnail {
      width: 100% !important
    }
  }
  
  @media screen and (max-width: 480px) {
    .owl-carousel .owl-wrapper-outer {
      padding: 0 !important;
      background: transparent !important
    }
  
    #location .item {
      margin: 0;
      padding: 0
    }
  
    .getdirectionstore {
      float: left !important
    }
  }
  
  .storeify-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 25vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0 / .4)
  }
  
  .storeify-title-model {
    display: block;
    margin: 10px 0;
    font-size: 16px
  }
  
  .storeify-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2), 0 6px 20px 0 rgb(0 0 0 / .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
  }
  
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
  
    to {
      top: 0;
      opacity: 1
    }
  }
  
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
  
    to {
      top: 0;
      opacity: 1
    }
  }
  
  .storeify-close {
    color: #444;
    float: right;
    font-size: 28px;
    font-weight: 700
  }
  
  .storeify-close:hover,
  .storeify-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
  }
  
  .storeify-modal-header {
    padding: 2px 16px
  }
  
  .storeify-modal-body {
    padding: 2px 16px
  }
  
  .storeify-modal-footer {
    padding: 2px 16px
  }
  
  .storeify-success {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
    border-radius: 4px
  }
  
  .storeify-alert {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
    border-radius: 4px
  }
  
  .inner-item .item-content {
    line-height: 19px
  }
  
  .inner-item .item-content .address,
  .inner-item .item-content .item-envelope,
  .inner-item .item-content .item-phone,
  .inner-item .item-content .item-link,
  .inner-item .item-content .item-road,
  .tag-items {
    margin: 0 0 10px 0
  }
  
  .inner-item .item-content h4 {
    margin: 10px 0 5px 0
  }
  
  a.linkdetailstore {
    float: left
  }
  
  .linkdetailstore,
  .getdirectionstore {
    color: inherit;
    padding: 6px !important;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    float: right;
    margin-top: 10px
  }
  
  .right-search-slt #submit-search,
  .right-search-slt #reset-search {
    padding: 5px 10px;
    font-size: 14px
  }
  
  .right-search-slt .radius-value-container,
  .right-search-slt .label-radius,
  .right-search-slt #submit-search,
  .right-search-slt #reset-search {
    margin-top: 7px
  }
  
  #results-slt .owl-carousel .owl-nav .owl-prev,
  #results-slt .owl-carousel .owl-nav .owl-next {
    font-size: 50px !important;
    position: absolute;
    top: 35%
  }
  
  #results-slt .owl-carousel .owl-nav .owl-prev {
    left: 0
  }
  
  #results-slt .owl-carousel .owl-nav .owl-next {
    right: 0
  }
  
  .table-store-marker {
    margin: 0
  }
  
  .table-store-marker .row {
    margin: 0 !important
  }
  
  .table-store-marker,
  .table-store-marker tr,
  .table-store-marker td,
  .table-store-marker th {
    border: none !important;
    vertical-align: top
  }
  
  #results-slt .list-item-3:not(.owl-carousel) .item.thumbnail {
    width: 33.3333%;
    float: left
  }
  
  .storelocator-layout-2 {
    background: #FFF;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px
  }
  
  .storelocator-layout-2 #main-slider-storelocator {
    overflow-y: auto;
    height: max-content;
    max-height: 480px;
    width: 100%;
    float: left;
    margin-bottom: 0
  }
  
  .storelocator-layout-2 #main-slider-storelocator.storeify-first-alert {
    overflow-y: hidden
  }
  
  .storelocator-layout-2 #main-slider-storelocator .storeify_loadmap_text {
    display: block;
    margin-top: 20px;
    padding-left: 10px
  }
  
  #results-slt.results-slt-layout-2 .list-item-3:not(.owl-carousel) .item.thumbnail {
    width: 99%;
    float: left
  }
  
  #storeify-contactForm {
    padding: 2px 2px 10px 2px
  }
  
  .storeify-errors {
    list-style: none;
    display: block
  }
  
  .storeify-errors li {
    display: block
  }
  
  #storeify-contactForm .input-err {
    border-color: red
  }
  
  .search-address-box #address {
    width: 100%
  }
  
  #reset-search,
  #submit-search {
    border: 1px solid #ddd;
    padding: 7px 9px;
    border-radius: 0;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle
  }
  
  button#submit-search {
    background: #fff;
    color: #333;
    display: inline;
    padding: 5px 9px;
    outline: 0
  }
  
  .range-radius {
    width: 100%;
    max-width: 100%;
    position: relative
  }
  
  .range-radius input {
    width: 100%
  }
  
  .range-radius .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    min-height: 3px;
    border-radius: 5px;
    background: #333;
    outline: 0;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s
  }
  
  .range-radius .slider:hover {
    opacity: 1
  }
  
  .range-radius .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer
  }
  
  .range-radius .slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer
  }
  
  #main-slider-storelocator::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    border-radius: 10px;
    background-color: #f5f5f5
  }
  
  #main-slider-storelocator::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5
  }
  
  #main-slider-storelocator::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #666
  }
  
  .storeifystorelocator-seach-action-mobile,
  .input-radius-slt-mobile,
  .input-radius-choose-mobile,
  .map-tab-mobile-bnt {
    display: none
  }
  
  #map {
    width: 100%;
    height: 100%;
    background: #e5e5e5
  }
  
  .map-tab-mobile-bnt {
    width: 100%;
    overflow: hidden;
    padding-top: 0
  }
  
  .map-tab-mobile-bnt-item {
    width: 49.2%;
    text-align: center;
    display: block;
    padding: 5px 0;
    border: 1px solid #ccc;
    background: #fff
  }
  
  @media screen and (min-width: 721px) {
  
    .storeifyapps-storelocator-layout-3 .seach-action-box,
    .storeifyapps-storelocator-layout-4 .seach-action-box {
      margin-top: 0 !important;
      min-width: 140px;
      height: 45px;
      padding: 5px 0;
      box-sizing: border-box;
      font-size: 16px
    }
  }
  
  @media screen and (max-width: 992px) {
    body .storelocator-layout-2 {
      border: 0;
      padding: 10px
    }
  
    .map_container {
      height: 400px !important
    }
  
    #map {
      width: 100%;
      height: 400px !important
    }
  
    .chose-search-slt.form-control-storeify {
      display: block;
      width: 100%;
      margin-bottom: 10px
    }
  
    .storeify-sear-box,
    .storeify-header-inner {
      width: 100%;
      overflow: hidden;
      padding: 20px;
      border: 1px solid #DDD;
      border-radius: 5px
    }
  
    .search-radius-box {
      margin-bottom: 15px
    }
  
    #main-slider-storelocator {
      border: 1px solid #ddd
    }
  
    #main-slider-storelocator .item {
      border-top: 0;
      border-right: 0;
      border-left: 0;
      border-radius: 0;
      margin-bottom: 0
    }
  
    #main-slider-storelocator .item .item-content {
      font-size: 13px
    }
  
    #main-slider-storelocator .item .linkdetailstore,
    #main-slider-storelocator .item .getdirectionstore {
      font-size: 12px
    }
  
    .search-address-box .search-slt {
      width: 100%
    }
  
    .storeifystorelocator-seach-action-box,
    .input-radius-slt-desktop {
      display: none !important
    }
  
    .storeifystorelocator-seach-action-mobile,
    .input-radius-slt-mobile,
    .input-radius-choose-mobile,
    .map-tab-mobile-bnt {
      display: block
    }
  
    .storeifystorelocator-seach-action-mobile {
      display: block !important
    }
  
    #tags,
    #stores-tags-filter {
      text-align: left !important
    }
  
    #stores-tags-filter>label {
      display: block !important;
      width: 100%
    }
  
    .form-control-storeify {
      width: 100%;
      display: block
    }
  
    .map-tab-mobile {
      display: none
    }
  
    .map-tab-mobile.active {
      display: block
    }
  
    .map-tab-mobile-bnt {
      margin: 10px 0
    }
  }
  
  .storeify-storelocator-social-list,
  .storeify-storelocator-social-maker {
    width: 100%;
    overflow: hidden
  }
  
  .storeify-storelocator-social-list a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 10px 10px 10px 0;
    padding: 0
  }
  
  .storeify-storelocator-social-maker a {
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 5px 5px 5px 0;
    padding: 0
  }
  
  .storeify-storelocator-social-list a i,
  .storeify-storelocator-social-maker a i {
    line-height: 1;
    padding: 0;
    margin: 0
  }
  
  .storelocator-search .fa {
    font: normal normal normal 14px/1 FontAwesome
  }
  
  .content-store-info .storeify-item-product {
    width: 33.33%;
    float: left;
    padding: 5px;
    text-align: center
  }
  
  .content-store-products {
    max-height: 750px;
    overflow-y: scroll
  }
  
  .storeify-item-product img {
    margin-bottom: 5px
  }
  
  .content-store-products .storeify-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end
  }
  
  .content-store-products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    border-radius: 10px;
    background-color: #f5f5f5
  }
  
  .content-store-products::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
  }
  
  .content-store-products::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #666
  }
  
  #getbylocal {
    cursor: pointer;
    border: 0;
    padding: 5px;
    background: #fff0;
    float: right;
    outline: 0
  }
  
  #getbylocal .my_location {
    font-size: 16px
  }
  
  .bootstrap-storeifyapps .material-icons-outlined {
    vertical-align: middle;
    font-family: 'Material Icons Outlined' !important
  }
  
  .bootstrap-storeifyapps .item-content .material-icons-outlined,
  .content-store-info .entry-item .material-icons-outlined {
    float: left;
    padding-right: 10px
  }
  
  .bootstrap-storeifyapps .item-content .getdirectionstore .material-icons-outlined,
  .bootstrap-storeifyapps .item-content .linkdetailstore .material-icons-outlined {
    float: none
  }
  
  .store-name {
    font-size: 18px !important
  }
  
  .inner-item.inner-item-active {
    background: #ddd
  }
  
  .storeify-list-product {
    position: relative
  }
  
  .storeify-list-product .load-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #ffffff75;
    display: none
  }
  
  .storeify-list-product.load-ajax .content-store-products {
    height: 750px
  }
  
  .storeify-list-product .load-bg span {
    margin-top: 350px;
    display: inline-block;
    padding: 5px 15px;
    background: #ffffff95;
    border-radius: 2px;
    box-shadow: 1px 7px 14px -1px rgb(0 0 0 / .59);
    -webkit-box-shadow: 1px 7px 14px -1px rgb(0 0 0 / .59);
    -moz-box-shadow: 1px 7px 14px -1px rgb(0 0 0 / .59)
  }
  
  .storeify-list-product.load-ajax .load-bg {
    display: block;
    text-align: center
  }
  
  .storelocator-paged {
    width: 100%;
    display: block;
    overflow: hidden
  }
  
  .storelocator-paged .page-item {
    float: left;
    padding: 7px 9px;
    text-decoration: none;
    line-height: 1;
    color: #333;
    cursor: pointer
  }
  
  .storelocator-paged .page-control.page-item {
    background-color: #FFF;
    color: #333;
    display: none
  }
  
  .storelocator-paged .page-control.page-item.active {
    display: block
  }
  
  .storelocator-paged .page-item:hover,
  .storelocator-paged .page-control.page-item.active:hover {
    background-color: #cecece
  }
  
  .storeify-list-city,
  .storeify-list-country {
    display: block;
    overflow: hidden
  }
  
  .storeify-list-city .storeify-item-city,
  .storeify-list-country .storeify-item-country {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px
  }
  
  .storeify-list-city .storeify-item-city .storelocator-title,
  .storeify-list-country .storeify-item-country .storelocator-title {
    font-size: 20px
  }
  
  .storeify-list-city .storeify-item-city .storeify-item-info,
  .storeify-list-country .storeify-item-country .storeify-item-info {
    display: block;
    width: 100%;
    margin-bottom: 10px
  }
  
  .storeify-list-city .storeify-item-city .storeify-item-info *,
  .storeify-list-country .storeify-item-country .storeify-item-info * {
    display: inline-block;
    line-height: 1.2
  }
  
  .storeify-list-city .storeify-item-city .storeify-item-info a,
  .storeify-list-country .storeify-item-country .storeify-item-info a {
    text-decoration: none
  }
  
  .storeify-list-city .storeify-item-city .storeify-item-info .material-icons-outlined,
  .storeify-list-country .storeify-item-country .material-icons-outlined {
    vertical-align: bottom;
    margin-right: 5px;
    line-height: 1.2;
    font-size: 20px
  }
  
  .inner-item .item-content .store-name {
    margin-bottom: 15px
  }
  
  .bootstrap-storeifyapps a {
    text-decoration: auto;
    color: inherit
  }
  
  .bootstrap-storeifyapps .gm-style .gm-style-iw-c {
    max-height: max-content !important
  }
  
  .bootstrap-storeifyapps .gm-style .gm-style-iw-d {
    max-height: max-content !important;
    overflow: visible !important
  }
  
  @media screen and (max-width: 680px) {
    .table-store-marker {
      overflow-y: auto;
      max-height: 300px
    }
  }
  
  @media screen and (max-width: 450px) {
    .store-marker .material-icons-outlined {
      font-size: 15px
    }
  
    .store-marker .store-name {
      font-size: 15px !important
    }
  
    .table-store-marker .content-store-info {
      padding: 0
    }
  
    .bootstrap-storeifyapps .table-store-marker .table>tbody>tr>th {
      padding: 5px 2px
    }
  
    .ify-col-schedule .title-store-info {
      padding: 7px
    }
  
    .store-marker {
      padding-right: 5px
    }
  
    .bootstrap-storeifyapps .table-store-marker .col-md-12 {
      padding: 0
    }
  }
  
  @media screen and (max-width: 400px) {
    body .storelocator-layout-2 {
      padding: 5px
    }
  
    .table-store-marker {
      overflow-y: auto;
      max-height: 270px
    }
  
    body .gm-style .gm-style-iw-c {
      padding-left: 10px !important
    }
  
    body .gm-style-iw {
      max-width: 230px !important
    }
  }
  
  .storeifyapps-storelocator-layout-6.storeifyapps-storelocator-shortcode,
  .storeifyapps-storelocator-layout-7.storeifyapps-storelocator-shortcode .storeifyapps-storelocator-layout-8.storeifyapps-storelocator-shortcode .storeifyapps-storelocator-layout-9.storeifyapps-storelocator-shortcode {
    background: #FFF
  }
  
  .storelocator-layout-3 .map-tab-ggmap {
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden
  }
  
  .bootstrap-storeifyapps .storelocator-layout-3 .thumbnail,
  .bootstrap-storeifyapps .storelocator-layout-3 .img-thumbnail {
    box-shadow: none;
    border: 0;
    padding: 10px
  }
  
  .bootstrap-storeifyapps .storelocator-layout-3 #main-slider-storelocator {
    overflow-y: auto;
    max-height: 1200px;
    display: flex;
    flex-wrap: wrap
  }
  
  .storeifyapps-storelocator-layout-6 #results-slt .list-item-3:not(.owl-carousel) .item.thumbnail {
    width: 50%
  }
  
  .storeifyapps-storelocator-layout-7 #results-slt .list-item-3:not(.owl-carousel) .item.thumbnail {
    width: 100%
  }
  
  @media only screen and (min-width: 720px) {
    .storeifyapps-storelocator-layout-7 .inner-item .item-thumb.has-thumb {
      width: 45%;
      padding-right: 20px
    }
  
    .storeifyapps-storelocator-layout-7 .inner-item .item-content {
      float: left;
      width: 55%
    }
  }
  
  .table-store-marker .content-store-info {
    display: none
  }
  
  .table-store-marker .ify-col-schedule.active .content-store-info {
    display: block
  }
  
  .table-store-marker .ify-col-schedule .title-store-info {
    background-color: #f8f8f8 !important;
    color: #333 !important;
    position: relative;
    cursor: pointer
  }
  
  .table-store-marker .ify-col-schedule .title-store-info:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-top: 5px solid #333;
    top: 18px;
    right: 10px
  }
  
  .ify-select-provider {
    display: none;
  }
}