

/*NEW GRID CSS*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
/*.hero_single.version_1:before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    z-index:0;*/
/*    background-image:url('../img/files/main-bg.svg');*/
/*    background-position:center top;*/
/*    background-repeat:no-repeat;*/
/*    opacity:0.5;*/
    
/*}*/
#dropdownMenuButton .dropdownMenuButton small{
    width:200px;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

.header-main .widget-header{
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
}
.font-alt{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.header-main .widget-header i{
    font-size: 18px;
}
.hc-nav-trigger{
    z-index: 99;
}
.cat-item{
    margin:0 24px;
    box-shadow: none;
}
.cat-item img{
    height: 125px;
}
.cat-item p{
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.title{
    margin:40px 0 20px 0;
    text-align: center;
}
.title h5{
    font-size: 45px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    /* text-transform: uppercase; */
    text-align: center;
}
.title h5 span{
    color:#E4293C;
}
.price-cart{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Food Menu */
.food-menu {
    padding: 20px;
    border-radius: 8px;
    background: #feeee7;
    margin-bottom: 30px;
}
.food-img-info {
    position: relative;
    padding: 20px;
}
.food-img {
    width: 250px;
    display: inline-block;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #f65f26, #e5283c);
    opacity: 0;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s;
}
.food-menu:hover .overlay {
    opacity: 0.85;
}

.overlay h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.overlay span {
    display: block;
    color: #fff;
    font-size: 14px;
}
.food-informaion {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    min-height: 135px;
}
.food-informaion h2 {
    color: #0a0626;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
}
.food-info span {
    font-size: 12px;
}
.order-btn2 {
    color: #0a0626;
    padding: 10px 20px;
    background: #feeee7;
    border-radius: 35px;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.order-btn2:hover {
    background: #FCE142;
    color: #fff;
}
.order-btn2:focus {
    box-shadow: none;
    background: #FCE142;
    color: #fff;
}
.food-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.food-img-info{
    padding:0;
}
.popular{
    padding:40px 0;
}
#final-break{
    padding:40px 0;
    background-color: #fff;
}
.bar-wrapper{
    /* background-color: #e5283c; */
    padding:20px 40px;
}
.btn-custom{
    background-color: #e5283c;
    color:#fff !important;
    font-weight: 600;
}

.btn-custom.btn-lg{
    background-color: #e5283c;
    color:#fff;
    font-weight: 600;
    font-size: 18px;
}
.btn-custom.btn-md{
    background-color: #e5283c;
    color:#fff;
    font-weight: 600;
    font-size: 14px;
}
.hero_single .opacity-mask p{
    font-size: 22px;
}
.hero_single.version_1 .opacity-mask .sub-text{
    font-size:18px;
    font-weight: 600;
}

.main-menu-wrapper{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
#menu-navigation{
    list-style-type: none;
    margin:0;
    padding:0;
    position: sticky;
    top:80px;
    height: calc(100vh - 85px);
    /*overflow-y: auto;*/
    width: 75px;
    margin-right: 10px;
    border-radius: 4px;
    
}
.main-menu{
    width: calc(100% - 100px);
}
#menu-navigation li{
    position: relative;
    border-bottom:1px solid #eaeaea;
    padding:0;
    background-color: #fff;
}
/* #menu-navigation a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
} */
#menu-navigation li a div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:6px 0;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    border:2px solid transparent;
}
#menu-navigation li .active div{
    border-color: #e5283c;
    
}
.custom-radio .custom-control-label::before{
    border-radius: 4px;
}
#menu-navigation li div img{
    width: 64px;
}
#menu-navigation li div p{
    margin-bottom:0;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 101px;
    line-height: 1;
    transform: translateY(-59%);
    padding: 8px 12px;
    text-align: right;
    font-weight: 700;
    font-size: 12px;
    transition:all 0.25s ease-in-out;
}
#menu-navigation li:hover div p{
    display:block;
    opacity:1;
    visibility:visible;
}

