.qfo-form-group {
	font-size: inherit !important;
}
.qfo-table {
	margin-bottom: 0px;
}
.qfo-table td {
	vertical-align: middle !important;
}
.qfo-img-td {
	width: 75px;
}
.qfo-price-td {
	text-align: right;
}
.qfo-quantity-td {
	width: 25%;
}
.qfo-input-group {
	float: right;
}
.qfo-input-group input {
	height: 34px;
	min-width: 50px;
	text-align: center;
	z-index: 5 !important;
}
.qfo-btn-minus, .qfo-btn-plus {
	width: 30px;
	height: 34px;
    padding: 0 9px !important;
	outline: none !important;
}
.qfo-btn-minus {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.qfo-btn-plus {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

@media (max-width: 768px) {
  .qfo-table {
    display: flex;
    flex-wrap: wrap;
  }

  .qfo-table tr {
    display: inline-block;
    width: 50%;  /* Her satır ekranın yarısını kaplasın */
    box-sizing: border-box;
    text-align: center;
  }

  .qfo-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc; /* Görsel ayrım için */
    padding: 8px;
  }

td.qfo-quantity-td {
    height: 80px;
}

.qfo-price-td {
    text-align: center;
}
}
