@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* /* @font-face{
    font-family: avenir-black;
    src: url(./images/avenir-lt-std-95-black)
} */
/* @font-face{
    font-family: avenir-medium;
    src: url(./images/avenir-lt-std-65-medium)
} */
@font-face {
    font-family: Varela-round;
    src: url(./fonts/VarelaRound-Regular.ttf);
}
body{
    font-size: 14px;
}
.font-style{
    font-family: Varela-round;
}
.font-edit{
    font-weight: 700;
}
.required {
    font-size: 12px;
    background-color: black;
    border-radius: 6px;
    padding: 2px 5px;
    color: white;
    float: right;
}

.optional {
    font-size: 12px;
    background-color: white;
    border-radius: 6px;
    padding: 2px 5px;
    color: black;
    float: right;
}
.tag-mark {
    font-size: 12px;
    background-color: white;
    border-radius: 8px;
	border:gray 1px solid;
    padding: 2px 5px;
    color: black;
}
.removed {
    text-decoration: line-through;
    color: red;
}
/*-------------hero header------------*/
header.home-bg{
    background-image: url(./images/bg-head-01.jpg);   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100%;
    height: unset;
}
.container-content-header{
    height: 100%;
}
.content-header-para {
    max-width: 60%;
    padding-top: 20%;
    padding-bottom: 20%;
}

.content-header-para h1 {
    font-size: 2.3rem;
    font-weight: 700;
    width: 75%;
}

.content-header-para p {
    /*font-size: .75rem;*/
    font-weight: 500;
    width: 65%;
    color: #545353;
}
.header-select-delivery{
    width: 95%
}

.navbar-nav .nav-item :hover {
    color: #ffffff !important;
    background-color: var(--maincolor);
    border-radius: 20px;
}
.navbar-nav .nav-item .nav-link {
    color: #131212;
    font-weight: bold;
    font-size: 16px;
    min-height: 48px;
    min-width: 48px;
}
    .navbar-nav .nav-item .nav-link:hover {
        color: #131212;
        font-weight: bold;
        font-size: 16px;
    }

.navbar-brand-logo {
    max-height: 100px;
    max-width: 200px;
}
.login-btn-style {
    background-color: #ffffff;
    border-radius: 30px;
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
}
.login-btn-style a.nav-link{
    color: var(--maincolor) !important;
}
.modal-body-login{
   width: 160px;
   height: 40px;
   background-color: var(--maincolor);
   border-radius: 5px; 
}
.modal-body-login a{
    color: #ffffff !important;
}
.modal-body-sign{
    border: 1.5px solid var(--maincolor);
    width: 160px;
    height: 40px;
    border-radius: 5px
}
.modal-body-sign a{
    color: var(--maincolor);
}
.modal-body-aguest a{
    color: #838383;
    text-decoration: none;
}
.btn-model{
    border: unset;
    background-color: unset;
}
.drop-style{
    background-color: unset !important;
    border: unset !important;
}
.dropdown-toggle::after{
    display: none;
}
.fa-shopping-basket{
    font-size: 27px;
}
/* .link-nav-hover:hover:after{
    content: "";
    width: 41px;
    height: 2px;
    background-color: #48a504;
    position: absolute;
    margin-top: 2%;
    text-align: left;
    margin-left: -3%;
    transition-timing-function: ease-out;
} */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .side-nav{
      height: 100%;
      width: 250px;
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      background-color: #f1f1f1;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
      padding-left: 30px;
      display: none;
  }
.closebtn {
    border: 0;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: black;
}

  .collapse-edit-to{
      display: none;
  }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
