/* Anpassa CSS enligt dina önskemål */
#sales_tax_reduc_options {
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

#sales_tax_reduc_select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#sales_tax_reduc_percent {
    width: 100%;
    padding: 10px;
}

/* Anpassa stilen för fetstil på label */
.form-field label strong {
    font-weight: bold;
}

/* Stil för möjligt avdrag */
.variation-Rotavdrag {
/*    color: red; */
    font-weight: bold;
}
.reduc-limit-box {
    padding: 200px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.reduc-limit-box h2 {
    margin-bottom: 10px;
}

.reduc-limit-box input[type="number"] {
    margin-bottom: 10px;
}

#custom_reduc_limit_gron, #custom_reduc_limit_rot{
	width:50%;
}
.reduction-limits-form .wc-block-components-totals-item{
	margin-bottom: 10px;
}
.reduction-limits-form span{
    font-size: 14px;
}
.reduction-limits-form{
    padding-left: 5px !important;
    margin-bottom: 2px !important;
}
.wp-block-woocommerce-cart-order-summary-fee-block.wc-block-components-totals-wrapper,.wc-block-components-totals-item.wc-block-components-totals-footer-item{
    display: none;
}