/*
========================
Header area start
========================
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,500i,700,700i,900,900i&display=swap');

.r-more {
    display: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #000;
}


a:hover {
    text-decoration: none;
}
::selection {
    color: white;
    background: #ff3c00;
}

::-webkit-selection {
    color: white;
    background: #ff3c00;
}

::-moz-selection {
    color: white;
    background: #ff3c00;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 5px 0px 0px 13px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.scrolltotop:hover {
    background: #ff3c00;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.carousel-caption h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.carousel-indicators {
  z-index: 1 !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    max-width: 576px;
    margin: auto;
    background: #fff;
    padding: 30px;
    color: #000;
    border-radius: 5px;
}
.autocomplete-container{
    position: absolute;
    background:#fff;
    border-radius:10px;
    border: 2px solid #ffc600;
    padding:10px;
    left: 30px;
    color:#000;
    right: 30px;
    margin-top: 8px;
    z-index: 9999 !important;
}
.autocomplete-container .suggestion-item {
    padding:10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

  .autocomplete-container .suggestion-item--active {
    padding:10px;
    background: #ffc600;
}

.carousel-caption form {
    border: 1px solid #ddd;
}

.carousel-caption input[type="text"] {
    width: 65%;
    border: none;
    background: #fff;
    padding: 8px 8px;
}

.carousel-caption input[type="submit"] {
    width: 30%;
    border: none;
    float: right;
    background: #ff3c00;
    padding: 8px 8px;
    cursor: pointer;
    color: #fff;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #FFF;
    cursor: pointer;
}
.carousel-indicators.active , .carousel-indicators li:hover{
  background-color: #ff3c00 !important;
}

.carousel-indicators .active {
    background-color: #ff3c00 !important;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
.header-area {
    padding: 10px 0;
    position: absolute;
    z-index: 99999999999;
    width: 100%;
}

.header-left img {
    /* width: 235px; */
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.header-left img:hover {
    opacity: 0.8;
}
.header-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}

.header-right ul li {
    float: left;
}

.login {
  background: #fff;
  color: #000;
  padding: 7px 18px;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  padding-bottom: 10px;
  /* vertical-align: middle; */
  border: none;
}

.signup {
  background: #ff3c00;
color: #fff;
padding: 7px 18px;
display: inline-block;
border-radius: 5px;
margin-left: 10px;
font-size: 20px;
padding-bottom: 10px;
border: none
}
.signup:hover{
    color: #fff !important;
}

.fade.modal.show {
    background: rgba(256,256,256,0.8);
}
.login .modal-content {
    position: relative;
    padding: 1px 30px 10px 30px;
    text-align: center;
    background: #e9ecef;
    border-radius: 0px;
    border: none;
}
.login .modal-footer {
    border-top: none !important;
}
.login .modal-header {
    border-bottom: none !important;
}

.login .form-text {
    font-size: 15px;
    color: #000;
    text-align: left;
}
.login .close {
    color: #000 !important;
    opacity: unset !important;
}
.login-form-button .btn-success {
    color: #fff !important;
    background-color: #ff3c00 !important;
    border-color: #ff3c00 !important;
}
.login_icon img {
    /* width: 150px; */
    padding-top: 20px;
    padding-bottom: 20px;
}
div#modal3 .modal-footer button {
  background-color: #ff3c00 !important;
  border-color: #ff3c00 !important;
}
.login .form-check {
    text-align: left;
}
.login .form-check-label {
    color: #000 !important;
    font-size: 16px;

}
.login .form-control {
    margin-top: 1.25rem;
}
.login .form-check-input {
    margin-top: 12px !important;

}
p.modal-required {
    margin-bottom: 0px !important;
    /* margin-top: 15px; */
    color: red;
}
.login .login_icon {
    color: #fff;
    /* font-size: 60px; */
    background: #fff!important;
    opacity: 1!important;
}
.login .modal-dialog {
    margin-top: 165px !important;
}
button.headertwo_login {
    border-width: 0px;
    display: block;
    padding: 25px 35px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}

button.close.btn.btn-primary:hover {
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}
button.headertwo_signup {
    border-width: 0px;
    display: block;
    padding: 25px 35px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}
button.headertwo_login:hover {
    border-color: whitesmoke;
}
button.headertwo_signup:hover {
    border-color: whitesmoke;
}
.register .modal-dialog {
    margin-top: 165px !important;
}

.search-dishes {
    margin-top: 100px;
    margin-bottom: 40px;
}

.header-right a {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.header-right a:hover {
      color: #000;
}
.hungry-heading{
    color: #ff3c00;
    font-weight: bold;
}
.Hungary-form {
    border: 1px solid #a6a6a6;
    padding: 6px;
    border-radius: 10px;
    display: flex;
    margin-top: 50px;
  }
  .Hungary-form .search-bar-container {
    width: 75%;
    display: inline-block;
  }
  .Hungary-form input[type="submit"] {
    padding: 15px;
    width: 25%;
    border-radius: 0px 10px 10px 0px;
  }

.Hungary-form .search-input-container .clear-button {
    background: #ff3c00;
    padding: 15px;
    float: right;
    border-radius: 10px 0px 0px 10px;
    margin-top: -10px;
    color: #fff;
    border-color: #ff3c00;
}
  .search-input-container {
    padding: 10px;
  }
  .search-input-container .search-input {
    width: 73% !important;
  }
  .search-input-container .Locate-button {
    background: none;
    border: 0px;
    color: #fff;
  }
  .footer-subscribe input[type="submit"] {
	border-radius: 0px 10px 10px 0px;
}
.footer-subscribe{
    border: 1px solid #a6a6a6;
    padding: 5px;
    border-radius: 10px;
}
.carousel-caption.d-none.d-md-block p {
    font-weight: 600 ;
  }

.services-area {
    background-image: url(img/bg-grey1.png);
    display: none;
}

.services-bg {
     padding: 30px 0;

    background: url(img/bg-grey1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.service-item {
    text-align: center;
    /* margin: 80px 0; */
    margin: 40px 0;
    padding: 10px 30px 10px 30px;
    box-sizing: border-box;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
}

.service-item .service-item-inner {
   /* padding: 50px 15px 50px 15px; */
   padding: 15px 15px 15px 15px;
}
.service-item .service-item-inner:hover {
    background: #fff;
}
.__react_component_tooltip.type-error {
    background-color: #fff !important;
    z-index: 999 !important;
}
span.maintenance-content {
    color: #ff3c00 !important;
}
.service-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.service-details h5 {
    font-weight: 16px;
    font-weight: bold;
}

.services-bg {
    background: url(img/bg-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.apps-area {
    background: url(img/bg-past2.png);
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.apps-bg {
    background: url(img/bg-past.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
     padding: 60px 0;
}


.apps-content h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 42px;
    color: #FFF;
    line-height: 40px;
}
.apps-content P{
    color: #fff;
    font-size: 21px;
    margin-top: 25px;
}
/* .apps-content {
    padding-top: 20px;
    padding-bottom: 20px;
} */
.app-links {
    width: 100%;
    margin-top: 60px;
}

.google-link {
    width: 50%;
    float: left;
}

.google-link img {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.google-link img:hover,
.iphone-link img:hover {
    opacity: 0.8;
}

.iphone-link {
    width: 48%;
    margin-left: 2%;
    float: right;
}

.n-restaurants-area {
    padding: 60px 0;
    background: #fff;
}

.p-restaurants-area h4,
.n-restaurants-area h4 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}
.n-restaurants-area p {
    text-align: center;
    margin-top: 5px;
    color: #b9b6b6;
    font-size: 17px;
    /* font-weight: 500; */
}
.view-allres {
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
    display: block;
    font-weight: bold;
    color: #ff3c00;
}

.res-list {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center;
}

.res-details {
    padding: 20px 10px;
    text-align: left;
    overflow: hidden;
    padding-bottom: 10px;
}
.res-details h5 {
    margin: 0;
}
.res-details h5 a {
    margin: 0;
    font-size: 18px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    font-weight: 600;
    color: #080808;
}

.res-details h5 a:hover {
    opacity: 0.7;
}

.res-details p {
    margin-bottom: 20px;
    font-size: 14px;
  color: #a5a5a5;
}
/* .price .delivery-time {
    display: none;
} */
.res-details .price {
    width: 50%;
    float: left;
    /* display: none; */
}
.ratings-part {
    /* display: none; */
}
.col-6.restaurant-rating {
    display: none;
}
.res-details .rating {
    width: 50%;
    float: left;
    text-align: right;
    display: none;
}

.res-details span {
  font-size: 16px;
display: block;
color:#242424;
font-weight: 600;
}

.res-details span i {
    color: #fac917;
    font-size: 14px;
}

.p-restaurants-area {
    background: #ebebeb;
    padding: 60px 0;
    display: none;
}

.p-restaurants-area .res-list {
    background: #fff;
}

.res-list img {
    display: block;
    margin: auto;
    width: 253px;
    height: 165px;
}

.subscribe {
    padding: 40px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.contact h4,
.subscribe h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.subscribe p {
    margin-bottom: 20px;
    padding-right: 40px;
}

.subscribe form {
    border: 1px solid #ddd;
}

.subscribe form input[type="email"] {
    padding: 12px;
    width: 79%;
    border: none;
    float: left;
    border-radius: 5px;
    outline: none;
}
.address-form {
    padding-top: 25px;
}
.bd-example #carouselExampleCaptions ol.carousel-indicators {
    z-index: 1px !important;
}
.subscribe form input[type="submit"] {
    padding: 14px 5px;
    width: 21%;
    outline: none;
    font-size: 14px;
    border: none;
    background: #ff3c00;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    color: #fff;
    font-weight: 600;
}

.subscribe form input[type="submit"]:hover {
    opacity: 0.8;
}

.contact a {
    text-decoration: none;
    color: #444;
}

.copyright-area {
    background: #ebebeb;
    padding: 15px 0;
}

.copyright p {
    margin: 0;
    text-align: center;
}
.contact {
    padding-left: 170px;
}
.copyright-area .social {
    text-align: right;
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    padding-right: 78px;
}

.social ul li {
    float: left;
}

.social ul li i {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin-left: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
}

.social ul li .fa-twitter {
    background: #55ACEE;
}

.social ul li .fa-facebook-f {
    background: #45619D;
}

.social ul li .fa-google-plus-g {
    background: #D73D32;
}

.social ul li .fa-instagram {
    background: #2A5B83;
}

.social ul li .fa-linkedin-in {
    background: #0077B5;
}

.social ul li i:hover {
   opacity: 0.8;
}

.footer-logo img {
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    width: 235px;
}
.row.cart-below.sticky-top {
    top: 318px;
}
.corn.sticky-top {
    top: 44px;
}
.footer-logo img:hover {
    opacity: 0.8;
}
.Thanku-contacting {
    padding-top: 190px;
    padding-bottom: 190px;
    text-align: center;
}

.sticky-top.cart.Right-side-cart-view {
    padding-right: 0px !important;
    top: 80px !important;
}
.main-link.sticky-top {
    top: 85px !important;
}
/*-- theader area start --*/
.therader {
    padding: 8px 0;
}

.theader-wrapper p {
    margin-bottom: 0;
}

.theader-wrapper p span {
    color: #9e9e9e;
}

.header-area2 {
    padding: 0px 0px;
    background: #F5F5F5;
}

.navbar2 {
    padding: 0px;
}

.navbar-brand2 img {
    width: 150px;
}


.main-menu-part2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu-part2 ul li {
    float: left;
}

.main-menu-part2 ul li a {
    display: block;
    padding:10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
}

.main-menu-part2 ul .cart-numbers a {
    padding: 0px;
    /*background: #E9E9E9;*/
    /* margin-left: 40px; */
    border-radius: 6px;
    border:none;
    /*margin-top: 16px;*/
    margin-right: 5px;
}

.main-menu-part2 ul li:nth-last-of-type(1) a {
        /*background:#E9E9E9;*/
    border-radius: 6px;
    border:none;
    /*margin-top: 16px;*/
    /*background-color: #ff3c00;*/
}

.main-menu-part2 ul li a:hover {
    opacity: .7;
}

.hamburger {
  padding: 10px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* -- header-area end -- */

/*-- banar area start --*/
.banar {
    /* background-image: url(img/banner1-black.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
    background-color: #171a29;
    margin-top: 53px;
}

.bn-left {
    overflow: hidden;
}

.bnl-one {
    float: left;
    margin-right: 8px;
}

.bnl-one img {
    display: block;
}

.bnl-two {
    margin-top: 8px;
}

.bnl-two p {
    color: #d0d0d0;
    margin-bottom: 25px;
    font-size: 13px;
    margin-top: 15px;
}

.bnl-two span {
    color: #5b5b5b;
}

.bnr-one {
    overflow: hidden;
    background: rgba(255, 255, 255,.8);
    display: flex;
}
.bnl-one img {
    height: 191px;
}

.bnro-left {
    width: 50%;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 25px 0;
}

.bnro-left span {
    display: inline-block;
    color: #FAC917;
}
.bnl-one img {
    /* box-shadow: 5px 5px 4px #f9f9f9; */
    margin: 13px;
    border-radius: 5px;
}
.bnl-two h2 {
    /* text-shadow: 6px 4px 4px #8a6d64; */
    font-style: italic;
    line-height: 32px;
}
.col-lg-6.hidden-bn-right .bn-right {
    /* box-shadow: 5px 5px 5px #696969; */
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
}
.col-lg-6.hidden-bn-right .bn-right p {
    color: #000;
    font-style: italic;
}
.row.checkout-main {
    margin-top: 65px;
}
.bnro-left span.reating {
    color: #222;
    font-weight: 500;
    margin-left: 5px;
    text-align: left;
    width: 38%;
}

.bnro-left p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 4px;
}

.bnro-right {
    width: 50%;
    border-bottom: 1px solid #d0d0d0;
    padding: 25px 0;
}

.bnro-right p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
}

.bnro-right h6 {
    margin-bottom: 0;
}

.bnr-two {
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255,.8);
}

.bnrt-left {
    width: 50%;
    border-right: 1px solid #d0d0d0;
    padding-top: 10px;
    padding: 25px 0px;
}

.bnrt-right {
    width: 50%;
    padding: 20px 0px;
}

.bnrt-left h6 {
    margin-bottom: 0;
}

.bnrt-left p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
}

.bnrt-right h6 {
    margin-bottom: 0;
}

.bnrt-right p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
}

/*-- main1 area start --*/

.main1 {
    padding-top: 55px;
    padding-bottom: 35px;
}

.main-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-link ul li {
    border-top: 1px solid #eee;
}

.main-link ul li:last-child {
    border-bottom: 1px solid #eee;
}

.main-link ul li a {
    display: inline-block;
    color: #222;
    padding: 10px 20px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    border-left: 4px solid transparent;

}

.main-link ul li.active-item a {
    font-weight: 600;
    border-left: 4px solid #ff3c00;
}

.main-link ul li a:hover {
    border-left: 4px solid #ff3c00;
    font-weight: 600;
}

.pizza1 h2 {
    padding-bottom: 8px;
    display: inline-block;
    padding-right: 30px;
    border-bottom: 3px solid #ff3c00;
    margin-bottom: 50px;
    font-size: 22px;
}

.pizza-img img {
    display: block;
    width: 100%;
}

.pizza-photo {
    height: 215px;
    overflow: hidden;
}

.pprise {
    padding: 15px 0;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.pprise h6 {
    margin-bottom: 0;
}

.pprise p {
    font-size: 12px;
    margin-bottom: 0;
    color: #5a5a5a;
}

.pamout {
    background-color: #EBEBEB;
    overflow: hidden;
}

.pamout span {
    display: inline-block;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 10px;
}

.pamout a {
    display: inline-block;
    float: right;
    color: #000;
    background-color: #ff3c00;
    padding: 8px 35px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
button.addbutton {
    display: inline-block;
    float: right;
    color: #fff;
    font-weight: 600;
    background-color: #ff3c00;
    padding: 8px 35px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.pamout a:hover {
    opacity: .7;
}

.count {
    float: right;
    background: #ff3c00;
    padding: 5px;
}

.count input {
    width: 30px;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
}

.count button {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
.handle-counter {
    color: #fff;
    font-weight: 600;
}
.counter-minus {
    font-size: 20px!important;
}

.ppara {
    margin-bottom: 40px;
    border: 2px solid #eee;
}

#last-pizza {
    height: 140px;
}

#last-pizza img {
    margin-top: 25px;
}

.pizza1 {
    border-bottom: 2px solid #eee;
    margin-bottom: 5px;
}

.pizza2 {
    margin-top: 40px;
}

.pprise3 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0;
}

#last-prize3 {
    border-bottom: 0;
}

#countted {
    padding: 0;
}

#pamut-number span {
    padding-top: 5px;
    padding-left: 10px;
}

.cart h2 {
    margin-bottom: 14px;
}

