@font-face {
  font-family: 'Dubai Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Dubai Regular'), url('../fonts/Dubai-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Dubai Light';
  font-style: normal;
  font-weight: normal;
  src: local('Dubai Light'), url('../fonts/Dubai-Light.woff') format('woff');
}


@font-face {
  font-family: 'Dubai Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Dubai Medium'), url('../fonts/Dubai-Medium.woff') format('woff');
}


@font-face {
  font-family: 'Dubai Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Dubai Bold'), url('../fonts/Dubai-Bold.woff') format('woff');
}

body{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
header {
  position: relative;

  ul {
    li {
      a:hover {
        color: #fe5e00 !important;
      }
    }
  }
}
.main{
  margin-top: 125px;
  @media (max-width:768px) {
    margin-top: 130px;
  }
  @media (max-width:640px) {
    margin-top: 115px;
  }
}
.container {
  max-width: 1536px !important;
  width: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.pyc-md-2{
  @media (max-width: 768px) {
    padding: 25px 1rem !important;
  }
}
.ptc-md-2{
  @media (max-width: 768px) {
    padding-top: 25px !important;
  }
}
.gap-md-c2{
  @media (max-width: 768px) {
    gap: 20px !important;
  }
}
.myc-md-5{
  @media (max-width: 768px) {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
.gap-md-1{
  @media (max-width: 768px) {
    gap: 2rem !important;
  }
}
@media (min-width: 1280px) {

  /* 1280px */
  .container {
    max-width: 1536px !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

.section-container {
  max-width: 1536px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (max-width: 640px) {
  .form_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

a.top_links {
  font-family: "Lato", serif;
}

a {
  color: #000000;
  text-decoration: none;
  font-family:  "Lato", serif;
}

a:hover {
  color: #fe5e00;
}

p {
  margin: 0;
  font-family:  "Lato", serif;
}

h1,
h2,
h3,
h4 {
  font-family:  "Lato", serif;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: black;

  @media (max-width: 768px) {
    font-size: 26px;
  }
}

button {
  border: none;
  background-color: unset;
}

.underline {
  width: 50px;
  height: 5px;
  background-color: #fe5e00;
}

@media (max-width: 640px) {
  h2 {
    font-size: 20px !important;
  }
}

section {
  overflow: hidden;
}

#search {
  padding-right: 60px;
}

/* blog button */

.hover_btn.blog_button {
  .button_arrow {
    width: 25px;
    height: 25px;

    i {
      color: #000;
    }
  }

  .button_text {
    font-weight: 600;
  }
}

.hover_btn.blog_button:hover {
  .button_arrow {
    width: 25px;
    height: 25px;

    i {
      color: white;
    }
  }
}

/*button styles*/
.hover_btn {
  background-color: #681e77;
  padding: 5px 8px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.hover_btn .button_text {
  font-family:  "Lato", serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: small;
  color: white;
  z-index: 4;
  padding-left: 7px;
  @media (max-width:768px) {
    font-size: 12px;
    padding-left: 3px;
  }
}

.hover_btn .button_arrow {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: black;
  transition: all 0.3s;
  i{
    font-size: 12px;
  }
}

.hover_btn .button_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  transition: all 0.4s;
  z-index: -4;
}

.hover_btn:hover .button_arrow::before {
  transform: scaleX(15) scaleY(10);
}

.hover_btn:hover .button_text {
  color: #681e77;
}

.hover_btn:hover .button_arrow {
  color: white;
  background-color: #681e77;
}

.hover_btn:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.hover_btn_secondary {
  background-color: white;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.hover_btn_secondary .button_text {
  font-family:  "Lato", serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: small;
  color: #681e77;
  z-index: 4;
  padding-left: 7px;
}

.hover_btn_secondary .button_arrow {
  width: 25px;
  height: 25px;
  background-color: #681e77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  transition: all 0.3s;
}

.hover_btn_secondary .button_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #681e77;
  border-radius: 50%;
  transition: all 0.4s;
  z-index: -4;
}

.hover_btn_secondary:hover .button_arrow::before {
  transform: scaleX(9) scaleY(5);
}

.hover_btn_secondary:hover .button_text {
  color: white;
}

.hover_btn_secondary:hover .button_arrow {
  color: black;
  background-color: white;
}

.hover_btn_secondary:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

@media (min-width: 991px) {
  .hover_btn .button_arrow {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #681e77;
    transition: all 0.3s;
  }
}

@media (min-width: 768px) {
  .hover_btn {
    background-color: #681e77;
    padding: 6px 8px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.4s;
  }

  .hover_btn_secondary {
    background-color: white;
    padding: 6px 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.4s;
  }

  .hover_btn .button_text {
    font-family:  "Lato", serif;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    font-size: small;
    z-index: 4;
  }

  .hover_btn_secondary .button_text {
    font-family:  "Lato", serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #681e77;
    font-size: small;
    z-index: 4;
  }

  .hover_btn_secondary .button_arrow {
    width: 40px;
    height: 40px;
    background-color: #681e77;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    transition: all 0.3s;
  }

  .hover_btn .button_arrow {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #681e77;
    transition: all 0.3s;
  }
}

@media (min-width:640px) {
  .hover_btn .button_arrow{
    width: 25px;
    height: 25px;
    i{
      font-size: 14px;
    }
  }
}
.popup_explore {
  width: 142px !important;

  .button_text {
    font-size: 12px !important;
  }
}

/* slider buttons */

.slider_button {
  width: 100px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  @media (max-width:768px) {
    height: 30px;
    width: 80px;
  }
  .customNextBtn {
    position: absolute;
    right: -6px;
    top: 0;
    width: 58%;
    height: 100%;
    background-color: transparent;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

    i {
      z-index: 12;
    }
  }

  .customNextBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #681e77;
    transform: skew(-20deg);
    z-index: 3;
    transition: all 0.4s;
  }

  .customPrevBtn {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;

    i {
      z-index: 12;
    }
  }

  .customPrevBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: skew(-20deg);
    transition: all 0.4s;
    z-index: 2;
  }

  .customNextBtn:hover:before {
    transform: skew(-20deg) scaleX(1.2);
    z-index: 4;
  }

  .customPrevBtn:hover:before {
    transform: skew(-20deg) scaleX(1.2);
    z-index: 10;
  }

  .customPrevBtn:hover i {
    font-size: 22px;
    color: #000;
    @media (max-width:768px) {
      font-size: 18px;
    }
  }
  .customPrevBtn i{
    @media (max-width:768px) {
      font-size: 14px;
    }
  }

  .customNextBtn:hover i {
    font-size: 22px;
    color: white;
  }
}

.slider_button:hover {
  cursor: pointer;
}

/*floating buttons*/
.floating_button_call {
  position: relative;
  position: fixed;
  bottom: 20px;
  left: 25px;
  z-index: 999;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  animation: bounce 2s infinite;
  button.floating_button{
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    border-radius:15px;
    background-color: #fe5e00;
    padding: 8px 12px;
  }
  a {
    color: white;
    padding: 0 12px;
    text-transform: capitalize;
  }

  .call {
    color: #fff;
  }
}

.floating_button_message {
  position: relative;
  background-color: #fe5e00;
  padding: 8px 12px;
  border-radius: 50px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  animation: bounce 2s infinite;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);

  span {
    color: white;
    padding: 0 12px;
    text-transform: capitalize;
  }

  i {
    color: white;
    transition: all 0.4s;
  }
}

.floating_button_message:hover,
.floating_button_call:hover {
  animation: none;
}
.floating_button span{
  color: #fff;
}
.call_box,.whatsapp_box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fe5e00;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 8px;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  transition: all 0.4s;
  z-index: -1;
  overflow: hidden;
  color: #fff;
  span{
    color: #fff;
  }
  i {
    color: #fff;
    font-size: 14px;
    transition: transform 0.2s ease-in-out;
  }
}

// .call_box p,.whatsapp_box p {
//   font-size: 14px;
//   text-wrap: nowrap;
//   color: #fff;
//   font-weight: 400;
//   text-align: center;
//   width: 1px;
//   padding: 0;
//   opacity: 0;
//   transition-delay: 3s;
//   transition: all 0.4s ease;
// }

.floating_button_call.show .call_box {
  transform: translateY(-44px);
  justify-content: space-between;
  padding: 12px;
}
.floating_button_call.show .whatsapp_box{
  transform: translateY(-88px);
  justify-content: space-between;
  padding: 12px;
}
.floating_button_call .whatsapp_box{
  background-color: #25d366;
}
.floating_button_call.show .call,.floating_button_call .close{
  display: none;
}
.floating_button_call.show .close{
display: inline;
color: #fff;
font-size: 18px;
}

// .floating_button_call.show .call_box i,.floating_button_call.show .whatsapp_box i {
//   // transform: scale(1.4);
// }
.floating_button_call .whatsapp_box i{
  opacity: 0;
}
.floating_button_call.show .whatsapp_box i{
  opacity: 1;
}
.floating_button_call.show .call_box p,.floating_button_call.show .whatsapp_box p {
  // width:;
  opacity: 1;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

@media (max-width: 640px) {
  .floating_button_call {
    bottom: 20px;
  }

  .floating_button_message {
    bottom: 5px;
  }
}

.slick-arrow {
  display: none !important;
}

.currency:hover {
  color: #000 !important;
}

.slick-dots {
  display: none !important;
}

/* scroll to top button */
.scroll_top {
  position: fixed;
  bottom: 20px;
  right: 45%;
  background-color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fe5e00;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translate(60px, 60px) rotate(0deg);
  transition: transform 0.9s ease-in-out;
  z-index: 99;
  cursor: pointer;
  overflow: hidden;
}

.scroll_top::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  width: 40%;
  height: 170%;
  background-color: #fe5e00;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: -100;
  transform: translateX(-50%) rotate(45deg);
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}

.scroll_top:hover:before {
  opacity: 1;
  animation: animate2 2s linear infinite;
}

@keyframes animate2 {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.scroll_top::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -100;
}

@media (max-width: 768px) {
  .scroll_top {
    right: 30px;
    bottom: 40px;
  }
}

.submit-button {
  border: none;
  background-color: #681e77;
  box-shadow: none;
  padding: 8px 62px;
  color: white;
  text-align: center;
  font-family:  "Lato", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #6e2a7e;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.submit-button::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
  border-radius: 0 0 50% 50%;
  transition: all 0.6s;
  display: block;
  pointer-events: none;
}

.submit-button:hover:before {
  height: 190%;
}

.submit-button:hover {
  color: #681e77;
}

/* fly to cart */
.show_cart {
  cursor: pointer;
}

.fly-image {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

img.item-img.move-to-cart {
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: 9999;
}

img.item-img.move-to-cart.animate {
  opacity: 1;
  height: 75px;
  width: 75px;
  transition: all 0.5s ease-in-out;
}

img.item-img.move-to-cart.hide-img {
  opacity: 0.5;
  width: 0;
  height: 0;
  margin-left: 75px;
  transition: all 0.5s ease-in-out;
}

/* submenu add button */

.toggle_sub_button {
  display: none !important;
}

.explore-btn,
.explore-btn-show {
  background-color: #681e77;
  width: fit-content;
  margin-left: auto;
  padding: 6px;
  border-radius: 9999px;
  transition: all 0.7s;
  position: relative;
  cursor: pointer;

  img {
    width: 25px;
    height: 19px;
    object-fit: contain;
  }

  span {
    color: white !important;
    font-size: 13px;
    // z-index: -1;
    pointer-events: none;
  }

  i {
    color: white;
    // z-index: -1;
    pointer-events: none;
  }
}

.explore-btn:hover,
.explore-btn-show:hover {
  background-color: #fe5e00 !important;
}

.wishlist-btn {
  background-color: #681e77;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 142px;
  margin-left: 0 !important;
  padding: 6px;
  border-radius: 9999px;
  transition: all 0.7s;
  position: relative;
  cursor: pointer;

  img {
    width: 25px;
    height: 19px;
    object-fit: contain;
  }

  span {
    color: white !important;
    font-size: 13px;
    font-weight: 600;
    text-wrap: nowrap;
  }

  i {
    color: white;
  }
}

.wishlist-btn:hover {
  background-color: #fe5e00;
}
.share-btn{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.modal-close:before {
  line-height: 1;
  content: '\00d7';
  display: flex;
  height: 100%;
  width: 100%;
  margin-top: -3px;
  font-size: 24px;
  color: #681e77;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.modal-close {
  opacity: 1;
  transition: all 0.3s ease;
}

.modal-close:hover:before {
  color: #fff;
}

.modal-close:hover {
  background-color: #681e77;
  opacity: 1;
}

.share-btn {
  background-color: #681e77;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 9999px;
  transition: all 0.7s;
  position: relative;
  cursor: pointer;

  img {
    width: 25px;
    height: 19px;
    object-fit: contain;
  }

  span {
    color: white !important;
    font-size: 13px;
    font-weight: 600;
    text-wrap: nowrap;
  }

  i {
    color: white;
  }
}

.share-btn:hover {
  background-color: #fe5e00;
}
.add-to-cart-btn,.wishlist-btn.popup-wishlist{
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
}
.explore-popup {
  background-color: #681e77;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 142px !important;
  margin-left: 0 !important;
  padding: 6px;
  padding-top: 10px !important;
  padding-bottom: 9px !important;
  border-radius: 9999px;
  transition: all 0.7s;
  position: relative;
  cursor: pointer;

  img {
    width: 25px;
    height: 19px;
    object-fit: contain;
  }

  span {
    color: white !important;
    font-size: 13px !important;
    font-weight: 600;
  }

  i {
    color: white;
  }
}

.explore-popup:hover {
  background-color: #fe5e00;
}

/* modal body*/
.modal-body {
  overflow-y: auto;
}
.modalBtnMain{
  @media (max-width:768px) {
    width: 100%;
  }
  .popup_explore,.add-to-cart-btn{
    @media (max-width:640px) {
      flex: 1;
    }
  }
}
@media (max-width: 767px) {
  .modal-body {
    max-height: 100% !important;
  }
}

.modal-close {
  border: 1px solid #681e77;
  border-radius: 50%;
  font-size: 8px;
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  stroke-width: 0.3px;
  stroke: #681e77;
  background: #fff;
  filter: drop-shadow(2px 2px 2px rgba(104, 30, 119, 0.25));
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-title {
  color: #681e77;
}

.popup-wishlist {
  padding-top: 10px !important;
  padding-bottom: 9px !important;
}

/* Image placeholder */
.img-placeholder {
  display: block;
  width: 100%;
  height: 150px;
  /* Adjust the height as needed for your layout */
  background-color: #e0e0e0;
  border-radius: 5px;
}

/* Title placeholder */
.title-placeholder {
  width: 60%;
  height: 1rem;
  background-color: #e0e0e0;
  border-radius: 5px;
  margin-top: 1rem;
}

/* Animation for glow effect */
.placeholder-glow .placeholder {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* quick view popup */

.modal-content .card-img-top {
  width: 300px;
  max-height: 300px !important;
  object-fit: cover !important;
}

#modalProductImage {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;

  @media (max-width:991px) {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}

.quickViewImg {
  padding-bottom: 100%;
  position: relative;
}

.food_tolerance_img {
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
}

.popup_image_container {
  width: fit-content !important;
  max-width: 100%;

  @media (max-width:991px) {
    width: 100% !important;
  }
}

/* appointment form */

.appointment_form {
  max-width: 500px;
  margin: auto;

  h2 {
    color: #681e77;
  }
}

.intolerance_form-title {
  color: #681e77;
}

/* social icons */

/* product cards */

.intolerance_img {
  border-radius: 8px;
  overflow: hidden;
  @media (max-width:575px) {
    margin: 10px 0;
  }
}

.intolerance_img img {
  max-width: 100%;
  object-fit: cover;
  margin-left: 10px;
  border-radius: 8px;
  mix-blend-mode: multiply;
}
.tests_slider{
  .card.profile_card{
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    .profile_product{
      height: 100%;
      .card-body{
        display: flex;
        flex-direction: column;
        padding: 9px;
        background-color: #f9f9f9;
        .card-btn{
          flex: 1;
          display: flex;
          align-items: flex-end;
        }
      }
    }
  }
  .intolerance_img{
  border-radius: 0px;
  margin: 0px;
  overflow: unset;
    img{
      margin-left: 0;
      border-radius: 0px;
    }
  }
}
.tests_slider .slick-slide {
  margin: 0 8px;
 }
 .tests_slider .slick-list {
  margin: 0 -8px;
}

#productList .card-price {
  color: #681e77;
  font-weight: 400;
  z-index: 10;
}

#productList .card {
  border-radius: 8px;
  overflow: hidden;
  position: relative; 
  cursor: pointer;
  border-color: transparent;
}

#productList .card-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%,
      rgba(254, 84, 0, 0.17) 34.9%,
      rgba(254, 84, 0, 0.09) 85.9%);
  backdrop-filter: blur(1px);
  opacity: 0;
  transition: all 0.4s;
}

#productList .card:hover .card-layer {
  opacity: 1;
}

#productList .quick_view_btn {
  position: absolute;
  // top: 50%;
  // right: 50%;
  // transform: translateX(50%) translateY(-50%);
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  color: #681e77;
}

#productList .remove-wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 5px 10px;
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 0px 4px 0px 4px;
  cursor: pointer;
  font-size: 12px;
}

