@import url("http://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("http://use.fontawesome.com/releases/v5.3.1/css/all.css");
@-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;
    }

  /*!
   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: transparent;
  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 transparent;
  scrollbar-width: thin;
}
.storeify-sl-light-modal::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.storeify-sl-light-modal::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
.storeify-light-moda::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
.storeify-sl-light-modal::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.storeify-sl-light-modal-content {
  background: transparent;
  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: rgba(0,0,0,.3);
   background-image: -moz-radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9));
   background-image: -webkit-radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9));
   background-image: -o-radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9));
   background-image: radial-gradient(rgba(0,0,0,0.4),rgba(0,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: #ffffff;
    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: 640px;*/
      width: 90%;
    }
  }
}

.bootstrap-storeifyapps input[type="checkbox"] {

  margin: 4px 0 0;

  margin-top: 1px \9;

  line-height: normal;

}
.bootstrap-storeifyapps input[type="range"] {

  display: block;

  width: 100%;

}

.bootstrap-storeifyapps .thumbnail {

  display: block;

  padding: 4px;

  margin-bottom: 20px;

  line-height: 1.42857143;

  background-color: #ffffff;

  border: 1px solid #dddddd;

  border-radius: 4px;

  -webkit-transition: border 0.2s ease-in-out;

  -o-transition: border 0.2s ease-in-out;

  transition: border 0.2s ease-in-out;

}

.bootstrap-storeifyapps .thumbnail > img,

.bootstrap-storeifyapps .thumbnail a > img {

  margin-left: auto;

  margin-right: auto;

}

.bootstrap-storeifyapps a.thumbnail:hover,

.bootstrap-storeifyapps a.thumbnail:focus,

.bootstrap-storeifyapps a.thumbnail.active {

  border-color: #337ab7;

}
.bootstrap-storeifyapps label {

  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: bold;

}
.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 .clearfix:before,
.bootstrap-storeifyapps .clearfix: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 .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 .container:after,
.bootstrap-storeifyapps .container-fluid:after,
.bootstrap-storeifyapps .row:after,
.bootstrap-storeifyapps .panel-body:after,
.bootstrap-storeifyapps .modal-footer:after {
  clear: both;
}
.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 .well {

  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);

  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));

  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);

  border-color: #dcdcdc;

  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);

  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);

}

.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: none;
}

.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: 0px 18px 0px 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 transparent;
    border-bottom: 6px solid transparent;
    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;
}
@media only screen and (min-width: 771px) {
    .bootstrap-storeifyapps .left {
        float:left !important;
        width: 33%;
    }
    .bootstrap-storeifyapps .right {
        float:right !important;
        width: 67%;
    }

  /*  .product-template__container-layout-2 .left {
        float:left !important;
        width: 25%;
    }
    .product-template__container-layout-2 .right {
        float:right !important;
        width: 74%;
    } */

    .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: 0px 7px;
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 10px;
}
.bootstrap-storeifyapps .store-title a{
        margin: 14px;
    background-color: #3399cc;
    color: #fff;
    padding: 0px 8px;
}
.right{
    margin-bottom: 10px;
}
.map_container{
    float:left;
    width:100%;
}
/*.map_container,.store_list,.backstore{margin-bottom: 25px;}*/
.store_detail{ 
    word-wrap: normal;
}

.store_detail h2 { 
    color: #e76200;
}
.work-time.table td,
.work-time.table th,
.work-time.table tr{
    border:none;
}
.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;
}

/*.label {
    font-weight: bold;
}*/

.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;
    /*overflow: hidden;
    border-top :1px solid #ccc;
    margin-top:15px;
    padding-top: 15px;*/

}
.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%;
}
.search-address-box{
    /*margin-bottom: 10px;*/
}
.store-locator-search-right{
    float: right;
    width: 100%;
}
.store-locator-search-right label, .store-locator-search-left label{
    background-color: #eb5e00;
    padding: 0px 7px;
    color: #fff;
    margin:7px 0px;
}

