:root {
  --primaryColor: #ff0000;
  --primaryColor50: rgba(255, 0, 0, 0.5);
  --primaryColor25: rgba(255, 0, 0, 0.25);
  --secoundryColor: #f05123;
  --thirdyColor: #f99d1c;
  --blackColor: #060612;
}

@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-THIN.TTF");
  font-weight: 100;
}
@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-EXTRALIGHT.TTF");
  font-weight: 200;
}
@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-LIGHT.TTF");
  font-weight: 300;
}
@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-MEDIUM.TTF");
  font-weight: 500;
}
@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-SEMIBOLD.TTF");
  font-weight: 600;
}
@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-BOLD.TTF");
  font-weight: 700;
}
@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-EXTRABOLD.TTF");
  font-weight: 800;
}
@font-face {
  font-family: "anjoman";
  src: url("./../fonts/anjoman/ANJOMAN-BLACK.TTF");
  font-weight: 900;
}
body {
  font-family: "anjoman";
  background-color: #000;
}

main {
  min-height: 100vh;
}

main::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  background: url("./../images/PNG/bg-main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -2;
}

#particles-js {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100vw;
  min-height: 100vh;
  z-index: -1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

.whiteNowrap {
  white-space: nowrap;
}

.textPrimary {
  color: var(--primaryColor);
}

.textSecoundry {
  color: var(--secoundryColor);
}

.textThirdy {
  color: var(--thirdyColor);
}

.fontWeight100 {
  font-weight: 100;
}

.fontWeight200 {
  font-weight: 200;
}

.fontWeight300 {
  font-weight: 300;
}

.fontWeight400 {
  font-weight: 400;
}

.fontWeight500 {
  font-weight: 500;
}

.fontWeight600 {
  font-weight: 600;
}

.fontWeight700 {
  font-weight: 700;
}

.fontWeight800 {
  font-weight: 800;
}

.fontWeight900 {
  font-weight: 900;
}

.fontSize10 {
  font-size: 10px;
}

.fontSize11 {
  font-size: 11px;
}

.fontSize12 {
  font-size: 12px;
}

.fontSize13 {
  font-size: 13px;
}

.fontSize14 {
  font-size: 14px;
}

