


label{
    margin-bottom: 0;
}



body{
    position: relative;
    min-height: 100vh;
    padding-bottom: 200px;
    font-family: calibri, sans-serif;
}

.content-wrapper{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

h1,h2,h3,h4, .headline{
    font-family: coolvetica, sans-serif;
}

a{
    color: inherit;
    cursor: pointer;
}

a:hover{
    color: inherit;
    text-decoration: none;
}

.position-center{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.y-scroll{
    overflow-y: scroll
}

.font-size-sm{
    font-size: 15px;
}

.text-firewok-red{
    color: rgb(250, 0, 0);
}

.btn-firewok-dark{
    cursor: pointer;
    background: black;
    padding: 10px 25px;
    color: white !important;
    border-radius: 33px;
    /* font-family: calibri-bold, sans-serif; */
    transition: all .3s ease;
}
.btn-firewok-success{
    font-family: calibri-bold, sans-serif;
    cursor: pointer;
    background: #7cd575;
    padding: 10px 25px;
    color: white !important;
    border-radius: 33px;
    border: none;
    transition: all .3s ease;
}

.firewok-success-alert{
    font-family: calibri-bold, sans-serif;
    cursor: pointer;
    background: #7cd575;
    padding: 10px 25px;
    color: white !important;
    border-radius: 33px;
    border: none;
}

.btn-firewok-red{
    cursor: pointer;
    background: rgb(250, 0, 0);
    padding: 10px 25px;
    color: white !important;
    border-radius: 33px;
    border: none;
    transition: all .3s ease;
}
.btn-firewok-success:hover{
    opacity: 0.7;
} 
.btn-firewok-dark-lg{
    font-size: 30px;
    background: black;
    padding: 10px 25px;
    color: white !important;
    border-radius: 33px;
    font-family: calibri-bold, sans-serif;
    transition: all .3s ease;
}

.btn-firewok-dark:hover{
    transform: scale(1.1);
    color: white;
}



/* CONTENT WINDOW BASE STYLES */
.current-window-content-title{
    position: absolute;
    text-align: center;
    top: 2.5rem;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    color: rgb(250, 0, 0);
}
/* /. */



/* MOBILE MENU BAR */
    .mobile-menu-logo{
        position: relative;
        left: -5px;
    }
    /* fade in window content */
    .mobile-menu-content, .item-categories-cont-mobile{
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 99;
        overflow-y: scroll;
        /* default values for js trigger */
        display: none;
        opacity: 0;
        /* /. */
    }
    .mobile-menu-content::-webkit-scrollbar {
        width: 5px;
      }
      
      /* Track */
      .mobile-menu-content::-webkit-scrollbar-track {
        background: #f1f1f1; 
      }
      
      /* Handle */
      .mobile-menu-content::-webkit-scrollbar-thumb {
        background: rgb(146, 146, 146); 
      }
      
      /* Handle on hover */
      .mobile-menu-content::-webkit-scrollbar-thumb:hover {
        background: #555; 
      }
    .order-item-icon{
        cursor: pointer;
        transition: opacity .3s ease;
    }
    .order-item-title{
        font-family: 'calibri-bold';
    }
    .order-item-icon:hover{
        opacity: 0.5;
    }
    .order-now-btn{
        background: rgb(250, 38, 38);
        padding: 5px 15px;
        color: white;
        font-family: calibri-bold;
        font-weight: bold;
        border-radius: 10px;
        transition: all .3s ease;     
    }

    .order-now-btn-mobile{
        font-size: 14px;
    }

    .mobile-menu-list{
        font-family: 'coolvetica', sans-serif;
        list-style-type: none;
        text-align: center;
        padding: 0;
        font-size: 1.7rem;
    }
    .mobile-menu-list a {
        display: block;
        margin: 20px auto;
        transition: all .3s ease;
    }
    .mobile-menu-list a:hover{
        opacity: 0.5;
    }
    /* /. */


    /* mobile-menu-bar */
    .mobile-menu-bar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 99;
        -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    }

    /* mobile menu trigger button */
    .burger-menu-positioner{
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
    }
    .burger-menu-wrapper{
        width: 30px;
        height: 30px;
        transition: opacity .3s ease;
    }
    .burger-menu-wrapper:hover{
        opacity: 0.6;
    }
    .burger-menu {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .burger {
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        margin: 5px 0;
        opacity: 1;
    }
    .burger-menu::before {
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        content: "";
        display: block;
    }
    .burger-menu::after {
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        content: "";
        display: block;
    }

    .exit-btn, .exit-btn-sm{
        box-sizing: content-box;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        transition: opacity .3s ease;
        /* display: none; */
    }

    .exit-btn-sm{
        width: 20px;
        height: 20px;
    }

    .exit-btn{
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .exit-btn:hover, .exit-btn-sm:hover{
        opacity: 0.5;
    }
    
    .exit-btn .burger, .exit-btn-sm .burger{
        display: none;
    }

    .exit-btn .burger-menu::before, .exit-btn-sm .burger-menu::before{
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)rotate(45deg);
    }
    .exit-btn .burger-menu::after, .exit-btn-sm .burger-menu::after{
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        content: "";
        display: block;
        position: absolute;
        bottom: 50%;
        transform: translateY(50%)rotate(-45deg);
    }

    /* DARK EXIT BTN */
    .exit-btn-dark {
        box-sizing: content-box;
        border: 1px solid black;
        border-radius: 50%;
        padding: 5px;
    }

    .exit-btn-dark .burger-menu::after{
        background: rgb(0, 0, 0);
        width: 100%;
        height: 2px;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%)rotate(-45deg);
    }

    .exit-btn-dark .burger-menu::before{
        background: rgb(0, 0, 0);
        width: 100%;
        height: 2px;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)rotate(45deg);
    }
    /* .burger {
        position: absolute;
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        top: 50%;
        right: 0px;
        margin-top: -2.5px;
        opacity: 1;
    }
    .burger::before {
        position: absolute;
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        top: 0px;
        transform: translateY(-10px);
        content: "";
        display: block;
    }
    .burger::after {
        position: absolute;
        background: rgb(250, 38, 38);
        width: 100%;
        height: 5px;
        bottom: 0px;
        transform: translateY(10px);
        content: "";
        display: block;
    }
    
    .burger::after, .burger::before, .burger {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    .burger-menu.menu-on .burger::before{
        transform: rotate(45deg)translateY(0);
        -webkit-transform: rotate(45deg)translateY(0);
        top: 0px;
    }
    .burger-menu.menu-on .burger::after{
        transform: rotate(-45deg)translateY(0);
        -webkit-transform: rotate(-45deg)translateY(0);
    bottom: 0px;
    }

    .burger-menu.menu-on .burger{
    background: rgba(111,111,111,.0);
    } */

