.tile-imagestore-second {
  position: absolute;
  left: 0;
  top: 0; }

.imagestore-d-none {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.imagestore-d-show {
  opacity: 1; }

.store-list-page .container {
  max-width: 1920px;
  padding: 0; }

.store-list-page .store-list-page-title {
  color: #d81e05;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "mukta-bold", sans-serif; }
  @media (min-width: 544px) {
    .store-list-page .store-list-page-title {
      font-size: 32px; } }
  @media (min-width: 769px) {
    .store-list-page .store-list-page-title {
      font-size: 40px; } }

.store-list-page .store-form-group {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 15px; }
  .store-list-page .store-form-group .form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 0 5px;
    font-family: "mukta-regular", sans-serif; }
    @media (max-width: 768.98px) {
      .store-list-page .store-form-group .form-control {
        margin-bottom: 10px; } }

.store-list-page .stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .store-list-page .stores .stores-title {
    font-size: 28px;
    border-bottom: 1px solid #000;
    margin: 0 10px 20px;
    font-family: "mukta-bold", sans-serif; }
    @media (min-width: 544px) {
      .store-list-page .stores .stores-title {
        margin: 40px 20px 20px; } }
    @media (min-width: 769px) {
      .store-list-page .stores .stores-title {
        font-size: 22px; } }
    @media (min-width: 992px) {
      .store-list-page .stores .stores-title {
        font-size: 30px; } }
  .store-list-page .stores .stores-subtitle {
    text-align: center;
    color: #d81e05;
    font-size: 26px;
    margin-top: 20px;
    font-family: "mukta-bold", sans-serif; }
    @media (min-width: 769px) {
      .store-list-page .stores .stores-subtitle {
        font-size: 32px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .store-list-page .stores .stores-subtitle {
        font-size: 22px; } }
  .store-list-page .stores .stores-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background: #fff;
    margin: 20px 0;
    padding: 0 10px; }
    @media (min-width: 544px) {
      .store-list-page .stores .stores-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 20px);
                flex: 0 0 calc(50% - 20px);
        margin: 20px 10px; } }
    @media (min-width: 992px) {
      .store-list-page .stores .stores-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33% - 20px);
                flex: 0 0 calc(33.33% - 20px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 20px 10px; } }
    .store-list-page .stores .stores-item .image-container {
      width: 100%;
      position: relative;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .store-list-page .stores .stores-item .image-container {
          margin-bottom: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 45%;
                  flex: 0 0 45%;
          max-width: 45%; } }
      .store-list-page .stores .stores-item .image-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .store-list-page .stores .stores-item .store-details {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; }
      @media (min-width: 544px) {
        .store-list-page .stores .stores-item .store-details {
          min-height: 250px; } }
      @media (min-width: 769px) {
        .store-list-page .stores .stores-item .store-details {
          min-height: 280px;
          min-width: 150px; } }
      .store-list-page .stores .stores-item .store-details .store-title {
        font-size: 24px;
        font-family: "mukta-bold", sans-serif; }
        @media (min-width: 544px) {
          .store-list-page .stores .stores-item .store-details .store-title {
            font-size: 18px; } }
      .store-list-page .stores .stores-item .store-details a {
        display: block; }
      .store-list-page .stores .stores-item .store-details p {
        font-size: 13px; }
      .store-list-page .stores .stores-item .store-details p,
      .store-list-page .stores .stores-item .store-details span,
      .store-list-page .stores .stores-item .store-details a {
        margin: 0;
        font-size: 14px;
        display: block; }
      .store-list-page .stores .stores-item .store-details .store-description {
        color: #d81e05;
        font-family: "mukta-bold", sans-serif; }
      .store-list-page .stores .stores-item .store-details .store-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .store-list-page .stores .stores-item .store-details .store-icon::before {
          content: '';
          width: 16px;
          min-width: 16px;
          height: 16px;
          margin-right: 5px;
          background-image: url("../../images/common/iconos.svg");
          background-size: calc(100 * 10%);
          background-repeat: no-repeat;
          display: block; }
      .store-list-page .stores .stores-item .store-details .store-phone {
        margin-top: 5px; }
        .store-list-page .stores .stores-item .store-details .store-phone::before {
          background-position: -96px 0; }
      .store-list-page .stores .stores-item .store-details .store-email {
        display: none; }
        .store-list-page .stores .stores-item .store-details .store-email span {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-overflow: ellipsis;
          overflow: hidden; }
        .store-list-page .stores .stores-item .store-details .store-email::before {
          background-position: -144px -80px;
          margin-left: -1px; }
      .store-list-page .stores .stores-item .store-details .store-hours {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .store-list-page .stores .stores-item .store-details .store-hours::before {
          background-position: -80px 0;
          margin-top: 2px; }
      .store-list-page .stores .stores-item .store-details .click-collect {
        margin-top: 10px; }
        .store-list-page .stores .stores-item .store-details .click-collect::before {
          width: 32px;
          height: 32px;
          background-position: -256px -448px; }
      .store-list-page .stores .stores-item .store-details .recicla::before {
        width: 32px;
        height: 32px;
        background-position: -223px -509px; }
      @media (min-width: 544px) {
        .store-list-page .stores .stores-item .store-details .store-details-bottom {
          position: absolute;
          bottom: 0;
          width: auto; } }
      .store-list-page .stores .stores-item .store-details .store-details-bottom .btn {
        margin-top: 15px;
        color: #d81e05;
        width: 100%;
        font-family: "mukta-bold", sans-serif;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        letter-spacing: 1px;
        outline: none;
        text-transform: uppercase;
        padding: 8px 20px;
        font-size: 14px;
        border-radius: 0;
        text-align: center;
        background-color: #fff;
        color: #363332;
        border: 1px solid #363332;
        font-family: "mukta-bold", sans-serif; }
        .store-list-page .stores .stores-item .store-details .store-details-bottom .btn:hover {
          background-color: #d81e05;
          color: #fff;
          text-decoration: none; }
        .store-list-page .stores .stores-item .store-details .store-details-bottom .btn:hover {
          background-color: #d81e05; }
  .store-list-page .stores.outlet-stores {
    background: #f4f4f4;
    padding: 30px 10px 40px;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .store-list-page .stores.outlet-stores .outlet-stores-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      padding: 0 10px 30px; }
    .store-list-page .stores.outlet-stores .outlet-title {
      color: #d81e05;
      font-size: 40px;
      letter-spacing: 20px;
      text-transform: uppercase;
      padding: 0 100px;
      font-family: "mukta-bold", sans-serif; }
    .store-list-page .stores.outlet-stores .white-line {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 3px;
      background: #fff;
      display: none; }
      @media (min-width: 544px) {
        .store-list-page .stores.outlet-stores .white-line {
          display: block; } }
    .store-list-page .stores.outlet-stores .stores-item {
      margin: 10px 0;
      padding: 0; }
      @media (min-width: 544px) {
        .store-list-page .stores.outlet-stores .stores-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 20px);
                  flex: 0 0 calc(50% - 20px);
          margin: 10px; } }
      @media (min-width: 1200px) {
        .store-list-page .stores.outlet-stores .stores-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(33.33% - 20px);
                  flex: 0 0 calc(33.33% - 20px);
          margin: 10px; } }
      .store-list-page .stores.outlet-stores .stores-item .store-details {
        padding: 15px; }
        .store-list-page .stores.outlet-stores .stores-item .store-details .store-details-bottom {
          bottom: 10px; }

/*# sourceMappingURL=storeList.css.map*/