/**

 * NOTICE OF LICENSE

 *

 * This source file is subject to the Academic Free License version 3.0

 * that is bundled with this package in the file LICENSE.txt

 * It is also available through the world-wide-web at this URL:

 * https://opensource.org/licenses/AFL-3.0

 *

 * DISCLAIMER

 *

 * Do not edit or add to this file if you wish to upgrade this module to a newer

 * versions in the future. If you wish to customize this module for your

 * needs please refer to CustomizationPolicy.txt file inside our module for more information.

 *

 * @author Webkul IN

 * @copyright Since 2010 Webkul

 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0

 */

/* :root {

    --wk-pos-btn-color: #DB324D;

    --wk-pos-btn-hover-color: rgb(219, 50, 77, 0.92);

    --wkpos-login-background: linear-gradient( 135deg, #FEB692 10%, #EA5455 100%);

    --wkpos-off-white: #eee;

    --wkpos-white: white;

    --wkpos-box-shadow: rgba(0, 0, 0, .1);

} */

.wk-nomargin {
  margin: 0 !important;
}

#wkpos-login-panel .flip-container {
  height: 420px;
}
#wkpos-login-panel #wkpos-login-header {
  margin-top: 115px !important;
}
#show_password.wkpos-btn {
  padding: 10px;
}
#wkpos-login-panel .flipper {
  position: relative;
}
#remind-me {
  margin-bottom: 0px;
}
#wkpos-login-panel .back {
  display: none;
}
#wkpos-login-panel .front,
#wkpos-login-panel .back {
  width: 100%;
  padding: 40px;
  position: absolute;
  border: 1px solid var(--wkpos-off-white);
}
.wk-loading-status {
  text-align: center;
  font-size: 20px;
}
body#login-pos {
  background-image: var(--wkpos-login-background);
}
.padding-0 {
  padding: 0 !important;
}
a.show-forgot-password {
  margin-top: 10px;
}
/* .sync-orders {

    position: absolute;

    z-index: 100;

    width: 100%;

    height: 100%;

    display: block !important;

}



.sync-orders > div {

    position: absolute;

    z-index: 100;

    background: var(--wkpos-white);

    width: 100%;

    margin-top: 50px;

    height: 100%;

    display: block !important;

} */

div.wk-load-pos-product {
  height: 10px;
}
.wk-pos-features-border-left {
  border-left: 1px solid #eedde1;
}
.wk-pos-features {
  /* cursor: default; */
  padding: 10px 16px;
  font-size: 16px;
  border-right: 1px solid var(--wkpos-login-background);
  border-bottom: 0px;
  border-top: 0px;
}
#wk_pos_sync {
  cursor: pointer;
}
.wk-pos-features > i,
.wk-pos-features > a > i {
  line-height: 1.9;
  color: #ffb4c0;
}
.wkpos-width-15 {
  width: 15% !important;
}
/*****************************/

body#pos-sale {
  overflow: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer !important; /*Customization done by Webkul #1078378  [paytef] */
}
body#pos-sale input,
body#pos-sale button,
body#pos-sale select,
body#pos-sale textarea {
  font-family: inherit;
}
.wkpos-back {
  cursor: pointer;
  font-size: 22px;
}
.category-div {
  padding: 0px !important;
}
.wkcategory,
.wksidepanel {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
}
.wksidepanel {
  padding: 10px 15px;
}
.wkcategory:hover,
.wksidepanel:hover {
  color: var(--wk-pos-btn-color);
}
.wk-pos-category-heading > div:hover {
  color: var(--wk-pos-btn-color);
}
.wk-pos-category-heading > div.active {
  color: var(--wk-pos-btn-color);
}
.wkcategory.categoryProduct.active {
  color: var(--wk-pos-btn-color);
}
#pos-sale ul > li a {
  color: var(--wk-pos-btn-color);
}
#wk-cart-panel {
  padding: 0px !important;
}
#wk-cart-panel > .wk-cart-product-details {
  border-bottom: 1px solid var(--wkpos-off-white);
}
.wk-cart-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  border-bottom: 1px solid var(--wkpos-off-white);
}
.wk-cart-empty-btn {
  min-width: 140px;
}
#wk-cart-panel > .wk-cart-product-details div.tab-content {
  height: 45%;
  min-height: 100px;
  overflow-y: auto;
  border-bottom: 1px solid var(--wkpos-off-white);
}
#wk-cart-detail,
#wk-product-panel,
body {
  overflow-x: hidden;
}
#wk-product-panel {
  padding-bottom: 15px;
  height: 100%;
}
#wkpos-header {
  height: 54px;
  background: var(--wkpos-login-background);
  color: var(--wkpos-white);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.wkpos-header-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 0 12px;
}
.wkpos-header-zone {
  display: flex;
  align-items: center;
  min-width: 0;
}
.wkpos-header-zone--identity {
  justify-content: flex-start;
}
.wkpos-header-zone--brand {
  justify-content: center;
}
.wkpos-header-zone--session {
  justify-content: flex-end;
}
.wkpos-session-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
}
.wkpos-header-layout .pull-right {
  float: none !important;
}
.wkpos-header-layout .wkpos-header-employee {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}
.wkpos-header-layout .wkpos-header-employee .wk-d-flex {
  width: auto;
  min-width: 0;
}
.wkpos-header-layout .salesperson-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.wkpos-session-action {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.wkpos-session-action-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.wkpos-session-action-link:hover,
.wkpos-session-action-link:focus {
  color: inherit;
  text-decoration: none;
}
#wkpos-header .title {
  display: flex;
  align-items: center;
  padding: 0 12px;
  text-align: left;
}
.wkpos-title-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  min-width: 0;
  justify-content: flex-start;
}
.wkpos-title-main {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wkpos-title-logo {
  display: block;
  height: 22px;
  width: auto;
  max-width: 140px;
}
.wkpos-header-zone--identity .wkpos-mode-switch {
  flex: 0 1 auto;
  justify-content: flex-start;
}
.wkpos-header-zone--identity .wkpos-mode-summary {
  flex: 0 1 auto;
  align-items: flex-start;
}
.wkpos-header-zone--identity .wkpos-mode-badge {
  justify-content: flex-start;
}
.wkpos-mode-switch {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
}
.wkpos-mode-summary {
  display: inline-flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.wkpos-mode-summary--identified {
  gap: 3px;
}
.wkpos-mode-identifier {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.wkpos-mode-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wkpos-mode-button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.wkpos-mode-button:hover,
.wkpos-mode-button:focus,
.wkpos-mode-button:active {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.wkpos-price-profile {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.wkpos-price-profile-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wkpos-price-profile-buttons {
  display: inline-flex;
  gap: 4px;
}
.wkpos-price-profile-btn {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.wkpos-price-profile-btn.active {
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  border-color: rgba(255, 255, 255, 0.92);
}
.wkpos-price-profile-btn.disabled {
  opacity: 0.45;
}
.wkpos-price-profile-status {
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 500;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wkpos-header-layout {
    column-gap: 12px;
  }
  .wkpos-title-logo {
    height: 20px;
    max-width: 126px;
  }
}
@media (max-width: 767px) {
  .wkpos-header-layout {
    column-gap: 8px;
    padding: 0 10px;
  }
  .wkpos-session-group {
    gap: 8px;
  }
  .wkpos-header-layout .wkpos-header-employee {
    max-width: 120px;
  }
  .wkpos-header-layout .salesperson-name {
    font-size: 11px;
  }
  #wkpos-header .title {
    padding: 0 10px;
  }
  .wkpos-title-group {
    gap: 8px;
  }
  .wkpos-mode-switch {
    gap: 6px;
  }
  .wkpos-mode-summary {
    align-items: flex-start;
  }
  .wkpos-mode-identifier {
    font-size: 13px;
  }
  .wkpos-mode-badge {
    font-size: 10px;
  }
  .wkpos-mode-button {
    min-height: 32px;
    font-size: 12px;
  }
  .wkpos-price-profile {
    width: 100%;
  }
  .wkpos-price-profile-buttons {
    width: 100%;
  }
  .wkpos-price-profile-btn {
    flex: 1 1 0;
    min-height: 30px;
    font-size: 10px;
    padding: 0 8px;
  }
  .wkpos-price-profile-status {
    max-width: 100%;
  }
  .wkpos-title-logo {
    height: 18px;
    max-width: 110px;
  }
}
.cursor,
.product-select,
.wkcategory,
.wkpaymentmethod,
.wksidepanel {
  cursor: pointer;
}
.wk-pos-order-detail .customer,
.wk-pos-order-detail .payment {
  padding: 20px 0 !important;
}
.wk-payment-heading {
  font-size: 18px !important;
  flex: 8;
}
.wk-pos-order-detail .cash-discount,
.wk-pos-order-detail .tax,
.wk-pos-order-detail .total,
.wk-pos-order-detail .subtotal {
  padding: 8px !important;
}
.wk-pos-order-detail .total {
  border-top: 1px solid var(--wkpos-off-white);
  border-bottom: 1px solid var(--wkpos-off-white);
}
.wksidepanel {
  width: 100%;
}
#wk-pos-side-panel {
  background-color: var(--wkpos-white);
  border-right: 1px solid var(--wkpos-off-white);
  height: 91.6%;
  padding: 0;
  z-index: 3;
}
/* @media (max-width:991px) {

  #wk-pos-side-panel {

    height: unset !important;

  }

} */

#wkpos-content-panel {
  background-color: var(--wkpos-white);
}
.table-hover > tbody > tr > td {
  border: 0;
  vertical-align: middle;
}
#left-panel {
  padding: 20px 0;
  font-size: 15px;
  text-align: center;
}
.upper-category {
  text-align: center;
  border-bottom: 1px solid var(--wkpos-off-white);
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  display: flex;
  border-right: 1px solid var(--wkpos-box-shadow);
}
.upper-category > div.col-md-3 {
  display: flex;
}
#search-div {
  padding: 8px;
}
#item-table,
#product-panel {
  font-size: 11px;
}
.lower-category {
  height: 100%;
  padding: 0;
  text-align: left;
  display: flex;
  margin-bottom: 0px;
}
/*

.lower-category li:nth-child(0){

  color: red;

}

.lower-category li:nth-child(1){

  color: blue;

}

*/

