:root {
    --custom-color-1 : #e3ddc9;
    --custom-color-2 : #6e6429;
    --custom-color-3 : #19B5E5;
    --custom-color-4 : #AEEA69;
    --custom-color-5 : #F276EC;
    --black : #000;
}

.btn-with-icon:hover {
    text-decoration: none;
}

.btn-with-icon i {
    display: inline-block;
    padding: .5em;
    border-radius: 50%;
    font-size: 2em;
    background-color: var(--light);
    color: var(--custom-color-2);
    transition: all .2s ease-out;
}

.btn-with-icon span {
    padding-top: .6em;
    display: block;
    color: var(--light);
}

.btn-with-icon:hover i {
    background-color: var(--custom-color-1);
}

.cart-icon { position: absolute; right: 10px; top: 10px; }
.cart-icon .btn-with-icon i { background-color: var(--success); color: #fff; }
.cart-icon .btn-with-icon:hover i { background-color: var(--teal); }
.cart-icon .btn-with-icon span { padding: 0; display: inline-block; position: absolute; left: -10px; bottom: -10px; font-size: .8em; background-color: #000; padding: 3px 10px; border-radius: 20%; }

.lang-dropdown {
  position: absolute; left: 10px; top: 10px;
}


.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-24 { font-size: 24px; }
.fs-32 { font-size: 32px; }

.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

ul.ck-list { font-size: .8em; margin: 0; padding: 0; list-style: none; margin-left: 20px; }
ul.ck-list li {
    padding-left: 25px; position: relative;

}

ul.ck-list li:before {
    position: absolute;
    left: 0; top: 5px;
    content: "\e83f";
    font-family: 'iconkit' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-custom {
    color: var(--dark);
    background-color: var(--custom-color-1);
    border-color: var(--custom-color-1);
}

.btn-rounded { border-radius: 20px; }

.bg-1 { background-color: var(--custom-color-1); }
.color-1 { color: var(--custom-color-1); }
.color-2 { color: var(--custom-color-2); }
.color-3 { color: var(--custom-color-3); }
.color-4 { color: var(--custom-color-4); }
.color-5 { color: var(--custom-color-5); }
.bg-black { background-color: #000; }
.color-black { color: #000; }

.zig-zag { position: relative; }
.stars .star, .pointer { cursor: pointer; }

.zig-zag::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(135deg,var(--dark) 6px,
      transparent 0%), linear-gradient(-135deg,var(--dark) 6px,
      transparent 0%);
    background-size: 12px;
}

.zig-zag::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(45deg,var(--dark) 6px,
      transparent 0%), linear-gradient(-45deg,var(--dark) 6px,
      transparent 0%);
    background-size: 12px;
}

footer img {
    width: 120px;
}

.err-icon .ik { font-size: 48px; }

.modal .bg-dark .modal-header {
  border-bottom: 1px solid #000;
  background-color: #000;
}

.modal .bg-dark .modal-footer {
  background-color: #000;
  border-top: 1px solid #000;
}

.modal .bg-dark .close {
  color: var(--light);
  text-shadow: 0 1px 0 #444;
}

#myModal .pin-code{
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content:center;

}

#myModal .pin-code input {
  border: none;
  text-align: center;
  width: 48px;
  height:48px;
  font-size: 24px;
  background-color: var(--black);
  margin-right:5px;
  padding: 5px;
  color: var(--light);
}

#myModal .pin-code input:focus {
  border: 1px solid var(--custom-color-2);
  outline:none;
}

#myModal input::-webkit-outer-spin-button, #myModal input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

ul.order-details { padding: 10px 20px 10px 20px; border-radius: 20px; box-shadow: 2px 2px 5px #222; }
ul.order-details li {
    display: block;
    border-bottom: 1px dotted var(--dark);
    font-size: 14px;
    margin-bottom: 7px; padding-bottom: 7px;
}

ul.order-details li span {
   float: right;
}

ul.order-details li:last-child {
   margin-bottom: 0;
   border-bottom: none;
}

ul.price-list { padding-left: 0; }

.price-list li {
    display: flex;
    justify-content: space-between;
    align-items : center;
    font-size: 16px;
    margin-bottom: .5em;
    padding-bottom: 5px;
    border-bottom: 1px dotted var(--black);
    color: var(--light);
}
.price-list .item-title { font-size: .8em; }
.price-list .item-price { font-weight: 600; white-space: nowrap; }

.prev-pic { flex: none; width: 100px; overflow: hidden; }
.prev-pic img { width: 100px; height: 100px; object-fit: cover; border-radius: 20px; }

.pointer { cursor: pointer; }

.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-content.modal-open { overflow-y: hidden; }

.modal.left .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog{
  left: -100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
       -o-transition: opacity 0.3s linear, left 0.3s ease-out;
          transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{ left: 0; }

#myModal .loading, #menuModal .modal-popup .loading {
    min-width: 100%;
    height: 360px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    transition: .2s linear;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid var(--custom-color-2);
    animation: prixClipFix 2s linear infinite;
}

.loader::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: var(--custom-color-1);
}

#navMenu a { color: var(--light); }
#navMenu .dropdown-menu { background-color: #000; max-height: 100vh; overflow-y: auto;  }
#navMenu .dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--dark);
}
#navMenu .dropdown-item.active {
   background-color: var(--dark);
}

#menuModal .modal-popup { position: fixed; display: none; opacity: 0; transition: all .3s ease-out; width: 100%; bottom: 0; left: 0; background-color: #000; pointer-events: auto; }
#menuModal .modal-popup.show { display: block; opacity: 1; z-index: 1031; max-height: 100%; overflow-y: auto; }

#menuModal .modal-popup.show:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  background-color: rgba(0,0,0, .75);
}


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

#myModal .form-control, .modal-popup .form-control {
    color: var(--light);
    background-color: #000;
    border: 1px solid #000;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#myModal .form-control.is-invalid { border-color: var(--danger); }
#add-form .form-group { margin-bottom: 0.4rem; }

.scrollable-menu {
    white-space: nowrap;
    overflow: auto;
}

.scrollable-menu::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollable-menu {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#menuScrollableContent {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#menuScrollableContent::-webkit-scrollbar {
    display: none;
}

.scrollable-menu a {
    text-decoration: none;
    color: #e3ddc9;
    border-bottom: 1px solid var(--custom-color-1);
}

.nav-item-scrollable { background-color: var(--black); }

.nav-item-scrollable-active {
    background-color: var(--custom-color-2) !important;
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}