﻿@charset "UTF-8";
input[name="pwd_display"] {
  margin-top: -5px;
}
.page-estimate input[name="pwd_display"] {
  margin-top: 0;
}
.block-goods-list--pager-top {
  display: none;
}
.price::after,
.default-price::after {
  content: "（税込）";
  font-size: 11px;
}
.price.pickup-parent-price::after {
  content: "（税込）～";
  font-size: 11px;
}
.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
  font-size: 11px;
}
.pager {
  margin: 0;
  padding: 21px 0 56px;
  border-top: 0;
}
.block-goods-list--pager-bottom.pager:has(.pagination) {
  border-top: 1px solid #CCC;
  margin-top: 60px;
}
.pager[class*="-pager-top"],
[class*="-pager-top"] > .pager {
  display: none;
}
.pager-total {
  margin-right: 30px;
  display: none;
}
.pager-current {
  color: #000;
}
.pagination-wrap{
  width: fit-content;
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.pagination{
  display: flex;
  gap: 10px;
}
.pagination > * {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
}
.pagination .pager-first,
.pagination .pager-last{
  display: none;
}
.pagination li a,
.pagination li span {
  font-size: 18px;
  color: var(--color-accent);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li span {
  color: #808080;
}
.pagination li a:hover{
  opacity: 1;
  text-decoration: underline;
}
.pagination li.pager-first a,
.pagination li.pager-previous a,
.pagination li.pager-next a,
.pagination li.pager-last a {
  font-size: 0;
  position: relative;
}
.pagination li.pager-first a::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: "";
}
.pagination li.pager-first a::after {
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: "";
}
.pagination li.pager-previous a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: "";
}
.pagination li.pager-next a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(-50%,-50%) rotate(45deg);
  content: "";
}
.pagination li.pager-last a::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(-50%,-50%) rotate(45deg);
  content: "";
}
.pagination li.pager-last a::after {
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(-50%,-50%) rotate(45deg);
  content: "";
}
.action a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-default {
  color: #333;
  border: solid 1px #CCC;
  background-color: #FFF;
}
.btn-primary {
  border: 1px solid var(--color-accent);
  color: #fff;
  background: var(--color-accent);
}
.btn-secondary {
  border: 1px solid var(--color-main);
  color: #fff;
  background: var(--color-main);
}
.btn-danger {
  color: #fff;
  border: solid 1px var(--color-caution);
  background-color: var(--color-caution);
}
.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}
.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}
.fieldset .form-control {
  padding-left: 12px;
  vertical-align: middle;
}