#menu-navigation li .active div p{
    color: #dc375d ;
    opacity:1;
    display:block;
    visibility:visible;
}
.nav-link img{
    height: 16px;
    margin-right:8px;
}
.search-bar{
    padding:6px 12px;
}
.nav-tb-top{
    position: sticky;
    top:70px;
    background-color: #fff;
    z-index: 9;
}
.nav-link{
    color:#000;
}
.header-main{
    padding:8px 0;
}
.header-main.colored .brand-wrap img{
    height: 55px;
    transition: all 0.25s ease-in-out;
}
.main-cart .media-body p{
    font-size: 14px;
}
.hc-offcanvas-nav .nav-wrapper-0>.nav-content h2{
    display: none;
}
.call-order img{
    width: 48px;
    margin-left:6px;
}
.call-order p{
    margin-bottom:0;
    line-height: 1;
}
.call-order p small{
    display: block;
    text-align: right;
}
.call-order p span{
    font-size: 18px;
}
.btn-custom i{
    margin-left: 10px;
    vertical-align: middle;
}
#menu-container{
    padding:40px 0;
}
.media-body p{
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}
.media-body .price{
    font-family: "Poppins";
}
footer .title{
    text-align: left;
}
.head-title h3{
    font-size: 32px;
    margin-top:30px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom:10px;
}
.food-info h3{
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#e5283c;
    line-height: 23px;
    margin-bottom:10px !important
}
.food-info h3 span{
    margin-right:6px;
}
.btn-success{
    color:#131313;
}
.btn-success{
    color:#131313;
}
.btn-success:hover{
    color:#131313;
}
.osahan-checkout{
    margin-top:120px;
}
.bg-success, .badge-success{
    background-color:#28a745 !important;
}
#oshan-profiles{
    margin-top: 90px;
}
.circular-radio .custom-control-label::before{
    border-radius: 50%;
}
#checkoout-cart-title{
    width: 100%;
}
#checkout-cart{
    display: none;
}
#login-modal-wrapper, #login-modal-checkout{
    position: fixed;
    top:0;
    left:0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#login-modal-wrapper.is-showing, #login-modal-checkout.is-showing{
    display: flex;
}
.form-structor {
    background-color: #222;
    border-radius: 4px;
    height: 550px;
    width: 350px;
    position: relative;
    overflow: hidden;
}
.form-structor::after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 500px;
    background-image: url("../img/files/login-image.jpg");
}
.form-structor .signup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 75%;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
}
.form-structor .signup.slide-up {
    top: 5%;
    -webkit-transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease;
}
.form-structor .signup.slide-up .form-holder, .form-structor .signup.slide-up .submit-btn {
    opacity: 0;
    visibility: hidden;
}
.form-structor .signup.slide-up .form-title {
    font-size: 1em;
    cursor: pointer;
}
.form-structor .signup.slide-up .form-title span {
    margin-right: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}
.form-structor .signup .form-title {
    color: #fff;
    font-size: 1.7em;
    text-align: center;
}
.form-structor .signup .form-title span {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
}
.form-structor .signup .form-holder {
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}
.form-structor .signup .form-holder .input {
    border: 0;
    outline: none;
    box-shadow: none;
    display: block;
    height: 40px;
    line-height: 30px;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 14px;
}
.form-structor .signup .form-holder .input:last-child {
    border-bottom: 0;
}
.form-structor .signup .form-holder .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.form-structor .signup .submit-btn {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 4px;
    display: block;
    margin: 15px auto;
    padding: 15px 45px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}
