.hide-option {
	pointer-events: none;
	position: relative;
}
.hide-option label {
	opacity: 0.4;
}

.hide-option:after {
	/* position: absolute; */
	content: "تم اختيارها في الأساسي";
	display: block;
	margin: 10px 0;
}

@media only screen and (min-width: 768px) {
	.hide-option {
		display: flex;
		flex-wrap: wrap;
	}
}


/* disable same option */
.dark .s-product-options-wrapper input[disabled] {
opacity:0.25;
    background-color: lightgrey !important;
}