/*--------------about me----------------*/
.about-me .x{
    background-image: url(./images/blob.svg);
    background-repeat: no-repeat;
}
.about-me .y{
    background-image: url(./images/nutritious.png);
    background-repeat: no-repeat;
}
/*------------offer-------------*/
.owl-offer-content{
    border: 1.5px solid var(--maincolor);
    border-radius: 5px;
    padding: 20px;
}
.owl-content-item{
    margin: 30px 0 30px 30px;
}
.owl-offer-content:hover{
    box-shadow: 0 1px 9px 0 #cacaca;
}
.owl-prev span, .owl-next span{
    padding-left: 10px;
    font-size: 35px;
    padding-right: 10px;
}
.owl-nav{
    text-align: center;
}
/*------------choose use---------------*/
.choose-use{
    width: 70%;
    margin:auto;
}
.choose-use-p{
    width: 55%;
    color: #545353;
    font-size: .75rem;
    font-weight: 500;
}
.choose-use-head{
    font-size: 1.1rem;
    font-weight: 700;
}
.choose-use-para{
    font-size: .75rem;
    font-weight: 500;
    color: #545353;
}
/*-------------announce section------------*/
.explore .announce-card-content {
    /* border: 1px solid #cacaca; */
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 1px 9px 0 #cacaca;
}

.explore .announce-card-content p {
    min-height: 20px;
    max-height: 60px;
}

.explore .announce-card-content img {
    border-radius: 6px;
    min-height: 300px;
    max-height: 300px;
}

.explore .announce-card-content h6 {
    min-height: 20px;
    max-height: 20px;
}
/*-------------explore section------------*/
/* .explore .img-content{
    width: 150px;
    height: 150px;
} */
.explore .explore-card-content{
    /* border: 1px solid #cacaca; */
    border-radius: 8px;
    box-shadow: 0 1px 9px 0 #cacaca;
}
.explore .explore-card-content:hover{
    background-color: var(--maincolor);
}
.explore .explore-card-content:hover .price-btn button{
    background-color: #ffffff;
}
.btn-style {
    /*background-color: var(--maincolor);*/
	background-color: #e9e8e9;
    color: black;
    border: unset;
    border-radius: 30px;
    padding: 5px 13px;
    font-size: .85rem;
    font-weight: 500;
}
.btn-order-now {
    font-size: 1.2rem;
    font-weight: 700;
}
.btn-ordernow-style {
    padding: 5px 13px;
    font-size: 1.5rem;
    font-weight: 700;
}
.explore .price-btn span{
    font-size: 1.2rem;
    color: black;
    font-weight: 600;
}
/*.explore .price-btn button{
   
}*/
.explore .para-content span{
font-size: .8rem;
color: red;
}
.explore .explore-all{
    border: 1px solid black;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: .85rem;
    /* font-family: avenir-roman;
    font-family: avenir-medium;
    font-family: avenir-black; */
}
/*------------testimonial------------*/
.carousel-item{
    text-align: center;
}
.testimonial .testimonial-item .user-image{
width: 146px !important;
}
.testimonial-edit{
    width: 33%;
}
.testimonial-edit .fa-star{
    color: var(--maincolor);
}
.testimonial-edit q{
    color: #545353;
    font-weight: 400;
}
ol.carousel-indicators{
    top: -45px;
}
.carousel-indicators li{
background-color: var(--maincolor) !important;
width: 70px !important;
height: 2px;

}
.carousel-control-prev-icon {
    background-image: url(./images/back.svg) !important;
}
.carousel-control-next-icon {
    background-image: url(./images/next.svg) !important;
}
/*--------special offer---------*/
.special-offer{
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 3;
   
    margin-top: 30px;
    display: flex;
    justify-content: center
}
.special-offer-edit {
    background-image: url(./images/bg-4.png);
    background-size: cover;
    width: 60%;
    background-color: bisque;
    border: 1px solid var(--maincolor);
    border-radius: 37px;
    box-shadow: 0 10px 14px 3px #847e38;
    box-shadow: 0 10px 14px 3px rgba(132, 126, 56, 0.52);
}

.input-container {
    border-radius: 30px;
    box-shadow: 0 1px 14px 3px #847e38;
    box-shadow: 0 1px 14px 3px rgba(132, 126, 56, 0.52);
    width: 50%;
    margin: 0 auto;
}

