@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.vertical-middle {
  width: 100%;
  height: 100%;
  display: table;
}
.vertical-middle > div {
  display: table-cell;
  vertical-align: middle;
}
.vertical-middle > div >div {
  display: inline-block;
}
#item-list {
  padding-top: 60px;
}
.list-item {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.list-item:hover {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,0.05);
  box-shadow: 0 20px 30px 0 rgba(0,0,0,0.05);
}
.list-item h3 {
  display: block;
  font-size: 0.875em;
  line-height: 1.2;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 3px;
}
.list-item h3 a {
  color: #333;
}
.list-item h3 a:hover {
  color: #22d05d;
}
.list-item h4 {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-item .item-thumbnail {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: -20px -20px 20px;
  color: #fff;
  background: rgba(213,213,213,0.9);
  border-radius: 3px 3px 0 0;
}
.list-item .item-thumbnail img {
  width: 100%;
  position: relative;
  display: block;
}
.list-item .item-header {
  position: relative;
}
.list-item .item-header .item-trade,
.list-item .item-header .item-category {
  font-size: 0.75em;
  color: #484848;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.list-item .item-header .item-trade a,
.list-item .item-header .item-category a {
  color: #484848;
  font-weight: 400;
}
.list-item .item-header .item-trade a:hover,
.list-item .item-header .item-trade a:active,
.list-item .item-header .item-trade a:focus,
.list-item .item-header .item-category a:hover,
.list-item .item-header .item-category a:active,
.list-item .item-header .item-category a:focus {
  color: #22d05d;
}
.list-item .item-rating-wrap {
  float: left;
  line-height: 20px;
}
.list-item .item-rating-wrap .item-rating {
  font-size: 0.8em;
}
.list-item .item-price-wrap {
  float: right;
  line-height: 20px;
}
.list-item .item-price-wrap >span {
  display: inline-block;
  margin-right: 10px;
}
.list-item .item-price-wrap >span:last-child {
  margin-right: 0;
}
.list-item .item-price-wrap >span.meta-price {
  color: #FC1F25;
  font-size: 1.125em;
  font-weight: 400;
}
.list-item .product-btn-group {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 18px 35px rgba(0,0,0,0.1);
  display: inline-block;
  overflow: hidden;
}
.list-item .product-btn-group > div {
  display: inline-block;
  overflow: hidden;
  float: left;
}
.list-item .product-btn-group > div .product-btn {
  line-height: 23px;
  padding: 15px 30px;
  display: block;
  color: #000000;
  font-size: 1em;
  position: relative;
}
.list-item .product-btn-group > div .product-btn:hover {
  color: #666;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .list-item .product-btn-group > div .product-btn {
    padding: 10px 20px;
  }
}
.list-item .product-btn-group > div .product-btn:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background: #C0C5BF;
  height: 23px;
  width: 1px;
  margin-top: -11.5px;
}
.list-item .item-links {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding: 20px;
  opacity: 0;
  background-image: linear-gradient(135deg,rgba(139,195,74,0.9) 0%,rgba(35,207,95,0.9) 100%);
  text-align: center;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.list-item .item-links .btn {
  margin-right: 10px;
}
.list-item .item-links .btn.btn-last {
  margin-right: 0;
}
.list-item:hover .item-links {
  opacity: 1;
}
.product-info-wrap {
  overflow: hidden;
  margin-bottom: 5px;
}
.product-info-wrap .info-left {
  float: left;
}
.product-info-wrap .info-left .avatar {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-info-wrap .info-right {
  padding-left: 50px;
}