/* FONT STYLE IMPORT */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i"');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: Proximanova-Regular;
    src: url(fonts/Proximanova-Regular.ttf) format('truetype');
}
@font-face {
    font-family: Proximanova-SemiBold;
    src: url(fonts/Proximanova-Semibold.ttf) format('truetype');
}
@font-face {
    font-family: Proximanova-Bold;
    src: url(fonts/Proximanova-Bold.ttf) format('truetype');
}
*,
:after,
:before {
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
* {
margin: 0; 
padding: 0;
}
body,
html {
  font-family: "Nunito", sans-serif;
  color: #191919;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
a{
  color: #191919 ;
    text-decoration: none !important;
}
.top-header{
  width:100%;
  /* height: 50px; */
  /*background-color: #eee;*/
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.loginbox{
  /* width:49%; */
  width:100%;
  padding:10px 0;
  text-align:right;
  display:inline-block;
  
}
.loginbox a{
  font-size:20px;
}
.loginbox .user-svg{
  position:relative;
  top:-2px;
}

.hidden {
  display: none !important
}


.area-box{
  width:100%;
  padding:10px;
  font-size:18px;
  display:inline-block;
}


.area-box h3 {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  color:#292929;
  margin:0;
  top: -10px;
  left: 10px;
  font-size:20px;
}
/* .area-box h3:before{ */
    /* content: ""; */
    /* position: absolute; */
    /* width: 50%; */
    /* height: 1px; */
    /* bottom: 0; */
    /* left: 0%; */
    /* border-bottom: 3px solid #f73a36; */
/* } */

.area-box select {
  border: 0;
  border-bottom: 2px solid #f73a36;
  font-weight: bold;
  letter-spacing: .15em;
  border-radius: 0;
  background: transparent;
  position:relative;
  top:8px;
  left: -124px;
  font-size: 12px;
  color: #818181;
  padding-right:20px;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
  background-repeat:no-repeat;
  background-size:12px 12px;
  background-position:100% 50%;
}
.area-box select:focus, .area-box select:active {
  outline: 0;
  border-bottom-color: #f73a36;
}

.menubar{
  width:100%;
  padding:10px 0;
}
.pickup-btn{
  border:1px solid #cecece;
  display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 0.300rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
  min-width:75px;
  float:left;
}
.pickup-btn:hover{
  color:#f73a36;
  border:1px solid #f73a36;
  background: #fff1f1;
}
.pickup-btn active{
  color:#f73a36;
  border:1px solid #f73a36;
}
.pickup-btn:first-child{
  border-radius:0.25rem 0rem 0rem 0.25rem;
}
.pickup-btn:nth-child(2){
  border-radius:0rem 0.25rem 0.25rem 0rem;
}

.check_out_tak_del_btn{
  border:1px solid #cecece;
  display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 0.300rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
  min-width:75px;
  float:left;
}
.check_out_tak_del_btn:hover{
  color:#f73a36;
  border:1px solid #f73a36;
  background: #fff1f1;
}
.check_out_tak_del_btn active{
  color:#f73a36;
  border:1px solid #f73a36;
}
.check_out_tak_del_btn:first-child{
  border-radius:0.25rem 0rem 0rem 0.25rem;
}
.check_out_tak_del_btn:nth-child(2){
  border-radius:0rem 0.25rem 0.25rem 0rem;
}
.text-light-gray{
  color:#cecece;
}
.text-red{
  color:#f73a36;
}
.text-gray{
  color:#666;
}
.p-t-5{
  /* padding-top:48px; */
  padding-top:170px;
}
.plr-1{
  padding-left:24px;
  padding-right:24px;
}
.time-dropdown{
  display: inline-block;
  width: 20%;
  padding: 0.300rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
  background-repeat:no-repeat;
  background-size:16px 17px;
  background-position:95% 50%;
  font-family:"Nunito", sans-serif;
}

.grid-btn{
  float:right;
}
.main-title{width:100%; display: inline-block;padding-top: 10px;}
.category-title{
  width:100%;
  padding:20px 15px;
  font-size:18px;
  padding-top: 0;
}

.category-title h3 {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  color:#292929;
  font-size:20px;
  margin:0;
  font-family:"Nunito", sans-serif;
}
.category-title h3:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 3px solid #f73a36;
}

.products-box {
  width: 100%;
  margin: auto;
  margin-bottom:20px;
  padding: 10px;
  transition: box-shadow .15s ease-out;
  display: inline-block;
}
.products-box:hover{box-shadow: 2px 8px 8px -4px  #f73a364d; border-radius: 10px;}
.products-image {
  width: 100%;
  max-height:250px;
  margin: auto;
  overflow:hidden;
  border-radius:5px;
}
.products-image img {
  width: 100%;
  margin: auto;
}
.products-details{
  /* padding:10px; */
}
.price {
  color: #f73a36;
  font-size: 18px;
  display:inline-block;
  margin:0;
  line-height:normal;
  font-weight: 500;
}
.pro-name{
  color:#292929;
  padding:5px;
  font-size:20px;
  line-height:normal;
  margin:0;
  font-family: "Nunito", sans-serif;
}
.pro-desc{
  color:#666;
  padding:5px;
  font-size:15px;
  margin:0;
  line-height:normal;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
.pro-customization{
  margin:0;
  padding:5px;
  color: #000;
    font-size: 15px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.pro-customization:hover{
  text-decoration:none;
}
.products-bottom{
  width:100%;
  padding:5px;
}

.AddButton {
  float:right;
  background-color:transparent;
  border-radius:7px;
  /* border:1px solid #ff0000; */
  display:inline-block;
  cursor:pointer;
  color:#ff0000;
  padding:2px 5px;
  text-decoration:none;
  box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
  min-width: 50px;
  text-align: center;
}
.AddButton:hover {
  color:#ff0000;
}
.AddButton:active {
  position:relative;
  top:1px;
}

/***********Product LIST VIEW************/
.pro-listview{
  width:100%;
}
.pro-listview .products-image {
  width: 35%;
  height:auto;
  display:inline-block;
  float:left;
}
.pro-listview .products-image img {
  width: 100%;
  margin: auto;
  padding:5px;
  border-radius:10px;
}

.pro-listview .products-image-right {
  width: 35%;
  height:auto;
  display:inline-block;
  float:right;
}
.pro-listview .products-image-right img {
  width: 100%;
  margin: auto;
  padding:5px;
  border-radius:10px;
}

.pro-listview .products-details{
  width:65%;
  display:inline-block;
}

.pro-listview .AddButton {
  float:right;
  background-color:transparent;
  border-radius:7px;
  /* border:1px solid #ff0000; */
  display:inline-block;
  cursor:pointer;
  color:#ff0000;
  padding:2px 5px;
  min-width:50px;
  text-align:center;
  text-decoration:none;
  box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
}
.pro-listview .price {
  color: #f73a36;
  font-size: 17px;
  display:inline-block;
  margin:0;
  padding:0;
  font-family:"Nunito", sans-serif;
  font-weight:600;
}

.pro-listview .pro-customization{
  margin:0;
  padding:0 5px;
  color: #000;
  font-size: 14px;
  font-family:"Nunito", sans-serif;
}
/*************popup start***************/
.modal-content{border-radius: 10px; overflow: hidden;}

.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  font-weight: 300;
  border-radius: 100%;
  z-index: 4;
  color: black;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.popup-box {
  width: 100%;
  margin: auto;
  margin-bottom:20px;
}
/*.popup-image {
  width: 100%;
  max-height:300px;
  margin: auto;
  overflow:hidden;
}*/

.popup-image {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.popup-image.portrait{height: 300px;}
.popup-image.portrait img{height: 100%; width: auto; display: block;}

.popup-image.landscape{height: 300px;}


/*.popup-image img {
  width: 100%;
  margin: auto;
}*/

.popup-image img {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; */
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.popup-details{
  padding:0 20px;
  position:relative;
}
.popup-box{
  max-height:80vh;
  overflow:auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup-box::-webkit-scrollbar-track {width:5px}
.popup-box::-webkit-scrollbar-track {background: #f2f2f2;}
.popup-box::-webkit-scrollbar-thumb {background-color: #7e7c7e;border-radius: 30px;border: 3px solid #7e7c7e;}
.popup-box::-webkit-scrollbar-thumb:hover {background-color: #494849;}

.popup-name{
  color:#292929;
  padding:15px 5px 10px;
  font-size:22px;
  margin:0;
  max-width: 80%;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight:600;
}
.popup-desc{
  color:#666;
  padding:0px 5px;
  font-size:15px;
  margin:0;
  line-height: normal;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
.popup-addons{
  width:100%;
  border-bottom: 1px solid #929292;
    padding: 5px 0px 5px 5px;
  font-family: "Nunito", sans-serif;
}
.popup-addons h5{
  font-weight:500;
  font-family:"Nunito", sans-serif;
  color: #292929;
  margin-bottom:10px;
}
.addons-title{
  margin:0;
  color: #292929;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
  font-weight:600;
  text-transform:uppercase;
  padding:8px 0;
}
.popup-addons ul{
  margin:0;
}
.popup-addons ul li {
    display: block;
  padding:0 0px 5px;
}
.popup-addons ul li span {
  width:20%;
  display: inline-block;
  text-align:right;
  float:right;
  color: #f73a36;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  font-weight:600;
}
.popup-addons ul li label {
  max-width: 80%;
  display: inline-flex;
    align-items: baseline;
}

.addons-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.addons-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-weight:normal;
}

.addons-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #c0c0c0;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
  top: 5px;
}

.addons-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: solid #f73a36;
  border-width: 4px;
  border-radius: 50px;
}

.addons-group label.checkbox-multiple:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #c0c0c0;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 0px;
  top: 5px;
}


.addons-group input:checked + label.checkbox-multiple:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid #f73a36;
  border-width: 3px;
  border-radius:0px;
}

.addons-group input:checked + label.checkbox-multiple:after {
  background-color: #f73a36;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 100%;
}

.popup-spec-inst{
  width:100%;
}
.spec-inst-title{
  margin:0;
  padding:10px 5px;
  color: #292929;
    font-size: 14px;
    font-family: sans-serif;
  font-weight:600;
  text-transform:uppercase;
}

.popup-bottom{
  width:100%;
  padding:0 10px;
}
.popup-cart-btn {
  float: right;
  /*width:200px;*/
  width:auto;
    background-color: #f73a36;
    border-radius: 5px;
    border: 2px solid #f73a36;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 5px 15px;
    text-transform:uppercase;
  font-size:14px;
}
.popup-cart-btn:hover {
 background: #f73a36;
}
.popup-cart-btn span{
  float:right;
}

.num-block {
  float: left;
  width: 100%;
  padding: 15px;
}

/* skin 1 */
.skin-1 .num-in {
  float: left;
  width: 94px;}

.skin-1 .num-in span {
  display: block;
  float: left;
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.skin-1 .num-in span.dis:before {
  background-color: #ccc !important;
}

.skin-1 .num-in input {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #000;
  text-align: center;
  padding: 0;
}

.skin-1 .num-in span.minus:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  /*background-color: #00A94F;*/
  background-color: #f73a36;
  top: 50%;
  left: 0;
}

.skin-1 .num-in span.plus:before, .skin-1 .num-in span.plus:after {
  content: '';
  position: absolute;
  right: 0px;
  width: 15px;
  height: 2px;
  /*background-color: #00A94F;*/
  background-color: #f73a36;
  top: 50%; 
} 

.skin-1 .num-in span.plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* / skin 1 */

/*************popup end ***************/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.rightsidebar{
  width:30%;
  background-color:#f9f9f9;
  height:100vh;
  position:absolute;
  right:0;
}
.rightsidebar-title{
  font-size:20px;
  color:#292929;
  text-align:left;
  padding:10px;
}
.overlay a:hover, .overlay a:focus {
  color: #cd2122;
}
.fs-20{
  font-size:20px;
}
.overlay .closebtn {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 30px;
  z-index:1000;
  color:#737373;
}


.loyalty-cashback-desktop{
  width:100%;
  padding:0px 10px;
  border:1px solid #f73a36;
  border-radius:10px;
}
.loyalty-cashback-desktop a{
  font-size:12px;
}

.loyalty-cashback-mobile{
    display:none;
}
#loyaltycashback .modal-dialog{
  margin:0 auto;
}
.loyalty-content{
  width:100%;
  padding:20px 10px; 
}

.loyalty-content .loyalty-title {
  font-size:18px;
  padding-top:30px;
  padding-bottom:20px;
  text-align:center;
}
.loyalty-content .loyalty-description {
  font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.loyalty-content .loyalty-subtitle {
  font-size:16px;
}
.loyalty-content ul{
  width:100%;
  list-style:none;
}
.loyalty-content ul li{
  width:100%;
}
.loyalty-content ul li p{
  width:100%;
  margin:0;
  display: inline-flex;
  font-size:13px;
  line-height:normal;
}
.loyalty-content ul li p i{
  font-size:10px;
  padding:5px;
}





.giftcard-desktop{
  width:100%;
  padding:0px 10px;
  border:1px solid #f73a36;
  border-radius:10px;
}
.giftcard-desktop a{
  font-size:12px;
}

.giftcard_mobile {display: none;}

.giftcard-desktop.giftcard_mobile{width: 37%; float: right; text-align: center; margin-bottom: 10px;}
/* MEDIA QUERY*/



@media only screen and (max-width:320px){
  .pickup-delivary-time .loyalty-cashback-mobile {
    width: auto;
    float: none !important;
    display: block !important;
    padding: 0px 3px;
    border: 1px solid #f73a36;
    border-radius: 10px;
  }
  .pickup-delivary-time p {
    text-align: center !important;
    float: none !important;
  }
}












@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.table h6{
  margin-top:0;
  font-size:18px;
}
.param {
    margin-bottom: 7px;
    line-height: 1.4;
}
.param-inline dt {
    display: inline-block;
}
.param dt {
    margin: 0;
    margin-right: 7px;
    font-weight: 500;
    color:#666;
    font-size: 15px;
    font-family:"Nunito", sans-serif;
}
.param-inline dd {
    vertical-align: baseline;
    display: inline-block;
}

.param dd {
    margin: 0;
    vertical-align: baseline;
} 

.shopping-cart-wrap .price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block;
}
.rightsidebar-bottom {
  border-top: 2px solid #e8e8e8;
  width:100%;
  padding:0 10px;
  text-align:left;
  position:absolute;
  bottom:10px;
}
.subtotal-title {
  padding:20px 0;
  font-size: 20px;
    font-weight: 600;
}
.subtotal-title span{
  float:right;
  color:#f73a36;
  font-size:20px;
  font-weight: 600
}
.subtotal-btn {
  display:block;
  width:100%;
    background-color: #f73a36;
    border-radius: 5px;
    border: 2px solid #f73a36;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    text-transform:uppercase;
  font-size:14px;
  text-align:center;
}
.subtotal-btn:hover {
 background: #f73a36;
 color:#fff;
}

/*********************************DELIVARY LOCATION & DETAILS******************************************/
.delivary-details{
  width:100%;
  /*padding:10px 0;*/
  padding:20px 0;
}
.delivary-location{
  width:100%;
  /*padding:10px 0;*/
  padding:20px 0;
}
.search-box{
  width:50%;
  /*background-color: #eee;*/
  /*background-color: #f9f9f9;*/
  padding:3px;
}
.search-box h4{
  font-size:18px;
  color:#292929; 
}
.search-box p{
  color:#666;
  font-size: 13px;
    line-height: normal;
}
.search-box input[type="text"] {
  width: 50%;
  /* margin: 8px 0 0; */
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  border:none;
  border-bottom:1px solid #919191;
  background-color:transparent;
  font-family: 'Lato';
}


.inputWithIcon input[type="text"] {
  padding-left: 30px;
}

.inputWithIcon {
  position: relative;
  left:15px;
}

.inputWithIcon i {
  position: absolute;
  left: 0px;
  top: 13px;
  color: #aaa;
  transition: 0.3s;
}


.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
 
}

.capitalize{
  text-transform:capitalize;
}
.address-box{
  width:100%;
  /*padding:10px 0;*/
  /*padding-top: 25px;*/
  padding: 20px 20px;
  border-radius:15px;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
  min-height:210px;

}
.add-line1{
  font-size:18px;
  /* font-weight:600; */
  padding-bottom:5px;
  margin:0;
  color:#292929;
  text-transform:capitalize;
}
.add-line2{
  font-size:14px;
  color:#666;
}
.add-line3{
  font-size:14px;
  padding-bottom:10px;
  margin:0;
  color:#292929;
  font-weight:600;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.add-line4{
  font-size:14px;
  padding-bottom:5px;
  margin:0;
  color:#292929;
  font-family: "Nunito", sans-serif;
}

.tak_delivery, .layout_view{
    color: #f73a36;
    border: 1px solid #f73a36;
    background: #fff1f1;
}

/*************FOR FIXED HEADER & MENU*************/
.fixed, .sticky{
  z-index: 1;
}
.fixed{
  position: fixed;
  width: 100%;
  z-index: 2;
}
.sticky{
  position: relative;
  top: 60px;
  /* background-color: #fff; */
}
.out-container{
  top: 0px;
  z-index: 2;
  padding:20px 0;
  /* background:white; */

}

.main_fixed_div {
    position: relative;
    top: 80px;
}


/**************************/

/***********NEW LOGO CSS ***********************/
.inside-logo-box{
  /* width:100%; */
  /* margin-top: -60px; */
  /* margin-left: 20px; */
  background-color:#fff;
  width:27%;
  line-height:80px;
  height:80px;
  display:inline-block;
  text-align:center;
}
.inside-logo-box img{
  /*width:auto;*/
  max-width: 100%;
  padding: 5px 0px;
  max-height: 90px;
  vertical-align:middle;
}
/************END OF THE NEW LOGO CSS **********************/

.all_data{
  width:80%; 
  display:inline-block;
  position: relative;
  top: -67px;
}

.cmn_cls_grid {
  justify-content: end;
  position: relative;
  /* top: -65px; */
}

.address-msg{
  width:100%;
  padding:5px 10px;
  /*border-bottom:2px solid #cd2122;*/
}
.address-msg h4{
  font-size:16px;
  margin:0;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  border-bottom:2px solid #cd2122;
  padding-bottom: 10px;
  display:inline-block;
}
/*********************NEW CSS FOR HOME PAGE AND HEADER**************************/
.new-textbox{
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-wrapper {
  display: flex;
  position: relative;
  color: #000;
  z-index: 0;
  font-size:1rem;
  line-height:1.5;
  width: 100%;
  padding: 0.300rem 0.75rem;
  overflow: hidden;
  background:#fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.input-wrapper .search-icon {
  margin-right: 15px;
  color:#ff0000;
  position:relative;
  top:-2px;
}

.input-wrapper input {
  color: #000;
  font-size: 16px;
  border: 0;
  outline: 0;
  height: 100%;
  width: 100%;
  background: none;
  font-family:"Nunito", sans-serif;
}
.info-btn svg{
  position:relative;
}
.coupon-code-box{
  width:102%;
  display:inline-block;
  border:1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.500rem 0.25rem;
}
.svg-color{
  display:inline-block;
  fill:#ff0000;
  float:left;
}
.coupon-code-box .offer-text{
  display: inline-block;
    max-width: 100%;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 11px;
    height: 18px;
  margin:0;
  font-family:"Nunito", sans-serif;
}

.coupon-code-box .offer-coupon-code{
  float:right;
  vertical-align: middle;
  font-size:11px;
  margin:0;
  border: 1px dashed #ff0000;
    padding: 0px 10px;
  text-transform:uppercase;
  font-family:"Nunito", sans-serif;
}
.offer-image-box{
  width:100%;
  display:inline-block;
  border-radius:10px;
    object-fit: cover;
  overflow:hidden;
}
.offer-image-box img{
  width:100%;
  display:inline-block;
  overflow:hidden;
  object-fit: cover;
  /*max-height:108px;*/
}
.address-info{
  max-width: 65%;
    display: inline-block;
    float: right;
    text-align: left;
    width: 72%;
}
.address-info .restaurant-name{
  display: inline-block;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 0px;
  font-family:"Nunito", sans-serif;
  font-weight:800;
}
.address-info .restaurant-address{
  display: inline-block;
    line-height: normal;
    font-size: 15px;
  margin-bottom: 0px;
  font-family:"Nunito", sans-serif;
  line-height: normal;
  width:100%;
  font-weight: 500;
}
.address-info .restaurant-time{
  display: inline-block;
    line-height: normal;
    font-size: 15px;
  font-family:"Nunito", sans-serif;
  line-height: normal;
  font-weight: 500;
}
.address-info .restaurant-time svg{
  margin-left:5px;
  overflow: visible;
}
.address-info .restaurant-address span, .address-info .restaurant-time span{
  padding-right:5px;
  color:#ff0000;
}
.seprator{
  width: 100%;
    position: relative;
    left: -65%;
    border-top: 1px solid #c5c5c5;
    right: 0;
    min-width: 2600px;
}
.mobile-seprator{
  
}
.for-mobile{
  display:none;
}
.mobile-menu{
  display:none;
}
.pickup-delivary-time{
  width:100%;
  float:right;
  text-align:right;
  font-size:14px;
  font-family:"Nunito", sans-serif;
  font-weight: 600;
  line-height:22px;
}
.pickup-delivary-time p{
  margin:0;
}
/*******************************/
#main_slide_offer_img_list .owl-nav {
  position: absolute;
  top: 25%;
  margin:0;
  left: 0;
  right: 0;
  display:block;
  opacity:0;
}
#main_slide_offer_img_list:hover .owl-nav{
  opacity:0.8;
}
#main_slide_offer_img_list .owl-nav .owl-prev, #main_slide_offer_img_list .owl-nav .owl-next {
  position: absolute;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#main_slide_offer_img_list .owl-prev i, #main_slide_offer_img_list .owl-next i {
  font-size: 2.5rem;
  color: #000;
  background: rgb(255 255 255 / 0.8);
  width: 40px;
  text-align: center;
  line-height: 2.5rem;
}
#main_slide_offer_img_list .owl-prev {
  left: 3px;
}
#main_slide_offer_img_list .owl-next {
  right: 3px;
}
/*******************************/
/*******************************/
#coupon-slide .owl-nav {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  display:block;
  opacity:0;
  margin:0;
}
#coupon-slide:hover .owl-nav {
  opacity:1;
}
#coupon-slide .owl-nav .owl-prev, #coupon-slide .owl-nav .owl-next {
  position: absolute;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  top:5px;
}
#coupon-slide .owl-prev i, #coupon-slide .owl-next i {
  font-size: 1.5rem;
  color: #000;
  background: rgb(255 255 255 / 0.8);
  width: 40px;
  text-align: center;
  line-height: 1.5rem;
}
#coupon-slide .owl-prev {
  left: 3px;
}
#coupon-slide .owl-next {
  right: 3px;
}
/*******************************/
/*************NEW DROP DOWN BUTTON Start************/
.new-dropdown-button-mobile{
  display:none;
}