/* /. */







/* DESKTOP MENU */
.desktop-menu-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    font-family: calibri;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

.desktop-menu-btn{
    font-family: 'calibri-bold';
    font-size: 19px;
    font-weight: bold;
    transition: all .3s ease;
}

.desktop-menu-btn:hover{
    opacity: 0.5;
}

.desktop-menu-btn.order-now-btn:hover, .mobile-menu-btn.order-now-btn:hover {
    transform: scale(1.1);
    opacity: 1;
    color: white;
}

/* .desktop-language-changer-icon{
    position: absolute;
    right: 2.5rem;
} */

.menu-side{
    right: 1.5rem;
}

@media(min-width: 992px){
    .mobile-menu-bar{
        display: none;
    }
    .desktop-menu-bar{
        display: block;
    }
    .desktop-menu-btn, .desktop-menu-logo{
        margin: 0 30px;
    }
    .current-window-content-title{
        font-size: 20px;
    }
}

@media(min-width: 1024px){
    .desktop-menu-btn, .desktop-menu-logo{
        margin: 0 35px;
    }
}

/* /. */







/* SHOPPING CART */
.cart-empty-notification{
    /* margin-top: 100px; */
}

.open-cart-btn{
    position: relative;
    cursor: pointer;
    transition: opacity .3s ease;
}

.cart-items-count-cont{
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: rgb(31, 31, 31);
    border-radius: 20px;

    color: white;
}

.finish-order-modal-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}



.finish-order-modal{
    overflow-y: scroll;

    max-width: 800px;
    width: 90vw;
    height: 90vh;

    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    background: white;
    z-index: 999;

    padding: 20px;
    padding-top: 70px;
}

