﻿

@font-face {
    font-family: 'IntroDemo-BlackCAPS';
    src: url('fonts/IntroDemo-BlackCAPS.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Book Regular';
    src: url('fonts/Gotham Book Regular.woff') format('woff');
}

body
{
    background-color:#999999 !important;
     font-family: 'Gotham Book Regular';
}

.headerfont {
    font-family: 'IntroDemo-BlackCAPS';
    font-size:28px;
    letter-spacing:10px;
}
/*CSS Used in Home Page*/

.customNavIcon
{
    width:50px;
    height:30px;
}

.customBrandIcon
{
    height:40px;
    padding-left:20px;
    position: absolute;
    right: 5px;
    top: 3px;
}

@media only screen and (min-width: 600px) {
    .customBrandIcon 
    {
        height: 40px;
        margin-left: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
}

.navbar .navbar-toggler .icon-bar
{
    background: black !important;
}



.customNavButton 
{
    border-color: #f39a1d;
    color: #f39a1d;
    padding: 0px 10px 0px 10px;
     position: absolute;
     right: 200px;
    top: 16px;
}


@media only screen and (max-width: 600px) 
{
    .customNavButton 
            {
                border-color: #f39a1d;
                color: #f39a1d;
                padding: 0px 10px 0px 10px;
                position: absolute;
                right: 160px;
                top: 9px;
            }

    .customNavButton:hover 
            {
                background: #f39a1d;
                color: white;
            }
}


.customNavButton:hover {
  background: #f39a1d;
  color: white;
}

.customNavLink
{
    color: #f39a1d;
}

.customImgBanner {
    background-image: url('dsImages/items/banner.jpg');
    height: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .customImgBanner {
     background-image: url('dsImages/items/banner.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
}

.spacediv
{
    height:20px;
}

.menuAlign
{
    padding-left:40px;
    padding-top:10px;
    padding-bottom:20px;
    
}

.menuAlign:hover
{
    
    background-color: #DCDEE1;    
}


    .itemselection:active {
        background-color: #DCDEE1;
    }


.categoryTags
{
    font-size:20px;
    font-weight:700;
    color: #f39a1d;
    position:relative;
    top:5px;
}

.categoryTags:hover 
{
    color: #f39a1d;
}

.customMenuImg
{
    height:50px;
    width:50px;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#FFD44D;
    color:  #f39a1d;
    text-align: center;
}

.footersTags
{
     font-size:14px;
    padding-top:20px;
    color: #f39a1d;
}


.customMenuHeader {
    background-image:url('Images/bg_images/Header-Text-Bg.jpg');
    height: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #f39a1d;
    
}

.socialMediaIcons
{
    height:40px;
    width:40px;
}

.bg-text
{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 20px;
  text-align: center;
  }



.bg-MenuCategorytext
{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding-top:5px;
  
  text-align: center;
  }






/*CSS Used in Menu Page*/

.customBackButton 
{
    border-color: #f39a1d;
    color: #f39a1d;
    padding: 0px 10px 0px 10px;
     position: absolute;
     right: 260px;
    top: 15px;
}

.customBackButton:hover 
            {
                background: #f39a1d;
                color: white;
            }


@media only screen and (max-width: 600px)
 {
    .customBackButton
     {
            border-color: #f39a1d;
            color: #f39a1d;
            padding: 0px 2px 0px 2px;
            position: absolute;
            right: 160px;
            top: 4px;
    }

   .customBackButton:hover 
            {
                background: #f39a1d;
                color: white;
            }
}

.customMenuBanner {
    background-image:url('Images/Banners/Banner.png');
    height: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .customMenuBanner {
        background-image:url('Images/Banners/Banner.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
}

.bannerTxt
{
    width: 300px; 
    
    position: absolute;
    right: 0px;
    top: 4px;
    text-align: right;
    color: #f39a1d;
     right: 10px;
}


@media only screen and (max-width: 600px) {
    .bannerTxt
{
    width: 300px; 
    
    position: absolute;
    right: 10px;
    top: -70px;
    text-align: right;
    color: #f39a1d;
    font-size:10px;

}

}

.menuBorder {
    left: 0;
    bottom: 0;
    width: 100%;
    padding:20px;
    /*background-image: url('Images/bg_images/Login_Bg.png');*/
}

.menulist
{
    padding:100px;
    border-radius:5px;
    background:white;
}

.nav-tabs li.tabwidth{

    width:50%;
    
}

.innermenu
{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    border:1px solid #f39a1d;
    background-color:#f39a1d;
    border-radius:5px;
}

.itemOptns
{
    position:relative;
    top:8px;
    font-weight:700; 
    color:#FFF;
}

.optionalItem
{
    position:relative;
    top:3px;
    font-weight:700; 
    color:#f39a1d;
    font-size:12px
}

.optionalimg
{
    width:25px;
    height:25px;
}

.itemoptnseprator
{
   padding:1px;
    width: 100%;
    background-color:#FFD44D;
}


.addToCart {
    
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height:45px;
   /*background-color: #f39a1d;*/
   color: white;
   text-align: center;

}


.menubtn
{
    background-color:#520359 !important;
    border-width:0px;
    border-color:#047A94;
    font-size:14px;
    height:40px;
}

.cartdivMenu
{
    background-color:#520359;
     width: 100%;
     height:45px;
     font-size:12px;
     color:#fff;
}

.cartdiv
{
     background-color:#222120;
     width: 100%;
     height:45px;
     font-size:12px;
     color:#fff;
}

/*checkout*/
.checkouttext
{
    color:#f39a1d; 
    font-size:13px;
    position:relative;
    top:2px;
}

.addresstext
{
   font-size:10px;
    color: #f39a1d;
    
}




@media only screen and (min-width: 600px) {
 .addresstext
{
   font-size:16px;
    color: #f39a1d;
    
}
 .checkouttext
{
    color:#f39a1d; 
    font-size:18px;
    position:relative;
    top:2px;
}   
}

.addChangeBtn
{
    border-color: #f39a1d;
    color: #f39a1d;
    padding: 0px 10px 0px 10px;
     
}

.addChangeBtn:hover {
  background: #f39a1d;
  color: white;
}

.storeicon
{
    width:15px;
    height:15px;
    position:relative;
    top:7px;
}

.optionalimg1 
{
    width: 15px;
    height: 15px;    
}

.optionalimg2
{
    width:15px;
    height:15px;
    position:relative;
    top:7px;
}

.pricetext
{
   font-size:.68rem;
    color:#222120;
   
    
}

.pricetext1
{
   font-size:66rem;
    color: #f39a1d;
    font-weight:500;
    
}


/*login*/

.login
{
    left: 0;
    bottom: 0;
    width: 100%;
    height:100vh;
   background-color:#fff;
    color:  #f39a1d;
    
}

.signup-form {
  
    width: 100%;
}

.signup-form form {
  padding: 20px 10px
}

.signup-form input[type=text], select {
  border: none;
  border-bottom: 2px solid #f39a1d;
  background-color:#FFF;
  display: block;
  width: 100%;
  color:#f39a1d;
}

.signup-form input[type=number], select {
    border: none;
    border-bottom: 2px solid #084E45;
    background-color:#FFF;
    display: block;
    color: #084E45;
}

.signup-form input[type=password], select {
  border: none;
  border-bottom: 2px solid #f39a1d;
  background-color:#fff;
  display: block;
  width: 100%;
  margin: none;
  color:#f39a1d;
}
.signup-form input[type=password]:focus, select:focus {
  outline: none;
}

.signup-form input[type=number]:focus, select:focus                         /*added on 20-6-20*/
{
    outline: none;
}

.signup-form input[type=text]:focus, select:focus {
  outline: none;
}

.form-group {
  text-align: center;
}
.signup-form input[type=text]:focus+.line, select:focus+.line {
  width: 100%;
 background-color:#f39a1d;
}

::placeholder 
{
  color: #f39a1d;
  
}

.loginbtn
{
     border-color: #f39a1d;
     width:80%;
     color: #fff;
     background: #f39a1d;
     padding: 10px;
    
}

.loginbtn:hover 
{
  background:#05763D;
  color: white;
}


.customAddBanner {
    
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .customAddBanner {
    
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


}


.itemOptns1
{
    position:relative;
    font-weight:700; 
    color:#f39a1d;
    top:6px

    
}

.has-search .form-control {
    padding-left: 2.375rem;
    border:none;
}

.has-search .form-control-feedback {
    position: absolute;
    
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 7.375rem;
    text-align: center;
    pointer-events: none;
    color: #f39a1d;
}

.has-search .form-control-feedback1 {
   
    
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 7.375rem;
    text-align: center;
    pointer-events: none;
    color: #f39a1d;
}


.tablink
{
    color: #f39a1d;

}
.tablink:active
{
    color: #f39a1d;
    font-weight:700;
}


.ordertxt
{
   font-size:16px;
    color: #f39a1d;
    
    
}


@media only screen and (min-width: 600px) {
 .ordertxt
{
   font-size:16px;
    color: #f39a1d;
  
    
}
.btnposition
{
    position:relative; top:20px;
}
}

.ordertxt1
{
    font-size:12px;
    color: #f39a1d;
    font-weight:500;
  
    
}


@media only screen and (min-width: 600px) {
 .ordertxt1
{
   font-size:16px;
    color: #f39a1d;
    font-weight:500;
    
}
}

.innermenuOrder
{
    left: 0;
    bottom: 0;
    width: 100%;         
    border:1px solid #FFF;
    background-image: url('Images/Login/Login_Bg.png');
   
}


/*order status*/



.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

.progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #455A64 !important
}

.progressbar #step1:before {
    content: "1";
    color: #fff;
    width: 29px;
    margin-left: 15px !important;
    padding-left: 11px !important
}

.progressbar #step2:before {
    content: "2";
    color: #fff;
    width: 29px
}

.progressbar #step3:before {
    content: "3";
    color: #fff;
    width: 29px;
    margin-right: 15px !important;
    padding-right: 11px !important
}

.progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #455A64;
    border-radius: 50%;
    margin: auto
}

.progressbar li:after {
    content: '';
    width: 121%;
    height: 2px;
    background: #455A64;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    /*z-index: -1*/
}

.progressbar li:nth-child(2):after {
    left: 50%
}

.progressbar li:nth-child(1):after {
    left: 25%;
    width: 121%
}

.progressbar li:nth-child(3):after {
    left: 25% !important;
    width: 50% !important
}

.progressbar li.active:before,
.progressbar li.active:after {
    background: #f39a1d;
}




/*add to cart floating menu btn*/

.float{
	position:fixed;
	width:120px;
	height:30px;
	bottom:40px;	
    padding:10px;   
	background-color:#06C;
	color:#FFF;
	border-radius:10px;
}

.chkbtn 
{
    border-color: #fff;
    color: #fff;
    padding: 0px 10px 0px 10px;
   
     
}

.chkbtn:hover 
            {
                background: #f39a1d;
                color: white;
            }

.bagimg
{
    height:25px;
    width:25px;
    position: absolute;
     right: 200px;
    top: 12px;
}



@media only screen and (max-width: 600px)
 {
    .bagimg
     {
            border-color: #f39a1d;
            color: #f39a1d;
            padding: 0px 2px 0px 2px;
            position: absolute;
            right: 130px;
            top: 9px;
    }
}

.baglayout

{
     margin-left:0px;
   
}

.greenbackground
{
    background-color:#f39a1d;
    color:#fff;
    padding-left:10px;
    
    border-radius:5px 0px 0px 5px;
}
.bagtextalign
{
     padding-left:10px;
        color: #f39a1d;
}


.greenlineseprator
{
    background-color:#520359;
    height:2px;
}

.bagspacediv
{
    height:10px;
}


.customveiwmenu 
{
    border-color: #f39a1d;
    color: #f39a1d;
    padding: 0px 10px 0px 10px;
     
}



.customorderstatus
{
    border-color: #41CFCF;
    color: #FFF;
    background-color:#41CFCF;
    padding: 0px 10px 0px 10px;
     
}


.scrolldiv {
  height:190px;
  overflow-y: scroll;
}


.customReorder 
{
    border-color: #41CFCF;
    color: #f39a1d;
    padding: 0px 10px 0px 10px;
     
}

.customRateodr
{
    border-color: #f39a1d;
    color: #f39a1d;
    padding: 0px 10px 0px 10px;
     
}

.qty
{
    width:100px;
}
.cstbtn {
   background-color: #f39a1d;
    color: #fff;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position:relative;
     top:3px;
}
.qtytxt {
   border: 1px solid #f39a1d;
    height: 22px;
    width: 25px;
}

@media only screen and (max-width: 600px)
 {
    .qty
{
    
    width:70px;
}
.cstbtn {
    background-color: #f39a1d;
    color: #fff;
    cursor: pointer;
    width: 10px;
    height: 24px;
    position:relative;
     top:3px;
}
.qtytxt {
    border: 1px solid #f39a1d;
    height: 22px;
    width: 10px;
}
}

/*For Agave*/


.customImgBannerAgave {
    background-color: #f39a1d;
    background-image: url('dsImages/items/banner.jpg');
    height: 100vh;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .customImgBannerAgave {
        background-color: #f39a1d;
        background-image: url('dsImages/items/banner.jpg');
        height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
}

.customImgMenuBannerAgave {
    
    background-color: #f39a1d;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .customImgMenuBannerAgave {
        background-color: #f39a1d;
   height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
}

 


.brandName
{
    color:#FFD44D;
}

.cousinstyle
{
    color:#FFD44D;
    font-style: oblique;
    
}

.item_group
{
    color:#fff;
    
    
}

.collapse-content .fa.fa-heart:hover {
  color: #f44336 !important;
}
.collapse-content .fa.fa-share-alt:hover {
  color: #0d47a1 !important;
}


.foodtypeicon
{
    width:15px;
    height:15px;
    position:relative;
    top:-3px;
    
}

.itemName, .itemPrice
{
   
    
     color: #fff;
     font-weight:700;
     font-size:20px
}


.dumintrofont
{
    color:#C47F55 !important;
     font-weight:700;
     font-size:20px;
}


  /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{ 
    .itemName, .itemPrice
{
     color: #fff;
     font-weight:700;
     font-size:15px
}

    .dumintrofont
{
    color:#C47F55 !important;
     font-weight:500;
     font-size:14px;
}

    .headerfont {
        font-size:16px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .itemName, .itemPrice
{
   
    
     color: #fff;
     font-weight:700;
     font-size:12px
}
    .headerfont {
        font-size:16px;
    }

        .dumintrofont
{
    color:#C47F55 !important;
     font-weight:500;
     font-size:14px;
}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{ .itemName, .itemPrice
{
   
    
     color: #fff;
     font-weight:700;
     font-size:20px
} 

  .headerfont {
        font-size:18px;
    }

      .dumintrofont
{
    color:#C47F55 !important;
     font-weight:500;
     font-size:16px;
}

}






.morecontent span {
    display: none;
}
.morelink {
    display: block;
  
}

.gotomenubtn
{
   background-color:#f39a1d;
   color:#fff;

}

.itemimg
{
    height:240px; 
}





    
.addbtn
{
     position:relative;
    top:-20px;
    width:100%;
    text-align:center;
    color:#f39a1d;
    font-weight:700;
     background-color:#FFD44D;
    /*background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient(45deg, #8769a9, #507cb3);*/

   
    
}

    
 .cstm
 {
    position: absolute;
    top:12px;
    right: 0;
    left: 0;  
    font-size: .7rem;
    font-weight: 500;
    color: #7e808c;
    text-align: center;
}


 
/*menu floating buttop*/


.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 1000;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 70px;
    height: 40px;
    text-align: center;
    /*background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient(45deg, #8769a9, #507cb3);*/
    background-color:#FFD44D;
    color: #f39a1d;
    font-weight:700;
    line-height: 30px;
    position: absolute;
    border-radius: 15% 35%;
    bottom: 5px;
    right: 2px;
    border: 3px solid #f39a1d;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fa {
    font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #000000;
}


.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingMenu {
    border:1px solid;
    background-color: #FFD44D;
    position: absolute;
    bottom: 50px;
    right: 0px;
   
    
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: left;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingMenu li a {
    padding: 0px 10px;
    display: inline-block;
    color: #f39a1d;
   
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
   
   
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}


/*Footer*/

.cartadded {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height:40px;
    background-color:#FFD44D;
   color: #f39a1d;
  
     
}

/*qty inc dec*/
.btnmin
{
    height:30px;
    border-radius: 5px 0px 0px 5px;
  

}

.btnplus
{
    height:30px;
    border-radius: 0px 5px 5px 0px;
  

}

.txtinput
{
     height:30px;
     border:2px solid #C6C5C9;
}

/*toggle switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 10px;
  top:8px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
 
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FFD44D;
}

input:focus + .slider {
  box-shadow: 0 0 1px  #FFD44D;
  
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.storeicon
{
    color:#2196F3;
}

.menubox
{
    border:1px solid;
    border-radius:5px;
}

.menu2itemimg
{
 height:80px;
 padding:5px;
 
}

.menu2itemtxt
{
    position:relative;
   
     color: #f39a1d;
     font-weight:500;
}

.menu2foodtypeicon
{
    width:15px;
    height:15px;
    position:relative;
    top:-2px;
    
}

.menu2itemdesc
{
    position:relative;
    top:-12px;
    font-style:oblique;
      color: #f39a1d;
    font-size:10px;
   
}

.menu2addbtn
{
     
width:90%;
     
text-align:center;
     
color:#f39a1d;
     
font-weight:700;
     
background-color:#FFD44D;
}

.menu2cstm
 {
   
    position: absolute;
    top:30px;
    right: 0;
    left: 0;  
    font-size: .7rem;
    font-weight: 500;
    color: #7e808c;
    text-align: center;
}




.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}


.qtySelector{
	border: 1px solid #520359;
    background-color:#520359;
	width: 70px;
	height: 30px;
	display: inline-flex;
    padding: 0px 3px 0px 3px;
    border-radius: 8px;
}
.qtySelector .fa{
    color:#fff;
	
	width: 20px;
	height: 100%;
	float: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qtySelector .fa:active{
	padding: 5px 5px;
}

.qtySelector .qtyValue{
	border: none;
    color:#fff;
	padding: 0px;
	width: 25px;
	height: 100%;
	float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #434241;*/
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
    color:#000;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.15rem
}

.card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px
}

.product-widgets {
    position: relative;
    margin-bottom: 10px
}

.product-widgets .product-row {
    border: 0px solid #DCDEE1;
    padding: 5px 5px 5px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px ;
    color:#f39a1d;
}

.p-2 {
    padding: 0.25rem !important
}

.product-text {
    padding-left: 10px
}

.w-100 {
    width: 100% !important
}

.m-b-15 {
    margin-bottom: 10px
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
    border-radius: 1px
}

.btn-cyan {
    color: #fff;
    background-color: #27a9e3;
    border-color: #27a9e3
}

.btn-cyan:hover {
    color: #fff;
    background-color: #1a93ca;
    border-color: #198bbe
}

.product-widgets .product-row:hover {
    background: rgba(0, 0, 0, 0.05)
}

.underline-small{
  color:#ffffff;
  display:inline-block;
  position:relative;
  
}

.underline-small::after{
  content:'';
  height:2px;
  width:40%;
  background:#f39a1d;
  position:absolute;
  left:0;
  bottom:-5px;
/*   another way you can achieve this
  Check this link: 
  https://goo.gl/GgRdjz
  
  */
  
}

.floatmenubutton {
    position: fixed;
    bottom: 55px;
    right: 25px;
    z-index:900;
}

#back-to-top{
    display: none;
} 

#checkoutwrapper{
    height:100%;    
}
.checkoutbox-wrap {
    height:100%;  
    margin:0px auto;  
    position:relative;
}
#checkoutbox {
    height:100%;  
    padding:20px 0 60px 0; 
    margin: 0;   
    overflow:auto;
}
#checkoutfooter {
    position:absolute;
    bottom:-3px;
    left:0px;
    right:0px;
    height:45px;
    background-color:#f5f4f4;
    color:#fff;
    align-items:center; 
    display:flex;
}
.checkoutheader
{
   position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index:900;
    padding:5px;
}
.checkoutheader .row{
    background-color:#ffffff;
    color:#084E45;
    font-weight: 800;
    
    margin: 5px;
    border-radius:5px;
}