/*************NEW DROP DOWN BUTTON END************/
/* Popup container - can be anything you want */
.msg-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

/* The actual popup */
.msg-box .msgtext {
  visibility: hidden;
  width: 110%;
  background-color: #FFF;
  color: #555;
  border-radius: 5px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top:-30px;
  left: 105%;
  margin-bottom: 0;
  font-size:14px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Toggle this class - hide and show the popup */
.msg-box .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.msgtext h6{
  margin:5px 0;
  line-height:13px;
  font-size:13px;
  font-family:"Nunito", sans-serif;
}
.msgtext h6 span{
  color:#666;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.header-cart span{
  color: #ff0000;
    position: relative;
    left: 22px;
    top: -5px;
  font-size:13px;
}
.cart-color{
  fill:#ff0000;
}

/* Add New CSS FOR SELECT BRANCH LOCATION START*/

.header_bg_img_box{width: 100%; display: inline-block;max-height:200px;overflow:hidden; margin-bottom: -90px;}
.header_bg_img_box img{width:100%; object-fit: cover;}

.area-box.header_logo_img{max-width:300px; display: inline-flex;height:200px; align-items:center; overflow:hidden; justify-content:center; border-radius:10px; background-color:#fff; max-height:100% }
.area-box.header_logo_img img{object-fit: cover; max-width:100%; max-height: inherit;}
.restautant-location-details{width: 100%; display: inline-block; padding-right:15px;}
.restautant-location-details .add-line1{font-size:20px; padding-bottom: 15px; vertical-align: middle; display: flex; align-items: center; color:#cd2122;}
.restautant-location-details .add-line1 svg{max-width:25px; fill:#cd2122; margin-right:5px;}
.restautant-location-details .add-line2{font-size:16px; color: #292929; display: flex; align-items: flex-start;}
.restautant-location-details .add-line2 svg{max-width:25px; fill:#292929; margin-right:5px;}
.restautant-location-details .add-line4{font-size:16px; color: #292929; display: flex; align-items: flex-start;}
.restautant-location-details .add-line4 svg{max-width:25px; fill:#292929; margin-right:5px;}
.btn-box{width: 50%; display: inline-block;}
.btn-new-type-1{font-size:14px; border:1px solid #cd2122; color:#cd2122; font-weight:600; border-radius:5px; width: 100%; display: inline-block; padding: 5px; text-align: center;}
.btn-new-type-1:not(:last-child){margin-bottom: 10px;}
.btn-new-type-1:hover{background-color:#cd2122; color:#fff;}


/* Add New CSS FOR SELECT BRANCH LOCATION END*/

/*****************************Responsive Media Queries**************************/


@media only screen and (max-width: 480px) {

  .store-hours-modal {
    justify-content: center;
    align-items: center;
  }

  .grid-btn {
    float: right;
    position: relative;
    top: 0px;
  }
  .out-container {
    top: 0px;
    z-index: 1;
    padding: 20px 0;
    background: white;
  }

  .top-header {
    width: 100%;
    /* height: 65px; */
    /*background-color: #eee;*/
    background-color: #fff;
    padding: 0px 0px;
  }
  .area-box{
    padding:10px 0 0;
    width:100%;
  }
  .back-icon {
    max-width: 12px;
    margin: 0px;
    position: absolute;
    top: 20%;
  }

  .area-box h3 {
    display: inline-block;
    padding: 10px 0 0;
    position: relative;
    color: #292929;
    margin: 0;
    font-size:18px;
  }
  .area-box select{
    top: -15px;
    left: 30px;
    max-width: 75%;
  }

  .loginbox {
    width: 100%;
    /*padding: 15px 10px;*/
    padding: 10px 0px;
    padding-top:10px;
    text-align: right;
    display: inline-block;
  }
  .loginbox a{
    font-size:16px;
  }
  .p-t-5{
    /* padding-top:50px; */
    padding-top:460px
  }
  .plr-1{
    padding-left:5px;
    padding-right:5px;
  }
  .category-title {
    width: 100%;
    padding: 10px;
  }
  .category-title h3 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    color: #292929;
    font-size:18px;
  }
  .pickup-btn{
    border:1px solid #cecece;
    display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    min-width:auto;
    margin-bottom:5px;
  }

  .check_out_tak_del_btn{
    border:1px solid #cecece;
    display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    min-width:auto;
    margin-bottom:5px;
  }
  .time-dropdown{
    display: inline-block;
    width: 19%;
    padding: 0px 10px;
    padding-right: 15px;
    font-size: 14px;
    height:34px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
    background-repeat:no-repeat;
    background-size:16px 17px;
    background-position:95% 50%;
    margin-bottom:0px;
  }
  
  .grid-btn{
    float:right;
  }
  .popup__close {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    height: auto;
    font-size:18px;
    font-weight: 300;
    border-radius: 100%;
    z-index: 4;
    color: #fff;
    line-height: normal;
    text-align: center;
    cursor: pointer;
  }
  .popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 90%;
    height: auto;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
  }
  .popup-box {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .popup-image {
    width: 100%;
    max-height: 150px;
    margin: auto;
    overflow: hidden;
  }
  .popup-name {
    padding: 0px 0px;
    font-size: 16px;
    margin: 0;
  }
  .popup-desc {
    padding: 0px 5px;
    font-size: 13px;
    margin: 0;
    text-align:justify;
    line-height:1.2;
    margin-bottom: 5px;
  }
  .popup-addons {
    width: 100%;
    border-bottom: 1px solid #929292;
    padding: 0px;
  }
  .spec-inst-title {
    margin: 0;
    padding:5px 0px;
    color: #292929;
    font-size: 12px;
  }
  .num-block {
    float: left;
    width: 100%;
    padding: 5px;
  }
  .skin-1 .num-in {
    float: left;
    width: auto;
  }
  .popup-cart-btn {
    float: right;
    width: auto;
    background-color: #f73a36;
    border-radius: 5px;
    border: 2px solid #f73a36;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .popup-cart-btn span {
    float: right;
    padding-left:10px;
  }
  
  .rightsidebar {
    width: 100%;
    background-color: #f9f9f9;
    height: 100vh;
    position:absolute;
    right:0
  }

  /* New logo design changes */
  .search-box {
    width: 100%;
    /* background-color: #f9f9f9; */
    padding: 3px;
  }
  .inputWithIcon {
    position: relative;
    left: 0px;
  }

  .search-box input[type="text"]{
    width:100%;
  }

  .inside-logo-box{
    width:100%;
    margin:auto;
    box-shadow: none;
  }
  .inside-logo-box img{
    /*width:auto;*/
    max-width: 100%;
    max-height: 80px;
    /* padding: 0px 0px 10px; */
  }
  /* End of the New logo design changes */
  
  .out-container {
    top: 0px;
    z-index: 1;
    padding: 0px 0px;
  }
  .sticky {
    position: relative;
  }
  .address-info{
    max-width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
  }
  .address-info .restaurant-name {
    display: inline-block;
    line-height: normal;
    font-size: 16px;
    margin:0px;
  }
  .address-info .restaurant-address{
    font-size:13px;
    line-height:normal;
    display:inline-flex;
  }
  .address-info .restaurant-time{
    font-size:13px;
  }
  .for-mobile{
    display:inline-block;;
  }
  .mobile-menu{
    display:inline-block;;
  }
  .for-desktop{
    display:none;
  }
  .search-wrapper{
    margin-bottom:5px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .mobile-seprator{
    border-top: 1px solid #c5c5c5;
    position: relative;
    left: -15px;
    width: 150%;
    top: 0px;
  }
  /* .coupon-code-box .offer-coupon-code{ */
    /* display:none; */
  /* } */
  .new-dropdown-button-mobile {
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 50000;
    width: 100%;
    text-align: center;
  }

  .dropbtn {
    background-color: #ff0000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    width: 160px;
    border-radius:50px;
  }
  .dropbtn:focus{
    outline:none;
  } 
  .dropup {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  text-align: center;
  }
  /*.dropup ul{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 5px !important;
    padding: 0;
    max-height: 90vh;
    overflow-x: auto;
    margin:0 auto;
    left: -20% !important; 
    text-align: center;
  }*/

.dropup ul{
  width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 5px !important;
    padding: 0;
    max-height: 85vh;
    overflow-x: auto;
    margin: 0 auto;
    left: 0% !important;
    text-align: center;
    transform: none !important;
    will-change: inherit !important;
    top: auto !important;
    bottom: 60px !important;
}

  .dropup ul li{
    width:100%;
  }
  .dropup ul li a{
    width: 100%;
    padding: 5px 20px;
    color: #666;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
  white-space: inherit;
  display: inline-block;
  }
  .dropup .dropdown-toggle::after{
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  #offer-image-slide .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
  }
  #coupon-slide .owl-nav {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    display: block;
  }
  #coupon-slide .owl-prev {
    left: 0px;
  }
  #coupon-slide .owl-next {
    right: 0px;
  }
  .pickup-delivary-time{
    text-align:center;
  }
  /* The actual popup */
  .msg-box .msgtext {
    visibility: hidden;
    width: 115%;
    background-color: #FFF;
    color: #555;
    border-radius: 5px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top:25px;
    left: -5%;
    margin-bottom: 0;
    font-size:14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  }

  /* Toggle this class - hide and show the popup */
  .msg-box .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  .msgtext h6{
    margin:5px 0;
    line-height:13px;
    font-size:13px;
    font-family:"Nunito", sans-serif;
  }
  .msgtext h6 span{
    color:#b1b1b1;
  }
  .header-cart span{
    color: #ff0000;
    position: relative;
    left: 25px;
    top: -5px;
  }

  .loyalty-cashback-desktop{
    display:none;
  }
  .pickup-delivary-time p{
    display:inline-block;
    text-align:right;
    float:right;
    line-height:25px;
  }
  .pickup-delivary-time .loyalty-cashback-mobile{
    width:auto;
    float:left;
    display:block;
    padding:0px 3px;
    border:1px solid #f73a36;
    border-radius:10px;
  }
  .pickup-delivary-time .loyalty-cashback-mobile a{
    font-size:12px;
  }

  .search-wrapper .input-wrapper{width:100%;}
  .order_success_text p{font-Size:16px !important;}
  .giftcard_mobile {display: block;}
  .giftcard_tab{margin-top: 90px !important;}


}

@media only screen and (max-width: 360px) {
  .giftcard_tab {margin-top: 140px !important;}
}

@media (min-width: 481px) and (max-width: 767px) {
  
  .out-container{
    z-index:1;
    background:transparent;
    position: relative;
  }
  .grid-btn {
    float: right;
    position: relative;
    top: 0px;
  }
  .top-header {
    width: 100%;
    /*background-color: #eee;*/
    background-color: #fff;
    padding: 0px 0px;
  }
  .area-box{
    padding:10px 0 0;
    width:100%;
  }
  .area-box h3 {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    color: #292929;
    margin: 0;
    font-size:20px;
  }
  .area-box select{
    top: 10px;
    left: -83px;
  }
  .loginbox {
    width: 100%;
    padding: 15px 10px;
    text-align: right;
    display: inline-block;
  }
  .loginbox a{
    font-size:18px;
  }
  .back-icon {
    max-width: 12px;
    margin: 0px;
    position: absolute;
    top: 30%;
  }
  .p-t-5{
    padding-top:275px;
  }
  .plr-1{
    padding-left:10px;
    padding-right:10px;
  }
  
  .pickup-btn{
    border:1px solid #cecece;
    display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom:5px;
  }

  .check_out_tak_del_btn{
    border:1px solid #cecece;
    display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom:5px;
  }
  .time-dropdown{
    display: inline-block;
    width: 16%;
    padding:6px 20px 6px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
    background-repeat:no-repeat;
    background-size:16px 17px;
    background-position:98% 50%;
    margin-bottom:5px;
  }
  .category-title {
    width: 100%;
    padding: 0 15px;
  }
  .category-title h3 {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #292929;
    font-size:18px;
  }
  
  .popup__close {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    height: auto;
    font-size:18px;
    font-weight: 300;
    border-radius: 100%;
    z-index: 4;
    color: #fff;
    line-height: normal;
    text-align: center;
    cursor: pointer;
  }
  .popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 80%;
    height: auto;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
  }
  .popup-box {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .popup-image {
    width: 100%;
    max-height: 160px;
    margin: auto;
    overflow: hidden;
  }
  .popup-name {
    padding: 5px;
    font-size: 16px;
    margin: 0;
  }
  .popup-desc {
    padding: 0px 5px;
    font-size: 14px;
    margin: 0;
    text-align:justify;
    line-height:1.2;
    margin-bottom: 5px;
  }
  .popup-addons {
    width: 100%;
    border-bottom: 1px solid #929292;
    padding: 0px;
  }
  .spec-inst-title {
    margin: 0;
    padding:5px 0px;
    color: #292929;
    font-size: 12px;
  }
  .num-block {
    float: left;
    width: 100%;
    padding: 5px;
  }
  .skin-1 .num-in {
    float: left;
    width: auto;
  }
  .popup-cart-btn {
    float: right;
    width: auto;
    background-color: #f73a36;
    border-radius: 5px;
    border: 2px solid #f73a36;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .popup-cart-btn span {
    float: right;
    padding-left:10px;
  }
  
  .rightsidebar {
    width: 80%;
    background-color: #f9f9f9;
    height: 100vh;
    position:absolute;
    right:0
  }

  /*.inside-logo-box{
    width:80%;
    margin:auto;
    box-shadow: none;
  }
  .inside-logo-box img{
    width:100%;
    padding: 0px 0px 10px;
  }*/

  .inside-logo-box {
    width: 35%;
    margin: auto;
    box-shadow: none;
    /* background: transparent; */
  }
  .inside-logo-box img {
    max-width: 100%;
    max-height: 80px;
    padding: 0px 0px 0px;
  }
  .for-mobile{
    display:inline-block;;
  }
  .mobile-menu{
    display:inline-block;;
  }
  .for-desktop{
    display:none;
  }
  .address-info {
    max-width: 65%;
    float: right;
    text-align: left;
    width: 80%;
    padding-left: 15px;
  }
  .address-info .restaurant-name{
    margin:0;
  }
  .search-wrapper{
    margin:10px 0;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .mobile-seprator{
    border-top: 1px solid #c5c5c5;
    position: relative;
    left: -15px;
    width: 150%;
    top: -8px;
  }
  .new-dropdown-button-mobile {
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
  }

  .dropbtn {
    background-color: #ff0000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    width: 160px;
    border-radius:50px;
  }
  .dropbtn:focus{
    outline:none;
  } 
  .dropup {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 160px;
  }

  .dropup-content {
    display: none;
    position: absolute;
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
  }
  .dropup .dropdown-toggle::after{
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .dropup ul{
    width:100%;
    border: none;
    outline: none;
    border-radius:10px;
    background-color:#fff;
    margin-bottom: 5px !important;
    padding: 0;
  }
  .dropup ul li{
    width:100%;
  }
  .dropup ul li a{
    width: 100%;
    padding: 8px 20px;
    color: #666;
    font-size: 16px;
  }
  .coupon-code-box .offer-coupon-code{
    padding:0 5px;
  }
  #offer-image-slide .owl-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
  }
  #coupon-slide .owl-nav {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    display: block;
  }
  #coupon-slide .owl-prev {
    left: 0px;
  }
  #coupon-slide .owl-next {
    right: 0px;
  }
  /* The actual popup */
  .msg-box .msgtext {
    visibility: hidden;
    width: 100%;
    background-color: #FFF;
    color: #555;
    border-radius: 5px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top:25px;
    left: 0%;
    margin-bottom: 0;
    font-size:14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  }

  /* Toggle this class - hide and show the popup */
  .msg-box .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  .msgtext h6{
    margin:5px 0;
    line-height:13px;
    font-size:13px;
    font-family:"Nunito", sans-serif;
  }
  .msgtext h6 span{
    color:#b1b1b1;
  }
  .header-cart span{
    color: #ff0000;
    position: relative;
    left: 25px;
    top: -5px;
  }


  .loyalty-cashback-desktop{
    display:none;
  }
  .pickup-delivary-time p{
    display:inline-block;
    line-height:25px;
  }
  .pickup-delivary-time .loyalty-cashback-mobile{
    width:auto;
    display:block;
    float:left;
    padding:0px 10px;
    border:1px solid #f73a36;
    border-radius:10px;
  }
  .pickup-delivary-time .loyalty-cashback-mobile a{
    font-size:12px;
  }
 

}

@media (min-width: 768px) and (max-width: 1024px) {
  .out-container {
    top: 0px;
    z-index: 2;
    padding: 20px 0;
    background: white;
  }
  .grid-btn {
    float: right;
    position: relative;
    top: 0px;
    left: 15px;
  }

  .top-header {
    width: 100%;
    /* height: 60px; */
    /*background-color: #eee;*/
    background-color: #fff;
    padding: 10px 0 0;
  }
  .area-box {
    padding: 5px;
    width: 100%;
  }
  .area-box h3 {
    display: inline-block;
    padding-bottom: 0px;
    position: relative;
    color: #292929;
    margin: 0;
    font-size:22px;
    width:90%;
  }
  .area-box select{
    left: 25px;
      max-width: 50%;
      top: -10px;
  }
  .loginbox {
    width: 100%;
    padding: 10px;
    text-align: right;
    display: inline-block;
  }
  .loginbox a{
    font-size:20px;
  }
  .back-icon {
    max-width: 12px;
    margin-right: 0;
  }
  /* .p-t-5{ */
     /* padding-top:50px; */
    /* padding-top:170px; */
  /* } */
  
  .pickup-btn{
    border:1px solid #cecece;
    display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 7px 10px;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom:0px;
    min-width:auto;
  }
  .check_out_tak_del_btn{
    border:1px solid #cecece;
    display: inline-block;
    font-weight: 400;
    color: #cecece;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 7px 10px;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom:0px;
    min-width:auto;
  }
  .time-dropdown{
    display: inline-block;
    width: 20%;
    padding:5px 20px 3px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
    background-repeat:no-repeat;
    background-size:16px 17px;
    background-position:98% 50%;
    margin-bottom:0px;
  }
  .category-title {
    width: 100%;
    padding: 0 15px;
  }
  .category-title h3 {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #292929;
    font-size:18px;
  }
  
  .popup__close {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    height: auto;
    font-size:18px;
    font-weight: 300;
    border-radius: 100%;
    z-index: 4;
    color: #fff;
    line-height: normal;
    text-align: center;
    cursor: pointer;
  }
  .popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 65%;
    height: auto;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
  }
  .popup-box {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .popup-image {
    width: 100%;
    max-height: 180px;
    margin: auto;
    overflow: hidden;
  }
  .popup-name {
    padding: 5px;
    font-size: 16px;
    margin: 0;
  }
  .popup-desc {
    padding: 0px 5px;
    font-size: 14px;
    margin: 0;
    text-align:justify;
    line-height:1.2;
    margin-bottom: 5px;
  }
  .popup-addons {
    width: 100%;
    border-bottom: 1px solid #929292;
    padding: 5px;
  }
  .spec-inst-title {
    margin: 0;
    padding:5px 0px;
    color: #292929;
    font-size: 12px;
  }
  .num-block {
    float: left;
    width: 100%;
    padding: 5px;
  }
  .skin-1 .num-in {
    float: left;
    width: auto;
  }
  .popup-cart-btn {
    float: right;
    width: auto;
    background-color: #f73a36;
    border-radius: 5px;
    border: 2px solid #f73a36;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .popup-cart-btn span {
    float: right;
    padding-left:10px;
  }
  
  .rightsidebar {
    width: 45%;
    background-color: #f9f9f9;
    height: 100vh;
    position:absolute;
    right:0
  }
  
  /*****************************/
  .add-name {
    width: 89%;
    font-size:18px;
  }
  .country-code {
    position: absolute;
    top: 40%;
    display: inline-block;
    width: auto;
    padding: 0px 20px 0px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(https://order.voolsy.com/images/small-down-arrow-icon-15593.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 70% 50%;
    border: none;
  }
  .signup-mobile {
    padding-left:20%;
  }
  .radio-group{
    display:flex;
    padding-top:10px;
  }
  .radio-group label {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    font-size:15px;
  }
  .radio-group label input {
    position: absolute;
    left: -9999px;
  }
  .radio-group label input:checked + span:before {
    box-shadow: inset 0 0 0 0.3000em #f73a36;
  }
  .radio-group label span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
     align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
  }
  .radio-group label span:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #d2d2d2;
  }
  .add-name{
    width:89%;
    font-size:17px;
  }
  
  /* New Design Logo changes */
  .search-box {
    width: 60%;
    /* background-color: #f9f9f9; */
    padding: 3px;
  }
  .inputWithIcon {
    position: relative;
    left: 25px;
  }
  .inside-logo-box{
    /* margin-top:-45px; */
    width:35%;
  }
  /* End of the New Design Logo changes */
  .mobile-menu{
    display:none;
  }
  .address-info {
    max-width: 60%;
    width: 72%;
    padding-left:5px;
  }
  .address-info .restaurant-name{
    margin:0;
    font-size:16px;
  }
  .address-info .restaurant-address{
    font-size:12px;
    display:inline-flex;
  }
  .coupon-code-box .offer-text{
    max-width:100%;
  }
  /*.new-dropdown-button-mobile{
    display:block;
  }*/
  .new-dropdown-button-mobile {
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }

  .dropbtn {
    background-color: #ff0000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    width: 160px;
    border-radius:50px;
  }
  .dropbtn:focus{
    outline:none;
  } 
  .dropup {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: auto;
  text-align: center;
  }
  

.dropup ul{
  width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 5px !important;
    padding: 0;
    max-height: 85vh;
    overflow-x: auto;
    margin: 0 auto;
    left: 0% !important;
    text-align: center;
    transform: none !important;
    will-change: inherit !important;
    top: auto !important;
    bottom: 60px !important;
}

  .dropup ul li{
    width:100%;
  }
  .dropup ul li a{
    width: 100%;
    padding: 5px 20px;
    color: #666;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
  white-space: inherit;
  display: inline-block;
  }
  .dropup .dropdown-toggle::after{
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .coupon-code-box .offer-coupon-code{
    padding:0 5px;
  }
  #offer-image-slide .owl-nav {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
  }
  .search-wrapper {
      font-size: 1rem;
      line-height: 1.5;
      width: 100%;
  }
  .pickup-delivary-time {
    position: relative;
    top:5px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .time-dropdown{
    display: inline-block;
    width: 23%;
    padding:0.300rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
    background-repeat:no-repeat;
    background-size:16px 17px;
    background-position:98% 50%;
    margin-bottom:5px;
  }
  
  .popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    height: auto;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
  }
  
  .rightsidebar {
    width: 40%;
    background-color: #f9f9f9;
    height: 100vh;
    position:absolute;
    right:0
  }
  .new-dropdown-button-mobile{
    display:none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-t-5{
    /* padding-top:50px; */
    padding-top:275px;
  }

  .loyalty-cashback-desktop{
    display:none;
  }
  .pickup-delivary-time p{
    display:inline-block;
    line-height:25px;
  }
  .pickup-delivary-time .loyalty-cashback-mobile{
    width:auto;
    display:block;
    float:left;
    padding:0px 10px;
    border:1px solid #f73a36;
    border-radius:10px;
  }
  .pickup-delivary-time .loyalty-cashback-mobile a{
    font-size:12px;
  }
  .loyalty-cashback-desktop a {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) { 
  .p-t-5{
    /* padding-top:50px; */
    padding-top:270px;
  }

  .loyalty-cashback-desktop a {
    font-size: 12px;
    line-height:12px;
  }
}
/*********************************404 Error Page Design******************************************/
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
}

.notfound .notfound-404 {
  position: relative;
  height: 220px;
}

.notfound .notfound-404 h1 {
  font-family: 'Kanit', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 186px;
  font-weight: 200;
  margin: 0px;
  background: linear-gradient(130deg, #ffa34f, #ff6f68);
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.notfound h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 33px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}


.notfound p {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 25px;
}


.notfound a {
  font-family: 'Kanit', sans-serif;
  color: #ff6f68;
  font-weight: 200;
  text-decoration: none;
  border-bottom: 1px dashed #ff6f68;
  border-radius: 2px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #ff6f68;
  border: 1px solid #efefef;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  color: #fff;
  background-color: #ff6f68;
  border-color: #ff6f68;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    position: relative;
    height: 168px;
  }

  .notfound .notfound-404 h1 {
    font-size: 142px;
  }

  .notfound h2 {
    font-size: 22px;
  }
}

/*************Address popup start***************/
.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  font-weight: 300;
  border-radius: 100%;
  z-index: 15;
  color: #333;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.item_popup_name{
  width: 100%;
    display: inline-block;
    background: #ffffff;
    position: sticky;
    top: 0;
    padding: 0 20px;
    z-index: 11;
}

.address-popup-box {
  width: 100%;
  margin: auto;
  margin-bottom:20px;
}
.address-map {
  width: 100%;
  max-height:200px;
  margin: auto;
  overflow:hidden;
}

.address-popup-heading{
  padding:0 20px;
}


/*********************************DELIVARY LOCATION & DETAILS******************************************/
.popup-delivary-details{
  width:100%;
  padding:0px 20px;
}

.popup-search-box{
  width:100%;
  padding:20px 0;
  border-radius:5px;
}
.popup-search-box h4{
  font-size:18px;
  color:#292929; 
}
.popup-search-box p{
  color:#666;
  font-size: 15px;
    line-height: normal;
}
.popup-search-box input[type="text"] {
  width: 100%;
  margin: 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  border:none;
  border-bottom:1px solid #919191;
  background-color:transparent;
}

.popupinputWithIcon input[type="text"] {
  padding-left: 40px;
}
.popupinputWithIcon {
  position: relative;
}

.popupinputWithIcon i {
  position: absolute;
  left: 0;
  top: 4px;
  padding: 9px 8px;
  color: #aaa;
}


.popupinputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.popupinputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
}

.popup-address-box{
  width:100%;
  padding:5px 0;
  /*border-bottom:1px solid #cac8c8;*/
}
.add-line1{
  font-size:18px;
  font-weight:600;
  padding-bottom:5px;
  margin:0;
  color:#292929;
  font-family: "Nunito", sans-serif;
}
.add-line2{
  font-size:14px;
  color:#666;
  font-family: "Nunito", sans-serif;
}
.address-btn {
    width:100%;
    background-color: #f73a36;
    border-radius: 5px;
    border: 2px solid #f73a36;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    text-transform:uppercase;
  font-size:14px;
  text-align:center;
  margin:10px 0;
  font-family: "Nunito", sans-serif;
}
.address-btn:hover {
 background: #f73a36;
}

.save-as{width:100%;}
.save-as h4 {
    font-size: 18px;
    color: #292929;
}
.save-btn{
  border:1px solid #cecece;
  display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    padding: 5px 20px;
    font-size: 1rem;
    line-height: 1.5;
  border-radius:4px;
}
.save-btn span{margin-right:10px;}
.save-btn:hover{
  color:#f73a36;
  border:1px solid #f73a36;
  background: #fff1f1;
}

.address_type{
  color:#f73a36;
  border:1px solid #f73a36;
  background: #fff1f1;
}

.address-textbox {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/**********************************************/

/*************Dropdown Start ****************/
.dropdown {
  display: inline-block;
  width: 220px;
  padding: 0.300rem 0.75rem; 
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
  background-repeat:no-repeat;
  background-size:16px 17px;
  background-position:95% 50%;
  font-family:"Nunito", sans-serif;
}

.dropdown > a, .dropdown > span {
  /* font-size: 1rem; */
  /* display: inline-block; */
  /* color: #495057; */
  /* text-decoration: none; */
  /* cursor:pointer; */
  /* vertical-align: -webkit-baseline-middle; */
  /* padding-left: 15px; */
}

.dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index:+0;
  top: 0px; left: 0px; 
  right: 0px; bottom: 0px;
}

.dropdown ul {
  position: absolute;
  top: 33px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,.175);
  width: 220px;
  z-index:10;
}

.dropdown input[type=checkbox]:checked + ul {
  display: block;
}

.dropdown ul li {
  display: inline-block;
  padding: 10px 15px 0;
  min-width: 100px;
}
.dropdown ul li h4{
  display: inline-block;
  color:#333;
  font-size:14px;
}
/*************Dropdown END ***************/

/*************Address popup start***************/

.heading-name{
  color:#292929;
  padding:15px 0px;
  font-size:20px;
  margin:0;
  display:inline-block;
  width:58%;
  font-weight:600;
  font-family: "Nunito", sans-serif;
}

.login-box .login-title .heading-name{width:45%;}
#payroc_payment_popup .login-box .login-title .heading-name, #shift4_payment_popup .login-box .login-title .heading-name{width:100%; }
#payrocIframe {overflow: hidden;}
#login_as_guest_box .login-title .heading-name{width:auto;}

.heading-dropdown{
  display: inline-block;
  width:120px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.300rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
  background-repeat:no-repeat;
  background-size:16px 17px;
  background-position:95% 50%;
}
/**********************************************/


/******************LOGIN & SIGN UP PAGE START****************************/
.login-box{
  width:100%;
  padding:0 10px;
}
.login-title{
  width:100%;
  color:#333;
  padding-bottom: 10px;
  font-family: "Nunito", sans-serif;
}
.login-title a{
  color: #f73a36;
    font-weight: 500;
  font-family: "Nunito", sans-serif;
}

.login-input {
  display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
  font-family: "Nunito", sans-serif;
}
.login-input:focus{
  border-bottom: 1px solid #f73a36;
  transition: 0.4s;
}
.form-group label{
  margin-bottom:0;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
.forgot-passowrd{
  position: absolute;
    right: 0;
    top: 45%;
  color:#6d6d6d;
  font-size:14px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}

.login-btn {
  display:block;
  width:100%;
    background-color: #f73a36;
    border-radius: 5px;
    border: 2px solid #f73a36;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    text-transform:uppercase;
  font-size:14px;
  text-align:center;
  font-weight: 600;
}
.login-btn:hover {
 background: #f73a36;
 color:#fff;
}

.login-sign-btn-grp{
  display: flex;
  justify-content: space-between;
}
.login-btn.form_login_or_signup{
  background-color: #fff;
  border-color: #f73a36;
  color: #f73a36;
  margin-right: 10px;
}
.login-btn.form_login_or_signup:hover{
  background-color: #fff;
  color: #f73a36;
}
#is_checkout_guest{
  font-size: 14px;
  text-decoration: underline !important;
}
/* #payment_disclaimer_agree {
  accent-color :#f73a36;
}  */
.signup-input {
  display: block;
    width: 90%;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
  font-family: "Nunito", sans-serif;
}
.signup-email {
  display: block;
    width: 95%;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
}

.signup-input:focus, .signup-email:focus {
  border-bottom: 1px solid #f73a36;
  transition: 0.4s;
}

.radio-group{
  display:flex;
  padding-top:10px;
}

.radio-group label {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.radio-group label input {
  position: absolute;
  left: -9999px;
}

.radio-group label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #f73a36;
}
.radio-group label span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
   align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-family: "Nunito", sans-serif;
}

.radio-group label span:before {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #d2d2d2;
}

.checkbox {
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  position: relative;
}
.checkbox:hover .checkbox__input ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox__input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.checkbox__input:checked ~ .checkbox__checkmark, .checkbox__input:checked:hover ~ .checkbox__checkmark {
  background-color: #f73a36;
  border: 1px solid transparent;
}
.checkbox__input:checked ~ .checkbox__checkmark::after, .checkbox__input:checked:hover ~ .checkbox__checkmark::after {
  display: block;
}

.checkbox__checkmark {
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #333;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  min-height: 20px;
  min-width: 20px;
  border-radius: 50%;
  float: left;
}
.checkbox__checkmark::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  display: none;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

.agree-text{
  font-size:15px;
  line-height:15px;
  color:#818181;
  margin:0;
  font-family: "Nunito", sans-serif;
}
::placeholder {
  color: #c1c1c1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #c1c1c1;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #c1c1c1;
}
.signup-mobile{ 
  display: block;
    width: 95%;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color:transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
  padding-left:20%;
  font-family: "Nunito", sans-serif;
}
.country-code{
  position:absolute;
  top:40%;
  display:inline-block;
  width: auto;
  padding:0px 20px 0px 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  background:url('https://order.voolsy.com/images/small-down-arrow-icon-15593.png');
  background-repeat:no-repeat;
  background-size:16px 17px;
  background-position:98% 50%;
  border:none;
}

/******************LOGIN & SIGN UP PAGE END***************************/

.header-cart{
  /* background-color:#ff0000; */
  /* border-radius:5px; */
  /* border:1px solid #ff0000; */
  display:inline-block;
  cursor:pointer;
  color:#fff;
  font-size:15px !important;
  padding:0px 5px;
  text-decoration:none;
  vertical-align:top;
}
/**********************Profile CSS START************************/
.profile-form{
  width:100%;
  padding:20px 5px;
}

.profile-title h3 {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  color:#292929;
  font-family: "Nunito", sans-serif;
}
.profile-title h3:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 3px solid #f73a36;
}
.profile-input {
  display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color:transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
   font-family: "Nunito", sans-serif;
}
.add-box{
  width:100%;
  margin-bottom:20px;
  min-height:220px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.add-map{
  width:100%;
}
.add-details{
   padding:10px;
}

.add-name{
  color:#292929;
  font-size:20px;
  margin:0;
  width:90%;
  display:inline-block;
  cursor: pointer;
  
}
.add-desc{
  color:#666;
  padding:5px;
  font-size:15px;
  margin:0;
  line-height:normal;
}
.add-map-close {
    position: relative;
    right: 0;
    top: 5px;
    font-size: 2rem;
    font-weight: 300;
    z-index: 4;
    color: #333;
    line-height:0;
    text-decoration: none;
  float:right;
}

.new-map{
  align-items: center; /* vertical alignment of contents */
  padding: 80px 10px; /* horizontal with padding-l/r */
  text-align:center;
  border-radius: 2px;
}
.new-map a{
  display:block;
}

/**********************Profile CSS END************************/


/*****************NEW RIGHT SIDEBAR 2 START******************/
.rightsidebar2{
  width:30%;
  background-color:#f9f9f9;
  position:absolute;
  right:0;
}
.rightsidebar2-bottom {
  width:100%;
  padding:15px 0;
  text-align:left;
  position:relative;
  bottom:0;
}
.rightsidebar-title{
  font-size:20px;
  color:#292929;
  text-align:left;
  padding:10px;
}
/*****************NEW RIGHT SIDEBAR 2 end******************/

.owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-prev i, .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.owl-prev {
  left: -10px;
}
.owl-next {
  right: -10px;
}
.pac-logo { z-index: 1100;}

.area-box img{
  max-width: 250px;
    /* max-height: 50px; */
    /* padding: 0px 0 0 10px; */
}

@media only screen and (max-width: 480px) {
  .area-box img{
    max-width: 100%;
    height: auto;
    padding: 5px 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .area-box img{
    max-width: 100%;
    height: auto;
    padding: 5px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .area-box img{
    max-width:90%;
    height: auto;
    padding: 0px 0px 0px 10px;
  }
}


/**********************Order Page CSS START************************/
.order-box{
  width:100%;
  padding:10px 0;
}
.order-heading{
  width:100%;
  display: flex;
    justify-content: space-between;
}
.order-heading h3{
  color: #292929;
    font-size: 18px;
    margin: 0;
  font-weight:600;
}
.order-pickup{
  color: #292929;
    font-size: 16px;
    margin: 0;
  padding:5px 0;
}
.order-details{
  width:100%;
}
.order-details h6{
  margin:0;
  padding-top:10px;
}
.order-address {
    color: #666;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}
.payment-status{
  /* padding: 5px 0; */
    font-size: 14px;
    margin:0;
  font-weight:600;
    line-height: normal;
}
.text-green{
  color:green;
}
.text-orange{
  color:orange;
}

.star{
  width: 11%;
    padding: 5px;
}

.offer-box{
  width:100%;
  padding:10px 0;
  margin-bottom:10px;
}
.bg-pink{
  background-color:#e3806a;
}
.bg-sky{
  background-color:#12cca8;
}
.offer-details{
  display:block;
}
.offer-details h3{
  color: #292929;
    font-size: 18px;
    margin: 0;
  padding-top:5px;
  font-weight:600;
} 
.offer-details p {
  color: #666;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}
/**********************Order Page CSS END************************/


/******************MY ADDRESS RIGHT SIDE START***************************/
.rightside-myAddress{
  width:100%;
  display:block;
  padding:10px 0;
  margin-bottom:10px;
}
.rightside-myAddress h4{
  font-size:18px;
  font-weight:600;
  color:#292929;
  width:90%;
  margin:0;
}
.rightside-myAddress p{
  font-size:14px;
  /* font-weight:600; */
  color:#666;
}
.rightside-myAddress .deletebtn {
    float: right;
    position: relative;
    top: -15px;
    font-size: 25px;
    z-index: 1000;
    color: #737373;
  line-height:0;
}
/******************MY ADDRESS RIGHT SIDE END***************************/

/************ORDER-DETAILS RIGHT SIDE START **************/
.order-details{
  width:100%;
  padding:10px 0px;
}

.order-title h3 {
  display: inline-block;
  padding: 0px;
  position: relative;
  color:#292929;
  font-size:20px;
  font-weight:600;
  margin:0;
  line-height:30px;
}
.order-transation{
  width:100%;
  display:block;
}
.order-transation h3 {
  display: flow-root;
  padding-bottom: 5px;
  margin:0;
  color:#292929;
  font-size:16px;
  font-weight:600;
}
.order-transation h3 span{
  float:right;
  max-width:50%;
}
.order-desc h6{
  margin-bottom:0;
}
.order-desc a{
  line-height:0;
}
.order-desc table{
  width:100%;
  margin:10px 0;
}
.order-desc table th, .order-desc table td{
  padding:5px;
  vertical-align: middle;
}
.order-desc table th{
  color:#f73a36;
  border-bottom: 1px solid #dee2e6;
    border-top: 0px solid #dee2e6;
}
.order-desc table td{
  border:0;
}
.border-bottom-1{
  border-bottom: 1px solid #dee2e6;
}
.reorder-btn{
  border:1px solid #cecece;
  display: inline-block;
    font-weight: 600;
    color: #333;
    text-align: center;
    vertical-align: middle;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 1.5;
  border-radius:4px;
  width:180px;
  margin-bottom:10px;
}
.reorder-btn:hover{
  color:#fff !important;
  border:1px solid #f73a36;
  background: #f73a36;
}
.reorder-btn :active, .reorder-btn:focus{
  color:#fff !important;
  border:1px solid #f73a36;
  background: #f73a36;
}
/************ORDER-DETAILS RIGHT SIDE END **************/


/*************************CSS for category drop down & lable  hide in all small device *************************/

@media only screen and (max-width: 480px) {
  .plr-1{
    padding-left:5px;
    padding-right:5px;
    display:none
  }
  #categories_list{
    display:none
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .plr-1{
    padding-left:10px;
    padding-right:10px;
    display:none;
  }
  #categories_list{
    display:none
  }
}



/*************************************************/
.address-slide {
     width: 95%;
     margin: 0px auto;
 }

 .slick-slide {
     margin: 5px;
 }
 .slick-next {
    right: -10px;
}
.slick-prev {
    left: -10px;
}
 .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #292929 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*************************************************/
.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  /*justify-content: space-between;*/
}

#main_slide_offer_img_list .slide-box{
  display: inline-block !important;
}

@media (max-width: 575px) {
  #main_slide_offer_img_list .slide-box{
    display: inline-flex !important;
  }
  .slide-box img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  #main_slide_offer_img_list .slide-box{
    display: inline-flex !important;
  }
}