.input-container input{
    background-color: unset;
    border: unset;
}
/*-----------footer------------*/
.menu-footer {
    margin-top: 0 !important;
}
footer {
    background-color: var(--maincolor);
    position: relative;
    margin-top: 170px;
    padding-bottom: 1px;
}
    footer .footer-content {
        margin: 70px;
        margin-bottom: 20px;
        padding: 10px;
        background-color: #707070;
        background-color: rgba(112, 112, 112, 0.67);
        border-radius: 10px;
    }

footer .footer-content h6{
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: white;
}
footer .footer-content ul li {
    list-style: none;
    font-size: .75rem;
    font-weight: 500;
    padding: 3px 0;
}
    footer .footer-content ul li a {
        color: white;
        min-height: 48px;
        min-width: 48px;
    }
@media only screen and (max-width: 992px) {
.drop-basket{
    display: none;
}
.side-nav li{
    margin-top: 15px;
}
/* .navbar-nav{
    text-align: center;
} */
}
@media only screen and (max-width: 768px) {
    header.home-bg{
        background-position: center;
        background-size: cover;
        min-height: 100%;
        height: unset;
    }
    .content-header-para h1{
        font-size: 1.1rem;
        font-weight: 600;
        width: 48%;
    }
    .content-header-para p {
        /*font-size: .65rem;*/
        width: 80%;
    }
    .choose-use-p{
        width: 90%;
    }
    ol.carousel-indicators{
        margin-bottom: 82%;
    }
    .x{
        display: none;
    }
    .y{
        text-align: center;
        padding: 0 20px;
    }
    .y p{
        width: 100% !important;
    }
    .input-container{
        width: auto;
        background-color: #ffffff;
    }
    .special-offer-edit{
        width: 93%;
    }
    .footer-content .col{
        min-width: 50%;
    }
  }
  @media only screen and (max-width: 500px) {

    .content-header-para {
        padding-bottom: 0 !important;
    }
    .content-header-para p{
        margin-bottom: unset;
    }
      .testimonial-item .testimonial-edit-display{
          display: block !important;
      }
      .testimonial-item .user-image, .testimonial-item .testimonial-edit{
          display: block !important;
      }
      .testimonial-edit{
        width: unset;
        margin-left: 10%;
        margin-right: 10%;
        text-align: center !important;
    }
    .testimonial .testimonial-item .user-image{
        margin-right: 0 !important;
        width: unset !important;
        padding: 5% 23% !important;
    }
    /*.owl-offer-content{

    }*/
    .offer-content-img{
        display: block !important;
        width: unset !important;
    }
    .offer-content-img img{
        width: 100% !important;
        margin: auto;
    }
    .offer-content-para{
        width: 100% !important;
        text-align: center !important;
    }
  }
  @media only screen and (max-width: 340px) {
    .input-container{
        display: block !important;
        background-color: unset !important;
        box-shadow: unset !important;
    }
    .input-container input{
        display: block !important;
        background-color: #ffffff;
        width: 100%;
        padding: 7px;
        border-radius: 30px;
    }
    .input-container button{
        display: block !important;
        margin: auto;
    }
    .special-offer {
        height: 255px;
    }
    footer .footer-content {
        margin-top: 165px;
    }    
  }
/*------------------------------------------about-page----------------------------------------*/
.about-page {
    font-family: Varela-round;
}

.about-page .Welcome-mes {
    font-size: 42px;
    font-weight: bold;
}

.about-page .slogan {
    font-size: 26px;
    font-weight: bold;
}

.about-page .desc {
    font-size: 16px;
}