.fontSize15 {
  font-size: 15px;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize17 {
  font-size: 17px;
}

.fontSize18 {
  font-size: 18px;
}

.fontSize19 {
  font-size: 19px;
}

.fontSize20 {
  font-size: 20px;
}

.fontSize21 {
  font-size: 21px;
}

.fontSize22 {
  font-size: 22px;
}

.fontSize23 {
  font-size: 23px;
}

.fontSize24 {
  font-size: 24px;
}

.fontSize25 {
  font-size: 25px;
}

.fontSize26 {
  font-size: 26px;
}

.fontSize27 {
  font-size: 27px;
}

.fontSize28 {
  font-size: 28px;
}

.fontSize29 {
  font-size: 29px;
}

.fontSize30 {
  font-size: 30px;
}

.fontSize31 {
  font-size: 31px;
}

.fontSize32 {
  font-size: 32px;
}

.fontSize33 {
  font-size: 33px;
}

.fontSize34 {
  font-size: 34px;
}

.fontSize35 {
  font-size: 35px;
}

.fontSize36 {
  font-size: 36px;
}

.fontSize37 {
  font-size: 37px;
}

.fontSize38 {
  font-size: 38px;
}

.fontSize39 {
  font-size: 39px;
}

.fontSize40 {
  font-size: 40px;
}

.textShadow0 {
  text-shadow: 0 0 0px var(--primaryColor);
}

.textShadow1 {
  text-shadow: 0 0 1px var(--primaryColor);
}

.textShadow2 {
  text-shadow: 0 0 2px var(--primaryColor);
}

.textShadow3 {
  text-shadow: 0 0 3px var(--primaryColor);
}

.textShadow4 {
  text-shadow: 0 0 4px var(--primaryColor);
}

.textShadow5 {
  text-shadow: 0 0 5px var(--primaryColor);
}

.textShadow6 {
  text-shadow: 0 0 6px var(--primaryColor);
}

.textShadow7 {
  text-shadow: 0 0 7px var(--primaryColor);
}

.textShadow8 {
  text-shadow: 0 0 8px var(--primaryColor);
}

.textShadow9 {
  text-shadow: 0 0 9px var(--primaryColor);
}

.textShadow10 {
  text-shadow: 0 0 10px var(--primaryColor);
}

.textShadow11 {
  text-shadow: 0 0 11px var(--primaryColor);
}

.textShadow12 {
  text-shadow: 0 0 12px var(--primaryColor);
}

.textShadow13 {
  text-shadow: 0 0 13px var(--primaryColor);
}

.textShadow14 {
  text-shadow: 0 0 14px var(--primaryColor);
}

.textShadow15 {
  text-shadow: 0 0 15px var(--primaryColor);
}

.textShadow16 {
  text-shadow: 0 0 16px var(--primaryColor);
}

.textShadow17 {
  text-shadow: 0 0 17px var(--primaryColor);
}

.textShadow18 {
  text-shadow: 0 0 18px var(--primaryColor);
}

.textShadow19 {
  text-shadow: 0 0 19px var(--primaryColor);
}

.textShadow20 {
  text-shadow: 0 0 20px var(--primaryColor);
}

.objectFitCover {
  object-fit: cover;
  -o-object-fit: cover;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.text-redCustom {
  color: var(--primaryColor);
}

.btn {
  padding: 0;
  margin: 0;
  --bs-btn-padding-x: 0 !important;
  --bs-btn-padding-y: 0 !important;
  outline: none;
  box-shadow: none;
}
.btn:hover {
  outline: none;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btnCustom {
  padding: 0;
  margin: 0;
  --bs-btn-padding-x: 0 !important;
  --bs-btn-padding-y: 0 !important;
  background-color: var(--blackColor);
  border-radius: 12px;
}
.btnCustom:focus, .btnCustom:hover, .btnCustom:active {
  background-color: var(--blackColor);
  color: var(--thirdyColor) !important;
  border: none;
}

.btnCustom.w50 {
  width: 50px;
  height: 50px;
}

.btnCustom.w70 {
  width: 70px;
  height: 70px;
}

.btnCustom.outlineShadow {
  border: 1px solid var(--primaryColor);
  box-shadow: 0px 0px 5px var(--primaryColor);
  position: relative;
  background: var(--blackColor);
}
.btnCustom.outlineShadow:active, .btnCustom.outlineShadow:focus {
  border: 1px solid var(--primaryColor);
  background: var(--blackColor);
}

.btnCustomWhite {
  background: #fff;
  color: var(--primaryColor);
  border: 1px solid transparent;
  min-height: 50px;
  line-height: 50px;
  box-shadow: 0px 0px 10px var(--primaryColor);
}
.btnCustomWhite:focus, .btnCustomWhite:hover {
  background-color: #fff !important;
  color: var(--primaryColor) !important;
  border: 1px solid var(--primaryColor) !important;
}

.btnCustomPrimary {
  background: var(--primaryColor);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 6px !important;
  box-shadow: 0px 0px 10px var(--primaryColor);
  min-height: 50px;
  line-height: 50px;
}
.btnCustomPrimary:focus, .btnCustomPrimary:hover {
  background-color: var(--primaryColor) !important;
  color: #fff !important;
  border: 1px solid var(--primaryColor) !important;
}

.btnCustomThirdy {
  background: var(--thirdyColor);
  color: rgba(7, 4, 0, 0.3529411765);
  border: 1px solid transparent;
  border-radius: 6px !important;
  box-shadow: 0px 0px 10px var(--thirdyColor);
  min-height: 50px;
  line-height: 50px;
  transition: all 0.3s;
}
.btnCustomThirdy:focus, .btnCustomThirdy:hover {
  background-color: var(--thirdyColor) !important;
  color: rgba(7, 4, 0, 0.3529411765) !important;
  border: 1px solid var(--thirdyColor) !important;
}

.btnBadge {
  background-color: var(--blackColor);
}
.btnBadge:hover, .btnBadge:active, .btnBadge:focus {
  color: var(--primaryColor);
}

.btnContact {
  font-size: 0.8rem;
  height: 50px;
  line-height: 50px;
  background: var(--blackColor);
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0px 0px 10px var(--primaryColor);
}
.btnContact:hover, .btnContact:focus, .btnContact:active {
  background: var(--blackColor) !important;
}

.btnModal {
  background: var(--blackColor);
  border-radius: 6px !important;
  box-shadow: 0px 0px 3px var(--primaryColor);
  min-height: 50px;
  line-height: 50px;
  transition: all 0.3s;
}
.btnModal:focus, .btnModal:hover {
  background-color: rgba(0, 0, 0, 0.4117647059) !important;
  border: 1px solid var(--thirdyColor) !important;
}

.Tabs .btnCustom.active {
  color: var(--primaryColor) !important;
}
.Tabs .btnCustom:not(.active) {
  color: #fff;
  border: 1px solid transparent !important;
}
.Tabs .btnCustom:not(.active)::after {
  display: none;
}

.shobeBtn {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}

.sliderCustom1 .swiper-wrapper {
  margin: 1rem 0 3rem 0;
}
.sliderCustom1 .swiper-slide {
  border-radius: 5px;
  background: transparent;
  padding: 0 10px;
}
.sliderCustom1 .swiper-slide img {
  box-shadow: 0px 0px 10px var(--primaryColor);
  border-radius: 5px;
}
.sliderCustom1 .swiper-pagination {
  padding: 1rem 0;
}
.sliderCustom1 .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primaryColor) !important;
  box-shadow: 0px 0px 10px var(--primaryColor);
  width: 15px;
  height: 15px;
}
.sliderCustom1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev, .sliderCustom1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  opacity: 0.5;
  box-shadow: 0px 0px 10px var(--primaryColor);
}