#product-panel {
  line-height: 15px;
  background-color: var(--wkpos-white);
}
.product-select {
  text-align: center;
  margin-top: 10px;
  position: relative;
  font-size: 19px;
  padding-right: 0px !important;
}
.product-select > img {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
}
.product-select > div {
  border: 1px solid var(--wkpos-off-white);
  background: var(--wkpos-white);
  border-radius: 5px;
  box-shadow: 4px 4px 11px 0 var(--wkpos-box-shadow);
}
.product-image {
  flex: 1;
  display: flex;
  align-items: center;
}
.product-detail {
  /* height: 50px; */
  height: max-content;
}

/* Mantiene la tarjeta como estaba, pero reserva una franja estable para una
   miniatura `home_default` de PrestaShop y alinea el arranque del nombre. */
#wk-product-panel .product-select .product-image {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  justify-content: center;
}
#wk-product-panel .product-select .product-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  margin: 0 auto;
}
#wk-product-panel .product-select .product-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px 16px;
}
#wk-product-panel .product-select .product-detail > br {
  display: none;
}
#wk-product-panel .product-select .product-detail > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  width: 100%;
  min-height: calc(2 * 1.3em);
  line-height: 1.3;
  text-align: center;
}
#wk-product-panel .product-select .product-detail > b {
  display: block;
  margin-top: 8px;
}
#wk-product-panel .product-select .product-detail > s,
#wk-product-panel .product-select .product-detail > div {
  margin-top: 4px;
}
#wk-cart-panel {
  border: 1px solid var(--wkpos-off-white);
  height: 91.6%;
  transition: right 0.6s ease 0s;
  right: 0;
}
#cart-detail {
  min-height: 100px;
  max-height: 250px;
  float: left;
  width: 100%;
}
/*  */

#pos-sale #wk-cart-panel .orderline {
  width: 100%;
  margin: 0px;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  border-bottom: 1px solid var(--wkpos-off-white);
}

/* Alinea el contenido de la fila del carrito para que nombre y metadatos
   queden siempre alineados arriba aunque el nombre ocupe 1 o 2 líneas. */
#pos-sale #wk-cart-panel ul > li.orderline > .row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
#pos-sale #wk-cart-panel .orderline .product-name {
  padding: 0;
  display: -webkit-box;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.25;
  min-height: 2.5em;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#pos-sale #wk-cart-panel .orderline .price {
  padding: 0;
  font-weight: bold;
  text-align: right;
}
#pos-sale #wk-cart-panel .orderline .info-list {
  color: #888;
  margin-top: 6px;
  min-height: 4.1em;
}
#pos-sale #wk-cart-panel .orderline .wkpos-cart-copy {
  display: flex;
  flex-direction: column;
}
#pos-sale #wk-cart-panel .orderline .info-list .info {
  line-height: 1.35;
}
#pos-sale #wk-cart-panel ul,
#pos-sale .wkpos-order-panel ul {
  width: 100%;
  margin: 0px;
  padding: 0px !important;
  cursor: pointer;
}
#pos-sale .wkpos-order-panel ul.nav > li {
  height: 42px;
}
#pos-sale div.wk-payment ul#wk-pos-keypad {
  padding-top: 15px !important;
}
#pos-sale #wk-cart-panel ul > li,
#pos-sale .wkpos-order-panel ul > li {
  list-style: none !important;
  cursor: pointer;
}
#pos-sale #wk-cart-panel ul > li.wk-cart-update-btn > button {
  padding: 8px;
}
#pos-sale #wk-cart-panel ul > li.wk-cart-update-btn {
  padding: 4px;
}
#wk-pos-keypad {
  list-style: none;
}
#wk-pos-keypad li {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  background: var(--wkpos-white);
  border: 1px solid #ddd;
  cursor: pointer;
}
.wk-margin-right-12 {
  margin-right: 12px;
}
.wk-payment {
  background: var(--wkpos-off-white);
  height: auto;
  /* position: absolute; */
  /* bottom: 0; */
  z-index: 2;
  width: 100%;
}
#wk-cart-panel > .wk-cart-product-details > ul.nav.nav-tabs {
  height: 42px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  overflow-x: auto;
}
#wk-cart-panel > .wk-cart-product-details > ul.nav.nav-tabs li {
  display: inline-block;
  float: none;
}
li.letter.col-xs-3 {
  font-size: 15px !important;
  padding: 0px;
}
.wk-checkout-btn {
  margin: 10px 0;
  width: 100%;
  padding: 10px 15px;
}
#wk-cart-panel .wk-payment .price {
  font-size: 25px;
}
.wk-cart-total-primary {
  align-items: center;
  padding: 12px 0 10px;
  margin-bottom: 6px;
  border-top: 1px solid var(--wkpos-off-white);
}
.wk-cart-total-primary .wk-total {
  margin-top: 0;
}
.wk-cart-total-primary .wk-cart-total-label {
  font-size: 15px;
}
.wk-cart-total-primary-amount {
  font-size: 34px !important;
  line-height: 1;
}
.wk-cart-total-breakdown {
  color: #666;
}
.wk-cart-total-row {
  align-items: center;
  min-height: 34px;
}
.wk-cart-total-breakdown .wk-total,
.wk-cart-total-breakdown .wk-total-detail {
  margin-top: 0;
}
.wk-cart-total-breakdown .price {
  font-size: inherit;
}
.shiping-carrier-spinner {
  width: 100%;
  height: 100%;
}
.shiping-carrier-spinner > i {
  font-size: 75px;
  margin-top: 50px;
}
.wk-padding-0 {
  padding: 0px !important;
}
.wk-padding-right-0 {
  padding-right: 0px !important;
}
.wk-total {
  display: inline-block !important;
  margin-top: 0;
  line-height: 1.3;
}
.wk-total-detail {
  display: inline-block !important;
  max-width: 55%;
  margin-top: 0;
}
.wk-total-detail > input {
  width: 100%;
}
.wk-cart-total-label {
  color: #444;
  font-size: 13px;
  font-weight: 600;
}
.wk-cart-money {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}
.wk-cart-money-value {
  white-space: nowrap;
}
.wk-cart-money-currency {
  white-space: nowrap;
  font-size: 0.8em;
  font-weight: 600;
}
.wk-cart-money-input {
  align-items: center;
}
.wk-cart-money-input .order_discount {
  max-width: 120px;
}
.wk-cart-item-count-wrap {
  display: flex;
  justify-content: center;
  padding: 4px 0 10px;
}
.wk-cart-item-count {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #444;
  font-size: 12px;
  font-weight: 500;
}
.wk-cart-item-count-value {
  font-size: 14px;
  font-weight: 700;
}
.wk-cart-item-count-label {
  text-transform: lowercase;
}
.wk-cart-header .wk-cart-empty-btn {
  padding: 9px 16px;
}
.wk-cart-empty-btn-label-portrait,
.wk-cart-customer-portrait-wrap,
.wk-cart-empty-btn-portrait-wrap,
.wk-pay-btn-label-portrait,
.wkpos-cart-quantity-brief,
.wkpos-cart-card-meta-portrait,
.wkpos-cart-card-actions-portrait,
.wkpos-cart-card-actions-desktop {
  display: none;
}
.wk-pay-btn-amount-portrait {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
#wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap {
  flex: 1 1 100%;
  max-width: 100%;
  margin-left: 0;
}
#wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap .wk-pay-btn {
  margin: 8px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

