.table-product-configurator__select {
	display: block;
	width: 100%;
	max-width: 320px;
	height: 46px;
	padding: 0 42px 0 14px;
	border: 1px solid #d8d0c8;
	border-radius: 0;
	background: #fff;
	color: #282828;
	font-size: 15px;
	line-height: 46px;
	appearance: auto;
}

.table-product-configurator__select:focus {
	border-color: #ef7d00;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(239, 125, 0, .14);
}

.table-product-configurator__group--select .table-product-configurator__options {
	display: block;
}

@media (max-width: 767px) {
	.table-product-configurator__select {
		max-width: 100%;
		height: 44px;
		line-height: 44px;
	}
}