.sliderCustom2 .swiper-wrapper {
  margin: 1rem 0;
}
.sliderCustom2 .swiper-slide {
  border-radius: 5px;
  background: transparent;
  padding: 0 10px;
}
.sliderCustom2 .swiper-slide img {
  border-radius: 5px;
}
.sliderCustom2 .swiper-pagination {
  padding: 1rem 0;
}
.sliderCustom2 .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primaryColor) !important;
  box-shadow: 0px 0px 10px var(--primaryColor);
  width: 15px;
  height: 15px;
}
.sliderCustom2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev, .sliderCustom2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  opacity: 0.5;
  box-shadow: 0px 0px 10px var(--primaryColor);
}

.swiperShobe .swiper-wrapper {
  background: transparent !important;
}
.swiperShobe .swiper-wrapper .swiper-slide {
  text-align: right;
  background: transparent;
}

body.overlay::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--blackColor);
  opacity: 0.8;
}

.postItem {
  box-shadow: 0px 0px 10px var(--primaryColor);
  background: var(--blackColor);
}
.postItem img {
  width: 100%;
}

.pagination .page-item .page-link {
  background: transparent !important;
  border: none;
  color: var(--thirdyColor);
  font-size: 12px;
  font-weight: 500;
}
.pagination .page-item .page-link.active {
  color: #fff;
  background: var(--primaryColor) !important;
  border-radius: 5px;
}

.hrCustom {
  height: 2px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #000 50%, #000 100%), linear-gradient(90deg, transparent, var(--primaryColor25), var(--primaryColor50), var(--primaryColor), var(--primaryColor50), var(--primaryColor25), transparent);
  background-size: 20px 1px, 100% 1px;
  border: none;
}

.hrCustom1 {
  height: 2px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #000 50%, #000 100%), linear-gradient(90deg, transparent, var(--primaryColor25), var(--primaryColor50), var(--primaryColor), var(--primaryColor50), var(--primaryColor25), transparent);
  background-size: 8px 1px, 100% 1px;
  border: none;
}

.hrCustom2 {
  width: 100%;
  color: #fff;
  border-top-width: 2px;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-style: solid;
  border-image: linear-gradient(to left, var(--primaryColor), var(--primaryColor50), var(--primaryColor25), transparent) 1;
}

.hrCustom3 {
  width: 100%;
  color: #fff;
  border-top-width: 2px;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-style: solid;
  border-image: linear-gradient(to left, transparent, var(--primaryColor25), var(--primaryColor50), var(--primaryColor), var(--primaryColor50), var(--primaryColor25), transparent) 1;
}