#productList .remove-wishlist-btn:hover {
  background-color: #d11a2a;
}

#productList .card:hover .remove-wishlist-btn {
  opacity: 1;
}

#productList .card:hover .quick_view_btn {
  color: #fe5e00;
  opacity: 1;
}

#productList .card:hover {
  border: 0.5px solid #681e77;
}

#productList .card-title {
  font-size: 14px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
#productList .card-code{
  font-size: 12px;
}

@media (max-width: 767px) {
  #productList .card-title {
    font-size: 16px;
  }
  #productList .card-code{
    font-size: 14px;
  }
}

#productList .card-btn {
  width: 100%;
  display: flex;
  justify-content: end;
}

.modal_description_container {
  width: 60%;
  // max-height: 420px;
  // overflow: auto;
  margin-left: auto;
  .test-stats-orange{
    color: #fe5e00;
  }
}
.customBottomLine{
  border-bottom: 2px solid #ddd;
}

@media (max-width: 991px) {
  .modal_description_container {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    margin-left: auto;
  }
}

.justify-item-start {
  justify-items: start;
}

em.error.help-block {
  font-size: 12px;
  font-family:  "Lato", serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #e1020280;
}

.modal-dialog-scrollable .modal-content {
  max-height: 80vh;
  @media (max-width:768px) {
    max-height: 100vh;
  }
}