.hcenter
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}


.resendotptxt
{
    font-size:15px;
    color:#084E45;
}



.resendotp {
    border:2px solid #084E45;
    width: 100%;
    color: #084E45;
    font-size: 17px;
    padding: 10px 20px 10px 20px;
}
.resendotp:hover 
{
    color: white;
    background: #084E45;
}

.contactus {
    border:2px solid #084E45;
    width: 80%;
    color: #084E45;
    font-size: 17px;
    padding: 10px 10px 10px 10px;
}
.contactus:hover 
{
    color: white;
    background: #084E45;
}

#otp-div div{
    align-items: center;
    justify-content: center;
}
.otp-input {
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 0 5px;
    color: #084E45;
    font-size: 20px;
    font-family: 'ApercuProRegular';
    border: none;                                                                 /*added on 20-6-20*/
    border-bottom: 2px solid #084E45;                                             /*added on 20-6-20*/
    text-align: center;
    align-items: center;
    justify-content: center;
  }


 .otp-input                                                                      /*added on 20-6-20*/
 {
            outline: none;
 }

  .otp-input::-webkit-inner-spin-button,
  .otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }



  /*samosa party*/

  .ordertypeImage
  {
      height:32px;
      width:32px;
     
  }

  .carouselimage
  {
      width:100%;
      height:500px;
        object-fit: cover;
  }
  
  .cartborder
  {
      color:#000;
      border: 2px solid #f39a1d;
      border-radius:5px;
  }

  .bg-light{
      background-color:#222120 !important;
  }

  .AdditemBtn
  {
      background-color:#7dbbb8 !important;
      color:#222120;
      border:#7dbbb8;
      cursor: pointer;

  }

  .AdditemBtn:hover
  {
     color:#000000;

  }