.about-page .address {
    font-weight: bold;
}
  /*------------------------------------------login-page----------------------------------------*/
  .Welcome-mes{
    color: var(--maincolor);
}
.label-login{
    color: #676565;
}
.login-bg-common{
    background-size: cover;
    border: 15px solid #EEEEEE;
    width: 370px;
    height: 370px;
}
.login-bg{
    background-image: url(./images/melissa-walker-horn-Mx46ofbeERk-unsplash.jpg);
    position: relative;
    z-index: 3;
    left: 80px;
    top: 46px;
    -ms-transform: rotate(15deg); /* IE 9 */
    transform: rotate(15deg);
}
.login-bg2{
    background-image: url(./images/sheri-silver-A4EtgLN1_Fw-unsplash.jpg);
    position: absolute;
    top: 50px;
    left: 30px;
    -ms-transform: rotate(-15deg); /* IE 9 */
    transform: rotate(-15deg);
}
.login-form-input{
    background-color: #fafafa;
    border: 1px solid #acacac;
    height: 40px;
}
.login-form-btn{
    background-color: var(--maincolor);
    border: unset;
    color: #ffffff;
    width: 100%;
    height: 40px;
}
.login-form-btn:hover{
    color: var(--loginbuttoncolor) !important;
    color: #ffffff !important;
}
.login-form-btn:active{
    color: var(--loginbuttoncolor) !important;
    color: #ffffff !important;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    color: var(--loginbuttoncolor) !important;
    border-color: unset;
}
.forget-pass{
    float: right;
    color: #81807E;
}
.another-option a{
    color: var(--maincolor);
}
.another-option p{
    color: #939393;
}
@media only screen and (max-width: 768px) {
    .login-bg-form{
        display: none !important;
    }
}
@media (min-width: 769px) and (max-width: 1200px){
    .login-bg-common{
        width: 300px;
        height: 300px;
    }
    .login-bg{ 
        left: 10px;
        top: 46px;  
    }
    .login-bg2{
        top: 20px;
        left: 3px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}
/*---------------------------------------------menu-page---------------------------------*/
@font-face{
    font-family: opensans;
    src:url(./fonts/OpenSans-SemiBold.ttf)
}
/*-----------commone-style-----------*/
body{
    font-size: 16px;
}
.card-shadow {
    -webkit-box-shadow: 0 3px 9px 0 #616161;
    -webkit-box-shadow: 0 3px 9px 0 rgba(97,97,97,0.20);
    box-shadow: 0 3px 9px 0 #616161;
    box-shadow: 0 3px 9px 0 rgba(97,97,97,0.20);
    border-radius: 5px;
}

.card-shadow-colored {
    -webkit-box-shadow: 0 3px 9px 0 var(--maincolor);
    box-shadow: 0 3px 9px 0 var(--maincolor);
    border-radius: 5px;
}


::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--maincolor);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-style {
    float: left;
    width: 80%;
    margin: 0;
}
.search-style input{
    height: 40px;
     border: 1px solid var(--maincolor);
}
.list-style-none{
list-style: none;
}
.primary-color{
    color: var(--maincolor);
}
.border-none{
    border:unset !important;
}
/*--------------nav-----------------*/

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.login-btn {
    padding: 0 10px;
    border-radius: 30px;
    border: gold 2px solid;
    background-color: gold;
}

.login-btn a.nav-link {
    font-size: 23px;
    color: silver !important;
    animation: blinker 3s linear infinite;
}

    .login-btn button.nav-link {
        font-size: 23px;
        color: silver !important;
        background-color: transparent;
        animation: blinker 3s linear infinite;
    }

.mobile-nav .login-btn {
     display: none;
}

.login-btn-in {
    border-color: rgb(124, 204, 0);
    background-color: transparent;
}

.login-btn-in a.nav-link {
    font-size: 23px;
    color: rgb(124, 204, 0) !important;
    animation: none;
}

    .login-btn-in button.nav-link {
        font-size: 23px;
        color: rgb(124, 204, 0) !important;
        background-color: transparent;
        animation: none;
    }

@media (max-width: 768px) {
    .login-btn {
        padding: 10px 10px;
        margin: 3px
    }

    .navbar-nav .login-btn {
        display: none;
    }

    .mobile-nav .login-btn {
        display: inline;
    }
}
/*----------------Menu Dropdown-------------------*/

