body {
  overflow: hidden;
  font-size: 0.8rem;
}

.login-body {
  background: #2c2e56;
}

#menu-toggle-1 {
  position: fixed;
  bottom: 20px;
  left: 80px;
  background: #fff;
  border-radius: 50px;
}

.btn-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

#menu-toggle {
  color: #696cb0;
  border: 1px solid #eeee;
}

.page-content-wrapper {
  background: #2c2e56;
  color: #fff;
  padding-top: 60px;
}

#left-wrapper {
  height: 80%;
  padding-top: 15px;
}

.search-container {
  display: flex;
  font-size: 16px;
}

.search-input {
  border: 2px solid #4b4e8d;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  border-right: none;
  color: #fff;
  width: 100%;
  background: rgba(0,0,0,0.19);
  transition: all 0.3s ease;
}

.search-btn {
  border: 2px solid #4b4e8d;
  background-color: rgba(0,0,0,0.19);
  border-radius: 0 5px 5px 0;
  border-left: none;
  color: rgba(255,255,255,0.66);
  margin: 0;
}

.search-btn:hover, .search-btn:focus {
  background: rgb(75,78,141) !important;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px 1px #6568ab;
  transition: all 0.2s ease;
  color: #fff !important;
}

.search-input::placeholder {
  color: #fff;
}

.search-input:focus::placeholder {
  color: #2c2e56;
}

.search-input:focus {
  color: rgb(44,46,86) !important;
  box-shadow: 0 0 20px 1px #6568ab;
  background: #fff !important;
  transition: all 0.3s ease;
}

.box-wrapper {
  padding: 15px;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
}

.box-wrapper:hover {
  transform: scale(1.05);
  transition: all .2s ease;
  cursor: pointer;
}

.spacer {
  display: block;
  width: 100%;
  height: 100px;
}

.btn-show-items {
  box-shadow: none;
  padding: 10px 20px;
  margin: 0;
  transition: all 0.3s ease;
}

.btn-show-items:hover, .btn-show-items:focus {
  box-shadow: none;
  margin: 0 -10px 0 0;
  transition: all 0.3s ease;
}

.box-wrapper.box-addCat {
  background: rgba(0,0,0,0.23);
  text-align: center;
}

#bill-wrapper {
  border-radius: 30px 0 0 0;
  background: #fff;
  color: #000;
  /*padding: 15px 20px 120px 15px;*/
  /*padding: 15px 20px 155px 15px;*/
  padding: 15px 20px 205px 15px;
}

#bill-wrapper2 {
  border-radius: 30px 0 0 0;
  background: #fff;
  color: #000;
  /*padding: 15px 20px 120px 15px;*/
  padding: 15px 20px 155px 15px;
}

#tblCart thead tr th {
  font-weight: bold;
}

#tblCart tr td {
  vertical-align: middle;
  font-weight: 400;
}

#sub-buttons-1 .btn {
  font-size: 20px;
  white-space: nowrap;
  border-radius: 10px !important;
  transition: all .2s ease-in-out;
}

#sub-buttons-2 .btn {
  font-size: 14px;
  white-space: nowrap;
/*  border-radius: 10px !important;*/
  transition: all .2s ease-in-out;
}

#sub-buttons-2 .btn:hover, #sub-buttons-2 .btn:focus {
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

/*#sub-buttons-2 .btn i {
  margin: 5px auto;
}*/

.form-outline {
  position: relative;
}

.form-outline .trailing {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.logo-wrapper {
  border-radius: 5px 0 0 5px;
}

.card.card-login {
  background: transparent;
  color: #fff;
}

.font-small { font-size: 0.8rem !important }

/*button styles*/
footer a.btn {
  font-size: .9rem !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background: #e0e0e0 !important;
  color: #212121 !important;
  transform: scale(1.07);
  transition: all .2s ease;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
  background: #fb3 !important;
  color: #212121 !important;
  transform: scale(1.07);
  transition: all .2s ease;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
  background: #33b5e5 !important;
  color: #fff !important;
  transform: scale(1.07);
  transition: all .2s ease;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
  background: #00c851 !important;
  color: #fff !important;
  transform: scale(1.07);
  transition: all .2s ease;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background: #a6c !important;
  color: #fff !important;
  transform: scale(1.07);
  transition: all .2s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #4285f4 !important;
  color: #fff !important;
  transform: scale(1.07);
  transition: all .2s ease;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  background: #ff3547 !important;
  color: #fff !important;
  transform: scale(1.07);
  transition: all .2s ease;
}




#posnum { 
   font-size: 2.5vw;
}
#mytime { 
   font-size: 2vw;
}

#orderlisting tbody tr td {
  font-weight: 500 !important;
}

footer table tr td {
    font-size: 0.7vw;
}




@media (max-width:576px) {
 /* #product-category .form-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }*/

  .row-cols-3>* {
     -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-4 {
    position: relative;
    width: 100%;
    -ms-flex: 0 25%;
      flex: 0 0 25%;
      max-width: 25%;

  }
  .col-xs-8 {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;

  }



}
@media (max-width:768px) {
  #sidebar-wrapper {
      width: 100px;
  }
   #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }  

}

@media (max-width:1300px){
  footer div.form-row .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;

  }
}

.modal {
     overflow-y: auto !important;
}

.prod-list-scroll {
  max-height: 550px;
  overflow-x: hidden;
  overflow-y: scroll !important;
}