/*  
Template : colorzero
Author : Designup.jp
Website : http://designup.jp
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/* ------------------------------------- */
/*   breadcrumb   */
/* ------------------------------------- */
.breadcrumb {
  padding: 4px 0px;
  margin-bottom: 0px;
  font-size: 12px;
  background-color: #f0edde !important;
}
/* ------------------------------------- */
/*   free_space   */
/* ------------------------------------- */
.free_space {
  margin-bottom: 20px;
}
/* ------------------------------------- */
/*   products/list  */
/* ------------------------------------- */
#list_wrapper {
  margin-bottom: 50px;
}
.list_pager {
  float: left;
  width: 100%;
  padding: 2px 0;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .list_pager {
    text-align: center;
    height: 90px;
  }
}
.list_pager.bottom {
  margin-top: 30px;
}
.list_pager ul {
  float: right;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .list_pager ul {
    float: none;
  }
}
.list_pager ul li {
  line-height: 35px;
  font-size: 10px;
}
.list_pager ul li a {
  padding: 4px 8px;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  color: #333;
  background-color: #fff;
}
.list_pager ul li a:hover {
  text-decoration: none;
  border-color: #333333;
  color: #fff !important;
  background-color: #333333;
}
@media (max-width: 767px) {
  .list_pager ul li.sort {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.list_pager ul li select {
  font-size: 13px;
  border-color: #ccc;
  background-color: #fff;
}
@media (max-width: 767px) {
  .list_pager ul li select {
    font-size: 16px;
    width: 80%;
  }
}
/* ------------------------------------- */
/*   search_result   */
/* ------------------------------------- */
.search_result {
  padding: 8px 4px !important;
  margin-left: 0 !important;
  margin-bottom: 30px;
  color: #777777;
  font-size: 12px;
  background-color: #f7f7f7;
}

.page_title {
    position: relative;
    color: #ffffff !important;
    background: #b4a459;
    font-size: 14pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    border-top:3px solid #e1dbbd;
}
.page_title:after, .page_title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.page_title:after {
    left: 0;
    border-right: 5px solid #333;
}
.page_title:before {
    right: 0;
    border-left: 5px solid #333;
}

/* --- お気に入り --- */
.product-list__fav-items {
  margin: 10px 0;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  height:100%;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #edead7;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ec859a;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}