.pos_cover,
.pos_show {
  width: 100%;
  overflow: hidden;
}
.pos_product_page_cover {
  width: 75%;
  overflow: hidden;
  float: left;
}

#invoice_down_modal {
  margin-top: 1em;
}

ul {
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-inline-start: 0px !important;
}
a {
  text-transform: none !important;
}

.pos_product_page_values_cover.pos_product_page_head {
  background: #f6f6f6;
  padding: 20px;
  border-bottom: 1px solid;
}
.pos_product_page_values_cover.pos_product_page_body {
  padding: 30px;
  background: #ffffff;
}
.pos_product_page_close_cover {
  float: left;
  width: 20%;
  overflow: hidden;
}
.pos_product_page_close_show i {
  color: #ff1616;
  margin-right: 5px;
}
.pos_product_page_close_show {
  font-family: 'nunito sans', Sans-serif;
  font-size: 16px;
  color: #242254;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: end;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 15px;
}
.pos_product_page_show,
.pos_product_page_values_cover,
.pos_product_page_values_show,
.pos_product_and_cat_page_values_show {
  width: 100%;
  overflow: hidden;
}
.pos_product_and_cat_page_values_show {
  display: none;
}
.pos_product_and_cat_page_values_show.active {
  display: block;
}
.pos_product_page_menus_cover {
  /*width: 60%;*/
  overflow: hidden;
  float: left;
}
.pos_product_page_menus_show {
  width: 100%;
  overflow: hidden;
}
.pos_product_page_menus_new_trade,
.pos_product_page_menus_order,
.pos_product_page_menus_customers {
  float: left;
  padding: 10px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.pos_product_page_menus_new_trade.active {
  font-weight: 600;
}
.pos_product_page_menus_order.active {
  font-weight: 600;
}
.pos_product_page_menus_customers.active {
  font-weight: 600;
}
.pos_product_page_cat_title {
  font-family: 'nunito sans', Sans-serif;
  font-size: 16px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-top: 15px;
}
.pos_product_page_cat_values_cover,
.pos_product_page_cat_values_show {
  width: 100%;
  overflow: hidden;
}
ul.pos_product_page_cat_values_show {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
@media only screen and (max-width: 800px) {
  ul.pos_product_page_cat_values_show {
    grid-template-columns: repeat(2, 1fr);
  }
}
li.pos_product_page_single_cat_cover {
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding: 5px;
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.pos_product_page_single_cat_show {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0.25rem;
  background: #ffffff;
  padding-right: 0px;
  cursor: pointer;
}
.pos_product_page_single_cat_img img {
  object-fit: cover;
  width: 8vw;
  height: 8vh;
  max-height: 100%;
}
.pos_product_page_single_cat_values_cover {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 1rem !important;
}
.pos_product_page_single_cat_name {
  font-family: 'nunito sans', Sans-serif;
  font-size: 16px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.pos_product_page_single_cat_product {
  font-family: 'nunito sans', Sans-serif;
  font-size: 12px;
  color: #242254;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.pos_cart_page_cover {
  width: 25%;
  float: left;
  overflow: hidden;
  background: #f6f6f6;
  padding: 20px;
  border-left: 1px solid;
  padding-bottom: 100%;
  margin-bottom: -100%;
}
/* .pos_cart_page_cover {
  width: 25%;
  position: fixed;
  height: 85%;
  background: #F6F6F6;
  padding: 20px;
  border-left: 1px solid;
  left: 74.5%;
}
.pos_cart_page_show {
  padding: 20px;
  max-height: 100%;
  overflow-x: visible !important;
  overflow-y: auto !important;
} */
.pos_product_page_single_cat_amount_show {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.pos_cart_page_show {
  width: 100%;
  overflow: hidden;
}
.pos_cart_page_single_product_cart_title {
  padding: 10px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 30px;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
}

#orderBeingEdited {
  text-align: center;
  display: none;
  font-size: 20px;
}

.pos_cart_page_single_product_cart_title i {
  margin-left: 5px;
}
.pos_cart_page_single_product_show ul {
  display: block !important;
}
.pos_cart_page_product_cover,
.pos_cart_page_product_show,
.pos_cart_page_single_product_cover,
.pos_cart_page_single_product_show,
.pos_cart_page_single_product_cart_title_cover {
  width: 100%;
  overflow: hidden;
}
.pos_cart_page_product_show {
  position: relative;
}
.pos_cart_page_single_product_show {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.pos_cart_page_single_product_number {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-family: 'nunito sans', Sans-serif;
  font-size: 16px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin: auto;
  margin-right: 10px;
}
.pos_cart_page_product_submit_show {
  width: 100%;
  overflow: hidden;
}
.pos_cart_page_single_product_cart_btn {
  padding: 20px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  background: #646464;
  border-color: #646464;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 30px;
  display: none;
}
ul.pos_cart_single_product_cover {
  --columns: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
li.pos_cart_single_product_show {
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding: 5px;
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / var(--columns));
  flex: 0 0 calc(100% / var(--columns));
  max-width: calc(100% / var(--columns));
}
.pos_product_page_search_cover,
.pos_product_page_search_show {
  width: 100%;
  overflow: hidden;
}
.pos_product_page_search_cover {
  position: relative;
}
.pos_order_search_show_cover,
.pos_product_user_search_show {
  width: 100%;
  overflow: hidden;
}
.pos_product_search_box {
  display: inline-flex;
  width: 100%;
  overflow: hidden;
}
input#pos_product_search {
  background-color: #d9d9d9 !important;
  color: #000000 !important;
  font-weight: 600 !important;
  padding: 0 20px !important;
  max-width: 100% !important;
  font-size: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  width: 100% !important;
  height: 40px !important;
  margin-bottom: 20px !important;
}
.pos_product_search_btn {
  cursor: pointer;
  padding: 7px 20px;
  background: #818a91;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: right;
  height: 40px;
}
.pos_product_search_go_back {
  font-family: 'nunito sans', Sans-serif;
  font-size: 16px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
  display: none;
}
.pos_product_search_go_back i {
  margin-right: 5px;
}

/* box page start */

.pos_box_page_values_show,
.pos_box_page_search_cover {
  width: 100%;
  overflow: hidden;
}
.pos_box_page_values_show {
  display: none;
}
.pos_box_page_values_show.active {
  display: block;
}
.pos_box_page_title {
  font-family: 'nunito sans', Sans-serif;
  line-height: 30px;
  cursor: pointer;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 20px;
}
.pos_product_box_page_user_title {
  font-family: 'nunito sans', Sans-serif;
  font-size: 16px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.pos_product_box_page_user_title i {
  margin-right: 5px;
}
.pos_box_page_payment_title {
  font-family: 'nunito sans', Sans-serif;
  font-size: 15px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 25px;
}
.pos_single_payment_cover label {
  font-family: 'nunito sans', Sans-serif;
  font-size: 15px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-left: 5px;
  cursor: pointer;
}
.pos_payment_choose_cover {
  width: 100%;
  overflow: hidden;
}
ul.pos_payment_choose_ul {
  --columns: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
li.pos_payment_choose_li {
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding: 5px;
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / var(--columns));
  flex: 0 0 calc(100% / var(--columns));
  max-width: calc(100% / var(--columns));
}
.pos_single_payment_cover {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #000000;
  background: #ffffff;
  cursor: pointer;
}
.pos_single_payment_cover > input, .pos_single_payment_cover > label {
  padding: 2.4vh 1.6vw !important;
}
.pos_single_payment_cover > input {
  margin: 0.6vw
}
.pos_single_payment_cover > label {
  user-select: none;
  margin: 0;
  width: 100%;
}
.pos_single_payment_cover li {
  display: flex;
  align-items: center;
}
.pos_hidden_conditional_cover {
  width: 100%;
  overflow: hidden;
}
.pos_hidden_conditional {
  font-family: 'nunito sans', Sans-serif;
  font-size: 15px;
  color: #a6a6a8;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: dotted 1px;
  text-align: center;
}
.pos_payment_process_amount_cover,
.pos_payment_single_kont {
  width: 100%;
  overflow: hidden;
}
.pos_payment_single_kont {
  display: none;
}
.pos_payment_single_kont label {
  font-family: 'nunito sans', Sans-serif;
  font-size: 15px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 25px;
}
.pos_payment_single_kont.pos_payment_input_show {
  display: block;
}
.pos_user_search_btn {
  cursor: pointer;
  padding: 7px 20px;
  background: #818a91;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: right;
  height: 40px;
}
input.pos_payment_process_amount {
  background-color: #d9d9d9 !important;
  color: #000000 !important;
  font-weight: 600 !important;
  padding: 0 20px !important;
  max-width: 100% !important;
  font-size: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  width: 100% !important;
  height: 40px !important;
  margin-bottom: 20px !important;
}
.pos_hidden_conditional_mas {
  font-family: 'nunito sans', Sans-serif;
  font-size: 15px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
input.pos_order_submit_btn {
  padding: 20px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  background: #008037;
  border-color: #008037 !important;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 30px;
}

/* end */

/* oder page start */

.pos_order_page_values_cover,
.pos_order_page_values_show {
  width: 100%;
  overflow: hidden;
}
.pos_order_page_values_cover {
  display: none;
}
.pos_order_page_values_cover.active {
  display: block;
}
.pos_order_page_values_show {
  padding-top: 30px;
}
input#pos_product_order_search,
.pos_product_user_search {
  background-color: #d9d9d9 !important;
  color: #000000 !important;
  font-weight: 600 !important;
  padding: 0 20px !important;
  max-width: 100% !important;
  font-size: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  width: 100% !important;
  height: 40px !important;
  margin-bottom: 20px !important;
}
.pos_product_order_search_btn,
.pos_product_user_search_btn {
  cursor: pointer;
  padding: 7px 20px;
  background: #818a91;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: right;
  height: 40px;
}
/* --- Customer date filter --- */
.pos_cust_date_filter {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: 'nunito sans', Sans-serif;
  font-size: 13px;
}
.pos_cust_date_filter label {
  font-weight: 600;
  color: #555;
  margin: 0;
  white-space: nowrap;
}
.pos_cust_date_filter input[type="date"] {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  font-family: 'nunito sans', Sans-serif;
  color: #333;
  background: #fff;
  max-width: 160px;
}
.pos_cust_clear_btn {
  background: transparent;
  border: 1px solid #999;
  color: #666;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  margin-left: 10px;
  vertical-align: middle;
}
.pos_cust_clear_btn:hover {
  background: #f0f0f0;
  border-color: #666;
  color: #333;
}

.kontoudtog_filter_row {
  margin-bottom: 10px;
}
.kontoudtog_period_btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
}
.kontoudtog_period_btn:hover {
  background: #e9ecef;
  border-color: #999;
}
.kontoudtog_period_btn.active {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
.kontoudtog_date_input {
  border: 1px solid #ccc;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 13px;
  max-width: 150px;
}
.kontoudtog_separator {
  color: #ccc;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
}
.kontoudtog_toggle_switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  cursor: pointer;
}
.kontoudtog_toggle_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.kontoudtog_toggle_slider {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: background-color 0.2s;
}
.kontoudtog_toggle_slider:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.kontoudtog_toggle_switch input:checked + .kontoudtog_toggle_slider {
  background-color: #0073aa;
}
.kontoudtog_toggle_switch input:checked + .kontoudtog_toggle_slider:before {
  transform: translateX(16px);
}
.kontoudtog_toggle_text {
  font-size: 13px;
  color: #555;
}

/* --- Customer table layout --- */
.pos_customers_table_header {
  display: flex;
  align-items: center;
  background: #2c3e50;
  color: #ffffff;
  font-family: 'nunito sans', Sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 0;
  border-radius: 4px 4px 0 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.pos_customers_table_header .pos_cust_col {
  padding: 6px 10px;
  user-select: none;
}
.pos_customers_table_header .pos_cust_col[data-sort] {
  cursor: pointer;
}
.pos_customers_table_header .pos_cust_col[data-sort]:hover {
  background: rgba(255,255,255,0.1);
}
.pos_customers_table_header .pos_cust_col.sort-asc::after { content: ' \25B2'; font-size: 10px; }
.pos_customers_table_header .pos_cust_col.sort-desc::after { content: ' \25BC'; font-size: 10px; }

.pos_cust_col { box-sizing: border-box; padding: 8px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pos_cust_col_id { width: 10%; text-align: center; }
.pos_cust_col_name { width: 22%; }
.pos_cust_col_email { width: 22%; }
.pos_cust_col_orders { width: 6%; text-align: center; }
.pos_cust_col_spent { width: 14%; text-align: right; }
.pos_cust_col_saldo { width: 14%; text-align: right; }
.pos_cust_col_expand { width: 6%; text-align: center; }
.pos_cust_col_actions { width: 4%; text-align: center; }

.pos_cust_row_inner {
  display: flex;
  align-items: center;
}

/* --- Customer detail buttons --- */
.pos_cust_detail_actions {
  display: flex;
  gap: 8px;
  padding: 10px 12px 6px;
}
.pos_cust_detail_label {
  padding: 6px 12px 4px;
  font-weight: 700;
  font-size: 13px;
  color: #555;
  font-family: 'nunito sans', Sans-serif;
}
.pos_cust_btn {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #2c3e50;
  border-radius: 4px;
  color: #2c3e50;
  font-size: 12px;
  font-weight: 600;
  font-family: 'nunito sans', Sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: background 0.15s, color 0.15s;
}
.pos_cust_btn:hover {
  background: #2c3e50;
  color: #fff;
  text-decoration: none;
}
.pos_cust_btn_sm {
  padding: 2px 10px;
  font-size: 11px;
}

.pos_saldo_owed { color: #e74c3c; font-weight: 700; }
.pos_saldo_credit { color: #27ae60; font-weight: 700; }

.pos_product_result_cover,
.pos_product_result_show,
.pos_product_result_head {
  width: 100%;
  overflow: hidden;
}
.pos_product_result_cover {
  margin-top: 0;
  border-bottom: 1px solid #e0e0e0;
}
.pos_product_result_cover:nth-child(odd) {
  background: #f9f9f9;
}
.pos_product_result_cover:nth-child(even) {
  background: #ffffff;
}
.pos_product_result_cover:hover {
  background: #eef5ff;
}
.pos_product_result_id,
.pos_product_result_user_name,
.pos_product_result_date,
.pos_product_result_status,
.pos_product_result_total_amount,
.pos_product_result_total_icon {
  padding: 10px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}
.pos_product_result_head {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 4px 0;
}
.pos_product_result_id,
.pos_product_result_user_name,
.pos_product_result_total_amount,
.pos_product_result_total_icon {
  font-weight: 600;
}
.pos_product_result_date {
  color: #909090;
  margin-right: 20px;
}
.pos_product_result_status {
  background-color: #10b456;
  color: #ffffff;
}
.pos_total_and_icon {
  float: right;
  width: auto;
}
.pos_product_result_status.cancelled {
  background-color: #ff1616;
}
.pos_product_result_body_user_info {
  width: 100%;
  overflow: hidden;
}
.pos_product_result_body_left {
  width: 80%;
  float: left;
  overflow: hidden;
}
.pos_product_result_body_right {
  float: left;
  width: 20%;
  overflow: hidden;
}
.pos_product_result_see_oder_cover {
  width: 100%;
  overflow: hidden;
  text-align: end;
}
.pos_product_result_see_oder a {
  padding: 10px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background-color: #10b456;
  color: #ffffff;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.pos_product_result_see_oder a:hover {
  color: #ffffff;
}

.pos_editOrderInPOS {
  padding: 10px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background-color: #10b456;
  color: #ffffff;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}

.pos_editOrderInPOS:hover {
  color: #ffffff;
}

table.pos_product_result_body_left_table,
table.pos_product_result_body_left_table td,
table.pos_product_result_body_left_table th {
  border: none !important;
}
.pos_product_result_info_user_name {
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
table.pos_product_result_body_left_table tr td {
  padding: 5px;
}
.pos_product_result_info {
  font-weight: 400;
  color: #909090;
}
table.pos_product_result_body_oder_info_table,
table.pos_product_result_body_oder_info_table td,
table.pos_product_result_body_oder_info_table th {
  border: none !important;
  padding: 5px;
}
table.pos_product_result_body_oder_info_table th {
  text-align: left;
}
.pos_product_result_table_total {
  text-align: end !important;
}
.pos_product_result_body_cover,
.pos_product_result_body {
  width: 100%;
  overflow: hidden;
}
.pos_product_result_body_cover {
  background: #f6f6f6;
  padding: 25px;
}
.pos_product_result_body_cover {
  /*margin-top: -100%;*/
  display: none;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.pos_product_result_body_cover.pos_result_body_show {
  /*margin-top: 0%;*/
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.pos_product_result_total_icon {
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.pos_product_result_total_icon.pos_open_icon {
  transform: rotateZ(180deg);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

ul.pos_user_search_show {
  --columns: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
li.pos_single_user_search_show_cover {
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding: 5px;
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / var(--columns));
  flex: 0 0 calc(100% / var(--columns));
  max-width: calc(100% / var(--columns));
}
.pos_single_user_search_show {
  border: 1px solid #000000;
  padding: 10px;
}
.pos_user_details {
  font-family: 'nunito sans', Sans-serif;
  font-size: 14px;
  color: #242254;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.pos_user_details span {
  font-size: 15px;
  font-weight: 600;
}
.pos_user_selector label {
  font-family: 'nunito sans', Sans-serif;
  font-size: 15px;
  color: #818a91;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
  cursor: pointer;
}

.pos_product_add_quantity_and_btn_cover {
  overflow: hidden;
  width: 120px;
}
.pos_product_add_quantity_cover {
  overflow: hidden;
  float: left;
  width: 48px;
}
input.pos_product_add_quantity {
  background-color: #d9d9d9 !important;
  color: #000000 !important;
  font-weight: 400 !important;
  padding: 0 5px !important;
  max-width: 100% !important;
  font-size: 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
  width: 45px !important;
  height: 30px !important;
  margin-bottom: 20px !important;
}
.pos_product_add_quantity_btn_cover {
  float: left;
  overflow: hidden;
}
.pos_product_add_quantity_btn {
  padding: 5px 10px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 20px;
  border: none;
  cursor: pointer;
  background: #646464;
  border-color: #646464;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
}
.pos_product_page_single_cat_img {
  min-width: 35%;
}
.pos_product_page_single_cat_values_cover {
  max-width: 70%;
}
.pos_product_and_cate_items_and_filter_cover {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.pos_product_filter-loder {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 1;
  background-color: rgb(244 243 255 / 59%);
  z-index: 9;
  margin-top: 5px;
  min-height: 400px;
}
.pos_product_filter-gif {
  vertical-align: middle;
  display: table;
  height: 100%;
  width: 100%;
}
.pos_product_cart_filter-loder {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 1;
  background-color: rgb(244 243 255 / 59%);
  z-index: 999;
  margin-top: 5px;
  min-height: 400px;
}
.pos_product_cart_filter-gif {
  vertical-align: middle;
  display: table;
  height: 100%;
  width: 100%;
}
.gifInnter {
  display: table-cell;
  vertical-align: middle;
}
.pos_product_and_cate_items_cover,
.pos_product_and_cate_items_show,
.pos_product_page_cat_cover,
.pos_product_page_cat_show,
.pos_select_categorie_cover,
.pos_select_parent_categorie_all_cover {
  width: 100%;
  overflow: hidden;
}
.pos_select_parent_categorie_all {
  float: left;
  padding: 5px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}
input.pos_filter_common_selector.pos_product_category {
  display: none;
}
input.pos_filter_common_selector.pos_product_category {
  display: none;
}
.pos_select_parent_categorie_all label {
  cursor: pointer;
}
ul.pos_product_page_cat_values_show.pos_product_cat_items_values {
  --columns: 1 !important;
}
.pos_product_page_single_cat_quantity_cover {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.pos_product_page_single_cat_quantity {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-family: 'nunito sans', Sans-serif;
  font-size: 16px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin: auto;
  margin-right: 10px;
}
.pos_product_page_single_cat_amount_cover {
  width: 100%;
  overflow: hidden;
  padding: 30px;
  padding-bottom: 0px;
}
.pos_product_page_single_cat_amount {
  font-family: 'nunito sans', Sans-serif;
  font-size: 15px;
  color: #242254;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.pos_product_page_single_cat_amount span {
  font-size: 16px;
}
.pos_product_add_mas {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #73c03e;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  border-radius: 5px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.pos_empty_mas {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #d44a4a;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
form#pos_box_page_values_submit {
  position: relative;
}
.pos_product_stock_out {
  font-family: 'nunito sans', Sans-serif;
  font-size: 14px;
  color: #d44a4a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
}

.cart_column {
  background: #f6f6f6;
  border-left: 1px solid;
}

#stickybox {
  position: fixed;
  width: inherit;
  max-width: inherit;
  padding-right: 40px;
}

.form-row {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
}

.addCustomProductButton {
  padding: 20px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  cursor: pointer;
  background: #646464;
  border-color: #646464;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 25px;
}

.clearShoppingCardButton {
  padding: 20px 15px;
  font-family: 'nunito sans', Sans-serif;
  line-height: 15px;
  border: none;
  cursor: pointer;
  background: red;
  border-color: red;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.choose_user {
  margin-bottom: 0;
}

#loadingSpinner {
  z-index: 99999 !important;
  position: absolute;
  top: 40%;
  left: calc(50% - 55.5px);
}

#loadingSpinner_grayDiv {
  background-color: rgba(134, 131, 131, 0.3);
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-evenly;
}

.loadingSpinner {
  z-index: 99999 !important;
  position: absolute;
  top: 40%;
  left: calc(37.5% - 55.5px);
}

.loadingSpinner_grayDiv {
  background-color: rgba(134, 131, 131, 0.3);
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-evenly;
}

#kontoudtog_rows > div:hover {
  background-color: #a0aec0;
}

