.dks-product-options {
	margin: 22px 0 18px;
	max-width: 420px;
	padding: 18px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.dks-product-option {
	margin: 0 0 15px;
}

.dks-product-option > label,
.dks-product-option > legend {
	display: block;
	margin: 0 0 7px;
	color: #333;
	font-weight: 700;
}

.dks-product-option select,
.dks-product-option input[type='text'],
.dks-product-option input[type='file'] {
	box-sizing: border-box;
	width: 100%;
	min-height: 38px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #fff;
	padding: 7px 9px;
	color: #333;
}

.dks-radio-options {
	display: grid;
	gap: 8px;
}

.dks-radio-choice {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.dks-option-total {
	margin: 4px 0 0;
	color: #e54b7d;
	font-size: 14px;
}

.dks-option-total strong {
	font-size: 16px;
}

