/* CSS Document */
.list li {
  font-size: 12px;
  color: var(--lit-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.list a {
  color: #000;
}
.list span {
  font-size: 11px;
}
.list a:hover {
  color: #ff3333;
}
#container {
  width: 100%;
}
.item_detail h2 {
  font-size: 20px;
  font-weight: 700;
}
.item_detail h1 {
  font-size: 30px;
}
.item_detail > h3 {
  font-size: 20px;
  color: #ff3333;
}
.item_detail .price {
  font-size: 18px;
  color: var(--site-color);
  font-weight: 700;
}
.item_detail label {
  text-transform: uppercase;
  color: var(--lit-color);
  top: 1px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.item_detail select {
  border: 2px solid #cccccc;
  transition: 0.3s all linear;
  outline: none;
  width: 90px;
  color: #3c3c3c;
  font-size: 14px;
}
.item_detail #quantity {
  border: 2px solid #cccccc;
  transition: 0.3s all linear;
  outline: none;
  color: #3c3c3c;
  font-size: 12px;
  width: 90px;
}
.item_detail #quantity::-webkit-outer-spin-button, .item_detail #quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.item_detail #quantity {
  -moz-appearance: textfield;
}
.item_action a {
  letter-spacing: 1px;
  background-color: var(--site-color);
  color: #fff;
  border: 1px solid var(--site-color);
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
}
.item_action a:hover {
  color: #fff;
  opacity: 0.8;
}
.side_link a img.active {
  border: 2px solid var(--site-color);
}
.side_link {
  width: 100%;
  overflow-x: auto;
}
.side_link::-webkit-scrollbar {
    width: 10px;
  height: 10px;
}
.side_link::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 16px;
    box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);
}
.side_link::-webkit-scrollbar-track {
    background: #808080;
    border-radius: 16px;
}
/* Hide scrollbar for IE, Edge and Firefox */
.side_link {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.side_link a img {
  width: 100px;
  height: 100px;
  cursor: pointer;border: 1px solid #ccc;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--site-color);
  font-weight: 500;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-tabs {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}
.nav-tabs .nav-link {
  border-radius: 0;
  color: #000;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: var(--site-color);
  border-color: transparent !important;
}
.nav-tabs .nav-item:first-child {
  border-right: 1px solid #dddddd !important;
}
.comment {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
.user-thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 4px 40px rgb(82 85 90 / 20%);
  -moz-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 4px 40px rgb(82 85 90 / 20%);
}
.user-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .8s;
}
.meta-data {
  position: relative;
}
.meta-data .comment__title {
  font-weight: 600;
  color: var(--site-color);
  font-size: 18px;
}
.meta-data .comment__meta {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #808996;
}
.star-rating-wrap .star-rating {
  font-size: 18px;
  line-height: 1;
}
.text-color-5 {
  color: #f9b851 !important;
}
.star-rating-wrap p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #545454;
}
.total_rating > .star-rating-wrap p {
  font-size: 18px !important;
  line-height: 30px;
  font-weight: 700;
  color: #545454;
}
.total__reviews {
  font-size: 18px;
}
.comment-body .comment-desc {
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #545454;
}
.item_desc, .item_info {
  font-family: 'Noto Sans JP', sans-serif;
}
.item_desc p:first-child {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
}
.item_desc p:first-child a {
  color: var(--site-color);
}
.item_desc p:first-child a:hover {
  opacity: 0.8;
}
.item_desc > ul li::marker {
  font-size: 13px;
}
.item .sale_tag {
  top: -20px;
  right: -10px;
  height: 60px;
  width: 60px;
  color: #fff;
  border: 2px solid var(--site-color);
  transition: 0.1s all linear;
  background-color: var(--site-color);
}
.item img {
  overflow: hidden;
  cursor: pointer;
}
.item .sale_tag span {
  font-size: 16px !important;
  letter-spacing: 0.5px;
}
.item:hover img {
  transition: 0.3s all linear;
}
.item:hover a {
  /*text-decoration: none;*/
}
.item_mini_info h3 a {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    cursor: default;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.item_mini_info h3 a:hover {
  text-decoration: none;
  cursor: pointer;
}
.item_mini_info span.price {
  font-size: 13px;
  color: var(--site-color);
}
.item > a > span {
  font-size: 14px;
  color: #000;
}
.item > a > span:last-child {
  font-size: 11px;
  color: #000;
}
.overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  /*transition: 0.1s;*/
}
.overlay button, .overlay a {
  background-color: #fff;
  display: none;
  border: 2px solid var(--lit-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--lit-color);
  border-radius: 40px;
  box-shadow: 0 0 29px 0 rgb(134 134 134 / 25%);
}
.overlay a:hover {
  text-decoration: none;
  color: var(--site-color);
}
.overlay button span:first-child {
  font-size: 20px;
}
@media only screen and (min-width: 767.9px) {
  .item:hover > div.t-ls{
		transition: 0.1s all linear;
    position:relative;
	}
  .item:hover > div.t-ls::before {
    position:absolute;
    top:0px;
    left:0px;
		content:"";
    width:100%;
    height:100%;
    display:block;
    background-color: var(--site-color);
    opacity:0.4;
		transition: 0.1s all linear;
	}
  .item > a:hover .overlay button, .item:hover .overlay button, .item:hover .overlay a {
    display: block;
    animation: swing;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    width: 100%;
  }
  .item:hover .overlay a {
    display: block;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    width: 75%;
    margin: auto;
  }
  .item:hover .overlay a:first-child {
    animation: fadeInLeft;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
  }
  .item:hover .overlay a:last-child {
    animation: fadeInRight;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
  }
}
.item > a .overlay button {
  display: none;
}
.item > a:hover .sale_tag, .item:hover .sale_tag {
  background-color: #fff;
  color: var(--site-color);
  z-index: 9;
  transition: 0.1s all linear;
  border: 2px solid var(--site-color);
}
@media (max-width: 424.9px) {
  .item_mini_info h3 {
    font-size: 14px;
  }
  .meta-data .comment__title {
    font-size: 16px;
    margin: 0px;
  }
  .meta-data .comment__meta {
    font-size: 12px;
  }
  .star-rating-wrap .star-rating {
    font-size: 12px;
  }
  .star-rating-wrap .star-rating span img {
    height: 16px;
    width: 16px;
  }
  .total_rating > .star-rating-wrap p {
    font-size: 14px !important;
  }
  .total__reviews {
    font-size: 14px;
  }
  .comment-body .comment-desc {
    font-size: 13px;
  }
  .item:hover .overlay a {
    width: 85%;
  }
  .overlay button, .overlay a {
    font-size: 11px;
    padding: .275rem .65rem;
  }
}