.corn {
    /* border: 2px solid #eee;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden; */
}
select#tip-select {
    padding: 0px;
    height: 50%;
}
.sub.sticky-top{
  top: 564px;
}
.Empty-cart.sticky-top {
    top: 58px;
}
.cart-below-form.sticky-top{
  top : 470px;
}
p.cart-addon {
    font-size: 11px;
    font-weight: 700 !important;
    line-height: 10px;
}
select#tip-select-checkout {
    padding: 0px;
    width: 100%;
    height: 50%;
}
.row.cart-below {
    padding-left: 20px;
}
.cart-below-form .form-group {
    margin-bottom: 0px !important;
}
.row.cart-below-form {
    padding-left: 30px;
    max-width: 100%;
}
.local_delivery.form-group {
    margin-bottom: 20px !important;
}
.cart-below-form .form-check-label {
    font-weight: 500 !important;
}
.delivery-form {
    width: 100%;
}
.delivery-form .form-label {
    display: block;
}
.delivery-form .form-check {
    width: 71%;
    float: left;
}
.delivery-form small.text-muted.form-text {
    display: inline-block;
    float: right;
    font-weight: 500;
}
.cart-below-form .form-label {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.corn-contant p {
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 6px;
}

.corn {
    border: 2px solid #eee;
    height: 228px;
    overflow: auto;
    margin-bottom: 20px
}

.corn-contant {
    padding: 15px;
}

.subtotal h6 {
    float: left;
    font-weight: 600;
    margin-bottom: 4px;
}

.subtotal span {
    font-weight: 600;
    float: right;
}

.subtotal p {
    overflow: hidden;
    clear: both;
    margin-bottom: 0;
    color: #5a5a5a;
}

.subtotal {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.checkout a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 10px 81px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.back-to-menu.text-center {
    margin-top: 14px;
    float: left;
}
.back-to-menu a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #ff3c00;
    padding: 15px 23px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.checkout .deliverymsg {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 8px 0;
    border: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
div#modal3 {
    margin-top: 149px;
}

.checkout a:hover {
    opacity: .7;
}


#footer {
    border-top: 1px solid #ddd;
}



.search-area form {
    width: 100%;
    display: block;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 2px 5px 15px rgba(0,0,0,.2);
    border-radius: 8px;
    overflow: hidden;
}

.search-area form input {
    width: 75%;
    display: inline-block;
    padding: 10px 15px;
    background: transparent;
    border: none;
    float: left;
}

.search-area form input[type="submit"] {
    width: 20%;
    display: inline-block;
    padding: 10px 15px;
    background: #ff3c00;
    border: none;
    color: #fff;
    float: right;
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    cursor: pointer;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.search-area form input[type="submit"]:hover {
    opacity: 0.8;
}

img.restaurant-image {
    width: 100%;
    display: block;
    margin: auto;
    height: 169px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.restaurant-content {
    padding: 15px;
}
.restaurant-content p {
    height: 22px;
    overflow: hidden;
}

.coupon-part {
    padding: 5px 15px;
    background: #E8E8E8;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.coupon-part img {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.coupon-part a {
    font-size: 13px;
    color: #080808;
}

.restaurant-bdr {
 border: 1px solid #ddd;
}

.restaurant-item:hover .coupon-part {
    background: #ff3c00;
}

.restaurant-content h4 {
    margin: 0;
}

.restaurant-content h4 a {
    color: #080808;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.restaurant-content h4 a:hover {
    opacity: 0.7;
}

.restaurant-content p {
    margin: 0;
    color: #5A5A5A;
    font-size: 15px;
    text-transform: capitalize;
}

/* .ratings-part {
    padding: 10px 0 0;
} */

.ratings-part span {
    display: block;
    color: #5A5A5A;
    font-size: 15px;
}

.rating-last {
    text-align: right;
    margin-top: -10px;
    float: right;
    display: block;
    width: 100%;
}
.dv-star-rating.dv-star-rating-non-editable {
    float: right;
}
.bnro-left .dv-star-rating.dv-star-rating-non-editable {
    display: inherit !important;
    overflow: auto;
    /* border: 2px solid; */
    text-align: left;
    float: left;
    width: 60%;
    padding: 0px;
}
.bnro-left .dv-star-rating.dv-star-rating-non-editable label {
    margin-bottom: 0px;
}
 .dv-star-rating.dv-star-rating-non-editable i {
    color: #ff3c00;
}
.ratings-part img {
    display: block;
    float: right;
    max-width: 100%!important;
}

.res-part-top h2 {
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 3px solid #ff3c00;
    line-height: 21px;
}

.res-part-top {
    margin-bottom: 30px;
}

.restaurant-item {
    margin-bottom: 30px;
}




.res-footer {
    margin-top: 80px;
}
code {
    color: #0c0c0c !important;
    word-break: break-word;
    font-size: 17px !important;
    /* font-weight: 600; */
    font-family: sans-serif !important;
    line-height: 33px !important;
}

hr.product-line {
    width: 63% !important;
    border-top: 2px solid #ff3c00 !important;
}
.product-name {
    text-align: center;
}
.modal-price {
    padding-top: 10px;
    padding-left: 51px;
    font-weight: 600;
    color: grey;
}

.total-butn.btn.btn-success {
    margin-right: 166px;
    color: #fff !important;
    background-color: #ff3c00 !important;
    border-color: #ff3c00 !important;
    font-weight: 600;
}

button.repeat-last.btn.btn-success {
    margin-right: 115px;
    background-color: #ff3c00;
    font-weight: 600;
}
button.Ichosse.btn.btn-secondary{
    background-color: #ff3c00;
    font-weight: 600;
}
button.add-butn.btn.btn-success {
    color: #fff !important;
    background-color: #ff3c00 !important;
    border-color: #ff3c00 !important;
    font-weight: 600;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 20%;
}
.menuLoader {
    text-align: center;
    width: 100%;

}

.filter .form-titles {
    padding-left: 15px;
    width: 85%;
    float: left;
    padding-top: 8px;
}
.filter .btn {
    background-color: #fff;
    font-weight: bold;
}
.filter button.btn:focus {
    border: 0px;
    box-shadow: 0px 0px 0px;
}

.data-not-found {
    width: 100%;
    text-align: center;
    padding-top: 10%;
}

.data-not-found h3 {
    font-size: 35px;
}
.count img {
    width: 30px;
    margin-left: 10px;
}
.filter_show {
  display: block;
}
.filter_hide {
  display: none;
}
.count {
    min-width: 60px;
    text-align: center;
}

/* checkout area start */
/*-- con-get area start --*/
.con-get-heading h3 {
    font-weight: 400;
    margin-bottom: 50px;
}
.con-form form label {
    font-weight: 500;
    font-size: 16px;
}

.con-form form input {
    margin-bottom: 25px;
    padding: 8px 20px;
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,.5);
}

.con-form form input::placeholder {
    color: #767676;
}

.con-form form input:focus {
    box-shadow: none;
}

.con-form form textarea {
    color: #767676;
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,.5);
}

.con-form form textarea:focus {
    box-shadow: none;
}

.con-form form button {
    border: none;
    outline: none;
    background-color: #ff3c00;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 50px;
    margin-top: 50px;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.con-form form button:hover {
    opacity: .7;
}

.con-form {
    position: relative;
}

.con-form:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 140px;
    height: 155px;
    background-image: url(img/conf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -26px;
    right: -75px;
    z-index: -100;
}

.con-get {
    background-image: url(img/confo.png);
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: bottom right;
    margin-top: 60px;
}
/*-- con-get area end --*/

/*
========================
Header area start
========================
*/



.service-item:hover {
    background: #fff;
}



.copyright p {
    margin: 0;
}


/*-- main1 area start --*/
.Distance-area {
            display: flex;
          justifyContent: center;
          flexWrap: wrap;
          margin-top: 10px;
          margin-bottom: 10px;
}

.restaurant-item > img {
    width: 100%;
    display: block;
    margin: auto;
}


/*---- Checkout Start ----*/

.pamout.checkout {
    background-color: rgba(0,0,0,0);
    margin-bottom: 20px;
    width: 100%;
}
 .pamout.checkout p {
    display: inline-block;
    margin: 0px;
    padding-left: 12px;
    width: 62%;
    font-weight: 500;
}
.main-checkout-row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.col-lg-4.col-md-4.left-panel {
    padding: 34px;
    background: whitesmoke;
}
.row.Apply-Coupon {
    background: #fff;
    padding: 25px;
}
.Apply-Coupon-icon {
    width: 10%;
    display: inline-block;
    float: left;
}
.Apply-Coupon-input {
    width: 89%;
    display: inline-block;
}
.Apply-Coupon-input input {
    width: 62%;
}
span.Coupon-Applied {
    border: 1px solid #ccc;
    margin-top: 17px;
    display: none;
    padding: 14px;
    text-align: center;
}
.show-grid.row {
    /* margin-left: 20px; */
    padding-left: 10px;
    padding-top: 20px;
}
.Help-box a h4 {
    color: black;
}
.Apply-Coupon-input button.btn.btn-secondary {
    background-color: #ff3c00 !important;
    border-color: #ff3c00 !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.Apply-Coupon-icon img {
    width: 100%;
}
.Apply-Coupon-field input {
    border: 0px;
    background: none;
    padding-left: 20px;
    color: #000;
}
.Apply-Coupon-field input::placeholder {
    color: #000 !important;
    opacity: 1;
}
.Apply-Coupon-field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
}
.Free-Delivery-icon{
     width: 10%;
    display: inline-block;
    float: left;
}
.Free-Delivery-field img {
    width: 100%;
}
.Free-Delivery-field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 11px 15px;
    margin-top: 15px;
}
.Free-Delivery-txt {
    width: 89%;
    display: inline-block;
    padding-left: 21px;
}
.Free-Delivery-txt p {
    margin: 0px;
    margin-bottom: -10px;
}
.Free-Delivery-txt span {
    font-size: 12px;
}
.row.Bill-Details {
  background: #fff;
  padding: 25px 12px;
  margin-top: 25px;
}
.row.Bill-Details ul {
  list-style: none;
  padding: 0px;
}
.row.Bill-Details ul li {
  width: 100%;
  margin-top: 10px;
}
.row.Bill-Details ul li span {
  float: right;
}
.map-iframe {
    margin-bottom: 30px;
}
.map-iframe iframe{
    webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/* The container */
.address-form .Loc-form .radio-checkout-form-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.address-form .Loc-form .radio-checkout-form-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.address-form .Loc-form .radio-checkout-form-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
padding: 10px;
border: 1px solid #eee;
font-size: 18px;
min-height: 53px;
padding-top: 15px;

}
.address-form .Loc-form .radio-checkout-form-btn:hover input ~ .checkmark {
  background-color: #ff3c00;
}
.address-form .Loc-form .radio-checkout-form-btn input:checked ~ .checkmark {
  background-color: #ff3c00;
}
.address-form .Loc-form .radio-checkout-form-btn {
    width: 100%;
    float: left;
    text-align: center;
color: #000;
}
.address-form .Loc-form .radio-checkout-form-btn .checkmark img {
    width: 30px;
    float: left;
    margin-top: -3px;
}
.address-form .Loc-form .row.radio-checkout-form-row .col-md-4 {
    padding: 0;
}
.address-form .Loc-form .row.radio-checkout-form-row {
    padding: 15px;
    height: 80px;
}
.address-form form input {
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
span.phone-error {
    color: red;
    font-size: 12px;
}
.main-contant.load img {
    width: 200px;
    /* text-align: center; */
    padding-top: 100px;
}

.main-contant.load {
    text-align: center;
}
#AddressForm select {
    padding: 10px;
    height: auto;
}
.address-form .Loc-form-btn {
    background-color: #ff3c00 !important;
    background-image: none !important;
    border: 0px;
    color: #fff;
    font-weight: 500;

    float: right;
    margin-left: 0px;
    margin-top: 0px;
    padding: 13px 15px;
}
/* button.StripeCheckout.Loc-form-btn {
    float: right;
    margin-left: 0px;
    margin-top: 0px;
    padding: 13px 15px;
} */
.address-box .Loc-form-btn {
    padding: 15px;
    background-color: #ff3c00 !important;
    background-image: none !important;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 16%;
}
.address-box ul {
    list-style-type: none;
}
.address-box ul li {
    font-size: 14px;
    font-weight: 600;
}
.address-box ul li i {
    float: right;
    font-size: 24px;
}
.address-box input[type="radio"] {
    margin-top: 6px;
    position: absolute;
}
/* .address-form .Loc-form-btn {
    border-radius: 0px !important;
    padding: 0px!important;
    margin-top: 1px !important;
} */
.address-form .Loc-form-btn span{
  background: #ff3c00 !important;
  height: auto!important;
  padding: 9px 15px!important;
  border-radius: 0px!important;
}
.address-box .Loc-form-btn span{
    background: #ff3c00 !important;
}
.address-form .Loc-form .Loc-form-btn:hover {
    opacity: 0.7;
}
.cart-mobile-view-button {
  display: none;
}
.address-box {
  background: #f5f5f5;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.Delivery-box {
  background: #f5f5f5;
  padding: 15px 15px;
  margin-bottom: 20px;
  font-family: sans-serif;
}
.Delivery-box h6 {
    font-family: sans-serif;
    padding-top: 13px;
    font-weight: 600;
}
.Delivery-box i {
    float: right;
    width: 33%;
}
.Delivery-box i {
    float: right;
    width: 33%;
}
.Help-box h4 {
    padding-top: 10px;
}
.Delivery-box p {
    font-size: 14px;
}
.Delivery-box p span {
    font-weight: 600;
}
.Help-box {
  background: #f5f5f5;
  padding: 15px 15px;
  margin-bottom: 20px;
  text-align: center;
}
.Help-box p {
    font-size: 26px;
    display: block;
    margin-bottom: 0;
    color: #85c99d;
}
.Help-box i {
    font-size: 52px;
    color: #999;
}
.address-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.col-md-2.credit-icon i {
    padding-top: 15px;
}
p.secure-content {
    display: inline;
}
.address-box p {
  color: #6c6b6b;
  margin-bottom: 35px;
}
.cart-mobile-view-button a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 8px 52px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.address-box .deliver-btn {
  background: #ff3c00;
  padding: 16px;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
font-weight: 500;
}

.top-right-logo img {
    width: 67px;
    height: 67px;
}

h2.inner {
    background-color: #ff3c00;
    color: #000;
    margin: -25px 0px 25px -15px;
    padding: 12px 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

small.text-muted.checkout-text.form-text {
     padding-left: 5%;
}
small.text-muted.cart-text.form-text {
    padding-left: 28%;
    width: 13%;
}
.show_button .loader_box {
    display: none!important;
}
.show_loader .button_box {
    display: none!important;
}

/* .stripe-button-el {
    background-image: none !important;
    background-color: #ff3c00 !important;
  }

  .stripe-button-el span {
    background-image: none !important;
    background-color: #ff3c00 !important;
  } */
/*---- Checkout End ----*/



/* checkout area end */

/* thankyou page start */

.Booking-confirmation {
    margin-top: 45px;
    margin-left: 400px;
    margin-bottom: 75px;
}

/* thankyou page end */
/* Banner style start */
.therader {
    display: none;
}

/* .bn-right {
    display: none;
} */
.bnl-two {
    color: #fff;
}
.col-lg-6.hidden-bn-right {
    width: 10% !important;
    /* display: none; */
}
.bn-wrapper .col-lg-6 {
    margin: auto;
}
/* Banner two style end */

/* filter style start */

a.btn_map {
    display: none !important;
}
a.btn_map {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #555;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a#filters_col_bt {
    display: block;
    color: #444;
    font-weight: 600;
}
.pull-right {
    float: right!important;
}
a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}
.collapse.in {
    display: block;
}
.filter_type h6 {
    border-top: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px 0 0 0;
}

.irs-with-grid {
    height: 60px;
}

.irs {
    height: 40px;
}
/* filter style end */
/* .handle-counter .type-error {
    width: 255px;
    left: 15px!important;
    background-color: #1f1f1f!important;
    top: 130px!important;
    opacity: 1;
    padding: 0px!important;
}*/

.handle-counter .type-error .addon-content {
    color: #fff;
    font-size: 14px;
    padding: 8px;
    font-style: italic;
}
div#handleCounter3 .__react_component_tooltip.type-error {
    background: #000 !important;
    color: #fff !important;
    width: 287px !important;
    z-index: 99999 !important;
      padding: 0px!important;
      opacity: 1;
}
/* filter style start */
.rating-form .icon_star::before {
  content: "\2605";
  color: #ccc;
  background: ;
}
.rating-form .icon_star {
  padding: 0px;
}
.rating-form .icon_star.voted:before {
  color: #FC0;
}

.rating-form {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-top: 0px;
}
.rating-form .form-titles {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 12px;
}
input.btn.filter-btun {
    background-color: #ff3c00;
    color: #fff;
    margin-top: 15px;
    /* margin-left: 60px; */
    /* text-align: center; */
}
.rating-form .form-check-label {
  font-size: 14px;
}
/* filter style end */

h6.Tip-Amount-text {
    padding-top: 5px;
}
/* sign up form start */
form.signup-content {
    margin-top: 140px;
    margin-bottom: 140px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 0px 5px #3e3a3acc;
    border: 0px;
}

button.register-form-button.btn.btn-primary {
    background-color: #ff3c00;
    border-color: #ff3c00;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    /* padding-top: 5px; */
    margin-top: 5px;
    margin-bottom: 30px;
}

.signup-content label.form-label {
    font-weight: 500;
}
form.signup-content .container {
    padding: 30px 80px 10px 80px;
}
form.signup-content h1 {
    text-align: center;
    color: #ff3c00;
    font-weight: bolder;
    padding-bottom: 35px;
    /* padding-top: 0px; */
}
button.register-form-button.btn.btn-primary:hover {
    background-color: #ff3c00 !important;
    border-color: #ff3c00 !important;
}
.thanku_registration {
    margin-top: 196px;
    margin-bottom: 153px;
    text-align: center;
    /* font-size: 20px; */
}
form.signup-content p {
    color: red;
    text-align: center;
}
.loader-border {
width: 155px;
margin: auto;
padding: 5px;
box-shadow: 0px 0px 22px #000;
}
.menu-loader-border {
width: 145px;
margin: auto;
padding: 5px;
box-shadow: 0px 0px 22px #000;
}
/* sign up form end */
/* city area start */
.row.city-area ul {
    list-style-type: none;
}
.All-city {
    background-color: #000;
    color: #fff;
}
.All-city h4 {
    color: gray;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 60px;
    margin-top: 35px;
    padding-bottom: 15px;
}
.All-city ul li {
    padding: 8px;
}
.All-city ul {
    margin-bottom: 60px;
}

/* city area end */

.StripeElement.StripeElement--invalid {
    width: 482px !important;
}
form.ElementsApp.is-invalid .is-focused {
  width: 500px !important;
}
form.ElementsApp .is-focused {
  width: 500px !important;
}
.StripeElement.StripeElement--empty {
    width: 500px !important;
}

.__PrivateStripeElement {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1) !important;
}

iframe {
    padding: 3px !important;
    /* border: 1px solid rgba(0,0,0,.1); */
}

input.__PrivateStripeElement-input {
    border: 1px solid rgba(0,0,0,.1) !important;
}
label.card-section {
    width: 100%!important;
}
label.card-section label {
    width: 100%;
    display: block;
}
label.card-section label .StripeElement {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%!important;
}
.restaurants-part {
    margin-top: 150px;
}
.filter {
    border: 1px solid #ddd;
    margin-top: 150px;
}
.search-area {
    padding: 60px 0;
    display: none;
}
.p-restaurants-area h4, .n-restaurants-area h4 {
    text-align: center;
    margin-bottom: 0px;
}
.row.new-restaurants {
    margin-top: 45px;
}
.cooking-instruction.row {
    margin-top: 25px;
}
.cooking-instruction h5 {
    font-weight: 600;
}
span.stripe-error {
    color: red;
    font-size: 17px;
    font-weight: 600;
}
.donation-confirmation {
    margin-top: 150px;
    margin-bottom: 150px;
}
.order-detail {
    margin-bottom: 70px;
}
.order-detail #countted {
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}
.title hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #000;
    margin-left: 258px;
    margin-right: 258px;
}
.DonationTermLabel label.form-check-label {
    font-size: 15px !important;
}
.DonationTermLabel.form-check a {
    color: black;
}
.__react_component_tooltip.show.place-top.type-dark {
/* top:330px !important;
left:49px !important; */
top:319px !important;
left:13px !important;
}
._3B2qG.place-order-btn {
    margin-left: 85px;
    /* text-align: center; */
}
.dt-donateinbox.donation-btn {
    margin-right: 25%;
}
.checkout-loader img {
    width: 117px;
    background-color: #ffc600;
    /* text-align: center; */
}

