.bundle-item-field-row {
	margin-bottom: 15px;
	padding-right: 40px;
	position: relative;
}

.bundle-item-field-row label {
	font-size: 130%;
	display: block;
	text-align: center;
}

.bundle-item-field-row .product-selected {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 45px;
	right: 5px;
	background: url(icon-check.svg) no-repeat center;
}

.happybody-bundle-product .bundle-item-selector {
	display: block;
	width: 100%;
	padding: 10px;
	padding-right: 43px;
	border-radius: 5px;

	-webkit-appearance: none;
	-moz-appearance: none;

	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z'/%3E%3C/svg%3E"),
		linear-gradient(to right, #bbb, #bbb);
	background-position:
		calc(100% - 10px) 50%,
		100% 0;
	background-size:
		20px 20px,
		40px 100px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.bundle-item-field-row {
		margin-bottom: 40px;
	}
}