.modal_description {
  max-height: 270px;
  overflow-y: auto;
  @media (max-width:991px) {
    max-height: 300px;
  }
  .hsp_test_list{
    h6{
      font-weight: 700;
    }
  }
  ul {
    li{
      width: auto;
    }
  }
  p {
    margin: 0 !important;
    font-family:  "Lato", serif !important;
  }
}

/* profile card */
.tests_slider{
  .slick-track{
    display: flex;
  }
  li.slick-slide{
    height: initial;
  }
  .card.profile_card{
    height: 100%;
    .row{
  @media (max-width:768px) {
    align-items: stretch !important;
  }
    }
  }
  @media (max-width:768px) {
    .tests_slider-img {
      position: relative;
      padding-bottom: 100%;
      margin-left: 0px;
      img{
        margin-left: 0px;
      }
    }
    .card-btn {
      flex: 1;
      display: flex;
      align-items: flex-end;
  }
  
  .card-body {
      height: 100%;
      display: flex;
      flex-direction: column;
  }
    .tests_slider-img img.card-img-top {
    
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
}
.profile_product {
  .profile_card-img {
    position: relative;
    padding-bottom: 100%;

    img.card-img-top {
      width: 100%;
      height: 100%;
      max-height: 100%;
      min-width: 100%;
      position: absolute;
      object-fit: cover;
    }
  }

  img {
    width: 100%;
    height: 100%;
    min-width: 240px;
    max-height: 240px;
    object-fit: cover;
  }

  // height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* packages */

.intolerance_packages {
  @media (max-width:640px) {
    flex-wrap: wrap;
  }
  .intolerance_package {
    padding: 10px 12px;
    background-color: #ff5e01;
    border-radius: 10px;
    transition: all 0.4s;
    cursor: pointer;
    flex: 0 1 25%;
    @media (max-width:768px) {
      padding: 8px 12px;
      line-height: 1.5;
      border-radius: 6px !important;
    }
    @media (max-width:640px) {
      flex: 0 1 48%;
    }
    .packages_sub{
      @media (max-width:991px) {
        h6{
          font-size: 16px !important;
        }
      }
      @media (max-width:768px) {
        h6{
          font-size: 13px !important;
          line-height: 1.5;
          text-align: center;
        }
      }
    }
  }

  .tile_heading {
    width: 100%;
    // padding-right: 20px;
    @media (max-width:768px) {
      padding-right: 0px;
    }
    h2 {
      color: white;
      font-size: 20px !important;
      margin: 0;
      text-align: center;
      @media (max-width:991px) {
        font-size: 18px !important;
      }
      @media (max-width:768px) {
        font-size: 14px !important;
        line-height: 1.5 ;
      }
    }
  }
}

.test_btn {
  img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 2px;
    @media (max-width:991px) {
      margin-right: 0px;
      width: 15px !important;
      height: 15px !important;
    }
  }
  padding-right: 10px;
  @media (max-width:991px) {
    padding-right: 5px;
  }
  @media (max-width:768px) {
    padding-right: 0px;
  }
}
button.quick_view_btn{
  display: none;
}
.intolerance_package:hover {
  background-color: #681e77 !important;
}

.intolerance_package.active {
  background-color: #681e77 !important;
}

// .specialise_packages {
//   min-width: 300px;
//   @media (max-width: 425px) {
//     min-width: 100%;
//   }
// }

@media (max-width: 767px) {
  .intolerance_package {
    h2 {
      font-size: 13px !important;
    }
  }
}

// .packages_sub {
//   margin-left: 5%;
// }

/* test packages */

.intolerance_packages>div {
  width: 100%;
}

.intolerance_packages h2 {
  font-size: 13px;
}

.intolerance_package .test_icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  @media (max-width:991px) {
    width: 70px !important;
    height: 70px !important;
  }
}

@media (min-width: 767px) {
  .intolerance_packages>div {
    width: 300px;
  }
}

/* currency */

.currency {
  cursor: pointer;
  font-weight: 700;
}

// recaptcha
.recaptcha-err {
  display: block;
}

.recaptcha-err.hide {
  display: none;
}

.load-more-btn {
  display: block;
  width: 200px;
  margin: 30px auto;
  padding: 12px 24px;
  background-color: #fe5e00;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;

}
.load-more-btn:hover {
    @media (min-width:768px) {
    background-color: #681e77;
  }
  color: #fff;
  }


.product_details_slider {
  .slick-slide {
    flex-grow: 1;
    display: flex !important;
    flex-direction: column;
    height: inherit;
  }

  .product_details_slide {
    height: 100%;
  }

  .slick-track {
    display: flex !important;
  }

  .profile_card.profile_product.position-relative {
    height: 100%;
  }
}

/* products search input */

.book-test-input {
  padding-bottom: 50px;

  input {
    position: relative;
    border: 0.2px solid #681e77;
    width: 39.65vw;
    border-radius: 12px;
    padding-right: 30px !important;
    box-shadow: 0px 4px 4px 0px rgba(104, 30, 119, 0.25);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%,
        rgba(107, 103, 100, 0.17) 34.9%,
        rgba(107, 103, 100, 0.09) 85.9%);
  }
}