.menu-dropdown {
    position: relative;
    display: inline-block;
}

.menu-dropdown .nav-link {
    border: 0;
}

.menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 #000000;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.menu-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.menu-dropdown-content a:hover {
        background-color: #f1f1f1
    }

.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}

/*----------------header-------------------*/
.menu-image-header{
    background-image: url(./images/header-bg.png);
    background-size: cover;
   height: 170px;
   border-radius: 5px;
   background-repeat: no-repeat;
}
/*------------------side-bar-------------------*/
.menu-items .list-item .menu-sub-item {
    border-bottom: 1px #616161 solid;
    border-bottom: 1px rgba(97,97,97,0.20) solid
}

.menu-items .list-item .menu-sub-item a { font-family: opensans; }
/*-----------menu-body-content-----------*/
.menu-items {
    background-color: #fff;
}
.menu-items ul.list-item{
    list-style: none;
}
.menu-items ul.list-item li a{
    color: #585858;
}
.menu-sub-food .list-sub-food {
    /*border-bottom: 1px solid #F0F0F0;*/
    cursor: pointer;
}

.menu-sub-food .accordion .card .card-header button{
    font-weight: bold;
    text-decoration: none;
}
.menu-sub-food .accordion .card .card-header button:hover{
    color: var(--maincolor);
}
.menu-sub-food .accordion .card .card-header .description {
    color: #969696;
    font-size: 14px;
    padding-left: 10px;
}
.panel-title button {
    display: block;
    position: relative;
}

.panel-title button:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.panel-title button[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}

/*---new----*/
.menu-sub-food .list-sub-food .descrption-item {
    color: #888888;
    font-size: 1em;
}
.menu-sub-food .list-sub-food .descrption-item span{
    color: #2e8bef;
    font-size: 1em;
}
/*---------------left-side-order-cart---------------*/
.order-cart{
    background-color: white;
}
.order-cart .order-cart-header{
    background-color: #F7F7F7;
}
.order-cart .order-cart-body label{
    font-family: opensans;
}
.order-cart .order-cart-body p{
    font-size: .7rem;
    color: #C9C9C9;
}
.order-cart .card-header{
    background-color: unset;
    border-bottom: unset;
}
.order-cart .card-header img{
    width: 28px;
}
.order-cart .card-header p{
    font-family: opensans;
color: var(--maincolor);
}
.order-cart table .table-item-style{
    font-size: .7rem;
    color: #C9C9C9;
    font-weight: unset;
    border: unset !important;
}
.order-cart .table td, .table th{
    border-top: unset;
}
.order-cart .table .qty-item{
    font-size: .85rem;
    font-weight: unset;
    color: #707070;
}
/*-------------modal-----------------*/
.modal-option{
    display: none;
}
/*-----new------*/
.num-count .price{
    color: #707070;
    margin: 10px;
}
.num-count .fa-minus-circle{
color: #C9C9C9;
font-size: 18px;
}
.num-count .fa-plus-circle{
    color: var(--maincolor);
    font-size: 18px;
}
.num-count .fa-trash-alt {
    color: #404040;
    font-size: 18px;
}
.more-toppings{
    color: #989898;
    font-size: .85rem;
}
.totalinfo{
    border-top: 1px solid #dddddd;
}
.totalinfo .total-pay{
    font-weight: 500;
    color: #000000;
    font-size: 18px;
}
.check-process .btn-check{
    width: 100%;
    background-color: var(--maincolor);
    color: #ffffff;
}
.check-process .clear-item{
    color: #C9C9C9;
}
.check-process .clear-item:hover{
    color: #707070;
    cursor: pointer;
}
.edit-top{
    font-size: .78rem;
    color: #888888;
}
.food-name{
    font-weight: 500;
    font-size: 1.15em;
    color: #383835;
}
.food-image {
    aspect-ratio: 4/3;
    border: 1px solid #efedea;
    border-radius: 8px;
    box-sizing: content-box;
    height: 75px;
    width: 100px;
}
@media only screen and (min-width: 992px) {
	.food-image {
		height: 99px;
		width: 132px;
	}
}
@media only screen and (min-width: 1200px) {
    .food-image {
        height: 141px;
        width: 188px;
    }
}
.food-accordion-card {
    border-bottom: #ccc5c5 1px solid !important;
}
.food-card{
	border-radius:8px;
	border:1px solid #efedea;
	margin-bottom:.5rem!important;
}
.food-flavour{
	border-radius:8px;
	border:1px solid #efedea;
	font-size:9px;
}
/*------------footer------------*/
footer .footer-inner{
    border-top: 1px solid #F0F0F0;
}
footer .footer-inner span{
    color: #C9C9C9;
    font-size: .7rem;

}