.checkout-loader {
    text-align: center;
    padding-top: 50%;
}
@media(max-width:959px){
  .carousel-caption {
    width: 354px!important;
    font-size: 14px!important;
    height: 128px!important;
    /* padding: 5px!important; */
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 30%;

}
.total-butn.btn.btn-success {
  margin-right: 25px !important;
}
.Booking-confirmation {
    margin-top: 120px;
    margin-left: 219px;
    margin-bottom: 120px;
}
.checkout a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 8px 45px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.back-to-menu.text-center {
    margin-top: 14px;
    float: left;
}
.back-to-menu a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #ff3c00;
    padding: 15px 23px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
button.headertwo_login {
    border-width: 0px;
    display: block;
    width: 100%;
    padding: 12px 0px !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
button.headertwo_signup {
    border-width: 0px;
    display: block;
    padding: 12px 0px !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
.Help-box a h4 {
    color: black;
}
.cart h2 {
    text-align: center;
    font-size: 30px !important;
}
.res-details .price {
    /* display: none; */
}
.ratings-part {
    /* display: none; */
}
.show-grid.row {
    padding-left: 10px;
    padding-top: 20px;
}

h3.product-name {
    font-size: 22px;
    float: left;
}

.show-grid.row .col-md-9 {
    width: 85%;
    float: left;
}

.show-grid.row .col-md-3 {
    width: 15%;
    float: left;
}
.res-details .rating {
    display: none;
}
.pizza-photo img {
    display: none;
}
.bn-right {
    /* display: none; */
}
.bnl-two {
    color: #fff;
}
h2.sticky-top.cart-heading {
    display: none;
}
.checkout-cart-banner .col-md-3 {
    width: 30%;
}
.checkout-cart-banner .col-md-9 {
    width: 70%;
}
.delivery-form .form-group {
    display: block;
    width: 100%;
    clear: both;
}
h2.inner {
    margin: 0px;
    margin-bottom: 20px;
}
.row.cart-below .col-md-6 {
  width: 50%;
}
.pamout.checkout p {
    display: inline-block;
    margin: 0px;
    padding-left: 0px;
    width: 60%;
    font-weight: 500;
}
.Apply-Coupon-input {
    font-size: 14px;
}
.Apply-Coupon-field input {
    width: 61%;
}
.checkout-cart-banner.col-md-9 {
    width: 70%;
}
.corn.sticky-top {
    display: none;
}

.row.cart-below.sticky-top {
    display: none;
}

.row.cart-below-form.sticky-top {
    display: none;
}

.sub.sticky-top {
    display: none;
}

.carousel-caption h3 {
    font-size: 14px!important;
}

.Hungary-form {
    margin-top: 8px!important;
}
.Hungary-form .search-input-container .clear-button {
    padding: 10px !important;
    margin-top: -1px !important;
}
.Hungary-form .search-bar-container {font-size: 11px!important;}

.search-input-container {
    padding: 0px!important;
}

.Hungary-form input[type="submit"] {
  padding: 9px!important;
  margin-right: -3px !important;
}
.carousel-item.active img {
    min-height: 265px;
}
}
@media(max-width:500px){
  .main-link.sticky-top ul {
    display: flex !important;
    overflow-y: scroll !important;
    white-space: nowrap !important;
    padding-bottom: 10px !important;
}
.delivery-extra-info.form-group{
  margin-top: 10px;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 30%;
}
/* .loader {
    width: 100px;
    text-align: center;
} */
/* .loader img {
  width: 100% !important;
} */
.main-link ul li a:hover {
  font-weight: 600;
background-color: #000;
color: #fff;
border: none;
}
.res-list img {
    display: block;
    margin: auto;
    width: 334px;
    height: 165px;
}
.main-link.sticky-top.top {
    position: fixed;
    top: 0px!important;
    background: #f5f5f5;
    width: 100%;
    padding: 14px;
    left: 0;
}
  button.Locate-button {
    font-size: 10px!important;
}
.filter_show {
  display: none!important;
}
.filter_hide {
  display: block!important;
}
/* .bn-right {
    display: none;
} */
.col-lg-6.hidden-bn-right {
    width: 100%!important;
}
.banar {
    margin-top: 37px;
}
.cart-mobile-view-button a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 8px 123px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.checkout a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 8px 140px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.back-to-menu.text-center {
    margin-top: 14px;
    float: left;
}
.back-to-menu a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #ff3c00;
    padding: 15px 23px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.total-butn.btn.btn-success {
  margin-right: 25px !important;
}
button.headertwo_login {
    border-width: 0px;
    display: block;
    width: 100%;
    padding: 12px 0px !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
.Help-box a h4 {
    color: black;
}
button.headertwo_signup {
    border-width: 0px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 0px !important;
    width: 100%;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
.Booking-confirmation {
    margin-top: 120px;
    margin-left: 54px;
    margin-bottom: 120px;
}
.show-grid.row {
    padding-left: 10px;
    padding-top: 20px;
}

h3.product-name {
    font-size: 22px;
    float: left;
}

.show-grid.row .col-md-9 {
    width: 85%;
    float: left;
}

.show-grid.row .col-md-3 {
    width: 15%;
    float: left;
}
.cart h2 {
    text-align: center;
    font-size: 30px !important;
}
.bnl-two {
  color : #fff;
}
.res-details .price {
    /* display: none; */
}
.res-details .rating {
    display: none;
}
.ratings-part {
    /* display: none; */
}
.checkout-cart-banner .col-md-3 {
    width: 30%;
}
.checkout-cart-banner .col-md-9 {
    width: 70%;
}
.delivery-form .form-group {
    display: block;
    width: 100%;
    clear: both;
}
h2.inner {
    margin: 0px;
    margin-bottom: 20px;
}
.pamout.checkout p {
    width: 60%;
}
.row.cart-below .col-md-6 {
  width: 50%;
}
.Apply-Coupon-field input {
    width: 61%;
}
.Apply-Coupon-input {
    font-size: 14px;
}
.checkout-cart-banner.col-md-9 {
    width: 70%;
}
h2.sticky-top.cart-heading {
    display: none;
}
.row.cart-below.col-md-6 {
    width: 50%;
}

.corn.sticky-top {
    display: none;
}

.row.cart-below.sticky-top {
    display: none;
}

.row.cart-below-form.sticky-top {
    display: none;
}

.sub.sticky-top {
    display: none;
}

input[type="submit"] {
    font-size: 8px!important;
}
.carousel-item.active img {
    min-height: 300px;
}
.carousel-caption {
  width: 250px!important;
  font-size: 14px!important;
  height: 128px!important;
  padding: 5px!important;
}
.search-input-container .search-input {
  width: 55% !important;
}
.Hungary-form {
    margin-top: -10px!important;
}
.Hungary-form .search-input-container .clear-butto {
    width: 10px !important;
    height: -1px !important;
    padding-top: 10px !important;

}

.Hungary-form .search-input-container .clear-button {
    padding: 6px !important;
    margin-top: 0px !important;
}

.Hungary-form a input[type="submit"] {
    padding: 10px !important;
    margin-right: -1px !important;
}
ul.pagination li {
    border: 1px solid #dee2e6 !important;
    padding: 10px !important;
    border-right: 0px !important;
}

.carousel-item img {
    width: auto !important;
    height: 326px;
}
.pizza-photo img {
    display: none;
}

}
/* @media(min-width:768px){
  .checkout a {
    display: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 8px 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
} */
.res-list .res-details h5 {
    margin-top: 0px!important;
    margin-bottom: 10px!important;
    /* text-align: center; */
    min-height: 48px;
}

.restaurant-bdr .restaurant-content h4 {
    font-size: 17px;
    /* text-align: center; */
    min-height: 25px;
}
@media(min-width:800px){
  .main-link.sticky-top {
      height: 80vh;
      overflow: auto;
  }

}

@media all and (max-width: 992px) and (min-width: 767px){
.col-lg-4.col-md-4.left-panel.checkout-main-left-sidebar {
	max-width: 100% !important;
	flex: 0 0 45% !important;
}
.col-lg-8.col-md-4.checkout-main-right-sidebar {
	width: 100% !important;
	flex: 0 0 55% !important;
	max-width: 100% !important;
}
.col-lg-8.col-md-4.checkout-main-right-sidebar .col-md-8 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
.col-lg-8.col-md-4.checkout-main-right-sidebar .col-md-4 {
	max-width: 100% !important;
	flex: 0 0 100% !important;
	margin-top: 30px !important;
}

}

@media(max-width:400px){

  .cart-mobile-view-button a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff3c00;
    padding: 8px 98px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 30%;
}
.filter_show {
  display: none!important;
}
.filter_hide {
  display: block!important;
}
button.close-butn.btn.btn-secondary {
    margin-right: -3px;
}

button.add-butn.btn.btn-success {
    margin-right: -14px;
}

.total-butn.btn.btn-success {
    margin-right: -3px !important;
}
.address-form .Loc-form-btn span {
    background: #ff3c00 !important;
    height: auto!important;
    padding: 9px 4px!important;
    border-radius: 0px!important;
}
small.text-muted.cart-text.form-text {
    /* padding-left: 66px; */
}
}

@media(max-width:1280px){
  .total-butn.btn.btn-success {
    margin-right: 144px;
    color: #fff !important;
    background-color: #ff3c00 !important;
    border-color: #ff3c00 !important;
    font-weight: 600;
}
output#output {
  padding-left: 25px !important;
}
.filter .form-titles {
    padding-left: 15px;
    width: 85%;
    float: left;
    padding-top: 8px;
}
}
@media(max-width:1200px){
.col-lg-6.hidden-bn-right {
    width: 100% !important;
    /* display: none; */
}
output#output {
  padding-left: 25px !important;
}
.filter .form-titles {
    padding-left: 15px;
    width: 73%;
    float: left;
    padding-top: 8px;
}
}


.service-item-inner .service-details p {
  line-height: 20px;
}
.service-item-inner {
    padding-bottom: 0px !important;
}
.service-item-inner img {
  height: 110px;
}
.service-item-inner .service-details {
  margin-top: 30px;
}
.res-list .res-details a h5 {
	font-weight: 600;
	color: #000;
	margin-bottom: 10px !important;
	/* min-height: auto !important; */
  min-height: 62px !important;
  border-bottom: 1px dotted #ccc;
padding-bottom: 13px;
}
.price span:nth-child(2) {
	color: #ff3c00;
	font-weight: 400;
}
.res-details {
    padding-left: 18px!important;
    padding-top: 14px!important;
    min-height: 144px;
}
.res-list {
	border: 3px solid #eee!important;
	padding: 5px;
}
.view-all-btn {
	margin-top: 40px;
}
.view-all-btn .view-allres {
	text-align: center;
	width: 222px;
	border: 3px solid #eee;
	margin: auto;
	padding: 9px 10px 11px 10px;
	font-weight: 600;
	color: #000;
}
.view-all-btn .view-allres:hover, .view-all-btn.Pop-btn .view-allres:hover {
	background: #ff3c00;
	border-color: #ff3c00;
	color: #fff;
}
.view-all-btn.Pop-btn .view-allres {
	width: 250px;
	border-color: #000;
}
.restaurant-item {
  border: 3px solid #eee;
  padding: 5px;
}
.restaurant-item .restaurant-bdr {
  border: 0px;
  min-height: 120px;
}
.restaurant-item .restaurant-bdr h4 {
  font-weight: 600;
color:#000;
margin-bottom: 10px;
border-bottom: 1px dotted #ccc;
padding-bottom: 13px;
}
.btn.filter-btun.btn-lg {
	width: 100%;
	padding: 2px 4px 5px 4px;
	font-weight: 600;
}
.footer-area {
    border-top: 1px solid #E5E5E5;
}
.pprise h6 {
    margin-bottom: 3px;
}
.pamout.show_button {
	background: none;
	border-top: 1px solid #eee;
}
.pamout span {
	padding: 0px;
	padding-left: 13px;
	padding-top: 6px;
	font-weight: 500;
}
.count {
	float: right;
	padding: 0px;
}
.pprise {
	border-top: 0px;
	padding-left: 15px;
  padding-top: 10px;
  /* height: 83px; */
  height: 125px;
}
.count.button_box .addbutton.closed{
  	background: #eee;
    color: #000;
}
.count.button_box .addbutton {
	padding: 5px 20px;
	font-weight: 300;
}
button.available-for-sale {
    padding: 5px 20px;
    font-weight: 300;
    background-color: grey;
}
.pamout span {
	padding-top: 4px;
	padding-left: 15px;
}

.term-condition {
    margin-top: 130px;
    margin-bottom: 50px;
}
.title {
    text-align: center;
    margin-bottom: 50px;
}
.row.return-policy {
    margin-top: 20px;
}
h5.custom-heading.return {
    border-bottom: 2px solid black;
    width: 124px;
}
.legal ul {
    list-style: none;
}
.legal h6 {
    font-weight: bolder;
}

.legal {
    padding-left: 22px;
    margin-bottom: 32px;
}
.legal ul li a {
    color: #000;
}
.copyright p a {
    color: #000;
}
.col-6.price.full-width {
    width: 100%!important;
    max-width: 100%!important;
    flex: none!important;
}
.loading-row {
    opacity: 0.6;
}


.row.cart-below .col-md-6 h6 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 15px;
    /* text-align: right!important; */
}
/*h6.additionfee {
  min-height: 63px;
}*/
.row.cart-below .col-md-6.cartamt {
    text-align: right;
    padding-right: 22px;
}
.row.cart-below select#tip-select {
    display: block!important;
    width: 90%;
    margin-left: 10%;
}
label.card-section {
    margin-top: 40px;
}
.home-heading {
  font-size: 35px!important;
font-style: italic;
font-variant: small-caps;
font-weight: 500!important;
margin-top: 64px;
color: #ffc600;
}
.home-heading-2 {
  font-size: 20px!important;
color: #000!important;
}

.restaurant-item img {
    height: 210px;
    width: 100%;
}
.Hungary-form > a {
    width: 25%;
}
.loader-img .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
ul.fourth-column li img {
    width: 200px;
}
ul.fourth-column li {
    text-align: center;
    margin-bottom: 10px;
}

.row.donation-main {
    margin-top: 100px;
}
.donation-form {
  padding-top: 25px;
  background-color: #f5f5f5;
  padding: 4rem 2rem;
  border-radius: .3rem;
  margin-bottom: 2rem;
}

.donation-form .Loc-form-btn span {
    background: #ff3c00 !important;
    height: auto!important;
    padding: 9px 15px!important;
    border-radius: 0px!important;
}
.donation-form .Loc-form-btn {
    background-color: #ff3c00 !important;
    background-image: none !important;
    border: 0px;
    color: #fff;
    font-weight: 500;
    float: right;
    margin-left: 0px;
    margin-top: 0px;
    padding: 13px 15px;
}
.sticky-top.cart.Right-side-cart-view h6 {
    font-size: 13px!important;
    font-weight: normal;
    margin-bottom: 3px!important;
}
.delivery-form label {
    font-size: 13px!important;
}








/* custom css */

