@charset "UTF-8";

.product_select {
	margin-bottom: 20px;
}



/*------------------------------------------------------------
    セレクトボックス
------------------------------------------------------------*/
.product_select.custom .input_sel__boxect {
	display: none;
	opacity: 0;
}
.product_select.custom .input_select.active .input_sel__boxect {
	display: block;
	opacity: 1;
}


.product_select.custom .input_sel__placeholderect {
	width: 100%;
	display: block;
    padding: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.product_select.custom .input_select {
	position: relative;
}

.product_select.custom .input_sel__boxect {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 99;
}
.product_select.custom .sel__box__options {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	background: #fff;
}
.product_select.custom .sel__box__options:nth-child(even) {
	background: #EFEFEF;
}