.menuItem {
  position: relative;
}
.menuItem .content .foodImage {
  width: 100%;
}
.menuItem .content .description .title {
  color: var(--thirdyColor);
  font-weight: 500;
  font-size: 1rem;
}
.menuItem .content .description .option {
  color: var(--primaryColor);
  font-weight: 300;
  font-size: 0.9rem;
}
.menuItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0px 0px 10px var(--primaryColor);
  background-image: linear-gradient(90deg, transparent, transparent 50%, #000 50%, #000 100%), linear-gradient(90deg, transparent, var(--primaryColor25), var(--primaryColor50), var(--primaryColor), var(--primaryColor50), var(--primaryColor25), transparent);
  background-size: 20px 0, 100% 1px;
  border: none;
}
.menuItem .prices {
  border-radius: 6px;
  box-shadow: 0px 0px 11px var(--primaryColor);
  background: var(--blackColor);
}
.menuItem .prices .btnCustomPrimary {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 11px;
  min-height: unset;
  padding: 0 !important;
}
.menuItem .prices .btnCustomPrimary img {
  width: 100% !important;
  height: 100% !important;
}
.menuItem.single::after {
  content: none;
}

.shobeSingle {
  min-height: 400px;
  box-shadow: 0px 0px 10px var(--primaryColor);
  border-radius: 5px;
  background: url("./../images/PNG/bgshobe.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.shobeSingle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
}

.boxDescription {
  border-radius: 5px;
  overflow: hidden;
  padding: 1px;
  position: relative;
}
.boxDescription .bgAfter {
  background: var(--blackColor);
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.boxDescription .bgAfter::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-35deg, rgb(255, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 75%, rgb(255, 0, 0) 100%);
}

.listAbout ol {
  padding: 1rem !important;
}
.listAbout ol li {
  text-align: justify;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.listAbout ol li:last-child {
  margin-bottom: 0;
}
.listAbout ol li::marker {
  color: var(--primaryColor);
  font-weight: 500;
}

.center404 {
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 1rem 0;
}
.center404::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-top-width: 2px;
  border-left: none !important;
  border-right: none !important;
  border-style: solid;
  border-image: linear-gradient(to left, transparent, var(--primaryColor50), var(--primaryColor), var(--primaryColor50), transparent) 1;
}

.addressList {
  background: var(--blackColor);
  box-shadow: 0px 0px 6px var(--primaryColor);
  border-radius: 5px;
  border: 1px solid var(--primaryColor);
  position: relative;
  overflow: hidden;
}
.addressList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.addressList .adressItem {
  background: var(--blackColor);
  box-shadow: 0px 0px 6px var(--primaryColor);
  border-radius: 5px;
  border: 1px solid var(--primaryColor);
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.addressList .adressItem.active {
  background-color: rgba(255, 0, 0, 0.35);
}
.addressList .adressItem.active p.textSecoundry {
  color: #fff !important;
}
.addressList .adressItem.boxNoInset {
  border: none;
}
.addressList .adressItem.boxNoInset::after {
  display: none;
}
.addressList .adressItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cutsomForm {
  box-shadow: 0px 0px 10px var(--primaryColor);
  border-radius: 5px;
  overflow: hidden;
  border: none !important;
  position: relative;
  border: 1px solid var(--primaryColor) !important;
}
.cutsomForm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cutsomForm .input-group-text {
  align-items: start !important;
  background-color: transparent;
  border: none;
  padding-left: 0 !important;
}
.cutsomForm input,
.cutsomForm textarea {
  background-color: transparent;
  border: none;
  color: #fff;
  text-shadow: 0 0 10px var(--primaryColor);
}
.cutsomForm input::placeholder, .cutsomForm input:placeholder-shown,
.cutsomForm textarea::placeholder,
.cutsomForm textarea:placeholder-shown {
  color: #fff !important;
  font-weight: 500;
  text-shadow: 0 0 10px var(--primaryColor);
}
.cutsomForm input:focus,
.cutsomForm textarea:focus {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 0 10px var(--primaryColor);
}

.labelCustom {
  vertical-align: middle;
}

.checkBoxCustom {
  border-radius: 2px !important;
  border: none !important;
  cursor: pointer;
  box-shadow: none;
  background-image: unset;
  width: 22px !important;
  height: 22px !important;
  margin-left: 10px;
}
.checkBoxCustom:focus, .checkBoxCustom:hover {
  border: none !important;
  background-color: #fff !important;
  box-shadow: none;
}
.checkBoxCustom:checked {
  border: none !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 10px var(--primaryColor);
  transition: all 0.3s;
  background-image: url("./../images/svg/done.svg") !important;
}

.avatartProfile {
  z-index: 4;
  border-radius: 50%;
  box-shadow: 0px 0px 10px var(--primaryColor);
}

.infoProfile {
  box-shadow: 0px 0px 10px var(--primaryColor);
  border-radius: 20px;
  background: var(--blackColor);
}

.widthBtn {
  width: 25px !important;
  height: 25px !important;
  min-height: 25px !important;
  line-height: 25px;
}
.widthBtn img {
  vertical-align: unset;
}

.fires {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: transparent;
  height: 100vh;
  z-index: -1;
}

.sendComment .commnetsInfo {
  min-width: 270px;
  min-height: 150px;
  z-index: 3;
  box-shadow: 0px 0px 10px var(--primaryColor);
  transform: translateX(44px) translateY(-6px);
  border-radius: 10px;
  position: relative;
  background-color: var(--blackColor);
  padding: 0.8rem !important;
}

.getComment {
  direction: ltr;
}
.getComment .shahLoghmeProfile {
  width: 70px;
  flex-shrink: 0;
  z-index: 4;
}
.getComment .commnetsInfo {
  min-height: 100px;
  min-width: 270px;
  padding: 1rem !important;
  z-index: 3;
  box-shadow: 0px 0px 10px var(--primaryColor);
  transform: translateX(-44px) translateY(-6px);
  border-radius: 10px;
  position: relative;
  text-align: right;
  /* background-color: rgba(255, 0, 0, 0.2); */
}

#menuModal .col-6,
#profileModal .col-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.modalCustom {
  background: transparent;
}
.modalCustom::after {
  content: "";
  background: #060612;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.modalCustom .modal-dialog {
  margin-top: 10px !important;
  --bs-modal-margin: 1rem 0.5rem;
}
.modalCustom .modal-dialog .modal-content {
  border: none;
  box-shadow: 0px 0px 3px var(--primaryColor);
  background: #060612;
}
.modalCustom .modal-dialog .modal-content .modal-header {
  border: none;
  background-color: transparent;
  text-align: center;
}
.modalCustom .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  top: 1.1rem;
  background-image: unset;
  width: 22px;
  height: 22px;
  padding: 0 !important;
  margin: 0 !important;
  min-height: unset;
  line-height: 22px;
}
.modalCustom .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}
.modalCustom .modal-dialog .modal-content .modal-body {
  background-color: transparent;
  border: none;
  padding: 0 !important;
}
.modalCustom .modal-dialog .modal-content .modal-body .btnModal {
  white-space: nowrap;
  font-size: 13px;
}
.modalCustom .modal-dialog .modal-content .modal-body .cutsomForm {
  box-shadow: unset;
  box-shadow: 0px 0px 3px var(--primaryColor);
  border: 1px solid transparent !important;
}
.modalCustom .modal-dialog .modal-content .modal-body .cutsomForm::after {
  display: none;
}
.modalCustom .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  border: none;
  text-align: center;
  justify-content: center;
}