/*
========================
Header area start
========================
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,500i,700,700i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,600&display=swap');


@media (min-width: 992px){
.container {
    max-width: 1200px!important;
}}

@media (min-width: 1200px){
.container {
    max-width: 1200px!important;
	}}


.dt-donate {
    color: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dt-donate2 {
    float: right;
}

.dt-donate3 {
    display: inline-block;
    height: 32px;
    width: 83px;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    background-color: #ffc600;
}

.dt-donate3:hover {
    background-color: #d6aa10;
}

.dt-type {
    color: #686b78;
    font-size: 13px;
}

.bd-example {
	width: 100%;
	float: left;
	position: relative;
			border-bottom: 5px solid #ffc600!important;
	background-color: rgb(255, 127, 39);
}


@media (min-width: 1551px){


.dt-right {
	width: 50%;
	float: right;
}
.dt-left {
	width: 50%;
	float: left;
	padding-right: 115px;
}
}

@media (max-width: 1550px){


.dt-right {
	width: 40%;
	float: right;
}
.dt-left {
	width: 60%;
	float: left;
	padding-right: 115px;
}
}

@media (max-width: 1100px){


.dt-right {
	width: 20%;
	float: right;
}
.dt-left {
	width: 80%;
	float: left;
	padding-right: 115px;
}
}

.dt-cart {
	background-color: #f1eeee;
	min-height: 200px;
	padding: 15px;
			border-radius: 15px!important;
}

.dt-cart h4 {
	text-align: center;
	color: #c1adad;
	font-size: 20px;
}



._3B2qG {
	position: relative!important;
    color: #fff!important;
    font-size: 13px;
    border-top: 0px solid #e9e9eb;
    padding-top: 7px;
	padding-bottom: 7px;
    margin-top: 14px;
	background-color: #ffc600;
	float: left;
	width: 49%;
			margin-bottom: 10px!important;
}


.dt-donateinbox {
	position: relative!important;
    color: #fff!important;
    font-size: 13px;
    border-top: 0px solid #e9e9eb;
    padding-top: 7px!important;
	padding-bottom: 7px!important;
    margin-top: 14px!important;
	background-color: #48c479;
	float: right;
	width: 49%;
	margin-bottom: 10px!important;
}

.restaurant-content .dt-boxessurround {
	display: none;
}

.restaurant-content:hover .dt-boxessurround {
	display: block!important;
}

.restaurant-content .dt-donateinbox a {
	color: #fff;

}

.restaurant-content .dt-donateinbox:hover {
	background-color: #37985d;

}
.restaurant-content ._3B2qG a {
	color: #fff;
}

.restaurant-content ._3B2qG:hover {
	background-color: #ecbd17;
}



._2ECk4 a:hover {
    color: #fff!important;
}

._24tlh {
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto;
    width: 100px;
}

._2ECk4 {
    color: #fff;
    float: none;
    text-transform: uppercase;
    font-weight: 600;
}



._2FMT0 {
    color: #fff;
    padding: 3.5px 7px 4px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background-color: #25c703;
}

._23BlT, .rZ-gh {
    position: absolute;
    content: "";
    border-style: solid;
}

._23BlT {
    left: 0;
    bottom: -6px;
    border-width: 3px;
    border-color: #207b0c #207b0c transparent transparent;
}

._23BlT, .rZ-gh {
    position: absolute;
    content: "";
    border-style: solid;
}


.rZ-gh {
    right: -4px;
    top: 0;
    border-width: 8px 4px;
    bottom: 0;
    border-color: #25c703 transparent;
}

._22D_E {
    position: relative;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 2px;
    margin-left: 10px;
}


._1G3G4 {
    float: right;
    margin-top: -3px;
}

._3L1X9 {
    display: inline-block;
    height: 30px;
    width: 83px;
    border: 1px solid #d4d5d9;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    background-color: #ffc600;
}

._1RPOp:hover {
    position: relative;
    background-color: #d0a512;
}

._1RPOp {
    color: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

._3Hy2E {
    position: absolute;
    right: 2px;
    top: -5px;
    transform-origin: -6px 6px;
    transform: rotate(0);
    cursor: pointer;
}

._2WdfZ {
    animation: _1sXH- .2s ease;
    opacity: 0;
    transform: translateZ(0);
}

._1ds9T {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
    font-size: 150%;
    font-weight: 600;
}

._4aKW6 {
    display: none!important;
}

._20vNm {
    animation: _3TzA_ .2s ease;
    opacity: 0;
    transform: translateZ(0);
}


._29Y5Z {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
    font-weight: 600;
    font-size: 1.5rem;
}

._2zAXs {
    position: absolute;
    left: 33.33333%;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
}

._2quy- {
    animation: _1TAw_ .2s ease;
    opacity: 0;
    transform: translate3d(0,-7.5px,0);
}


._1C1Fl {
    color: #7e808c;
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    top: 35px;
    pointer-events: none;
}

._1bfQ9 {
    position: absolute!important;
    left: 25px;
    top: 10px;
}

.dt-resthours {
    position: relative;
	float: left;
	width: auto;
	text-align: center;
	font-size: 13px;
	margin-left: 50px;
	padding: 5px 10px;
	background-color: #ffffff3b;
    }

.dt-resthours span {
	font-size: 14px;
	font-weight: 700;
}

.dt-rest1 {
    overflow: visible;
    position: relative;
    pointer-events: auto;
}

.dt-rest2 {
    display: -ms-flexbox;
    justify-content: space-between;
}

.dt-rest3 {
    display: flex;
}

.dt-rest4 {
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    top: 47px;
    width: 100%;
    z-index: -1;
}

.dt-rest5 {
    max-width: 538px;
    margin: 0;
    font-weight: 500;
    font-size: 30px;
	padding-top: 10px;
}

.dt-rest6 {
    opacity: 1;
    transition: opacity .2s ease-in-out;
	float: left!important;
}


.dt-rest7 {
   color: inherit;
    font-weight: 600;
    font-size: 16px;
}


.dt-rest8 {
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.dt-rest9 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: inherit;
    opacity: .7;
    font-size: 15px;
    max-width: 538px;
}

.dt-rest10 {
    margin-top: 8px;
}

.dt-rest11 {
    display: inline-block;
	color: inherit;
    opacity: .7;
    font-size: 15px;
}

.dt-rest12 {
    margin-top: 12px;
}

.dt-rest13 {
    display: inline-block;
}

.dt-rest14 {
    margin-top: 21px;
}

.dt-rest15:first-child {
    padding-left: 0;
    padding-right: 35px;
}

.dt-rest15b:first-child {
    padding-left: 0;
    padding-right: 35px;
}

.dt-rest15 {
    padding: 0 35px;
    border-right: 1px solid hsla(0,0%,100%,.2);
	display: inline-block;
}


.dt-rest15b {
    padding: 0 35px;
    border-right: 0px solid hsla(0,0%,100%,.2);
	display: inline-block;
}


.dt-rest16 {
    color: inherit;
    opacity: .7;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}
.dt-rest17 {
    text-transform: capitalize;
}

.dt-rest18 {
    text-transform: lowercase;
}

.dt-coupon2 {
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.fa {
    display: inline-block;
    font-size: 10px!important;
}

.dt-bottom {
    color: #686b78;
    font-size: 13px;
    visibility: hidden;
    border-top: 1px solid #e9e9eb;
    padding-top: 14px;
    margin-top: 14px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 14px;
}

.dt-coupon {
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color: #331b13;
  display: none;
}

.dt-badge {
    font-size: 16px;
    width: 20px;
    height: 16px;
    margin-right: 4px;
    transform: rotate3d(0);
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.dt-infobox2 {
    border-top: 1px solid #e9e9eb;
    padding-top: 14px;
    margin-top: 12px;
    color: #8a584b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
		width: 100%;
	color: #8a584b;
	font-size: 14px;
    line-height: 1.2;
}


.dt-ratingstar {
    font-size: 10px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}


[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dt-infobox {
    margin-top: 12px;
    font-size: 12px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #535665;
	align-items: center;
	 display: flex;
}

.icon-offer-filled:before {
    content: "\E921";
}



.dt-rating {
    height: 20px;
    width: 43px;
    padding: 0 5px;
    font-weight: 400;
}

.dt-ratingcolor {
    background-color: #48c479;
    color: #fff;
}

.dt-info {
    font-size: 12px;
    -ms-flex-pack: justify;
    justify-content: space-between!important;
    color: #535665;
	width: 100%;
}

.dt-info, .dt-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.w-100 {
    width: 100%!important;
    height: 435px!important;
    overflow: hidden!important;
    object-fit: cover!important;
	float: right;
}

.main-menu-part2 ul li a {
    display: block;
    padding: 30px 35px!important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 0px solid #e8e8e8!important;
}

button.headertwo_login {
background-color: #ffffff!important;
	    border-right: 0px solid #e8e8e8!important;
    padding: 30px 35px!important;
}

.bnl-one img {
border: 0px #D4D4D4 solid!important;
	margin-right: 20px!important;
	border-radius: 0px!important;
}

.banar {
    padding: 30px 0!important;
    background-color: #331b13!important;
	margin-top: 0px!important;
	position: relative!important;
	color: #ffffff!important;
}

.bnl-two p {
    color: #ffffff!important;
}

.navbar-brand2 img {
    width: 200px!important;
}

.ppara {
background-color: #fbfbfb!important;
}

.res-details, .restaurant-content {
    padding-left: 0px!important;
	    padding-right: 0px!important;
}

.res-details span, .ratings-part span {
    font-size: 14px!important;
    display: block;
    color: #ffc600!important;
    font-weight: 400!important;
}

.res-list .res-details a h5, .restaurant-item .restaurant-bdr h4 {
    font-weight: 600;
    color: #000!important;
    margin-bottom: 0px !important;
    /* min-height: auto !important; */
    border-bottom: 1px dotted #ccc;
    padding-bottom: 13px;
	font-size: 16px!important;
}

.res-details .price {
    width: 70%!important;
}

.res-list:hover, .restaurant-item:hover {
    border-color: #d3d5df!important;
    box-shadow: 0 7px 5px 0 rgba(0,0,0,.2)!important;
		background-color: #ffffff!important;
}

.res-list, .restaurant-item {
	padding: 15px 15px 0px!important;
    border: 0px solid #fff!important;
    contain: content!important;
	background-color: #fbfbfb!important;
}

.footer-area {
	background-color: #ffffff!important;
}

.rating-form {
	background-color: #ffffff!important;
}

.restaurants-part, .filter {
    margin-top: 60px!important;
}


.header-area2 {
    padding: 0px 0px;
	background-color: #ffffff!important;
	border-bottom: 1px solid #ddd!important;
	position: relative!important;
}

.view-all-btn .view-allres {
	background-color: #ffffff!important;
}

.view-all-btn .view-allres:hover, .view-all-btn.Pop-btn .view-allres:hover {
    background: #ffc600!important;
	color: #ffffff!important;
}


.n-restaurants-area {
    background: #fbfbfb!important;
}

.search-input-container {
    padding: 0px!important;
}

.Hungary-form input[type="submit"] {
    padding: 0px!important;
    border-radius: 0px!important;
}

h3.hungry-heading{
  color: #fff;
font-weight: bold!important;
font-size: 1.6rem!important;
font-family: 'Roboto', sans-serif!important;
line-height: 3.5rem;
}

.res-part-top h2, .pizza1 h2 {
    font-weight: 500!important;
	font-family: 'Roboto', sans-serif!important;
	font-size: 26px!important;
	padding-right: 30px!important;
}

.dt-title h4{
	margin-top: 25px;
}

.dt-reco {
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
}

.dt-reco h2 {
	text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px solid #ffc600;
    line-height: 21px;
	margin-top: 60px;
}

.container .dt-title h4{
	font-family: 'Crimson Text', serif!important;
	font-size: 35px!important;
    text-align: center!important;
}

.container .dt-title h6 {
    text-align: center!important;
    margin-bottom: 0px!important;
	font-weight: normal!important;
	font-family: 'Roboto', sans-serif!important;
	font-size: 23px!important;
	line-height: 35px!important;
	color: #867d7d!important;
}

.carousel-caption {
    border-radius: 0px!important;
	background: rgb(255, 127, 39)!important;
	padding-top: 20px!important;
}

.carousel-caption input[type="submit"] {
font-weight: 600!important;
}

@media (max-width: 959px){

	.carousel-caption h3 {
		font-size: 2.5rem!important;
	}


.carousel-caption {
      position: relative!important;
	margin: 120px auto 0px!important;
	width: 95%!important;
	float: left!important;
    z-index: 10;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    color: #fff!important;
    text-align: left!important;
    color: #fff!important;
    border-radius: 0px!important;
	right: inherit!important;
    bottom: inherit!important;
	height: auto!important;
    left: inherit!important;
}

	.dt-right {
display: none;
	}

.dt-left {
	position: relative;
	width: 100%!important;
	float: left;
	padding: 20px;
}

	.carousel-caption {
    position: relative;
		margin: 0px auto!important;}


	.search-input-container .search-input {
    width: 100% !important;
}

	.header-left img {
    width: 200px!important;
}

	.res-list img {
    display: block!important;
    margin: auto!important;
    width: 100%!important;
    height: 200px!important;
    overflow: hidden!important;
}

	.Hungary-form input[type="submit"] {
   padding: 0px!important;
    border-radius: 0px!important;
}
	input[type="submit"] {
    font-size: 12px!important;
}
	.subscribe p {
    margin-bottom: 20px;
    padding-right: 00px!important;
}

	.legal ul {
 margin-left: -70px!important;
}

h3.hungry-heading{
  color: #fff;
font-weight: bold!important;
font-size: 1.6rem!important;
font-family: 'Roboto', sans-serif!important;
line-height: 3.5rem;
}
}

.Hungary-form {
    margin-top: 25px!important;
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fbfbfb!important;
    color: #000;
}




a:hover {
    text-decoration: none;
}
::selection {
    color: white;
    background: #ffc600;
}

::-webkit-selection {
    color: white;
    background: #ffc600;
}

::-moz-selection {
    color: white;
    background: #ffc600;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 5px 0px 0px 13px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.scrolltotop:hover {
    background: #ffc600;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}


@media screen and (max-width: 991px) and (min-width: 768px){

	.carousel-caption h3 {
		font-size: 2.5rem!important;
	}
.carousel-caption {
    position: relative!important;
    right: 0!important;
    bottom: 0%!important;
    left: 0!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    padding: inherit!important;
    color: #fff!important;
    border-radius: 0px!important;
}

	.carousel-caption h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.carousel-indicators {
  z-index: 1 !important;
}


.carousel-caption form {
    border: 1px solid #ddd;
}

.carousel-caption input[type="text"] {
    width: 65%;
    border: none;
    background: #fff;
    padding: 8px 8px;
}

.carousel-caption input[type="submit"] {
    width: 30%;
    border: none;
    float: right;
    background: #ffc600;
    padding: 8px 8px;
    cursor: pointer;
    color: #fff;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #FFF;
    cursor: pointer;
}
.carousel-indicators.active , .carousel-indicators li:hover{
  background-color: #ffc600 !important;
}

.carousel-indicators .active {
    background-color: #ffc600 !important;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
	}


	.Hungary-form input[type="submit"] {
    padding: 0px!important;
    border-radius: 0px!important;
}

h3.hungry-heading{
  color: #fff;
font-weight: bold!important;
font-size: 1.6rem!important;
font-family: 'Roboto', sans-serif!important;
line-height: 3.5rem;
}

.res-part-top h2, .pizza1 h2 {
    font-weight: 500!important;
	font-family: 'Roboto', sans-serif!important;
	font-size: 26px!important;
	padding-right: 30px!important;
}

.dt-title h4{
	margin-top: 25px;
}
}


@media (max-width: 1368px){


.carousel-caption {
    position: relative;
	/* margin: 120px auto 0px; */
   margin: 40px auto 0px;
	width: 85%;
	float: right;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    background: #fff;
    color: #fff;
    border-radius: 5px;
	right: inherit!important;
    bottom: inherit!important;
    left: inherit!important;
	}
}

@media (max-width: 1714px){


.carousel-caption {
    position: relative;
	/* margin: 120px auto 0px; */
  margin: 40px auto 0px;
	width: 85%;
	float: right;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    background: #fff;
    color: #fff;
    border-radius: 5px;
	right: inherit!important;
    bottom: inherit!important;
    left: inherit!important;
	}
}

@media (min-width: 1715px){


.carousel-caption {
    position: relative;
	/* margin: 120px auto 0px; */
  margin: 40px auto 0px;
	width: 75%;
	float: right;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    background: #fff;
    color: #fff;
    border-radius: 5px;
	right: inherit!important;
    bottom: inherit!important;
    left: inherit!important;
	}
}


.carousel-caption h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.carousel-indicators {
  z-index: 1 !important;
}


.carousel-caption form {
    border: 1px solid #ddd;
}

.carousel-caption input[type="text"] {
    width: 65%;
    border: none;
    background: #fff;
    padding: 8px 8px;
}

.carousel-caption input[type="submit"] {
    width: 30%;
    border: none;
    float: right;
    background: #ffc600;
    padding: 8px 8px;
    cursor: pointer;
    color: #fff;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #FFF;
    cursor: pointer;
}
.carousel-indicators.active , .carousel-indicators li:hover{
  background-color: #ffc600 !important;
}

.carousel-indicators .active {
    background-color: #ffc600 !important;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
	}




.header-area {
    padding: 10px 0;
    position: relative;
    z-index: 99999999999;
    width: 100%;
}

.header-left img {
    /* width: 235px; */
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.header-left img:hover {
    opacity: 0.8;
}
.header-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}

.header-right ul li {
    float: left;
}

.login {
  background: #fff;
  color: #000;
  padding: 7px 18px;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  padding-bottom: 10px;
  /* vertical-align: middle; */
  border: none;
}

.signup {
  background: #ffc600;
color: #fff;
padding: 7px 18px;
display: inline-block;
border-radius: 5px;
margin-left: 10px;
font-size: 20px;
padding-bottom: 10px;
border: none
}
.signup:hover{
    color: #fff !important;
}

.fade.modal.show {
    background: rgba(256,256,256,0.8);
}
.login .modal-content {
    position: relative;
    padding: 1px 30px 10px 30px;
    text-align: center;
    background: #e9ecef;
    border-radius: 0px;
    border: none;
}
.login .modal-footer {
    border-top: none !important;
}
.login .modal-header {
    border-bottom: none !important;
}

.login .form-text {
    font-size: 15px;
    color: #000;
    text-align: left;
}
.login .close {
    color: #000 !important;
    opacity: unset !important;
}
.login-form-button .btn-success {
    color: #fff !important;
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
}
.login_icon img {
    /* width: 150px; */
    padding-top: 20px;
    padding-bottom: 20px;
}
div#modal3 .modal-footer button {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.login .form-check {
    text-align: left;
}
.login .form-check-label {
    color: #000 !important;
    font-size: 16px;

}
.login .form-control {
    margin-top: 1.25rem;
}
.login .form-check-input {
    margin-top: 12px !important;

}
p.modal-required {
    margin-bottom: 0px !important;
    /* margin-top: 15px; */
    color: red;
}
.login .login_icon {
    color: #fff;
    /* font-size: 60px; */
    background: #fff!important;
    opacity: 1!important;
}
.login .modal-dialog {
    margin-top: 165px !important;
}
button.headertwo_login {
    border-width: 0px;
    display: block;
    padding: 25px 35px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}

button.close.btn.btn-primary:hover {
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}
button.headertwo_signup {
    border-width: 0px;
    display: block;
    padding: 25px 35px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}
button.headertwo_login:hover {
    border-color: whitesmoke;
}
button.headertwo_signup:hover {
    border-color: whitesmoke;
}
.register .modal-dialog {
    margin-top: 165px !important;
}

.search-dishes {
    margin-top: 100px;
    margin-bottom: 40px;
}

