/* font-family: 'Nanum Gothic', sans-serif; */
html{
  scroll-behavior: smooth;
  font-size:16px;
}
body{
  font-family: 'Montserrat', sans-serif;
}
#desktop-nav{
  white-space: nowrap;
  top:67px;
}
#menu-list::-webkit-scrollbar {
  display:none;
}

/* Track */
#menu-list::-webkit-scrollbar-track {
  display: none;
}

/* Handle */
#menu-list::-webkit-scrollbar-thumb {
  display: none;
}

/* Handle on hover */
#menu-list::-webkit-scrollbar-thumb:hover {
  display: none;
}
.nav-item{
  border-bottom:2px solid transparent;
}
.cart-items-wrapper .increase-decrease{
    width:40px;
}
.increase-decrease input{
  width:20px;
  text-align: center;
}
.increase-decrease input::-webkit-outer-spin-button,
.increase-decrease input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.button-color{
  padding:6px 12px;
  font-size:14px;
}
/* Firefox */
.increase-decrease input[type=number] {
  -moz-appearance: textfield;
}
button:focus{
  outline:none;
}
.cart-items-wrapper{
  max-height:200px;
  padding:8px 2px;
  overflow-y: auto;
}
#variant-modal{
  z-index:999999;
  background-color:rgba(0, 0, 0, 0.8);
  display: none;
  overflow-y:auto;
}
.modal-here{
  background-color: #fff;
  width:450px;
  height:auto;
}
#variant-modal .content-wrapper{
  padding-top: 30px;
  padding-bottom:30px;
}
.variant-label{
  border:1px solid blue;
}
.variant-label.selected{
  background-color: blue;
  color:#fefefe;
}
.variant-label:hover{
  cursor: pointer;
}
#close-variant{
  background-color:blue;
  border-radius: 50%;
  width:25px;
  height:25px;
  top:-10px;
  right:-10px;
  color:#fefefe;
}
#close-variant:hover{
  cursor: pointer;
}
.item-card .button-color{
    margin-top:12px;
}
.item-name{
    font-size:10px;
}
.item-name .remove-item{
  margin-left:4px;
  font-size:8px;
  background-color: #cb5933;
  border-radius:50%;
  color:#fff;
  padding:2px 3px;
}
#place-order{
  width:100vw;
  height: 100vh;
  position: fixed;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index:999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.place-order-wrapper{
  background-color: #fefefe;
  width:450px;
}
.cart-items-wrapper::-webkit-scrollbar {
  width:4px;
}
.hidden-details{
  display: none;
}
.del-icon{
  font-size:48px;
}
#place-order{
  display: none;
  transition: all 0.4s ease-in-out;
}
#place-order.flex-show{
  display: flex;
}
#be-delivery, #be-pickup{
  width:49%;
  border:2px solid #000;
  padding:4px 0;
  opacity:0.4;
}
#be-delivery:hover, #be-pickup:hover{
  cursor: pointer;
}
#be-delivery.active, #be-pickup.active{
  opacity:0.9;
}
#pickup-form{
  display: none;
}
.offer-codes{
    z-index:1050;
  transform:translateX(100%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  border-left:3px solid #f0a17f;
}
.offer-codes.show{
  transform:translateX(0);
}
form.sticky.top-32{
    z-index:1040;
}
#modal-loader{
    position:fixed;
    display:none;
    top:0;
    left:0;
    height:100vh;
    width:100%;
    z-index:99999999;
}
@keyframes ldio-xdcxfnbfmjm {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-shhdvnglxrk div {
  position: absolute;
  animation: ldio-xdcxfnbfmjm 1s linear infinite;
  width: 76px;
  height: 76px;
  top: 62px;
  left: 62px;
  border-radius: 50%;
  box-shadow: 0 1px 0 0 #85a2b6;
  transform-origin: 38px 38.5px;
}
.modal-image{
    height:350px;
}
.loadingio-spinner-eclipse-5n5ocxxlhe2 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.ldio-shhdvnglxrk {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.alert{
    color:red;
}
.ldio-shhdvnglxrk div { box-sizing: content-box; }
.col-span-5 {
    grid-column: span 5 / span 5;
}
.slider-height{
        height:400px;
    } 
.promo-list{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;
}
.promo-list li{
    display:flex;
    width: 100%;
    margin-bottom:15px;
    padding:6px;
     position:relative;
    background-color:#f0a17f;
    color:#fefefe;
}
.promo-list li a {
    margin-left: auto;
    margin-right: auto;
}
.promo-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding: 16px 6px;
    border: 2px dashed;
    width: 100%;
}
.promo-wrapper:before, .promo-wrapper:after{
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:15px;
    height:15px;
    background-color:#fff;
    border-radius:50%;
    z-index:99;
}
.promo-wrapper:before{
    left:-5px;
}
.promo-wrapper:after{
    right:-5px;
}
@media only screen and (min-width:992px){
    .modal-here {
        background-color: #fff;
        width: 75%;
        height: auto;
        display:flex;
        flex-direction:row;
        align-items:flex-start;
        justify-content:space-between;
    }
    .modal-image{
        height:auto;
        max-height:500px;
        width:50%;
    }
    .modal-body{
        width:50%;
    }
}
@media only screen and (min-width:1025px){
    .slider-height{
        height:60vh;
    }   
}
@media only screen and (max-width:1300px){
  .cart-items-wrapper {
    max-height: 100px;
    padding: 4px 2px;
    overflow-y: auto;
  }
}
@media only screen and (max-width:1024px){
  /* .menu-right:before{

  } */
  #shopping-cart{
    display: none;
  }
  #shopping-cart.show{
    display: block;
  }
  .cart-wrapper{
    opacity: 0;
    visibility: hidden;
  }
  .cart-wrapper.show{
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:90%;
    z-index:999;
  }
  body.show-mobile-cart:before{
    content:'';
    z-index:99;
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:#000;
    opacity:0.6;
  }
  #desktop-nav{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:90% !important;
    text-align: center;
    display: none;
    z-index:999;
  }
  #desktop-nav .arrow{
    display: none !important;
  }
  #menu-list{
    overflow-x: visible;

  }
  #menu-list li{
    display: block;
  }
  #desktop-nav.show{
    display: block;
  }
  .cart-wrapper.mobile-hide{
    display: none;
  }
}
@media only screen and (max-width:600px){
  .modal-here, .place-order-wrapper{
    width:320px;
  }
  .button-color{
    padding:6px 12px;
    font-size:13px;
  }
  .slider-height{
      height:200px;
  }
}
.jacket-head {
    /*display:none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  overflow: hidden;
}
.jacket-head .lni.lni-close {
  position: absolute;
  top: 20px;
  right: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.jacket-head-inner {
  display: block;
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
}
.jacket-head-inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 992px) {
    .jacket-head .jacket-head-inner {
        width: 100%;
        padding: 10px;
    }
    .jacket-head .lni.lni-close {
        right: 30px;
        
    }
    .top-menu {
        top: 48px;
    }
    .pr-10 {
        padding-right: 10px;
    }

}
@media (min-width: 1024px) {
    .lg\:w-2\/5 {
        width: 30% !important;
    }
}
 #navbar .blink-nav {
    animation: blink 1.5s linear infinite;
    
}
@keyframes blink {
    0% {
        color: #000;
        opacity: 100%;
        transform: scale(1.025);
    }
    50% {
        color: #eaeaea;
        opacity: 40%;
        transform: scale(1);
    }
    100% {
        color: #000;
        opacity: 100%;
        transform: scale(1.025);
    }
}
#navbar .blink-nav p {
    font-weight: 600;
}
@media only screen and (max-width: 576px) {
    #mobie-info img {
        width: 1rem;
    }
    .offers-click.mobile-offer {
        font-size: 11px;
        padding-left: 0;
        flex-direction: column;
        align-items: center;
    }
    .offers-click.mobile-offer i {
        margin-right: 0;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    #logo p {
        font-size: 14px;
    }
    #navbar .menu-right {
        width: 100%;
        padding-left: 5px;
    }
    #navbar .menu-right p {
        font-size: 12px;
    }
}