.error-report-cont{
    color: white;
    background: rgb(250, 110, 110);
}

.finish-order-modal-wrapper-background-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cart-price,
.delivery-price {
    color: gray;
}

.full-price{
    font-size: 20px;
}

.open-cart-btn:hover{
    opacity: 0.6;
}

.cart-checkout-total-wrapper, .cart-checkout-complete{
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
}

.cart-checkout-total-wrapper{
    font-weight: bold;
    padding: 10px;
    background: white;
    border-radius: 20px;
    margin-bottom: 5px;
}

.cart-checkout-complete{
    font-size: 25px;
    padding: 10px;
    color: white;
    font-family: 'coolvetica', sans-serif;
    background: rgb(250, 0, 0);
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.cart-checkout-complete:hover{
    transform: scale(1.05);
}



.cart-list{
    overflow-y: scroll;
    width: 100%;
    /* height: calc(100vh - 210px); */
    /* margin-top: 100px; */
    padding: 20px 0;
}

#window-height{
    position: fixed;
    top: 100px;
    z-index: 999999;
}

.cart-list-wrapper{
    margin-top: 100px;
}

/* width */
.cart-list::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .cart-list::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  .cart-list::-webkit-scrollbar-thumb {
    background: rgb(146, 146, 146); 
  }
  
  /* Handle on hover */
  .cart-list::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }



.cart-item{
    margin: 10px 0;
    padding: 0px 20px 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.cart-item-image{
    margin: 20px 0;
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; 
}

.cart-item-title{
    text-align: center;
    font-weight: bold;
    font-family: calibri-bold, sans-serif;
    font-size: 20px;
    color: rgb(250, 0, 0);
}

.cart-item-with, .cart-item-without{
    color: rgb(156, 156, 156);
}

.delete-cart-item-btn{
    position: absolute;
    top: 10px;
    right: 10px;
}

.cart-content{
    display: none;
    opacity: 0;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    /* overflow-y: scroll; */
    width: 100%;
    /* height: 100vh; */
    background: white;
}

.cart-content-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    background: rgb(255, 255, 255);

    display: none;
    width: 100vw;
    height: 100vh;
}

@media(min-width: 768px){
    .cart-content{
        width: 50%;
        left: auto;
        right: 0;
    }

    .cart-content-overlay{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        opacity: 0;
        background: rgba(0, 0, 0, 0.5);
    
        display: block;
        width: 100vw;
        height: 100vh;
    }

    .finish-order-modal{
        padding-top: 100px;
        padding: 100px;
    }
}

@media(min-width: 992px){
    .cart-content{
        width: 40%;
        left: auto;
        right: 0;
    }
}

@media(min-width: 1200px){
    .cart-content{
        width: 30%;
        left: auto;
        right: 0;
    }
}

/* /. */






/* SWIPER SLIDER */
.swiper-container {
    margin-top: 50px;
    width: 100%;
    height: 50vw;
    max-height: 58vh;
    border-radius: 10px;
  }
  .swiper-container video{
    min-width: 110%;
    min-height: 110%;
    /* height: 50vw;
    max-height: 58vh; */
  }
  .swiper-slide {
    cursor: default;

    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;

    background-position: center ;
    background-size: cover ;
    background-repeat: no-repeat ;
  }
/* /. */





/* ABOUT SECTION */
#aboutSection{
    padding-top: 60px;
}

.about-side-content-title{
    font-size: 40px;
    color: rgb(250, 0, 0)
}
.about-side-content-par{
    max-width: none;
    font-size: 18px;
    color: rgb(100, 100, 100);
}
.about-side-image{
    border-radius: 33px;
}
.about-side-content-title-icon{
    width: 40px;
}
.red-line{
    display: none;
}

@media(min-width: 768px){
    
    .about-side-content-title{
        font-size: 55px;
    }
    .about-side-content-par{
        font-size: 25px
    }
    /* #aboutSection{
        padding: 0 100px;
    } */
}

@media(min-width: 992px){

    /* #aboutSection{
        padding: 0;
    } */

    .about-side-content-title-icon{
        width: 40px;
    }
    .about-side-content-title{
        font-size: 50px;
    }
    .about-side-content{
        padding: 0 20px;
    }
    
}