@media (min-width: 1200px), (min-width: 992px) and (orientation: landscape) {
  #pos-sale #wk-cart-panel .orderline.cart-product-selected {
    background: #f5f5f5 !important;
  }
  #pos-sale #wk-cart-panel .orderline:hover {
    background: #fafafa !important;
  }
  #pos-sale #wk-cart-panel .orderline > .row > div:first-child {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
  }
  #pos-sale #wk-cart-panel .orderline .cart-product-img {
    float: none;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    max-width: 64px;
    padding: 0;
    object-fit: contain;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #fff;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-copy {
    float: none;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
    gap: 4px;
  }
  #pos-sale #wk-cart-panel .orderline .wk-flex-column {
    display: none;
  }
  #pos-sale #wk-cart-panel .orderline .product-name {
    min-height: 0;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-meta-portrait {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-top: 2px;
    padding-right: 0;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-meta-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0;
    width: auto;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-meta-row-total {
    display: none;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-meta-label {
    color: #666;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 0 56px;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-meta-value {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-meta-row-qty .wkpos-cart-card-meta-label {
    display: none;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-meta-row-qty .wkpos-cart-card-meta-value {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }
  #pos-sale #wk-cart-panel .orderline .info-list {
    margin-top: 2px;
    min-height: 0;
  }
  #pos-sale #wk-cart-panel .orderline .info-list .info.clearfix {
    display: none;
  }
  #pos-sale #wk-cart-panel .orderline > .row > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    flex: 0 0 168px;
    width: 168px;
    max-width: 168px;
    padding: 0 0 0 16px !important;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    width: 100%;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-line-total-desktop {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0;
    min-height: 0;
    width: 136px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-line-total-label {
    color: #666;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-line-total-value {
    width: auto;
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop-controls {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    width: 136px;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop-controls .product-cart-item-update {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    background: #fafafa;
    color: #374151;
    box-shadow: none;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop-controls .product-cart-item-update-delete {
    background: #fafafa;
    border-color: #d3d3d3;
    color: #374151;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop-controls .wkpos-cart-action-button-minus {
    order: 1;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop-controls .wkpos-cart-action-button-delete {
    order: 2;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop-controls .wkpos-cart-action-button-plus {
    order: 3;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-card-actions-desktop-controls .product-cart-item-update i {
    font-size: 13px;
    line-height: 1;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-action-delete {
    display: none;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-product-qty {
    width: 58px;
    height: 40px;
    padding: 6px 8px;
  }
  #pos-sale #wk-cart-panel .orderline .product-cart-item-update-delete {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-action-stepper {
    display: none;
  }
  #pos-sale #wk-cart-panel .orderline .wkpos-cart-action-stepper-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #pos-sale #wk-cart-panel .orderline .product-cart-item-update {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #pos-sale #wk-cart-panel .orderline .product-cart-item-update i {
    font-size: 13px;
    line-height: 1;
  }
}

i.wk-line-height-0 {
  line-height: 0px !important;
  font-size: 35px;
  float: left;
  margin-top: 18px;
  margin-right: 10px;
  color: var(--wkpos-white);
}
.font-size-12 {
  font-size: 12px;
}
.cp-spinner {
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.cp-eclipse {
  width: 12px;
  height: 12px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 50%;
  background: #f3d53f;
  margin: 0 12px 24px;
  animation: cp-eclipse-animate 1s ease-out infinite;
}
.cp-eclipse:after,
.cp-eclipse:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  position: absolute;
  top: -18px;
}
.cp-eclipse:before {
  border-right: solid 6px #f3d53f;
  border-left: solid 6px transparent;
  left: -18px;
}
.cp-eclipse:after {
  border-right: solid 6px transparent;
  border-left: solid 6px #f3d53f;
  right: -18px;
}
@keyframes cp-eclipse-animate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-combination {
  float: left;
  /* padding: 5px 20px; */
  border: 1px solid var(--wk-pos-btn-color);
  margin: 5px 10px 5px 0px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  cursor: pointer;
}
.combination-price {
  font-size: 15px;
  font-weight: 500;
  background: var(--wk-pos-btn-color);
  padding: 8px 20px;
  color: var(--wkpos-white);
  border-radius: 5px;
  margin-top: 15px;
}
.combination-price-block {
  padding: 10px !important;
  border-left: 1px solid var(--wkpos-off-white);
}
.combination-price-block .row {
  margin: unset;
}
.groupName {
  padding: 12px 0px 5px;
}
#pos-sale .modal {
  text-align: center;
  padding: 0 !important;
}
#pos-sale .modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#pos-sale .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#wk-pos-custom-product .modal-body {
  /* padding: 5px 10px 25px 30px; */
}
#pos-sale .modal-body.combination {
  /* padding: 5px 5px 5px 5px; */
}
#pos-sale .modal-footer {
  border: 0px;
  text-align: center;
}
.selected {
  background: var(--wk-pos-btn-color) !important;
  color: var(--wkpos-white);
}
#pos-sale #wk-pos-product-combination .wkpos-combination-dialog {
  width: 760px;
  max-width: calc(100vw - 32px);
}
#pos-sale #wk-pos-product-combination .modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
#pos-sale #wk-pos-product-combination .modal-header .h4 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
#pos-sale #wk-pos-product-combination .modal-header .close {
  flex: 0 0 auto;
  margin-left: auto;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-content {
  overflow: hidden;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-body {
  max-height: calc(100vh - 220px);
  padding: 20px 24px;
  overflow-y: auto;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-media {
  display: flex;
  flex: 0 0 180px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4px;
  text-align: center;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-layout-no-image .wkpos-combination-options {
  width: 100%;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-image {
  max-width: 148px;
  max-height: 148px;
  margin: 0 auto;
  object-fit: contain;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-location {
  margin-top: 18px;
  color: #555;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-meta-value {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-options {
  flex: 1 1 auto;
  min-width: 0;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-group {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--wkpos-off-white);
}
#pos-sale #wk-pos-product-combination .wkpos-combination-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#pos-sale #wk-pos-product-combination .groupName {
  padding: 0;
  margin-bottom: 9px;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#pos-sale #wk-pos-product-combination .product-combination {
  display: inline-flex;
  float: none;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 100%;
  padding: 9px 13px;
  margin: 0;
  color: #2d2d2d;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  background: #fff;
  border-color: var(--wk-pos-btn-color);
  line-height: 1.2;
}
#pos-sale #wk-pos-product-combination .product-combination:hover {
  background: #f5f5f5;
}
#pos-sale #wk-pos-product-combination .product-combination.selected {
  color: var(--wkpos-white);
  background: var(--wk-pos-btn-color) !important;
  border-color: var(--wk-pos-btn-color);
}
#pos-sale #wk-pos-product-combination .wkpos-combination-summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  border-top: 1px solid var(--wkpos-off-white);
}
#pos-sale #wk-pos-product-combination .wkpos-combination-total {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-price-row,
#pos-sale #wk-pos-product-combination .wkpos-combination-original-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-price-row .combination-modal-head,
#pos-sale #wk-pos-product-combination .wkpos-combination-original-price .combination-modal-head {
  color: #666;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#pos-sale #wk-pos-product-combination .combination-price {
  display: block;
  min-height: 0;
  padding: 0;
  margin-top: 0;
  white-space: nowrap;
  color: #1f1f1f;
  background: transparent;
  border-radius: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-original-price .combination-price {
  color: #555;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
#pos-sale #wk-pos-product-combination .wkpos-combination-add-btn {
  flex: 0 0 auto;
  min-height: 40px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #pos-sale #wk-pos-product-combination.modal:before {
    display: none;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-dialog {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    margin: 10px auto;
    vertical-align: top;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-body {
    max-height: calc(100vh - 190px);
    padding: 16px;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-layout {
    flex-direction: column;
    gap: 16px;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-media {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--wkpos-off-white);
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-image {
    max-width: 96px;
    max-height: 96px;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-location {
    margin-top: 0;
    text-align: left;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-options {
    width: 100%;
  }
  #pos-sale #wk-pos-product-combination .product-combination {
    flex: 1 1 calc(50% - 8px);
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-summary {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 16px;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-total,
  #pos-sale #wk-pos-product-combination .wkpos-combination-price-row,
  #pos-sale #wk-pos-product-combination .wkpos-combination-original-price {
    width: 100%;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-total {
    gap: 6px;
  }
  #pos-sale #wk-pos-product-combination .wkpos-combination-add-btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #pos-sale #wk-pos-product-combination .product-combination {
    flex-basis: 100%;
  }
}
.cart-product-selected {
  background: #fff0f3 !important;
}
ul#wk-pos-keypad li:hover,
li.orderline:hover,
div.customer-details:hover,
div.wkpos-order-detail:hover {
  background: #fff0f3 !important;
}
.product-update {
  background: #ffb4c0 !important;
}
.customer-details {
  border-bottom: 1px solid #dddddd;
  padding: 5px 15px;
  cursor: pointer;
}
.customer-details > .name {
  font-size: 20px;
  color: #de435c;
}
.customer-details > .address,
.customer-details > .email {
  font-size: 14px;
  color: #666666;
  word-break: break-all;
}
textarea {
  resize: none;
}
.customer-detail {
  display: flex;
  /* height: 80%; */
  padding: 20px 35px;
}
#customers .wk-height-100.wkpos-scrollbar {
  border-left: 1px solid #dddddd;
}
.wkpos-change-customer {
  width: 100%;
  font-size: 20px;
  padding: 10px !important;
}
.customer-detail > .vertical-middle {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.customer-detail > .vertical-middle > .name {
  font-size: 25px;
  color: #de435c;
}
.customer-detail > .vertical-middle > i {
  font-size: 60px;
}
.customer-detail > .vertical-middle > .address,
.customer-detail > .vertical-middle > .email {
  font-size: 14px;
  color: #666666;
  padding: 8px;
  word-break: break-all;
}
.change-customer {
  padding: 25px;
}
.wkpos-btn {
  background: var(--wk-pos-btn-color);
  color: var(--wkpos-white);
  border: none;
}
.wkpos-order-detail {
  padding: 15px 0;
  border-bottom: 1px solid var(--wkpos-off-white);
  cursor: pointer;
}
.wkpos-search {
  padding-top: 15px;
}
.wkpos-search > .input-group > span.input-group-addon {
  background: transparent;
}
.wkpos-search > .input-group > input.form-control {
  border-left: 0;
  border-right: 0;
}
.wkpos-search > .input-group > input.form-control:focus {
  border-color: #ccc !important;
  box-shadow: none !important;
}
.wk-height-100 {
  height: 100%;
}
.font-size-18 {
  font-size: 18px;
}
#customers .wkpos-search {
  margin-bottom: 10px;
}
#customers .wkpos-search > .input-group > input.form-control {
  border-right: 1px solid var(--wkpos-off-white);
  padding-left: 10px;
}
.wk-pos-order-detail {
  height: 80%;
  padding-top: 15px;
  border: 1px solid #ccc;
  margin: 0 0 15px 0 !important;
  border-radius: 4px;
}
.wk-font-size-40 {
  font-size: 40px !important;
}
.wkpos-payment-customer {
  padding: 10px 20px;
  font-size: 18px;
  border: 2px solid var(--wk-pos-btn-color);
  margin: 25px 0;
  color: var(--wk-pos-btn-color);
  border-radius: 5px;
  cursor: pointer;
}
.wkpos-customer-address {
  border: 1px solid var(--wkpos-off-white);
  text-align: left;
  padding: 12px;
  margin-top: 10px;
  position: relative;
}
.wkpos-customer-address > .wk-address-edit {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wkpos-paymentmethod {
  padding: 12px 12px 12px 20px;
  /* background: var(--wkpos-off-white); */
  background: black;
  color: white;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
}
body.client-view .wkpos-paymentmethod {
  font-size: 40px;
  height: 190px;
  border: 1px solid black;
  background: white;
  color: black;
}
.wkpos-paymentmethod.active {
  background: var(--wkpos-white);
  border-left: 10px solid var(--wk-pos-btn-color);
  color: var(--wk-pos-btn-color);
}
.wkpos-scrollbar {
  overflow-y: auto;
}
.wkpos-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #cdcdcd;
}
.wkpos-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.wkpos-scrollbar::-webkit-scrollbar-thumb {
  background-color: #626262;
}
.wkpos-text-color {
  color: var(--wk-pos-btn-color);
}
.wkpos-text-color.wkpos-back:hover {
  color: #310812 !important;
}
#wkpos-product-search {
  padding: 8px;
}
#wkpos-product-search .input-group-addon {
  background: var(--wkpos-white) !important;
}
#wkpos-product-search input.form-control {
  border-left: 0px !important;
  border-right: 0px !important;
  padding-left: 0px !important;
}
.wkpos-background-color {
  background-color: var(--wk-pos-btn-color);
  color: var(--wkpos-white);
}
body#pos-sale .wk-h4,
body#pos-sale .wk-h5 {
  font-size: 30px / 35px;
  font-family: inherit;
}
body#pos-sale .wk-h6 {
  font-size: 26px;
}
body#pos-sale .wk-h4 {
  font-size: 30px;
}
.wkpos-confirmpayment {
  font-size: 20px;
  width: 100%;
  /* padding: 15px; */
  /* margin-top: 30px; */
}
ul.wk-pos-pay-keypad {
  border: 1px solid var(--wkpos-off-white);
  background: var(--wkpos-white);
  border-radius: 5px;
  box-shadow: 2px 8px 5px 0 var(--wkpos-box-shadow);
}
.padding-bottom-8 {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--wkpos-off-white);
}
.padding-8 {
  padding: 8px 0;
}
.padding-12 {
  padding: 0 12px;
}
.wk-pay-btn {
  background: var(--wk-pos-btn-color) !important;
  color: var(--wkpos-white);
}
.wk-pay-btn:hover {
  color: var(--wkpos-off-white);
  background: var(--wk-pos-btn-hover-color) !important;
}
.btn:hover:not(.wkpos-mode-button):not(.wk-customer-type-modal-btn) {
  color: var(--wkpos-off-white);
}
.wk-padding-right-12 {
  padding-right: 8px !important;
}
.wk-employee-setting {
  float: none !important;
  margin: 20px auto 20px !important;
  border: 1px solid var(--wkpos-off-white);
  box-shadow: -12px 18px 22px 0 var(--wkpos-box-shadow);
  padding: 10px 30px !important;
}
.wk-employee-setting i.fa-user-circle {
  font-size: 80px;
  padding: 10px;
  color: var(--wkpos-off-white);
}
.wk-employee-setting button.btn {
  margin: 10px 0;
  padding: 6px 40px;
}
#change_password_form .form-group {
  margin-bottom: 10px !important;
}
.wk-float-none {
  float: none !important;
  margin: 0 auto !important;
}
.wk-pos-employee-details {
  overflow: hidden;
}
.wk-pos-employee-details ul.nav > li {
  height: 42px;
}
.padding-top-15 {
  padding-top: 15px;
}
.invoice {
  padding: 0 65px;
}
.ordered-products-details {
  max-height: 150px;
  overflow-x: hidden;
}
.wkpos-online-mode {
  color: #81a844 !important;
}
.wkpos-offline-mode {
  color: var(--wkpos-white) !important;
}
.wkpos-body {
  height: 84%;
}
.wkpos-body > div {
  height: 100%;
}
.wkpos-order-bill {
  font-family: inherit;
  font-size: 14px;
  padding: 30px 15px;
  border: 1px solid var(--wkpos-off-white);
  background: var(--wkpos-white);
  border-radius: 3px;
}
.wkpos-product-info {
  margin-left: 15px;
}
.padding-tb-8 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--wkpos-off-white);
}
.wkpos-font-13 {
  font-size: 13px;
}
.wkpos-order-history {
  max-height: 100%;
}
.wkpos-order-history > .wkpos-ordered-products {
  padding: 10px 0px;
  margin: 0px !important;
  border-bottom: 1px solid var(--wkpos-off-white);
}
.wkpos-order-history .wkpos-product-info {
  margin-left: 0px;
}
.order-panel-height > .wkpos-search {
  position: fixed;
  width: 28%;
  z-index: 3;
  background: var(--wkpos-white);
}
#customers .wkpos-search {
  z-index: 3;
  background: var(--wkpos-white);
}
.margin-top-50px {
  margin-top: 60px;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.combination-noti,
.special-tag,
.low-stock {
  position: absolute;
  top: 0;
  font-size: 15px;
  display: none;
}
.product-select:hover > .combination-noti,
.product-select:hover > .special-tag,
.product-select:hover > .low-stock {
  display: block;
}
.combination-noti {
  right: 0;
  background-color: var(--wk-pos-btn-color) !important;
}
.special-tag {
  top: 25px;
  right: 0;
}
.low-stock {
  left: 15px;
}
.modal-close-padding {
  padding: 5px 10px !important;
}
.margin-left-20 {
  margin-left: 20px;
}
.wk-customer-setting {
  padding: 20px;
  border: 1px solid var(--wkpos-off-white);
  margin-top: 25px;
  margin-bottom: 75px;
  box-shadow: -12px 18px 22px 0 var(--wkpos-box-shadow);
}
.wk-customer-setting > .row > i {
  font-size: 45px;
}
.btn.wkpos-payment-customer:hover {
  color: #56202c;
}
#wkpos_full_screen,
#wkpos_full_screen_img {
  display: none !important;
}
.wkpos-customer-heading {
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.lower-category > li {
  list-style: none !important;
  display: flex;
  position: relative;
}
.wk-category-list.dropdown-menu > li.wkcategory.categoryProduct {
  float: none !important;
  display: block !important;
  padding: 5px 15px 5px 15px;
}

.wk-category-dropdown-menu {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 500px;
  width: 250px;
}
.wkpos-icon-color {
  color: var(--wkpos-off-white);
}
.wkpos-icon-color.fa.fa-address-card,
.wkpos-icon-color.fa-user-circle {
  text-align: center;
  font-size: 60px;
}
#wkpos_address > div {
  padding: 15px 25px;
  border: 1px solid var(--wkpos-off-white);
  margin-bottom: 25px;
  box-shadow: -12px 18px 22px 0 var(--wkpos-box-shadow);
}
.wk-add-customer {
  margin: 0px !important;
  margin-bottom: 25px !important;
}
.wk-order-product-detail {
  height: 95% !important;
  margin-left: -5px;
}
.wkpos-order-product-heading {
  border: 1px dashed;
  padding: 8px 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 12px;
}
.wkpos-order-product-heading td {
  padding: 4px 0 !important;
}
.product-cart-item-update {
  width: 30px;
  padding: 0px;
  margin-top: 1px;
}
.wkpos-product-qty {
  width: 60px;
  display: inline-block !important;
}
.padding-right-0 {
  padding-right: 0px;
}
.remove-product {
  display: none;
}
li.orderline:hover .remove-product {
  display: block;
}
.required {
  border: 1px solid #f43636;
}
.wk-product-cart-heading {
  font-weight: 500;
  font-size: 17px;
  background: #b4576c;
  color: var(--wkpos-white);
  padding: 5px 0;
}
.cart-product-img {
  margin-top: 5px;
  padding-left: 0px;
}
.wk-d-flex {
  display: flex;
}
.wk-flex-wrap {
  flex-wrap: wrap;
}
.wk-flex-property {
  align-items: center;
  align-content: center;
}
.wk-d-flex.wk-flex-property > div {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #wkpos_full_screen {
    left: 4%;
  }
  li.letter.col-xs-3 {
    font-size: 13px !important;
  }
  #order .wk-pos-order-detail .wkpos-orderinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #order .wk-pos-order-detail .wkpos-orderinfo .order-detail {
    margin-right: auto;
  }
  .wk-pos-order-detail .customer,
  .wk-pos-order-detail .payment {
    padding: 0px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .wk-pos-features.font-size-12.wkpos-width-15 {
    min-width: 200px;
  }
  .wk-font-size-40 {
    font-size: 30px !important;
  }
}
.wkpos-customer-pay-btn {
  display: flex;
  justify-content: center;
}
.wk-p-17-8 {
  padding: 17px 8px;
}
.wk-p-4 {
  padding: 4px;
}
#wk-pos-category ul {
  list-style: none;
  padding-left: 20px;
}
#wk-pos-category ul span {
  font-size: 15px;
}
#wk-pos-category .modal-dialog {
  width: 400px;
}
#wk-pos-category .modal-dialog input.catgory-input {
  opacity: 0;
  position: absolute;
}
#wk-pos-category .modal-dialog .wkcategory.categoryProduct {
  padding: 2px 5px;
}
#wk-pos-category .modal-dialog .fa.fa-circle {
  font-size: 10px;
}
.wkicon-expand {
  padding: 18px 20px;
}
#wk-product-panel .wk-products {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 15px;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
button.btn.btn-default.wk-quick-redeem-btn.wkpos-btn:hover,
button.btn.btn-default.wk-quick-redeem-btn.wkpos-btn:focus,
.wk-voucher-heading .card-voucher .wkpos-btn.btn-default:hover,
.wk-voucher-heading .card-voucher .wkpos-btn.btn-default:focus {
  background: #501b28 !important;
  color: var(--wkpos-white);
}
.wk-quick-redeem-btn:hover,
.wk-quick-redeem-btn:focus {
  background: #501b28 !important;
  color: var(--wkpos-white);
}
.wkpos-btn:focus {
  color: var(--wkpos-white);
}
@keyframes catchAttention {
  0% {
    outline: 0px solid #00a09d;
  }
  100% {
    outline: 20px solid rgba(0, 160, 157, 0);
  }
}
.wk_catch_attention {
  position: relative;
  z-index: 1;
  animation: catchAttention 200ms ease 0s infinite normal;
}
#wk-cart-panel {
  height: 100%;
}
#right_column > div {
  height: 100%;
}
.wkpos-body div#customers {
  height: inherit;
}
.wk-flex-grow {
  flex: 1 1 0%;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: unset;
}
.form-control:focus {
  border-color: unset;
  box-shadow: unset;
}
.wk-amount-control {
  padding: 0px 15px;
}
#wk-pos-session-modal header.modal-header > h4,
#wk-pos-cash-control header.modal-header > h4 {
  margin: 0px;
}
.wk-ordered-product-line {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
.wk-ordered-product-line > div,
.wk-ordered-product-line > span {
  padding: 0 10px;
}
.wkpos-order-action {
  padding: 5px 10px;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
}
.wk-order-product-action span {
  margin: 10px 15px 0px 0;
}
.wk-loading-pos-details {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffffa0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.wk-loading-pos-details > div {
  width: 70%;
  max-width: 560px;
  justify-content: center;
}
.wkpos-order-detail.wk-d-flex.wk-flex-wrap.clearfix {
  padding: 15px;
}
.wk-active {
  border: 3px solid var(--wk-pos-btn-color);
}
.wk-active > td.tendered {
  background: var(--wk-pos-btn-color);
  color: var(--wkpos-white);
  font-size: 20px;
}
.wkpos-guest-btn {
  background: var(--wk-pos-btn-color) !important;
  color: var(--wkpos-white);
  cursor: pointer;
}
.wk-flex-column {
  display: flex;
  flex-direction: column;
}
.lower-category > li > div > i {
  cursor: pointer;
}
.fa.fa-sign-out {
  cursor: pointer;
}
.wk-orderpayment-total {
  /* align-items: center; */
  display: none;
}
.wk-p-r-15 {
  padding-right: 15px;
}
.wkpos_orderpayment_row {
  border: 1px solid lightgray;
  padding: 7px;
  border-bottom: none;
  min-height: 34px;
}
.wk-customer-tab-link {
  cursor: pointer;
}
.wk-flex-8 {
  flex: 8;
}
.wkpos-guest-btn {
  flex: 1;
  margin-left: 15px;
  line-height: 1.5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.actiive > a:hover {
  background: var(--wk-pos-btn-color) !important;
  border-bottom: none;
  color: var(--wkpos-white) !important;
}
/*

.nav-tabs>li>a:hover {

    background: var(--wk-pos-btn-hover-color);

} */

.wk-cursor-pointer {
  cursor: pointer;
}
.wk-pointer {
  cursor: pointer;
}
.wk-auto-cursor {
  cursor: auto;
}
.wk-margin-15 {
  margin: 15px;
}
.wk-flex-1 {
  flex: 1;
}
.wk-flex-2 {
  flex: 2;
}
.wk-flex-3 {
  flex: 3;
}
.wk-flex-4 {
  flex: 4;
}
.wk-flex-5 {
  flex: 5;
}
.wk-flex-6 {
  flex: 6;
}
.wk-flex-7 {
  flex: 7;
}
.wk-flex-8 {
  flex: 8;
}
.wk-flex-9 {
  flex: 9;
}
.wk-flex-10 {
  flex: 10;
}
.wk-flex-11 {
  flex: 11;
}
.wk-flex-12 {
  flex: 12;
}
#right_column {
  border-left: 1px solid var(--wkpos-box-shadow);
}
.wkpos-employee {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wkpos-employee .wk-d-flex {
  width: 100%;
  align-items: center;
}
.wk-product-cart-heading > span {
  padding: 0 10px;
}
.wk-pos-category-heading {
  min-width: 80px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
/*

.wkpos-category-list > div {

  border-right: 1px solid var(--wkpos-off-white);

  color: red;

}

.wkpos-category-list > div .active{

  color: red;

}



.wkpos-category-list > div:last-child {

  color: blue;

}

.wkpos-category-list > div:last-child .active {

  color: blue;

}

*/

/* .wkpos-category-list.grupo5 > div:last-child

{

  display: none;

}  */

.wkpos-category-list:last-child {
  border-right: 0px;
}
.input-group-prepend button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: var(--wk-pos-btn-color);
  color: white;
  border: 1px solid#dbdbdb;
  outline: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.5rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
a.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.hover {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
a.dropdown-item:hover {
  background: var(--wk-pos-btn-hover-color);
  color: white;
}
.combination-modal-head {
  font-size: 14px;
  font-weight: 700;
}
#add_custom_product {
  /* width: 100%;

  padding-right: 18px;

  padding-left: 18px; */
}
#custom-product-loader {
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
#custom-product-loader img {
  position: absolute;
  top: 40%;
  left: 43%;
}
#custom-product-loader div {
  position: absolute;
  top: 60%;
  left: 30%;
  font-size: 16px;
}
.save-address {
  float: right;
  margin: 5px;
  position: absolute;
  top: 0;
  right: 15px;
}
.product-cart-item-update-delete {
  display: inline-block !important;
}
@media (min-width: 400px) and (max-width: 767px) {
  .wksidepanel .hidden-sm {
    display: none;
  }
  .lower-category {
    flex: 4;
  }
  .wk-flex-2 {
    flex: 3;
  }
  .wkpos-employee .wk-d-flex {
    display: flex;
  }
  .wkpos-width-15 {
    width: unset !important;
  }
  .wk-payment {
    position: unset;
    height: max-content;
  }
  .product-cart-item-update {
    margin-top: 2px;
    width: 27px;
    margin-right: 1px;
  }
  .product-cart-item-update-delete {
    width: 60px;
    margin-top: 1px;
  }
  .wk-pos-keypad {
    position: static;
  }
  .wkpos-order-detail span {
    word-break: break-all;
  }
  .wkpos-order-detail .row {
    margin: unset;
    padding: unset;
  }
  .wkpos-order-product-heading {
    margin: unset;
  }
  #order_message {
    margin: 1px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs.customer-panel-active {
    display: none !important;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body .wk-products .product-select div.clearfix {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body .wk-products .product-select div.clearfix::before,
body .wk-products .product-select div.clearfix::after {
  content: unset !important;
}
.wkpos-btn.next {
  font-size: 30px;
}
/* Venta guiada por perfil: sin sidebar; productos + carrito en fila */

body.wkpos-hide-sidebar .container-fluid.wk-pos > .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

body.wkpos-hide-sidebar #wk-pos-side-panel {
  display: none !important;
}

body.wkpos-hide-sidebar #content-wrapper {
  flex: 1 1 auto;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  float: none !important;
}

body.wkpos-hide-sidebar #right_column {
  flex: 0 0 33.333333%;
  width: 33.333333% !important;
  max-width: 33.333333% !important;
  position: static !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  height: auto;
}

body.wkpos-hide-sidebar header #wkpos-header > :not(.wkpos-header-layout) {
  display: none !important;
}

/* Carrito con perfil: lista con scroll; pie (artículos + total + pagar) anclado abajo */

body.wkpos-hide-sidebar #right_column {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

body.wkpos-hide-sidebar #right_column > .row {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  margin: 0;
}

