.wrapSurfLabel {
	display: flex;
	justify-content: space-between;
	margin: 0px 18px 5px 2px;
}
.wrapSurfLabel label {
	font-weight: 700;
}
.wrapSurfLabel p {
	font-size: 16px;
	font-weight: 400;
}
.surfacing_radio_buttons {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.surfacing_radio_buttons input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance:    none;
}
.product-addon-checkbox {
	height: 50px;
	display: grid;
	align-content: center;
	max-width: 132px;
	border-radius: 6px;
	font-family: sans;
	font-size: 13px;
	background: #f3f6f7;
	color: #354153;
	border: 1px solid #baced3;
	margin-right: 12px;
	margin-bottom: 12px;
}
.product-addon-checkbox > label {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 50px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	justify-content: center;
	cursor: pointer;
}
.product-addon-checkbox strong {
	font-size: 15px !important;
}
.product-addon-checkbox.active strong {
	color: #fff !important;
}

.product-addon-checkbox strong {
	color: #2d3748;
}
.product-addon-checkbox:hover {
	background: #e1e3e4;
	border: 1px solid #baced3;
}
.product-addon-checkbox input:checked + label strong {
	color: #fff !important;
}
.product-addon-checkbox input:checked + label {
	background: #007178;
	border: none;
	border-radius: 6px;
}
.product-addon-checkbox input:checked + label {
	color: #ffffffe0;
}
.product-addon-checkbox input:checked:disabled + label {
	background: #7eb7ba;
	border-radius: 6px;
}
.product-addon-checkbox input:disabled + label {
	color: #8f8f8f;
}
.product-addon-checkbox input:disabled + label > strong {
	color: #979797;
}

/* surfacing option cart meta */
.wrap-Cart-Variations .variation {
	margin: 0px !important;
}
.wrap-Cart-Variations {
	margin-top: 15px;
}

@media only screen and (max-width: 866px) {
	.surfacing_radio_buttons {
		grid-template-columns: 1fr 1fr;
	}
	.product-addon-checkbox {
		max-width: 172px;
	}
}
@media only screen and (max-width: 719px) {
	.surfacing_radio_buttons {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.product-addon-checkbox {
		max-width: 132px;
	}
	.variations > tbody > tr {
		display: flex;
		flex-direction: column;
	}

	/* surfacing option cart meta */
	.wrapNoMessageQty {
		display: flex;
		justify-content: right;
	}
	.woocommerce-cart-form__cart-item.cart_item {
		border-radius: 10px;
		box-shadow: 0px 0px 20px -9px #0000008f;
		margin: 20px -10px;
		padding: 10px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff0 !important;
	}
}
@media only screen and (max-width: 440px) {
	.surfacing_radio_buttons {
		grid-template-columns: 1fr 1fr;
	}
	.product-addon-checkbox {
		max-width: 172px;
	}
}