@media (min-width: 992px){
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

/*.carousel-control-prev{
  left: -64px;
}

.carousel-control-next{
  right: -64px;
}*/



.slide-box .item{
  /*margin-right: 5px;*/
}



@media (max-width: 320px){
  .dropdown {
    display: inline-block;
    min-width: 60%;
    max-width:90%;
    font-size: 0.9rem;
    font-weight: 600;
    color: #292929;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: url(https://order.voolsy.com/images/small-down-arrow-icon-15593.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 95% 50%;
    position: relative;
    top: -7px;
  }
  
  .dropdown ul {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0px;
    list-style: none;
    padding: 4px 0px;
    display: none;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
    width: 100%;
    z-index: 10;
  }
  .dropdown ul li {
    display: inline-block;
    padding: 5px 5px 0;
    min-width: 100px;
  }
  .dropdown ul li h4 {
    margin-bottom:0;
    font-size: 13px;
  }
  .address-btn {
    padding: 10px 5px;
    font-size: 12px;
  }

  .item-list-page {
    position: relative;
    top: 10px;
  }

  .cmn_cls_grid {
    top: 0px;
  }
  .pickup-btn{
    padding: 6px 8px;
  }
  .check_out_tak_del_btn{
    padding: 6px 8px;
  }
  .p-t-5 {
    padding-top: 300px;
  }
  
  
}

@media (min-width: 321px) and (max-width: 480px) {
  .dropdown {
    display: inline-block;
    min-width: 60%;
    max-width:90%;
    font-size: 1rem;
    line-height:1.5;
    font-weight: 400;
    color: #292929;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: url(https://order.voolsy.com/images/small-down-arrow-icon-15593.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 95% 50%;
    position: relative;
    top: -7px;
  }
  
  .dropdown ul {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0px;
    list-style: none;
    padding: 4px 0px;
    display: none;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
    width: 100%;
    z-index: 10;
  }
  .dropdown ul li {
    display: inline-block;
    padding: 5px 5px 0;
    min-width: 100px;
  }
  .dropdown ul li h4 {
    margin-bottom:0;
    font-size: 13px;
  }
  .address-btn {
    padding: 10px 5px;
    font-size: 12px;
  }

  .item-list-page {
    position: relative;
    top: 10px;
    margin-bottom: 50px;
  }
  
  .cmn_cls_grid {
    top: 0px;
  }
  
}

@media (min-width: 481px) and (max-width: 767px) {
  .dropdown {
    display: inline-block;
    min-width: 40%;
    max-width:90%;
    font-size: 0.9rem;
    font-weight: 600;
    color: #292929;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: url(https://order.voolsy.com/images/small-down-arrow-icon-15593.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 95% 50%;
    position: relative;
    top: -7px;
  }
  
  .dropdown ul {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0px;
    list-style: none;
    padding: 4px 0px;
    display: none;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
    width: 100%;
    z-index: 10;
  }
  .dropdown ul li {
    display: inline-block;
    padding: 5px 5px 0;
    min-width: 100px;
  }
  .dropdown ul li h4 {
    margin-bottom:0;
    font-size: 14px;
  }
  .address-btn {
    padding: 10px 8px;
    font-size: 13px;
  }
  .cmn_cls_grid {
    top: 0px;
  }
  .item-list-page {
    position: relative;
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .plr-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .dropdown {
    display: inline-block;
    min-width: 20%;
    font-size: 1.2rem;
    font-weight: 400;
  line-height:1.6;
    color: #292929;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: url(https://order.voolsy.com/images/small-down-arrow-icon-15593.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 95% 50%;
    position: relative;
    top: -7px;
  }
  
  .dropdown ul {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0px;
    list-style: none;
    padding: 4px 0px;
    display: none;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
    width: 100%;
    z-index: 10;
  }
  .dropdown ul li {
    display: inline-block;
    padding: 5px 5px 0;
    min-width: 100px;
  }
  .dropdown ul li h4 {
    margin-bottom:0;
    font-size: 14px;
  }
  .address-btn {
    padding: 10px 8px;
    font-size: 13px;
  }

  .cmn_cls_grid {
    position: relative;
    top: 0;
  }
  .item-list-page {
    position: relative;
    top: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .dropdown {
    display: inline-block;
    width: 20%;
    padding: 5px 20px 5px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(https://order.voolsy.com/images/small-down-arrow-icon-15593.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 98% 50%;
    margin-bottom: 0px;
  }

  .plr-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cmn_cls_grid {
    position: relative;
    /* top: -70px; */
  }
}


/*****************/
@media only screen and (max-width: 480px) {
  .tak_delivery, .layout_view {
    color: #f73a36;
    border: 1px solid #f73a36;
    background: #fff1f1;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tak_delivery, .layout_view {
    color: #f73a36;
    border: 1px solid #f73a36;
    background: #fff1f1;
  }
  
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tak_delivery, .layout_view {
    color: #f73a36;
    border: 1px solid #f73a36;
    background: #fff1f1;
  }
}




/**************CSS for padding left or right*****************/
.plr-2 {
    padding-left: 20px;
    padding-right: 20px;
}
/**************CSS for padding left or right*****************/

/**************CSS for MESSAGE*****************/
.ordersuccessful .bag__contents p {
    padding: 0 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #f73a36;
}
/**************CSS for MESSAGE*****************/

/**************CSS for Download Receipt *****************/
.download-receipt-btn{
  border: 1px solid #f73a36;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 5px 20px;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 4px;
    background: #f73a36;
}
.download-receipt-btn:hover {
    color: #f73a36;
    border: 1px solid #f73a36;
    background: #fff1f1;
}
/**************CSS for Download Receipt *****************/

#confirm_address_list_scroll_title {
  margin-top: 1rem;
}

.margin_cate_list {
  /*margin-top: 150px;*/
  padding: 60px 0px 0px;
}

.cursor_pointer {
  cursor: pointer;
}

.past_order_span {
  color: #666;
  float: right;
  font-size: 12px;
}
.email_verify_now_span {
  position: absolute;
  right: 15px;
  top:25px;
  color: #f73a36;
  cursor: pointer;
}
.email_verified_span {
  position: absolute;
  right: 15px;
  top:25px;
  color: green;
}

/* Radio */
.radio-gender {
  margin: 25px 0;
  text-align: center
}
.radio {
  cursor: pointer;
  margin: 0px 10px;
  display: inline-block
}
.radio input {
  display: none
}
.radio input + span {
  height: 20px;
  display: block;
  line-height: 18px;
  position: relative;
  padding-left: 22px;
  /*font-family: Proximanova-Semibold*/
}
.radio input + span:not(:empty) {
  padding-left: 25px
}
.radio input + span:before, .radio input + span:after {
  top: 0;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border-radius: 50%
}
.radio input + span:before {
  background: #D1D7E3;
  transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
  background: #fff;
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
  background: #f73a36;
}
.radio input:checked + span:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
/* Radio */


.sticky_header_disable {
  z-index: -1;
}

.credit-card-month{
  display: inline-block;
    width: 100%;
    padding: 0px 20px 0px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(https://order.voolsy.com/images/small-down-arrow-icon-15593.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 98% 50%;
    border: none;
    border-bottom: 1px solid #eee;
}

#credit_card_desctipion {
    color: #8e8e8e;
    border-top: 0px solid;
    text-align:center;
}

#id_delivery_fees_apply_html {
    text-align: center;
    padding-top: 5px;
}

.ftch_lst_details{display:inline-block; font-size: 1rem;}


.tip-heading{
  width:100%;
  display: flex;
    justify-content: space-between;
}
.tip-heading h3{
  color: #191919;
  font-size: 18px;
  margin: 0;
  font-weight:600;
  line-height: 1.5;
  letter-spacing: .5px;
}
.tip-heading h3:before{border-bottom: none !important;}
.tip-heading h3 span{
  /*color: #969696;*/
  font-size: 16px;
  position: relative;
  top: -5px;
}
.tip-heading .tip-amount {
    /*color: #f73a36;*/
  font-size: 18px;
  display: inline-block;
  margin: 0;
  font-weight:600;
  line-height: 1.5;
}
.tip-amount-btn {
  width:100%;
  padding:5px 0;
}
.tip-amount-btn ul{
  width:100%;
  list-style:none;
  float:left;
}
.tip-amount-btn ul li{
  min-width:60px;
  display:inline-block;
  padding:5px;
  border:1px solid #818181 !important;
  float:left;
  text-align:center;
}
.tip-amount-btn ul li a{
  width:auto;
  display:inline-block;
  padding:5px;
}
.tip-amount-btn ul li:first-child {
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.tip-amount-btn ul li:last-child {
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.tip-amount-btn ul li:hover{
  background:#f73a36;
  border-color:#f73a36;
}
.tip-amount-btn ul li:hover a{
  color:#fff;
}
.tip-box{
  width:100%;
  padding:10px 0;
  display:inline-block;
}
.tip_selected{
  background:#f73a36;
  border-color:#f73a36;
}
.tip_selected a{
  color:white;
}
.tip-amount-btn ul li active a{
  color:#fff;
}

.tip_currency {
    position: absolute;
    top: 20%;
    display: inline-block;
    width: auto;
    padding: 0px 20px 0px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.tip-amount-input {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: none;
    padding-left: 10%;
}

.remove-promo{  
  float: right;
    margin: 0 10px;
    line-height: 20px;
}





/******************* START COUPON CSS*******************/
.coupon-box{
  width: 100%;
    padding: 10px;
    float: left;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.coupon-box-image{
  width:50%;
  float:left;
  padding:10px 0;
  text-align:center;
}
.coupon-box-image img{
  width:100%;
  display:inline-block;
  /*padding:5px 0;*/
  text-align:center;
  /*max-height: 50px;*/
    overflow: hidden;
}
.coupon-box-code{
  width:50%;
  float:right;
  padding:10px 0;
  text-align:center;
}
.coupon-box-code h3{
  color: #292929;
    font-size: 16px;
    margin: 0;
    width: 90%;
    display: inline-block;
    cursor: pointer;
  line-height:50px; 
}
.coupon-val-details{
  width:100%;
  float:left;
}
.coupon-val-details .coupon-code2{
  margin:0;
  font-size:18px;
}
.coupon-val-details .coupon-validity{
  font-size:16px;
}
.coupon-val-details .min-bill-value{
  font-size:16px;
}

.header-discount{ 
  width: 30px;
    background-color: transparent;
    border: none;
    position: relative;
    top: -3px;
    display: inline-block;
}
#copy_coupon_code{
  /*margin-top: 35px;*/
}
/*******************END COUPON CSS*******************/


.dialogs {
    display:none;
}



.slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


@media (min-width: 768px){
  .new-dropdown-button-mobile {
    /*display: none !important;*/
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 50000;
    width: 100%;
    text-align: center;
  }
}


.loyality_heading {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
}
.loyality_title{
  font-size: 15px;
}
.loyality_span {
  font-size: 12px;
  color: #666;
  /* padding-left: 25px; */
}
.loyality_details {
  padding: 6px 0px;
}

.disable {
  pointer-events: none;
  background-color: #9fa0a1 !important;
  border-color: #9fa0a1 !important;
}
.st0{fill:none;stroke:#F73A36;}
.st1{fill:#F73A36;}



/***************CSS FOR PIZZA TOPPINGS*****************/
.pizza-partition {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

.pizza-side {
    width: 30%;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    padding: 8px;
    justify-content: space-around;
    background-color: #f9f4f4;
    border-radius: 5px;
    margin-right: 5px;
}
.pizza-side-title{margin:0; font-size:13px; color:#000;}

.select-pizza-side {
    width: 30%;
    display: inline-flex;
    position: absolute;
    right: 20%;
    align-items: center;
    justify-content: space-around;
}
.select-pizza-side a{background-color: #f9f4f4;  padding: 0px 5px; line-height: 1.2;}
.select-pizza-side a:hover{text-decoration:none;}
/*.select-pizza-side a svg .cls-1{ fill:#bcbcbc; }*/

/*.select-pizza-side a svg path { fill:red; }*/

.select-pizza-side a svg { width: 20px; }
.pizza-side svg { width: 20px; }
.bg_color_matrix {
  background-color:red !important;
  fill:red;
}
.fill_color_matrix {
  fill:red !important;
}

.popup-addons ul li span p { display:inline-block;  min-width: 15px; }

/**********************SIDEBAR MENU CSS START************************/

#id_branch_order_page_contain{
  width: 75%;
  display: inline-block;
  margin-bottom:50px;
}

.sidebar-menu{
  width: 24%;
  display: inline-block;
  min-height: 100%;
  margin: 0;
  padding: 10px 0 20px 0px;
  background-color: #fff;

  vertical-align: top;
  top: 160px;
  position: sticky;

  max-height: calc(-160px + 100vh);
  overflow: hidden auto;
  -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}
.sidebar-menu::-webkit-scrollbar {display: none;}


.sidebar-menu #menu-tabs li{
  display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
    position: relative;
    color: #292929;
    margin-right: 10px;
    font-size: 25px;
    font-family: "Nunito", sans-serif;
}
.sidebar-menu #menu-tabs li a:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 1px;
    bottom: 0;
    left: 10px;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}
.sidebar-menu #menu-tabs li a.active, .sidebar-menu #menu-tabs li a.active:before{color:#f73a36; border-color:#f73a36; transition: 0.3s;}
.sidebar-menu .tab-content{padding-left:0; padding-right:0;}
.menu-item-name{width: 100%; list-style: none; padding: 0; height: auto; margin-bottom: 0; border-right: 1px solid rgb(232, 232, 232);}
.menu-item-name::-webkit-scrollbar {display: none;}
.menu-item-name li{padding: 10px 15px; font-size: 18px; transition: 0.3s; font-family: "Nunito", sans-serif; font-weight:500; display: inline-block; width: 100%;}
.menu-item-name li span{margin-right:5px;}
.menu-item-name li i, #mobile_categories_list .menu_options a i, #mobile_categories_list_catering .menu_options a i, #mobile_categories_list_express_catering .menu_options a i  { margin-left:10px; }
#mobile_categories_list .menu_options a i, #mobile_categories_list_catering .menu_options a i, #mobile_categories_list_express_catering .menu_options a i  { margin-left:5px; font-size: 12px; position: relative; top:-1px;}
.menu-item-name li:hover a{transition: 0.3s; color:#f73a36;}
.main-wrap-disabled .sidebar-menu{top: 0px;}
.left_category_color_normal { color: #191919; }
.left_category_color_selected { color: #f73a36; border-right: 3px solid #f73a36;  background: linear-gradient(90deg, #ffffff, #f73a36 856px);}
.left_cate_options,.left_menu_options{padding: 0 !important;}
.left_cate_options a,.left_menu_options a{padding: 10px 15px; width: 100%; display: inline-block;padding-left: 0;}
.left_cate_options:hover a, .left_menu_options:hover a{color: #f73a36; background: linear-gradient(90deg, #ffffff, #f73a36 856px);}
 
.promocode_dsgn { border:1px dashed; padding: 10px; width: 100%; display: block;  border-color: #f73a36;}
.promocode_dsgn p { font-weight: 600; font-family:"Nunito", sans-serif;}
.sub_menu{display:none;}
.menu-item-name li.li_active ul.sub_menu, #mobile_categories_list .menu_options.li_active ul.sub_menu, #mobile_categories_list_catering .menu_options.li_active ul.sub_menu, #mobile_categories_list_express_catering .menu_options.li_active ul.sub_menu  {display:block; border-radius: 0;} 
.menu-item-name li.li_active i.fa-plus-square:before{content: "\f146";} 
.menu-item-name li ul.sub_menu li{padding: 0; padding-left: 15px;}
.menu-item-name li ul.sub_menu li a{padding:5px 5px 5px 10px; color: #545454e6 !important; border:none; background:none; font-style: italic;}
.menu-item-name li ul.sub_menu li:hover, .menu-item-name li ul.sub_menu li a:hover{color:#f73a36 !important;}
.menu-item-name li ul.sub_menu li:hover a, .menu-item-name li ul.sub_menu li.submenu_li_active a{color: #f73a36; background: linear-gradient(90deg, #ffffff, #f73a36 856px);}
#mobile_categories_list .menu_options.li_active a, #mobile_categories_list_catering .menu_options.li_active a, #mobile_categories_list_express_catering .menu_options.li_active a{position: relative;}
#mobile_categories_list .menu_options.li_active a::after,#mobile_categories_list .cate_options.submenu_li_active a::after, #mobile_categories_list_catering .menu_options.li_active a::after, #mobile_categories_list_express_catering .menu_options.li_active a::after{content:" "; border-bottom: 2px solid; position: absolute; bottom: 0; width: 100%; left:0; right: 0;}
#mobile_categories_list .menu_options.li_active a, #mobile_categories_list_catering .menu_options.li_active a,#mobile_categories_list .cate_options.submenu_li_active a, #mobile_categories_list_express_catering .menu_options.li_active a, #mobile_categories_list .menu_options.li_active .sub_menu .submenu_li_active a, #mobile_categories_list_catering .menu_options.li_active .sub_menu .submenu_li_active a, #mobile_categories_list_express_catering .menu_options.li_active .sub_menu .submenu_li_active a{color: #f73a36; background: transparent;}
#mobile_categories_list .menu_options.li_active .sub_menu .cate_options a, #mobile_categories_list_catering .menu_options.li_active .sub_menu .cate_options a, #mobile_categories_list_express_catering .menu_options.li_active .sub_menu .cate_options a{color: inherit; background: inherit; font-weight: normal;font-size: 17px;border: 0;}
#mobile_categories_list .menu_options.li_active .sub_menu .cate_options a::after, #mobile_categories_list_catering .menu_options.li_active .sub_menu .cate_options a::after, #mobile_categories_list_express_catering .menu_options.li_active .sub_menu .cate_options a::after{border: 0;}
.adjust-bottom::after {
  bottom: -17px !important;
}
.sub_menu:empty {
  display: none !important;
}
.menu-item-name li.left_cate_options:hover a i.fa-plus-square:before{content: "\f146";} 
.left_cate_options.active .left_category_color_selected .fa-plus-square:before{content: "\f146";}
.left_cate_options.active ul.sub_menu{display:block;}

.left_menu_options.active .left_category_color_selected .fa-plus-square:before{content: "\f146";}
.left_menu_options.active ul.sub_menu{display:block;}


.menu-item-name li:hover a{color: #f73a36; background: linear-gradient(90deg, #ffffff, #f73a36 856px);}
/*.menu-item-name li:hover a i.fa-plus-square:before{content: "\f146";}*/
.left_menu_options.li_active a{color: #f73a36; border-right: 3px solid #f73a36; background: linear-gradient(90deg, #ffffff, #f73a36 856px);}
.left_menu_options.li_active a i.fa-plus-square:before, #mobile_categories_list .menu_options.li_active a i.fa-plus-square:before, #mobile_categories_list_catering .menu_options.li_active a i.fa-plus-square:before, #mobile_categories_list_express_catering .menu_options.li_active a i.fa-plus-square:before{content: "\f146";}

/*
.left_menu_options.select a {
    color: #3e0c3f;
    border-right: 3px solid #3e0c3f;
    background: linear-gradient(90deg, #ffffff, #3e0c3f 856px);
}
.left_menu_options.select a i.fa-plus-square:before {
    content: "\f0fe";
}*/

.pro-tag{width:100%; display: inline-block;}
.pro-tag .item_img_tag{width:auto; display: inline-block; padding:0 3px; max-height: 20px;}



html {
      scroll-behavior: smooth;
    }
/* Added on: 22-08-2024 start */
.digital_giftcard_box{width:100%; display:inline-block; text-align:center; margin-top: 130px;}
.giftcard_tab{border: 2px solid #f46624; border-radius: 50px; justify-content: center; width:100%; margin: 0 auto; overflow: hidden;}
.giftcard_tab.nav-tabs .nav-item{margin:0; width:50%;}
.giftcard_tab.nav-tabs .nav-link{border:none; font-size:18px; font-weight:700; font-family: "Nunito", sans-serif; line-height: normal; padding: 10px;}
.giftcard_tab.nav-tabs .nav-link:hover{color:#f46624;}
.giftcard_tab.nav-tabs .nav-link.active{background-color:#f46624; color:#fff; border-radius: 50px;}
.giftcard_tab.nav-tabs .nav-link.active:hover {color:#fff;}
.giftcard_tab_content{padding-left: 0; padding-right: 0;}
.giftcard_tab_content .giftcard_title{font-size:23px; color: #292929; margin: 0; line-height: normal; font-family: "Nunito", sans-serif;}
.giftcard_tab_content .giftcard_box{background-color: #faf8f9; padding: 30px 20px; border: 1px solid #f46624; margin-top: 20px; border-radius: 10px; text-align:left;}
.giftcard_box .form-group label{font-size: 16px; font-weight:700; font-family: "Nunito", sans-serif; margin-bottom: 5px; color: #3a3a3a;}
.giftcard_box .form-group label span{font-size: 12px;}
.giftcard_box .form-group .form-control{border-radius: 25px; outline: none; border:none; -webkit-box-shadow: 3px 3px 5px 0px rgba(199,199,199,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(199,199,199,1); box-shadow: 3px 3px 5px 0px rgba(199,199,199,1);}
.giftcard_box .form-group textarea.form-control{height:inherit;}
.btn-box{width:100%; display:inline-block; text-align:center;}
.btn-box .btn-purchase{width:auto; display:inline-block; text-align:center; border:none; font-size:20px; font-weight:700; font-family: "Nunito", sans-serif; background-color:#f46624; color:#fff; border-radius: 50px;}
.view-balance-box{width:100%; display:inline-block; margin-top: 30px;}
.balance-details{font-size: 18px; font-weight:700; font-family: "Nunito", sans-serif; margin-bottom: 10px; color: #3a3a3a;}
.balance-details span{padding-left: 20px;}
.form-control.StripeElement{padding-top: 10px;}
.is-show-giftcard-section { display: none; }
/* Added on: 22-08-2024 end */

/*--------------------------------------------------------------*/
/*RESPONSIVE MEDIA QUERY*/
/*--------------------------------------------------------------*/

@media (max-width: 320px){
  .sidebar-menu{display: none;}
  #id_branch_order_page_contain{width: 100%;}
}
@media (min-width: 321px) and (max-width: 480px) {
  .sidebar-menu{display: none;}
  #id_branch_order_page_contain{width: 100%;}
}
@media (min-width: 481px) and (max-width: 767px) {
  .sidebar-menu{display: none;}
  #id_branch_order_page_contain{width: 100%;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-menu{display: none;}
  #id_branch_order_page_contain{width: 100%;}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar-menu{display: none;}
  #id_branch_order_page_contain{width: 100%;}
  .dropup {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      width: auto;
      text-align: center;
  }

  .dropbtn {
      background-color: #ff0000;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
      width: 160px;
      border-radius: 50px;
  }

  .dropup ul {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 5px !important;
    padding: 0;
    max-height: 85vh;
    overflow-x: auto;
    margin: 0 auto;
    left: 0% !important;
    text-align: center;
    transform: none !important;
    will-change: inherit !important;
    top: auto !important;
    bottom: 60px !important;
  }
  .dropup ul li {
      width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1025px){
  .new-dropdown-button-mobile{
    display: none !important;
  }
}

.promocode_dsgn {
    border: 1px dashed;
    padding: 10px;
    width: 100%;
    display: block;
    border-color: #f73a36;
}

.cls_gift_cconline_tbl tr td{
  border: 0px solid !important;
}
.cls_table_title h4{font-size: 16px; padding: 10px 0;}
#rcv_netevia_section .form-group{padding-bottom: 10px;}

#i4go_submit, .btn-secure {
    color: #fff !important;
    background-image: none;
    background-color: #ff7f2e !important;
    border-color: #ff7f2e !important;
}

.shift_payment_btn {
    color: #fff !important;
    background-image: none;
    background-color: #ff7f2e !important;
    border-color: #ff7f2e !important;
}

.guest_nm {
  /*color: blue;*/
  cursor: pointer;
}

.sold_out-btn {
  background-color: gray !important;
  border-color:gray !important;
  color: #ffffff !important;
}

#label_meal_collection_display_time, #lable_meal_time{
  padding: 0.375rem 0.375rem;
}
#lable_meal_time{
  margin-left: 5px;
  background-color: #e9ecef;
}

#select2-lable_meal_time-container{ display:none; }
.select2-container--default { width:0px !important; }

.promocode_dsgn h4{
  display: inline-block;
    padding-bottom: 10px;
    position: relative;
    color: #292929;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
}
.promocode_dsgn h4:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 5px;
    left: 0%;
    border-bottom: 3px solid;
    /*border-bottom: 3px solid #ff7f2e;*/
}
.coupon-code-box .reedem-text {
    display: inline-block;
    max-width: 100%;
    float: left;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 13px;
    height: 18px;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
}
.coupon-code-box .reedem-text.pull-right {
  float: right;
  /*color: #ff7f2e;*/
  cursor: pointer;
}

.disabled {
    pointer-events: none;
    border-color: #9fa0a1;
}
.disabled:before {background-color: #9fa0a1 !important; }

.counter_div{width:100%; display:inline-block;}
.counter_div .cls_exin_qty_add{width:8%;border: 1px solid #f73a36; text-align: center; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background: #f73a36; color:#fff; cursor: pointer;}
.counter_div .cls_exin_qty_show{width:8%; border: 1px solid;text-align: center;border-left: 0; border-right: 0;}
.counter_div .cls_exin_qty_sub{width:8%; border: 1px solid #f73a36; text-align: center; border-top-left-radius: 3px; border-bottom-left-radius: 3px; background: #f73a36; color:#fff; cursor: pointer;}

.coupon-applied{color:#28a745 !important; }
.coupon-applied a{color:red; margin-left:10px;}

.cls_steps_contains.extra_ingredient_ul{columns:2; display: grid; grid-template-columns: 1fr 1fr;}
.cls_steps_contains.extra_ingredient_ul li{width:100% !important; }/* min-height:50px; */


#payable_amount_info.msgtext.show{ width:180px; bottom: 0px;}
#payable_amount_info.msgtext h6 span{ float:right; }


.tax-details {
  visibility: hidden;
  width: 50%;
  background-color: #FFF;
  color: #555;
  border-radius: 5px;
  padding: 5px 5px;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 40%;
  margin-bottom: 0;
  font-size: 14px;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.tax-details h6{
  margin: 5px 0;
  line-height: 13px;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
}
.tax-details h6 span{color: #666;  float: right;}

.tax-details.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.taxes-box svg{cursor:pointer; overflow: visible;}

/* The container */
.custm_chkbox label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custm_chkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custm_chkbox label .check {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custm_chkbox label:hover input ~ .check {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custm_chkbox label input:checked ~ .check {
  background-color: #f73a36;
  border-color: #f73a36;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custm_chkbox label .check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custm_chkbox label input:checked ~ .check:after {
  display: block;
}

/* Style the checkmark/indicator */
.custm_chkbox label .check:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.addons-group{position:relative;}
.extra_ingredient_div .counter_div{position:absolute; right:0;}
.extra_ingredient_div .cls_exin_qty_show{background-color:#fff;}
.extra_ingredient_div label {z-index: 10;}


@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}

.food-desc-title {font-style: italic; color: #f73a36; font-size: 16px;} 
.grecaptcha-badge{display:none !important;}
.item-notes {font-family: 'Nunito'; font-style: italic; font-size: 16px;}
.cls_item_detail_extra {margin-top: 18px;}
.mandetory_req{background-color: rgb(232, 232, 232); color: #292929; font-size: 15px;padding: 5px 10px;border-radius: 5px;float: right;}
.mandetory_req_light{
  background-color: #eaf6ed !important;
  color: #0E8345 !important;
}
.now_later_tab {width: auto; float: right;}
#label_order_type, #label_choose_date_time_dis, #label_choose_date_time_dis, #minimum_pickup_time, #payable_amount_details, #payable_amount, #label_meal_collection_time_dis, #guest_name, #minimum_delivery_time {margin:0; font-size:17px; font-weight:500; }
#id_delete_item_detail{margin-right:15px;
  background: #fff;
  border-color: #de1135;
  color: #de1135;
  font-weight: 600;}
.bottom_sticky_cart{width: 800px;margin: 0 auto; display:inline-block; background-color: #0E8345; padding: 10px 30px; position: fixed; bottom: 0; left:0; right:0; z-index:1000; border-radius:10px 10px 0 0;}
.bottom_view_cart_btn{width:100%; display:inline-flex; align-items:center; color:#fff; font-size:18px; font-weight:500; justify-content: space-between;}
.mobile_cart_icon{display:none;}
/* #mobile_categories_list, #mobile_categories_list_catering, #mobile_categories_list_express_catering{box-shadow: 2px 2px 5px 0px #ff7f2e33; max-width:80%; right:0;} */
.qty-drpdwn, .qty-drpdwn * {margin: 0; padding: 0; position: relative; box-sizing: border-box;}
.qty-drpdwn {position: relative;  border-radius: 0.25rem; width: 52px; display: inline-block; margin-right: 10px; margin-left: -10px; background: #fff1f1; color: #f73a36; border: 1px solid #f73a36;}
.qty-drpdwn h5 {font-size: 1rem; font-weight: normal; max-width: 100%; padding: 5px 10px;}
.qty-drpdwn h5 span{float:left; font-weight:600; margin-top: -3px;}
.price-wrap h6{margin-bottom:0; margin-top:5px;}
.clear_search_area{
  font-weight: 600;
  width: 30px;
  cursor: pointer;
  text-align: center;
}
#id_orderdetail_contains .BagActions .BagActions__wrapper {
  padding: 0 15px;
}
#id_orderdetail_contains .BagActions .checkout-btn {
  width: 100%;
  font-size: 15px;
}
#payment_page {
  background-color: red !important;
}
.new-slide-menu{display:none;}
.new_mobile_menu{width:100%; display:inline-flex; align-items:center;padding-bottom:8px;}
.new-seprator{border-top: 1px solid #ebe9e6;display: none;}
.new-seprator2{border-top: 1px solid #ebe9e6;margin-bottom: 20px;display: none;}


#mobile_categories_list, #mobile_categories_list_catering, #mobile_categories_list_express_catering{max-width: 100%; display: inline-block; margin:0; padding:5px 20px;}
#mobile_categories_list li, #mobile_categories_list_catering li, #mobile_categories_list_express_catering li{width:auto; display: block; position:relative;}
#mobile_categories_list li a, #mobile_categories_list_catering li a, #mobile_categories_list_express_catering li a{white-space:nowrap; display: block;font-size: 19px; line-height: normal; font-family: "Nunito", sans-serif;}
#mobile_categories_list li .sub_menu li, #mobile_categories_list_catering li .sub_menu li, #mobile_categories_list_express_catering li .sub_menu li{padding:10px 0 !important;}
#mobile_categories_list li .sub_menu li a, #mobile_categories_list_catering li .sub_menu li a, #mobile_categories_list_express_catering li .sub_menu li a{white-space:normal;}
.slider-menu .owl-stage-outer{overflow:visible;}
.slider-menu .sub_menu{max-height: 325px;overflow: auto;display:none; position:absolute; top:30px; background: #fff; padding:5px; border: solid 1px rgba(0, 0, 0, .08);border-radius: 4px; box-shadow: 0 1px 10px rgba(0, 0, 0, .04), 0 4px 5px rgba(0, 0, 0, .06), 0 2px 4px -1px rgba(0, 0, 0, .09); z-index: 10; min-width: 200px; padding-left: 15px;padding-right: 15px;}
.slider-menu .sub_menu li{display:inline-block; width:100%; padding:0 !important;}
.slider-menu .owl-item{width:auto !important;}
.slider-menu .owl-item .left_category_color_selected{border:none; background: transparent;}
.slider-menu .owl-nav{top:10%;}
.slider-menu .owl-prev, .slider-menu .owl-next{background-color:#fff; text-align: center; width: 30px; line-height: 30px; height: 30px;display:block!important;}
.slider-menu .owl-next{right:-8px;}
.slider-menu .owl-prev{left: -15px;}
.slider-menu .owl-nav .owl-next:before{content: ""; position: absolute; width: 12vw; height: 30px; bottom: 0; right: -150%; background-color:#fff !important; z-index:-1;}

.slider-menu .owl-nav .owl-prev:before{content: ""; position: absolute; width: 8vw; height: 30px; bottom: 0; left: -150%; background-color:#fff !important; z-index:-1;}
 
.slider-menu .owl-prev i, .slider-menu .owl-next i{font-size:14px; color:#000;}
#mobile_categories_list .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

#mobile_categories_list .owl-item {
  flex-shrink: 0; /* Prevents items from shrinking */
  white-space: nowrap; /* Ensures text does not break */
}
.extra_ingredient_disabled{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #400a3d;
}

@media (max-width: 767px){
  .cls_steps_contains.extra_ingredient_ul { columns: 1; grid-template-columns: 1fr; }
  .pizza-selection ul li:nth-child(even) { padding-left: 0px; }
  .giftcard_tab.nav-tabs .nav-link{font-size: 15px;}
}
.mt-12 { margin-top: 15px;}

@media (min-width: 1400px) {
  .sidebar-menu{width: 20%;}
  #id_branch_order_page_contain{width: 79%;}
}
 
@media (max-width: 1024px){
  .item-list-page{padding-left:0; padding-right:0;}
  .mobile-hide{display:none !important;}
  .view_cart_sticky{display:inline-block;}
  .bottom_sticky_cart{bottom: 10px;z-index: 51000; width: 60px; text-align:center; right:30px; left: inherit; border-radius: 50px; padding:15px 10px; box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%); -webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both}
  .bottom_view_cart_btn{display: inline-block; width: auto; }
  .mobile_cart_icon{display:inline-block; text-align:center; position:relative;}
  .mobile_cart_icon span{position: absolute; top:-6px; width:100%; font-size: 20px; text-align: center;}
  .mobile_cart_icon svg{fill:#fff; width:40px;}
  .new-slide-menu{display:block;}
  .cls_giftcard_purchase, .giftcard_online_cls{display: none;}
  .new-seprator, .new-seprator2{display: block;}

}
 
@media (max-width: 767px){
  .search-box{width:100%; padding: 3px 10px;}
  .bottom_sticky_cart{right:15px;}
  .mobile_cart_icon span{font-size: 15px; top:-4px;}
  .mobile_cart_icon svg{width:30px;}
}
@media (max-width: 575px){
  .qty-drpdwn{margin-right:0; margin-bottom:15px;margin-left:-12px;}
  .now_later_tab{margin:0;}
  .now_later_tab button{font-size:16px;}
  .item_order_details{width:60% !important}
  .bag__header{padding:5px 15px;}
  .bag__contents{padding:0 15px;}
  #id_orderdetail_contains .BagActions .checkout-btn{font-Size: 14px;text-transform: capitalize;}
  .ordersuccessful .BagActions .checkout-btn{text-transform: capitalize;}
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 1024px) {
  .top-header .container{max-width:100%;}
  /* .brn_page .inside-logo-box .header_logo_img .for-desktop, .brn_page .address-info .for-desktop{display: none;}; */
  .brn_page.inside-logo-box.header_logo_img.for-mobile, .brn_page.address-info.for-mobile{display:none !important;}
  .new-seprator2{width: 98vw;margin-bottom: 0;}

}
@media screen and (orientation: portrait) and (min-device-width: 768px) {
  .brn_page.inside-logo-box.header_logo_img.for-mobile,
  .brn_page.address-info.for-mobile {
    display: none !important;
  }
  .new-seprator2{width: 91.3vw; margin-bottom: 0;}
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .popup-box {
     max-height:75vh;
   }
   #doordash-text {
    font-size: 12px;
  }
  #payment_details_disclaimer {
    font-size: 12px;
  }
}
@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}

.cc_card_pymt{position: relative; display: flex; align-items: center;}
.cc_card_pymt svg{width:35px; fill:#ff7f2e;}
.exp_yer{margin: 0 15px; position: relative;}
.remove_btn_card{display: inline-block; color: red;}
.remove_btn_card i{font-size: 13px; font-style: normal; margin-right: 6px;}

.credit-debit.saved_card{background-position: left !important; background-size: 27px !important;}
.left-and-right::before { content:''; position: absolute; background-color: #666666ba; width: 2px; height: 90%; bottom: 0; left:-7px;}
.left-and-right::after{content:''; position: absolute; background-color: #666666ba; width: 2px; height: 80%; bottom: 0; right:-7px;}

.new_title{border-color: transparent !important;}
.cls_paymentmode_contains .title_2{display: inline-block; padding-bottom: 10px; position: relative; color: #292929; font-family: "Nunito", sans-serif;font-size: 20px; margin-bottom: 0;}
.cls_paymentmode_contains .title_2:before {content: ""; position: absolute; width: 50%; height: 1px; bottom: 0; left: 0%; border-bottom: 3px solid #f73a36;}



.store-hours-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}


.store-hours-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}

.modal-header h3 {
  margin: 0;
}

.close-modal:hover {
  color: #d33;
}

.store-hours-list h6 {
  margin: 5px 0;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.store-hours-list h6 span {
  color: #666;
}



