@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2017
 ******************************************************************************/
/* 輪播 */
.slide-productlist{
	margin-bottom: 32px;
}
.slide-productlist .carousel__imgbox:after{
	padding-top: 87.5%;/*320x280*/
}

/* 篩選 */
.section-filter{
	margin:0 0 32px 0;
	padding: 20px 20px 10px 20px;
	background-color: #f5f5f5;
	position: relative;
}
.section-filter__btn{
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px #d0d0d0 solid;
	left: -moz-calc(50% - 12px);
	left: -webkit-calc(50% - 12px);
	left: calc(50% - 12px);
	bottom: -12px;
	cursor: pointer;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.section-filter__btn:before{
	position: absolute;
	font-size: 20px;
	line-height: 1.3;
	color: #d0d0d0;
	left: -moz-calc(50% - 10px);
	left: -webkit-calc(50% - 10px);
	left: calc(50% - 10px);
}
.btn-rotating{
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.btn-disable{
	display: none;
}
.category-option{
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-height: 102px;
}
.category-option--open{
	overflow: visible;
	max-height: inherit;
}
.category-option__item{
	margin: 0 10px 10px 0;
	display: inline-block;
	vertical-align: top;
	height: 24px;
}
.category-option__radio{
	display: none;
}
.category-option__label{
	font-size: 14px;
	line-height: 14px;
	padding: 5px;
	cursor: pointer;
	margin: 0;
}
/*點選樣式*/
.category-option__radio:checked + .category-option__label{
	background-color: #787878;
	color: #fff;
}



/* section 設定 */
.section-box{
	width:100%;
	margin: auto;
	position: relative;
}
.section__title{
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 80px;
	padding-left: 0;
	text-align: center;
	margin-bottom: 30px;
	color: #787878;
	width: 100%;
}
.section__select{
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
}

/* no-info */
.product__no-info{
	border-bottom: 1px solid #d0d0d0;
	padding: 0 15px 30px 15px;
	height: 250px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 110px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.product__no-info-text{

}
.noinfo-product{
	color: #8b040c;
	/* display: contents; */
}


@media screen and (min-width: 768px) {
	/* 輪播 */
	.slide-productlist .carousel__imgbox:after{
		padding-top: 31.6%;/*1200x380*/
	}
	.slide-productlist .carousel__img{
		max-width: initial;
	}
	.category-option{
		max-height: 34px;
	}
	.category-option--open{
		max-height: inherit;
	}
}


@media screen and (min-width: 1024px) {
	body.scroll-fixed{
		overflow: initial;
	}
	.section__title{
		text-align:left;
		background: none;
	}
	.section-filter__btn:hover{
		border-color: #231815;
	}
	.section-filter__btn:hover:before{
		color: #231815;
	}
	.category-option__label:hover{
		background-color: #787878;
		color: #fff;
	}
	.section__title{
		padding-bottom: 15px;
	}
	.section__select{
		right: 0;
		top: 0;
		left: inherit;
		width: 150px;
	}

	.product{
		width: 100%;
	}
	.product__no-info{
		height: 520px;
		margin-bottom: 160px;
	}
}

@media screen and (min-width: 1250px) {
}
@media screen and (min-width: 1440px) {

}
@media screen and (min-width: 1921px) {


}