.product-option-select .dc-option-value-description-element-after-value{
    display: none;
}

.push-option {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 6px;
    margin-bottom: 4px;
}

.push-option .control-label {
    flex: 0 0 100%;
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
}

.push-option-desc {
    font-weight: 400;
    color: #333;
     
    margin-left: 4px;
}

.push-option .dc-option-description-element-before {
    flex: 1 1 auto;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background: transparent !important;
    border: none !important;
    line-height: 25px;
}

.push-option select {
    flex: 0 0 100%;
    margin-top: 2px;
}

.product-option-select select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #f8f9fa;
    border: 1px solid #dde1e7;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 36px 9px 12px;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.product-option-select select:hover {
    border-color: #aab0bb;
    background-color: #fff;
}

.product-option-select select:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
    background-color: #fff;
}
.product-options {
    margin-top: 10px;
}
#product .product-options .push-option>.dc-option-description-element {
    margin-bottom:0px!important;
}
.options-title{
    text-align: left!important;
    margin-bottom: 10px!important;
}