.itemSearch {
  box-shadow: 0px 0px 10px var(--primaryColor);
}

.cartCustom {
  position: fixed;
  bottom: -2px;
  left: 5%;
  width: 90%;
  height: 0;
  overflow: auto;
  transition: all 0.3s ease-out !important;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 10px var(--primaryColor);
  border: 1px solid var(--primaryColor);
  background: var(--blackColor);
  z-index: 2;
}
.cartCustom::before {
  content: "";
  background-image: url("./../images/PNG/fire1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.cartCustom.show {
  overflow: auto;
  min-height: 90vh;
  max-height: 700px;
}
.cartCustom.show .btnTop {
  transform: rotate(-180deg);
}
.cartCustom.items {
  bottom: -2px;
  height: 80px;
  overflow: hidden;
}
.cartCustom.items.hCustom {
  height: 90vh;
  overflow: auto;
  scrollbar-width: none;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cartCustom.items.hCustom scrollbar {
  width: 0;
  height: 0;
}
.cartCustom.items.hCustom::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none !important;
}
.cartCustom.items.hCustom::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cartCustom.items.hCustom::-webkit-scrollbar-thumb {
  background: #888;
}
.cartCustom.items.hCustom::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cartCustom.items.hCustom .btnTop {
  transform: rotate(0);
}
.cartCustom.items .btnTop {
  transform: rotate(180deg);
}
.cartCustom .header {
  border: none;
  width: 100%;
  box-shadow: unset;
  text-align: center;
}
.cartCustom .header .btnTop {
  cursor: pointer;
}
.cartCustom .body {
  position: relative;
}
.cartCustom .body .otherCustom .swiper-wrapper .swiper-slide {
  height: fit-content !important;
  background-color: transparent;
}
.cartCustom .body .otherCustom .otherCartsInfo .imageOther > img {
  /*width: 70px !important;*/
  /*height: 70px !important;*/
}
.cartCustom .body .otherCustom .otherCartsInfo .imageOther .widthBtn {
  width: 20px !important;
  height: 20px !important;
  min-height: unset !important;
}
.cartCustom .body .cartItem {
  max-height: 360px;
  overflow: auto;
  padding: 0.2rem;
}
.cartCustom .body .cartItem .itemSearch {
  margin-bottom: 1rem;
  box-shadow: unset;
  box-shadow: 0px 0px 5px var(--primaryColor);
  border: none !important;
  width: 100% !important;
  max-height: 160px;
  background: rgba(0, 0, 0, 0.65);
  line-height: 30px;
}
.cartCustom .body .cartItem .itemSearch .btnCount {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 11px;
  min-height: unset;
  padding: 0 !important;
}
.cartCustom .body .cartItem .itemSearch .btnCount img {
  width: 100% !important;
  height: 100% !important;
}
.cartCustom .body .cartItem .itemSearch .w70 {
  width: 70px !important;
  height: 70px !important;
}
.cartCustom .body .cartItem .itemSearch::after {
  display: none;
  content: "";
}
.cartCustom .body .mySwiperCart .swiper-wrapper {
  padding: 0.7rem 0;
  max-height: 330px;
}
.cartCustom .body .mySwiperCart .swiper-wrapper .swiper-slide {
  width: 100% !important;
  margin: 0.2rem 0;
  background-color: transparent;
  padding: 0.2rem 0.2rem;
}

.overlayTime {
  background-color: var(--blackColor);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overlayTime.active {
  opacity: 0.5;
  visibility: visible;
}

.TimeOpen {
  border-radius: 6px;
  background: var(--blackColor);
  border: none;
  box-shadow: 0px 0px 3px var(--primaryColor);
  position: fixed;
  bottom: 0;
  transform: translateY(103%);
  width: 90%;
  transition: all 0.6s ease-out;
  left: 5%;
}
.TimeOpen .btnClose {
  cursor: pointer;
}
.TimeOpen .infoTime .w50 {
  width: 50px;
  white-space: nowrap;
}
.TimeOpen.active {
  bottom: 10px;
  transform: translateY(0);
}

.translate-middle-x-custom {
  transform: translateX(-50%);
}

.btnAddress {
  width: 25px;
  height: 25px;
  line-height: 25px;
  min-height: unset;
  position: relative;
}
.btnAddress img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#scene {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.bottomHome .col-2 div {
  box-shadow: 0px 0px 10px var(--primaryColor);
  padding: 0.4rem;
  position: relative;
  overflow: hidden;
}
.bottomHome .col-2 div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.bottomHome .col-2 div img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
  -o-object-fit: fill;
}
.bottomHome .col-2:first-child, .bottomHome .col-2:last-child {
  width: 55px !important;
  height: 55px !important;
}
.bottomHome .col-2:nth-child(2), .bottomHome .col-2:nth-child(4) {
  width: 65px !important;
  height: 65px !important;
}
.bottomHome .col-2:nth-child(3) {
  width: 75px !important;
  height: 75px !important;
}
@media (max-width: 400px) {
  .bottomHome .col-2:nth-child(3) {
    display: none;
  }
}

