﻿@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  facet.css
=================================================================== */
.productSearchFacet {
	position: relative;
}
.facet {
	padding-bottom: 10px;
}
.facetTitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.facetBody {
	margin: 11px 0;
	font-size: 12px;
}
.categoryListItem {
	user-select: none;
	list-style-type: none;
	padding: 0;
	padding: 10px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #dee2e6;
}
.categoryListItem > li {
	display: none;
	padding: 10px 10px;
	background-color: #f8f9fa;
	border: 1px solid #f8f9fa;
}
.categoryListItem > li:last-child {
	border-bottom: none;
}
.categoryListItem > li:first-child {
	margin-top: 5px;
}
.stockFacetRadioBtn {
	text-align: center;
	display: flex;
	justify-content: center;
}
.stockRadioBtn > input {
	display: none;
}
.stockRadioBtn > label {
	width: 40px;
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #dee2e6;
	border-radius: 30px;
	background-color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	font-size: 10px;
	margin: 0 5px;
}
.stockRadioBtn > label.checked {
	border: 1px solid #000000;
	background-color: #e5f0e1;
}
.priceItem {
	margin: 5px 0;
}
.priceItemLabel {
	user-select: none;
}
.iconItem {
	margin: 5px 0;
}
.facetBrand {
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.brandListItem {
	list-style-type: none;
	padding: 0;
}
.brandListItem > li {
	margin: 5px 0;
	user-select: none;
}
.showBrand {
	text-align: right;
	margin-bottom: 10px;
}
.showAllBrandBtn {
	cursor: pointer;
}
.hideBrandBtn {
	cursor: pointer;
	display: none;
}
.hidden {
	display: none;
}

.troubleListItem {
	user-select: none;
	list-style-type: none;
	padding: 0;
	padding: 10px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #dee2e6;
}
.troubleListItem > li {
	display: none;
	padding: 10px 10px;
	background-color: #f8f9fa;
	border: 1px solid #f8f9fa;
}
.troubleListItem > li:last-child {
	border-bottom: none;
}
.troubleListItem > li:first-child {
	margin-top: 5px;
}
.searchBtn {
	width: 200px;
}
.fixedPosition {
	position: fixed;
	bottom: 10px;
}
.absolutePosition {
	position: absolute;
	bottom: -30px;
}

.facetResetBtn {
	width: 40px;
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #dee2e6;
	border-radius: 30px;
	background-color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	font-size: 10px;
	margin: 0 5px;
}
.facetSearchBtn {
	width: 40px;
	display: inline-block;
	padding: 10px 20px;
	border-color: #1f4038;
	background-color: #1f4038;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	font-size: 10px;
	margin: 0 5px;
}

/*検索窓の検索ボタン*/
.icn_search {
	content: none;
}