@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Poppins-Regular.ttf?35d26b781dc5fda684cce6ea04a41a75) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Poppins-Medium.ttf?673ed42382ab264e0bf5b33f3579568c) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Poppins-SemiBold.ttf?ac8d04b620e54be9b0f0f4851d56e4dd) format("truetype");
  font-display: swap;
}
body {
  font-family: "Poppins";
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.btn {
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #BF9157 !important;
  border: 1px solid #BF9157 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #BF9157 !important;
  background-color: #ffffff !important;
  border: 1px solid #BF9157 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15px {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .mb-15px {
    margin-bottom: 12px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.px-50 {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .px-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pt-40px {
  padding-top: 40px;
}
@media (max-width: 576px) {
  .pt-40px {
    padding-top: 30px;
  }
}

.pb-40px {
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .pb-40px {
    padding-bottom: 30px;
  }
}

.ps-45 {
  padding-left: 45px !important;
}

.mb-22 {
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .mb-22 {
    margin-bottom: 16px;
  }
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 575px) {
  .fs-14 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 575px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .fs-20 {
    font-size: 16px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .fs-24 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .fs-24 {
    font-size: 16px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 20px;
  }
}

.row-gap-30px {
  row-gap: 30px;
}
@media (max-width: 576px) {
  .row-gap-30px {
    row-gap: 20px;
  }
}

.text-gray-100 {
  color: #ADADAD !important;
}

.text-primary {
  color: #BF9157 !important;
}

a {
  text-decoration: none;
}

.section-heading {
  padding: 0px 15px;
}
.section-heading::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  border: 2px solid transparent;
  /* Create a base border for the gradient to show */
  -o-border-image: linear-gradient(90deg, #000000 0%, #c5955a 50%, #000000 100%);
     border-image: linear-gradient(90deg, #000000 0%, #c5955a 50%, #000000 100%);
  border-image-slice: 1;
  /* Ensures the gradient is applied across the border */
  width: 100%;
  height: 2px;
}

.vector img {
  width: 100%;
}
@media (max-width: 991px) {
  .vector img {
    width: 50%;
  }
}

.slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 8px;
  background-color: #C7C7C7;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  width: 24px;
  height: 8px;
}
.slick-dots li.slick-active button {
  width: 24px;
  height: 8px;
  background-color: #BF9157;
}

.slick-arrow {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  border: none !important;
  z-index: 1;
  top: 40%;
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.slick-arrow svg {
  fill: #C7C7C7;
}
.slick-arrow:hover svg, .slick-arrow:focus svg, .slick-arrow.active svg {
  fill: #BF9157;
}
.slick-arrow.prev-arrow {
  left: 0;
}
.slick-arrow.next-arrow {
  right: 0;
  left: auto;
}

.main-content {
  max-width: 1300px;
  min-height: 100vh;
  background-color: #000000;
}

.nav-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .nav-top {
    padding-top: 10px;
  }
}

.navbar {
  padding: 10px 20px;
  background-color: #FFFFFF2B;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 15px;
}
@media (max-width: 991px) {
  .navbar {
    padding: 10px;
  }
}
.navbar .navbar-brand {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #BF9157;
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.navbar .language-dropdown .dropdown-item {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.navbar .language-dropdown .dropdown-item:hover {
  background-color: #BF9157;
}
.navbar .language-dropdown .dropdown-item .flag {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
}
.navbar .language-dropdown .flag {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .flag {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.navbar .language-dropdown .dropdown-btn {
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 0 22px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .dropdown-btn {
    font-size: 14px;
    gap: 6px;
  }
}
.navbar .language-dropdown .dropdown-arrow {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  width: 14px;
  height: 8px;
}
.navbar .language-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  max-width: 100px;
  min-width: 100px;
}
@media (max-width: 576px) {
  .navbar .language-dropdown .dropdown-menu {
    max-width: 80px;
    min-width: 80px;
  }
}
.navbar .add-to-cart-btn {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  background-color: #0000005e;
  border: none;
}
.navbar .add-to-cart-btn svg {
  fill: #ffffff;
  width: 28px;
  height: 28px;
}
.navbar .add-to-cart-btn .cart-count {
  background-color: #BF9157;
  width: 16px;
  height: 16px;
  color: #000000;
  top: 6px;
  right: 7px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn .cart-count {
    top: 2px;
    right: 2px;
  }
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .navbar .add-to-cart-btn svg {
    width: 22px;
  }
}
@media (max-width: 360px) {
  .navbar .add-to-cart-btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .navbar .add-to-cart-btn svg {
    width: 17px;
  }
}

footer {
  padding: 28px 30px;
  background-color: #1D1D1D;
}
@media (max-width: 991px) {
  footer {
    padding: 15px;
  }
}

.hero-img {
  aspect-ratio: 1.685;
  max-height: 772px;
}
.hero-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background-image: url(/images/hero-vector.png?d0ad370339dd5a1929ac129ecc52c521);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom;
  z-index: 0;
}
.hero-img .hero-img-vector {
  aspect-ratio: 1.685;
  -webkit-mask-image: url(/images/hero-img-1-mask.png?8be38f86a4d2f895488c999df3231b92);
  mask-image: url(/images/hero-img-1-mask.png?8be38f86a4d2f895488c999df3231b92);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.hero-img .vector-1 {
  left: 50px;
  bottom: -60px;
}
@media (max-width: 991px) {
  .hero-img .vector-1 {
    left: 20px;
    bottom: -30px;
  }
}

.category-section .category-slider {
  background-image: url(/images/category-bg.png?aec6054255a599d0ba3fdd2bd512904d);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.category-section .category-slider .slick-list {
  max-width: 932px;
  margin: auto;
}
.category-section .category-slider .slick-slide {
  padding: 0 12px;
}
.category-section .category-slider .slick-dots {
  bottom: -20px !important;
}
.category-section .category-slider .category-box p {
  white-space: normal;
  word-break: keep-all;
}
.category-section .category-slider .category-box .category-img {
  max-width: 112px;
  max-height: 100px;
  aspect-ratio: 1.12;
  margin-bottom: 17px;
}
.category-section .category-slider .category-box .category-img img {
  aspect-ratio: 1.12;
}
@media (max-width: 576px) {
  .category-section .category-slider .category-box .category-img {
    margin-bottom: 10px !important;
  }
}

.product-section {
  margin-bottom: 90px;
}
@media (max-width: 575px) {
  .product-section {
    margin-bottom: 50px;
  }
}
.product-section .vector-2 {
  bottom: -110px;
  right: 50px;
}
@media (max-width: 991px) {
  .product-section .vector-2 {
    bottom: -70px;
    right: 20px;
  }
}
.product-section .btn-primary {
  max-width: 218px;
}
.product-section .product-card {
  border-radius: 40px;
  background-color: #1D1D1D;
  box-shadow: 7.27px 6.54px 18.18px 3.64px #00000030;
  padding: 24px 15px;
}
.product-section .product-card .product-img {
  aspect-ratio: 1.49;
  margin-bottom: 6px;
  border-radius: 30px;
}
.product-section .product-card .product-img img {
  aspect-ratio: 1.49;
  border-radius: 30px;
}

.view-more {
  margin-bottom: 135px;
}
@media (max-width: 991px) {
  .view-more {
    margin-bottom: 80px;
  }
}
.view-more .vector-3 {
  left: 48px;
  top: 60px;
}
@media (max-width: 991px) {
  .view-more .vector-3 {
    top: 20px;
    left: 20px;
  }
}
.view-more .view-more-button {
  box-shadow: 0px 0px 24px 0px #00000059 inset;
  max-width: 180px;
  padding: 14px 20px;
  color: #BF9157;
  background-color: #ffffff;
  border-top-right-radius: 40px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .view-more .view-more-button {
    max-width: 140px;
    padding: 10px 15px;
    border-top-right-radius: 30px;
  }
}
.view-more .view-more-button:hover {
  color: #ffffff;
  background-color: #BF9157;
  transition: 0.3s all ease-in-out;
}
.view-more .view-more-button:hover .view-arrow {
  background-color: #ffffff;
  border: 1px solid #BF9157;
  outline: 5px solid #ffffff;
  color: #BF9157;
}
.view-more .view-more-button:hover .view-arrow svg path {
  fill: #BF9157 !important;
  stroke: #BF9157 !important;
}
.view-more .view-arrow {
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #BF9157;
  max-width: 56px;
  max-height: 56px;
  border: 1px solid #f8fafc80;
  min-height: 56px;
  outline: 5px solid #BF9157;
  color: #ffffff;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .view-more .view-arrow {
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }
}
.view-more .view-arrow svg {
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .view-more .view-arrow svg {
    width: 22px;
    height: 20px;
  }
}

.header {
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 30px;
}

.vector-2 {
  bottom: 184px;
  right: 50px;
}
@media (max-width: 991px) {
  .vector-2 {
    bottom: 100px;
    right: 20px;
  }
}

.vector-3 {
  bottom: 85px;
  left: 48px;
}
@media (max-width: 991px) {
  .vector-3 {
    left: 20px;
    bottom: 70px;
  }
}

.item-details-section .item-details-card {
  background-color: #1D1D1D;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 575px) {
  .item-details-section .item-details-card {
    padding: 15px;
  }
}
.item-details-section .item-details-card .details-img {
  aspect-ratio: 1.24;
  max-width: 510px;
  max-height: 410px;
  border-radius: 10px;
}
.item-details-section .item-details-card .details-img img {
  border-radius: 10px;
  aspect-ratio: 1.24;
}
.item-details-section .item-details-card .slider-nav {
  margin-left: -7px;
  margin-right: -7px;
}
.item-details-section .item-details-card .slider-nav .slick-slide {
  padding: 0 7px;
}
.item-details-section .item-details-card .slider-nav .slick-dots {
  bottom: -35px !important;
}
.item-details-section .item-details-card .slider-nav .slick-current .thumbnail-img::after {
  content: none !important;
}
.item-details-section .item-details-card .slider-nav .thumbnail-img {
  aspect-ratio: 1.17;
  cursor: pointer;
  max-width: 117px;
  max-height: 100px;
  border-radius: 10px;
}
.item-details-section .item-details-card .slider-nav .thumbnail-img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #0009;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.item-details-section .item-details-card .slider-nav .thumbnail-img img {
  aspect-ratio: 1.17;
  border-radius: 10px;
}
.item-details-section .item-details-card .product-detail-content .gap-20px {
  gap: 20px;
}
.item-details-section .item-details-card .product-detail-content p {
  color: #ffffff !important;
}
.item-details-section .item-details-card .product-detail-content .veg-img {
  max-height: 20px;
  max-width: 20px;
  min-width: 20px;
}
.item-details-section .item-details-card .product-detail-content .product-details-box {
  max-width: 363px;
}
.item-details-section .item-details-card .product-detail-content .product-details-box .items-img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  aspect-ratio: 1;
  border-radius: 5px;
}
.item-details-section .item-details-card .product-detail-content .product-details-box .items-img img {
  aspect-ratio: 1;
  border-radius: 5px;
}
.item-details-section .item-details-card .product-detail-content .add-to-cart-items {
  padding: 10px 70px !important;
}
@media (max-width: 991px) {
  .item-details-section .item-details-card .product-detail-content .add-to-cart-items {
    padding: 8px 40px !important;
  }
}

.recommended-product-section {
  margin-bottom: 285px;
}
@media (max-width: 575px) {
  .recommended-product-section {
    margin-bottom: 150px;
  }
}
.recommended-product-section .product-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.recommended-product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.recommended-product-section .product-slider .slick-slide .product-card {
  border-radius: 40px;
  background-color: #1D1D1D;
  box-shadow: 7.27px 6.54px 18.18px 3.64px #00000030;
  padding: 20px 15px;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img {
  max-height: 172px;
  max-width: 256px;
  aspect-ratio: 1.49;
  margin-bottom: 6px;
  border-radius: 30px;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img img {
  aspect-ratio: 1.49;
  border-radius: 30px;
}

.hero-img {
  aspect-ratio: 2.138;
  max-height: 608px;
}
.hero-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background-image: url(/images/hero-item-vector.png?fecf7089fe9aa3cfac863cef44becb8f);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom;
  z-index: 0;
}
.hero-img .hero-img-vector {
  aspect-ratio: 2.138;
  -webkit-mask-image: url(/images/hero-img-items-mask.png?df754db835b03e8d25d2700fd6572948);
  mask-image: url(/images/hero-img-items-mask.png?df754db835b03e8d25d2700fd6572948);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.hero-img .vector-1 {
  left: 157px;
  bottom: -17px;
}
@media (max-width: 991px) {
  .hero-img .vector-1 {
    left: 20px;
    bottom: -30px;
  }
}

.vector-3 {
  bottom: 85px;
  left: 48px;
}
@media (max-width: 991px) {
  .vector-3 {
    left: 20px;
    bottom: 60px;
  }
}

.vector-2 {
  bottom: 184px;
  right: 50px;
}
@media (max-width: 991px) {
  .vector-2 {
    bottom: 100px;
    right: 20px;
  }
}

.mb-100px {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100px {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .mb-100px {
    margin-bottom: 60px;
  }
}

.items-section {
  margin-bottom: 200px;
}
@media (max-width: 575px) {
  .items-section {
    margin-bottom: 40px;
  }
}
.items-section .btn-primary {
  max-width: 218px;
}
.items-section .product-card {
  border-radius: 40px;
  background-color: #1D1D1D;
  box-shadow: 7.27px 6.54px 18.18px 3.64px #00000030;
  padding: 24px 15px;
}
.items-section .product-card .product-img {
  aspect-ratio: 1.49;
  margin-bottom: 6px;
  border-radius: 30px;
}
.items-section .product-card .product-img img {
  aspect-ratio: 1.49;
  border-radius: 30px;
}
.items-section .items-tabs {
  padding: 20px 15px;
  border-radius: 20px;
  background-color: #1D1D1D;
}
.items-section .items-tabs .tabs-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #C7C7C7;
}
.items-section .items-tabs .form-control {
  border-radius: 10px;
  background-color: #4C4C4C;
  border: none !important;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 9px 12px;
}
.items-section .items-tabs .form-control::-moz-placeholder {
  color: #ffffff;
  text-align: start;
}
.items-section .items-tabs .form-control::placeholder {
  color: #ffffff;
  text-align: start;
}
.items-section .items-tabs .form-control:focus {
  box-shadow: none;
  outline: none;
}
.items-section .items-tabs .min-max-value .form-control {
  color: #C7C7C7;
}
.items-section .items-tabs .min-max-value .form-control::-moz-placeholder {
  color: #C7C7C7;
  text-align: center;
}
.items-section .items-tabs .min-max-value .form-control::placeholder {
  color: #C7C7C7;
  text-align: center;
}
.items-section .items-tabs .apply-btn {
  border-radius: 10px;
}
.items-section .items-tabs .heading-text {
  padding-bottom: 5px;
  border-bottom: 1px solid #4C4C4C;
}
.items-section .items-tabs .form-check-input {
  box-shadow: none !important;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-color: #4C4C4C;
  margin-left: -32px;
  background-color: #1D1D1D;
}
.items-section .items-tabs .form-check-input:focus {
  border-color: #BF9157;
}
.items-section .items-tabs .form-check-input:checked {
  background-color: #BF9157;
  border-color: #BF9157;
}
.items-section .items-tabs .form-check {
  padding-left: 33px;
}
.items-section .items-tabs .btn {
  padding: 6px 10px !important;
  max-width: 100% !important;
}
.items-section .items-tabs .slider-container {
  height: 42px;
}
.items-section .items-tabs .slider-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  top: 27px;
  height: 8px;
  background: #4C4C4C;
  border-radius: 10px;
  pointer-events: none;
}
.items-section .items-tabs .slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 17px;
  width: 17px;
  background: #BF9157;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  z-index: 2;
  position: relative;
}
.items-section .items-tabs .slider-range::after {
  content: attr(data-value);
  position: absolute;
  top: -30px;
  left: var(--tooltip-left, 0px);
  transform: translateX(-50%);
  color: #C7C7C7;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 5;
  pointer-events: none;
}
.items-section .items-tabs .search-icon {
  position: absolute;
  top: 7px;
  left: 15px;
  margin: auto;
}
.items-section .pagination {
  gap: 20px;
}
.items-section .page-item .page-link {
  border: none;
  background-color: #1D1D1D;
  color: #C7C7C7;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .items-section .page-item .page-link {
    font-size: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .items-section .page-item .page-link {
    font-size: 14px;
    width: auto;
    height: auto;
    min-width: auto;
    border: none !important;
  }
}
.items-section .page-item .page-link:hover, .items-section .page-item .page-link.active {
  background-color: #BF9157;
  color: #ffffff;
  border: none !important;
}
.items-section .disabled a {
  color: #C7C7C7;
}
.items-section .arrow-page {
  border: none;
  background-color: #1D1D1D;
  color: #BF9157;
  width: 64px;
  height: 64px;
  min-width: 64px;
  box-shadow: none !important;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .items-section .arrow-page {
    font-size: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .items-section .arrow-page {
    font-size: 14px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.items-section .prev {
  margin-right: 40px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .items-section .prev {
    margin-right: 0px;
  }
  .items-section .prev svg {
    height: 16px;
  }
}
.items-section .prev:hover {
  color: #C7C7C7;
}
.items-section .next {
  margin-left: 40px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .items-section .next {
    margin-left: 0px;
  }
  .items-section .next svg {
    height: 16px;
  }
}
.items-section .next:hover {
  color: #C7C7C7;
}

.modal .modal-dialog {
  max-width: 1033px;
}
.modal .modal-dialog .modal-content .btn {
  font-size: 14px !important;
}
.modal .modal-dialog .modal-content .recommended-section {
  padding: 20px;
  border-radius: 20px;
  background-color: #1D1D1D;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .recommended-section {
    padding: 15px;
  }
}
.modal .modal-dialog .modal-content .recommended-section .recommended-box {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #585858;
}
.modal .modal-dialog .modal-content .recommended-section .recommended-box:first-child {
  padding-top: 0 !important;
}
.modal .modal-dialog .modal-content .recommended-section .recommended-box:last-child {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.modal .modal-dialog .modal-content .recommended-section .modal-img {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  aspect-ratio: 1;
  border-radius: 10px;
}
.modal .modal-dialog .modal-content .recommended-section .modal-img img {
  aspect-ratio: 1;
  border-radius: 10px;
}
.modal .modal-dialog .modal-content .recommended-section .modal-veg-img {
  max-width: 15px;
  max-height: 15px;
  min-width: 15px;
  aspect-ratio: 1;
}
.modal .modal-dialog .modal-content .recommended-section .modal-veg-img img {
  aspect-ratio: 1;
}
.modal .modal-dialog .modal-content .recommended-section .add-to-cart {
  padding: 5px 28px;
}
.modal .modal-dialog .modal-content .recommended-section .count-btn {
  padding: 7px 20px;
  max-width: 107px;
  min-width: 107px;
}
.modal .modal-dialog .modal-content .cart-section {
  padding: 20px;
  border-radius: 20px;
  background-color: #1D1D1D;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .cart-section {
    padding: 15px;
  }
}
.modal .modal-dialog .modal-content .cart-section .cart-box .cart-details {
  padding: 8px 0px;
  border-bottom: 1px solid #585858;
}
.modal .modal-dialog .modal-content .cart-section .cart-box .cart-details:first-child {
  padding-top: 0 !important;
}
.modal .modal-dialog .modal-content .cart-section .cart-img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  aspect-ratio: 1;
}
.modal .modal-dialog .modal-content .cart-section .cart-img img {
  aspect-ratio: 1;
}
.modal .modal-dialog .modal-content .cart-section .cart-count-btn {
  padding: 5px 9px !important;
}

.modal-backdrop {
  background-color: #000000d9;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  opacity: 1 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #BF9157 !important;
  border-color: #BF9157 !important;
  color: #ffffff !important;
}

.restaurant-add-cart-modal .product-img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  border-radius: 10px;
  aspect-ratio: 1;
}
.restaurant-add-cart-modal .product-img img {
  border-radius: 10px;
  aspect-ratio: 1;
}
.restaurant-add-cart-modal .restaurant-white {
  color: white !important;
}
.restaurant-add-cart-modal .gap-20 {
  gap: 20px;
}
.restaurant-add-cart-modal .count-btn {
  border: 1px solid #ffffff !important;
  border-radius: 25px !important;
  min-width: 75px !important;
  padding: 0 !important;
  max-width: 75px !important;
}
.restaurant-add-cart-modal .count-btn button {
  padding: 4px 10px !important;
}
.restaurant-add-cart-modal .product-card-box {
  align-items: start !important;
}
.restaurant-add-cart-modal table thead th {
  padding: 5px 10px;
}
.restaurant-add-cart-modal table tbody td {
  padding: 7px 10px;
}

.custom-select-box {
  padding: 13px 13px 13px 15px;
  background-color: #9999991a;
  border-radius: 10px;
  color: #ffffff !important;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000000;
  border-top: none;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  box-shadow: 0px 1px 6px 0px #00000040;
}

.custom-select-option {
  padding: 10px;
  cursor: pointer;
  color: #ffffff !important;
}
.custom-select-option.active, .custom-select-option:hover, .custom-select-option:active {
  background-color: #BF9157 !important;
  color: #ffffff !important;
}

.custom-arrow-select {
  right: 13px;
  top: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  .custom-arrow-select svg {
    width: 15px;
    height: 15px;
  }
}

.page-item.active .page-link {
  background-color: #BF9157 !important;
  border-color: #BF9157 !important;
  color: #ffffff !important;
}

.order-modal-dialog .modal-content {
  padding: 20px 30px 30px 30px;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 2px 10px 0px #00000040;
  margin: 12px;
  background-color: #1d1d1d !important;
}
.order-modal-dialog .modal-content .modal-header h5 {
  color: #ffffff;
}
.order-modal-dialog .modal-content label {
  color: #ffffff !important;
}
.order-modal-dialog .modal-content .form-control {
  background-color: black !important;
  color: #ffffff !important;
}
.order-modal-dialog .modal-content .form-control:focus {
  background-color: black !important;
}
.order-modal-dialog .modal-content .iti__selected-dial-code,
.order-modal-dialog .modal-content .iti__country {
  color: #ffffff !important;
}
.order-modal-dialog .modal-content .iti__country-list {
  background-color: black !important;
}
.order-modal-dialog .modal-content .btn-close {
  background-image: url(/images/close-white.svg?b5910b1893c42def4584087caadca2b5) !important;
}

.addToCartBtn {
  width: 280px;
  height: 40px;
}
@media (max-width: 991px) {
  .addToCartBtn {
    width: 200px;
    height: 36px;
  }
}

.out-of-stock-text {
  font-size: 0.5em !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 32px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  border-radius: 15px !important;
  color: #ffffff;
  background-color: #BF9157;
  border: 1px solid #BF9157;
}
.pwa-install-button:hover, .pwa-install-button:focus, .pwa-install-button.active {
  color: #ffffff;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000 !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.modal-backdrop {
  background-color: transparent;
}

.modal-dialog.news-modal {
  max-width: 500px;
  width: 100%;
}

#newsLetter-content {
  padding: 1.75rem;
  border-radius: 0.475rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.newsmodal-title {
  color: #BF9157;
}

.email-input {
  max-width: 400px;
  margin: 0 auto;
  color: #5e6278 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.email-input input {
  flex-grow: 1;
  margin-right: 0.5rem;
}
.email-input .btn {
  padding: 5px 10px !important;
}

.newsmodal-header {
  position: relative;
}
.newsmodal-header .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
}

#email-send {
  background: #BF9157 !important;
  color: white !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 8px !important;
}
