.item-row {
    margin: 0 0 5px 0;
}
.product-option-price-list tr td:first-child {
    width: 115px;
}
.table-select {
    border: 1px solid #ede3d5;
    box-shadow: inset 0px 2px 5px 0px rgba(243, 231, 214, 0.004);
    width: 100%;
    height: 30px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    background: inherit;
}
.door-option-list {
    width: 57%;
}
.table-select-wrap {
    position: relative;
}
.table-select-wrap .select-appearance {
    position: absolute;
    right: 9px;
    top: 8px;
}
.table-count-wrap {
    display: flex;
    justify-content: center;
    visibility: hidden;
}
.table-count-wrap.active {
    visibility: visible;
}
.remove-option {
    border: none;
    background: inherit;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 18px;
    margin: 5px 0 0 0;
}
.remove-option .icons-modal-close {
    background-position: 0 -1597px;
    background-size: 50px auto;
}




















