.shop-product-container {
  padding: 0 10px;
  overflow: hidden;
}

.shop-product-wrapper {
  &:after {
    content: '';
    display: block;
    clear: both;
  }
}

.shop-icon-car {
  display: block;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../images/product/02.png");
  position: absolute;
  bottom: 4px;
}

.shop-icon-plus {
  display: block;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../images/product/01.png");
}

.shop-product-default {
  .shop-pro-img {
    background-image: url("../../images/product/03.png") !important;
  }
}

@import "proItem";
@import "product/index";
@import "twoItems/index";
@import "threeItems/index";
@import "detailList/index";
@import "oneBigTwoSmall/index";
@import "slide/index";