.backstore{
    float: left;
    width: 100%;
    margin: 7px 0px;
}

.simplePopup {
    display:none;
    position:fixed;
    border:4px solid #808080;
    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: 0px;
    opacity:0.3;
}
.owl-next{
    position: absolute;
    right: 0px;
    opacity:0.3;
}
/*aaaa*/
.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: bold;
    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 label{
    display: block;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-bottom:5px; 
}
*/
.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: transparent;
    background-image: url(https://cdn.shopify.com/extensions/dcb46856-0a7d-4ce3-bcdd-ac15cac85eb5/s-store-locator-38/images/sprite-icon.png);
    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: bold;
    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%;
    background: #1979c3;
    padding: 14px 12px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    margin: 20px 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 rgba(0,0,0,0.2);
        margin: 0;
    }
    .gr-search-slt input{
        width: 100%;
        display: block;
        box-shadow: 0 1px 2px rgba(0,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 rgba(0,0,0,0.2);
        margin: 0;
    }
    #typeSelect{
        float: left;
        box-shadow: 0 1px 2px rgba(0,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;
    }
    /*#getbylocal{display: none;}*/
    .getdirectionstore{float:left !important;}
}


.storeify-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 25vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.storeify-title-model{
    display: block;
    margin: 10px 0;
    font-size: 16px;
}
/* Modal Content */
.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 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-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}
}

/* The Close Button */
.storeify-close {
  color: #444;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.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 transparent;
    border-radius: 4px;
}
.storeify-alert{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  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{
    margin:0 0 10px 0; 
}
.inner-item .item-content h4{
    margin: 10px 0 5px 0;
}
a.linkdetailstore {
    float: left;
}
.linkdetailstore, .getdirectionstore {
    color: inherit;
    /*border: 1px solid #f5f5f5;
    border-radius: 5px;*/
    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: scroll;
    height: 470px;
    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:96%;
    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: none;
}
.range-radius{
    width: 100%;
    max-width: 100%;
    position: relative;
}
.range-radius input{
    width: 100%;
}

.range-radius .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  min-height: 8px;
  border-radius: 25px;
  background: #333;
  outline: none;
  opacity: 0.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: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.range-radius .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#main-slider-storelocator::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#main-slider-storelocator::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#main-slider-storelocator::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(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%;
}
.map-tab-mobile-bnt{
        width: 100%;
        overflow: hidden;
        padding-top: 25px;
    }
    .map-tab-mobile-bnt-item{
            width: 49.2%;
            text-align: center;
            display:block;
            padding: 5px 0;
            border: 1px solid #cccccc;
            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{
        /*border-bottom: 1px solid #ddd;*/
    }
    #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-bottom: 20px;
    }
    
}
.storeify-storelocator-social-list,.storeify-storelocator-social-maker{width: 100%;overflow: hidden;margin-top: 10px;}
.storeify-storelocator-social-maker .material-icons-outlined {margin-top: 6px;}
.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 rgba(0,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 rgba(0,0,0,.3);
    background-color: #666;
}

#getbylocal{cursor: pointer;border: 0;padding:5px;background: transparent;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 rgba(0,0,0,0.59);
  -webkit-box-shadow: 1px 7px 14px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: 1px 7px 14px -1px rgba(0,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;
}
.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: #333333 !important;
    position: relative;
    padding: 14px 25px 14px 28px;
    cursor: pointer;
}
.table-store-marker .ify-col-schedule .title-store-info:after{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 18px;
    right: 10px;
}
.table-store-marker .ify-col-schedule .title-store-info:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 8px;
    width: 14px;
    height: 14px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}
.table-store-marker span.storeify-time.to{margin-left: 20px;}
.storelocator-search .alert i{margin: 0 5px; font-weight: 600;}
.bootstrap-storeifyapps .thumbnail,
.bootstrap-storeifyapps .thumbnail::after,
.bootstrap-storeifyapps .thumbnail imge{position:relative; height: auto;}