.form-structor .signup .submit-btn:hover {
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.8);
}
.form-structor .login {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -55px;
    -webkit-transform: translate(-50%, 0);
    background-color: #fff;
    width: 200%;
    height: 250px;
    border-radius: 50%;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login .center {
    position: absolute;
    top: calc(50% - 5%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 65%;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login .center .form-title {
    color: #000;
    font-size: 1.7em;
    text-align: center;
}
.form-structor .login .center .form-title span {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login .center .form-holder {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login .center .form-holder .input {
    border: 0;
    outline: none;
    box-shadow: none;
    display: block;
    height: 40px;
    line-height: 30px;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 14px;
}
.form-structor .login .center .form-holder .input:last-child {
    border-bottom: 0;
}
.form-structor .login .center .form-holder .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.form-structor .login .center .submit-btn {
    background-color: #E4293C;
    color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 4px;
    display: block;
    margin: 15px auto;
    padding: 15px 45px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login .center .submit-btn:hover {
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.8);
}
.form-structor .login.slide-up {
    top: 90%;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login.slide-up .center {
    top: 10%;
    -webkit-transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease;
}
.form-structor .login.slide-up .form-holder, .form-structor .login.slide-up .submit-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login.slide-up .form-title {
    font-size: 1em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
}
.form-structor .login.slide-up .form-title span {
    margin-right: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}
#close-login-modal{
    font-size: 24px;
    color:#fff;
    position: absolute;
    top:20px;
    right:20px;
    z-index:999;
}
#close-login-modal2{
    font-size: 24px;
    color:#fff;
    position: absolute;
    top:20px;
    right:20px;
    z-index:999;
}
.login-is-showing{
    overflow: hidden;
}

.osahan-checkout{
    padding-bottom:60px;
}
.checkout-account-check {}
#login-checkout, #signup-checkout{
    font-weight: 700;
    color: #E4293C;
}
#add-to-fav{
    display: inline-block;
    margin-top:4px;
    font-size: 12px;
}
.profile-details .active{
    background-color: #f7f7f7;
}
.main-menu h6 small{
    display:inline-block;
    margin-left:8px;
}
@media only screen and (min-width:992px){
    #nav-cart{
        display: none;
    }
}
@media only screen and (min-width:992px) and (max-width:1400px){
    .main-cart{
        height: 180px;
        overflow-y: scroll;
    }
    #menu-navigation li div img{
        width: 50px;
    }
    #menu-navigation{
        width: 64px;
    }
    .main-menu{
        width: calc(100% - 64px);
    }
}
@media only screen and (min-width:1400px){
    .main-cart{
        max-height: 360px;
        overflow-y: scroll;
    }
}
#close-cart{
    display: none;
}
@media only screen and (max-width:600px){
    .header-main{
        padding:0;
    }
    .main-menu-wrapper{
        display: block;
    }
    #menu-navigation{
        position: fixed;
        bottom:0;
        top:auto;
        left:0;
        height: auto;
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    }
    #menu-navigation li{
        width: 16.667%;
        border-right: 1px solid #eaeaea;
        border-bottom:none;
        padding:5px;
    }
    #menu-navigation li div img{
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
    .main-menu{
        width: 100%;
    }
    .nav-tb-top{
        top:65px;
    }
    .food-img{
        width: 100%;
    }
    .food-menu{
        padding:8px;
    }
    .food-informaion{
        padding:8px;
    }
    .food-informaion h2{
        font-size: 16px;
    }
    .head-title h3{
        font-size: 24px;
    }
    .osahan-cart-item{
        position: fixed;
        z-index: 9999;
        height: 100vh;
        width:85vw;
        top: 0;
        right: 0;
        transform: translateX(150%);
        transition: all 0.25s ease-in-out;
    }
    .osahan-cart-item.show-cart{
        transform: translateX(0);
    }
    .brand-wrap img{
        height: 60px;
    }
    .food-menu{
        margin-bottom:10px;
    }
    .food-informaion{
        margin-top:0;
    }
    .food-info h3{
        font-size: 16px;
    }
    .hero_single .opacity-mask h1, .hero_single .opacity-mask h3{
        font-size: 1.5rem;
    }
    .hero_single .opacity-mask p{
        margin-top:13px;
        font-size: 13px;
    }
    .btn-custom.btn-lg{
        font-size: 16px;
        padding: 8px 16px;
    }
    .home-bottom h3{
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }
    #close-cart{
        display: block;
    }
    #menu-navigation li .active div p, #menu-navigation li div p{
        display:none !important;
    }
}


/* Social Login */
.social-button {
    background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-radius: 3px;
    margin: 10px auto;
    outline: rgb(255, 255, 255) none 0px;
    padding-left: 20%;
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#facebook-connect {
    background: rgb(255, 255, 255) url('https://raw.githubusercontent.com/eswarasai/social-login/master/img/facebook.svg?sanitize=true') no-repeat scroll 5px 0px / 30px 50px padding-box border-box;
    border: 1px solid rgb(60, 90, 154);
}

#facebook-connect:hover {
    border-color: rgb(60, 90, 154);
    background: rgb(60, 90, 154) url('https://raw.githubusercontent.com/eswarasai/social-login/master/img/facebook-white.svg?sanitize=true') no-repeat scroll 5px 0px / 30px 50px padding-box border-box;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#facebook-connect span {
    box-sizing: border-box;
    color: rgb(60, 90, 154);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#facebook-connect:hover span {
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#google-connect {
    background: rgb(255, 255, 255) url('../img/files/googlelogo.png') no-repeat scroll 5px 0px / 50px 50px padding-box border-box;
    border: 1px solid rgb(220, 74, 61);
}

#google-connect:hover {
    border-color: rgb(220, 74, 61);
    background: rgb(220, 74, 61) url('../img/files/googlelogo.png') no-repeat scroll 5px 0px / 50px 50px padding-box border-box;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#google-connect span {
    box-sizing: border-box;
    color: rgb(220, 74, 61);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(220, 74, 61);
    outline: rgb(255, 255, 255) none 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#google-connect:hover span {
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.osahan-cart-item .media{
    width:75%;
}
.main-cart .media-body p{
    font-size:12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    line-height:1.4;
}
.gold-members .delete-item{
    border:none;
    width:auto;
    height:auto;
    border-radius:none;
    font-size:13px;
    margin-bottom:7px;
}
.gold-members .delete-item:hover{
    cursor:pointer;
}
.delete-item i{
    font-size:12px;
}
.count-number-input{
    font-size:12px;
}
.main-cart{
    min-height:250px;
}
.offer-section{
    padding-top:130px;
    padding-bottom:30px;
    background-color: #f5f5f5;
}
.empty-cart{
    padding:30px 32px;
}
.empty-cart img{
    width: 60px;
    display: block;
    margin:20px auto;
}
 .call-dropdown {
   width: 320px;
}