.header-right a {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.header-right a:hover {
      color: #000;
}
.hungry-heading{
    color: #ffc600;
    font-weight: bold;
}

.Hungary-form {
    border: 1px solid #a6a6a6;
    padding: 6px;
    border-radius: 10px;
    display: flex;
    margin-top: 50px;
  }
  .Hungary-form .search-bar-container {
    width: 75%;
    display: inline-block;
  }
  .Hungary-form input[type="submit"] {
    padding: 15px;
    width: 25%;
    border-radius: 0px 10px 10px 0px;
  }
  .Hungary-form a input[type="submit"] {
    width: 100%;
    padding: 8px!important;
}
.Hungary-form .search-input-container .clear-button {
    background: none;
    padding: 8px;
    float: right;
    border-radius: 10px 0px 0px 10px;
    margin-top: 0px;
    color: #fff;
    border: none;
}
  .search-input-container {
    padding: 10px;
  }
  .search-input-container .search-input {
    width: 73% !important;
  }
  .search-input-container .Locate-button {
    background: none;
    border: 0px;
    color: #fff;
  }
  .footer-subscribe input[type="submit"] {
	border-radius: 0px 10px 10px 0px;
}
.footer-subscribe{
    border: 1px solid #a6a6a6;
    padding: 5px;
    border-radius: 10px;
}
.carousel-caption.d-none.d-md-block p {
    font-weight: 600 ;
  }

.services-area {
    background-image: url(img/bg-grey1.png);
    display: none;
}

.services-bg {
     padding: 30px 0;

    background: url(img/bg-grey1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.service-item {
    text-align: center;
    /* margin: 80px 0; */
    margin: 40px 0;
    padding: 10px 30px 10px 30px;
    box-sizing: border-box;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
}

.service-item .service-item-inner {
   /* padding: 50px 15px 50px 15px; */
   padding: 15px 15px 15px 15px;
}
.service-item .service-item-inner:hover {
    background: #fff;
}
.__react_component_tooltip.type-error {
    background-color: #fff !important;
    z-index: 999 !important;
}
span.maintenance-content {
    color: #ffc600 !important;
}
.service-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.service-details h5 {
    font-weight: 16px;
    font-weight: bold;
}

.services-bg {
    background: url(img/bg-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.apps-area {
    background: url(img/bg-past2.png);
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.apps-bg {
    background: url(img/bg-past.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
     padding: 60px 0;
}


.apps-content h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 42px;
    color: #FFF;
    line-height: 40px;
}
.apps-content P{
    color: #fff;
    font-size: 21px;
    margin-top: 25px;
}
/* .apps-content {
    padding-top: 20px;
    padding-bottom: 20px;
} */
.app-links {
    width: 100%;
    margin-top: 60px;
}

.google-link {
    width: 50%;
    float: left;
}

.google-link img {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.google-link img:hover,
.iphone-link img:hover {
    opacity: 0.8;
}

.iphone-link {
    width: 48%;
    margin-left: 2%;
    float: right;
}

.n-restaurants-area {
    padding: 60px 0;
    background: #fff;
}

.p-restaurants-area h4,
.n-restaurants-area h4 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

.view-allres {
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
    display: block;
    font-weight: bold;
    color: #ffc600;
}

.res-list {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center;
}

.res-details {
    padding: 20px 10px;
    text-align: left;
    overflow: hidden;
    padding-bottom: 10px;
}
.res-details h5 {
    margin: 0;
}
.res-details h5 a {
    margin: 0;
    font-size: 18px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    font-weight: 600;
    color: #080808;
}

.res-details h5 a:hover {
    opacity: 0.7;
}

.res-details p {
    margin-bottom: 20px;
    font-size: 14px;
  color: #a5a5a5;
}
/* .price .delivery-time {
    display: none;
} */
.res-details .price {
    width: 50%;
    float: left;
    /* display: none; */
}
.ratings-part {
    /* display: none; */
}
.col-6.restaurant-rating {
    display: none;
}
.res-details .rating {
    width: 50%;
    float: left;
    text-align: right;
    display: none;
}

.res-details span {
  font-size: 16px;
display: block;
color:#242424;
font-weight: 600;
}

.res-details span i {
    color: #fac917;
    font-size: 14px;
}

.p-restaurants-area {
    background: #ebebeb;
    padding: 60px 0;
    display: none;
}

.p-restaurants-area .res-list {
    background: #fff;
}

.res-list img {
    display: block;
    margin: auto;
    width: 253px;
    height: 165px;
}

.subscribe {
    padding: 40px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.contact h4,
.subscribe h4 {
    font-weight: bold;
    margin-bottom: 5px;
	color: #ffc600;
	font-size: 20px;
}

.subscribe p {
    margin-bottom: 20px;
    padding-right: 40px;
	font-size: 15px!important;
}

.subscribe a {
	color: #ffc600!important;
	font-size: 15px;
}

.subscribe form {
    border: 1px solid #ddd;
}

.subscribe form input[type="email"] {
    padding: 12px;
    width: 79%;
    border: none;
    float: left;
    border-radius: 5px;
    outline: none;
}
.address-form {
    padding-top: 25px;
}
.bd-example #carouselExampleCaptions ol.carousel-indicators {
    z-index: 1px !important;
}
.subscribe form input[type="submit"] {
    padding: 14px 5px;
    width: 21%;
    outline: none;
    font-size: 14px;
    border: none;
    background: #ffc600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    color: #fff;
    font-weight: 600;
}

.subscribe form input[type="submit"]:hover {
    opacity: 0.8;
}

.contact a {
    text-decoration: none;
    color: #444;
}

.copyright-area {
    background-color: #331b13!important;
    padding: 15px 0;
	color: #fff;
}

.copyright p a {
	color: #ffc600!important;
}

.copyright p {
    margin: 0;
    text-align: center;
}
.contact {
    padding-left: 170px;
}
.copyright-area .social {
    text-align: right;
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    padding-right: 78px;
}

.containter a {
	color: #ffc600!important;
}

.social ul li {
    float: left;
}

.social ul li i {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin-left: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
}

.social ul li .fa-twitter {
    background: #55ACEE;
}

.social ul li .fa-facebook-f {
    background: #45619D;
}

.social ul li .fa-google-plus-g {
    background: #D73D32;
}

.social ul li .fa-instagram {
    background: #2A5B83;
}

.social ul li .fa-linkedin-in {
    background: #0077B5;
}

.social ul li i:hover {
   opacity: 0.8;
}

.footer-logo img {
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    width: 235px;
}
.row.cart-below.sticky-top {
    top: 318px;
}
.corn.sticky-top {
    top: 44px;
}
.footer-logo img:hover {
    opacity: 0.8;
}
.Thanku-contacting {
    padding-top: 190px;
    padding-bottom: 190px;
    text-align: center;
}

.sticky-top.cart.Right-side-cart-view {
    padding-right: 0px !important;
    top: 80px !important;
}
.main-link.sticky-top {
    top: 85px !important;
}
/*-- theader area start --*/
.therader {
    padding: 8px 0;
}

.theader-wrapper p {
    margin-bottom: 0;
}

.theader-wrapper p span {
    color: #9e9e9e;
}

.header-area2 {
    padding: 0px 0px;
    background: #F5F5F5;
}

.navbar2 {
    padding: 0px;
}

.navbar-brand2 img {
    width: 150px;
}


.main-menu-part2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu-part2 ul li {
    float: left;
}

.main-menu-part2 ul li a {
    display: block;
    padding: 25px 35px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #585353;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
}

.main-menu-part2 ul .cart-numbers a {
    padding: 0px!important;
    /*background: #E9E9E9;*/
    /* margin-left: 40px; */
    border-radius: 6px;
    border:none;
    /*margin-top: 16px;*/
    margin-right: 5px;
}

.main-menu-part2 ul li:nth-last-of-type(1) a {
    /*background:#E9E9E9;*/
    border-radius: 6px;
    border:none;
    margin-top: 6px!important;
    /*background-color: #ffc600;*/
}

.main-menu-part2 ul li a:hover {
color: #ffc600!important;
}

.hamburger {
  padding: 10px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* -- header-area end -- */

/*-- banar area start --*/
.banar {
    /* background-image: url(img/banner1-black.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
    background-color: #171a29;
    margin-top: 53px;
}

.bn-left {
    overflow: hidden;
}

.bnl-one {
    float: left;
    margin-right: 8px;
}

.bnl-one img {
    display: block;
}

.bnl-two {
    margin-top: 8px;
}

.bnl-two p {
    color: #d0d0d0;
    margin-bottom: 25px;
    font-size: 13px;
    margin-top: 15px;
}

.bnl-two span {
    color: #5b5b5b;
}

.bnr-one {
    overflow: hidden;
    background: rgba(255, 255, 255,.8);
    display: flex;
}
.bnl-one img {
    height: 191px;
}

.bnro-left {
    width: 50%;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 25px 0;
}

.bnro-left span {
    display: inline-block;
    color: #FAC917;
}
.bnl-one img {
    /* box-shadow: 5px 5px 4px #f9f9f9; */
    margin: 13px;
    border-radius: 5px;
}
.bnl-two h2 {
    /* text-shadow: 6px 4px 4px #8a6d64; */
    font-style: italic;
    line-height: 32px;
}
.col-lg-6.hidden-bn-right .bn-right {
    /* box-shadow: 5px 5px 5px #696969; */
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
}
.col-lg-6.hidden-bn-right .bn-right p {
    color: #000;
    font-style: italic;
}
.row.checkout-main {
    margin-top: 65px;
}
.bnro-left span.reating {
    color: #222;
    font-weight: 500;
    margin-left: 5px;
    text-align: left;
    width: 38%;
}

.bnro-left p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 4px;
}

.bnro-right {
    width: 50%;
    border-bottom: 1px solid #d0d0d0;
    padding: 25px 0;
}

.bnro-right p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
}

.bnro-right h6 {
    margin-bottom: 0;
}

.bnr-two {
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255,.8);
}

.bnrt-left {
    width: 50%;
    border-right: 1px solid #d0d0d0;
    padding-top: 10px;
    padding: 25px 0px;
}

.bnrt-right {
    width: 50%;
    padding: 20px 0px;
}

.bnrt-left h6 {
    margin-bottom: 0;
}

.bnrt-left p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
}

.bnrt-right h6 {
    margin-bottom: 0;
}

.bnrt-right p {
    color: #5b5b5b;
    margin-bottom: 0;
    font-size: 14px;
}

/*-- main1 area start --*/

.main1 {
    padding-top: 55px;
    padding-bottom: 35px;
}

.main-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-link ul li {
    border-top: 1px solid #eee;
}

.main-link ul li:last-child {
    border-bottom: 1px solid #eee;
}

.main-link ul li a {
    display: inline-block;
    color: #222;
    padding: 5px 20px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    border-left: 4px solid transparent;
    font-size: 14px;
}

.main-link ul li.active-item a {
    font-weight: 600;
    border-left: 4px solid #ffc600;
}

.main-link ul li a:hover {
    border-left: 4px solid #ffc600;
    font-weight: 600;
}

.pizza1 h2 {
    padding-bottom: 8px;
    display: inline-block;
    padding-right: 30px;
    border-bottom: 0px solid #ffc600;
    margin-bottom: 20px;
    font-size: 22px;
}

.pizza-img img {
    display: block;
    width: 100%;
}

.pizza-photo {
    height: 215px;
    overflow: hidden;
}

.pprise {
    padding: 15px 0;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.pprise img {
    margin-bottom: 10px!important;
}

.pprise h6 {
    margin-bottom: 0;
}

.pprise p {
    font-size: 12px;
    margin-bottom: 0;
    color: #5a5a5a;
}

.pamout {
    background-color: #EBEBEB;
    overflow: hidden;
}

.pamout span {
    display: inline-block;
    font-size: 16px;
    color: #717482;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 10px;
}

.pamout a {
    display: inline-block;
    float: right;
    color: #000;
    background-color: #ffc600;
    padding: 8px 35px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
button.addbutton {
    display: inline-block;
    float: right;
    color: #fff;
    font-weight: 600;
    background-color: #ffc600;
    padding: 8px 35px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.pamout a:hover {
    opacity: .7;
}

.count {
    float: right;
    background: #ffc600;
    padding: 5px;
}

.count input {
    width: 30px;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
}

.count button {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
.handle-counter {
    color: #fff;
    font-weight: 600;
}
.counter-minus {
    font-size: 20px!important;
}

.ppara {
    margin-bottom: 20px;
    border: 0px solid #eee;
}

#last-pizza {
    height: 140px;
}

#last-pizza img {
    margin-top: 25px;
}

.pizza1 {
    border-bottom: 0px solid #eee;
    margin-bottom: 5px;
}

.pizza2 {
    margin-top: 40px;
}

.pprise3 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0;
}

#last-prize3 {
    border-bottom: 0;
}

#countted {
    padding: 0;
}

#pamut-number span {
    padding-top: 5px;
    padding-left: 10px;
}

.cart h2 {
    margin-bottom: 14px;
}

.corn {
    /* border: 2px solid #eee;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden; */
}
select#tip-select {
    padding: 0px;
    height: 50%;
}
.sub.sticky-top{
  top: 564px;
}
.Empty-cart.sticky-top {
    top: 58px;
}
.cart-below-form.sticky-top{
  top : 470px;
}
p.cart-addon {
    font-size: 11px;
    font-weight: 700 !important;
    line-height: 10px;
}
select#tip-select-checkout {
    padding: 0px;
    width: 100%;
    height: 50%;
}
.row.cart-below {
    padding-left: 20px;
}
.cart-below-form .form-group {
    margin-bottom: 0px !important;
}
.row.cart-below-form {
    padding-left: 30px;
    max-width: 100%;
}
.local_delivery.form-group {
    margin-bottom: 20px !important;
}
.cart-below-form .form-check-label {
    font-weight: 500 !important;
}
.delivery-form {
    width: 100%;
}
.delivery-form .form-label {
    display: block;
}
.delivery-form .form-check {
    width: 71%;
    float: left;
}
.delivery-form small.text-muted.form-text {
    display: inline-block;
    float: right;
    font-weight: 500;
}
.cart-below-form .form-label {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.corn-contant p {
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 6px;
}

.corn {
    border: 2px solid #eee;
    height: 228px;
    overflow: auto;
}

.corn-contant {
    padding: 15px;
}

.subtotal h6 {
    float: left;
    font-weight: 600;
    margin-bottom: 4px;
}

.subtotal span {
    font-weight: 600;
    float: right;
}

.subtotal p {
    overflow: hidden;
    clear: both;
    margin-bottom: 0;
    color: #5a5a5a;
}

.subtotal {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.checkout a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 10px 81px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.back-to-menu.text-center {
    margin-top: 14px;
    float: left;
}
.back-to-menu a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #ffc600;
    padding: 15px 23px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.checkout .deliverymsg {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 8px 0;
    border: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
div#modal3 {
    margin-top: 149px;
}

.checkout a:hover {
    opacity: .7;
}


#footer {
    border-top: 1px solid #ddd;
}

.search-area {
    padding: 60px 0;
}

.search-area form {
    width: 100%;
    display: block;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 2px 5px 15px rgba(0,0,0,.2);
    border-radius: 8px;
    overflow: hidden;
}

.search-area form input {
    width: 75%;
    display: inline-block;
    padding: 10px 15px;
    background: transparent;
    border: none;
    float: left;
}

.search-area form input[type="submit"] {
    width: 20%;
    display: inline-block;
    padding: 10px 15px;
    background: #ffc600;
    border: none;
    color: #fff;
    float: right;
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    cursor: pointer;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.search-area form input[type="submit"]:hover {
    opacity: 0.8;
}

img.restaurant-image {
    width: 100%;
    display: block;
    margin: auto;
    height: 169px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.restaurant-content {
    padding: 15px;
}
.restaurant-content p {
    height: 22px;
    overflow: hidden;
}

.coupon-part {
    padding: 5px 15px;
    background: #E8E8E8;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.coupon-part img {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.coupon-part a {
    font-size: 13px;
    color: #080808;
}

.restaurant-bdr {
 border: 1px solid #ddd;
}

.restaurant-item:hover .coupon-part {
    background: #ffc600;
}

.restaurant-content h4 {
    margin: 0;
}

.restaurant-content h4 a {
    color: #080808;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.restaurant-content h4 a:hover {
    opacity: 0.7;
}

.restaurant-content p {
    margin: 0;
    color: #5A5A5A;
    font-size: 15px;
    text-transform: capitalize;
}

/* .ratings-part {
    padding: 10px 0 0;
} */

.ratings-part span {
    display: block;
    color: #5A5A5A;
    font-size: 15px;
}

.rating-last {
    text-align: right;
    margin-top: -10px;
    float: right;
    display: block;
    width: 100%;
}
.dv-star-rating.dv-star-rating-non-editable {
    float: right;
}
.bnro-left .dv-star-rating.dv-star-rating-non-editable {
    display: inherit !important;
    overflow: auto;
    /* border: 2px solid; */
    text-align: left;
    float: left;
    width: 60%;
    padding: 0px;
}
.bnro-left .dv-star-rating.dv-star-rating-non-editable label {
    margin-bottom: 0px;
}
 .dv-star-rating.dv-star-rating-non-editable i {
    color: #ffc600;
}
.ratings-part img {
    display: block;
    float: right;
    max-width: 100%!important;
}

.res-part-top h2 {
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 0px solid #ffc600;
    line-height: 21px;
	color: #ffc600;
}

.res-part-top {
    margin-bottom: 30px;
}

.restaurant-item {
    margin-bottom: 30px;
}




.res-footer {
    margin-top: 80px;
}
code {
    color: #0c0c0c !important;
    word-break: break-word;
    font-size: 17px !important;
    /* font-weight: 600; */
    font-family: sans-serif !important;
    line-height: 33px !important;
}

hr.product-line {
    width: 63% !important;
    border-top: 2px solid #ffc600 !important;
}
.product-name {
    text-align: center;
}
.modal-price {
    padding-top: 10px;
    padding-left: 51px;
    font-weight: 600;
    color: grey;
}

.total-butn.btn.btn-success {
    margin-right: 166px;
    color: #fff !important;
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
    font-weight: 600;
}

button.repeat-last.btn.btn-success {
    margin-right: 115px;
    background-color: #ffc600;
    font-weight: 600;
}
button.Ichosse.btn.btn-secondary{
    background-color: #ffc600;
    font-weight: 600;
}
button.add-butn.btn.btn-success {
    color: #fff !important;
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
    font-weight: 600;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 20%;
}
.menuLoader {
    text-align: center;
    width: 100%;

}
.menuLoader img {
  width: 30%;
}
.filter {
    border: 1px solid #ddd;
}

.filter .form-titles {
    padding-left: 15px;
    width: 85%;
    float: left;
    padding-top: 8px;
}
.filter .btn {
    background-color: #fff;
    font-weight: bold;
}
.filter button.btn:focus {
    border: 0px;
    box-shadow: 0px 0px 0px;
}

.data-not-found {
    width: 100%;
    text-align: center;
    padding-top: 10%;
}

.data-not-found h3 {
    font-size: 35px;
}
.count img {
    width: 30px;
    margin-left: 10px;
}
.filter_show {
  display: block;
}
.filter_hide {
  display: none;
}
.count {
    min-width: 60px;
    text-align: center;
}

/* checkout area start */
/*-- con-get area start --*/
.con-get-heading h3 {
    font-weight: 400;
    margin-bottom: 50px;
}
.con-form form label {
    font-weight: 500;
    font-size: 16px;
}

.con-form form input {
    margin-bottom: 25px;
    padding: 8px 20px;
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,.5);
}

.con-form form input::placeholder {
    color: #767676;
}

.con-form form input:focus {
    box-shadow: none;
}

.con-form form textarea {
    color: #767676;
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,.5);
}

.con-form form textarea:focus {
    box-shadow: none;
}

.con-form form button {
    border: none;
    outline: none;
    background-color: #ffc600;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 50px;
    margin-top: 50px;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.con-form form button:hover {
    opacity: .7;
}

.con-form {
    position: relative;
}

.con-form:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 140px;
    height: 155px;
    background-image: url(img/conf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -26px;
    right: -75px;
    z-index: -100;
}

.con-get {
    background-image: url(img/confo.png);
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: bottom right;
    margin-top: 60px;
}
/*-- con-get area end --*/

/*
========================
Header area start
========================
*/



.service-item:hover {
    background: #fff;
}



.copyright p {
    margin: 0;
}


/*-- main1 area start --*/
.Distance-area {
            display: flex;
          justifyContent: center;
          flexWrap: wrap;
          margin-top: 10px;
          margin-bottom: 10px;
}

.restaurant-item > img {
    width: 100%;
    display: block;
    margin: auto;
}


/*---- Checkout Start ----*/

.pamout.checkout {
    background-color: rgba(0,0,0,0);
    margin-bottom: 20px;
    width: 100%;
}
 .pamout.checkout p {
    display: inline-block;
    margin: 0px;
    padding-left: 12px;
    width: 62%;
    font-weight: 500;
}
.main-checkout-row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.col-lg-4.col-md-4.left-panel {
    padding: 34px;
    background: whitesmoke;
}
.row.Apply-Coupon {
    background: #fff;
    padding: 25px;
}
.Apply-Coupon-icon {
    width: 10%;
    display: inline-block;
    float: left;
}
.Apply-Coupon-input {
    width: 89%;
    display: inline-block;
}
.Apply-Coupon-input input {
    width: 62%;
}
span.Coupon-Applied {
    border: 1px solid #ccc;
    margin-top: 17px;
    display: none;
    padding: 14px;
    text-align: center;
}
.show-grid.row {
    /* margin-left: 20px; */
    padding-left: 10px;
    padding-top: 20px;
}
.Help-box a h4 {
    color: black;
}
.Apply-Coupon-input button.btn.btn-secondary {
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.Apply-Coupon-icon img {
    width: 100%;
}
.Apply-Coupon-field input {
    border: 0px;
    background: none;
    padding-left: 20px;
    color: #000;
}
.Apply-Coupon-field input::placeholder {
    color: #000 !important;
    opacity: 1;
}
.Apply-Coupon-field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
}
.Free-Delivery-icon{
     width: 10%;
    display: inline-block;
    float: left;
}
.Free-Delivery-field img {
    width: 100%;
}
.Free-Delivery-field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 11px 15px;
    margin-top: 15px;
}
.Free-Delivery-txt {
    width: 89%;
    display: inline-block;
    padding-left: 21px;
}
.Free-Delivery-txt p {
    margin: 0px;
    margin-bottom: -10px;
}
.Free-Delivery-txt span {
    font-size: 12px;
}
.row.Bill-Details {
  background: #fff;
  padding: 25px 12px;
  margin-top: 25px;
}
.row.Bill-Details ul {
  list-style: none;
  padding: 0px;
}
.row.Bill-Details ul li {
  width: 100%;
  margin-top: 10px;
}
.row.Bill-Details ul li span {
  float: right;
}
.map-iframe {
    margin-bottom: 30px;
}
.map-iframe iframe{
    webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/* The container */
.address-form .Loc-form .radio-checkout-form-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.address-form .Loc-form .radio-checkout-form-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.address-form .Loc-form .radio-checkout-form-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
padding: 10px;
border: 1px solid #eee;
font-size: 18px;
min-height: 53px;
padding-top: 15px;

}
.address-form .Loc-form .radio-checkout-form-btn:hover input ~ .checkmark {
  background-color: #ffc600;
}
.address-form .Loc-form .radio-checkout-form-btn input:checked ~ .checkmark {
  background-color: #ffc600;
}
.address-form .Loc-form .radio-checkout-form-btn {
    width: 100%;
    float: left;
    text-align: center;
color: #000;
}
.address-form .Loc-form .radio-checkout-form-btn .checkmark img {
    width: 30px;
    float: left;
    margin-top: -3px;
}
.address-form .Loc-form .row.radio-checkout-form-row .col-md-4 {
    padding: 0;
}
.address-form .Loc-form .row.radio-checkout-form-row {
    padding: 15px;
    height: 80px;
}
.address-form form input {
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
span.phone-error {
    color: red;
    font-size: 12px;
}
.main-contant.load img {
    width: 200px;
    /* text-align: center; */
    padding-top: 100px;
}

.main-contant.load {
    text-align: center;
}
#AddressForm select {
    padding: 10px;
    height: auto;
}
.address-form .Loc-form-btn {
    background-color: #ffc600 !important;
    background-image: none !important;
    border: 0px;
    color: #fff;
    font-weight: 500;

    float: right;
    margin-left: 0px;
    margin-top: 0px;
    padding: 13px 15px;
}
/* button.StripeCheckout.Loc-form-btn {
    float: right;
    margin-left: 0px;
    margin-top: 0px;
    padding: 13px 15px;
} */
.address-box .Loc-form-btn {
    padding: 15px;
    background-color: #ffc600 !important;
    background-image: none !important;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 16%;
}
.address-box ul {
    list-style-type: none;
}
.address-box ul li {
    font-size: 14px;
    font-weight: 600;
}
.address-box ul li i {
    float: right;
    font-size: 24px;
}
.address-box input[type="radio"] {
    margin-top: 6px;
    position: absolute;
}
/* .address-form .Loc-form-btn {
    border-radius: 0px !important;
    padding: 0px!important;
    margin-top: 1px !important;
} */
.address-form .Loc-form-btn span{
  background: #ffc600 !important;
  height: auto!important;
  padding: 9px 15px!important;
  border-radius: 0px!important;
}
.address-box .Loc-form-btn span{
    background: #ffc600 !important;
}
.address-form .Loc-form .Loc-form-btn:hover {
    opacity: 0.7;
}
.cart-mobile-view-button {
  display: none;
}
.address-box {
  background: #f5f5f5;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.Delivery-box {
  background: #f5f5f5;
  padding: 15px 15px;
  margin-bottom: 20px;
  font-family: sans-serif;
}
.Delivery-box h6 {
    font-family: sans-serif;
    padding-top: 13px;
    font-weight: 600;
}
.Delivery-box i {
    float: right;
    width: 33%;
}
.Delivery-box i {
    float: right;
    width: 33%;
}
.Help-box h4 {
    padding-top: 10px;
}
.Delivery-box p {
    font-size: 14px;
}
.Delivery-box p span {
    font-weight: 600;
}
.Help-box {
  background: #f5f5f5;
  padding: 15px 15px;
  margin-bottom: 20px;
  text-align: center;
}
.Help-box p {
    font-size: 26px;
    display: block;
    margin-bottom: 0;
    color: #85c99d;
}
.Help-box i {
    font-size: 52px;
    color: #999;
}
.address-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.col-md-2.credit-icon i {
    padding-top: 15px;
}
p.secure-content {
    display: inline;
}
.address-box p {
  color: #6c6b6b;
  margin-bottom: 35px;
}
.cart-mobile-view-button a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 8px 52px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.address-box .deliver-btn {
  background: #ffc600;
  padding: 16px;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
font-weight: 500;
}

.top-right-logo img {
    width: 67px;
    height: 67px;
}

h2.inner {
    background-color: #ffc600;
    color: #fff;
    margin: -25px 0px 25px -15px;
    padding: 12px 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

small.text-muted.checkout-text.form-text {
     padding-left: 5%;
}
small.text-muted.cart-text.form-text {
    padding-left: 28%;
    width: 13%;
}
.show_button .loader_box {
    display: none!important;
}
.show_loader .button_box {
    display: none!important;
}

/* .stripe-button-el {
    background-image: none !important;
    background-color: #ffc600 !important;
  }

  .stripe-button-el span {
    background-image: none !important;
    background-color: #ffc600 !important;
  } */
/*---- Checkout End ----*/



/* checkout area end */

/* thankyou page start */

.Booking-confirmation {
    margin-top: 45px;
    margin-left: 400px;
    margin-bottom: 75px;
}

/* thankyou page end */
/* Banner style start */
.therader {
    display: none;
}

/* .bn-right {
    display: none;
} */
.bnl-two {
    color: #fff;
}
.col-lg-6.hidden-bn-right {
    width: 10% !important;
    /* display: none; */
}
.bn-wrapper .col-lg-6 {
    margin: auto;
}
/* Banner two style end */

/* filter style start */

a.btn_map {
    display: none !important;
}
a.btn_map {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #555;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a#filters_col_bt {
    display: block;
    color: #444;
    font-weight: 600;
}
.pull-right {
    float: right!important;
}
a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}
.collapse.in {
    display: block;
}
.filter_type h6 {
    border-top: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px 0 0 0;
}

.irs-with-grid {
    height: 60px;
}

.irs {
    height: 40px;
}
/* filter style end */
/* .handle-counter .type-error {
    width: 255px;
    left: 15px!important;
    background-color: #1f1f1f!important;
    top: 130px!important;
    opacity: 1;
    padding: 0px!important;
}*/

.handle-counter .type-error .addon-content {
    color: #fff;
    font-size: 14px;
    padding: 8px;
    font-style: italic;
}
div#handleCounter3 .__react_component_tooltip.type-error {
    background: #000 !important;
    color: #fff !important;
    width: 287px !important;
    z-index: 99999 !important;
      padding: 0px!important;
      opacity: 1;
}
/* filter style start */
.rating-form .icon_star::before {
  content: "\2605";
  color: #ccc;
  background: ;
}
.rating-form .icon_star {
  padding: 0px;
}
.rating-form .icon_star.voted:before {
  color: #FC0;
}

