#home-hero {
  background: linear-gradient(rgb(33,37,41) 0%, rgb(0,0,0) 100%), linear-gradient(rgba(0,0,0,0.35), rgba(255,255,255,0) 14%), linear-gradient(98deg, #151719 2%, rgba(0,0,0,0.68) 32%, rgba(255,255,255,0) 63%, rgba(0,0,0,0.65) 100%), url("../../assets/img/Hero/hero-img.webp?h=54e00394e34cadcf8638bb36e3d0a02b") center / cover no-repeat;
  height: 800px;
}

.horizontalHr {
  animation: hrAnimHorizontal 2s ease-out forwards;
  color: var(--bs-body-bg);
  background: var(--bs-tertiary-color);
  opacity: 1;
  width: 50%;
  height: 1.8px;
  margin-top: 5px;
  margin-bottom: 24px;
}

#footer {
  border-top: 1px solid var(--bs-body-bg);
}

.heroHeadingSection {
  padding-bottom: 50px;
  padding-top: 10px;
  min-height: 150px;
}

.faqCont {
  min-height: 520px;
  margin-bottom: 20px;
}

.fontSize32 {
  font-size: 32px;
}

.dropdown-menu {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: dropdownAnim .5s forwards;
  border-radius: 10px;
  padding-right: 5px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 0px;
  transform: perspective(0px);
  background: rgb(255,255,255);
  color: rgb(0,0,0)!important;
  border: 1.5px none rgb(255,255,255);
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
  border-radius: 15px;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: rgba(255,255,255,0);
}

.form-control:focus {
  box-shadow: inset 0px 0px 10px 0px var(--bs-dark);
  border-style: none;
  color: var(--bs-body-color);
  outline: 0;
  transform: scale(1.01)!important;
}

.form-control {
  transition: all 0.5s ease!important;
  box-shadow: inset 0px 0px 7px 0px var(--bs-dark);
  border-style: none;
}

.item-display-container {
  background: white;
  padding: 50px;
  box-shadow: 0px 0px 20px var(--bs-border-color-translucent);
  border-radius: 15px;
  margin: 0px;
  /*visibility: hidden;*/
}

.mw200 {
  min-width: 200px!important;
}

.orderStatus-2 {
  display: none;
}

.tab-link {
  color: black!important;
  /*border-bottom-left-radius: 0px!important;*/
  /*border-bottom-right-radius: 0px!important;*/
  text-shadow: 0px 0px!important;
  border-style: solid;
  border-bottom: 3px none black!important ;
}

.home-logo-img {
  margin-left: -22px;
}

.slogan {
  letter-spacing: 2px;
}

.lang-drpdn-style {
  color: rgb(255,255,255);
  text-decoration: none;
  font-size: 24px;
}

.ref-price {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 100;
}

.ref-form-control.ref-field-variants {
  color: black!important;
}

.reflow-product-list.ref-cards .ref-product .ref-addons {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 300px) {
  .ref-preview .ref-image.active {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 992px) {
  .ref-preview .ref-image.active {
    width: 400px;
    height: 400px;
    margin-right: 2px;
  }
}

.ref-media .ref-preview {
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
}

.reflow-product {
  align-content: center;
  justify-items: center;
  justify-content: center;
}

@media (min-width: 300px) {
  .reflow-product .ref-media {
    width: 300px!important;
  }
}

@media (min-width: 992px) {
  .reflow-product .ref-media {
    width: 400px!important;
  }
}

@media (min-width: 300px) {
  .reflow-product-list.ref-cards .ref-products {
    max-width: 350px;
  }
}

@media (min-width: 576px) {
  .reflow-product-list.ref-cards .ref-products {
    display: flex!important;
    max-width: 800px;
  }
}

.cozy-background {
  background: linear-gradient(89deg, rgba(248,249,250,0.85) 0%, rgba(248,249,250,0.85) 99%), url("../../assets/img/Other/white-wallpaper.jpg?h=eb6a9f808b3fa69acd2606e84474bd5e") center / cover no-repeat;
  box-shadow: inset 0px 0px 20px rgba(0,0,0,0.09);
}

.ref-product {
  /*border: solid white 1px!important;*/
}

.ref-summary.open.sidebar.right {
  z-index: 1000;
}

#dr-video-embed * {
  /*scrollbar-width: none;*/
  border-radius: 20px!important;
  /*box-shadow: 0px 0px 20px;*/
}

#dr-video-embed {
  scrollbar-width: none;
  border-radius: 20px!important;
  max-width: 300px;
}

.full-white-bg {
  background-color: white!important;
}

.question-toast {
  box-shadow: 0px 0px;
  border-style: solid;
  margin: 15px;
}

.dark {
  color: var(--bs-dark)!important;
}

@media (min-width: 992px) {
  .lg-nav {
    display: block!important;
  }
}

@media (min-width: 300px) {
  .lg-nav {
    display: none;
  }
}

@media (min-width: 992px) {
  #sm-nav-main {
    display: none;
  }
}