/*---------------media---------------*/

@media only screen and (max-width: 992px) {
 
    .sidebar-visible{
        display: none !important;
    }
    .navbar-brand-logo {
        max-height: 60px;
		max-width:80px;
    }
}
@media only screen and (max-width: 768px) {
    .order-cart{
      
        margin-top: 50px;
    }
  }
@media (min-width: 992px){ 
   .cart-nav{
       display: none;
   }
}
/*----------------------------------------------summary-page---------------------------------------*/
.slide-line{
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .dot1{
      position: relative;
  }
  .dot1 svg,.dot2 svg{
      width: 33px;
      fill: var(--maincolor);
  }
  .slide-line::before{
      content: "";
      position: absolute;
      width: 36%;
      height: 1px;
      margin-top: 15px;
      left: 32%;
      text-align: center;
      background-color: var(--maincolor);
  }
  .dotbig-slide{
    height: 23px;
    width: 23px;
    background-color: unset;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--maincolor);
  }
  .dot1-slide{
   height: 20px;
    width: 20px;
    background-color: var(--maincolor);
    border-radius: 50%;
    display: inline-block;
  } 
  .sub-total{
  background-color: #F7F7F7;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  margin-top: 32px;
  }
  .sub-total .sub-para{
      font-size: .85rem;
      font-weight: 500;
      color: #737372;
  }
  .para-box{
      font-size: .87rem;
      color: #C9C9C9;
      font-weight: 500;
  }
  .order-log{
      background-color: #F7F7F7;
      border-radius: 5px;
      border: 1px solid #E0E0E0;
  }
  .more-edit{
  font-size: .85rem;
  color: #929292;
  }
  .table-summary{  
      border: none;  
  }
  .table-summary .tr-border{
      border-bottom: 1px solid #E0E0E0;
  }
  .table-summary td,.table-summary th{
      border: none !important;
  }
  .address-content{
      background-color: #F7F7F7;
      border-radius: 5px;
      border: 1px solid #E0E0E0;
  }
  .summary-address .address-edit{
      color: #2E2E2D;
      font-size: .9rem;
      font-weight: 500;
  }
  .payment-content{
      background-color: #F7F7F7;
      border-radius: 5px;
      border: 1px solid #E0E0E0;
  }
  .voucher-lab{
      display: block !important;
  }
  .apply-input{
      height: 45px;
      background-color: #ffffff;
      border-color: #D1D1D1;
      position: relative;
      width: 80%;
      display: inline-block;
  }
  .btn-apply{
      background-color: var(--maincolor);
      height: 45px;
      border-color: var(--maincolor);
      display: inline-block;
      width: 18%;
      position: absolute;
      left: 59%;
  }
  .btn-apply:hover{
      background-color: var(--buttoncolor);
      border-color: var(--maincolor);
  }
  /*-----------------------------------------------address-page----------------------------------------*/
  .edit-input{
    height: 45px;
    background-color: #f5f5f5;
    border-color: #D1D1D1;
}
.btn-continu{
    width: 100%;
    background-color: var(--maincolor);
    height: 45px;
    border-color: var(--maincolor);
}
.btn-continu:hover{
    background-color: var(--buttoncolor);
    border-color: var(--maincolor);
}
.btn-continu:focus-visible{
    background-color: var(--buttoncolor);
    border-color: var(--maincolor);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--maincolor);
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ff9900;
    box-shadow: 0 0 0 0.2rem rgba(255,153,0,0.25);
}

