/* pizzahips.css */
.qr-product {
  display: flex;
  color: #1B3D6E;
  /*Prevent text selection*/
}
:is(.cart-qr, .warehouse,.exportwarehouse ) {
  color: #1B3D6E;
}
.exportwarehouse {
  color: #1B3D6E;
  font-size: 14px;
}
:is(.cart-qr, .warehouse ,.exportwarehouse ) table thead th {
  font-size: 14px;
  white-space: nowrap;
  color: #1B3D6E;
}
:is(.cart-qr, .warehouse ) table tbody tr td {
  width: 100%;
}
[id*="edit-product-type"] {
  color: #1B3D6E;
}
[id*="edit-product-type"] :is(option,option[selected="selected"]) {
  color: #1B3D6E;
}
.qr-product .product-img img {
  max-width: 80px;
  max-height: 150px;
  object-fit: contain;
}

.qr-product .product-info {
  width: 100%;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.qr-product .title {
  text-align: left;
  cursor: pointer;
}

.qr-product .price-size {
  padding: 5px;
}
.qty .count {
  color: #ef5b0c;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  padding: 0 2px;
  min-width: 50px !important;
  text-align: center;
  border: 0;
  width: 2%;
  background: unset;
}

.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 25px;
  height: 25px;
  font: 25px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
}

.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 25px;
  height: 25px;
  font: 25px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
}

.qr-product .minus:hover {
  background-color: #ef5b0c !important;
}
.qr-product select {
  border-radius: 5px;
  max-width: 10rem;
}
.qr-product .plus:hover {
  background-color: #ef5b0c !important;
}

.qr-product span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.qr-product input {
  border: 0;
  width: 2%;
}

.qr-product nput::-webkit-outer-spin-button,
.qr-product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qr-product input:disabled {
  background-color: white;
}

