#shop-navigation-header {
  width: 100%;
  background-color: whitesmoke;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

#shop-navigation-header #shop-navigation-center {
  width: 100%;
  margin: auto;
  text-transform: uppercase;
}

#shop-navigation-header #shop-navigation-center .text {
  padding: 1.5em 5%;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}

#shop-navigation-header #shop-navigation-center .text a {
  color: inherit;
}

#shop-navigation-header #shop-navigation-center .text .arrow {
  display: inline-block;
  margin: 0 1em;
}

#shop-wrapper {
  background-color: white;
  padding: 2em 0.5em;
}

#shop-wrapper #shop-center {
  max-width: 1500px;
  margin: auto;
}

#shop-wrapper #shop-center .shop-item {
  padding: 0.5em;
  display: block;
  float: left;
  -webkit-transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s opacity, 0.5s -webkit-transform;
  -o-transition: 0.5s opacity, 0.5s -o-transform;
  -moz-transition: 0.5s transform, 0.5s opacity, 0.5s -moz-transform;
  transition: 0.5s transform, 0.5s opacity;
  transition: 0.5s transform, 0.5s opacity, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -moz-osx-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}

@media screen and (min-width: 0) and (max-width: 350px) {
  #shop-wrapper #shop-center .shop-item {
    width: 100%;
  }
}

@media screen and (min-width: 351px) and (max-width: 750px) {
  #shop-wrapper #shop-center .shop-item {
    width: 50%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1150px) {
  #shop-wrapper #shop-center .shop-item {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1151px) {
  #shop-wrapper #shop-center .shop-item {
    width: 25%;
  }
}

#shop-wrapper #shop-center .shop-item.pre-animation {
  -webkit-transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s opacity, 0.5s -webkit-transform;
  -o-transition: 0.5s opacity, 0.5s -o-transform;
  -moz-transition: 0.5s transform, 0.5s opacity, 0.5s -moz-transform;
  transition: 0.5s transform, 0.5s opacity;
  transition: 0.5s transform, 0.5s opacity, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform;
  -webkit-transform: translate(0, 1em) scale(1);
  -moz-transform: translate(0, 1em) scale(1);
  -moz-osx-transform: translate(0, 1em) scale(1);
  -ms-transform: translate(0, 1em) scale(1);
  -o-transform: translate(0, 1em) scale(1);
  transform: translate(0, 1em) scale(1);
  opacity: 0;
}

#shop-wrapper #shop-center .shop-item:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -moz-osx-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s opacity, 0.2s -webkit-transform;
  -o-transition: 0.2s opacity, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s opacity, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s opacity;
  transition: 0.2s transform, 0.2s opacity, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

#shop-wrapper #shop-center .shop-item:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -moz-osx-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s opacity, 0.2s -webkit-transform;
  -o-transition: 0.2s opacity, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s opacity, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s opacity;
  transition: 0.2s transform, 0.2s opacity, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
  opacity: 0.5;
}

#shop-wrapper #shop-center .shop-item a {
  display: block;
  text-decoration: none;
  color: #212121;
}

#shop-wrapper #shop-center .shop-item a .preview {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#shop-wrapper #shop-center .shop-item a .preview .ratio {
  width: 100%;
  height: auto;
}

#shop-wrapper #shop-center .shop-item a .text {
  padding-top: 0.5em;
}

#shop-wrapper #shop-center .shop-item a .text .name {
  font-size: 1.2em;
  font-weight: bold;
}

#shop-wrapper #shop-center .shop-item a .text .color {
  float: left;
  opacity: 0.75;
  vertical-align: middle;
}

#shop-wrapper #shop-center .shop-item a .text .color .preview {
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 0.5em;
}

#shop-wrapper #shop-center .shop-item a .text .color span {
  display: inline-block;
  vertical-align: middle;
}

#shop-wrapper #shop-center .shop-item a .text .price {
  float: right;
  font-size: 1.2;
  font-weight: 300;
}

#shop-wrapper #shop-center .shop-item a .text .price:before {
  font-size: 0.8em;
  opacity: 0.8;
  content: "PHP ";
}