body.wkpos-hide-sidebar #right_column #wk-cart-panel {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: 100% !important;
  overflow: hidden !important;
}

body.wkpos-hide-sidebar .wk-cart-product-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

body.wkpos-hide-sidebar .wk-cart-header {
  flex: 0 0 auto;
  justify-content: flex-start;
}

body.wkpos-hide-sidebar #wkpos-cart-panel.tab-content,
body.wkpos-hide-sidebar #wk-cart-panel > .wk-cart-product-details div.tab-content {
  flex: 1 1 auto;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

body.wkpos-hide-sidebar .wk-payment {
  flex: 0 0 auto;
  flex-shrink: 0;
  overflow: visible;
  background: #f4f4f4;
  border-top: 1px solid var(--wkpos-off-white);
}

body.wkpos-hide-sidebar #wk-pos-keypad,
body.wkpos-hide-sidebar .wk-payment .wk-nomargin:last-child > div:first-child > div:first-child,
body.wkpos-hide-sidebar .wk-payment .wk-nomargin:last-child > div:first-child > div:last-child > div:nth-child(2) {
  display: none !important;
}

body.wkpos-hide-sidebar .wk-payment .wk-nomargin:last-child > div:first-child > div:last-child {
  width: 100% !important;
}

body.wkpos-hide-sidebar .wk-cart-item-count-wrap {
  display: flex !important;
  justify-content: center;
  padding: 6px 12px 2px;
}

