@charset "euc-jp";
.prd-search-hit {
  clear: both;
}


.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

@media screen and (min-width:1230px) {
    /*ˇˇfor PCˇˇ*/
  .main-section > .col {
  padding-right: 0% !important;
  padding-left: 0% !important;
  }
}