@charset "UTF-8";

/* Variações dos produtos */
#top.woocommerce .variations .select_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
	background: transparent !important;

	& * {
		margin: 0px !important;
		padding: 0px !important;
		overflow: hidden;
		min-width: 0;
		min-height: 0;
		max-width: none;
		max-height: none;
		line-height: normal;
	}

	& .select_option {
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: auto;
		padding: 2px !important;
		background: transparent !important;
		border: 1px solid transparent !important;
		&.selected {
			border-color: var(--ssit-woocommerce-color-primary) !important;
		}
		&.selected:hover {
			border-color: var(--ssit-woocommerce-color-secondary) !important;
		}

		& .yith_wccl_value_wrapper {
			flex: 0 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
			background: transparent !important;
			border: none !important;
		}

		& .yith_wccl_value {
			flex: 0 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
			border: none !important;
			width: auto;
			height: auto;
		}

		&.select_option_colorpicker :where(.yith_wccl_value,.yith-wccl-bicolor) {
			width: 25px;
			height: 25px;
		}

		&.select_option_image .yith_wccl_value {
			width: 32px;
			height: 32px;
		}

		&.select_option_label {
			/*flex: 1 !important;*/
		}
		&.select_option_label .yith_wccl_value_wrapper {
			min-width: 25px;
			width: 100% !important;
			height: 25px;
		}
		&.select_option_label .yith_wccl_value {
			width: 100% !important;
			height: 100% !important;
			padding: 0px 0.5em !important;
			background: rgba(0,0,0,.1) !important;
		}

	}

}