.rating-form {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-top: 0px;
}
.rating-form .form-titles {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 12px;
}
input.btn.filter-btun {
    background-color: #ffc600;
    color: #fff;
    margin-top: 15px;
    /* margin-left: 60px; */
    /* text-align: center; */
}
.rating-form .form-check-label {
  font-size: 14px;
}
/* filter style end */

h6.Tip-Amount-text {
    padding-top: 5px;
}
/* sign up form start */
form.signup-content {
    margin-top: 140px;
    margin-bottom: 140px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 0px 5px #3e3a3acc;
    border: 0px;
}

button.register-form-button.btn.btn-primary {
    background-color: #ffc600;
    border-color: #ffc600;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    /* padding-top: 5px; */
    margin-top: 5px;
    margin-bottom: 30px;
}

.signup-content label.form-label {
    font-weight: 500;
}
form.signup-content .container {
    padding: 30px 80px 10px 80px;
}
form.signup-content h1 {
    text-align: center;
    color: #ffc600;
    font-weight: bolder;
    padding-bottom: 35px;
    /* padding-top: 0px; */
}
button.register-form-button.btn.btn-primary:hover {
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
}
.thanku_registration {
    margin-top: 196px;
    margin-bottom: 153px;
    text-align: center;
    /* font-size: 20px; */
}
form.signup-content p {
    color: red;
    text-align: center;
}
.loader-border {
width: 155px;
margin: auto;
padding: 5px;
box-shadow: 0px 0px 22px #000;
}
.menu-loader-border {
width: 145px;
margin: auto;
padding: 5px;
box-shadow: 0px 0px 22px #000;
}
/* sign up form end */
/* city area start */
.row.city-area ul {
    list-style-type: none;
}
.All-city {
    background-color: #331b13;
    color: #d0c5c5;
    font-size: 13px;
}
.All-city h4 {
    color: gray;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 60px;
    margin-top: 35px;
    padding-bottom: 15px;
}
.All-city ul li {
    padding: 2px;
}
.All-city ul {
    margin-bottom: 60px;
}

/* city area end */

.StripeElement.StripeElement--invalid {
    width: 482px !important;
}
form.ElementsApp.is-invalid .is-focused {
  width: 500px !important;
}
form.ElementsApp .is-focused {
  width: 500px !important;
}
.StripeElement.StripeElement--empty {
    width: 500px !important;
}

.__PrivateStripeElement {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1) !important;
}

iframe {
    padding: 3px !important;
    /* border: 1px solid rgba(0,0,0,.1); */
}

