.dub_sku_title{
	font-size: 14px;
}
.dub_sku_list_values{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	margin-top: 5px;
}
.duv_sku_value_text{
	padding: 2px 5px;
	font-size: 13px;
	border: 1px solid #000;
	border-radius: 4px;
	margin-right: 5px;
	text-align: center;
	min-width: 40px;
}
.duv_sku_value_active{
	border: 2px solid #000;
}
.dub_sku_item_value{
    margin-bottom: 5px;
}
.dub_sku_item_value a{
	text-decoration:none;
}
.dub_no_active{
	opacity:0.5;cursor:default
}
.dub_sku_image{
	height:30px;
	min-width: 30px;
	position: relative;
	background-size: contain;
}
.dub_no_active.dub_sku_image:after{
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 60% 60%;
	content: "";
}
.custom-select-sku {
    position: relative;
    display: block;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 33px 0 11px;
    border-radius: 3px;
    background: var(--light_bg_black, #fafafa);
    border: 1px solid var(--stroke_black, #eeeeee);
    cursor: pointer;
    overflow: visible;
}

.custom-select-sku__selected {
    line-height: 41px;
    user-select: none;
}

.custom-select-sku__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    z-index: 10;
    max-height: 280px;
    overflow-y: auto;
    display: none;
}
.custom-select-sku__option {
    display: flex;
    align-items: center;
    padding: 8px 11px;
    cursor: pointer;
}
.custom-select-sku__option img{
	width: 50px;
	height: auto;
	padding-right: 10px;
	border-radius:2px!important;
}
.custom-select-sku__option.selected {
    background: #f0f0f0;
}
.custom-select-sku__option:hover {
    background: #f0f0f0;
}
.custom-select-sku {
    position: relative;
    cursor: pointer;
}
.custom-select-sku__selected {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.custom-select-sku__icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 8px;
    content: "";
}
.custom-select-sku__icon::before {
    content: "\25BC";
}
.custom-select-sku__icon.open::before {
    content: "\25B2";
}
.option-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.option-name {
    font-weight: bold;
}

.option-price {
    font-size: 0.9em;
    color: #666;
}
.option-image {
    margin-right: 10px;
    width: 50px;
    height: auto;
    flex-shrink: 0;
}

.option-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}