/*-------------------------------------------------------------
Template Name: automatefood
Template URL: 
Author Name: SoftTech IT
Author URL: https://themeforest.net/user/softtech-it/portfolio
Version: 1.0
Description: 
Tags: restaurant
Text Domain: automatefood
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button 
>> Form
>> Theme
>> Homepage


--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@700&family=Exo:wght@200&display=swap');
/* Author CSS */
body {
  margin: 0;
  color: #000000;
  font-family: "Roboto", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif; }

h1 {
  color: #000000;
  font-size: 72px; }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 40px; } }

h2 {
  color: #000000;
  font-size: 40px; }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 36px; } }

h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 32px; } }

h4 {
  color: #000000;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    h4 {
      font-size: 20px; } }

h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    h5 {
      font-size: 16px; } }

h6 {
  color: #000000;
  font-size: 16px; }
  @media (max-width: 575.98px) {
    h6 {
      font-size: 14px; } }

a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

p {
  color: #000000;
  margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    p {
      font-size: 14px; } }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none; }

button {
  cursor: pointer; }

img {
  width: 100%;
  height: auto;
  display: block; }

/* Navbar */
nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  nav .main-menu li {
    display: inline-block;
    position: relative;
    margin-right: 42px;
    line-height: 1.7;
    z-index: 5; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      nav .main-menu li {
        margin-right: 20px; } }
    nav .main-menu li.current a::before {
      opacity: 1;
      visibility: visible; }
    nav .main-menu li.has-submenu::after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #000000;
      font-size: 10px;
      margin-left: 5px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        nav .main-menu li.has-submenu::after {
          display: none; } }
    nav .main-menu li a {
      color: #000000;
      padding: 25px 0;
      font-weight: 500;
      display: inline-block;
      font-size: 16px;
      text-transform: capitalize; }
    @media (min-width: 992px) {
      nav .main-menu li .submenu {
        position: absolute;
        border-top: 2px solid #ffffff;
        border-radius: 5px;
        width: 220px;
        top: 110%;
        left: 0;
        background: #e82d34;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        nav .main-menu li .submenu li {
          display: block;
          margin-right: initial; }
          nav .main-menu li .submenu li a {
            color: #ffffff;
            display: block;
            padding: 6px;
            width: 100%; }
      nav .main-menu li:hover.has-submenu::after {
        color: #e82d34; }
      nav .main-menu li:hover a {
        color: #e82d34; }
      nav .main-menu li:hover .submenu {
        top: 100%;
        opacity: 1;
        visibility: visible; } }
  nav .main-menu.main-menu2 li.has-submenu::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
    font-size: 10px;
    margin-left: 5px; }
    @media (max-width: 991px) {
      nav .main-menu.main-menu2 li.has-submenu::after {
        display: none; } }
  @media (min-width: 992px) {
    nav .main-menu.main-menu2 li:hover.has-submenu::after {
      color: #e82d34; }
    nav .main-menu.main-menu2 li:hover a {
      color: #e82d34; }
    nav .main-menu.main-menu2 li .submenu {
      background: #e82d34; }
      nav .main-menu.main-menu2 li .submenu li a {
        color: #ffffff; } }

.container-wrapper {
  position: relative; }

@media (max-width: 767.98px) {
  .mean-container .mean-bar {
    top: 18px; } }

.mean-container .mean-nav {
  background: #e82d34; }

/* Header Section */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 1; }
  .header-area .logo {
    width: 200px; }

.upper-menu .link {
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: capitalize; }
  .upper-menu .link:hover {
    color: #e82d34; }

.upper-menu-list {
  margin-right: 20px; }
  .upper-menu-list.has-submenu {
    position: relative; }
    .upper-menu-list.has-submenu::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
  .upper-menu-list .link:hover {
    color: #e82d34; }
    .upper-menu-list .submenu {
      position: absolute;
      top: 230%;
      left: -89px;
      margin-top: 10px;
      width: 200px;
      padding: 10px;
      border-radius: 10px;
      background: #e82d34;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      visibility: hidden;
  }
    .upper-menu-list .submenu .link {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #ffffff; }
      .upper-menu-list .submenu .link:hover {
        color: #fff5f3; }
  .upper-menu-list:hover .submenu {
    top: 150%;
    opacity: 1;
    visibility: visible; }
  .upper-menu-list .user-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #e82d34;
    display: inline-block; }
  .upper-menu-list .cart_counter {
    position: absolute;
    top: -3px;
    right: -6px;
    background: #e82d34;
    /* padding: 2px; */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 9px;
    text-align: center;
    color: #ffffff; }

.language-swithcer .link {
  color: #aeaeae; }
  .language-swithcer .link.active {
    color: #000000; }

.upper-menu .menu-divider {
  margin-right: 30px; }

.header-area-two {
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(232, 45, 52, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(232, 45, 52, 0.1);
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

/* Footer Section */
.footer-area {
  overflow: hidden;
  padding-top: 90px; }
  .footer-area .foo_top .foo-widget {
    margin-bottom: 30px; }
    .footer-area .foo_top .foo-widget .wtsapp {
      color: #4fdb83;
      font-size: 22px; }
    .footer-area .foo_top .foo-widget .number {
      font-family: "Raleway", sans-serif;
      font-size: 24px;
      font-weight: 700; }
    .footer-area .foo_top .foo-widget .title {
      font-weight: 700;
      text-transform: capitalize; }
    .footer-area .foo_top .foo-widget .logo {
      width: 200px;
      position: relative;
      z-index: 999;
      margin-bottom: 30px; }
      @media (max-width: 575.98px) {
        .footer-area .foo_top .foo-widget .logo {
          width: 100px; } }
    .footer-area .foo_top .foo-widget .clients-counter {
      font-size: 36px;
      font-family: "Raleway", sans-serif;
      color: #e82d34;
      font-weight: 700; }
    .footer-area .foo_top .foo-widget .social-links a {
      margin-right: 15px; }
      .footer-area .foo_top .foo-widget .social-links a:last-child {
        margin-right: initial; }
      .footer-area .foo_top .foo-widget .social-links a span {
        color: #000000;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .footer-area .foo_top .foo-widget .social-links a span.active {
          color: #e82d34; }
        .footer-area .foo_top .foo-widget .social-links a span:hover {
          color: #e82d34; }
    .footer-area .foo_top .foo-widget ul li {
      line-height: 2;
      text-transform: capitalize;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-area .foo_top .foo-widget ul li span {
        margin-right: 10px;
        display: inline-block; }
      .footer-area .foo_top .foo-widget ul li a {
        color: #000000; }
        .footer-area .foo_top .foo-widget ul li a:hover {
          color: #e82d34; }
      .footer-area .foo_top .foo-widget ul li img {
        width: inherit;
        display: inline-block;
        margin-right: 10px; }
  .footer-area .foo_btm .copyright-text {
    text-align: center;
    padding: 20px 0; }
    .footer-area .foo_btm .copyright-text span {
      font-size: 16px;
      font-weight: 400;
      text-transform: capitalize; }
      .footer-area .foo_btm .copyright-text span a {
        color: #000000; }
        .footer-area .foo_btm .copyright-text span a:hover {
          color: #e82d34; }

/* Breadcrumb Section */
.breadcrumb-section {
  padding-top: 370px !important;
  padding-bottom: 370px !important;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumb-section {
      padding-top: 250px !important;
      padding-bottom: 250px !important; } }
  @media (max-width: 991px) {
    .breadcrumb-section {
      padding-top: 250px !important;
      padding-bottom: 250px !important; } }
  @media (max-width: 575.98px) {
    .breadcrumb-section {
      padding-top: 210px !important;
      padding-bottom: 115px !important; } }
  .breadcrumb-section .vecc1 {
    position: absolute;
    top: 27%;
    right: 0%;
    width: 26%; }
    @media (max-width: 1919.98px) {
      .breadcrumb-section .vecc1 {
        opacity: 0.5; } }
  .breadcrumb-section .vecc2 {
    position: absolute;
    top: 15%;
    right: 23%;
    width: 11%; }
    @media (max-width: 1919.98px) {
      .breadcrumb-section .vecc2 {
        opacity: 0.5; } }
  .breadcrumb-section .vec5 {
    width: initial;
    position: absolute;
    top: 20%;
    right: 0; }
    @media (max-width: 1919.98px) {
      .breadcrumb-section .vec5 {
        opacity: 0.5; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .breadcrumb-section .vec5 {
        width: 25%; } }
    @media (max-width: 991px) {
      .breadcrumb-section .vec5 {
        display: none; } }

/* Preloader */
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: #ffffff;
      font-weight: 600;
      text-transform: capitalize;
      color: #e82d34;
      width: 200px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 30px;
      display: block;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: #000000;
        color: #ffffff; }

.spinner {
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #e82d34;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Button */
.btn1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  z-index: 0;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-radius: 0px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center; }
  .btn1::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e82d34;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  @media (max-width: 575.98px) {
    .btn1 {
      padding: 8px 20px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .btn1 {
      padding: 8px 15px; } }
  @media (min-width: 1200px) and (max-width: 1439.98px) {
    .btn1 {
      padding: 10px 20px; } }
  .btn1:hover {
    border: 1px solid #e82d34;
    color: #e82d34; }
    .btn1:hover::before {
      right: -100%; }

/* Form */
/* Theme Default */
.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.padding-115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.padding-125 {
  padding-top: 125px;
  padding-bottom: 125px; }

.padding-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-right-60 {
  margin-right: 60px; }

.margin-right-70 {
  margin-right: 70px; }

.margin-right-80 {
  margin-right: 80px; }

.margin-right-90 {
  margin-right: 90px; }

.margin-right-100 {
  margin-right: 100px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-left-70 {
  margin-left: 70px; }

.margin-left-80 {
  margin-left: 80px; }

.margin-left-90 {
  margin-left: 90px; }

.margin-left-100 {
  margin-left: 100px; }

.margin-10 {
  margin: 10px 0; }

.margin-20 {
  margin: 10px 0; }

.margin-30 {
  margin: 10px 0; }

.margin-40 {
  margin: 10px 0; }

.margin-50 {
  margin: 10px 0; }

.margin-60 {
  margin: 10px 0; }

.margin-70 {
  margin: 10px 0; }

.margin-80 {
  margin: 10px 0; }

.margin-90 {
  margin: 10px 0; }

.margin-100 {
  margin: 10px 0; }

.fw-500 {
  font-weight: 500; }

.gray-bg {
  background: #ffffff; }

.text-red {
  color: #e82d34; }

.scrollup {
  background: #e82d34;
  color: #ffffff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  outline: none;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 9999;
  cursor: pointer; }
  .scrollup.ht-scrollup {
    background: #e82d34; }
  .scrollup:hover {
    background: #000000; }

.item-rotate {
  -webkit-animation: rotted 5s infinite ease-in-out;
  animation: rotted 5s infinite ease-in-out;
  animation-direction: alternate-reverse; }

@-webkit-keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

.item-rotate2 {
  -webkit-animation: rotted 6s infinite ease-in-out;
  animation: rotted 6s infinite ease-in-out;
  animation-direction: alternate-reverse; }

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-320deg);
    transform: rotate(-320deg); } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  -o-animation: zooming 3s infinite ease-in-out;
  -ms-animation: zooming 3s infinite ease-in-out;
  -moz-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  -o-animation: ripple 3s infinite ease-in-out;
  -ms-animation: ripple 3s infinite ease-in-out;
  -moz-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out; }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0); } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0); } }

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out; }

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-animateTwo {
  -webkit-animation: animateTwo 15s infinite ease-in-out;
  -o-animation: animateTwo 15s infinite ease-in-out;
  -ms-animation: animateTwo 15s infinite ease-in-out;
  -moz-animation: animateTwo 15s infinite ease-in-out;
  animation: animateTwo 15s infinite ease-in-out; }

@-webkit-keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* Homepage 1 */
.hero-section .title .colored {
  font-weight: 700;
  color: #e82d34; }

.hero-section {
  padding-top: 236px;
  /* padding-bottom: 570px; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
      padding-bottom: 220px; } }
  @media (max-width: 767.98px) {
    .hero-section {
      padding-bottom: 180px; } }
  .hero-section .address-wrapper {
    background: #ffffff;
    padding: 12px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 9999; }
    @media (max-width: 767.98px) {
      .hero-section .address-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px; } }
  .hero-section .address-inpute {
    border: 3px solid #ffebe7;
    padding: 22px 30px;
    border-radius: 10px; }
  .hero-section .address-inpute:focus {
    border: 3px solid #ffebe7;
    -webkit-box-shadow: initial;
    box-shadow: initial; }
  .hero-section .adrs-btn {
    margin-left: 30px;
    padding: 15px 20px; }
    @media (max-width: 767.98px) {
      .hero-section .adrs-btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px; } }
  .hero-section .label {
    font-size: 12px;
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 55px;
    color: #3e3e3e; }
    @media (max-width: 767.98px) {
      .hero-section .label {
        top: 20px; } }
  .hero-section .main-hero-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: initial; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .hero-section .main-hero-img {
        display: none; } }
    @media (max-width: 767.98px) {
      .hero-section .main-hero-img {
        display: none; } }
  .hero-section .vec1 {
    position: absolute;
    top: 38%;
    right: 0;
    width: initial; }
    @media (max-width: 767.98px) {
      .hero-section .vec1 {
        display: none; } }
  .hero-section .vec2 {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: initial;
    z-index: 14; }
    @media (max-width: 767.98px) {
      .hero-section .vec2 {
        display: none; } }
  .hero-section .hero-content .colored {
    color: #e82d34; }

.about-section {
  padding-top: 145px;
  padding-bottom: 145px; }
  @media (max-width: 767.98px) {
    .about-section {
      padding-top: 90px;
      padding-bottom: 90px; } }

.brand-section {
  padding-bottom: 150px; }
  @media (max-width: 767.98px) {
    .brand-section {
      padding-bottom: 90px; } }

.single-brand {
  position: relative;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden; }
  .single-brand .brand-img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .single-brand .cont-wrapper {
    padding: 25px 10px; }
  .single-brand .make-time {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 8px 8px 0px 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    z-index: 0; }
    .single-brand .make-time .title {
      font-family: "Roboto", sans-serif;
      margin-bottom: 0;
      padding-bottom: 5;
      line-height: 0;
      margin-top: 5px; }
    .single-brand .make-time .min {
      font-size: 12px;
      text-transform: uppercase;
      color: #e82d34;
      padding: 0;
      line-height: 0;
      margin-top: 17px;
      display: inline-block; }
  .single-brand .cat-title {
    margin-top: 10px;
    font-family: "Roboto", sans-serif; }
  .single-brand a h6 {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .single-brand a h6:hover {
      color: #e82d34; }
  .single-brand:hover .brand-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.rattings {
  font-size: 12px;
  color: #e82d34;
  font-weight: 500; }

.location-section {
  padding-bottom: 150px; }
  @media (max-width: 767.98px) {
    .location-section {
      padding-bottom: 100px; } }

.single-location {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07);
  height: 322px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale();
  -ms-transform: scale();
  transform: scale(); }
  .single-location .first-letter {
    text-transform: uppercase;
    font-size: 150px;
    color: rgba(232, 45, 52, 0.5);
    font-weight: 900;
    position: absolute;
    left: -22px;
    bottom: -50px;
    z-index: 0;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .single-location .title {
    color: #ffffff;
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    z-index: 1; }
  .single-location .btn1 {
    position: absolute;
    right: 30px;
    padding: 10px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1; }
    .single-location .btn1 i {
      font-size: 18px; }
  .single-location:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
    .single-location:hover .first-letter {
      opacity: 1;
      visibility: visible;
      left: 8px; }
    .single-location:hover .btn1 {
      opacity: 1;
      visibility: visible; }
    .single-location:hover .btn1:hover {
      border: 1px solid #ffffff !important;
      color: #ffffff !important; }

  @media (max-width: 767.98px) {
    .contact-section {
      padding-top: 90px;
      padding-bottom: 90px; } }

      .cities-brand-section {
        padding-top: 190px;
        padding-bottom: 70px;
    }
    .single-brand .brand-img {
      width: 150px;
      height: 150px;
      margin: auto;
    }
.single-restaurant-addrs-input {
  width: 66%; }
  @media (max-width: 991px) {
    .single-restaurant-addrs-input {
      width: 53%; } }

.delivery-content-section {
  padding-bottom: 140px; }

@media (max-width: 767.98px) {
  .single-address-wrapper .single-restaurant-addrs-input {
    width: 100%; } }

.divider-wrapper {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 575.98px) {
    .divider-wrapper {
      padding-top: 160px; } }

.red-badge {
  background: #e82d34;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  display: inline-block;
  padding: 2px;
  font-size: 14px; }

.food-items-navbar {
  padding: 20px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
}
  .food-items-navbar .form-control {
    background: #fff5f3;
    padding: 10px 50px;
    border: none;
    outline: none; }
    .food-items-navbar .form-control:focus {
      border: none;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .food-items-navbar .search-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #e82d34; }

.menu-cat-wrapper .link {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 600; }
  .menu-cat-wrapper .link.active {
    color: #e82d34; }

.dish-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .dish-list .dish-card {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
    overflow: hidden;
    position: relative;
    width: 48.7069%;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .dish-list .dish-card {
        width: 98.7069%; } }
    .dish-list .dish-card .title {
      font-family: "Raleway", sans-serif;
      font-weight: 600; }
  .dish-list .items-img {
    width: 100px; }

    
.order-info {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(232, 45, 52, 0.1);
  padding-bottom: 60px; }
  .order-info .title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  font-size: 16px; }
  .order-info .order-edit {
    background-color: #fff0f0;
    padding: 5px;
    text-align: center;
    display: inline-block; }
    .order-info .order-edit .edit-btn {
      border: none;
      background: transparent;
      padding: 0;
      margin: 0;
      color: #e82d34; 
  }

    .order-info .inner-box.payment-inner-box {
      width: 80%; }
      @media (min-width: 1200px) and (max-width: 1439.98px) {
        .order-info .inner-box.payment-inner-box {
          width: 90%; } }
    @media (min-width: 1200px) and (max-width: 1439.98px) {
      .order-info .inner-box {
        width: 70%; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .order-info .inner-box {
        width: 90%; } }
    @media (max-width: 767.98px) {
      .order-info .inner-box {
        width: 90%; } }
  .order-info .cutome-hr {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e82d34; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
  border: 1px solid #e82d34; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 0px;
  background-color: #e82d34;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #e82d34; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #e82d34;
  box-shadow: 0 0 1px #e82d34; }

input:checked + .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
  background: #ffffff; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.payment-wrapper {
  padding-top: 150px; }

.delivery-details {
  padding: 40px 30px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(232, 45, 52, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(232, 45, 52, 0.1); }
  .delivery-details .title .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #e82d34;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    font-size: 16px; }

.contactless-delivery {
  padding: 30px;
  background: #fff5f3;
  border-radius: 10px; }
  .contactless-delivery .tagline-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600; }
  .contactless-delivery .tagline {
    font-size: 14px; }

.switch-position {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.delivery-input {
  border: 1px solid #fff5f3;
  width: 100%;
  padding: 8px 20px; }

.payment-title {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  display: inline-block; }
  .payment-title::after {
    content: "";
    position: absolute;
    left: 3px;
    top: -1px;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 2px solid #e82d34;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .payment-title::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #e82d34;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .payment-title.collapsed::after {
    border: 2px solid #fff5f3; }
  .payment-title.collapsed::before {
    opacity: 0;
    visibility: hidden; }

.payment-content {
  margin-bottom: 30px; }

.payment-accordion .title {
  font-weight: 500; }

.payment-accordion .content {
  font-size: 14px; }

  /* extra customization */
  .has-submenu.upper-menu-list {
    background: transparent;
    padding-left: 5px;
    padding-right: 13px;
  }
  .has-submenu.upper-menu-list:hover {
    background: #e82d34;
    padding-left: 5px;
    padding-right: 13px;
  }
  .has-submenu.upper-menu-list:hover .link {
    color: #fff;
  }
  .upper-menu-list .submenu  {
    border-radius: 0px;
  }
  .upper-menu-list .submenu li {
    border: 1px solid #fff;
    padding: 6px;
    margin-bottom: 6px;
    text-align: center;
}
  .upper-menu-list .submenu li:last-child {
    margin-bottom: 0px;
}

.upper-menu-list .submenu::after {
  content: '';
  position: absolute;
  top: -18px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #e82d34 transparent;
}
.upper-menu-list .submenu .link {
  display: block;
  font-size: 14px;
}
.upper-menu-list.has-submenu::after {
  content: ' ';
}

/* nice selector */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e82d34;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #e82d34; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #e82d34; }
  .nice-select:after {
    border-bottom: 2px solid #e82d34;
    border-right: 2px solid #e82d34;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cdd5de; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f7f9; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #90a1b5;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

code[class*="language-"],
pre[class*="language-"] {
  border-radius: 2px;
  color: #445870;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  letter-spacing: 0; }

/* Code blocks */
pre[class*="language-"] {
  padding: 18px 24px;
  margin: 0 0 24px;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f6f7f9; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0 2px 1px; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #90a1b5; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #EC4444; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #4ABF60; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #55a1fb; }

.token.function {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }


/* datepicker */
/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */

 .datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

.hero-content .title{
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
}

.contact-section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
    border-radius: 50px;
}

.contact-section-bg h2 {
    color: #333;
    padding: 2rem;
}

.contact-section-bg .btn1 {
    background-color: #fff;
    text-decoration: none;
}

.fs-20{
  font-size: 22px !important;
}

.opacity-01{
  opacity: 0.1;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

@media (min-width: 992px) {
  .px-lg-8{
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 20px;
    border-radius: 15px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked+.card-input {
    box-shadow: 0 0 1px 1px #2ecc71;
}
/* version 1 checkout page design */
.v1_inner-box {
  border: 2px dashed #fff0f0;
  border-top: none;
  width: 100%!important;
}
.v1_header-box {
  background: #fff0f0;
  padding: 10px 20px;
}
.v1_order_info {
  width: 390px!important;
  height: 89vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border-radius: 30px;
  transition: .3s;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  z-index: 999;
  /* display: none; */
}
.v1_order_info.show-cart {
  
  display: block!important;
}
.overflow-class {
    height: 50vh;
  overflow-y: scroll;
}

.v1_order_info::-webkit-scrollbar {
width: 4px;
}
.v1_order_info::-webkit-scrollbar-thumb {
  background: #e82d34;
  border-radius: 20px;
}


.overflow-class::-webkit-scrollbar {
  width: 2px;
}
.v1_order_info.fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  transition: .3s;
}
.overflow-class::-webkit-scrollbar-thumb {
  background: #e82d34;
  border-radius: 20px;
}

.addto-cart-trigger {
  width: 85px;
  padding: 5px;
  border-radius: 5px;
 background: #DD4A68;
 position: fixed;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 text-align: center;
 z-index: 1;
 border: none;
 color: white;
}
.addto-cart-trigger.show-cart {
top: 25%;
right: 15px;
}

.v1_delete-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e82d34;
  background: white;
  color: #e82d34;
  margin-left: 1px;
  transition: .3s;
  transform: scale(.8);
  font-size: 15px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.v1_delete-btn:hover {
  transform: scale(1);
  background: #e82d34;
  color: #fff;
}
.v_order-variation {
  padding: 30px;
  margin: 0;
  border-bottom: 1px solid #fff0f0;
}
.v_order-variation li {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Roboto';
  display: flex;
  justify-content: space-between;
}
.v1_table {
  padding: 30px;
  border-bottom: 1px solid #fff0f0;
}
.v1_variation-price {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
}
.v1_variation_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.v1_order-edit {
  background-color: #fff0f0;
}
.v1-variation-item {
  width: 33.33%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto';
  text-transform: capitalize;
}
.v1_total-box {
  background-color: #fff0f0;
  padding: 10px 50px 10px 25px;
}
.menu-cat-wrapper-search-btn {
  display: flex;
  width: 70%;
  overflow-x: scroll;
}
.menu-cat-wrapper-search-btn::-webkit-scrollbar {
    height: 3px;
    cursor: pointer;
}
.menu-cat-wrapper-search-btn::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.menu-cat-wrapper-search-btn::-webkit-scrollbar-thumb {
  background: #e82d34;
  border-radius: 20px;
}


.item-search-btns {
  flex: 0 0 auto;
color: #000!important;
text-decoration: none;
transition: .3s;
font-weight: 600;
}

.item-search-btns:hover {
  color: #e82d34!important;
}
.header-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}
.v1_food-items-navbar {
  transition: .3s;
}
.v1_food-items-navbar.fixed {
  width: 100%;
  position: fixed;
  top: 62px;
  padding-right: 33%;
  left: 0;
  border-radius: 0;
  z-index: 999;
  padding-left: 4%;
}

.form-check-input {
  position: relative;
}

.form-check-input::after {
  content: '\f0c8';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: red;
  border-radius: 3px;
  font-size: 17px;
  background: transparent;
  border: 1px solid transparent;
}
.form-check-input:checked::after {
  content: '\f058';
}
.form-check-input:checked {
  background: transparent;
  border: none;
}
.form-check-input:focus {
  border-color: none!important;
  outline: 0!important;
  box-shadow: initial!important;
}

.bg-light-gray {
  background-color: #ecf0f1 !important;
  border-radius: 15px;
}
.v1_search-food-items-wrapper {
  border-radius: 20px;
  padding: 50px 30px;
  background-color: white;
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
}
.v1_remove-cart {
  float: right;
  font-size: 30px;
  background: transparent;
  border: none;
  color: #e82d34;
  display: none;
}

/* mobile menu */
.v1_mobile-btm-bar {
  padding: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  justify-content: space-around;
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.29);
  /* display: none; */
}
.v1_btm_link {
  color: #ffffff;
  padding: 10px;
  background: #e82d34;
  border-radius: 50%;
  line-height: 1;

}
.v1_btm_link :hover {
  color: #fff;
}
.v1_delivery-details .payment-inner-box {
  margin: 0 auto;
}

/* profile-section */
.profile-section {
    padding-top: 140px;
    padding-bottom: 60px;
}

.profile-card {
    padding: 60px 20px 211px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 39.2px 0.8px rgba(17, 0, 92, 0.1);
}

.customer-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
}

.customer-desig {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}

.customer-name {
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.customer-profile-nav {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #2a435d !important;
    padding: 15px 10px;
    transition: .3s;
}

.customer-profile-nav.active {
    border-left: 1px solid #e82d34;
    background: #eff3ff;
    font-weight: 600;
}

.customer-profile-nav.router-link-active {
  border-left: 1px solid #e82d34;
  background: #eff3ff;
  font-weight: 600;
}

.profile-overlay {
    display: block;
    background: #ffdfe0;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 0;
}

/* profile details */
.profile-details {
    padding: 20px 70px 90px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
    .profile-details {
        padding: 30px 20px;
    }

    .profile-card {
        padding: 60px 20px 50px;
    }
}

.btn-profile {
    padding: 10px 70px;
}

.profile-label {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.profile-input {
    border: 1px solid rgb(255, 223, 224);
    padding: 20px;
    border-radius: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid rgb(255, 223, 224);
    outline: 0;
    box-shadow: initial;
}

.custome-input-file {
    display: block;
    padding: 10px;
}

.custome-input-file .btn-sm {
    background: #00a9ff;
    color: #fff;
    margin-bottom: 0;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 400;
}

.password-hide-btn {
    position: absolute;
    right: 8%;
    top: 55%;
    border: none;
    background: transparent;
}

.custome-hr {
    border: 0;
    position: absolute;
    top: 7%;
    left: 0;
    background: #ffeee9;
    height: 1px;
    width: 100%;
    padding: -3px;
}

/* order-table-head */
.order-table-detials {
    padding: 30px;
    max-height: 720px;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.order-table-detials::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.order-table-detials {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.customer-order-table {
    width: 100%;
    border: 1px solid #ffeee9;
}

.order-table-head {
    background-color: #ffeee9;
}

.order-table-head th {
    padding: 10px 20px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2a435d;
}

.order-table-row {
    border-bottom: 1px solid #ffeee9;
}

.order-table-row td {
    padding: 10px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2a435d;
}

.view-order-btn {
    padding: 1px 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 5px;
}

.custome-hr-2 {
    top: 9%;
}

.order-title {
    font-size: 18px;
    font-weight: 600;
}

.order-status {
    display: flex;
    align-items: center;
    text-transform: capitalize;

}

.order-status i {
    font-size: 7px;
    margin-right: 10px;
}

.order-status.paid-color {
    color: #15b400;
}

.order-status.pending-color {
    color: #fb6b22;
}

.order-status.cancel-color {
    color: #e82d34;
}

.invoice-thumb {
    width: 50px;
}

/* customer-info-wrapper */
.customer-info-wrapper {
    border: 1px solid #ffeee9;
    border-radius: 10px;
    padding: 30px;
}

.info-list {
    border-top: 1px solid #ffeee9;
    padding: 10px 0;
}

.info-list span {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}

.order-summery {
    padding: 20px 10px;
}

.summery-list span {
    font-size: 14px;
}

/* ratings */
.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.star-cb-group * {
    font-size: 1rem;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    position: relative;
    display: inline-block;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
}

.star-cb-group>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.review-btn {
    width: 100px;
    line-height: 1;
    padding: 10px;
}

.review-text {
    border: 1px solid #f6f7f9;
}

.v1_delivery_box .adrs_title {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.v1_delivery_box .adrs_road,.adrs_full {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.v1_radio_input {
  transform: scale(1.7);
  margin-top: 7px;
  position: relative;
}
.v1_radio_input::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid red;
  content: '';
  top: -1px;
  right: -1px;
  position: absolute;
}
.v1_radio-label {
  margin-left: 10px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.v1_radio_input::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background-color: red;
  top: 6px;
  left: 6px;
  transform: translate(-50%,-50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.v1_radio_input:checked::after {
  opacity: 1;
  visibility: visible;
}
/* responsive */
@media (max-width: 1919px) {
  .v1_remove-cart {
    display: block;
  }
  .menu-cat-wrapper-search-btn {
    width: 60%;
}
.v1-custom-grid-col {
  flex: 0 0 auto!important;
  width: 100%!important;
}
.v1_order_info {
display: none;
}
  .addto-cart-trigger {
    display: block;
  }
}
@media (max-width: 1440px) {
  .v1_food-items-navbar.fixed {
    padding-left: 6%;
    }
    .v1_order_info {
      width: 307px;
      height: 89vh;
      padding: 40px 20px;

  }
  .v1_inner-box h5{
    font-size: 14px;
    font-weight: 500;
  }
    
}

@media (max-width: 1199px) {
  .menu-cat-wrapper-search-btn {
    width: 50%;
}
.v1_order_info {
  width: 315px;
}

  }
@media (max-width: 991px) {

  .v1_food-items-navbar.fixed {
    padding-left: 9%;
    padding-right: 4%;
    }
    .addto-cart-trigger {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    .addto-cart-trigger {
      display: none;
    }
    .v1_order_info {
      width: 100%;
      top: 0;
      border-radius: 0;
      }

  }

@media (max-width: 767px) {
  .menu-cat-wrapper-search-btn {
    width: 100%;
    margin-bottom: 10px;
}
.addto-cart-trigger.show-cart {
 top: 40%;
}
.v1_food-items-navbar.fixed {
  top: -22px;
}
.upper-menu .menu-divider {
 display: none;
}
.upper-menu-list {
  margin-right: 10px;
}
.upper-menu-list .user-icon {
display: none;
}

}

.leaflet-marker-icon{
  height: auto !important;
}

.h-300{
  height: 350px !important;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* Google Translate */
body::-webkit-scrollbar,
.goog-te-gadget .goog-te-combo::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track,
.goog-te-gadget .goog-te-combo::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb,
.goog-te-gadget .goog-te-combo::-webkit-scrollbar-thumb {
    background-color: var(--brand-6);
    outline: 1px solid slategrey;
    border-radius: 2px;
}

.goog-te-banner-frame {
    display: none;
    margin-top: -20px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-combo {
    color: #000 !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    -webkit-tap-highlight-color: transparent !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    border: solid 1px #e8e8e8 !important;
    box-sizing: border-box !important;
    clear: both !important;
    cursor: pointer !important;
    display: block !important;
    float: left !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 42px !important;
    line-height: 40px !important;
    outline: none !important;
    padding-left: 18px !important;
    padding-right: 30px !important;
    position: relative !important;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    white-space: nowrap !important;
    width: 130px !important;
    margin: 2px 0 !important;
}

/* LOADER */

/* Absolute Center Spinner */
.full_loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.full_loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(249, 249, 249, .8), rgba(249, 249, 249, .8));
    background: -webkit-radial-gradient(rgba(249, 249, 249, .8), rgba(249, 249, 249, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.full_loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.full_loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(208, 208, 208, 0.75) 1.5em 0 0 0,
    rgba(208, 208, 208, 0.75) 1.1em 1.1em 0 0,
    rgba(208, 208, 208, 0.75) 0 1.5em 0 0,
    rgba(208, 208, 208, 0.75) -1.1em 1.1em 0 0,
    rgba(208, 208, 208, 0.75) -1.5em 0 0 0,
    rgba(208, 208, 208, 0.75) -1.1em -1.1em 0 0,
    rgba(208, 208, 208, 0.75) 0 -1.5em 0 0,
    rgba(208, 208, 208, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(208, 208, 208, 0.75) 1.5em 0 0 0, rgba(208, 208, 208, 0.75) 1.1em 1.1em 0 0, rgba(208, 208, 208, 0.75) 0 1.5em 0 0, rgba(208, 208, 208, 0.75) -1.1em 1.1em 0 0, rgba(208, 208, 208, 0.75) -1.5em 0 0 0, rgba(208, 208, 208, 0.75) -1.1em -1.1em 0 0, rgba(208, 208, 208, 0.75) 0 -1.5em 0 0, rgba(208, 208, 208, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.img-card {
  min-height: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

span.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cabin Sketch',
    cursive;
    color: #fff;
    font-size: 70px;
}

/* review page */
.inner-ratings {
    background: #fff5f3;
    padding: 35px;
    border-radius: 20px;
}

.inner-ratings .left-inner {
    background-color: #fff;
    text-align: center;
    padding: 35px;
    border-radius: 10px;
}

.inner-ratings .left-inner .rating-number {
    font-size: 48px;
    font-weight: 700;
}

.inner-ratings .left-inner .rating-number .total-ratings {
    color: #cecece;
    font-size: 30px;
}

.single-rating-progress-wrapper {
    display: flex;
    align-items: center;
}

.rating-star {
    color: #feb93e;
}

.rating-star:hover {
    color: #feb93e;
    transform: scale(1.1);
}

.count-total-rating {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.progress-bar-rating {
    width: 360px;
    margin-left: 20px;
    margin-right: 20px;
}

.progress-bar-rating .progress {
    height: 7px;
    border-radius: 0;
    background: #ffe4b4;
}

.progress-bar-rating .progress-bar {
    height: 7px;
    background-color: #feb93e;
}

.single-rating-progress-wrapper {
    padding: 5px;
}

.automate_card-review {
    align-items: center;
}

.automate_card-review .top-bar {
    display: flex;
    align-items: center;
}

.automate_card-review .rating-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.automate_card-review .rating-title:hover {
    color: #e82d34;
}

.automate_card-review .verified {
    text-transform: capitalize;
}

.automate_card-review .verified.colored-green {
    color: #51be78;
}

.footer-background-color {
    background-color: #fff5f3;
}
.single-brand-latest-1 {
  padding: 20px 30px;
}
.single-brand-latest-1 .cont-wrapper{
  padding: 0;
  margin-top: 20px;
}
.goog-te-gadget .goog-te-combo {
  border-color: red!important;
}
.hero-section.extend-background {
  background-size: 103% 120%;
  padding-top: 247px;
}
.foo-logo {
  width: 220px;
}
.footer-area-two {
margin-top: 50px!important;
 /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);*/
  width: 100%;
}

.padding-top-110 {
  padding-top: 110px;
}
.form-check-input::before {
    content: '';
    background: #fff;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 0;
}

.v1_radio_input::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid red;
    content: '';
    top: -9px;
    right: -7px;
    position: absolute;
    /* opacity: 0!important; */
    /* visibility: hidden!important; */
}

.v1_radio_input::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    background-color: #fff;
    top: 6px;
    left: 6px;
    transform: translate(-50%,-50%);
    position: absolute;
    opacity: 1;
    visibility: visible;
}

.v1_radio_input:checked::after {
    opacity: 1;
    visibility: visible;
        background-color: red;
}
.v1_radio_input {
    transform: scale(.5);
    margin-top: 7px;
    position: relative;
}