.menuTitle {
  position: relative;
  position: sticky;
  top: -1px;
  z-index: 10;
}
.menuTitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: var(--blackColor);
  z-index: -1;
}

.overflowCustomHandle {
  scrollbar-width: none;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.overflowCustomHandle scrollbar {
  width: 0;
  height: 0;
}
.overflowCustomHandle::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none !important;
}
.overflowCustomHandle::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.overflowCustomHandle::-webkit-scrollbar-thumb {
  background: #888;
}
.overflowCustomHandle::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.text-justify {
  text-align: justify !important;
  text-justify: inter-word;
}

.lb-outerContainer {
  background: transparent !important;
  border-radius: 5px !important;
}

.lightbox .lb-image {
  border: none !important;
  border-radius: 5px !important;
}

.lb-nav a.lb-prev {
  opacity: 1 !important;
  width: 40px !important;
  background: url("./../images/icons/arrowLeft.svg") left 48% no-repeat !important;
}

.lb-nav a.lb-next {
  opacity: 1 !important;
  width: 40px !important;
  background: url("./../images/icons/arrowRight.svg") left 48% no-repeat !important;
}

.lb-dataContainer {
  display: none;
}

.lb-details {
  display: none;
}

@keyframes cartTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes cartRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.purchaseDEtail {
  background: var(--blackColor);
}

