.new_variation .table tr:first-child td {
	padding-top: 0 !important;
}
.new_variation .table th, .new_variation .table td {
    vertical-align: middle !important;
    color: var(--grey2);
    font-size: 14px;
    padding-left: 15px;
    line-height: 20px;
	padding-top: 14px;
    padding-bottom: 14px;
}
.csv-quantity .form-control {
    width: 120px!important;
}
.csv-quantity .btn:first-of-type {
    border-right: 0px solid var(--border-color-form) !important;
    font-weight: 200;
}
.csv-quantity .btn:last-of-type {
    border-left: 0px solid var(--border-color-form) !important;
    font-weight: 200;
}
div.csv-quantity .btn:first-of-type {
    border-right: none !important;
}

div.csv-quantity .btn:last-of-type {
    border-left: none !important;
}
.new_variation .table td.text-right {
    color: #333; /* Örnek renk */
    font-weight: bold;
}
b, strong {
    font-weight: unset;
    color: var(--grey2);
}
.new_variation .table thead {
    display:none;
}

.csv-quantity{
	border-radius: 0 !important;
}