body.wkpos-hide-sidebar .wk-payment .wk-payment-entry-actions {
  width: 100%;
}

body.wkpos-hide-sidebar .wk-payment .wk-pay-btn {
  width: 100%;
}

/* body.client-view header, */

body.client-view header #wkpos-header > :not(.wkpos-header-layout),

body.client-view #wk-pos-side-panel,

body.client-view #wkpos_full_screen_img,

body.client-view .wk-cart-product-details .nav-tabs li:first-child,

body.client-view .wk-cart-product-details .nav-tabs li:last-child,

body.client-view .wk-payment .wk-nomargin:last-child > div:first-child > div:first-child,

body.client-view .wk-payment .wk-nomargin:last-child > div:first-child > div:last-child > div:nth-child(2),

/* body.client-view .wk-payment .wk-nomargin:last-child > div:last-child > div:first-child, */

/* body.client-view div:not(#wkpos-print) table thead th:last-child,

body.client-view div:not(#wkpos-print) table tbody td:last-child, */

/* body.client-view .wkpos-payment-customer, */

body.client-view #wk-pos-keypad

/* body.client-view .wk-payment */ {
  display: none !important;
}
/*Vista cupones*/

body.client-view .wkpos-payment-customer {
  display: none;
}
#pos-content {
  margin: 0 5vw;
  border: 1px solid #dddd;
}
.wk-pos.title {
  padding-left: 4rem;
}
body.client-view
  .wk-payment
  .wk-nomargin:last-child
  > div:first-child
  > div:last-child {
  width: 100% !important;
}
body.client-view #content-wrapper {
  flex: 1;
}
body.client-view #wk-cart-panel {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body.client-view #wk-cart-panel {
    display: flex !important;
  }
}
/* body.client-view #right_column {

  height: 100% !important;

} */

