@charset "utf-8";

.ec-shelfGrid{
	flex-wrap: wrap;
}

.ec-shelfGrid .ec-shelfGrid__item{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-of-type(4n){
	margin-right: 0;
}

.ec-shelfGrid .ec-shelfGrid__item-image img{
	margin: 0 auto;
	max-width: 100%;
}

.ec-shelfGrid .ec-shelfGrid__item{
	flex-wrap: wrap;
}

.ec-shelfGrid .ec-shelfGrid__item .bottom-box {
	margin: auto 0 0 0;
	width: 100%;
	flex-wrap: wrap;
}

.ec-shelfGrid .ec-shelfGrid__item .price-box {
	margin: auto auto 0 0;
	white-space: nowrap;
	width: 50%;
}

.ec-shelfGrid .ec-shelfGrid__item .actions {
	margin: auto 0 0 auto;
}


.ec-shelfGrid .ec-shelfGrid__item p{
	font-size: 15px;
	color: #000;
	text-transform: none;
}

.ec-shelfGrid .ec-shelfGrid__item .normal_price span {
	font-size: 14px;
	text-decoration: line-through;
	margin-right: 10px;
	color: #000;
}

.ec-shelfGrid .ec-shelfGrid__item .normal_price span .inctax {
	font-size: 6px;
}

.ec-shelfGrid .ec-shelfGrid__item .sale_price .price {
	font-size: 20px;
	color: red;
}

.ec-shelfGrid .ec-shelfGrid__item .sale_price .price .inctax {
	font-size: 7px;
	color: #000;
}

.actions .btn-cart {
	height: 33px;
	line-height: 33px;
	background: #ff0000;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #fff;
	padding: 0 10px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	box-sizing: content-box !important;
}

.actions .btn-cart:hover{
	background: #cc0000;
  color: #fff;
}
.actions .btn-cart.learn-more {
	background-color: #0886fb;
}

.actions .btn-cart.learn-more:hover{
	background-color: #00d3f3;
}

.actions .btn-cart.add-to-cart-out {
	background-color: #9f9f9f;
	cursor: unset;
}


@media only screen and (min-width: 1000px) and (max-width: 1279px){

}

@media only screen and (max-width: 999px){
	.ec-shelfGrid .ec-shelfGrid__item{
		width: 32%;
		margin-right: 2%;
	}	
	.ec-shelfGrid .ec-shelfGrid__item:nth-of-type(4n){
		margin-right: 2%;
	}
	.ec-shelfGrid .ec-shelfGrid__item:nth-of-type(3n){
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 767px){
	.ec-shelfGrid .ec-shelfGrid__item .price-box {
		width: 100%;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item .actions{
			width: 100%;
	}
	.ec-shelfGrid .ec-shelfGrid__item .actions .button{
		width: 80%;
	}
	.ec-shelfGrid .ec-shelfGrid__item .normal_price span {
	font-size: 12px;
	}
	.ec-shelfGrid .ec-shelfGrid__item .normal_price span .inctax {
	font-size: 4px;
	}
	.ec-shelfGrid .ec-shelfGrid__item .sale_price .price {
	font-size: 16px;
	}
	.ec-shelfGrid .ec-shelfGrid__item p{
	font-size: 12px;
	margin-bottom:0;
	}
}

/* REVIEW AREA */
.review_all_score_image {
	letter-spacing: -1em;/* inline-block間の隙間をなくす */
	display: inline-block;
	position: relative;
	top: 5px;
}

.review_score div.review_star {
	margin-right: 1px;
}

.review_score div {
	height: 22px;
}

div[id^="plg_customer_review_special"] .review_score div,
div[id*="plg_customer_review_special"] .review_score div {
  height: 30px;
}

#category-featured-products div[id^="plg_customer_review_special"] h3,
#category-featured-products div[id*="plg_customer_review_special"] h3 {
  margin:0;
  color: #636363;
}

#review_area h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	margin: 30px 0;
	color: #000000;
}

#review_area h3 {
	font-size: 18px;
	border-bottom: none;
	text-align: center;
}

#review_area h3.review-title {
	font-weight:bold;
	text-align:left;
	margin-bottom:0;
	font-size:16px;
}

#review_area .review_list, #review_area .row {
	max-width: 1280px;
	padding: 0 140px;
	margin: 0 auto;
}

#review_area .review_list li {
	padding: 10px 0;
	position: relative;
	border-bottom: 1px dotted #cccccc;
}

#review_area .review_list li:last-child {
	border-bottom: none;
}

#review_area .review_list .review-hed{
	margin-bottom: 0;
	margin-top: 0;
}

#review_area .review_list .review-body{
	margin-top: 5px;
	margin-bottom: 0;
}

#review_area .review_list .recommend_level{
	display: block;
}

#review_area .review_list .recommend_level span{
	display: flex;
}

#review_area .review_list .recommend_level img {
	display: block;
	float: left;
	margin-right: 1px;
	max-width:25px;
	max-height:25px;	 
}

#review_area .review_list .left {
	margin-top: 5px;
}

#review_area .review_list .fade{
	height: 16px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
	background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}

#review_area div.btn_area li {
	text-align: right;
	list-style-type: none;
}

#review_area div.btn_area{
	max-width: 1280px;
  padding: 0 140px;
  margin: 0 auto;
	text-align: right;
}

#review_area div.btn_area .button {
	list-style-type: none;
	width: auto;
	min-width: 140px;
	background-color: #ff0000;
}

#review_area div.btn_area .button:hover{
	background: #cc0000;
	color: #fff;
}

@media only screen and (max-width: 767px){
	.review_score span.review_all_score {font-size:14px;}
	h3.review_score  {line-height:1;margin-bottom:5px;}
	.review_all_score_image {top:10px;}
}

/* Drop Down */
#page_product_list .ec-searchnavRole .ec-select select {
    color: #393939;
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf #ddd #e6e6e6;
    font-size: 12px;
    padding: 8px 0 7px 18px;
    height: 34px;
    outline: none;
    background: #ebebeb;
    border-radius: 0;
    box-shadow: -2px 2px 5px -2px #dddddd inset;
	margin: 10px 10px 0 0;
    line-height: 1.5;
}

#page_product_list .ec-searchnavRole {display:inline-block;width:49%;text-align:right;}
#page_product_list h1.all-text {display:inline-block;width:50%;}

@media only screen and (max-width: 767px){
	#page_product_list .ec-searchnavRole {display:block;width:100%;text-align:right;}
	#page_product_list h1.all-text {display:block;width:100%;}
	#page_product_list .searchnavRole__actions {text-align:left;}
	#page_product_list .ec-searchnavRole .ec-select select {width:75%;}
}