.djc_qty {
  display: flex;
  height: 45px;
}

.djc_qty__btn--dec {
  justify-content: flex-end;
  border: none;
}

.djc_qty_input{
  margin:0;
}

.djc_qty .add-on {
  position: relative;
  display: block;
  margin-left: 3px;
  margin-right: 5px;
  color: #383634;
  font-size: 12px;
  line-height: 3.6em;
}

.btn-group.djc_qty_buttons.djc_qty {
  display: flex;
  grid-gap: 10px;
}

.djc_qty_btn.djc_qty_dec {
  justify-content: flex-end;
  border: none;
}

.djc_qty_btn.djc_qty_inc {
  justify-content: flex-start;
  border: none;
}
.djc_orderdetails .djc_delivery_method input[type="radio"]:checked ~ span.djc_delivery_option, .djc_orderdetails .djc_payment_method input[type="radio"]:checked ~ span.djc_delivery_option, .djc_orderdetails .djc_delivery_method input[type="radio"]:checked ~ span.djc_payment_option, .djc_orderdetails .djc_payment_method input[type="radio"]:checked ~ span.djc_payment_option {  
  border-color: #f83d12 !important;
}

/*€ inline*/
.djc_cart_foot td,
    .djc_order_items tfoot td {
	  white-space: nowrap;
  }

.djc_price_value,
.djc_price_unit {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
/*2025*/
.djc_price_value, 
.djc_price_unit {
  display: inline;
}
/*2025*/
.djc_payment_info .button.btn.proformabtn, .button.btn.djc_back_to_orders_btn {
  background-color: #da1a32;
  color: #fff;
}