body.client-view .wk-cart-product-details {
  flex: 1;
}
body.client-view .wk-cart-header {
  justify-content: flex-start;
}
body.client-view #wk-pos-payment-panel .clearfix .form-group.clearfix {
  display: none;
}
/*pa invitados*/

.pa-ceco-2,
.pa-ceco-3514,
.pa-ceco-3515,
.pa-ceco-3516 {
  display: block !important;
}
/*takeaway 15 es compartida*/

/*no ven cafeteria*/

.grupo-5 .wk-pos-category-heading:has(.category-12),
.grupo-5 .wk-pos-category-heading:has(.category-13),
.grupo-5 .wk-pos-category-heading:has(.category-14),
.grupo-5 .wk-pos-category-heading:has(.category-16),
.grupo-5 .wk-pos-category-heading:has(.category-17),
.grupo-5 .wk-pos-category-heading:has(.category-18) {
  display: none;
}
body.client-view #wkpos-cart-panel {
  height: 100% !important;
}
body.client-view #wk_pos_paytef_print_invoice {
  visibility: hidden;
}
body.client-view
  .wk-payment
  .wk-nomargin:last-child
  > div:last-child
  > div:last-child
  a.btn {
  background-color: black !important;
}
body.client-view .cerrar-sesion {
  display: none;
}
.cart-product-selected {
  background: #e7e7e7 !important;
}
ul#wk-pos-keypad li:hover,
li.orderline:hover,
div.customer-details:hover,
div.wkpos-order-detail:hover {
  background: #e7e7e7 !important;
}
/* -------- CUSTOM MANGO MOBILE --------- */