input.__PrivateStripeElement-input {
    border: 1px solid rgba(0,0,0,.1) !important;
}
label.card-section {
    width: 100%!important;
}
label.card-section label {
    width: 100%;
    display: block;
}
label.card-section label .StripeElement {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%!important;
}
.restaurants-part {
    margin-top: 150px;
}
.filter {
    border: 1px solid #ddd;
    margin-top: 150px;
}
.search-area {
    padding: 60px 0;
    display: none;
}
.p-restaurants-area h4, .n-restaurants-area h4 {
    text-align: center;
    margin-bottom: 0px;
}
.row.new-restaurants {
    margin-top: 45px;
}
.cooking-instruction.row {
    margin-top: 25px;
}
.cooking-instruction h5 {
    font-weight: 600;
}
span.stripe-error {
    color: red;
    font-size: 17px;
    font-weight: 600;
}
.row.pagination-content {
    margin-top: 25px;
    margin-bottom: 25px;
}
.pagination {
  margin: 15px auto;
  display: flex;
  list-style: none;
  outline: none;
  float: right;
  position: relative;
}
.pagination > .active > a{
  background-color: #ffc600 ;
  border-color: #ffc600 ;
  color: #fff;
}
.pagination > li > a{
  border: 1px solid #ffc600 ;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #ffc600 ;
  border-color: #ffc600;
  outline: none ;
}
.pagination > li > a, .pagination > li > span{
  color: #ffc600
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
  border-radius: unset
}
.infinite-scroll-component {
    overflow: hidden !important;
}
.delivery-extra-info.form-group {
    margin-top: 115px;
}
@media(max-width:959px){
  .carousel-caption {
    width: 354px;
    font-size: 14px;
    height: 128px;
    /* padding: 5px!important; */
}
.delivery-extra-info.form-group{
  margin-top: 10px;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 30%;

}
.total-butn.btn.btn-success {
  margin-right: 25px !important;
}
.Booking-confirmation {
    margin-top: 120px;
    margin-left: 219px;
    margin-bottom: 120px;
}
.checkout a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 8px 45px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.back-to-menu.text-center {
    margin-top: 14px;
    float: left;
}
.back-to-menu a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #ffc600;
    padding: 15px 23px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
button.headertwo_login {
    border-width: 0px;
    display: block;
    width: 100%;
    padding: 12px 0px !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
button.headertwo_signup {
    border-width: 0px;
    display: block;
    padding: 12px 0px !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
.Help-box a h4 {
    color: black;
}
.cart h2 {
    text-align: center;
    font-size: 30px !important;
}
.res-details .price {
    /* display: none; */
}
.ratings-part {
    /* display: none; */
}
.show-grid.row {
    padding-left: 10px;
    padding-top: 20px;
}

h3.product-name {
    font-size: 22px;
    float: left;
}

.show-grid.row .col-md-9 {
    width: 85%;
    float: left;
}

.show-grid.row .col-md-3 {
    width: 15%;
    float: left;
}
.res-details .rating {
    display: none;
}
.pizza-photo img {
    display: none;
}
.bn-right {
    /* display: none; */
}
.bnl-two {
    color: #fff;
}
h2.sticky-top.cart-heading {
    display: none;
}
.checkout-cart-banner .col-md-3 {
    width: 30%;
}
.checkout-cart-banner .col-md-9 {
    width: 70%;
}
.delivery-form .form-group {
    display: block;
    width: 100%;
    clear: both;
}
h2.inner {
    margin: 0px;
    margin-bottom: 20px;
}
.row.cart-below .col-md-6 {
  width: 50%;
}
.pamout.checkout p {
    display: inline-block;
    margin: 0px;
    padding-left: 0px;
    width: 60%;
    font-weight: 500;
}
.Apply-Coupon-input {
    font-size: 14px;
}
.Apply-Coupon-field input {
    width: 61%;
}
.checkout-cart-banner.col-md-9 {
    width: 70%;
}
.corn.sticky-top {
    display: none;
}

.row.cart-below.sticky-top {
    display: none;
}

.row.cart-below-form.sticky-top {
    display: none;
}

.sub.sticky-top {
    display: none;
}

.carousel-caption h3 {
    font-size: 14px;
}

.Hungary-form {
    margin-top: 8px!important;
}
.Hungary-form .search-input-container .clear-button {
    padding: 10px !important;
    margin-top: -1px !important;
}
.Hungary-form .search-bar-container {font-size: 11px!important;}

.search-input-container {
    padding: 0px!important;
}


.carousel-item.active img {
    min-height: 265px;
}
}
@media(max-width:500px){
  .main-link.sticky-top ul {
    display: flex !important;
    overflow-y: scroll !important;
    white-space: nowrap !important;
    padding-bottom: 10px !important;
}
.delivery-extra-info.form-group{
  margin-top: 10px;
}
.restaurant-content .dt-boxessurround {
	display: block !important;
}
.col-3.last-col {
    max-width: 28%;
    float: left;
    margin-left: 50px;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 30%;
}
/* .loader {
    width: 100px;
    text-align: center;
} */
/* .loader img {
  width: 100% !important;
} */
.main-link ul li a:hover {
  font-weight: 600;
background-color: #000;
color: #fff;
border: none;
}
.res-list img {
    display: block;
    margin: auto;
    width: 334px;
    height: 165px;
}
.main-link.sticky-top.top {
    position: fixed;
    top: 0px!important;
    background: #f5f5f5;
    width: 100%;
    padding: 14px;
    left: 0;
}
  button.Locate-button {
    font-size: 10px!important;
}
.filter_show {
  display: none!important;
}
.filter_hide {
  display: block!important;
}
/* .bn-right {
    display: none;
} */
.col-lg-6.hidden-bn-right {
    width: 100%!important;
}
.banar {
    margin-top: 37px;
}
.cart-mobile-view-button a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 8px 123px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.checkout a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 8px 140px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.back-to-menu.text-center {
    margin-top: 14px;
    float: left;
}
.back-to-menu a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #ffc600;
    padding: 15px 23px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.total-butn.btn.btn-success {
  margin-right: 25px !important;
}
button.headertwo_login {
    border-width: 0px;
    display: block;
    width: 100%;
    padding: 12px 0px !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
.Help-box a h4 {
    color: black;
}
button.headertwo_signup {
    border-width: 0px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 0px !important;
    width: 100%;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border-right: 1px solid #e8e8e8;
    background-color: #d0d0d003;
}
.Booking-confirmation {
    margin-top: 120px;
    margin-left: 54px;
    margin-bottom: 120px;
}
.show-grid.row {
    padding-left: 10px;
    padding-top: 20px;
}

h3.product-name {
    font-size: 22px;
    float: left;
}

.show-grid.row .col-md-9 {
    width: 85%;
    float: left;
}

.show-grid.row .col-md-3 {
    width: 15%;
    float: left;
}
.cart h2 {
    text-align: center;
    font-size: 30px !important;
}
.bnl-two {
  color : #fff;
}
.res-details .price {
    /* display: none; */
}
.res-details .rating {
    display: none;
}
.ratings-part {
    /* display: none; */
}
.checkout-cart-banner .col-md-3 {
    width: 30%;
}
.checkout-cart-banner .col-md-9 {
    width: 70%;
}
.delivery-form .form-group {
    display: block;
    width: 100%;
    clear: both;
}
h2.inner {
    margin: 0px;
    margin-bottom: 20px;
}
.pamout.checkout p {
    width: 60%;
}
.row.cart-below .col-md-6 {
  width: 50%;
}
.Apply-Coupon-field input {
    width: 61%;
}
.Apply-Coupon-input {
    font-size: 14px;
}
.checkout-cart-banner.col-md-9 {
    width: 70%;
}
h2.sticky-top.cart-heading {
    display: none;
}
.row.cart-below.col-md-6 {
    width: 50%;
}

.corn.sticky-top {
    display: none;
}

.row.cart-below.sticky-top {
    display: none;
}

.row.cart-below-form.sticky-top {
    display: none;
}

.sub.sticky-top {
    display: none;
}

.carousel-item.active img {
    min-height: 300px;
}

.Hungary-form {
    margin-top: -10px!important;
}
.Hungary-form .search-input-container .clear-butto {
    width: 10px !important;
    height: -1px !important;
    padding-top: 10px !important;

}

.Hungary-form .search-input-container .clear-button {
    padding: 6px !important;
    margin-top: 0px !important;
}

.Hungary-form a input[type="submit"] {
    padding: 10px !important;
    margin-right: -1px !important;
}
ul.pagination li {
    border: 1px solid #dee2e6 !important;
    padding: 10px !important;
    border-right: 0px !important;
}

.carousel-item img {
    width: auto !important;
    height: 326px;
}
.pizza-photo img {
    display: none;
}

}
/* @media(min-width:768px){
  .checkout a {
    display: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 8px 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
} */
.res-list .res-details h5 {
    margin-top: 0px!important;
    margin-bottom: 10px!important;
    /* text-align: center; */
    min-height: 48px;
}

.restaurant-bdr .restaurant-content h4 {
    font-size: 17px;
    /* text-align: center; */
    min-height: 25px;
}
@media(min-width:800px){
  .main-link.sticky-top {
      height: 80vh;
      overflow: auto;
  }
  .restaurant-content .dt-boxessurround {
  	display: none;
  }

  .restaurant-content:hover .dt-boxessurround {
  	display: block!important;
  }

}

@media all and (max-width: 992px) and (min-width: 767px){
.col-lg-4.col-md-4.left-panel.checkout-main-left-sidebar {
	max-width: 100% !important;
	flex: 0 0 45% !important;
}
.col-lg-8.col-md-4.checkout-main-right-sidebar {
	width: 100% !important;
	flex: 0 0 55% !important;
	max-width: 100% !important;
}
.col-lg-8.col-md-4.checkout-main-right-sidebar .col-md-8 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
.col-lg-8.col-md-4.checkout-main-right-sidebar .col-md-4 {
	max-width: 100% !important;
	flex: 0 0 100% !important;
	margin-top: 30px !important;
}

}

@media(max-width:400px){
  .restaurant-content .dt-boxessurround {
  	display: none;
  }

  .restaurant-content:hover .dt-boxessurround {
  	display: block!important;
  }
  .cart-mobile-view-button a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 8px 98px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.loader {
    width: 100%;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 30%;
}
.filter_show {
  display: none!important;
}
.filter_hide {
  display: block!important;
}
button.close-butn.btn.btn-secondary {
    margin-right: -3px;
}

button.add-butn.btn.btn-success {
    margin-right: -14px;
}

.total-butn.btn.btn-success {
    margin-right: -3px !important;
}
.address-form .Loc-form-btn span {
    background: #ffc600 !important;
    height: auto!important;
    padding: 9px 4px!important;
    border-radius: 0px!important;
}
small.text-muted.cart-text.form-text {
    /* padding-left: 66px; */
}
}

@media(max-width:1280px){
  .total-butn.btn.btn-success {
    margin-right: 144px;
    color: #fff !important;
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
    font-weight: 600;
}
.restaurant-content .dt-boxessurround {
	display: block!important;
}
ul.fourth-column li img {
    width: 130px;
}
output#output {
  padding-left: 25px !important;
}
.filter .form-titles {
    padding-left: 15px;
    width: 85%;
    float: left;
    padding-top: 8px;
}
}
@media(max-width:1200px){
.col-lg-6.hidden-bn-right {
    width: 100% !important;
    /* display: none; */
}
output#output {
  padding-left: 25px !important;
}
.filter .form-titles {
    padding-left: 15px;
    width: 73%;
    float: left;
    padding-top: 8px;
}
}


.service-item-inner .service-details p {
  line-height: 20px;
}
.service-item-inner {
    padding-bottom: 0px !important;
}
.service-item-inner img {
  height: 110px;
}
.service-item-inner .service-details {
  margin-top: 30px;
}
.res-list .res-details a h5 {
	font-weight: 600;
	color: #000;
	margin-bottom: 10px !important;
	/* min-height: auto !important; */
  min-height: 62px;
  border-bottom: 1px dotted #ccc;
padding-bottom: 13px;
}
.price span:nth-child(2) {
	color: #ffc600;
	font-weight: 400;
}
.res-details {
    padding-left: 18px;
    padding-top: 14px!important;
    min-height: 144px;
}

.view-all-btn {
	margin-top: 40px;
}
.view-all-btn .view-allres {
	text-align: center;
	width: 222px;
	border: 3px solid #eee;
	margin: auto;
	padding: 9px 10px 11px 10px;
	font-weight: 600;
	color: green!important;
}
.view-all-btn .view-allres:hover, .view-all-btn.Pop-btn .view-allres:hover {
	background: #ffc600;
	border-color: #ffc600;
	color: #fff;
}
.view-all-btn.Pop-btn .view-allres {
	width: 250px;
	border-color: #000;
}
.restaurant-item {
  border: 3px solid #eee;
  padding: 5px;
}
.restaurant-item .restaurant-bdr {
  border: 0px;
  min-height: 120px;
}
.restaurant-item .restaurant-bdr h4 {
  font-weight: 600;
color:#000;
margin-bottom: 0px;
border-bottom: 0px dotted #ccc;
padding-bottom: 0px;
	text-align: left;
}
.btn.filter-btun.btn-lg {
	width: 100%;
	padding: 2px 4px 5px 4px;
	font-weight: 600;
}
.footer-area {
    border-top: 1px solid #E5E5E5;
}
.pprise h6 {
    margin-bottom: 3px;
}
.pamout.show_button {
	background: none;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.pamout span {
	padding: 0px;
	padding-left: 13px;
	padding-top: 6px;
	font-weight: 500;
}
.count {
	float: right;
	padding: 0px;
}
.pprise {
	border-top: 0px;
	padding-left: 15px;
  padding-top: 10px;
  /* height: 83px; */
  height: auto;
}
.count.button_box .addbutton.closed{
  	background: #eee;
    color: #000;
}
.count.button_box .addbutton {
	padding: 5px 20px;
	font-weight: 300;
}
.pamout span {
	padding-top: 0px;
	padding-left: 15px;
}

.term-condition {
    margin-top: 130px;
    margin-bottom: 50px;
}
.title {
    text-align: center;
    margin-bottom: 50px;
}
.row.return-policy {
    margin-top: 20px;
}
h5.custom-heading.return {
    border-bottom: 2px solid black;
    width: 124px;
}
.legal ul {
    list-style: none;
}
.legal h6 {
    font-weight: bolder;
	color: #ffc600;
	    margin-bottom: 0px!important;
}

.legal {
    padding-left: 22px;
    margin-bottom: 10px;
	font-size: 13px;
}
.legal ul li a {
    color: #000;
}
.copyright p a {
    color: #000;
}
.col-6.price.full-width {
    width: 100%!important;
    max-width: 100%!important;
    flex: none!important;
}
form.filter_show, .form-check-label {
    font-size: 14px!important;
}

.DonationAmount .form-check-label {
    font-size: 16px!important;
}
.donation-form h2 {
    text-transform: capitalize;
}


.loader-overlay {
    -ms-opacity: 0.9;
    background: #000;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 100000;
}

.loader-content {
    margin-left: auto;
    margin-top: auto;
    width: 50%;
}

.loader-center {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -55%);
}

.loader-text {
    color: #FFF;
    font-size: 18px;
    height: 50%;
}

div#loadingOverlay .loader-content.loader-center {
    width: 390px;
    background: #fff;
    padding-bottom: 30px;
    height: 400px;
    text-align: center;
}

.loader-content.loader-center {}

.loader-content.loader-center .loader-center.loader-text {
    width: auto;
    position: relative;
    margin: auto;
}

.loader-content.loader-center h2 {
  background: #ffc600;
  padding: 10px;
  font-size: 25px;
}

.loader-content.loader-center button.btnorder {
    position: absolute;
    bottom: 22px;
    margin: auto;
    left: 0;
    right: 0;
    background: #ffc600;
border: 0;
padding: 5px 25px;
}
span.cart-image img {
    width: 40px;
    height: 28px;
}
.main-menu-part2 ul .cart-numbers a {
    padding-top: 15px !important;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    padding: 7px 25px;
    background: #558333;
    /* margin-left: 40px; */
    border: none;
    margin-top: 16px;
    margin-right: 52px;
}

#lblCartCount {
    font-size: 12px;
    background: #fff;
    color: #e26d03;
    padding: 4px 6px;
    vertical-align: bottom;
    margin-left: 56px;
    border: 2px solid #e26d03;
    margin-top: 12px;
    border-radius: 50%;
    float: left;
}
li.cartmenu .fa {
    font-size: 26px!important;
    margin-top: 24px;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 5px 7px;
    border-radius: 4px;
    color:#e26d03;
}


.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.main-menu-part2 li.cartmenu a {
    transition: none;
    padding: 0px!important;
    margin: 0px!important;
    margin-left: -44px!important;
    margin-right: 10px!important;
}
.ordernotes {
    height: auto!important;
padding-bottom: 18px;}


.free-item-message {text-align: center;max-width: 800px;margin: 0 auto;margin-top: 25px;font-size: 22px;/* background: #ffc600; */width: fit-content;padding: 9px;box-shadow: 1px 3px 2px 2px;color: green;}

.free-item-message span {
    text-decoration: underline;
    color: #fff;
    padding: 7px;
    cursor: pointer;
    background: #000;
    margin: 10px;
    font-size: 15px;
    text-decoration: none!important;
    border-radius: 5px;
    font-weight: 600;
}

span.showfreeitems {
    background: yellow;
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
    color:#000;
}

.cart_details .free-item-message {
    font-size: 13px!important;
}

.free-item-message.cartpage {
    font-size: 18px!important;
}

.freeitem-container {
    width: 100%;
    margin-bottom: 10px;
}

.col-lg-12.selectedproductitem .ppara {
    border: 5px solid #ffc600;
}
.col-lg-12.selectedproductitem .count.button_box {
    background: #c62020;
}

div#modal5 .pizza-photo {
    display: none;
}

.row.offersbanner {
    border: 2px solid #fff;
    width: 100%;
    margin: auto;
    font-size: 16px;
}

.row.offersbanner ul li {
    list-style: none;
    display: inline-flex;
    margin-right: 30px;
}

.row.offersbanner h5 {
    align-items: center;
    padding-top: 18px;
}

.row.offersbanner ul {
}

.row.offersbanner ul li {
    padding-top: 22px;
}

.row.offersbanner .col-lg-3.offerhead {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0px!important;
}

.row.offersbanner ul li {
    font-size: 20px;
    font-weight: 600;
}

.row.offersbanner ul li span.offerdes {
    font-weight: 400;
    font-size: 20px;
    margin-left: 7px;
}


/*Order Ahead New CSS starts*/
.md-calendar-booking .mbsc-calendar-text {
    text-align: center;
}

.md-calendar-booking .booking-datetime .mbsc-datepicker-tab-calendar {
    flex: 1 1 0;
    min-width: 300px;
}

.md-calendar-booking .mbsc-timegrid-item {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.md-calendar-booking .mbsc-timegrid-container {
    top: 30px;
}
/*Order Ahead CSS Ends*/


.tab-wrapper {display: flex;border-bottom: 2px solid #fecc21;}

.tab-button {
    float: left;
}

.tab-button {
    padding: 10px;
    text-align: center;
    margin-right: 10px;
    background: #fee396;
    color: #000;
    width: 172px!important;
}

.r-a-t {
    background: #eaeaea;
    min-height: 300px;
    border: 2px solid #fecc21;
}

.tab-wrapper:nth-child(2) {
}

.tab-button.active {
    background: #fecc21!important;
}
.tab-button:hover {
    cursor: pointer;
}
.panel-wrapper {
    padding: 10px;
}

.rview-one {
    padding: 0px 25px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 40px;
    padding-bottom: 60px;
}

.rview-one h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.rview-one p {
    color: #515151;
    margin-bottom: 0;
    line-height: 1.4;
}

.res-contant {
    margin-top: -8px;
}

.review-two {
    padding: 20px 25px;
}

.tab-two {
    padding: 0!important;
}

.review-three {
    border-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.r-menu-left {
    padding-bottom: 0;
}

.r-maps {
    padding: 30px;
    padding-bottom: 52px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.r-maps iframe {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
}

.r-maps h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px
}

.r-maps p {
    color: #515151;
    margin-bottom: 0;
    line-height: 1.4;
}

.r-maps-para {
    padding: 30px;
    padding-bottom: 93px;
    border-right: 1px solid #e5e5e5;
}

.r-maps-para h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.r-maps-para p {
    color: #515151;
    margin-bottom: 0;
    line-height: 1.4;
}

.r-more {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

.r-more h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 14px;
}

.r-more ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.r-more ul li {
    margin-bottom: 5px;
}

.r-more ul li span{
    display: inline-block;
    color: #40AE48;
    font-size: 14px;
    margin-right: 10px;
}
.panel-wrapper {
    background: #fff;
    min-height: 516px!important;
}

.panel-wrapper .R_donate a.btn {
    background: #fecc21;
    width: 100%;
    display: block;
    padding: 13px;
}

.panel-wrapper .R_donate.booktable a.btn {
    background: #000000;
    width: 100%;
    display: block;
    padding: 13px;
}

.col-lg-6.col-md-6 .rview-one, .col-lg-6.col-md-6 .r-maps {
    border: none;
    text-align: center;
}
.col-lg-6.col-md-6 .r-maps iframe {
    width: 100%;
    height: 300px;
    border: 2px solid #ccc!important;
}
.rview-one.first {
    border-bottom: 1px solid #e4dfcd!important;
}
.claimnow .R_donate a.btn {
    background: #fecc21;
    width: 100%;
    display: block;
    padding: 13px;
    color: #000;
    border-radius: 0px!important;
}
.col-lg-4.claimnow .R_donate.orderfood {
    text-align: right!important;
    float: right;
    margin-top: 13px;
}
.col-lg-12.claimnow .R_donate.orderfood {
    width: 262px;
    text-align: center;
    margin: 0 auto;
    margin-top: 29px;
}
.no-booknow .r-a-t .tab-wrapper .tab-button:nth-child(3) {
    display: none;
}
.r-more.downloadapp img {width: 197px;}


.r-a-t {
    border: 0px;
    background: #fff;
}
.r-a-t .tab-wrapper {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

.r-a-t .tab-wrapper .tab-button {
    background: none;
}
.r-a-t .tab-wrapper .tab-button.active {
    background: none!important;
    border: 1px solid #ccc;
    border-bottom: 3px solid #fff;
    margin-bottom: -2px;
    border-radius: 5px 5px 0px 0px;
}


.R_hours ul li {
    list-style: none;
    display: inline-flex;
    margin-right: 30px;
}

.R_hours h5 {
    align-items: center;
    padding-top: 18px;
}

.R_hours ul li {
    font-size: 20px;
    font-weight: 600;
}

.R_hours li span.offerdes {
    font-weight: 400;
    font-size: 20px;
    margin-left: 7px;
}

.main1.profile {padding-top: 12px;padding-bottom: 10px!important;}

.r-a-t .tab-wrapper {padding-top: 0px!important;}

.main-menu-part2 ul {
    float: left;
    display: flex;
    padding: 5px!important;
    float: left;
    align-items: baseline;
}

li.app-store img, li.play-store img {width: 115px;height: auto;}
.react-datepicker-popper {
    z-index: 9999999999!important;
}
.headerloader img {
    width: 100%;
    height: 303px;
}
.menuLoader.hm img {
    width: 100%;
    height: 200px;
}
.menuLoader.hm.front {max-width: 1200px;margin: 0 auto;}
html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

section#Resgistration_page h2 {
    color: #000;
    font-weight: bold;
    font-size: 30px;
}
section#Resgistration_page .wlc_bg_col h2 {
    color: #fff;
}
section#Resgistration_page .wlc_heading {
    font-size: 25px;
    color: #fcdb80;
    margin-bottom: 0px;
}
section#Resgistration_page .row.row-eq-height {
    align-items: center;
	height: 100vh;
}
section#Resgistration_page{
	background-image:url(images/regbg.jpg);
	    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	height: 100vh;
}
.form_r-btn {
    background: #fecc21;
    font-size: 19px!important;
    display: block!important;
    width: 100%;
    padding: 11px!important;
    border-radius: 0px!important;
    margin-top: 15px;
}
.form_r-btn i, .form_L-btn i {
    margin-left: 20px;
}
section#Resgistration_page label {
    margin-bottom: 0px;
}
.form_L-btn {
    background: #fff;
    border-radius: 0px!important;
    padding: 10px!important;
    font-size: 19px!important;
    width: 200px;
    color: #000;
	margin-top: 15px;
}
.form_r-btn:hover, .form_L-btn:hover {
    color: #000;
    opacity: 0.8;
}
#Resgistration_page .already {
  display: none;
}
@media(max-width:574px){
  section#Resgistration_page {
    background: none!important;
}

section#Resgistration_page .wlc_bg_col h2 {
    color: #000!important;
}

section#Resgistration_page .wlc_heading {
    color: #000!important;
}
footer {
}

.footer-logo {
    text-align: center;
}

.footer-follow h5 {
    text-align: center;
}

.footer-follow ul {
    width: 115px;
    margin: 0 auto!important;
}

.footer-address {
    width: 168px;
    margin: 0 auto;
    margin-top: -33px;
}

.footer-nav {
    margin: 0 auto;
    width: 361px;
}

.footer-nav ul {
    margin: 0!important;
    padding: 0px!important;
}
section#Restaurant_banner_section {
    background: none!important;
    padding: 0px!important;
}
#Restaurant_banner_section .R_donate a.donate_btn {
    padding: 4px!important;
}
.col-lg-9.banner_right-side .row.bottom_row {
    float: left;
}

.col-lg-9.banner_right-side .row.bottom_row .col-lg-3 {
    width: 33%;
    float: left;
    height: 85px;
}

.col-lg-9.banner_right-side .row.bottom_row .col-lg-3.donatemob {
    display: none!important;
}
.col-lg-3.lastmob {border-right: none!important;}

.pprise h6 {
    color: #000!important;
    font-size: 18px!important;
}

.pprise p {
    color: #000!important;
    font-size: 13px!important;
}

