.products-count-narabikae {
	font-size       : 14px;
	margin          : 0 0 20px 0;
	position        : relative;
	display         : flex;
	flex-wrap       : nowrap;
	justify-content : space-between;
	align-items     : center;
	padding: 15px 10px 15px 0;
	border-top: 1px solid #D9D9D9;
}

.products-count-narabikae .count {
	padding     : 0 0 0 10px;
	margin      : 0;
	font-weight : 600;
}

.products-count-narabikae .narabikae-button {
	padding : 0;
	margin  : 0;
}

.products-count-narabikae .narabikae-button .button {
	padding         : 7px 12px 6px 26px;
	margin          : 0;
	font-weight     : 600;
	border          : 1px #000000 solid;
	line-height     : 100%;
	letter-spacing  : 1px;
	background      : url("/wp-content/themes/hyacca/common/assets/img/products-category/arrow-down2.svg") no-repeat left 7px top 8px;
	background-size : 13px;
	cursor          : pointer;
}

.products-count-narabikae .narabikae-button .button:hover {
	opacity : 0.6;
}

.products-count-narabikae .narabikae-select {
	padding          : 0;
	margin           : 5px 10px 0 10px;
	display          : none;
	position         : absolute;
	border           : 1px #999999 solid;
	font-weight      : normal;
	font-size        : 14px;
	width            : 15%;
	right            : 0;
	background-color : white;
	box-shadow       : 5px 5px 10px -5px #b0b0b0;
	cursor           : pointer;
	width            : 20%;
	z-index          : 10;
}

.products-count-narabikae .narabikae-select div {
	padding       : 10px 0;
	margin        : 0 20px;
	border-bottom : 1px #999999 solid;
}

.products-count-narabikae .narabikae-select div.selected {
	background      : url("/wp-content/themes/hyacca/common/assets/img/products-category/checkmark.svg") no-repeat right 10px top 16px;
	background-size : 15px;
	font-weight     : bold;
}

.products-count-narabikae .narabikae-select div:last-child {
	border-bottom : 0px;
}

.products-count-narabikae .narabikae-select div:hover {
	opacity : 0.6;
}