.radio-btn {
	position: relative;
	opacity: 0;
	visibility: hidden;}
	input:checked + .label {
		color: #009688;}

label:checked + .ordertypeImage {
		color: #009688;}

		label::before {
			margin-right: 2rem;
			border: 0.5rem solid #009688;
			background: #fff;
		}
	

.label {
	display: flex;
	align-items: center;
	padding: 0.75rem 0;
	color: #fff;
	font-size: 1.25rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s linear;
}

.label::before {
	display: inline-block;
	content: "";
	height: 1.125rem;
	width: 1.125rem;
	margin-right: 0.625rem;
	border: 0.5rem solid #fff;
	border-radius: 50%;
	transition: all 0.25s linear;
}




  /*samosa party*/

  .ordertypeImage
  {
      height:32px;
      width:32px;
  }


 .itemdesc
{  
   
    color: #E67E22;
    font-size:12px;
    line-height:13px;
   
}


  /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{ .scrollbanner
  {
      width:100%;
      height:130px;
  }  

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .scrollbanner
  {
      width:100%;
      height:150px;
  }  

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{ .scrollbanner
  {
      width:100%;
      height:380px;
  } 

  .itemdesc
{   
    font-size:14px;
    line-height:15px;
   
}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{  
    .scrollbanner
  {
      width:100%;
      height:380px;
  } 

    .itemdesc
{   
    font-size:16px;
    line-height:18px;
   
}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .scrollbanner
  {
      width:100%;
      height:380px;
  }  

     .itemdesc
{   
    font-size:16px;
    line-height:18px;
   
}

}


  .carouselimage
  {
       height:100%;
      object-fit: cover;
  }
  
  .cartborder
  {
      color:white;
      border: 2px solid #f39a1d;
      border-radius:5px;
  }

  /*.bg-light{
      background-color:#222120 !important;
  }*/

  


.homecategory
{
    /*font-family: 'American-Purpose-STRIPE-1-Normal';*/
    font-family: Mantel;
    font-size:40px;
    color:#520359;

}

.AdditemBtn
  {
      background-color:#520359 !important;
      color:#fff;
      border:#520359;
      font-weight:700;
  }

  .AdditemBtn:hover
  {
     color:#000000;
     font-weight:700;

  }

  div.polaroid 
  {
    border-radius:10px;
    /*box-shadow: 0 4px 8px 0 rgb(31,49,87), 0 6px 20px 0 rgb(31,49,87);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .recommendedimg
  {
      border-radius:8px 8px 0px 0px;
  }

 .categoryname 
 { 
  /*font-family:American-Purpose-STRIPE-1-Normal;*/
  font-family: wBQBold;
  font-size:20px;
  color:#fff;
  position: absolute;
  top: 8px;
  left: 16px;
}

 .iteminfo {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color:#fff;
}

 
.image 
{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle 
{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.middleshown{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

/* .cont:hover .image {
  opacity: 0.3;
}

.cont:hover .middle {
  opacity: 1;
} */

.text {
  width:100%;
  color:#222120;
  font-size: 12px;
  vertical-align: middle;
  padding: 5px 5px;
  
}

.navtext
{
    color:#222120 !important;
    /*font-family:American-Purpose-STRIPE-1-Normal;*/
    font-family: 'Quicksand', serif;
    font-size:14px;
    letter-spacing:1px;
    position:relative;
    top:5px;
    
}

.changelocationbtn
{
    width: 100%;
    border: 1.4px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 3px;
    text-transform: none;
}

.changelocationbtn:hover
{
    color:#e67716;
    border: 1.4px solid #e67716;
}

.topshadow {
				box-shadow: 0 -5px 5px -5px #333;
			}


.footertxt
{
   color:#222120;
}

/*@font-face {
    font-family: 'American-Purpose-STRIPE-1-Normal';
    src: url('fonts/American-Purpose-STRIPE-1-Normal.woff') format('woff');
}*/


.cartchkbtn
{
    border-color: #e67716;
    color: #fff;
    background-color:#e67716 !important;
    padding: 0px 10px 0px 10px;
     
}

.cartchkbtn:hover
{
   
    color: #000000;
   
     
}

.carttxt
{
    color:#222120 !important;
}





/*slider*/


.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
  /*  width: 100%;*/
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
   /* display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.menutabs.active {
 
  background-color: transparent;
} 




.cartitemname
{
    font-size:12px;
    font-weight:700;

}

.checkoutitemimage {
    width: 125px;
}

.checkoutitemname
{
    font-size:16px;
    font-weight:700;
}


.checkoutordertype
{
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

.discounticon
{
    width:30px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:999;
 
}

.itemimgM {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}



.floatcart
{
   position: absolute;
    top:95px;
}


  /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{ .itemimgM {
   
    height: 30vw;
    object-fit: cover;
} 
  .selectedlocation
  {
      background-color:white;
      color:black;
  }
  /*.changelocationbtn
{
    width: 100%;
    height: 39px;
    border: 1.4px solid #000000;
    border-radius: 5px;
    color: #000000;
    text-align: center;
    padding: 6px;
    text-transform: none;
}*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .itemimgM {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
    .selectedlocation
  {
      background-color:white;
      color:#222120;
      font-weight:600;
  }
  /* .changelocationbtn
{
    width: 100%;
    height: 39px;
    border: 1.4px solid #000000;
    border-radius: 5px;
    color: #222120;
    font-weight:600;
    text-align: center;
    padding: 6px;
    text-transform: none;
} */
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{ .itemimgM {
    width: 100%;
    height: 20vw;
    object-fit: cover;
} 
  .selectedlocation
  {
      background-color:white;
      color:#222120;
      font-weight:600;
  }
  /* .changelocationbtn
{
    width: 100%;
    height: 39px;
    border: 1.4px solid #000000;
    border-radius: 5px;
    color: #222120;
    font-weight:600;
    text-align: center;
    padding: 6px;
    text-transform: none;
} */
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{  
   .itemimgM {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  .itemimgM {
    width: 100%;
    height: 12vw;
    object-fit: cover;
} 

}


div.sticky1 {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  z-index:999;
 
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


.fullmodal {
  padding: 0 !important; /* override inline padding-right added from js*/
}
.fullmodal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.fullmodal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.fullmodal .modal-body {
  overflow-y: auto;
}

 input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        
        background-color: #eeeeee;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
        
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
       
        background-color: #de7f05;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
       
    }

.leftcaroselposition
{
            position: absolute; 
            top: 45%; 
            right: 100%; 
            transform: translate(-50%, -50%); 
            height: 35px; 
            width: 35px; 
           
            
           
}


.rightcaroselposition
{
            position: absolute; 
            top: 45%; 
            left: 100%; 
            transform: translate(-50%, -50%); 
            height: 35px; 
            width: 35px;  
          
}

.carousel-control-prev-icon1 {
  
   
      transform: rotateZ(180deg);
        width:40px !important;
      height:40px !important;
      background: no-repeat 50% / 100% 100%;
     
}


 .carousel-control-next-icon {
  
     background-image: url('images/icon/arrow-icon.png') !important;
     width:40px !important;
      height:40px !important;
     
}


.carousel-control-prev-icon {
  
      background-image: url('images/icon/arrow-icon.png') !important;
      transform: scaleX(-1);
      width:40px !important;
      height:40px !important;
     
}


.carousel-control-next-icon1 {
  background-image: url('images/icon/arrow-icon.png') !important;
 background: no-repeat 50% / 100% 100%;
   width:40px !important;
      height:40px !important;
       opacity:1 !important;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #520359;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  font-size:25px;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.itemdesctxt
{
    font-size:.6rem;
}

a {
      text-decoration:none !important;
   }



.myCtn
{
    width: 350px;
   
}

.logindiv
{
    box-shadow: 0 3px 5px gray;
}

.my_form-control
{
    width: 100%;
    padding: 8px;
    padding-top: 18px;
    border: none;
    border-bottom: 1pt solid #e67716;
    transition: all 200ms ease-in-out;
}

.form-group
{
    position: relative;
}

label
{
    
    width: 100%;
}

.my_place
{
    position: absolute;
    pointer-events: none;
    top: 25px;
    left: 5px;
    color: #e67716;
    transition:  0.2s ease all;
    

}

.my_form-control:focus
{
    width: 100%;
    padding: 8px;
    padding-top: 18px;
    border: none;
    border-bottom: 2px solid #222120;
    outline: none;
}




input:focus ~ .my_place,
input:not(:focus):valid ~ .my_place
{
    top: -6px;
}


  .forgot
  {
      font-size: 12px;
      color: #222120;
      cursor: pointer;
  }

  .menucategory
  {
      color:#222120;
      font-size:22px;

  }

 
.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

.progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #e67716 !important
}

.progressbar #step1:before {
    content: "1";
    color: #fff;
    width: 29px;
    margin-left: 15px !important;
    padding-left: 11px !important
}

.progressbar #step2:before {
    content: "2";
    color: #fff;
    width: 29px
}

.progressbar #step3:before {
    content: "3";
    color: #fff;
    width: 29px;
    margin-right: 15px !important;
    padding-right: 11px !important
}

.progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #9e9e9e;
    border-radius: 50%;
    margin: auto
}

.progressbar li:after {
    content: '';
    width: 121%;
    height: 2px;
    background: #455A64;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    /*z-index: -1*/
}

.progressbar li:nth-child(2):after {
    left: 50%
}

.progressbar li:nth-child(1):after {
    left: 25%;
    width: 121%
}

.progressbar li:nth-child(3):after {
    left: 25% !important;
    width: 50% !important
}

.progressbar li.active:before,
.progressbar li.active:after {
    background:  #e67716;
}

@media only screen and (max-width: 600px) {
  .ordertypeImage
  {
      height:25px;
      width:25px;
     
  }

}

.pac-container {
    z-index: 10000 !important;
}
.customchkout
{
    border-color: #520359;
    color: #fff;
    background-color:#520359;
    padding: 0px 10px 0px 10px;
     
}
div:active, div:focus, a:active, a:focus {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
  }
.modalcouponlist {
  margin: auto;
  width: 60%;
  padding: 10px;
}


.availablecoupons
{
    border:1px solid #222120;
}

.pointer
{
    cursor:pointer;
}

.customorderstatusaccepted
{
    border: 1px solid #e67716 ;
    border-radius:3px;
    color: #e67716;
    background-color:#fff;
    padding:5px 0px 5px 0px;
    text-align:center;
     
}
.cartordercount {
    background-color: #520359;
    height: 18px;
    width: 18px;
    position:absolute;
    top:8px;
    left:10px;
    color:#fff;
    border-radius:50%;
   font-size:12px;
}

.customercomment
{
    width: 100%;    
    color:  #222120;
    border: 1px solid  #e67716;
    border-radius:5px;
    resize: none;
    font-size:12px;
}
.toproundedcorner {
  
    border-radius: 20px 20px 0 0;
 }
.buttonround {
    background-color: #e67716;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width:30px;
  height:30px;
  
  font-size: 15px;
  font-weight:700;
  margin: 4px 3px;
  cursor: pointer;
  border-radius: 50%;
}

.cartImage
{
    width:30px;
}

a{
     font-family: wcfont;
     font-size: 14px;
     /*color: #520359 !important;*/
}




 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{ .itemimgM {
   
    height: 30vw;
    object-fit: cover;
} 
  .selectedlocation
  {
      background-color:white;
      color:black;
  }
  /*.changelocationbtn
{
    width: 100%;
    height: 39px;
    border: 1.4px solid #000000;
    border-radius: 5px;
    color: #000000;
    text-align: center;
    padding: 6px;
    text-transform: none;
}*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 276px) and (max-width: 767.98px) 
{
    .banner1 {
       
         content:url('images/bannersandgroups/match-mania-mobile.jpg');
    }
     .banner2 {
       
        content:url('images/bannersandgroups/offer-mobile.jpg');
    }
      .banner3 {
        
        content:url('images/bannersandgroups/binge-mobile.jpg');
    }
}

.ifdiscount
{
color:#61C600;
}


carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1 !important;
}

.stocknotavailable
{
    opacity: 0.5;
}
.outofstocktext
{
  position: absolute;
  height:100%;
  width:100%;
  font-size: 15px;
  font-weight:900;
  background-color:#000;
  color:red;  
  text-align:center;
  border-radius:8px;

  z-index:10;
   opacity:.5;
}


.dots {
  display: flex;
}
.dots::after {
  white-space: nowrap;
  overflow: hidden;
  direction: rtl;
  content: " - - - - - - - - - - - - - - - - - - - - - - - "
}


.itemsinfo {
  
    
    position:absolute;
    top:10px;
    left:0px;
    color:#fff;
    border-radius:50%;
   font-size:12px;
}


.itemcat
{
    font-size:20px;
    letter-spacing: 7px;
}

@media only screen and (max-width: 600px) {
    .itemcat
{
    font-size:14px;
    letter-spacing: 2px;
}

}




.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	
    margin-top:6px;
}


.rightbtn {
     position: fixed;
    width: 80px;
  
    top: 20px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}