@media only screen and (max-width: 768px) {
    
   .dis-img{
       display: none;
   }
  }


/*-----------------Custom Styles----------------*/

.btn-check {
    background-color: var(--maincolor);
    color: #ffffff;
}

.clear-item {
    background-color: white;
    color: #C9C9C9;
}

.mandatory {
    color: red;
}

.message-img {
    width: 80px;
    height: 80px;
}
.EditCartItem2 {
    cursor: pointer;
    font-weight: bold;
}

.special-instructions {
    border-bottom: silver solid 2px;
    padding-bottom: 25px;
}

.quantity {
    font-size: 22px;
}

.cart-nav {
    color: var(--maincolor);
    font-size: 22px;
}

.cart-nav-floating {
    position: fixed;
    top: 10em;
    right: 1em;
    font-size: 22px;
    font-weight: bold;
    background-color: var(--maincolor);
    padding: 10px;
    border-radius: 6px;
    z-index: 100;
}
.cart-nav-floating a{
    color: white;
}

.food-allergy {
    color: white;
    background-color: #757dd6;
    background-color: rgba(117, 125, 214, 0.42);
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.food-allergy a {
    cursor: pointer;
    color: #fff700 !important
}

/*----------------- Review Custom Styles----------------*/

.review-bg {
    background-image: url(./images/prize.png);
    position: relative;
    z-index: 3;
    left: 100px;
    top: 46px;
    -ms-transform: rotate(15deg); /* IE 9 */
    transform: rotate(15deg);
}

.review-bg2 {
    background-image: url(./images/love.png);
    position: absolute;
    top: 50px;
    left: 60px;
    -ms-transform: rotate(-15deg); /* IE 9 */
    transform: rotate(-15deg);
}

.rate-container {
    border: 1px solid #acacac;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    background-color: #fafafa;
}

.rate {
    width: 25px;
    cursor: pointer;
}

.rate-gold {
    content: url(./images/stargold.png);
}

.rate-silver {
    content: url(./images/starsilver.png);
}

.review-one {
    border-left: 10px solid var(--maincolor)  ;
    padding-left: 5px;
    margin-bottom: 25px;
}

.review-one-comment {
    font-weight: bolder;
}

.review-one-data {
    font-weight: lighter;
    font-size: smaller
}

.review-one-reply {
    display: inline-block;
}

.review-one-reply input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #acacac;
    float: left;
    width: 80%;
    background-color: #fafafa;
}

.review-one-reply button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #cc0707;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}

.review-one-shop-reply {
    margin: 5px 5px 5px 25px;
    padding: 5px;
    background-color: lightgreen;
    border-radius: 6px;
}

    .review-one-shop-reply svg {
        margin: 0 5px 0 5px;
        font-size: 20px
    }

.pill-button {
    background-color: var(--maincolor);
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
}


.badge {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
    border-radius: 9px;
}


.normal-hide {
    display: none;
}

@media only screen and (max-width: 768px) {
    .auto-hide {
        display: none;
    }

    .mobile-hide {
        display: none;
    }

    .normal-hide {
        display: block;
    }
}

.old-cart-item {
    background-color: #d7d7d7;
    border-radius: 6px;
    font-weight: bold;
    border: #bababa 1px solid;
}

.wrong-value {
    text-decoration: line-through;
    color: red;
}

.promotion-code {
    padding-bottom: 15px;
}
    .promotion-code .row {
        color: white;
        background-color: var(--maincolor);
        font-weight: bold;
        border-radius: 6px;
        margin: 0 3px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .promotion-code input {
        border: 2px solid var(--maincolor);
        border-radius: 6px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

.promotion-code button {
    font-weight: bold;
    border-radius: 6px;
}