@media(min-width: 1200px){
    .about-side-image-container{
        /* padding-left: 100px; */
    }
    .about-side-content-title-icon{
        width: 60px;
    }
    .about-side-content-title{
        font-size: 65px;
    }
    .about-side-content-par{
        max-width: 400px;
    }
    .red-line{
        display: block;
        min-width: 90px;
        margin-top: 40px;
        margin-right: 50px;
        border-top: 1px solid red;
    }
    
}
/* /. */










/* TOP DISHES SECTION */
    #topDishesSection{
        padding-top: 120px;
    }
    .top-dishes-content-title{
        font-size: 40px;
        color: rgb(250, 0, 0)
    }
    .top-dishes-content-title-icon{
        width: 40px;
        margin-left: 10px;
    }

    /* grid system */
    .grid-item{
        width: 50%;
        padding: 5px;
    }
    .grid-item img {
        width: 100%;
        display: block;
        border-radius: 10px;
    }



    /* /. */

    @media(min-width: 768px){
        .top-dishes-content-title{
            font-size: 55px;
        }
     }

    @media(min-width: 992px){
        .top-dishes-content-title{
            font-size: 50px;
        }
        .grid-item{
            width: 50%;
            padding: 5px;
        }
    }

    @media(min-width: 1200px){
        .top-dishes-content-title{
            font-size: 65px;
        }
        .top-dishes-content-title-icon{
            width: 60px;
        }
        .top-dishes-images-grid{
            /* width: 90%; */
        }
        .grid-item{
            width: 33.333%;
            padding: 10px;
        }
    }

/* /. */


/* FIND US SECTION */
    #findUsSection{
        padding-top: 150px;
    }
    
    .find-us-content-title-icon{
        margin-left: 10px;
        width: 40px;
    }

    .find-us-content-title{
        font-size: 40px;
        color: rgb(250, 0, 0);
    }

    .chain-text-title{
        font-family: 'coolvetica', sans-serif;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .chain-container{
        padding: 20px 15px;
    }

    .chain{
        display: block;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
        transition: all .3s ease;
    }
    .chain:hover{
        opacity: 0.7;
    }

    .chain-img{
        width: 100%;
        height: 300px;
        background-image:url(images/exterior.png);
        background-position: center;
        background-size: cover;
        border-top-left-radius : 10px;
        border-top-right-radius : 10px;
    }


    @media(min-width: 768px){
        .find-us-content-title{
            font-size: 55px;
        }
     }

    @media(min-width: 992px){
        .find-us-content-title{
            font-size: 50px;
        }
    }

    @media(min-width: 1200px){
        .find-us-content-title{
            font-size: 65px;
        }
        .find-us-content-title-icon{
            width: 50px;
        }
    }
/* /. */






/* FOOTER */
#footerSection{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);       
}
.social-networks{
    padding-top: 20px;
}
.social-networks a{
    display: block;
    transition: all .3s ease;
}
.social-networks a:hover{
    opacity: 0.6;
}
.divider-line-horizontal{
    height: 30px;
    margin: 0 10px;
    border-left: 1px solid black;
}
.footer-btn{
    font-weight: bold;
    color: black;
    margin: 0 20px;
    font-size: 19px;
    transition: all .3s ease;
    display: none;
}
.footer-btn.order-now-btn{
    display: block;
    color: white;
}
.footer-btn.order-now-btn:hover{
    opacity: 1;
    color: white;
    transform: scale(1.1);
}
.footer-btn:hover{
    opacity: 0.5;
}

@media(min-width: 768px){
    .footer-btn{
        font-weight: bold;
        color: black;
        margin: 0 20px;
        font-size: 19px;
        transition: all .3s ease;
        display: block;
    }
}
/* /. */