.book-test-input .input-container {
  position: relative;

  button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #681e77;
    z-index: 5;
    // background-color: #e6e6e5;
  }

  .search_submit {
    z-index: 6;
  }
}

@media (max-width: 640px) {
  .book-test-input {
    input {
      width: 100%;
    }
  }

  .book-test-input .input-container {
    position: relative;
    margin-top: 15px;

    i {
      // position: absolute;
      // top: 60%;
      // left: 5px;
      // transform: translateY(-50%);
      color: #681e77;
    }
  }
}

.mri-search-box {
  border-radius: 50px !important;
}
@media (min-width:768px) {
  .col-number-12{
    flex: 0 0 20%;
    /* Full width */
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-custom-12 {
    flex: 0 0 20%;
    /* Full width */
    max-width: 20%;
  }
}
@media (max-width:768px) {
  #productsList.gx-2{
    --bs-gutter-x: 0.8rem;
  }
}
// @media (max-width: 371px) {
//   .col-custom-12 {
//     flex: 0 0 100%;
//     /* Full width */
//     max-width: 100%;
//   }
// }

@media (max-width: 420px) {
  .col-custom-1-12 {
    flex: 0 0 100%;
    /* Full width */
    max-width: 100%;
  }
}
.mbImgInfo{
  @media (max-width:991px) {
    gap: 10px;
  }
}
.product-info-mobile{
  display: none;
  .test-stats-orange{
    color: #fe5e00;
  }
  @media (max-width:991px) {
    display: initial;
    width: 70%;
  }
  @media (max-width:768px) {
    .modal-title{
      font-size: 18px;
    }
    .test-stats{
      font-size: 14px;
    }
  }
}
.modalImgMain{
  width: 100%;
  @media (max-width:991px) {
    width: 30%;
  }
  @media (max-width:768px) {
    width: 30%;
  }
}


