/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", sans-serif !important;
  background-color: #fff !important;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.group {
  position: relative;
  margin-bottom: 25px;
  height: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
}
.group svg {
  position: absolute;
  top: 12px;
  right: 5px;
  background: #fff;
}
.group input,
.group select,
.group textarea {
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block;
  /* width: 100% !important; */
  border: none;
  border: 1px solid #cecece !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
  height: 45px !important;
  padding: 0px 15px !important;
  border-radius: 5px !important;
  width: 100%;
}
.group input:focus,
.group select:focus,
.group textarea:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 10px !important;
  padding: 0px 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group input:focus ~ label,
.group input:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group select:focus ~ label,
.group select:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.accpt {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 85px;
}
@media only screen and (min-width: 1125px) {
  .accpt {
    margin-bottom: 0px !important;
  }
}
.accpt p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}
.accpt .ter .text-toogle {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.accpt .ter .text-toogle input[type=checkbox] {
  position: relative;
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  flex-shrink: 0;
  opacity: 1;
  pointer-events: revert;
}
.accpt .ter .text-toogle input:checked[type=checkbox] {
  background: #8505f9;
}
.accpt .ter .text-toogle input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.accpt .ter .text-toogle input:checked[type=checkbox]:before {
  left: 24px;
}

/* custom css added Dikshant */
/* custom contaner width */
.container {
  width: 100% !important;
  padding: 0 20px !important;
}

body #item_v2 .modal-content {
  border-radius: 10px !important;
}
@media only screen and (max-width: 767px) {
  body #item_v2 .modal-dialog {
    height: auto !important;
    position: fixed;
    bottom: 0;
  }
  body #item_v2 .modal-dialog .modal-content {
    height: auto !important;
  }
}

.add-to-cart .close-btn {
  text-align: right;
  padding: 15px;
}
.add-to-cart .iteams_name {
  text-align: center;
}
.add-to-cart .iteams_name h3 {
  font-size: 20px;
  font-weight: bold;
}
.add-to-cart .iteams_name p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.add-to-cart .add_btn-cart {
  margin-top: 0px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.add-to-cart .add_btn-cart .btn button {
  width: 220px !important;
  font-weight: bold;
  padding: 0 !important;
  height: 45px;
  margin: 0 !important;
  outline: 0;
  border-radius: 5px !important;
  border: 0;
  font-size: 16px !important;
  position: relative;
  background: #fff;
  margin: 0px auto;
}
.add-to-cart .add_btn-cart .btn .inc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}
.add-to-cart .add_btn-cart .btn .inc span {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 35px;
  font-weight: normal;
}
.add-to-cart .add_btn-cart .btn .inc span svg {
  width: 25px;
  height: 25px;
}
.add-to-cart .add_btn-cart p {
  margin: 5px 0 0;
  font-size: 11px;
  height: 14px;
}
.add-to-cart .add-fixed-btn {
  padding: 15px;
  z-index: 99;
  background: #fff;
}
@media only screen and (min-width: 1125px) {
  .add-to-cart .add-fixed-btn {
    position: relative;
    box-shadow: none;
    padding: 0;
  }
}
.add-to-cart .add-fixed-btn .contune .process_btn {
  position: relative;
}
.add-to-cart .add-fixed-btn .contune .process_btn .process svg {
  fill: #8505f9;
  width: 100%;
}
.add-to-cart .add-fixed-btn .contune .process_btn .process button {
  border: 0;
  font-size: 20px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  outline: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  width: 335px;
  margin: 0px auto;
}
@media only screen and (max-width: 320px) {
  .add-to-cart .add-fixed-btn .contune .process_btn .process button {
    width: 100%;
  }
}
.add-to-cart .add-fixed-btn .contune .process_btn .process button p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.add-to-cart .add-fixed-btn .contune .process_btn .process button p span {
  width: 28px;
  display: inline-block;
}
.add-to-cart .add-fixed-btn .contune .process_btn .process button p span img {
  width: 100%;
  margin-bottom: -3px;
}

.mg_bt {
  display: none;
}