.pamout span {
    color: #000!important;
}
.R_title {
    text-align: center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin: 0px!important;
}
#Resgistration_page .col-md-6.text-center.wlc_bg_col {
    display: none;
}
#Resgistration_page .already {
  display: block;
}
#Resgistration_page .already {
    text-align: center!important;
    width: 100%;
    margin-top: 18px;
}
#Restaurents_details {
  margin-top: 0px!important;
}
.pizza1 {
    margin-top: 10px;
}

section#Restaurant_banner_section {
    margin-bottom: -20px!important;
}
.main-link.sticky-top.normal {
    left: 0!important;
}

.col-lg-3.col-md-4.menuhome {
    background: #ffc600;
    padding: 0px!important;
}

.col-lg-3.col-md-4.menuhome ul {
    margin: 0px!important;
}

.col-lg-3.col-md-4.menuhome .main-link.sticky-top.normal {
    margin-bottom: 0px!important;
}
.col-lg-3.col-md-4.menuhome .main-link.sticky-top.top {
    padding: 0px!Important;
}
section#Resgistration_page {
    margin-top: 20px;
}

#showmobile .menuhome, #showmobile .menulists {
  display: none;
}
#showmobile .mobilecart {
  display: block;
}
#hidemobile .menuhome, #hidemobile .menulists {
  display: block;
}
.cart_details #hidebtn {
    display: none;
}
.cart-mobile-view-button.text-center a {
    background: #000!important;
    color: #fff!important;
    bottom: 15px!important;
    border-radius: 6px;
}
.footer-address span {
    font-size: 14px!important;
}
.col-md-6.col-lg-6.mobleft {
    float: left;
    width: 49%;
}

.col-md-6.col-lg-3.mobright {
    float: left;
    width: 50%;
    margin-top: 55px;
}
.col-md-6.col-lg-6.mobleft {
    float: left;
    width: 49%;
}

.col-md-6.col-lg-3.mobright {
    float: left;
    width: 50%;
    margin-top: 55px;
}

.offerslist {}

.offerslist ul {
    display: grid!important;
    width: 100%;
    margin-top: 38px!important;
    margin-bottom: -30px!important;
    text-align: left;
    max-width: 100%!important;
}

.offerslist li {
    display: block;
    margin-left: 19px!important;
}
}
div#Restaurents_details h6 {font-weight: 600;}

div#Restaurents_details .main-link.sticky-top a {
    font-weight: 600;
}
.pamout.show_button span {
    font-weight: 600!important;
}

#Restaurant_banner_section .row.bottom_row b {
    line-height: 1!important;
}
.pamout span {
    color: #000!important;
}
.col-lg-12.claimnow a.btn {
    background: #000;
    color: #fff;
}
.count.button_box .addbutton {
    background: #000!important;
    color: #fff!important;
}
.count {
    background: #000!important;
}
.offerslist {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.offerslist li img {width: 26px;margin-left: 10px;}

.offerslist li {
    /* width: 200px; */
    margin: 0 auto;
    background: #000;
    color: #fff;
    margin-top: 15px;
    padding: 8px 15px 8px 15px;
    list-style:none;
}

.offerslist ul {
    display: flex;
    max-width: 525px;
    margin: 0 auto;
    width: 100%;
}


.offerslist li span {
    float: left;
    line-height: 1;
}
span.line2 img {
    margin-top: 3px;
    cursor: pointer;
}
.main1.profile {
    padding-top: 0px!Important;
}
.offerslist ul {
    margin-top: 22px!important;
}
div#modal4 .modal-content .modal-body {
    text-align: center;
}
div#modal4 .modal-content .modal-body h5 {border-bottom: 1px solid #ccc;padding-bottom: 8px;}
div#modal4 .modal-content .modal-body ul {
    list-style: none;
}
div#modal4 .modal-content .modal-body .codecontent {
    border-bottom: 1px solid #ccc;
    padding: 8px;
}
div#modal4 .modal-content .modal-body {
    font-size: 18px;
    padding: 0;
}
div#modal4 .modal-content .modal-body ul.couponinfo li {
    border-bottom: 1px solid #ccc;
    width: auto;
    display: inline-block;
    padding: 7px;
}
div#modal4 .modal-content .modal-body ul.couponinfo {
    margin-top: 23px;
}
div#modal4 .modal-content .modal-body span.cpcode {
    border: 2px dotted #ffc600;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 9px;
    font-weight: 800;
}
div#modal4 {
    margin-top: 149px;
}
div#modal4  button.close-butn.btn.btn-secondary {
    background-color: #000 !important;
    border-color: #000 !important;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px!important;
}
ul.couponinfo {
    margin-left: 0px!important;
    padding: 0px!important;
}
button.search-btn.hideit {
    display: none!important;
}
a.search-btn.hideit {
    display: none;
}
.banner-txt a.search-btn {
    background: #000;
    color: #fff!important;
    padding: 17px 25px!important;
    border-width: 0;
    font-weight: bold;
    font-size: 24px;
    float: left;
}
.retaurent-img {
    min-height: 190px;
}
#Restaurents_details {
  margin-top: 0px!important;
}
@media(min-width:500px){
  .col-lg-12.imagebox .pizza-photo {
    float: left;
    height: 135px;
    width: 190px;
    /*border: 1px solid #ccc;*/
    margin-right: 11px;
}

.col-lg-12.imagebox {
    /*border: 1px solid #ccc;*/
    margin-top: 10px;
    padding: 12px;
    padding-bottom: 0px;
}

.col-lg-12.imagebox .pizza-photo img {
    width: 100%;
    height: auto;
}

.col-lg-12.imagebox .pamout span {
    padding: 0px!important;
}
}
span.checkload span.loadernew img {
    width: 24px;
    margin-right: -40px;
}
.retaurent-name {
    overflow: hidden;
}
.modal-footer button.add-butn.btn.btn-success {
    color: #000!important;
}
.cart_details .img-spinner {
    display: none;
}

div#loading-cart .img-spinner {
    display: block!important;
    width: 80px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    left: 96px;
}


div#loading-cart {bottom: 0;background-color: rgb(97 94 85 / 52%);z-index: 999999; */opacity: 0.5;pointer-events: none;}
div#loading-cart .corn {
    opacity: 0.4;
}

div#loading-cart .cart_listing {
    opacity: 0.4;
}

div#loading-cart .cart_checkout {opacity: 0.4;}
.checkout-main div#loading-cart .img-spinner {
    left: 150px!important;
}

div#loading-cart .row.checkout-cart-banner {
    opacity: 0.4;
}

div#loading-cart .row.main-checkout-row {
    opacity: 0.4;
}

div#loading-cart .row.Apply-Coupon {
    opacity: 0.4;
}

div#loading-cart .row.Bill-Details {
    opacity: 0.4;
}
.checkout-main-left-sidebar .img-spinner {
    display: none;
}
.col-md-4.orderdetails h2 {
    text-align: center;
}

h2.ordersuccess {
    border-bottom: 1px solid #000;
    margin-bottom: 21px;
}

.col-md-4.orderdetails {
    background: #dad9d9;
    padding: 10px;
}
@media(max-width:500px){

  .col-lg-3 .R_donate {
    padding-top: 2px;
    width: 244px;
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
}
.row.bottom_row.profile {
    top: 73px;
}
.row.bottom_row.profile .col-lg-3 {
    width: 100%!important;
    padding: 0!important;
    height: 60px!important;
}

.row.bottom_row.profile {
    height: 190px;
}

.main1.profile {
    padding-top: 71px!important;
}
a.search-btn.show-it {
    font-size: 13px!important;
    padding: 6px!important;
    padding-top: 18px!important;
}
.filter .btn {
    float: right;
    font-size: 18px;
    font-weight: bold;
    background: #fecc21!important;
}

.filter {
    /* background: red; */
    height: 42px;
    border: 1px solid #dedede;
}
.row.checkout-main {
    margin-top: -27px!important;
}

.Apply-Coupon-input button.btn.btn-secondary {
    width: 65px!important;
}
.Delivery-box {
    margin-top: 38px;
}
}
#invoiceholder .rolls{
  border-bottom: 1px solid #eeeeee;
  padding-top :20px;
  padding-bottom:20px;
    padding-left: 30px;
  padding-right: 30px;
}
#invoiceholder .roll-left{
  text-align: left;
}
#invoiceholder .roll-center{
text-align: center;
}
#invoiceholder .roll-right{
text-align: right;
}
#invoiceholder .fa-angle-down{
  font-size: 16px;
  padding-right: 3px;
}

#invoiceholder .vl {
  border-right: 2px solid #eeeeee;
}
#invoiceholder .vx{
  text-align: left;
  padding-left: 10%!important;
}
#invoiceholder .address{
  background-color: #F1F3F4;
}
#invoiceholder .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  height: 20%;
  padding-bottom: 30px;
}
/*img{
  height:100px;
  width: 100px;
}
*/#invoiceholder .align-item{
  text-align: left;
  padding-left: 42%!important;
}
#invoiceholder h1{
  font-size: 1.5em;
  color: #444;
}
#invoiceholder #message{
  border-bottom: 1px solid #eeeeee;
  padding-top :20px;
   padding-bottom:20px;
}
#invoiceholder #message h3{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
#invoiceholder #message .row{
    padding-left: 30px;
  padding-right: 30px;
}
#invoiceholder .order-serial{
  text-align: left;
}
#invoiceholder .order-placed{
  text-align: right;
}
#invoiceholder h2{font-size: .9em;}
#invoiceholder h3{
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2em;
}
#invoiceholder p{
  font-size: .75em;
  color: #666;
  line-height: 1.2em;
  font-weight: 600;
}
#invoiceholder a {
    text-decoration: none;
    color: #00a63f;
}

#invoiceholder{
  width:100%;
  height: 100%;
  padding: 50px 0;
  background-image: url("/images/Background.png");
}
#invoice{
  position: relative;
  margin: 0 auto;
  width: 750px;
  background: #FFF;
}
#invoice-top{
  background-color:  #ffcc00;
  font-size: 24px;
  padding: 30px 30px 10px 30px;
}
#invoice-top p {
   color: black;
}

[id*='invoice-']{
  padding: 20px;
}

#modal1 {
  max-width: 600px;
}
#modal1 .modal-body {
}
#modal1 .modal-body h4 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-top: 2px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 9px;
}
#modal1 .modal-body > .rowcontent {
  display: block;
  width: 100%;
}
#modal1 .modal-body .modal-required {
  background: #000;
  display: inline-block;
  padding: 2px 12px 2px 34px;
  margin-left: -23px;
  border-radius: 0px 12px 0px 0px;
  color: #ffc600;
}
#modal1 .modal-body .col-md-6 code {
  font-size: 16px !important;
  color: #222 !important;
  letter-spacing: 0.5px;
}
#modal1 .modal-body .col-md-6 code input:checked ~ code {
  height: 14px;
  border: 1px solid #000 !important;
  color: red !important;
  background: red;
}
#modal1 .modal-footer {
  display: block;
}
#modal1 .total-butn.btn.btn-success {
  margin: 0;
  color:#000!important;
}
#modal1 .close-butn.btn.btn-secondary {
  float: right;
  margin-left: 20px;
}
#modal1 .add-butn.btn.btn-success {
  float: right;
  order: 2;
  color:#000;
}
#modal1 .modal-footer button {
  font-size: 16px;
  padding: 6px 16px;
  box-shadow: 2px 3px 7px #ccc;
}
#modal1 .rowcontent {
  height: 554px;
  overflow-y: scroll;
  scrollbar-color: #222 #5D5D5D;
  scrollbar-width: thin;
  margin-right: 10px;
  margin-top: 15px;
  overflow-x: hidden;
}
#modal1 .rowcontent::-webkit-scrollbar-track {
    border-radius: 3px;
    padding: 2px 0;
    background-color: #222;
}
#modal1 .rowcontent::-webkit-scrollbar {
    width: 4px;
}
#modal1 .rowcontent::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #5D5D5D;
}


#invoiceholder .effect2
{
  position: relative;
}

@media screen and (max-width: 767px) {
    #invoiceholder h1 {
        font-size: .9em;
    }
    #invoice {
        width: 100%;
    }
    #message {
        margin-bottom: 20px;
    }
    [id*='invoice-'] {
        padding: 20px 10px;
    }
}
.pprise {
    padding-top: 0px!important;
}

.pprise p {
    font-size: 14px;
}
.row.checkout-main {
    margin-top: 0px!important;
}
@media(max-width:500px){
  .offerslist li {
    width: 282px!important;
    font-size: 14px;
    padding: 9px!important;
    margin-left: 0px!important;
}
}
div#invoice-top h3 {
    font-size: 28px!important;
}

#invoiceholder #message h3 {
    font-size: 25px;
    font-weight: 900;
}

div#invoiceholder .row h6 strong {
    font-size: 18px;
}
p.modal-price {
    color: #000;
}

.rowhead.row {
    display: flex;
}

.rowhead.row .col-md-3 .modal-price {margin-top: -9px;}

.rowhead.row {
    border-bottom: 1px solid #e9ecef;
    width: 103%;
}
div#disablescroll {
    height: auto!important;
}

div#disablescroll .cooking-instruction.row {width: 90%;padding: 10px;}

div#disablescroll .cooking-instruction.row .col-md-12 {
    margin-left: 5px;
}
span.addon-content.white {
    color: #fff!important;
}
button.add-butn.btn.btn-success.loading {
    width: 174px;
}
button.add-butn.btn.btn-success.loading .checkload {
    float: left;
    margin-left: 10px;
}
.back-to-menu.text-center a {
    color: #fff!important;
}
div#disablescroll {
    overflow-y: revert!important;
}
div#disablescroll .show-grid.row {
    margin: 0 auto;
}
.show-grid.row {
    padding-left: 20px!important;
}
#noexternalmenu .tab-wrapper .tab-button:nth-child(2) {
    display: none;
}
.outletshop .R_donate.booktable.internal {
    display: none;
}
.main1.profile.externalbooking .tab-button:nth-child(3) {
    display: none;
}
.activeshop .R_donate.booktable.external {
    display: none;
}
a.signup-btn {
    color: #fff!important;
    cursor: pointer;
}
.retaurent-name {
  cursor: pointer;
}
.retaurent-img {
  cursor: pointer;
}
.dt-donate2 {
	display:none;
}
@media(max-width:500px){
  .row.bottom_row.profile {
    position: relative!important;
    width: 100%!important;
    max-width: 100%!important;
    clear: both;
    float: right;
}

.main1.profile {
    width: 100%!important;
    max-width: 100%!important;
    float: left;
}

.row.bottom_row.profile {
    margin: 0 auto;
    top: 20px!important;
}
.row.top_r-row.hoursrow {
    height: 140px;
}
/*.pizza1 {
    padding-top: 70px!important;
}*/
}
.notlogged {
    text-align: center;
    margin: auto;
    top: 50%;
    position: fixed;
    align-items: normal;
    vertical-align: middle;
    left: 50%;
}
.offerdetails {
    bottom: -25px;
    position: absolute;
    background: #fecc21;
    width: 100%;
    text-align: center;
}

.free-item-message {text-align: center;max-width: 800px;margin: 0 auto;margin-top: 25px;font-size: 22px;/* background: #ffc600; */width: fit-content;padding: 9px;box-shadow: 1px 3px 2px 2px;color: green;}

.free-item-message span {
    text-decoration: underline;
    color: #fff;
    padding: 3px;
    cursor: pointer;
}

span.showfreeitems {
    background: yellow;
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
    color:#fff;
}

.cart_details .free-item-message {
    font-size: 13px!important;
}

div#overlay {
    display: none;
}

h2.inner.blacktxt {
    color: #000!important;
}
h2.card-section-inner {background-color: #ffc600;
    color: #000;
    margin: -25px 0px 25px -15px;
    padding: 12px 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;}

label.card-section label {font-weight: 900;}

section#Restaurant_banner_section {
    background-size: cover;
}

span.hoursname {font-size: 19px;font-weight: 600;}
.back-to-menu.text-center a {
    background: #000!important;
}
h3.orderahead-txt {
    margin-top: 15px;
}

@media(max-width:500px) {.col-lg-3.banner_left-side {max-width: 100%!important;}

.col-lg-9.banner_right-side {max-width: 100%!important;}
	#Restaurant_banner_section .row .banner_right-side .R_title {

}
         }

 #Restaurents_details .cart_checkout button.checkout_btn {
   margin-top: 15px;
 }

@media(max-width:1500px) {
  #Restaurents_details .cart_listing ul li {
    font-size: 12px;
}

.corn-contant {padding: 2px 2px 6px 6px;}

.corn-contant .pamout.show_button {
    padding-top: 4px!important;
    font-size: 17px;
}

.corn-contant {
    font-size: 13px!important;
}

.row.sticky-top.cartside .corn {
    height: 150px!important;
}
}

.main1.checkout {
    padding: 0px!important;
    margin-top: -30px!important;
}

.main1.checkout .backmenu .back-to-menu.text-center {
    margin-left: 19px!important;
    margin-top: 0px!important;
    margin-bottom: 25px;
}

.back-to-menu.text-center a {
    cursor: pointer;
}

.main1.checkout h3.orderahead-txt {
    display: none;
}

@media(max-width:991px){
  .row.rolls.address .col-6.roll-right.vx {
    padding: 10px!important;
    margin-left: -14px!important;
}
#Restaurant_banner_section .row.bottom_row {
    position: relative!important;
    max-width: 100%!important;
    padding: 0!important;
    margin: 0 auto!important;
}
#Restaurant_banner_section .row.btmbanner {
  position: relative!important;
  width: auto!important;

}
.col-lg-12.addrss {
    background: #fee396;
    border-bottom: 1px solid #d1c6c6;
}
}

#Restaurant_banner_section .row.bottom_row .col-lg-3:last-child {
    display: none!important;
}



#Restaurant_banner_section .row .banner_right-side .R_title {
    font-size: 13px!important;
}


@media(max-width:767px){
  footer .schedule {
    text-align: center!important;
}
.footer-bottom {
    text-align: center;
}
}
h3.specialmessage {
    font-size: 20px;
    padding: 5px;
    color: #3ea93e;
}


.App {
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

.App-header {
  background-color: #282c34;
  padding: 1.5rem;
  color: white;
  text-align: center;
}

.Food-images {
  padding: 2rem 0;
  text-align: center;
}

.Food-image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.Food-image-container img {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.About-us,
.Menu,
.Contact-us {
  padding: 2rem 0;
  text-align: center;
}

.App-footer {
  background-color: #282c34;
  padding: 1rem;
  color: white;
  text-align: center;
}

.main-menu-part2 li h2.orderonlinebtn a {
    background: #ff6a00;
    padding: 10px!important;
    border-radius: 15px!important;
    color: #fff!important;
    font-size: 20px!important;
}
