* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.top-hd {
  background-color: #F3F3F3;
  padding: 5px;
}

.item {
  height: auto;
}

header.secondary-nav .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

header.secondary-nav .scroll::-webkit-scrollbar {
  display: none;
}

header.secondary-nav .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  clear: both;
  background-color: #fbf7fc;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

header.secondary-nav .submenu.visible {
  display: block;
  height: auto;
  border-top: 1px solid #e8e8e8;
}

header.secondary-nav .dropdown {
  position: inherit;
}

header.secondary-nav .dropdown-item {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  width: auto;
  clear: inherit;
  padding: 12px;
}

header.secondary-nav .dropdown-toggle.visible {
  background: #fbf7fc;
}

header.secondary-nav .dropdown-item.active, header.secondary-nav .dropdown-item:active, header.secondary-nav .dropdown-item:hover {
  background: #fff;
  color: #6a2c79;
}

/*Don't Remove this give class/id if required*/
header.secondary-nav, header.secondary-nav nav {
  font-size: 0;
}

header.secondary-nav {
  background-color: #fff;
  position: relative;
  z-index: 2;
  clear: both;
  width: 100%;
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.5s;
}

header.secondary-nav .vam {
  display: inline-block;
  vertical-align: middle;
}

header.secondary-nav .nav {
  width: 100%;
}

header.secondary-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
}

header.secondary-nav .nav-link {
  padding: 18px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #000;
  transition: 0.5s;
}
header.secondary-nav .nav-link:hover {
  color: #fff;
}

@media (max-width: 768px) {
  header.secondary-nav::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: linear-gradient(to left, #e3e3e3, rgba(37, 40, 61, 0));
    pointer-events: none;
    transition: opacity 0.2s;
  }
  header.secondary-nav .nav-link {
    padding: 3px 20px 7px 20px;
    background-color: #F3F3F3;
    margin: 5px 2px;
    border-radius: 6px;
  }
  header.secondary-nav .nav-link:hover {
    background-color: #ED2024;
  }
}
header.secondary-nav .nav-link.active {
  color: #ffffff;
  background-color: #ED2024;
}

.item-sec {
  margin-top: 20px;
}
.item-sec .item-cvr {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.item-sec .item-cvr h5 {
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
}
.item-sec .item-cvr h6 {
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #ED2024;
  font-weight: 500;
}
.item-sec .item-cvr .img-div img {
  border-radius: 6px;
}

.add-btn {
  width: 100%;
  background-color: #D25650;
  color: #e3e3e3;
  padding: 3px 10px 5px 10px;
  border-radius: 6px;
  transition: 0.5s;
  border: none;
}

.fixed {
  position: fixed;
}

.bottom-0 {
  bottom: 0;
}

.bi-cart-check {
  background-color: #000;
  color: #ffffff;
  font-size: 23px;
  padding: 5px 7px;
  border-radius: 6px;
}

.select-item h5 {
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.select-item h6 {
  font-family: "Poppins", serif;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
}
.select-item span {
  cursor: pointer;
}
.select-item .number {
  margin: auto;
}
.select-item .number input {
  background-color: #ED2024;
  color: #fff;
  width: 50px;
  font-size: 14px;
  height: 26px;
  margin: -3px 10px;
}
.select-item .minus, .select-item .plus {
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 0px;
}
.select-item input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.btn-primary {
  background-color: #469F35 !important;
  padding: 5px 20px !important;
  border-radius: 6px !important;
  border: none !important;
}

.btn-secondary {
  background-color: #ED2024 !important;
  padding: 5px 20px !important;
  border-radius: 6px !important;
  border: none !important;
}

.btn-close {
  border: 1px solid #494949 !important;
  /* background: #cccccc !important; */
  border-radius: 20px !important;
  --bs-btn-close-color: #000;
}

.modal-header {
  background-color: #F3F3F3;
}

.name-slip {
  background-color: rgba(237, 32, 36, 0.15);
  padding: 3px 10px;
  border-radius: 3px;
  font-family: "Poppins", serif;
  font-size: 18px;
  color: #ED2024;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control {
  background-color: #dcdcdc !important;
}

.bg-red {
  background-color: #000000 !important;
}
.bg-red i {
  color: #ffffff;
}

.menu {
  padding-top: 10px;
}
.menu h2 {
  font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  position: relative;
}
.menu h2::before {
  position: absolute;
  content: "";
  background-color: #ED2024;
  width: 88px;
  height: 2px;
  top: 23px;
  display: inline;
}

.form-control:focus {
  box-shadow: none !important;
}

.cart-btn {
  border: none;
}

.social-media {
  position: fixed;
  bottom: 18%;
  right: 0px;
  z-index: 25;
}

.delete-item i {
  color: #ED2024;
}/*# sourceMappingURL=style.css.map */