/* blue: #32156D
red: #960d0d
purple: #6736ad */
body {
  display: block;
  background-size: contain;
  /* font-family: 'Poppins', sans-serif !important; */
}
.poppins-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-semibold {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.navbar-nav {
  margin-top: 0 !important;
}
.navbar-nav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navbar-nav li {
  margin: 10px 0 !important;
  padding: 0;
}
.nav-link {
  padding: 10px 20px !important;
}
.navbar-nav a {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-link:focus {
  outline: none;
  /* color: #fff !important; */
}
.navbar-nav a:hover {
  color: #005403;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
}
.navbar-nav a:before,
.navbar-nav a:after {
  /* height: 3px; */
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  /* background-color: #6736ad; */
  width: 0;
  color: #ffeb3b;
  border-radius: 5px !important;
}
.navbar-nav a.active {
  background-color: #ca0024;
  color: #fff !important;
  border-radius: 40px;
  font-weight: 600;
}
.navbar-nav a:before {
  top: 0;
  left: 0;
}
.navbar-nav a:after {
  bottom: 0;
  right: 0;
}
.navbar-nav a:hover:before,
.navbar-nav a:hover:after {
  width: 100%;
}
/* .main-block {
  background-color: #960d0d;
  color: #fff;
} */
.main-block-purple {
  background-color: #6736ad;
  color: #fff;
}
header {
  /* background-color: #ca0024;
  color: #fff; */
  background-color: #fff;
}
.menu-block {
  position: relative;
  /* border-bottom: 3px solid #ffc107;  */
}
.navbar-brand {
  position: absolute;
  /* background: #ca0024; */
  padding: 10px;
  top: 5px;
}
.navbar-brand::before {
  content: '';
  position: absolute;
  top: 68px;
  left: -3px;
  width: 146px;
  height: 61px;
  border-radius: 5px;
  z-index: 1;
  background: #fff;
}
.navbar-brand img {
  padding: 6px;
  width: 120px;
  position: relative;
  z-index: 1;
}
.top-header {
  width: 100%;
  top: 0;
  transition: margin-top 50ms ease-in, top 0.1s ease-out;
  transition-delay: 0s;
  z-index: 99;
  position: fixed;
  left: 0;
  /* border-bottom: 1px solid #ddd; */
  background: #910f33;
  color: #fff;
  font-weight: 500;
}
.types .card {
  width: 33%;
}
.product-card.card {
  width: 100% !important;
}
.about {
  background: #000 url('../images/about.jpg') no-repeat center bottom;
  /* background-size: 100% 100%; */
  background-attachment: fixed;
}
.aboutContent {
  width: 40%;
  text-align: left;
  margin-left: 50%;
}
.btn-primary {
  background-color: #960d0d !important;
  color: #fff !important;
  border-color: #960d0d !important;
}
.btn-primary:hover {
  background-color: #600606 !important;
  border-color: #960d0d !important;
}
.pricelist input[type='text'] {
  width: 100% !important;
}
.card-group > .card + .card {
  border-left-width: 1px !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(50, 21, 109, 0.5) !important;
}
#priceBlk {
  position: sticky;
  top: 10px;
  z-index: 999;
  background: #32156d !important;
  color: #fff !important;
  padding: 1rem;
}

.heading {
  color: #600606;
  margin: 0 !important;
  padding: 10px;
  background: #eae0ff;
  /* text-decoration: solid underline #6736ad 2px; */
}
.no-category {
  padding: 10px;
  margin: 0;
  border: 1px solid #dfe0e1;
}
.quantity-input {
  width: 80px !important;
  margin: 0 auto;
  padding: 3px 10px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #e1ecfc !important;
  background-color: #e1ecfc !important;
}
.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #fff !important;
  --bs-table-accent-bg: #fff !important;
}
.cartBtn {
  padding: 3px 8px !important;
}
.table-striped > tbody > tr > td:first-child {
  text-align: left;
}
.fab-container {
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fab-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 26px;
}
.fab-btn.whatsapp {
  /* font-size: 50px; */
}
.fab-btn.phone {
  color: #fff;
  background: #007bff;
  font-size: 18px;
}
.fab-btn.top {
  background: #333;
}
.fab-btn:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
#selectedProductsModal .modal-content {
  border-radius: 1.5rem;
  border: none;
}
#selectedProductsModal .modal-header {
  border-bottom: 2px solid #0d6efd;
}
#selectedProductsModal .modal-body {
  border-radius: 0 0 1.5rem 1.5rem;
}
#selectedProductsTable th,
#selectedProductsTable td {
  vertical-align: middle;
}
#selectedProductsTable th {
  background: #e3f0ff;
}
#selectedProductsTable tr:last-child td,
#selectedProductsTable tr:last-child th {
  border-bottom: none;
}
.table-striped > tbody > tr.has-value:nth-of-type(even) > *,
.table-striped > tbody > tr.has-value:nth-of-type(odd) > * {
  background: #6736ad !important;
  --bs-table-accent-bg: #6736ad !important ;
  color: #fff !important;
}
.dashboard-content-wrapper a > div:hover {
  box-shadow: 0 4px 16px #0002;
  background: #f1f5f9;
}

.table-striped tbody tr td.bg-warning,
.table-striped tbody tr td.bg-info,
.table-striped tbody tr td.bg-success,
.table-striped tbody tr td.bg-secondary {
  background-color: var(--bs-warning, #fff3cd) !important;
  /* or use the actual color, e.g.: */
  /* background-color: #fff3cd !important; */
}

address {
  font-style: normal;
  line-height: 1.5;
  margin-top: 0 !important;
}
hr {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #aaa !important;
}
.footer-notice {
  background: #005904;
  color: #fff;
}

/* Override Bootstrap collapse transition */
.collapse {
  transition: none !important;
}
.collapse:not(.show) {
  display: none;
}

.collapse.show {
  display: block;
}

.banner-img {
  object-fit: cover;
  height: auto;
}

@media (max-width: 768px) {
  .banner-img {
    height: 140px;
    object-fit: cover;
    object-position: center;
  }
}

@media (orientation: portrait) and (max-width: 990px) {
  .navbar {
    height: 100px;
    /* position: absolute !important;
    width: 100% !important;
    z-index: 9 !important; */
  }
  .navbar-index {
    position: absolute !important;
    width: 100% !important;
    z-index: 9999 !important;
  }
}

@media (width <=990px) {
  .top-header {
    display: none !important;
  }
  .navbar-brand::before {
    content: none;
    background: none;
  }
  .navbar-brand img {
    width: 85px;
  }
  .navbar-toggler.index-page {
    /* margin-top: 22px;*/
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-nav a {
    font-size: 19px;
  }
  .navbar-collapse {
    background: white;
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 18px;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
  }
}

@media (width <=600px) {
  .types .card {
    width: 100%;
  }
  .aboutContent {
    width: 90%;
    text-align: center;
  }
  .about {
    background: #000;
    height: auto;
  }
  .aboutContent {
    margin: auto;
    width: 98%;
  }
  #priceBlk {
    /* position: inherit; */
  }
}

.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
}

.uk-lightbox .uk-lightbox-item {
  margin: 15px;
}

.uk-lightbox video {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  cursor: pointer;
  transition: transform 0.2s;
}

.img-thumbnail:hover {
  transform: scale(1.1);
}
.uk-lightbox.uk-open {
  z-index: 9999 !important;
}
