 
.js-product .t-product__option-selected_select {
    background: #d051511f;
    border: 1px solid #fa8669;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: table;
    min-height: 28px;
    min-width: 150px;
    padding: 2px 30px 2px 10px;
    position: relative
}