div.alert.alert-error.alert-danger {
  display: none;
}
:is(.cart-qr, .warehouse ) :is(.form-item-total-price, .form-item-total-promotion-price, .form-item-total-payment) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #1B3D6E;
}
:is(.cart-qr, .warehouse ) :is(.form-item-total-price, .form-item-total-promotion-price, .form-item-total-payment) >label {
  width: auto;
  font-weight: bold;
}
:is(.cart-qr, .warehouse ) :is(.form-item-total-price, .form-item-total-promotion-price, .form-item-total-payment) >span {
  width: auto;
  padding-right: 1rem;
  font-weight: bold;
}
.warehouse tbody {
  display: flex;
  flex-direction: column;
}
.warehouse tbody tr:nth-child(12) {
  order: -1;
}
.warehouse_wrapper {
  display: flex;
  justify-content: space-between;
}
/* .exportwarehouse #warehouse_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
.exportwarehouse #warehouse_wrapper >div {
  margin-right: 5px;
  max-width: 48%;
}
.product-info .input-price {
  border: 1px solid #ccc;
  background: #f8f9fa;
  border-radius: 5px;
  padding: 3px;
  min-width: 6rem;
}
.form-item-remaining-price, .form-item-payment-price {
  display: flex;
    justify-content: space-between;
}
:is(.form-item-remaining-price, .form-item-payment-price) >input {
  max-width: 10rem;
  text-align: end;
  border: unset;
}
:is(.form-item-remaining-price, .form-item-payment-price) >input:focus {
  border: unset;
}
.cart-qr {
  padding: 0 1rem;
}
.cart-qr .form-item-product-type >label {
  font-weight: bold;
}
.price-combo {
  display: flex;
  flex-wrap: wrap;
}
.price-combo >p {
  width: 100%;
}
.price-combo >p >span{
  font-weight: bold;
}
.price-combo .attribute-warraper {width: 50%;
}
.qr-product-combo {
  flex-direction: column !important;
}
.qr-product-combo .product-img {
  width: 50%;
}
.qr-product-combo .product-img img {
  max-width: 140px !important;
}
.qr-product-combo .row-top {
  display: flex !important;
  margin-bottom: 1rem;
  min-height: 150px;
}
.qr-product-combo .product-info {
  width: 50% !important;
  padding-left: 0 !important;
}
.qr-product-combo .product-info .price-combo {
  display: block !important;
  text-align: start !important;
  padding-left: 0 !important;
}
.qr-product-combo .qty {
  justify-content: flex-start !important;
}
.qr-product-combo .attribute-warraper {
  display: flex;
  flex-wrap: wrap;
}
.qr-product-combo .attribute-warraper select {
  margin: 2px;
  max-width: 48%;
}
.exchange-points .qty {
  justify-content: flex-start !important;
}
#product-list-wrapper >.table-responsive {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 390px;
}
:is(.product-summary, .table-summary-mobile) .qty {
  display: flex !important;
  max-width: 7rem;
}
:is(.product-summary, .table-summary-mobile) .price {
  border: 0;
  width: 100%;
  background: unset;
  color: #1B3D6E;
}
:is(.product-summary, .table-summary-mobile) .price:hover {
  border: 0;
  background: unset;
}
:is(.product-summary, .table-summary-mobile) .price:focus-visible {
  border: 0;
  background: unset;
  outline: unset;
}
.bg-grey {
  background: rgb(240, 241, 241);
}
#info-payment-wrapper :is(.form-item-total-quantity, .form-item-total-price, .form-item-total-promotion-price, .form-item-total-payment)  {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 0.5rem !important;
  margin-left: 0;
  margin-right: 0;
}
#info-payment-wrapper > div {
  margin-left: 0;
  margin-right: 0;
}
#info-payment-wrapper :is(.form-item-total-quantity, .form-item-total-price, .form-item-total-promotion-price, .form-item-total-payment, .form-item-promotion-select, .form-item-money, .form-item-transportation-costs) :is(label, span) {
  width: auto;
  color: #1B3D6E;
  text-transform: capitalize;
  padding: 0;
  padding-right: 0.5rem;
}
#info-payment-wrapper :is(.form-item-total-price,  .form-item-total-payment) :is(label, span) {
  font-weight: bold;
}
#info-payment-wrapper :is(.form-item-promotion-select, .form-item-money, .form-item-transportation-costs) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 0.5rem !important;
  margin-right: 0.5rem;
}
#info-payment-wrapper .form-item-money {
  width: 100%;
  padding: 0;
}
#info-payment-wrapper :is(.form-item-type-costs, .form-item-value-costs) {
  width: 100%;
  padding: 0;
  padding-right: 0.5rem;
}
#info-payment-wrapper #edit-promotion-select--description {
  display: none;
}
#info-payment-wrapper {
  text-align: center;
}
#info-payment-wrapper .form-item-note {
  text-align: start;
  margin-bottom: 0.5rem;
}
.product-summary {
  color: #1B3D6E !important;
}
:is(#menu_wrapper, #warehouse_wrapper)  #product-type-list {
  display: flex;
  padding-top: 0.5rem !important;
  padding: 0 !important;
  list-style: none;
}
#sustainable_choice_html {
  list-style: none;
  padding-left: 0 !important;
}
:is(#menu_wrapper, #warehouse_wrapper) #product-type-list {
  margin-bottom: 0;
}
:is(#menu_wrapper, #warehouse_wrapper) #product-type-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 2.3rem;
  width: 9rem;
  background: #ef5b0c;
  border-radius: 12px;
  margin-right: 1rem;
}
#form-wrapper #product-type-list {
  padding: 0 !important;
  list-style: none;
}
#form-wrapper #product-type-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 2.1rem;
  margin-bottom: 0.8rem !important;
  background: #ef5b0c;
  border-radius: 12px;
}
#form-wrapper  #product-type-list li img {
  max-width: 100%;
  height: 100%;
}
:is(#menu_wrapper, #warehouse_wrapper)  #product-type-list li img {
  max-width: 100%;
  height: 80%;
}
#product-type-list li.active {
  color: #ef5b0c;
}
#warehouse_wrapper {
  display: flex;
  align-items: center;
}
#warehouse_wrapper :is(select, input) {
  width: auto;
}
.qty {
  display: flex !important;
}
.qty span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.qty span img, :is(.product-summary, .table-summary-mobile)  .btn-delete img  {
  object-fit: contain;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
}
:is(.product-summary, .table-summary-mobile)  .btn-delete {
  display: flex;
  width: 2rem;
  height: 2rem;
  border: unset;
  background: unset;
}
:is(.product-summary, .table-summary-mobile)  :is(.price-td, .discount-td) {
  max-width: 6rem !important;

}
:is(.product-summary, .table-summary-mobile)  :is(.price-td, .discount-td) input {
  text-align: end;
}
:is(.product-summary, .table-summary-mobile)  .money-td {
  text-align: end;
}
:is(.product-summary, .table-summary-mobile)  .discount-td :is(button, input) {
  width: 100%;
  background: unset;
  border: 1px solid #e9ecef;
  color: #1B3D6E;
  border-radius: 5px;
}
:is(.product-summary, .table-summary-mobile)  .discount-td :is(button, input):focus-visible {
  background: unset;
  border: 0;
}
.discount-td {
  position: relative;
}
.popup-content {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 0;
  margin-bottom: 9px;
}
.popup-content select {
  max-width: 4rem;
}
#popup-content {
  display: inline-block;
}
.product-summary>:not(caption)>*>* {
  padding: 1rem 0.5rem !important;
}
.rate {
  color: red;
  font-size: 14px;
}
.product-summary thead tr :is(th:nth-last-child(1), th:nth-last-child(2), th:nth-last-child(3)) {
  text-align: end;
}
.product-summary thead tr th:nth-child(3) {
  text-align: center;
}
.product-summary td:nth-child(3) {
  max-width: 5rem;
  text-align: right;
}
.menu-product-summary td:nth-child(3) {
  max-width: 20rem !important;
  text-align: justify;
}
#menu_wrapper-left .form-control {
  margin-top: 0;
}
#menu_wrapper-left >div {
  margin-right: 1.5rem;
}
#menu_wrapper-right {
  display: flex;
  width: 30%;
  justify-content: center;
}
#menu_wrapper-right .input-group {
  width: auto !important;
}
#menu_wrapper-left {
  width: 80%;
}
:is(#menu_wrapper, #warehouse_wrapper)  {
  border: 1px solid #e9ecef;
}
.price_new {
  color: #ef5b0c;
}
#product-list-wrapper .form-item-search #edit-search {
  width: 80%;

}
#product-list-wrapper .form-item-search {
  display: flex;
  justify-content: center;
}
#product-list-wrapper, #product-list-wrapper, #info-payment-wrapper {
  padding: 0 0.35rem;
}
.btn-customsize {
  width: 9rem;
  border-radius: 12px !important;
  background-color: #1b3d6e !important;
}
.btn-customsize-mobile {
  border-radius: 12px !important;
  background-color: #1b3d6e !important;
}
:is(.btn-customsize,.btn-customsize-mobile) i {
  color: #fff;
}
#menu_wrapper-right .form-item-date label {
  display: none;
}
#menu_wrapper-right .form-item-date {
  margin-bottom: 0 !important;
}
#options_payment_type, #options_sources, #options_order_content_type, #options_ecommerce_type {
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  list-style: none;
  padding: 0;
}
:is(#options_payment_type, #options_sources, #options_order_content_type, #options_ecommerce_type) span {
  display: block;
  cursor: pointer;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  background: #1f4690;
  color: #fff;
  border-radius: 12px;
  text-align: center;
}
:is(#options_payment_type, #options_sources, #options_order_content_type, #options_ecommerce_type) li.active span {
  background: #ef5b0c !important;
}
#sustainable_choice_html {
  display: flex;
  flex-wrap: wrap;
}
#sustainable_choice_html li {
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
#warehouse_wrapper #warehouse_wrapper-right :is(select,input) {
  max-width: 10rem;
}
#warehouse_wrapper #warehouse_wrapper-right {
  display: flex;
  align-items: center;

}
#warehouse_wrapper #warehouse_wrapper-right > div {
  margin-right: 0.5rem;
}
#check_list_job {
  display: grid;
  grid-template-columns: auto auto auto;
  list-style: none;
  padding: 0;
}
#check_list_job li {
  padding: 0.4rem;
}
#check_list_job li span {
  margin-left: 1rem;
}
#content_shiftd {
  margin-top: 1rem;
}
#content_shiftd :is(#order_wrapper, #receipts_wrapper, #payment_wrapper, #source) table {
  background: #e9ecef;
    border-radius: 10px;
}
#content_shiftd :is(#order_wrapper, #receipts_wrapper, #payment_wrapper, #source) table :is(th, td):last-child {
  text-align: right;
}
#content_extra :is(#content_extra_left, #content_extra_center_left, #content_extra_center_right, #content_extra_right) >div {
  display: flex;
  font-weight: bold;
  margin-bottom: 0;
}
#content_extra :is(#content_extra_left, #content_extra_center_left, #content_extra_center_right, #content_extra_right) label {
  padding-right: 1rem;
  border-bottom: 1px solid #ccc;
}
#content_extra :is(#content_extra_left, #content_extra_center_left, #content_extra_center_right, #content_extra_right) input {
  border: none;
  border-radius: 0;
  padding: 0;
  font-weight: bold;
  max-width: 5rem;
  text-align: right;
  border-bottom: 1px solid #ccc;
}
#content_extra :is(#content_extra_left, #content_extra_center_left, #content_extra_center_right, #content_extra_right) input:focus {
  box-shadow: unset;
}
#footer_left {
  margin-top: 0.7rem;
}
:is(#footer_right,#footer_left) label {
  font-weight: bold;
}

.block-order-sumary-icon {
  display: inline-block;
  background: #1f4690;
  border-radius: 50%;
}
.block-order-sumary-count {
  background: black;
  color: white;
  padding: 3px;
  border-radius: 100%;
  min-width: 15px;
  overflow: hidden;
  display: inline-block;
  height: 15px;
  font-size: 0.6em;
  position: absolute;
  margin-left: -5px;
  line-height: 10px;
  top: -5px;
  right: -10px;
}
.block-order-summary-wrapper {
  position: relative;
}
.order-summary-mobile {
  position: fixed;
  right: 13px;
  bottom: 100px;
}
.btn-customsize-mobile {
  position: fixed;
  bottom: 166px;
  right: 12px;
}
.table-summary-mobile tbody tr :is(td:first-child) {
  display: none !important;
}
#block-order-sumary .delete-wrapper .btn-delete {
  display: flex;
  width: 2rem;
  height: 2rem;
  border: unset;
  background: unset;
}
#block-order-sumary .delete-wrapper .btn-delete img {
  object-fit: contain;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
}
.popover-body {
  padding: 0.5rem;
}
.popover-discount-container {
  display: flex;
  align-items: center;
}
.popover-discount-container span {
    margin-right: 0.3rem;
    cursor: pointer;
}
.popover-discount-container span.active {
    color: #ef5b0c;
}
.popover-discount-container input {
  max-width: 8rem;
  padding: 0;
  border: unset;
  border-bottom: 1px solid #ccc;
  border-radius: unset;
}
.popover-discount-container input:focus-visible {
  border: unset !important;
  box-shadow: unset !important;;
}
.close {
  float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.path-hips-resto-menu {
  background: #dee2e6;
}
#product-right-left, #product-right-right {
  padding: 0.3rem;
}
#product-list-wrapper .table-responsive .row.list-unstyled {
  width: 100%;
  margin-left: 0 !important;
}
.footer-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-wrapper .js-form-item-note {
  width: 50%;
  margin-right: 0.5rem;
}
.endshiftd {
  padding-bottom: 6rem;
}
.btn.active {
  background: #ef5b0c !important;
  border-color: #ef5b0c !important;
}
.li-search-product {
  padding: 5px;
}
.li-search-product > img {
  object-fit: contain;
  padding: 0 !important;
}
.li-search-product > .product-search-wrapper {
  width: 70%;
  padding: 5px;
}
.wrapper-content-dining-table > div {
  height: 100%;
}
#orders-view-right #input_payment_other >div {
  width: 25%;
}
#orders-view-right .form-item-promotion-select input {
  margin-top: 0;
}
#orders-view-right #input_payment_other >div:nth-last-child(n+2) {
  margin-right: 0.25rem;
}
.autocomplete-scroll {
  max-height: 300px;
  overflow-y: auto;
}
.order-active {
  background-color: #198754 !important;
  color: #fff !important;
  border-color: #198754 !important;
}
.ui-widget-content.ui-autocomplete {
  z-index: 1999;
}
.outline-print-report-store {
  width: 250mm;
  margin: 0 auto;
  padding: 5mm 20mm 20mm 25mm;
}
.outline-print-report-store p {
      margin-bottom: 0.5rem;
}
.outline-print-report-store  .info-company p:nth-child(n+2) { 
  font-size: 14px;
}
.outline-print-report-store  .info-company a {
  text-decoration: none;
  color: #000;
}
.outline-print-report-store .info-client a {
  text-decoration: none;
  color: #000;
}
.outline-print-report-store table {
    margin-bottom: 0rem !important;
}
.outline-print-report-store .text-note {
  font-size: 14px;
}
.outline-print-report-store .logo-print img {
  width: 144px;
  max-width: 144px;
}
.outline-print-report-store .check-payment {
  display: inline-block;
  width: 1rem;
  height: 1rem !important;
  border: 1px solid;
}
.outline-print-report-store tbody, td, tfoot, th, thead, tr {
    border-color: #0000008c;
}

.button-right {
  float: right;
}
.field--name-field-list-product-combo #field-list-product-combo-values th:first-child {
  display: none;
}
[id*="edit-product-type-filter"] {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
[id*="edit-product-type-filter"] >div {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

[id*="table-close-warehouse"] tr td:last-child,
[id*="table-close-warehouse"] tr td:nth-last-child(2) {
  display: none;
}