.call-dropdown a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display:flex;
    align-items:flex-start;
    white-space:inherit;
}

.header-main .widget-header .call-dropdown a i {
    font-size: 12px;
    display: inline-block;
    margin-right: 4px;
}

.call-dropdown a small {
   margin-left:5px;
   margin-top:3px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.call-dropdown a strong {
    font-weight: 500;
}

.call-order img {
    margin-left: 20px;
}

.call-order .dropdown-toggle::after {
    position: absolute;
    right: 55px;
}
.border-custom-radio .custom-control-label img{
    position:absolute;
    top:10px;
    right:10px;
    width:18px;
    height:auto;
    z-index:4;
    display:none;
}
.border-custom-radio .custom-control-input:checked~.custom-control-label img{
    display:block;
}
.addons{
    font-size: 12px;
    margin-bottom: 2px;
}
.is-out-of-stock .out-of-stock{
    background-color:#e5283c;
    color:#fff;
    margin:0;
    padding:4px 10px;
    font-family:"Poppins", sans-serif;
    font-size:10px;
    border-radius:20px;
}
.custom-control-label span{
    font-weight:600;
    font-family:"Poppins", sans-serif;
}
.custom-control-label span del{
    margin-right:8px;
}
.nav.nav-tabs{
    flex-wrap:nowrap;
}

.btn-primary{
    color:#fff !important;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
@media only screen and (max-width:600px){
    .hero_single.version_1{
        background-color:#faf3cc !important;
        background-color: #faf3cc !important;
        background-position: 70% 87%!important;
        overflow: hidden;
        background-size: 174% !important;
    }
    .hero_single.version_1:before{
        background-size:214%;
        background-position:center 95%;
        opacity:0.8;
    }
    .opacity-mask .col-xl-6.col-lg-8{
        margin-top:-60px;
    }
    .menu-list img{
        width:75px;
        height:75px;
    }
    .media-body a{
        font-size:13px;
    }
    .nav.nav-tabs{
        overflow-x:scroll;
        overflow-y:hidden;
    }
    .nav.nav-tabs::-webkit-scrollbar {
      width: 1px;
       height: 2px;   
       display:none;
    }
    
   .nav.nav-tabs::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      display:none;
    }
    
    .nav.nav-tabs::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey;
    }
    .nav-tabs .nav-item{
        flex:1;
        min-width:max-content;
    }
    footer{
        display:block;
    }
    #search_list .list-group .list-group-item{
        width:100% !important;
    }
    #search_list .list-group .list-group-item img{
        width:32px !important;
    }
    .header-main .widget-header i, .header-main .widget-header{
        font-size:14px;
    }
    .header-main.colored .brand-wrap img, .brand-wrap img{
        height:35px;
    }
    .call-order img{
        display:none;
    }
    .call-order p span{
        font-size:13px;
    }
    .call-order .dropdown-toggle::after {
        position: absolute;
        right: -10px;
        top: 7px;
    }
    .call-dropdown {
        width: 320px;
         left: -105px; 
       
    }
    footer.section-footer.border-top.bg-dark{
        display:block;
        text-align:center;
    }
    footer .title{
        text-align:center;
    }
    .footer-copyright > .d-flex{
        flex-direction:column;
    }
    .hov_footer{
        justify-content:center;
    }
    .footer-copyright > .d-flex p{
        margin-left:auto;
        margin-right:auto;
    }
    #menu-navigation{
        bottom:-5px;
    }
    .header-main .widget-header{
        margin-right:15px !important;
    }
    .header-main .widget-header i{
        margin-right:4px !important;
    }
    .dropdown-toggle .feather-user{
        display:none;
    }
    .hc-nav-trigger, .hc-nav-trigger span{
        width:22px;
    }
    .hc-nav-trigger span::before{
        top:-8px;
    }
    .hc-nav-trigger span::after{
        bottom:-8px;
    }
    header .col-11 .d-flex.pr-4{
        padding-right:0.8rem !important;
    }
    .hc-nav-trigger.toggle-open span::before{
        transform:translate3d(0,7px,0);
    }
}
.hc-nav-open .section-header{
    background-color:#fff;
}
#modal-topings .custom-control{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}
#modal-topings .custom-control .custom-control-label span{
    display:inline-block;
    margin-left:40px;
}
#modal-topings .custom-control .custom-control-label{
    width:75%;
}
#modal-topings .custom-control .count-number{
    padding-right:10px;
}
/*#menu-navigation li div p{*/
/*    position:absolute;*/
/*    top:50%;*/
/*    right:100%;*/
/*    display:block;*/
/*    opacity:1;*/
/*    visibility:visible;*/
/*}*/