.wc_csv_product_widget {
    padding: 0.5rem;
}
.wc_csv_product_widget .wc_csv_product_widget_field {
    margin-bottom: 1rem;
}
.wc_csv_product_widget label {
    font-weight: bold;
}
.wc_csv_product_widget label > * {
    display: block;
    font-weight: normal;
}
.wc-csv-variation-note2,
.wc-csv-variation-note{
    font-size: 14px;
}
.wc_csv_product_widget_note2_label::after {
    position: absolute;
    content: '(5G поддерживает: LTE, 4G, 3G)';
    display: block;
    margin-left: 230px;
    margin-top: -45px;
    font-weight: normal;
    font-size: 14px;
}
.wc-csv-variation-price,
.wc-csv-variation-fee {
    font-size: 20px;
    font-style: italic;
    padding: 6px;
    background: #e9e9e9;
    border-radius: 6px;
    cursor: no-drop;
}
.wc-csv-variation-note {
    overflow-y: scroll;
    max-height: 64px;
}
/* ===== START - Калькулятор CSV ТОВАРОВ ===== */
.calculator-CSV {
    display: block;
    background: #F7F7F7;
    /*width: 380px;*/
    border-radius: 20px;
    padding: 1em;
    box-shadow: 0px 1px 2px #b7b9bb;
}
.calculator-CSV h3 {
    font-size: 22px;
    padding-top: 6px;
    text-align: center;
    margin-bottom: 17px;
}
.calculator-CSV select {
    background: #fff !important;
    border-radius: 10px;
    color: #333 !important;
}

.calculator-CSV option{
    padding: 5px 0;
    border-radius: 2px;
}
.calculator-CSV .wc-csv-variation-note,
.calculator-CSV .wc-csv-variation-note2 {
    border-radius: 10px;
    max-height: 100px;
    overflow-x: auto;
    color: #333;
}
.calculator-CSV .button {
    padding: 0 30px !important;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}
/* ===== END - Калькулятор CSV ТОВАРОВ ===== */
.wc_csv_product_widget_field {
    flex: 1 48%;
}
.wc_csv_product_widget_field:nth-child(3),
.wc_csv_product_widget_field:nth-child(4) {
    flex: 1 100%;
}
form {
    display: flex;
    flex-flow: row;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
select {
    background: #fff !important;
    border-radius: 6px;
    padding: 0px 6px;
}
