/*  
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: 14px;
  background-color: #FFFFFF;
}
/* ------------------------------------- */
/*   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: 14px;
}
.list_pager ul li a {
  padding: 4px 8px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #040404;
  background-color: #ef8184;
}
.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: #CC0033;
  font-size: 14px;
  background-color: #EBEBEB;
}

.product-list__fav-items {
  margin-top: 0px;
  width: 30px;
}

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

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

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


figure {
float: left;
padding-right: 10px;
padding-bottom: 15px;
 }

figcaption {
  font-size: 12px;
  color: #040404;
 }


.img-flex {
    display: -webkit-flex;
    display: flex;
}

.img-flex img {
    margin-right: 10px;
}

.img-flex img:last-child {
    margin-right: 0;
}