/* Homepage Catalogs, Categories, Target, etc... Tiles */
.tile-block-wrapper {
  margin-top: 5px;
  margin-right: -150px;
  margin-left: -150px;
}
.tile-block-wrapper .col-xs-12 {
  padding: 16px 15px;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper {
  background-color: #fff;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper a.tile-group {
  border-radius: 0;
  border: none;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper a.tile-group:hover {
  cursor: pointer;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper a.tile-group .tile-pic-wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 150px;
  height: 150px;
  margin: 10px auto;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper a.tile-group .tile-pic-wrapper img.tile-pic {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper a.tile-group .tile-nopic {
  font-size: 16px;
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper a.tile-group .tile-text {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  word-wrap: break-word;
}
.tile-block-wrapper .col-xs-12 .tile-wrapper:hover {
  webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
}
/* Tiles on low resolution devices */
@media (min-width: 1px) and (max-width: 1350px) {
  .tile-block-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* IE 11 Fixes  */
@media (-ms-high-contrast: none) {
  /* fix Tiles display on small devices */
  .tile-block-wrapper.row > [class*="col-"] {
    display: block;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22%2Fvolume%2Fsales%2F_source%2Fstatic%2Fneptune%2Fcss%2Fshop%2Ftile.css%22%2C%22sources%22%3A%5B%22static%2Fneptune%2Fcss%2Fshop%2Ftile.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAA1DJ%3BAAoEA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArEF%3BAA4EA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%22%7D */