.quick-info-desk{
  @media (max-width:991px) {
    display: none;
  }
}

.text-justify{
  text-align: justify;
}
div#productlist-container .col-12 .profile_card {
  height: 100%;
}


div#productlist-container .col-12 .profile_card .row {
  height: 100%;
}

div#productlist-container .col-12 .profile_card .row .col-8 {
  height: 100%;
}

div#productlist-container .col-12 .profile_card .row .col-8 .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px 10px;
}

div#productlist-container .col-12 .profile_card .row .col-8 .card-body .card-btn {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.d-mobile{
      display:none;
    }

@media (max-width:991px) {
    .d-dekstop{
      display:none;
    }
    .d-mobile{
      display:table;
    }
  }
  .rd-back-link a.back-btn {
    font-family: 'Lato';
    font-size: 16px;
    display: flex;
    font-weight: 600;
    color: #681e78;
    transition: all 0.3s;
    gap: 5px;
    align-items: center;
    width: fit-content;
    i {
      font-size: 14px;
      margin-bottom: -1px;
  }
    &:hover {
      color: #ff5e00;
  }
}

button.toggle-password.view i:first-child {
  display: none;
}

button.toggle-password i:last-child {
  display: none;
}

button.toggle-password.view i:last-child {
  display: initial;
}
button.toggle-password i {
  font-size: 14px;
  color: #681e78;
}
button.toggle-password {
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.signin-form button.toggle-password {
  right: 14px;
}