html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}


:root {
  --gutter: 20px;
}

.app {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}

.app > * {
  grid-column: 2 / -2;
}

.app > .full {
  grid-column: 1 / -1;
}

.hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 10px;
  grid-template-rows: minmax(0px, 1fr);
  grid-auto-flow: column;
  /*grid-auto-columns: calc(50% - var(--gutter) * 2);*/

  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.25 * var(--gutter));
}

.hs:before,
.hs:after {
  content: '';
  width: 10px;
}

.app {
  overflow-y: auto;
}

.hs > li,
.item {
  scroll-snap-align: center;
  padding: calc(var(--gutter) / 2 * 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 260px; 
  height: 160px; 
}
.item > img{ 
width: 100%; 
height: 100%; 
}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/**/
.noselect {
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
   user-select: none; 
}
.slidecontainer {
 width: 80%;
  margin: auto;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  border-radius: 50%;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.chosen-items{
	padding: 10px;
}

.chosen-items li {
  border: 2px dashed #ccc;
  border-radius: 6px;
  padding-top: 5px;
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-top: 5px;
}

.bg-gradient-primary {
  background: linear-gradient(to bottom, #007BFF, #0052D4);
  color: white;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.bg-gradient-danger {
  background: linear-gradient(to bottom, #ff5252, #b33939);
  color: white;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.bg-gradient-success {
  background: linear-gradient(to bottom, #4CAF50, #388E3C);
  color: white;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.bg-gradient-warning {
  background: linear-gradient(to bottom, #FFEB3B, #FBC02D);
  color: white;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.bg-gradient-dark {
  background: linear-gradient(to bottom, #212121, #000000);
  color: white;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.bg-gradient-secondary {
  background: linear-gradient(to bottom, #6c757d, #5a6268);
  color: white;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.alert-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

img,h1,h2,h3,h4,h5,h6,i,a,p,span,small {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.img-200 {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.img-150 {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.modal-dialog-full-width {
  overflow-y: initial !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width:none !important;
}

.modal-content-full-width  {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
}

.modal-header-full-width  {
  border-bottom: 1px solid #ced4da !important;
}

.modal-footer-full-width  {
  border-top: 1px solid #ced4da !important;
}
.modal-body-scroll{
  height: 250px;
  overflow-y: auto;
}
.star-checked {
  color: orange;
}
.star-unchecked {
  color: #f9ead5;
}
.lblCartCount {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  min-width: 16px;
  font-size: 0.6rem;
  background-color: rgb(255, 32, 32);
  color: #ffffff;
  border: 0.3px solid #007bff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: -7px;
  padding: 0px 0 0 0;
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  50% {
    transform: scale(1.10);
  }  
}
.radio-payment{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn i.fa-check-circle {    			
  opacity: 0;				
  position: absolute;
}
.btn.active i.fa-check-circle {				
  opacity: 1;				
  position: absolute;
  object-fit: cover;
  background-color: #000000;
  border-radius: 50%;
}

.scrollbox {
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  white-space:nowrap;
  background-color: #fff;
}
.scrollbox::-webkit-scrollbar {
  display: none;
}
.scrollbox-item {
  display:inline-block;
  margin: 0 3px 0 3px;
}

.bg-01{
  background: url('https://cdn.pixabay.com/photo/2018/07/09/09/34/pizza-3525673_960_720.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.bg-01::after{
  position:fixed;
  content:"";
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0, 0, 0, 0.5);
  z-index:-1;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 3rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.default-header {
  background: #fff;
  padding: 15px 10px 15px 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  border-top: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  }

  .sub-header {
    padding: 15px 10px 15px 10px;
    top: 63px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 15;
    border-top: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    }

.tab-bar {
  position: fixed;
  bottom: 0;
  height: 50px;
  display: flex;
  justify-content: space-around;
  background: #fff;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24);
  z-index: 1;
  }
  .tab-bar--with-home-button {
    height: 70px;
    padding-bottom: 20px; }
  .tab-bar .tab-bar-item {
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #3f3e3e;
    text-decoration: none;
    border: none;
    background: none; }
  .tab-bar .tab-bar-item__badge {
      background: #ea1d2c;
      border-radius: 10px;
      position: absolute;
      color: #fff;
      font-size: 0.5rem;
      line-height: 0.5rem;
      height: 16px;
      top: 2px;
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
      z-index: 1;
      min-width: 16px;
      border: 2px solid #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1px 3px 0 3px; }
  .tab-bar .tab-bar-item__icon {
      width: 21px; }
  .tab-bar .tab-bar-item__icon {
        color: #3f3e3e; }
  .tab-bar .tab-bar-item canvas {
      z-index: 1; }
  .tab-bar .tab-bar-item__title {
      color: #3e3e3e;
      font-weight: 300;
      font-size: 0.75rem;
      line-height: 0.875rem; }
  .tab-bar .tab-bar-item__title--active {
      font-weight: 500;
      color: #28a745; }
  .tab-bar .tab-bar-item__icon--active {
      color: #28a745; }