.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
#reviews .reviewlist:nth-child(n+4) {
	display: none;
}


#popup_cart {
	position: fixed;
	top: calc(50% - 250px);
	left: calc(50% - 40vw);
	background: #222;
	z-index: 10000;
	width: 80vw;
	max-width: 320px;
	min-height: 600px;
  box-shadow: 0 0 0 4px #a0a0a0 , 7px 7px 0px 1px #000;
  line-height: 1.2;
  display:none;
}
#popup_cart > div {
	padding: 1em;
}
#popup_cart .close {text-align: right;line-height: 1;}
#popup_cart .title {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
#popup_cart .close span {
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	margin-top: -0.2em;
}
#popup_cart .yellow {
	color: #ff0;
	display: block;
	font-weight: bold;
}
#popup_cart .txt {
	margin: 1em 0;
	text-align: left;
	font-size: 13px;
}
#popup_cart button {
	line-height: 1;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	padding: 0.5em;
}
#popup_cart .select_btn {
	display: flex;
}
#popup_cart button .sm {
	font-size: 0.7em;
}
#popup_cart .select_btn button {
	width: 48%;
	margin: 0 1%;
  cursor: pointer;
}
#popup_cart .select_btn button:hover{ opacity:0.5;}
#popup_cart .select_btn button.no {
	background: none;
	color: #fff;
	box-shadow: 0 0 0 2px #fff inset;
}
#popup_cart .select_btn button.yes {
	background: #f35;
	color: #fff;
}
@media screen and (min-width:400px) {
  #popup_cart {left: calc(50% - 160px);}
}