@media (orientation: portrait) and (max-width: 1199px) {
  .wk-pos-category-heading {
    min-width: 58px;
    padding: 0 6px;
    font-size: 11px;
  }

  .menu-dropdown {
    position: relative;
  }

  .menu-dropdown .wk-category-dropdown-menu {
    left: auto;
    right: 0;
    width: 210px;
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 160px);
    font-size: 13px;
  }

  #wk-cart-panel .wk-cart-header {
    display: flex;
    padding: 10px 12px 0;
    border-bottom: 0;
    background: #f4f4f4;
  }
  #wk-cart-panel .wk-cart-header .wk-cart-empty-btn {
    margin: 0;
  }
  #wk-cart-panel .wk-cart-header .wk-cart-empty-btn-label-desktop {
    display: none;
  }
  #wk-cart-panel .wk-cart-header .wk-cart-empty-btn-label-portrait {
    display: inline;
  }
  #wkpos-header {
    height: auto;
    min-height: 54px;
    padding-bottom: 6px;
    flex-wrap: wrap;
  }
  #wkpos-header .title {
    min-height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #wkpos-header .wk-pos-features {
    padding: 8px 10px;
  }
  #wkpos-product-search {
    width: 100%;
    float: none !important;
    clear: both;
    padding: 6px 10px 10px;
  }
  #wkpos-product-search .input-group {
    width: 100%;
  }
  #content-wrapper {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 100%;
  }
  #right_column {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100% !important;
    float: none !important;
    height: unset !important;
    z-index: 101;
  }

  /* Perfil guiado: en portrait recuperar carrito inferior (no 33% lateral) */
  body.wkpos-hide-sidebar .container-fluid.wk-pos > .row {
    display: block;
    flex-wrap: wrap;
  }

  body.wkpos-hide-sidebar #content-wrapper {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }

  body.wkpos-hide-sidebar #right_column {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    float: none !important;
    height: unset !important;
    min-height: 0;
    overflow: visible;
    display: block;
  }

  body.wkpos-hide-sidebar #right_column > .row {
    flex: none;
    display: block;
    height: auto !important;
    min-height: 0;
  }

  body.wkpos-hide-sidebar #right_column #wk-cart-panel {
    display: block !important;
    flex: none;
    height: auto !important;
    min-height: 0;
    overflow: visible !important;
  }

  body.wkpos-hide-sidebar .wk-cart-product-details {
    flex: none;
    display: block;
    min-height: 0;
    overflow: visible;
  }

  body.wkpos-hide-sidebar #wkpos-cart-panel.tab-content,
  body.wkpos-hide-sidebar #wk-cart-panel > .wk-cart-product-details div.tab-content {
    flex: none;
    min-height: unset !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body#pos-sale.wk-customer-type-modal-open #wk-customer-type-modal.modal {
    align-items: center;
    padding: 12px !important;
  }

  body#pos-sale.wk-customer-type-modal-open #wk-customer-type-modal .modal-dialog.wk-customer-type-modal {
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
    min-width: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body#pos-sale.wk-customer-type-modal-open #wk-customer-type-modal .modal-content {
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-classic-entry-screen {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-classic-entry-actions,
  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-btn {
    width: 100% !important;
    max-width: none !important;
    height: 140px !important;
    min-height: 140px !important;
    padding: 20px 16px;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-btn-title {
    font-size: 20px;
    line-height: 1.15;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-btn-copy {
    font-size: 13px;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-actions--count-1 .wk-customer-type-modal-btn {
    height: 160px !important;
    min-height: 160px !important;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-classic-entry-logo {
    max-width: 200px;
  }
  #wk-product-panel .wk-products {
    padding-bottom: 520px !important;
  }

  #content-wrapper {
    padding-bottom: 220px !important;
  }
  .wk-cart-product-details > ul:first-of-type,
  #wk-cart-panel > div:last-child > div:first-child,
  #wk-cart-panel #wk-pos-keypad {
    display: none !important;
  }
  #wk-cart-panel {
    background: #f4f4f4;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
    height: auto !important;
  }
  #wk-cart-panel > .wk-cart-product-details {
    border-bottom: 1px solid #d9d9d9;
    max-height: none;
    overflow: hidden;
  }
  #wkpos-cart-panel {
    height: auto !important;
    max-height: none;
    min-height: unset !important;
    background-color: transparent !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 10px 10px;
  }
  #wkpos-cart-panel > div > ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    overflow-x: visible;
    padding: 0 0 4px;
    margin-bottom: 0;
  }
  #wkpos-cart-panel > div > ul > li {
    width: 176px !important;
    min-width: 176px;
    max-width: 176px;
  }
  #wkpos-cart-panel > div > ul > li {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 8px;
  }
  #wkpos-cart-panel > div > ul > li > div.row {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin: 0;
  }
  #wkpos-cart-panel > div > ul > li > div.row > div {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100%;
    float: none !important;
    padding: 0 !important;
  }
  #wkpos-cart-panel > div > ul > li > div.row > div > * {
    width: 100%;
    padding: 0 !important;
  }
  #wkpos-cart-panel .orderline .cart-product-img {
    width: 132px !important;
    height: 132px;
    max-width: 132px;
    object-fit: contain;
    margin: 0 auto 1px;
    float: none;
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #fff;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1px;
  }
  #wkpos-cart-panel .orderline .product-name {
    min-height: 2.05em;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-meta-portrait {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-top: 2px;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 0 4px;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-meta-label {
    color: #666;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-meta-value {
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    text-align: right;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-meta-value-total {
    font-size: 16px;
  }
  #wkpos-cart-panel .orderline .info-list {
    display: none;
  }
  #wkpos-cart-panel .orderline .wk-flex-column {
    display: none !important;
  }
  #wkpos-cart-panel .orderline > .row > div:last-child {
    display: block !important;
    margin-top: 4px;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-action-delete,
  #wkpos-cart-panel .orderline .wkpos-cart-action-stepper,
  #wkpos-cart-panel .orderline .wkpos-product-qty {
    display: none !important;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-actions-portrait {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  #wkpos-cart-panel .orderline .product-cart-item-update {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    background: #fafafa;
  }
  #wkpos-cart-panel .orderline .product-cart-item-update i {
    font-size: 13px;
    line-height: 40px;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-actions-portrait .wkpos-cart-action-button-delete {
    order: 2;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-actions-portrait .wkpos-cart-action-button-minus {
    order: 1;
  }
  #wkpos-cart-panel .orderline .wkpos-cart-card-actions-portrait .wkpos-cart-action-button-plus {
    order: 3;
  }
  #wk-cart-panel > div:last-child > div:last-child {
    display: flex !important;
  }
  #wk-cart-panel .wk-payment {
    background: #f7f7f7;
    border-top: 1px solid #dedede;
    padding: 10px 12px 12px;
  }
  #wk-cart-panel .wk-payment > .row.wk-nomargin:last-of-type > .col-sm-12.col-xs-12 > .col-xs-12.col-sm-6.wk-padding-0 {
    display: none;
  }
  #wk-cart-panel .wk-payment .wk-cart-total-primary {
    display: none !important;
  }
  #wk-cart-panel .wk-payment .wk-cart-total-breakdown {
    display: none !important;
  }
  #wk-cart-panel .wk-payment .wk-checkout-btn.wk-pay-btn {
    margin: 0;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(80, 27, 40, 0.24);
    font-size: 15px;
    font-weight: 700;
  }
  #wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap .wk-pay-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 18px;
    white-space: nowrap;
  }
  #wkpos-cart-panel
    > div
    > ul
    > li
    > div.row
    > div:first-child
    > div:last-child
    > div:first-child {
    float: unset !important;
    margin: 0 !important;
  }
  #wk-cart-panel .wk-payment .price {
    margin-left: 0;
    font-size: 14px;
    text-align: center;
  }
  #wk-cart-panel .wk-payment .wk-cart-footer-actions-portrait {
    clear: both;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    float: none;
    width: 100%;
    max-width: 100%;
    align-items: flex-end;
    gap: 12px 0 !important;
    padding: 0;
    margin: 0;
  }
  #wk-cart-panel .wk-payment .wk-cart-footer-actions-portrait > .wk-cart-customer-portrait-wrap {
    display: none !important;
  }
  #wk-cart-panel .wk-payment .wk-cart-empty-btn-portrait-wrap {
    flex: 0 0 132px;
    max-width: 132px;
    order: 2;
    display: none !important;
    margin: 0;
    align-self: flex-start;
  }
  #wk-cart-panel .wk-payment .wk-cart-empty-btn-portrait {
    width: 100%;
    min-height: 44px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 10px 12px;
  }
  #wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    order: 3;
    display: block !important;
    margin-left: 0;
  }
  #wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap .wk-pay-btn {
    margin: 0;
    justify-content: center;
    width: 100%;
  }
  #wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap .wk-pay-btn-label-desktop {
    display: none;
  }
  #wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap .wk-pay-btn-label-portrait {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #wk-cart-panel .wk-payment .wk-cart-pay-portrait-wrap .wk-pay-btn-amount-portrait {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-left: 0;
    font-size: inherit;
    font-weight: 700;
    line-height: 1;
  }
}
/* ------ END CUSTOM MANGO MOBILE ------- */

.wk-payment-entry-actions {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wk-payment-entry-label {
  display: none;
}

.wk-payment-entry-customer-type {
  display: none;
}

.wk-payment-entry-customer-type-value {
  font-size: 15px;
  font-weight: 700;
  color: #202020;
  line-height: 1.2;
}

.wk-payment-entry-change-type {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  background: #f6f6f6;
  color: #111;
  font-size: 12px;
  font-weight: 700;
}

.wk-payment-entry-pay-btn {
  min-height: 48px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}

body#pos-sale.wk-customer-type-modal-open {
  overflow: hidden;
}

body#pos-sale.wk-customer-type-modal-open .modal-backdrop {
  background-color: #f5f5f5;
  opacity: 1;
}

