@charset "utf-8";

/* CSS Document 
 font-family: 'Open Sans', sans-serif;
gray - 959595
light gray - e5e5e5
Red - e43831
black - 252323
*/
body {
  margin: 0;
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  outline: none;
}

.btn {
  cursor: pointer;
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

.ipos {
  padding-top: 0px;
  padding-bottom: 5px;
}

.ipos .container-fluid {
  min-width: 600px;
  max-height: 100vh;
}

/*change height*/
.ipos .pos_leftside {
  padding: 0 5px;
}

.ipos .ipos_barcode {
  border: 1px solid #bbb;
  margin: 5px 0 8px 0;
  height: 70px;
  padding: 0px 5px;
}

.ipos .ipos_barcode label {
  font-size: 12px;
  margin-bottom: 0;
}

.ipos .ipos_barcode .form-control {
  font-size: 12px;
  border-radius: 10px;
  background: #959595;
  color: #ffffff;
  box-shadow: none;
}

.ipos .ipos_barcode .form-control.quantity {
  width: 100px;
}

.ipos .pos_leftside .pos_cartlist {
  height: 400px;
  background: #fff;
  border: 1px solid #bbb;
  overflow-y: scroll;
}

.ipos .pos_leftside .pos_cartlist .table td p.text-muted {
  font-size: 12px;
}

.ipos .pos_leftside .pos_cart_bottombar {
  background: #e5e5e5;
  border: 1px solid #bbb;
  height: 45px;
  overflow: hidden;
  border-top: none;
  line-height: 45px;
}

.ipos .pos_leftside .pos_cart_bottombar ul li {
  font-weight: 700;
  font-size: 20px;
}

.order_empty {
  text-align: center;
  vertical-align: center;
  margin: 48px;
}

.order_empty i {
  font-size: 60px;
  color: #ddd;
}

.order_empty p {
  font-size: 16px;
  color: #aaa;
  padding: 10px 0 0 0;
}

.cart_items .table td {
  font-size: 14px;
}

.cart_items .table .total_price {
  font-size: 18px;
}

.cart_items .table tr {
  cursor: pointer;
}

.cart_items .table .active {
  background: #e5e5e5;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #ddd;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #ddd;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #3a3a3c;
  border: 0px solid #555555;
}

/*pos_right*/
.pos_right {
  background: #959595;
  padding: 5px 5px 5px 5px;
}

.pos_right .calculator_btns {
  text-align: center;
  padding: 2px;
}

.pos_right .calculator_btns .btn {
  background: #ffffff;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  height: 53px;
}

.pos_right .calculator_btns .btn:hover,
.pos_right .calculator_updown .btn:hover {
  background: #e5e5e5;
}

.pos_right .calculator_btns .btn:active,
.pos_right .calculator_updown .btn:active {
  background: #252323;
  color: #fff;
}

.pos_right .calculator_enter,
.pos_right .calculator_pay {
  text-align: center;
  padding: 2px;
}

.pos_right .calculator_enter .btn {
  background: #252323;
  border: 1px solid #252323;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
}

.pos_right .calculator_enter .btn:hover,
.pos_right .calculator_pay .btn:hover,
.ipos_primg_btn .ipos_cubtn .btn:hover {
  background: #e5e5e5;
  color: #252323;
}

.pos_right .calculator_enter .btn:active,
.pos_right .calculator_pay .btn:active,
.ipos_primg_btn .ipos_cubtn .btn:active {
  background: #ffffff;
  color: #252323;
}

.pos_right .calculator_updown {
  text-align: center;
  padding: 5px 0;
}

.pos_right .calculator_updown .btn {
  background: #ffffff;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 20px;
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
}

.pos_right .calculator_pay .btn {
  background: #252323;
  border: 1px solid #252323;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 15px 10px;
}

/*pos_right*/
/*pos_center*/
.pos_center {
  padding: 0 5px 0px 0px;
}

.pos_center .ipos_logos {
  border: 1px solid #bbb;
  margin: 5px 0 8px 0;
  height: 70px;
}

.pos_center .ipos_logos img {
  max-width: 100%;
  max-height: 100%;
  height: 65px;
  object-fit: contain;
}

.ipos_primg_btn .ipos_primg {
  padding: 0 3px 0 0;
  min-height: 180px;
}

.ipos_primg_btn .ipos_cubtn {
  padding: 0 0 0 3px;
  min-height: 180px;
  /* margin-bottom: 8px; */
}

.ipos_primg_btn .ipos_primg .col-xl-12,
.ipos_primg_btn .ipos_cubtn .col-xl-12 {
  border: 1px solid #bbb;
  height: 100%;
  padding: 5px;
}

.ipos_primg_btn .ipos_primg .col-xl-12 img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ipos_primg_btn .ipos_cubtn .btn {
  background: #252323;
  border: 1px solid #252323;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.option_menus {
  padding: 0;
}

.option_menus .option_menus_list {
  height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.option_menus .card {
  border-radius: 0;
}

.option_menus .card-header {
  font-size: 14px;
  font-weight: 600;
  background: #e5e5e5;
  padding: 5px 10px;
}

.option_menus .card-body {
  padding: 10px;
}

.option_menus .option_menus_list .option_menus_items {
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin: 5px;
  padding: 6px;
  text-align: center;
  width: 90px;
  height: 80px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
}

.option_menus .option_menus_list .option_menus_items img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

.option_menus .option_menus_list .option_menus_items p {
  color: #000000;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 5px;
}

.option_menus .option_menus_list .option_menus_items:hover {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.43);
}

.option_menus .option_menus_list .option_menus_items:active {
  box-shadow: none;
}

/*pos_center*/
.pos_footer {
  background: #e43831;
  padding: 10px 0;
}

.pos_footer .container-fluid {
  min-width: 600px;
}

.pos_footer .pos_footer_list p {
  font-size: 13px;
  font-weight: 600;
  color: #ffc2bf;
}

.pos_footer .pos_footer_list span {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

@media only screen and (min-width : 1366px) and (max-width : 1919px) {}

@media only screen and (min-width : 1024px) and (max-width : 1365px) {

  .ipos_primg_btn .ipos_primg,
  .ipos_primg_btn .ipos_cubtn {
    height: 130px;
  }

  .ipos_primg_btn .ipos_cubtn .btn {
    font-size: 12px;
  }

  .pos_right .calculator_btns .btn {
    height: 10vh;
  }

}

@media only screen and (min-width : 768px) and (max-width : 1023px) {

  .ipos_primg_btn .ipos_primg,
  .ipos_primg_btn .ipos_cubtn {
    height: 100px;
  }

  .ipos_primg_btn .ipos_cubtn .btn {
    font-size: 10px;
    padding: 5px;
  }

  .pos_right .calculator_btns .btn {
    height: 10vh;
  }


}

@media only screen and (min-width : 600px) and (max-width : 767px) {

  .ipos_primg_btn .ipos_primg,
  .ipos_primg_btn .ipos_cubtn {
    height: 100px;
  }

  .ipos_primg_btn .ipos_cubtn .btn {
    font-size: 8px;
    padding: 5px;
  }

  .pos_right .btn {
    font-size: 12px;
  }

  .pos_footer .pos_footer_list p {
    font-size: 11px;
  }

  .pos_footer .pos_footer_list span {
    font-size: 14px;
  }

}

@media screen and (max-width:599px) {

  .ipos_primg_btn .ipos_primg,
  .ipos_primg_btn .ipos_cubtn {
    height: 100px;
  }

  .ipos_primg_btn .ipos_cubtn .btn {
    font-size: 8px;
    padding: 5px;
  }

  .pos_right .btn {
    font-size: 12px;
  }

  .pos_footer .pos_footer_list p {
    font-size: 11px;
  }

  .pos_footer .pos_footer_list span {
    font-size: 14px;
  }
}

@media only screen and (min-height : 600px) and (max-height : 767px) {
  .pos_right .calculator_btns .btn {
    height: 7vh;
    line-height: 10px;
  }

}

@media only screen and (min-height : 500px) and (max-height : 599px) {
  .pos_right .calculator_btns .btn {
    height: 6vh;
    line-height: 10px;
  }

  .pos_right .calculator_enter .btn {
    padding: 5px 10px;
  }
}

@media screen and (max-height:499px) {
  .calculator_btns {
    display: none;
  }

  .pos_right .calculator_enter .btn {
    padding: 5px 10px;
  }
}

@media screen and (max-height:320px) {

  .ipos_primg_btn .ipos_primg,
  .ipos_primg_btn .ipos_cubtn {
    height: 50px;
  }

  .ipos .ipos_barcode,
  .pos_center .ipos_logos {
    height: 50px;
  }

  .pos_center .ipos_logos img {
    height: 40px;
  }

  .ipos .ipos_barcode label {
    display: none;
  }

  .ipos .ipos_barcode .form-control {
    font-size: 10px;
    padding: 5px;
    height: 30px;
    margin-top: 10px;
  }

  .ipos_primg_btn .ipos_cubtn .btn {
    margin-bottom: 2px;
    padding: 2px;
  }
}