.shadowCustomGallery {
  box-shadow: 0px 0px 10px var(--primaryColor);
}

.bottominfo {
  white-space: nowrap;
}

.whiteNowrap {
  white-space: nowrap;
}

.starrate a {
  color: #27ae60;
}
.starrate a:focus,
.starrate a:hover,
.starrate a:visited {
  color: #36d278;
}
.starrate fieldset {
  margin: 0 auto;
}
.starrate input[type=radio] {
  border: 3px solid black;
}
.starrate .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
  padding: 0;
  border: none;
}
.starrate .rating > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}
.starrate .rating > input:checked ~ label,
.starrate .rating > input:focus ~ label {
  background-position: 0 0;
}
.starrate .rating > input:checked + label,
.starrate .rating > input:focus + label {
  background-position: 0 -30px;
}
.starrate .rating > input:hover ~ label {
  background-position: 0 0;
}
.starrate .rating > input:hover + label {
  background-position: 0 -30px;
}
.starrate .rating > input:hover + label:before {
  opacity: 1;
}
.starrate .rating .focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  outline: 2px dotted #999;
  pointer-events: none;
  opacity: 0;
}
.starrate .rating > .input-no-rate:focus ~ .focus-ring {
  opacity: 1;
}
.starrate .rating > label {
  position: relative;
  float: left;
  width: 30px;
  font-size: 0.1em;
  color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 -30px;
}
.starrate .rating > label,
.starrate .rating > label:before {
  transition: all 0.3s;
  height: 30px;
  background-image: url("./../images/icons/stars.png");
  background-size: cover;
}
.starrate .star > label:before {
  content: "";
  position: absolute;
  display: block;
  background-position: 0 30px;
  pointer-events: none;
  opacity: 0;
}
.starrate .star > label:nth-of-type(5):before {
  width: 120px;
  left: -120px;
}
.starrate .star > label:nth-of-type(4):before {
  width: 90px;
  left: -90px;
}
.starrate .star > label:nth-of-type(3):before {
  width: 60px;
  left: -60px;
}
.starrate .star > label:nth-of-type(2):before {
  width: 30px;
  left: -30px;
}
.starrate .star > label:nth-of-type(1):before {
  width: 0;
  left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .starrate .star > label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==");
  }
}

@media (max-width: 320px) {
  .TimeOpen {
    width: 90%;
    left: 5%;
  }
  .sendComment .commnetsInfo {
    min-width: 200px;
  }
  .getComment .commnetsInfo {
    min-width: 200px;
  }
}
@media (max-width: 390px) {
  .TimeOpen {
    width: 90%;
    left: 5%;
  }
  .TimeOpen .fontSize15 {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .cartCustom::before {
    background-position: top;
  }
}
@media (min-width: 600px) {
  .TimeOpen {
    width: 400px;
    left: 50%;
    transform: translateX(-50%) translateY(110%);
  }
  .TimeOpen.active {
    transform: translateX(-50%) translateY(0);
  }
  .menuItem .content .foodName {
    width: 260px;
  }
  .menuItem .content .foodName img {
    width: 100%;
  }
  .menuItem .content .foodImage {
    min-width: 260px !important;
    max-width: 100%;
    width: auto;
  }
  .menuItem .content .foodImage img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .menuItem .content .foodName {
    width: auto;
  }
  .menuItem .content .foodImage {
    min-width: auto !important;
    max-width: 100%;
    width: auto;
  }
}


/*# sourceMappingURL=style.css.map */