.mobile-navgation {
  padding: 10px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
  background: #F3F4F6;
}
.mobile-navgation .hed_logo {
  background: #fdfdfd;
  padding: 5px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-navgation .hed_logo img {
  width: 100%;
}
.mobile-navgation .head_part {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.mobile-navgation .head_part .logo-nav {
  display: flex;
  align-items: center;
}
.mobile-navgation .head_part .logo-nav .ligo {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.mobile-navgation .head_part .logo-nav .ligo img {
  width: 35px;
  margin-right: 8px;
}
.mobile-navgation .head_part .table-book {
  display: flex;
  align-items: center;
}
.mobile-navgation .head_part .table-book .search,
.mobile-navgation .head_part .table-book .table-b,
.mobile-navgation .head_part .table-book .cart {
  margin-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.mobile-navgation .head_part .table-book .search span,
.mobile-navgation .head_part .table-book .table-b span,
.mobile-navgation .head_part .table-book .cart span {
  background: rgba(255, 34, 34, 0.9803921569);
  position: absolute;
  top: -7px;
  right: -5px;
  border-radius: 50px;
  overflow: hidden;
}
.mobile-navgation .head_part .table-book .search span small,
.mobile-navgation .head_part .table-book .table-b span small,
.mobile-navgation .head_part .table-book .cart span small {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px;
  max-width: 70px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  padding: 0px 3px !important;
  white-space: nowrap;
}
.mobile-navgation .head_part .table-book .search img,
.mobile-navgation .head_part .table-book .table-b img,
.mobile-navgation .head_part .table-book .cart img {
  width: 30px;
  height: 30px;
  stroke: #2E2F37;
}
.mobile-navgation input {
  position: fixed;
  opacity: 0;
  width: 30px;
  height: 26px;
  z-index: 999;
}
.mobile-navgation label {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  display: inline-block;
}
.mobile-navgation label::before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 38, 57, 0.75);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-navgation label::after {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8505f9;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .mobile-navgation label::after {
    width: 30%;
  }
}
.mobile-navgation label body {
  overflow: hidden;
}
.mobile-navgation input:focus + label .burger,
.mobile-navgation label:hover .burger {
  opacity: 0.75;
}
.mobile-navgation nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: auto;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .mobile-navgation nav {
    width: 30%;
  }
}
.mobile-navgation nav .nav-logo {
  margin: 8px 20px 3px;
  background: #fff;
  display: table;
  border-radius: 100px;
  padding: 2px 15px;
  margin-bottom: 15px;
}
.mobile-navgation nav .nav-logo img {
  width: 30px;
}
.mobile-navgation nav .user {
  padding: 12px 20px;
}
.mobile-navgation nav .user small {
  font-size: 15px;
  font-style: italic;
  color: #fff !important;
  margin-left: 0 !important;
}
.mobile-navgation nav .user span {
  font-size: 15px;
  color: #fff !important;
}
.mobile-navgation nav hr {
  margin: 20px 20px;
  border-bottom: solid 0.1px #fff !important;
  height: 0;
  border: 0;
}
.mobile-navgation nav a {
  align-items: center;
  display: flex;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  transform: translateX(-100%);
  transition: color 0.15s, transform 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-navgation nav a img {
  margin-right: 10px;
}
.mobile-navgation nav a:nth-child(1) {
  transition-delay: 0s, 100ms;
}
.mobile-navgation nav a:nth-child(2) {
  transition-delay: 0s, 150ms;
}
.mobile-navgation nav a:nth-child(3) {
  transition-delay: 0s, 200ms;
}
.mobile-navgation nav a:nth-child(4) {
  transition-delay: 0s, 250ms;
}
.mobile-navgation nav a:nth-child(5) {
  transition-delay: 0s, 300ms;
}
.mobile-navgation nav a:nth-child(6) {
  transition-delay: 0s, 350ms;
}
.mobile-navgation main {
  overflow: hidden;
}
.mobile-navgation main .content {
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  will-change: transform, filter;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-navgation [id=navcheck]:checked + label::before {
  opacity: 1;
  pointer-events: auto;
}
.mobile-navgation [id=navcheck]:checked + label::after {
  opacity: 1;
  pointer-events: auto;
}
.mobile-navgation [id=navcheck]:checked ~ nav {
  transform: translateX(0);
}
.mobile-navgation [id=navcheck]:checked ~ nav a {
  transform: translateX(0);
}
.mobile-navgation [id=navcheck]:checked ~ main .content {
  transform: translateX(3em);
  transform-origin: left center;
  filter: blur(2px);
}

.offer {
  display: none;
  transition-duration: 10s;
}
.offer .offer_rib {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.offer .offer_rib .offer svg {
  fill: #F8254A;
  width: 450px;
  height: 45px;
}
.offer .offer_rib .offer h3 {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  bottom: 0;
  margin: 0;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .offer .offer_rib .offer h3 {
    background-color: #F8254A;
  }
}
.offer .offer_rib .offer h3 svg {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

@media only screen and (min-width: 1125px) {
  .mobile-v {
    display: none;
  }
}

@media only screen and (max-width: 1124px) {
  .web-head {
    display: none;
  }
}
@media only screen and (min-width: 1125px) {
  .web-head {
    padding: 15px 10px;
    background: #FCFCFF;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .web-head .container {
    margin: 0px auto;
    display: flex;
    align-items: center;
  }
  .web-head .container .change_rest {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .web-head .container .change_rest .res_name {
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
  }
  .web-head .container .change_rest .res_name span {
    padding-right: 4px;
  }
  .web-head .container .change_rest p {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .web-head .container .change_rest p svg {
    fill: #8505f9;
    width: 23px;
  }
  .web-head .container .change_rest h3 {
    margin: 0;
    font-size: 15px;
    margin-left: 10px;
    font-weight: bold;
  }
  .web-head .container .change_rest h3 a {
    text-decoration: none;
    color: rgba(255, 34, 34, 0.9803921569);
    padding: 8px;
    border: solid 1px rgba(255, 34, 34, 0.9803921569);
    border-radius: 50px;
  }
  .web-head .head {
    width: 50%;
  }
  .web-head .head .left-p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .web-head .head .left-p .table_v2 {
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .web-head .head .left-p .table_v2 .input {
    position: relative;
  }
  .web-head .head .left-p .table_v2 .input input {
    border: solid 1px #c7c7c7;
    height: 40px;
    border-radius: 65px;
    padding: 4px 16px;
    width: 300px;
    outline: 0;
  }
  .web-head .head .left-p .table_v2 .input img {
    position: absolute;
    top: 6px;
    right: 12px;
    opacity: 0.6;
  }
  .web-head .head .left-p .table_v2 span {
    background: rgba(255, 34, 34, 0.9803921569);
    color: #fff;
    padding: 5px;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50px;
    font-size: 19px;
  }
  .web-head .head .left-p .table_v2 span small {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .web-head .head .left-p .table_v2 img {
    width: 30px;
    height: 30px;
    stroke: #2E2F37;
  }
  .web-head .head .left-p .deals {
    margin-left: 20px;
    cursor: pointer;
  }
  .web-head .head .left-p .deals .button-dal {
    width: 100px;
    height: 37px;
    border: solid 1px rgba(255, 34, 34, 0.9803921569);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
  }
  .web-head .head .left-p .deals .button-dal p {
    display: flex;
    align-items: center;
    color: rgba(255, 34, 34, 0.9803921569);
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  .web-head .head .left-p .deals .button-dal p svg {
    width: 18px;
    height: 18px;
    fill: rgba(255, 34, 34, 0.9803921569);
    margin-right: 6px;
  }
  .web-head .head .left-p .user {
    position: relative;
  }
  .web-head .head .left-p .user .btn {
    outline: 0;
    border: 0;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    text-align: right;
    display: flex;
    align-items: center;
    background: transparent;
  }
  .web-head .head .left-p .user .btn img {
    margin-left: 5px;
    width: 30px;
  }
  .web-head .head .left-p .user .btn span {
    display: block;
    font-size: 15px;
  }
  .web-head .head .left-p .user .btn small {
    font-style: italic;
  }
  .web-head .head .left-p .user .btn:focus .dropdown, .web-head .head .left-p .user .btn:active .dropdown {
    transform: translate(0, 20px);
    opacity: 1;
    visibility: visible;
  }
  .web-head .head .left-p .user .btn .material-icons {
    border-radius: 100%;
    -webkit-animation: ripple 0.6s linear infinite;
            animation: ripple 0.6s linear infinite;
  }
  .web-head .head .left-p .user .btn .dropdown {
    position: absolute;
    left: 0;
    width: 215px;
    border-radius: 4px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    background: #8505f9;
    margin: 0;
    top: 41px;
    padding: 0;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
  }
  .web-head .head .left-p .user .btn .dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
    mix-blend-mode: multiple;
  }
  .web-head .head .left-p .user .btn .dropdown li {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    color: #fff;
    list-style: none;
  }
  .web-head .head .left-p .user .btn .dropdown li:first-child {
    border-radius: 4px 4px 0 0;
  }
  .web-head .head .left-p .user .btn .dropdown li:last-child {
    border-radius: 0 0 4px 4px;
  }
  .web-head .head .left-p .user .btn .dropdown li:last-child a {
    border-bottom: 0;
  }
  .web-head .head .left-p .user .btn .dropdown a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 0;
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .web-head .head .left-p .user .btn .dropdown a svg {
    margin-right: 10px;
    fill: #FFFFFF;
  }
}

/* Dikshant Added Css */
.web-head .container .change_rest h3 a,
.web-head .head .left-p .deals .button-dal {
  border-radius: 6px !important;
}

.web-head {
  padding: 25px 10px !important;
}

.web-head .container .change_rest p {
  font-weight: 600;
  color: #000;
  opacity: 0.7;
}

.web-head .container .change_rest p svg {
  margin-right: 5px !important;
}

/* Dikshant Added code 17/5/2022 */
@media (max-width: 500px) {
  .mobile-navgation .head_part .logo-nav .ligo {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .mobile-navgation .head_part .logo-nav .ligo img {
    width: 65px;
    margin-right: -2px;
  }
  .cart_footer #buttom_menu {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.368627451) !important;
  }
  .cart_footer .sidebarIconToggle img {
    width: 45px !important;
  }
}/*# sourceMappingURL=header.css.map */