/* CHAIN INNER PAGE */
.chain-title-container{
    padding: 100px 0;
    color: white;
    background-image: url(images/exterior.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.chain-title-container::before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.chain-title-container-content{
    position: relative;
    z-index: 9;
}
.chain-title{
    font-size: 60px;
    letter-spacing: 3px;
}
.menu-placeholder-static{
    position: static;
    visibility: hidden;
}

/* map for a chain */
.google-map{
    margin: 50px auto;
    /* border-radius: 20px; */
    height: 400px;
}

/* /. */











/* ORDER ITEM PAGE */




.order-item-img{
    height: 130px;
    /* background: url(images/product.png); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.order-item-cont{
    border-radius: 10px;
    padding: 20px 40px;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
}

.order-item-add-icon{
    cursor: pointer;
    transition: opacity .3s ease;
}

.order-item-add-icon:hover{
    opacity: 0.4;
}

.order-item-options-modal-dark-overlay{
    display: none;
    opacity: 0;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.order-item-cont-wrapper{
    padding: 10px;
}
.order-options-cont{
    /* margin-top: 25px; */
}
.option-title{
    text-align: center;
    font-size: 17px;
    padding: 5px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 20px;
    
}
.option-title, .order-option-type, .order-option-add, .order-option-subtract{
    /* -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2); */
}
.option-toggle{
    cursor: pointer;
    user-select: none;
    transition: opacity .3s ease;
}
.option-toggle:hover{
    opacity: 0.7;
}
.order-option-add, .order-option-subtract{
    position: relative;
    width: 36px;
    height: 36px;
    /* border-radius: 50%; */
    padding: 10px;
    background: black;
}
.order-option-add{
    background: #9EE799;
}
.order-option-subtract{
    background: rgb(250, 0, 0);
}
.order-option-add img, .order-option-subtract img{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.order-option-type{
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 20px;
}
/* /. */

/* ITEM CATEGORIES */
.items-category-trigger-mobile{
    cursor: pointer;
    border-radius: 15px;
    background: rgb(250, 0, 0);
    color: white;
    transition: opacity .3s ease;
}
.items-category-trigger-mobile:hover{
    opacity: 0.6;
}
.item-category-wrapper{
    transition: opacity .3s ease;
}

.item-category-wrapper:hover{
    opacity: 0.6;
}

.current-category-label{
    display: block;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    color: rgb(250, 38, 38);
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
}

.item-category{
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
}

.current-category-mobile{
    display: block;
    padding: 10px 20px;
    margin: 10px auto;
    border-radius: 20px;

    text-align: center;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
}

.item-category-active{
    background: rgb(250, 0, 0);
    color: white;
}

.item-category-icon{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.order-items-cont-main-title{
    font-size: 40px;
}

.item-categories-cont-desktop{
    display: none;
}

.item-categories-cont-mobile{
    display: none;
    opacity: 0;
}
.item-category-title{
    font-size: 25px;
}
.mobile-category-list{
    margin-top: 100px;
}

.order-item-options-modal{
    overflow-y: scroll;

    max-width: 800px;
    width: 90vw;
    /* height: 90vh; */

    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    background: white;
    z-index: 999;

    padding: 10px;
}

.added-to-cart-notification{
    position: fixed;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    
    opacity: 0;

    z-index: 999;
}

.added-to-cart-notification::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.added-to-cart-notification div{
    position: relative;
    z-index: 2;

    padding: 20px;
    border-radius: 20px;
    
    background: #7cd575;
    color: white;
}

/* .order-item-options-modal::-webkit-scrollbar {
    width: 5px;
  }
  
  .order-item-options-modal::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  .order-item-options-modal::-webkit-scrollbar-thumb {
    background: rgb(146, 146, 146); 
    }
  
  .order-item-options-modal::-webkit-scrollbar-thumb:hover {
    background: #555; 
  } */


@media(min-width: 768px){
    .item-categories-cont-desktop{
        display: block;
    }
    .items-category-trigger-mobile{
        display: none;
    }
    .item-category-title{
        font-size: 20px;
    }
    .order-item-options-modal{
        width: 70vw;
        height: 80vh;
        padding: 20px;
    }
    .order-items-cont-main-title{
        font-size: 50px;
    }
    .current-category-label{
        display: none;
    }

    .current-category-mobile{
        display: none;
    }
    
}

@media(min-width: 992px){
    .order-item-options-modal{
        width: 60vw;
        height: 80vh;
    }
}

@media(min-width: 1200px){
    .order-item-options-modal{
        width: 50vw;
        height: 80vh;
    }
}

@media(min-width: 1200px){
    .order-item-options-modal{
        width: 40vw;
        height: 80vh;
    } 
}
/* /. */