body#pos-sale.wk-customer-type-modal-open #header,
body#pos-sale.wk-customer-type-modal-open #wk-pos-side-panel,
body#pos-sale.wk-customer-type-modal-open #content-wrapper,
body#pos-sale.wk-customer-type-modal-open #right_column {
  visibility: hidden;
}

/* El :before legacy de #pos-sale .modal empuja el dialog al fondo si no es inline-block */
body#pos-sale.wk-customer-type-modal-open #wk-customer-type-modal.modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(8px, 1.5vh, 16px) clamp(16px, 3vw, 24px) !important;
  box-sizing: border-box;
}

body#pos-sale.wk-customer-type-modal-open #wk-customer-type-modal.modal:before {
  display: none !important;
  content: none !important;
  height: 0 !important;
  margin: 0 !important;
}

#wk-customer-type-modal .modal-dialog.wk-customer-type-modal {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  min-height: 0;
  height: auto;
  display: block !important;
  vertical-align: initial;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.wk-customer-type-modal .modal-content {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.wk-classic-entry-screen {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.wk-classic-entry-header {
  text-align: center;
  margin-bottom: clamp(32px, 4vh, 48px);
}

.wk-classic-entry-logo {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
}

.wk-classic-entry-heading {
  text-align: center;
  margin-bottom: clamp(24px, 3vh, 36px);
}

.wk-customer-type-modal .modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.02em;
}

.wk-customer-type-modal-subtitle {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #5f5f5f;
  line-height: 1.35;
}

.wk-customer-type-modal .modal-body {
  padding: 0;
  background: transparent;
}

.wk-customer-type-modal-actions,
.wk-classic-entry-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 18px);
  margin: 0;
}

.wk-customer-type-modal-actions--count-1 .wk-customer-type-modal-btn,
.wk-customer-type-modal-actions--count-2 .wk-customer-type-modal-btn,
.wk-customer-type-modal-actions--count-3 .wk-customer-type-modal-btn {
  flex: 0 0 auto;
}

.wk-customer-type-modal-actions .wk-customer-type-modal-btn {
  margin: 0;
}

.wk-customer-type-modal-actions--count-2 {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wk-customer-type-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(200px, 24vw, 260px);
  max-width: 100%;
  height: clamp(200px, 24vw, 260px) !important;
  min-height: clamp(200px, 24vw, 260px);
  margin: 0 auto;
  padding: 24px;
  border-radius: 0;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: normal;
  line-height: 1.1;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.wk-customer-type-modal-btn:hover,
.wk-customer-type-modal-btn:focus {
  transform: none;
  box-shadow: none;
  color: #fff !important;
  border-color: #2a2a2a !important;
  background: #2a2a2a !important;
}

.wk-customer-type-modal-btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}

.wk-customer-type-modal-btn-title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  text-align: center;
}

.wk-customer-type-modal-btn-copy {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  text-align: center;
}

.wk-customer-type-modal-btn.active {
  border-color: #111 !important;
  background: #2a2a2a !important;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.18);
  transform: none;
}

.wk-customer-type-modal-btn.active .wk-customer-type-modal-btn-title,
.wk-customer-type-modal-btn.active .wk-customer-type-modal-btn-copy {
  color: #fff;
}

.wk-customer-type-modal-btn.disabled,
.wk-customer-type-modal-btn:disabled {
  opacity: 0.45;
  transform: none;
  cursor: not-allowed;
  box-shadow: none;
}

.wk-customer-type-modal-status {
  margin-top: 16px;
  text-align: center;
  color: #5f5f5f;
  font-size: 13px;
  font-weight: 600;
}

.wk-customer-type-modal-recovery {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.wk-customer-type-modal-recovery-btn {
  min-width: 240px;
  border-radius: 4px;
  border: 1px solid #111 !important;
  background: transparent !important;
  color: #111 !important;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 14px;
}

.wk-customer-type-modal-recovery-btn:hover,
.wk-customer-type-modal-recovery-btn:focus {
  color: #111 !important;
  background: #f0f0f0 !important;
  border-color: #111 !important;
}

.wk-payment-entry-btn {
  min-height: 48px;
  white-space: normal;
  line-height: 1.2;
  padding: 8px 10px;
}

.wk-payment-entry-total {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  line-height: 1;
  padding-top: 2px;
}

.wk-classic-payment-entry .modal-content {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.wk-classic-payment-entry .modal-header {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  text-align: center;
  padding: 18px 20px 14px;
}

.wk-classic-payment-entry .modal-header .close {
  color: #111;
  opacity: 0.55;
  text-shadow: none;
}

.wk-classic-payment-entry .modal-header .close:hover,
.wk-classic-payment-entry .modal-header .close:focus {
  opacity: 1;
  color: #111;
}

.wk-classic-payment-entry .modal-title {
  color: #111;
  font-weight: 700;
}

.wk-payment-entry-modal .modal-body {
  padding: 18px 20px;
  background: #fff;
}

.wk-payment-entry-input,
.wk-classic-code-input {
  width: 100%;
  min-height: 54px;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  caret-color: #111;
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.wk-classic-code-input::placeholder,
.wk-payment-entry-input::placeholder {
  color: #7b7b7b;
  opacity: 1;
}

.wk-classic-code-input:focus,
.wk-payment-entry-input:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.wk-payment-entry-status {
  margin-top: 10px;
  color: #5f5f5f;
  font-weight: 600;
  text-align: center;
}

.wk-payment-entry-error {
  margin: 12px 0 0;
  border: 1px solid #e0b4b4;
  border-radius: 4px;
  background: #fff5f5;
  color: #8d2323;
}

.wk-classic-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e8e8e8;
  background: #fff;
  padding: 16px 20px;
}

.wk-classic-secondary-button.btn.btn-default {
  min-width: 120px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #111 !important;
  border-radius: 4px;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none;
}

.wk-classic-secondary-button.btn.btn-default:hover,
.wk-classic-secondary-button.btn.btn-default:focus {
  background: #f0f0f0 !important;
  border-color: #111 !important;
  color: #111 !important;
}

.wk-classic-submit-button.btn {
  min-width: 180px;
  min-height: 48px;
  border-radius: 4px;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: none;
}

.wk-classic-submit-button.btn:hover,
.wk-classic-submit-button.btn:focus {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .wk-payment-entry-actions {
    padding: 10px;
  }

  .wk-payment-entry-label {
    font-size: 13px;
  }

  .wk-payment-entry-customer-type {
    min-height: 40px;
  }

  .wk-payment-entry-customer-type-value {
    font-size: 13px;
  }

  .wk-payment-entry-change-type {
    min-height: 30px;
    font-size: 11px;
  }

  .wk-payment-entry-btn {
    min-height: 44px;
  }

  .wk-payment-entry-pay-btn {
    gap: 4px;
    font-size: 15px;
  }

  .wk-classic-entry-logo {
    max-width: 180px;
  }

  .wk-customer-type-modal .modal-title {
    font-size: 17px;
  }

  .wk-customer-type-modal-subtitle {
    font-size: 13px;
  }

  .wk-customer-type-modal-actions,
  .wk-classic-entry-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .wk-customer-type-modal-actions--count-1 .wk-customer-type-modal-btn,
  .wk-customer-type-modal-actions--count-2 .wk-customer-type-modal-btn,
  .wk-customer-type-modal-actions--count-3 .wk-customer-type-modal-btn {
    flex: 1 1 auto;
  }

  .wk-customer-type-modal-btn {
    width: 100%;
    height: 140px !important;
    min-height: 140px;
    padding: 20px 16px;
  }

  .wk-customer-type-modal-btn-title {
    font-size: 16px;
  }

  .wk-customer-type-modal-recovery-btn {
    width: 100%;
    min-width: 0;
  }

  .wk-classic-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wk-classic-secondary-button.btn.btn-default,
  .wk-classic-submit-button.btn {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) and (orientation: landscape) {
  .wk-customer-type-modal-btn {
    width: 220px;
    height: 220px !important;
    min-height: 220px;
  }
}

@media (orientation: portrait) and (max-width: 1199px) {
  body#pos-sale.wk-customer-type-modal-open #wk-customer-type-modal .modal-dialog.wk-customer-type-modal {
    max-width: 560px;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-classic-entry-screen {
    width: 100%;
    max-width: 520px;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-actions,
  body#pos-sale.wk-customer-type-modal-open .wk-classic-entry-actions {
    width: 100%;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-btn {
    width: 100% !important;
    max-width: none !important;
    height: 140px !important;
    min-height: 140px !important;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-customer-type-modal-actions--count-1 .wk-customer-type-modal-btn {
    height: 160px !important;
    min-height: 160px !important;
  }

  body#pos-sale.wk-customer-type-modal-open .wk-classic-payment-entry .modal-dialog {
    width: calc(100% - 24px);
    max-width: 520px;
    margin: 12px auto;
  }
}
