.paginate-sb {
  margin-bottom: 20px;
}

.pagination > * {
  padding: 6px;
}

.pagination > li.page-item a {
  text-decoration: none;
}

.pagination > li.page-item.active {
  color: #c00;
  background: #fee;
  border: 1px solid #f99;
}

.block-filter {
  margin: 0 10px;
}

.ls-block-filter--header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  margin: 20px 0 0 0;
}
.ls-block-filter--header .ls-block-filter--header-label {
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
.ls-block-filter--header.block-filter--close .ls-block-filter--expand-icon .fa-minus:before {
  content: "\f067";
}

.block-filter--filter-items {
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 0 10px;
}
.block-filter--filter-items .ls-block-filter--list-item {
  border: none;
  padding-top: 20px;
  padding-bottom: 0;
}
.block-filter--filter-items .ls-block-filter--list-item:last-child {
  padding-bottom: 10px;
}

.ls_nav_ h2 {
  color: #4d4d4d;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  background: url("/img/usr/sidebox/title-icon-genre.png") left center no-repeat #ffffff;
  background-size: 16px auto;
  padding: 13px 10px 13px 22px;
  margin-bottom: 0;
}
.ls_nav_ li a {
  position: relative;
  width: 100%;
  color: #464646;
  background: #ffffff;
}
.ls_nav_ li a:hover {
  background: #ffffff;
  opacity: 0.8;
}

#suggest {
  width: 60%;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 4px #bbbbbb;
          box-shadow: 1px 1px 4px #bbbbbb;
  z-index: 6;
}
#suggest .suggest-keyword {
  border: none;
}
#suggest .suggest-keyword a {
  text-decoration: none;
}
#suggest .suggest-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#suggest .suggest-box .suggest-text {
  line-height: 1.2;
  padding: 0;
  margin-left: 8px;
}
#suggest .suggest-box .suggest-text .item-name,
#suggest .suggest-box .suggest-text span,
#suggest .suggest-box .suggest-text b,
#suggest .suggest-box .suggest-text .price {
  font-size: 11px;
}
#suggest .suggest-box .suggest-text .item-name {
  display: inline;
  max-width: 100%;
  color: #464646;
  text-align: left;
  background: #ffffff;
  padding: 0;
  margin: 0;
}
#suggest .suggest-box .suggest-text .price {
  text-align: right;
}

#sort-keyword {
  position: relative;
  margin: 0;
}
#sort-keyword input#filter-keyword {
  width: 100%;
  font-size: 15px;
  border: 1px solid #959595;
  border-radius: 5px;
  height: 40px;
  margin: 0;
  padding: 0 40px 0 12px;
}
#sort-keyword .block-global-search--submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #444444;
  border-radius: 0 5px 5px 0;
  margin: 0;
  border: none;
  border-left: 1px solid #bfbfbf;
  padding: 9px 9px 9px 8px;
}

#price-filter-slider {
  margin: 16px 0;
}
#price-filter-slider .vue-slider {
  height: 6px !important;
  padding: 20px 12px 10px 12px !important;
}
#price-filter-slider .vue-slider-dot {
  top: 2px !important;
  width: 24px !important;
  height: 24px !important;
}

.ls-block-filter--list-item .filter-C.box-stock {
  border-bottom: 1px dotted #cccccc;
}
.ls-block-filter--list-item .filter-C.box-stock li {
  padding-left: 0;
  margin-bottom: 20px;
}
.ls-block-filter--list-item .filter-C.box-stock input[type=checkbox] {
  margin-right: 5px;
}

.block-filter--filter-items button {
  margin: 10px auto;
}

.button-search {
  display: block;
  width: 90%;
  max-width: 200px;
  color: #ffffff;
  font-size: 14px;
  background: #444444;
  border-radius: 0;
  border: 1px solid #cfcfcf;
  padding: 8px 24px;
  z-index: 1;
}
.button-search .fas {
  font-size: 13px;
  margin-right: 5px;
}

.button-reset {
  display: block;
  width: 90%;
  max-width: 200px;
  color: #444444;
  font-size: 14px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #444444;
  padding: 7px 10px;
}
.button-reset .fas {
  font-size: 14px;
  margin-right: 3px;
}

.message_.anchor-goods {
  padding: 60px 20px;
}