@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap");


:root {
  --c-pink: #4F2070 !important;
  --c-orange: #4F2070 !important;
  --c-btn-bg-pink: #fff0f0 !important;
  --c-theme-pink: #ff959566 !important;
  --c-grey: #f8f9fa !important;
  --c-white: #ffffff !important;
  --c-txt-grey: #808080 !important;
  /* --c-gradient: linear-gradient(to right, #ff416c, #ff4b2b); */
  --c-gradient: linear-gradient(to right, #4F2070 30%, #000000c4);
  --c-light-grey: #ededed !important;
  --c-purple: #4F2070 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Nunito", sans-serif; */
  font-family: "Nunito", initial;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: unset;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}

.header * {
  -webkit-font-smoothing: antialiased;
}

/* header css */
/* .headerTop{
  background-color: #fff0f0;
} */
/* .megaMenu .nav-item.dropdown:hover .dropdown-menu {
  display: block;
} */

.navbar-brand {
  /* height: 70px; */
  height: 55px;
  padding-top: 0;
  margin-bottom: 0px;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a {
  color: #e30206;
  text-decoration: none !important;
}

.nav-link {
  color: #686868;
}

.headerLocation .locationInput {
  /* border: transparent; */
  border: 1px solid #7a7a7a;
  /* border-radius: 42px !important; */
  padding: 8px 18px 8px 40px;
  font-size: 14px;
  min-width: 35vw;
  background-color: #4f20701c;
}

.headerLocation .fa-magnifying-glass {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 14px;
}

.locationForm {
  display: flex;
  margin-left: 30px;
  align-items: flex-start;
}

.locationForm i {
  font-size: 26px;
  color: #686868;
}

.locationForm select {
  border: 0;
}

.custom_container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
}

ul.auth_options {
  justify-content: end;
  width: 100%;
}

.nav-link.themeBtn {
  padding: 7px 20px 10px !important;
}

.themeBtn {
  background-color: #e30206;
  border: 1px solid #e30206;
  border-radius: 35px;
  padding: 7px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}

.themeBtn:hover {
  color: #e30206;
  background-color: transparent;
}

.themeBtn:hover i {
  color: #e30206;
}

.auth_options i {
  font-size: 16px;
  color: #686868;
}

.auth_options i {
  margin-right: 6px;
}

.auth_options .nav-link {
  color: #686868;
}

.auth_options .nav-link:hover .toexpand {
  display: inline-block;
}

.auth_options .nav-link {
  font-size: 15px;
  cursor: pointer;
}

.themeBtn i {
  color: #fff;
}

/* .toexpand {
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
} */
/* home page css */
.hbtitle .highlighted {
  color: #ffffff;
  font-family: Roboto;
  display: block;
  font-size: 60px;
}

.homeSlider_sec .bannerImg {
  height: clamp(83vh, 83vh, 83vh);
  object-fit: cover;
}

.megaMenu {
  /* background: #1D1D1F; */
  /* background: #ff95957d; */
  background: #4f207057;
}

.megaMenu * {
  font-size: 15px;
}

.megaMenu .nav-link {
  color: #3b3b3b;
  font-weight: 600;
}

.headerNavigations .nav-item {
  margin: 0 6px;
}

.homeSlider_sec .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.homeSlider_sec .owl-nav img {
  width: 38px;
}

.homeSlider_sec .owl-nav .owl-prev img {
  margin-right: 14px;
}

.megaMenu .nav-item {
  margin: 0 20px;
}

.slideContent {
  position: relative;
}

.slideContent:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
}

.slideText {
  position: absolute;
  max-width: 50vw;
  display: flex;
  height: 100%;
  align-items: center;
  left: 5%;
  z-index: 1;
}

.slideText .hbtitle {
  font-size: 50px;
  font-weight: 800;
  padding: 40px;
  text-shadow: #ff95957d 1px 0 10px;
}

.pawPrint {
  height: 24px;
  width: unset !important;
  display: inline-block !important;
  transform: rotate(-5deg);
}

.sec_pd {
  padding: 50px 0;
}

.sectionHdngs {
  font-weight: 700;
  margin-bottom: 30px;
}

.sectionHdngs .highlighted {
  position: relative;
}

.sectionHdngs .highlighted:before {
  background: linear-gradient(45deg, #e30206, #ac3e57, #e30206);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  mix-blend-mode: screen;
  top: 0;
  left: 0;
}

.product_card .prdctDescription {
  margin-bottom: 5px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

.hmProductPrice {
  font-size: 14px;
}

.hmProductInfo {
  padding: 10px;
  background-color: #fff0f0;
}

.hmProductInfo .hmName {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
  font-weight: 600;
}

.product_card {
  border-radius: 10px 12px;
  overflow: hidden;
  cursor: pointer;
}

.prductImg_group {
  position: relative;
}

.product_card:hover .ImageOverlayCa {
  opacity: 1;
}

.mdcnImg {
  filter: unset !important;
}

.product_card:hover .product-button {
  opacity: 1;
  bottom: 8px;
}

.product_card .ImageOverlayCa {
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #ffd2974d;
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  z-index: 1;
}

.product_card .product-button {
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.product_card .product-button i {
  background-color: #e30206;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
}

.product_card .product-button .tocart {
  font-size: 24px;
  padding: 8px;
  margin-right: 10px;
}

.prductImg_group img {
  height: 230px;
  object-fit: cover;
}

.bsProducts_slider .owl-nav .owl-prev,
.bsProducts_slider .owl-nav .owl-next {
  position: absolute;
  top: 35%;
}

.bsProducts_slider .owl-nav .owl-next {
  right: 0;
}

.bsProducts_slider .owl-nav .owl-prev {
  left: 0;
}

.bsProducts_slider .owl-nav img {
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  border-radius: 50%;
}

.owl-nav button {
  background: none !important;
}

.bedRange_info {
  background-color: #fff0f0;
  border-radius: 0 0 70px 70px;
  padding: 200px 30px 50px;
}

.bedProduct img {
  border-radius: 190px;
  height: 380px;
  width: 70%;
  object-fit: cover;
}

.bedProduct {
  margin-bottom: -160px;
}

/* Footer css */
.contactLinks i {
  margin-right: 6px;
}

.fit-content {
  width: fit-content;
}

.footer_wrap .footer-top {
  position: relative;
  background-color: #1d1d1f;
  color: #fff;
  padding: 40px 0 18px;
  border-radius: 60px 0px 0 0;
  overflow: hidden;
}

.footer_wrap .footer-top:before {
  background-image: url("../imgs/footerTexture.png");
  background-size: 100%;
  height: 100%;
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  background-position: bottom;
  position: absolute;
  opacity: 0.1;
}

.footer_wrap .footer-top .container {
  z-index: 2;
  position: relative;
}

ul {
  list-style: none;
}

.footer_wrap ul {
  padding-left: 5px;
}

.footer_wrap a {
  color: #fff;
}

.ftr_li {
  margin: 8px 0;
}

.footer-social i {
  font-size: 16px;
  margin-right: 6px;
}

.menuIcon {
  filter: brightness(1) invert(1);
  height: 40px;
  width: 40px;
}

.servS_right {
  height: 372px;
  object-fit: cover;
  border-radius: 0 30px 30px 0px;
}

.servS_left1 {
  margin-bottom: 14px;
  height: 187px;
  border-radius: 30px 0 0 30px;
}

.servS_left2 {
  height: 170px;
  border-radius: 30px 0 0 30px;
}

.ourServices {
  background: #9d4158;
  padding: 60px 0;
}

.servicesText {
  padding: 8px 40px;
  color: #fff;
}

.ourServices .servcTitle {
  font-size: 62px;
  background-image: url("../imgs/hrtline.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}

.servicesText p {
  font-size: 16px;
}

.pawTexture {
  position: absolute;
  right: 0;
  top: -30px;
}

.texP2 {
  bottom: 70px;
  height: 60px;
  top: unset;
  right: -10px;
}

.missionVision {
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-image: url("../imgs/bannerBg.jpg");
  min-height: 90vh;
  background-position: center;
  background-size: 100%;
}

.missionVision * {
  color: #fff;
}

.missionWrap h1 {
  font-size: 62px;
  font-weight: 700;
  text-transform: capitalize;
}

.missionWrap p {
  font-size: 16px;
}

.inr_ctlog {
  overflow: hidden;
  box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, 0.58);
}

.catlog_nam {
  position: absolute;
  padding: 30px 30px 30px 30px;
  right: 0;
  bottom: 0;
  background: rgba(237, 237, 237, 1);
}

.inr_ctlog img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease 0s;
}

.srch-lc .d-flex {
  flex-direction: row-reverse;
}

.custom_container .headerLocation {
  flex-direction: row-reverse !important;
}

.srch-header {
  margin-left: 3em;
}

.nav-item a i {
  /* color: black; */
  color: #4f2070;
  font-size: 18px;
}

.nav-item a:hover {
  color: black;

}

.nav-link .cps {
  height: 26px;
}

.custom_container_b {
  max-width: 1300px;
  width: 100%;
  /* margin: 0 auto; */
  /* padding: 0 25px; */
  display: flex;
  align-items: center;
}

.nav-pr {
  justify-content: space-between;
  margin: 0px 40px;
  width: 88%;
}

.nav-child {
  align-items: center;
}

/* .product_card{
    transition: shadow 2s 0s linear;
} */
.product_card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bestSelling .owl-stage-outer {
  padding: 0px 20px 20px 20px;
}

.topDiscount .owl-stage-outer {
  padding: 0px 20px 20px 20px;
}

.pr-btn {
  border-radius: 35px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}

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

.pageWrapper.log-page {
  font-family: sans-serif;
}

.card-wrap {
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;

  /* background: rgb(246, 236, 236); */
  background-image: url(../imgs/wave.svg) !important;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  /* padding: 3rem 0; */
}

.card {
  border: none;
  border-radius: 15px;
  width: 500px;
  /* height: 500px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* color: white; */
  color: black;
  padding: 2em;
  /* background: white; */
  background: rgb(246, 236, 236);
  color: black;

  box-shadow: rgb(0 0 0 / 3%) 0.9px 2.5px 3.8px -14px,
    rgb(0 0 0 / 4%) 2.4px 6.9px 10.5px -14px,
    rgb(0 0 0 / 5%) 5.7px 16.6px 25.3px -14px,
    rgb(0 0 0 / 8%) 19px 55px 84px -14px;
}

.heading {
  margin-bottom: 2em;
  text-align: center;
}

.box {
  margin: 5px;
}

.box label {
  color: rgb(151 148 148);
}

.box div {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0.5em;
}

.card .box input {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(19, 19, 19);
  color: white;
  border: none;
  outline: none;
  padding: 0.8em;
  border-radius: 10px;
  transition: all 0.4s linear;
}

.card .box input:focus::placeholder {
  color: white;
}

.card .box div::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 105%;
  border-radius: 10px;
  /* background: linear-gradient(to right, #ff416c, #ff4b2b); */
  background: var(--c-gradient);
}

.login-btn {
  /* width: 25%; */
  padding: 5px 20px;
  height: 40px;
  border: none;
  border-radius: 10px;
  margin: 0.5em 0;
  /* transform: translate(2%); */
  color: white;
  /* background: linear-gradient(to right, #ff416c, #ff4b2b); */
  background: var(--c-gradient);
  transition: all 0.2s linear;
}

.login-btn:hover {
  transform: translate(1%, 6%);
  box-shadow: 0 0 10px #ff416d65;
  color: white;
}

.log-page .icons {
  justify-content: space-evenly;
}

.signup-txt {
  font-size: 0.8em;
  margin-top: 0.5em;
  text-align: center;
  color: grey;
}

.signup-txt a {
  color: var(--c-purple);
  font-weight: bold;
}

.card.recover-card,
.login-card,
.card.forgot-card {
  border-radius: 15px;
  /* background: rgb(19, 19, 19); */
  /* background-color: black; */
  width: 400px !important;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: black;
  padding: 2em;

  /* background: rgba( 255, 255, 255, 0.15 ); */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border-radius: 10px;
}

.log-btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* payment */
.pay-wrap {
  /* margin: 50px 0px; */
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgb(182, 229, 248); */
  /* background-image: url(../imgs/paybg.png);
    background-position: center;
    background-size: cover; */
}

.payin-wrap {
  background-color: white;
  border-radius: 10px;
  padding: 20px 30px;
  /* background: rgba(255, 255, 255, 0.05); */
  background: var(--c-grey);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.pag-page .heading {
  border-bottom: 1px solid #8080804a;
  padding: 10px;
}

.heading h2 {
  margin-bottom: 0;
}

.label-img img {
  width: 30px;
  height: auto;
}

.label-b {
  border: 1px solid grey;
}

.inp-wrap {
  /* flex-direction: column; */
  justify-content: space-evenly;
  align-items: center;
}

.radio-wrap input,
label img {
  margin-right: 15px;
}

.radio-wrap label {
  display: flex;
}

.radio-wrap {
  align-items: center;
}

.radio-wrap p {
  font-weight: 500;
  margin-block-end: 0;
  margin-block-start: 0;
}

.card .pay-box input {
  /* position: absolute; */
  color: black;
  border: none;
  outline: none;
  padding: 0.8em;
  border-radius: 10px;
  transition: all 0.4s linear;
  width: 100%;
}

.card .pay-box input::placeholder {
  color: grey;
}

.form-cont {
  display: flex;
  justify-content: center;
}

.f-card {
  border: none;
  border-radius: 15px;
  /* width: 500px; */
  /* height: 500px; */
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  color: white;
  color: black;
  padding: 2em;

  box-shadow: 0.7px 2.1px 3.6px rgba(0, 0, 0, 0.024),
    2px 5.9px 10px rgba(0, 0, 0, 0.035),
    4.8px 14.2px 24.1px rgba(0, 0, 0, 0.046), 16px 47px 80px rgba(0, 0, 0, 0.07);

  background-image: url(../imgs/card-bg.png);
  background-position: center;
  background-size: cover;
}

.pay-box label {
  color: grey;
}

.d-flex {
  display: flex;
}

.mb-3 {
  margin-bottom: 15px;
}

.f-card::before {
  position: absolute;
  content: "";
  background-image: url(../imgs/cc.svg);
  background-position: center;
  background-size: cover;
}

.pay-box div {
  position: relative;
  width: 100%;
  z-index: 1;
  /* height: 40px; */
  /* margin: 0.5em; */
}

.card .pay-box div::before {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  width: 102%;
  height: 105%;
  border-radius: 10px;
  /* background: linear-gradient(to right, #ff416c, #ff4b2b); */
}

.height-100 {
  height: 100vh;
}

.c-card {
  position: relative;
  border: none;
  width: 400px;
  border-radius: 15px;
  color: #fff;
  background-image: linear-gradient(to right top,
      #280537,
      #56034c,
      #890058,
      #bc005b,
      #eb1254);

  /* background: rgba( 255, 255, 255, 0.25 ); */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.c-card div {
  z-index: 10;
}

.c-card::before {
  content: "";
  z-index: 1;
  transform: translate(-16px, 1px);
  position: absolute;
  width: 100%;
  height: 101%;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 30%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(4px);
  /* border-radius: 10px; */
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.number span {
  font-size: 20px;
  font-weight: 600;
}

.cardholder,
.expires {
  font-weight: 600;
  font-size: 17px;
}

.name,
.date {
  font-size: 15px;
}

.card-border {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border: none;
  border-radius: 6px;
  /* background-color:blue; */
  color: #fff;
  /* background-image: linear-gradient(to right top, #0c0537, #440b51, #7f005d, #b9005b, #eb124b); */
}

.c-w {
  color: white !important;
  font-size: 1em;
}

.l-t {
  color: white !important;
  font-size: 0.8em;
  margin-bottom: 3px;
}

.cc-box input {
  height: 30px;
  color: #000;
}

.cus-input input::placeholder {
  text-align: center;
  color: rgba(255, 255, 255, 0.753);
}

.cus-input input {
  border-radius: 5px;
  border: none;
  height: 30px;
  width: 50px !important;
  color: white;
  /* display: flex; */
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 30%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(4px);
}

.pay-btn {
  text-align: center;
  margin: 5px 0px;
}

.pay-btn button {
  text-align: center;
  /* background: linear-gradient(to right, #ff416c, #ff4b2b); */
  /* background-image: linear-gradient(to left, #280537, #56034c, #890058, #bc005b, #eb1254); */
  border: none;
  border-radius: 4px;
  padding: 5px 15px;
  color: white;
  background-color: #56034c;
  /* background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 30%);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 4px ); */
}

.pay-btn button:hover {
  color: #56034c;
  background-position: 0;
  transition: all 0.4s;
  transform: translate(1px, 2px);
}

.r-form-wrap {
  /* padding: 20px ; */
  border-bottom: 1px solid rgba(128, 128, 128, 0.664);
}

.card .pay-box input {
  border-radius: 5px;
}

.cc-box div input {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 30%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(4px);
  color: black;
}

.cc-box div input::placeholder {
  color: white !important;
}

.pay-type {
  padding: 20px 0px;
  border-bottom: 1px solid #8080804a;
}

.pay1 {
  align-items: center;
}

.bank-select {
  padding: 10px 20px;
}

.upi-form {
  margin: 20px 10px;
}

.upi-form label {
  font-size: 0.9em;
}

.address-inner .box input,
select {
  color: black;
  border: none;
  outline: none;
  padding: 0.8em;
  border-radius: 10px;
  transition: all 0.4s linear;
  width: 100%;
  border: 1px solid rgb(194, 194, 194);
}

.location-btn .loc-btn {
  background: grey;
  color: white;
  border: none;
}

.addr-items {
  margin: 80px 0px;
}

.addr-items .addr-heading {
  margin-bottom: 20px;
}

.page-wrap {
  margin: 80px 0px;
}

.addr-cards {
  padding: 20px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}

.adr-card {
  margin-top: 30px;
  padding: 40px 20px 30px;
  width: 350px;
  border-radius: 15px;
  background: var(--c-light-grey);
  box-shadow: 35px 35px 70px #c9c9c9;
  position: relative;
  /* border: 1px solid #ff4b2b; */
}

.adr-icon {
  position: absolute;
  background: var(--c-gradient);
  top: -23px;
  left: 6%;
  /* transform: translate(-50%, 0%); */
  padding: 10px;
  border-radius: 5px;
}

.adr-icon img {
  width: 30px;
  height: auto;
  filter: invert();
}

.c-body .loc {
  text-align: center;
  margin-bottom: 10px;
}

.loc span {
  font-size: 20px;
  font-weight: 500;
}

.c-body p {
  margin-block-end: 0em;
  line-height: 23px;
}

.addr-heading .add-ad {
  border: none;
  /* background-color: #ff4b2b; */
  /* padding: 5px 10px; */
}

.address-heading {
  margin-top: 40px;
}

.loc-btn {
  padding: 5px 10px;
  border: none;
}

.add-loc-wrap {
  justify-content: end;
}

.add-loc-wrap i {
  padding-left: 13px;
}

.center-btn {
  display: flex;
  justify-content: center;
}

.ad-cont {
  /* padding-bottom: 50px ; */
  margin-bottom: 50px;
}

.page-h h3 {
  font-weight: 600;
}

.page-h h1 {
  font-family: "Nunito", initial !important;
}

.right img {
  width: 140px;
  height: 140px;
  border-radius: 58%;
  object-fit: cover;
}

.form-select {
  color: grey;
  /* border: none; */
  outline: none;
  padding: 0.6em;
  border-radius: 10px;
  transition: all 0.4s linear;
  width: 100%;
  border: 1px solid rgb(194, 194, 194);
  background-color: unset;
  /* transform: translate(10px, 10px); */
  background-position: right 0.75rem center;

}

/* my account */
/* .right{
  display: flex;
  justify-content: center;
} */

.box1 label {
  color: rgb(151 148 148);
}

.box1 label:nth-child(2) {
  color: red;
}

.left .box input {
  color: black;
  /* border: none !important; */
  outline: none;
  padding: 0.8em;
  border-radius: 10px;
  transition: all 0.4s linear;
  width: 100%;
  border: 1px solid rgb(194, 194, 194);
  background: white !important;
}

.c-bottom .box1 input {
  color: black;
  /* border: none !important; */
  outline: none;
  padding: 6px 12px;
  height: 38px;
  border-radius: 10px;
  transition: all 0.4s linear;
  width: 100%;
  border: 1px solid rgb(194, 194, 194);
  background: white !important;
}

.u-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.upld {
  position: absolute;
  bottom: 9%;
  right: 0;
  width: 30%;
  opacity: 0;
}

.upld input {
  width: 85%;
}

.icon-abs {
  position: absolute;
  bottom: 11%;
  right: 6px;
}

.icon-abs i {
  background-color: #ff95957d;
  border-radius: 5px;
  padding: 5px;
}

.icon-abs i:hover {
  color: white;
}

.left {
  position: relative;
}

.edit-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.edit-wrap {
  padding: 50px 0px;
  border-radius: 15px;
  /* background: #e0e0e0; */
  background: #ebebeb;
  box-shadow: 35px 35px 70px #bebebe, -35px -35px 70px #ffffff;
}

.edit-card-wrap>.card {
  border-radius: 15px;
  /* background: #ebebeb61; */
  background-color: var(--c-grey);
  border: unset;
  box-shadow: unset;
  /* box-shadow: 35px 35px 70px #bebebe, -35px -35px 70px #ffffff; */
}

.edit-card-wrap {
  padding: 40px 0px;
  display: flex;
  justify-content: center;
}

.top img {
  width: 140px;
  height: 140px;
  border-radius: 58%;
  object-fit: contain;
}

.top .user-image {
  position: relative;
}

.user-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.top .user-image .abs input {
  position: absolute;
  /* right: 35%; */
  bottom: 10px;
  width: 10%;
  opacity: 0;
}

.top .user-image .abs i {
  position: absolute;
  /* right: 38%; */
  bottom: 10px;
  background: grey;
  padding: 5px;
  border-radius: 5px;
  color: white;
}

.nav-item ul li .btn-primary {
  color: #212529;
  background-color: unset;
  border: unset;
  padding: 0px;
  padding-left: 15px;
}

.vet-items .box1 input,
textarea {
  color: black;
  /* border: none !important; */
  outline: none;
  padding: 0.8em;
  border-radius: 10px;
  transition: all 0.4s linear;
  width: 100%;
  border: 1px solid rgb(194, 194, 194);
  background: white !important;
  /* transform: translate(10px, 10px); */
}

.detect {
  display: flex;
  justify-content: center;
  /* transform: translate(-1px, 13px); */
  border-radius: 6px;
}

.detect button i {
  color: white;
}

.detect>button {
  padding: 10px;
  background: grey;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
}

.detect button:hover {
  transform: translate(1px, -4px);
}

.nav-item .find-lab {
  background: none;
  border: none;
  color: #3b3b3b;
  font-weight: 600;
}

.vet-info {
  display: flex;
  align-items: center;
  background-attachment: fixed;
  /* background-image: url(../imgs/homevisitbg.jpg); */
  background-image: url(../imgs/vetbg1.jpg);

  min-height: 90vh;
  background-position: center;
  background-size: 100%;
}

.gold-link {
  background: none;
  color: white;
  border: 1px solid linear-gradient(225deg, hsla(51, 94%, 65%, 1) 0%, hsla(34, 80%, 48%, 1) 82%) !important;
}

.info-p a {
  padding: 5px 10px;
  border-radius: 5px;
  background: none;
  color: white;
  /*background-color: grey;*/
}

.info-p a:hover {
  color: white;
  background-color: black;
}

.info-p {
  padding: 40px;
}

.info-p p {
  text-align: justify;
}

.info-p {
  /* position: relative; */
  background: rgba(255, 255, 255, 0.1);
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(7px);
  /* border-radius: 10px; */
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.mt-4 {
  margin-top: 20px;
}


.contact-p h1 {
  text-align: center;
}

.contact-p {
  border-radius: 20px;
  padding: 30px;
  background-color: var(--c-grey);
}

.contact-p .submit-btn {
  text-align: center;
}

/* .contact-p{
  background-image: url(../imgs/contact-il.svg);
  background-size: cover;
  background-position: center;
} */

/* Cart */

.cart-item .card {
  width: 100%;
}

.c-img .btns button {
  /* background-color: unset; */
  border: unset;
  background-color: rgb(82, 82, 82);
  padding: 5px 10px;
}

.c-img .p-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}

.cart-product {
  background-color: #fff0f0;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.cart-product .hmProductInfo {
  /* padding: 30px; */
  background-color: unset;
}

.cart-product .hmName {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
  font-weight: 600;
}

.txt-b {
  font-weight: 500;
}

.btns select {
  width: 15%;
  background-color: white;
  padding: 0.5em 0.5em;
  border: unset;
}

.wishlist-items>.wish-crd {
  width: 270px;
  border-radius: 10px 12px;
  /* overflow: hidden;   */
  cursor: pointer;
  position: relative;
}

.wishlist-items .wish-crd:hover {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.wish-img {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.wish-img img {
  height: 230px;
}

.wish-crd .wish-item-info {
  padding: 10px;
  background-color: white;
}

.wish-item-info .wish-name {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
  font-weight: 600;
}

.wish-item-info .wish-desc {
  margin-bottom: 5px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

.wish-item-info .wish-price {
  font-size: 14px;
}

.wish-add-cart {
  /* position: absolute; */
  /* bottom: -4%; */
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  width: 100%;
}

.wish-add-cart button {
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.658);
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 500;
  width: 100%;
}

.wish-add-cart button:hover {
  background-color: #fff0f0;
}

.wish-add-cart button i {
  /* width: 10px; */
  padding: 5px;
  transform: scale(1.4);
}

/* .wish-img img{
  width: 270px;
  height: 230px;
} */

.wish-share {
  position: absolute;
  top: 6%;
  right: 8%;
  background: rgba(128, 128, 128, 0.452);
  border-radius: 50%;
  padding: 5px;
  transition: 0.4s all;
  /* opacity: 0; */
}

.wish-share:hover {
  transform: scale(1.1);
  /* opacity: 1; */
}

/* wishlist card */

.section_padding {
  padding: 140px 0px;
}

.single_product_item {
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffc0cb40;
  position: relative;
}

.single_product_item:hover {
  box-shadow: 0px 10px 20px 0px rgb(0 23 51 / 9%);
}

.single_product_item .single_product_text {
  padding: 24px 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.itm {
  display: flex;
  justify-content: center;
}

.text-an a {
  opacity: 0;
  /* width: 0;     */
  transition: 0.4s all;
  background: #fff0f0;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 0;
}

.single_product_item:hover a {
  opacity: 1;
  /* width: 100%; */
  visibility: visible;
}

.single_product_item:hover .single_product_text {
  padding: 24px 20px;
}

.single_product_item>img {
  width: 200px;
}

/* .img-center{
  width: 300px;
} */
.share-ic a {
  position: absolute;
  top: 6%;
  right: 8%;
  background: rgba(128, 128, 128, 0.452);
  border-radius: 50%;
  padding: 5px;
  transition: 0.4s all;
  opacity: 0;
}

/* .single_product_item:hover {
  opacity: 1;
} */

.box1 input {
  color: black;
  /* border: none !important; */
  outline: none;
  padding: 0.8em;
  height: 40px;
  border-radius: 10px;
  transition: all 0.4s linear;
  width: 100%;
  border: 1px solid rgb(194, 194, 194);
  background: white !important;
}

.btn-d {
  padding: 5px 15px;
  height: 40px;
  border: none;
  border-radius: 10px;
  margin: 0.5em 0;
  color: white;
  transition: all 0.2s linear;
  background-color: rgba(128, 128, 128, 0.452);
}

.box1 .inp {
  justify-content: space-evenly;
}

.c-right {
  padding: 20px;
  border-radius: 10px;
  background: var(--c-grey);
  /*border: 1px solid #80808066;*/
  box-shadow:
    4.8px 5.2px 6px rgba(0, 0, 0, 0.032),
    13.2px 14.3px 20.1px rgba(0, 0, 0, 0.048),
    51px 55px 90px rgba(0, 0, 0, 0.08);
}

.c-right .c-right-h {
  padding: 20px 13px;
  /* border-bottom: 1px solid rgba(128, 128, 128, 0.541); */
  border-bottom: 1px solid rgb(128 128 128 / 20%);
}

.c-right-item {
  justify-content: space-between;
  margin: 10px 0px;
  color: grey;
}

.checkout {
  text-transform: uppercase;
}

.checkout .btn-d {
  margin: 1em 0;
  color: white;
  background-color: #000;
}

.c-left {
  padding: 15px 20px;
  border-radius: 10px;
  background: var(--c-grey);
  /*border: 1px solid #80808066;*/
  box-shadow:
    4.8px 5.2px 6px rgba(0, 0, 0, 0.032),
    13.2px 14.3px 20.1px rgba(0, 0, 0, 0.048),
    51px 55px 90px rgba(0, 0, 0, 0.08);
}

.product-in {
  align-items: center;
}

.product-in p {
  margin-block-end: 0em;
}

.in-stock {
  color: green;
}

.lbl-f {
  display: flex;
  align-items: center;
}

.lbl-f input {
  padding: 0.4em 0.1em 0.4em 0.4em;
}

.c-wish {
  width: 30px;
  height: 30px;
  /* border: 1px solid; */
  padding: 4px;
  border-radius: 50%;
  text-align: center;
  background: #ffc0cb40;
}

.c-wish i {
  /* padding: 10px; */
  color: black;
  /* border: 1px solid grey; */
  /* font-size: 20px; */
  /* border-radius: 50%; */
}

.c-wish i:hover {
  border: unset;
  /* background-color: #e30206; */
  /* color: #fff; */
}

.c-delete {
  width: 30px;
  height: 30px;
  /* border: 1px solid; */
  padding: 4px;
  border-radius: 50%;
  text-align: center;
  background: #ffc0cb40;
}

.c-delete i {
  /* padding: 10px; */
  color: black;
  /* border: 1px solid grey; */
  /* font-size: 16px; */
  /* border-radius: 50%; */
}

.cart-products {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.452);
}

.c-left .cart-products:last-child {
  border-bottom: none;
}

.cart-p .page-h {
  margin-bottom: 35px;
}

.product-text {
  padding-left: 10px;
}

.product-text .price {
  font-size: 1.1em;
  font-weight: 400;
  color: grey;
}

.expected-d {
  color: #dc8718;
}

.nav-pdn>li {
  padding: 5px 0px;
}


/*3 nov*/

.pay-m img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.pay-m>span,
.pay-m>a {
  vertical-align: middle;
  margin-left: 5px;
}

.txt-dark {
  color: black !important;
}

.login-btn.check-padding {
  padding: 5px 10px;

}

.checkout-coupon {
  padding: 5px 10px;
}


/* product detail */
/* .pageWrapper.productd-p{
  background-color: #80808014;
} */

.bg-white {
  background-color: white;
}

.btn-minus,
.btn-plus {
  background-color: #ffc0cb40;
}

.btn-pink {
  background: #ffc0cb40;
  color: white;
}

.product-img img {
  object-fit: contain;
}

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

.add_cart {
  transition: 0.4s all;
  background: #fff0f0;
  /* padding: 5px 10px; */
  padding: 8px 10px;
  border-radius: 4px;
  opacity: 0;
}

.in-padding:hover .add_cart {
  opacity: 1;
  margin-left: 10px;
}

.add_cart i {
  margin-left: 3px;
}

.in-padding {
  padding: 20px;
}

.product-size>strong {
  margin-right: 10px;
}

.product-size .form-group {
  align-items: center;
  margin-left: 10px;
}

.product-size .form-group label {
  margin-left: 5px;
}

#buy-qty {
  padding: 5px 0px 5px 10px;
  height: unset;
}

.buy-btn {
  height: unset;
  padding: 5px 10px;
}

.rating-img>img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.slideproduct>img {
  width: 400px !important;
  height: auto;
}

.slideproduct {
  display: flex;
  justify-content: center;
  align-items: center;
}

.size-item span {
  /* background-color: grey; */
  border-radius: 50%;
  border: 1px solid grey;
  padding: 7px 10px;
  margin-left: 10px;
}

.size-item .active {
  /* background-color: pink; */
  background-color: rgba(128, 128, 128, 0.185);
  border: none;
  color: black;
}

.m-left {
  margin-left: 10px;
}

.product-head {
  border-bottom: 1px solid rgb(128 128 128 / 21%);
  border-bottom: 1px solid rgb(128 128 128 / 21%);
}

.product-head h4 {
  font-weight: 600;
}

.productRatings {
  align-items: center;
}

.productRatings i {
  font-size: 13px;
}

.file-up>.form-group>input {
  width: 22%;
}


/* 5 NOV UPLOAD */

.side-filter form {
  padding-left: 1em !important;
}

.side-filter form input {
  width: unset !important;
  /* margin: 10px 0px; */
  margin: unset;
  margin-right: 10px;
}

.filter-links>li {
  margin-bottom: 10px;
  transition: all 0.2s linear;
}

.filter-links>li:hover {
  /* background-color: rgba(128, 128, 128, 0.315); */
  /* padding: 5px 0px 5px 10px; */
  padding-left: 5px;
}

.filter-links>li:hover .hv-black {
  color: black !important;
}

.filter-links>li>a {
  color: grey;
}

.filter-links>li:hover a {
  color: black;
}

.sidebar>ul {
  padding-left: 1em !important;
}

.product-item .product-img {
  transition: all 0.4s linear;
  z-index: 1;
}

.product-item .bg-layer {
  background-color: rgba(0, 0, 0, 0.356);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.product-item:hover .bg-layer {
  opacity: 1;
}

.product-icons {
  z-index: 5;
}

.product-item .product-img {
  background-color: var(--c-white);
  height: 220px;
}

.product-item:hover img {
  transform: scale(1.1);
  rotate: 5deg;
}

.product-item .product-img img {
  transition: all 0.3s linear;
}

.product-img>.product-icons {
  position: absolute;
  /* opacity: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-icons a {
  /* background-color: grey; */
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s linear;
}

.product-item:hover a {
  background: white;
  /* transition: all 0.4s linear; */
  opacity: 1;
}

/* .product-icons:hover{
  background-color: red;
} */
.product-item .product-icons a i {
  transition: all 0.4s linear;
}

.product-icons a:hover i {
  color: black;
}

.sort-select>select {
  border-radius: 4px;
  padding: 5px 33px 5px 10px;
  border: none;
  background-color: var(--c-grey);
  color: black;
}

.sort-select>select>option {
  padding: 5px 10px;
}

.product-img>.img-fluid {
  width: 70% !important;
  height: 100%;
}

.product-address .txt-min-width {
  min-width: fit-content;
  margin-right: 10px;
}

.lab-book-btn {
  height: unset;
  padding: 14px 20px;
  text-align: center;
}

.hollow-btn {
  /* width: 25%; */
  /* height: 40px; */
  border: none;
  border-radius: 10px;
  margin: 0.5em 0;
  /* transform: translate(2%); */
  color: black;
  border: 3px solid var(--c-pink);
  background-color: var(--c-white);
  transition: all 0.2s linear;
}

.lab-review-link a {
  color: var(--color-secondary);
}

.lab-item .lab-img {
  width: 270px;
}

.lab-dtl {
  padding: 30px;
}



/* 5 Nov */
.ml-small {
  margin-left: 10px;
}

.txt-grey {
  color: var(--c-txt-grey);
}

/* .product-item:not(:hover){
    opacity: 0.4;
  } */
.lab-item:hover .product-img img {
  rotate: 0deg;
}

.filter-sidebar {
  height: 100vh;
  overflow: scroll;
}

.filter-sidebar::-webkit-scrollbar {
  display: none;
}

.filter-header {
  background-color: var(--c-grey);
  border-bottom: 1px solid var(--c-txt-grey);
}

.filter-header h4 {
  margin-bottom: 0;
  padding: 10px 17px;
}

.nav-cat-head {
  padding: 5px 10px;
  border-bottom: 1px solid var(--c-grey);
  margin-bottom: 0;
}

/* 
.dropdown-menu li{
  transition: transform 0.2s linear;
}
.dropdown-menu li:hover{
  transform: translate(1px, -3px);
} */

/* .megaMenu > .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
} */
/* .dropdown.sub-nav .dropdown-menu{
  display: none;
} */


.megaMenu .subnav-item.dropdown:hover .sub-dropdown-menu {
  display: block;
}

.sub-dropdown-menu {
  display: none;
}

.sub-nav-item:hover .sub-dropdown-menu {
  display: block;
}

.sub-nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.sub-nav-item a {
  color: var(--c-txt-grey) !important;
}

.sub-nav-item:hover a {
  color: black !important;
}

.sub-nav-item:not(:hover) a {
  color: grey !important;
}

.sub-nav-link {
  position: relative;
}

.sub-nav-link.dropdown-toggle::after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, 0);
}

.sub-nav-item.dropdown {
  padding-left: 14px;
}

/* .sub-nav-menu{
  transition: all 0.4s linear;
} */



/* header */


/* .nav-item.dropdown .dropdown-menu{
 box-shadow: 0px 0px 10px #000;
 width: 200px;
} */
/* .nav-item.dropdown:hover .pet-sub-header{
  display: block;
}
.custom-sub-header{
  display: block !important;
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
}
.pos-rel{
  position: relative !important;
} */

.u-img {
  text-align: right !important;
}

.u-img img {
  object-fit: contain;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.mb-small {
  margin-bottom: 5px !important;
}

.mb-m {
  margin-bottom: 15px;
}

.account-icon-txt p {
  margin-bottom: 0 !important;
}

.med-item:hover img {
  transform: scale(1.1);
  rotate: 0deg !important;
}

.txt-left {
  text-align: left !important;
}

.bb-n {
  border-bottom: unset;
}

.edit-img-up>.form-group {
  display: flex;
  align-items: center;
}

.edit-img-up>.form-group label {
  margin-bottom: 0 !important;
  margin-right: 10px;
}

.img-up-icon {
  position: relative;
}

.img-up-icon input {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
}


.img-up-icon i {
  padding: 10px;
  background: var(--c-grey);
  border-radius: 6px;
}



/* 7 Nov */

.account-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  border-radius: 10px;
  transition: 0.2s all linear;
  background: unset;
  font-size: 0.85em;
}

.account-items:hover {
  /* padding: 20px 0px; */
  background: #ededed;
  box-shadow: 35px 35px 70px #c9c9c9, -15px -35px 70px #ffffff;
}

.account-icons {
  border-radius: 50%;
  padding: 10px;
  background: var(--c-gradient);
}

.account-icons>i {
  color: white;
}

.text-center {
  text-align: center;
}

::selection {
  color: black;
  background-color: var(--c-theme-pink);
}

.account-icons {
  justify-content: center;
  align-items: center;
}

.ac-crd {
  width: 100px;
  height: auto;
}

.spc-bt i {
  margin-left: 5px;
}

.ac-edit-btn>.login-btn {
  background: unset;
  color: var(--c-pink);
  border: var(--c-gradient);
  border: 2px solid;
}

.ac-edit-btn>.login-btn:hover {
  background: var(--c-gradient);
  color: white;
  border: unset;
}

.account-left>.u-img {
  position: relative;
  text-align: center !important;
}

.u-img-layer {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.281);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.u-img:hover .u-img-layer {
  opacity: 1;
}

.u-img .prev-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prev-icon i {
  font-size: 20px;
  color: white;
}


/* input gradient */

.box div {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0.5em 0em;
}

.grd-inp .box input {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(19, 19, 19);
  color: white;
  border: none;
  outline: none;
  padding: 0.8em;
  border-radius: 10px;
  transition: all 0.4s linear;
}

.grd-inp .box input:focus::placeholder {
  color: white;
}

.grd-inp .box div::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 105%;
  border-radius: 10px;
  /* background: linear-gradient(to right, #ff416c, #ff4b2b); */
  background: var(--c-gradient);
}

.grd-inp .box select {
  transform: translate(0, 0);
}

.grd-inp .box select {
  border: unset;
  background-color: #000;
  transform: translate(0, 0);
  height: 40px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.product-item a {
  color: black !important;
}

/* 30nov EDit */
.rev-fl {
  float: left;
  margin-right: 15px;
}

/* 
.hl-btn{
  border-width: 3px;
  border-style: solid;
  border-image: var(--c-gradient) !important;
  color: var(--c-pink);
  background: unset !important;
}
.hl-btn:hover{
  background: var(--c-gradient) !important; 
  color: white !important;
} */

.hl-btn {
  border: 10px solid;
  border-image-slice: 1 !important;
  border-width: 5px;

  padding: 5px 20px;
  height: 40px;
  border-radius: 10px;
  margin: 0.5em 0;
  color: var(--c-pink);
  border-image: var(--c-gradient);
  transition: all 0.2s linear;
}

.hl-btn:hover {
  background: var(--c-gradient);
  color: #fff;
  /* transform: translate(1%, 6%); */

  /* box-shadow: 0 0 10px #ff416d65; */
}

/* .hollow-wrap{
  background: var(--c-gradient);
    top: -23px;
    left: 6%;
    padding: 2px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
} */
.hollow {
  padding: 5px 20px;
  height: 40px;
  border: 1px solid var(--c-pink);
  border-radius: 10px;
  margin: 0.5em 0;
  color: var(--c-pink);
  background: unset;
  transition: all 0.2s linear;
}

/* .hollow:nth-child(1):hover {
  background: var(--c-gradient);
  color: white;
  transform: translate(0, -4%);
  box-shadow: 0 0 10px #ff416d65;
  border: unset;
} */

.hollow:hover {
  background: var(--c-gradient);
  color: white;
  transform: translate(0, -4%);
  box-shadow: 0 0 10px #ff416d65;
  border: unset;
}


.page-h {
  position: relative;
}

.page-h::before {
  content: '';
  bottom: -10%;
  left: 0;
  height: 5px;
  background: var(--c-gradient);
  position: absolute;
}

@keyframes line-below {
  0% {
    width: 0;
  }

  50% {
    width: 110%;
  }

  100% {
    width: 100%;
  }
}

.ml-sm {
  margin-left: 8px;
}


/* 2Dec Edit */
.modal-body.vet-m-body {
  padding: 2em;
}

.mdl-loc-wd input {
  width: 390px !important;
}

/* .account-page .account-wrapper {
  padding: 30px 0px;
  background-color: var(--c-light-grey);
  border-radius: 20px;
} */

/* 12-DEC-EDIT */
.p-hdng {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 40px;
}

.p-hdng h2 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #222222;
  display: block;
  padding: 0 0 0.625rem 0;
  position: relative;
  font-weight: 800;
}

.p-hdng h2::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 0.1875rem;
  background: var(--c-pink);
  bottom: 0;
  left: 0;
}

.p-hdng h2::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 0.1875rem;
  background: var(--c-orange);
  bottom: 0;
  right: 0;
}

.p-hdng span {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--c-gradient);
  border-radius: 3.125rem;
  top: 2.6875rem;
}

.ac-opts {
  padding: 30px;
  background-color: var(--c-grey);
  border-radius: 20px;
}

/* ------product------ */
.variants .variants-images img {
  width: 52px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
  padding: 2px;
  border: 2px solid #fff;
}

.variants .variants-images .variants_imgs:hover img {
  border: 2px solid var(--c-purple);
  transition: all 0.3s;
  scale: 1.6;
}

.variants_imgs {
  position: relative;
}

.icons_div {
  position: absolute;
  bottom: 22px;
  color: #fff;
  font-size: 22px;
}

.icons_div i {
  color: #ec5053;
  font-size: 14px;
}

.icons_div a {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 11px;
  padding: 5px;
}

.icons_div {
  display: none;
}

.variants_imgs:hover .icons_div {
  display: block;
}

.wishlisted {
  display: none;
}

/* --------Product-end--------- */

/*
 *  Scrollbar
 */

::-webkit-scrollbar-track {
  background-color: grey;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: var(--c-grey);
}

::-webkit-scrollbar-thumb {
  background-color: var(--c-light-grey);
}

.hdng-bl {
  padding: 30px;
}

.chk-out {
  position: sticky;
  top: 0px;
}

input.qty-inp {
  width: 50px;
}

a.ac-items {
  color: black;
}

a.ac-items:hover {
  color: black;
}

.adr-txt p span {
  margin-right: 5px;
}

input {
  caret-color: var(--c-pink);
}

.adr-select select {
  padding: 0.8em;
  border-radius: 10px;
}

.same-card {
  padding: 30px;
  background-color: var(--c-grey);
  border-radius: 20px;
}

.no-bg {
  background: unset !important;
}

.share-img-wrap img {
  width: 20px;
  height: auto;
}

.rating-img.fl-lft {
  float: left;
  padding-right: 20px;
}

.now_row .error {
  position: absolute;
  top: 45px;
}

.now_row {
  position: relative;
}

.card .box input {
  top: 0px;
}

.now_row label {
  font-size: 11px;
  color: red;
}

.clex_out .error,
.color_red .error {
  font-size: 11px !important;
  color: red !important;
}

/* 2feb2023 */

/* ----------feb 03------------- */

.prdct_sldr .slideproduct img {
  height: 400px;
  width: 100% !important;
  object-fit: contain;
}

.pdct_vrnts img {
  width: 80px !important;
  height: 90px !important;
}

.variants .variants-images .variants_imgs.pdct_vrnts:hover img {
  scale: 1.15;
}

.qty_inpt.input-group {
  width: 130px;
}

.buy_add .add_cart {
  opacity: 1;
}

/* ----------feb 03------------- */
.wishlist_iconh {
  position: relative;
}

.wishlist_iconh span {
  position: absolute;
  top: 0;
  background-color: #ec5053;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 16px;
  right: 2px;
}


/* 04 Feb */

.card_design {
  padding: 20px;
  border-radius: 10px !important;
  background: #ededed !important;
  /* border: 1px solid #80808066; */
  box-shadow: 4.8px 5.2px 6px rgb(0 0 0 / 3%), 13.2px 14.3px 20.1px rgb(0 0 0 / 5%), 51px 55px 90px rgb(0 0 0 / 8%);
}

.pointer {
  cursor: pointer;
}

.font_20 {
  font-size: 20px;
}

.text_gray {
  color: gray;
}

.color_green {
  color: green;
}



.btn_red {
  background-color: #f31515a1;
  color: white;
}

.btn_green {
  background-color: #089508a6;
  color: white;
}

.btn_gray {
  background-color: rgba(128, 128, 128, 0.452);
  color: white;
}

.amnt_tag {
  color: var(--c-pink);
}

.amnt_tag del {
  color: grey;
}

.text_theme {
  color: var(--c-pink);
}

.adrrscrd_updt {
  width: unset;
}

.pwsd_icn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 14px;
}

.card .box input:-webkit-autofill,
.card .box input:-webkit-autofill:hover,
.card .box input:-webkit-autofill:focus,
.card .box input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff;
}

.footer-top .f-widget-title h5 {
  color: #aaa9a9;
  font-weight: 600;
  margin-bottom: 1rem;
}

/*09 feb css*/
.singleProduct_action {
  display: flex;
  align-items: center;
}

.singleProduct_action a {
  background: #fff0f0;
  color: #e30206 !important;
  display: inline-block;
  border-radius: 6px;
  margin-left: 12px;
}

.singleProduct_action .addto_wishlist i {
  font-size: 21px;
  padding: 10px;
}

.singleProduct_action .addto_cart i {
  /* font-size: 27px;
  padding: 7px; */
  font-size: 21px;
  padding: 10px;
}

.productDescription_data .nav-tabs {
  border-bottom: 0;
}

.productDescription_data .nav-tabs .nav-link {
  color: #8f8c8c;
  font-weight: 600;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.productDescription_data .tab-content {
  padding-left: 16px;
}

.productDescription_data .tab-content h5 {
  font-size: 15px;
}

.productDescription_data .tab-content h6 {
  font-size: 14px;
  font-weight: 600;
}

.productDescription_data .tab-content .rating_stars {
  font-size: 13px;
}

.productDescription_data .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #e30206;
  color: #e30206;
}

.productDescription_data .rating-item p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.productDescription_data .rating-item {
  background-color: #fff0f0;
  padding: 14px;
  border-radius: 10px;
}

.qty_selector>span {
  cursor: pointer;
}

.qty_selector .input-group-text {
  background-color: #fff0f0 !important;
}

.qty_selector input {
  background-color: #fff0f0 !important;
}

.cart_prdct_actions {
  min-width: 70px;
  display: flex;
}

.cart_prdct_actions>div {
  margin-left: 6px;
}

.sz_btns .sz_btn,
.sz_btns .sz_btn:hover {
  padding: 6px 15px;
  border: 1px solid #bfb7b7;
  border-radius: 6px;
}

.sz_btns .sz_btn.active {
  border: 1px solid #e30206;
  color: #e30206;
  background-color: #fff0f0;
}

.form-check .form-check-input:checked {
  /* background-color: #ff416c;
  border-color: #ff416c; */
  background-color: var(--c-purple);
  border-color: var(--c-purple);
}

.lab_img {
  width: 300px;
  height: 120px;
  border-radius: 10px;
  margin-right: 15px;
}

.lab_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.labs_list h6 {
  font-size: 20px;
  font-weight: 600;
}

.labs_list ul li {
  padding: 25px 0;
}


.indexDropdown .sortBydata {
  /* border: transparent; */
  border: 1px solid #7a7a7a;
  /* border-radius: 42px !important; */
  padding: 8px 18px 8px 20px;
  font-size: 14px;
  background-color: #fff0f0;
}


.page_wrapper {
  padding: 60px 40px 60px 40px;
}

.labs_sec {
  padding: 70px 0;
}


/* ---View_Details___ */


.about_right .site_title_tagline,
.site_title_inner {
  color: var(--c-pink);
}

.service-area .site_title_tagline,
.site_title_inner {
  color: var(--c-pink);
}

.pricing-area .site_title_tagline,
.site_title_inner {
  color: var(--c-pink);
}


.about_list li .icon span {
  font-size: 20px;
  color: var(--c-pink);
}

.about_right button.btn_dtl {
  background: var(--c-gradient);
  color: white;
  padding: 20px 40px;
  transform: translate(0, -4%);
  box-shadow: 0 0 10px #ff416d65;
  border: unset;
  display: inline-block;
  margin-top: 50px;
}

.about_right .about_text {
  font-size: 16px;
}

.about_img {
  position: relative;
}

.about_img img::before {
  content: "";
  position: absolute;
  border: 12px solid var(--c-gradient);
  border-radius: 0 0 0 20px;
  width: 50%;
  height: 50%;
  left: -20px;
  bottom: -20px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}



/* --lab_dtl_wrapper_ */

.witr_sb_thumb img {
  height: 238px;
  width: 100%;
  object-fit: cover;
}


.lab_dtl_wrapper .card_box .text {
  color: var(--c-pink);
  font-size: 26px;
}


.book_hollow {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  border: 1px solid var(--c-pink);
  border-radius: 10px;
  margin: 0.5em 0;
  color: var(--c-pink);
  background: unset;
  transition: all 0.2s linear;
  height: 36px;
}

.book_hollow:hover {
  background: var(--c-gradient);
  color: white;
  transform: translate(0, -4%);
  box-shadow: 0 0 10px #ff416d65;
  border: unset;
}

.book_hollow.view_dtl {
  background: var(--c-gradient);
  color: white;
  /* box-shadow: 0 0 10px #ff416d65; */
  border: unset;
  font-size: 13px;
}

.book_hollow.view-online {
  font-size: 13px;
  background: unset;
  box-shadow: unset;
  color: var(--c-pink);
  border: 1px solid var(--c-pink);
}

.book_hollow.view-online:active {
  color: var(--c-pink);
}

.book_hollow.view-online:hover {
  background: var(--c-gradient);
  color: white;
  transform: translate(0, -4%);
}

.book_hollow.view_dtl:hover {
  background: unset;
  box-shadow: unset;
  color: var(--c-pink);
  border: 1px solid var(--c-pink);
  transform: translate(0, -4%);

}

/* --service--areas-- */

.service-area .site-heading {
  margin-bottom: 50px;
}

.service-item .service-title a {
  color: var(--c-pink);
}

.service-item .service-content {
  margin-top: 20px;
}

.service-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

.service-icon {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--c-gradient);
  text-align: center;
  border-radius: 50%;
  margin: -50px auto 25px auto;
  transition: all .5s ease-in-out;
}

.service-icon::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  border: 3px dashed var(--c-gradient);
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
}

.service-icon i {
  font-size: 45px;
  color: #fff;
}

.service-content {
  padding: 0 20px 20px 20px;
}

.service-item:hover {
  transform: translateY(-10px);
}

/* ---pricing__areas--- */

.pricing-item {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  overflow: hidden;
  transition: all .5s ease-in-out;
  z-index: 1;
}

.pricing-item::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 5px;
  border-radius: 10px;
  /* background: #ff416c; */
  background: var(--c-purple);
  z-index: -1;
}

.pricing-header {
  text-align: left;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 0 0 50% 50%;
  position: relative;
}

.pricing-amount {
  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px dashed var(--c-purple);
}

.pricing-amount-type {
  position: relative;
  margin-top: -22px;
  z-index: 1;
}

.pricing-feature {
  padding: 30px 0;
}

.pricing-footer {
  padding-bottom: 30px;
}

.pricing-item::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: var(--c-purple);
  opacity: .1;
  right: -50px;
  bottom: -50px;
  border-radius: 50%;
  z-index: -1;
}

.pricing-amount-type span {
  background: var(--c-purple);
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  border-radius: 50px;
  border: 2px dashed var(--c-purple);
}


.pricing-feature li {
  margin-bottom: 15px;
}

.pricing-item:hover {
  transform: translateY(-10px);
}

.pricing-area .site-heading {
  margin-bottom: 50px;
}

/* logo--details  */

.log-page .logo_img_top img {
  width: 180px;
  padding: 0px;
  margin: 0px;
}

.settings_arnd .nav-pills .nav-link.active {
  color: white;
  background-color: #ec5053;
  border-radius: unset;
  padding: 15px 27px;
}

.settings_arnd .nav-link,
.nav_toggle a {
  color: red;
  padding: 15px 27px;
}

.settings_arnd li.nav-item {
  border-bottom: 1px dotted #ecedf2;
}

.div_tbs {
  border: 1px solid #4d4c691f;
  border-radius: 4px;
}

.div_tbs ul {
  display: block;
}

.settings_arnd .nav-link i,
.nav_toggle a i {
  color: red;
}

.settings_arnd .nav-pills .nav-link.active i {
  color: white;
}

.inner_noty {
  border: 1px solid #4d4c691f;
  padding: 15px 30px;
  border-radius: 4px;
}

.mmbrs_list .mmrprfl_img {
  margin-right: 10px;
}

.mmrprfl_img {
  display: inline-block;
}

.inner_noty .mmbrs_list .mmrprfl_img img {
  width: 50px;
  height: 50px;
  border: none;
}

.chat_row .mmrprfl_img img {
  box-shadow: 0px 5px 5px 0px rgb(44 44 44 / 15%);
}

.inner_noty .mmbr_info {
  font-size: 13px;
}

.reply_btn p {
  margin-bottom: 0px;
  font-size: 13px;
  color: var(--secondary_clr);
  font-weight: 600;
}

.inner_noty .mmbrs_list li {
  justify-content: space-between;
}

.mmbrs_list li {
  display: flex;
  align-items: center;
  padding: 16px 0px;
  border-bottom: 1px solid #cbced7;
}

.wrng_tsxt {
  font-size: 15px;
  color: #323232;
}


/* --pharmacy-page--css-- */

.page-title-bar {
  background-color: #c3c9cb;
  background-image: url(https://demo2wpopal.b-cdn.net/medicor/wp-content/uploads/2019/05/bg-page-title.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.page-title-bar .wrap {
  min-height: 180px;
  padding: 50px;
}

.page-title-bar .page-title-bar-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  flex-grow: 1;
}



/* --product-body-css-- */

div#accordionFlushExample {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

div#accordionFlushExample .accordion-header {
  background-color: #d1caca;
}

div#accordionFlushExample .accordion-body li a {
  font-size: 14px;
  color: #6F7284;
  padding-left: 6px;
  display: inline-block;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div#product-search-list {
  background: #ffffff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

div#product-search-list .selected-list {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-search-list span.search-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}

.product-search-list .selected-list {

  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
}

.product-search-list .selected-list .selected-itemText,
.product-search-list .selected-list .selected-item-count {

  font-size: 14px;
  color: #3b3b3b;

}

.product-search-list li.selected-list-items {
  padding: 8px 0px;
}

.product_dtl_wrapper .product-offer-slider {

  height: 280px;
  min-height: 280px;
  border-radius: 10px;
}

.product_dtl_wrapper .product-offer-slider .carousel-inner img {

  height: 260px;
  min-height: 260px;
  max-width: 100%;
  object-fit: cover;

}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  width: 8px !important;
  height: 8px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  background-color: var(--c-pink) !important;
  border-radius: 50% !important;

}

.product_dtl_wrapper .product-Box .card {
  padding: 14px 16px 15px 16px;
  margin: 0px 12px 12px 0px;
  border: solid 1px rgba(112, 112, 112, 0.38);
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  justify-content: start;
  /* min-height: 428px;
    max-height: 428px; */
}
.product_dtl_wrapper .product-Box .card > p{
  margin-bottom: 0.5rem;
  margin-top: auto;
}

.product_dtl_wrapper .product-Box .card .discount-badge {
  position: absolute;
  top: 5px;
  left: 10px;
}

.product_dtl_wrapper .product-Box .card span.gen_drug_ellipsis.badge {
  background-color: var(--c-pink) !important;
}

.product_dtl_wrapper .product-Box .card .product-hover-action {

  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;

}

.product_dtl_wrapper .product-Box .product-list-item .card img {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}

.product-hover-action ul li a i {
  font-size: 20px;
  padding: 7px;
}


.product_dtl_wrapper .product-Box .product-list-item .card .price-box .final-price {

  font-weight: 800;

}

.product_dtl_wrapper .product-Box .card .product-hover-action ul li {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  list-style: none;
  border-right: 1px solid grey;
  background-color: white;
}

.product_dtl_wrapper .product-Box .card .product-hover-action ul li:last-child {
  border-right: unset !important;
}

.product_dtl_wrapper .product-Box .card .product-hover-action ul li a {
  font-size: 16px;
  font-weight: 700;

}

.product_dtl_wrapper .product-Box .card .product-hover-action ul li:hover {
  background-color: var(--c-pink);
  font-weight: 700;
  color: #ffff;
}

.product_dtl_wrapper .product-Box .card:hover .product-hover-action {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.product_dtl_wrapper .product-Box .card .product-hover-action li a {
  color: #4F2070 !important;
}

.product_dtl_wrapper .product-Box .card .product-hover-action li a,
.product_dtl_wrapper .product-Box .card .product-hover-action li a span {
  color: #4F2070 !important;
}

.product_dtl_wrapper .product-Box .card .product-hover-action li a:hover {
  color: #fff !important;
}

.product_dtl_wrapper .product-Box .card .product-hover-action li a:hover,
.product_dtl_wrapper .product-Box .card .product-hover-action li a:hover span {
  color: #fff !important;
}

.product_dtl_wrapper .product-Box .card .card-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
  margin: 4px 0px 5px;
  text-align: left;
  overflow: hidden;
}

.product_dtl_wrapper .product-Box .card .drug-varients {
  font-size: 14px;
  letter-spacing: 0px;
  text-align: left;
  overflow: hidden;
}


.product_dtl_wrapper .accordion .accordion-header button {
  font-size: 14px;
}

/* --Quik-View--Modal-- */

.quick-view-content .price-box .old-price,
.product-details-info .price-box .old-price {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: line-through;
  white-space: nowrap;
}

.productmodal .modal-dialog .modal-body .quick-view-content .product-title h6 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
}

.productmodal .modal-dialog .product-short-desc {
  font-size: 14px;
}

.productmodal .modal-dialog .modal-body .quick-view-content .quick-view-select .variants_selects .selector-wrapper label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}


.productmodal .modal-dialog .modal-body .selector-wrapper select,
.product-details-info .selector-wrapper select {

  padding: 10px 10px;
  text-transform: capitalize;
  max-width: 150px;
  width: 150px;
  min-width: 150px;
  background-color: #ffffff;
  border-radius: 0px;
}

.productmodal .modal-dialog .modal-body .quick-view-content .product-quantity-action {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.productmodal .modal-dialog .modal-body .quick-view-content .product-quantity-action label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.product-quantity .cart-plus-minus {
  display: flex;
  position: relative;
  border: 1px solid #ccc;
}

.product-quantity .cart-plus-minus .dec.qtybutton {
  left: 0;
  border-right: 1px solid #ccc;
}

.product-quantity .cart-plus-minus input {
  height: 41px;
  width: 100px;
  text-align: center;
  border: none;
}

.product-quantity .cart-plus-minus .inc.qtybutton {
  right: 0;
  border-left: 1px solid #ccc;
}

.product-quantity .cart-plus-minus .qtybutton {
  font-size: 18px;
  position: absolute;
  right: 0px;
  height: 41px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
}


/* --single--product--details-- */


.single-products .product-details-info .pro-nprist .product-title {

  font-size: 18px;
  font-weight: 600;

}

.single-products .product-details-info .pro-nprist .product-title {

  font-size: 18px;
  font-weight: 600;

}

.product-ratting i {
  color: var(--c-pink);
}

.single-products .product-details-info .pro-nprist .product-description p {
  font-size: 15px;
  font-weight: 400;
}

.product-details-info .product-action-btn .wishlist-btn {
  padding: 5px 10px !important;
  background-color: var(--c-pink);
}

.product-details-info .product-action-btn .wishlist-btn i {
  color: #ffff;
  font: bold;
}

.product-details-info .pro-skess .share-icons ul li {
  height: 30px;
  width: 30px;
  background: var(--c-pink);
  border-radius: 50%;
  line-height: 2;
  text-align: center;
}

.product-details-info .pro-skess .share-icons ul {
  margin-bottom: 8px;
}

.product-details-info .pro-skess .product-catagories ul {
  margin-bottom: 8px;
}

.product-details-info .pro-skess .share-icons ul li a i {
  color: white;

}


.single-products .tab-content .description-review-text p {
  font-size: 14px;
  color: #000;
}

.single-products .tab-content .shipping-details p {
  font-size: 14px;
  color: #000;
}


.single-products .product-img-details .full-image {
  height: 370px;
  min-height: 370px;
  max-height: 370px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: hidden;
}


.product-sub-images-container .product-sub-images img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

/* ---edit--image-css--  */
/* may--15--2023--  */

.button-wrapper label.custom-upload-btn {
  position: absolute;
  bottom: 0;
  right: 50px;
}

/* Header hover start */
/* .hdr_links_hvr .nav-item.dropdown:hover > ul.dropdown-menu{
  display: block;
} */
ul.drps_wrp li.hvr_li:hover>ul.dropdown-menu {
  display: block;
}

ul.drps_wrp a[data-bs-toggle="dropdown"]:hover+ul.dropdown-menu {
  display: block;
}

ul.drps_wrp a[data-bs-toggle="dropdown"]:hover+ul.dropdown-menu li {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

ul.drps_wrp a[data-bs-toggle="dropdown"]:hover+ul.dropdown-menu li a {
  color: #000;
  padding-left: unset;
}

ul.drps_wrp a[data-bs-toggle="dropdown"] ul.dropdown-menu:hover {
  display: block;
}

ul.drps_wrp li.hvr_li:hover>ul .dropdown-menu {
  left: calc(100% - 1px);
  top: 0;
}

/* Header hover End */


button.hollow.view_dtl.btn {
  background: #fff0f0 !important;
  color: #e30206 !important;
  border-radius: 6px !important;
}

button.hollow.view_dtl.btn:hover {
  background: var(--c-gradient) !important;
  color: white !important;
  transform: translate(0, 0);
  box-shadow: 0 0 10px #ff416d65;
  border: unset;
}

.hvr_opts.product-hover-action ul li a i {
  color: var(--c-pink);
}

.hvr_opts.product-hover-action ul li:hover a i {
  background-color: var(--c-pink);
  font-weight: 700;
  color: #ffff !important;
}

.product_card .product-button .fa-solid.fa-cart-shopping {
  font-size: 16px;
  padding: 13px;
  margin-right: 10px;
}

/* prabh seller css */
.prdctWrap {
  max-height: 260px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.prdctWrap>ul {
  padding: 0;
}

.prdctWrap>ul>li {
  padding: 20px 16px;
  border-bottom: 1px solid #DEE2E6;
}

.prdctWrap>ul>li>a {
  text-decoration: none;
  color: #212529;
}

.ttlPrdcts,
.ttlorders {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  color: #212529;
  width: 300px;

}

.showTotals {
  display: flex;
  gap: 40px;
}

.showTotals i {
  font-size: 21px;
  color: #4f2070;
}

.user-opt-card {
  padding: 10px;
}

.user-opt-card>.card-body {
  padding: 5px;
}

.cstmSlrTbl th {
  white-space: nowrap;
}

.theme-btn {
  color: #212529;
  padding: 4px 15px;
  border-radius: 5px;
  border: 1px solid #212529;
  background-color: unset;
}

.theme-btn:hover {
  background-color: #212529;
  color: #fff;
}

.up-img-btn {
  background-color: #212529;
  border-radius: 10px;
  color: white;
  padding: 3px 4px;
}

.up-img-btn:hover {
  background-color: #212529;
  color: white;
}

.order_dtl_sec table {
  width: 100%;
}

.order_dtl_sec table tr {
  border-bottom: 1px solid #e0e0e0;
}

.order_dtl_sec table tr:first-child {
  border: none;
}

.order_dtl_sec table td {
  padding: 8px;
}

.account-file-input {
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid black;
  width: 132px;
  opacity: 0;
}

.border-plus {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  background-color: #212529;
  color: white;
  list-style: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 02/June/2023 */

.empty-cartt {
  min-height: 400px;
  margin-bottom: 55px;
}

.cart-img {
  text-align: center;
  padding: 60px 20px 10px 20px;
}

.cart-img img {
  width: 200px;
  height: auto;
}

.empty-cart-cntnt {
  text-align: center;

}

.empty-cart-cntnt h2 {
  color: #4f2070;
}

.cncll-bttns .themeBtn {
  font-size: 13px;
  padding: 5px 11px;
  font-weight: 500;
}

.headerTop.seller {
  border-bottom: 2px solid #c3b3ce;
}

.seller-registration-form .nav-tabs .nav-link {
  color: #4f2070;
  font-weight: 600;

}

.cstm-tabs .nav-tabs .nav-link {
  color: #4f2070;
  font-weight: 600;

}



.seller-registration-form .nav-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
  background: #4f2070;
  color: #fff;

}

.cstm-tabs .nav-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
  background: #4f2070;
  color: #fff;

}

.prdct-img {
  text-align: center;
  position: relative;
  display: inline-block;

}

.prdct-img img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

.upload-icn {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  top: -20px;
  right: -20px;

  border-radius: 50%;
  background-color: #4f2070;
  color: #fff;

}

.step-info {
  color: #4f2070;
  margin-top: 40px;
  font-weight: 600;
}

.upload-icn input {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}

.add-product-dtls .box1 label {
  color: #000 !important;
  margin-bottom: 5px;
}

.add-icon i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #4f2070;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;

}

.seller-profile-view input {
  pointer-events: none;
}

.seller-profile-view .user-image input {
  pointer-events: unset !important;
  cursor: pointer;
}

.seller-profile-view .nav-pills .nav-link {
  color: #4F2070;
  white-space: nowrap;
  text-align: left;
}

.seller-profile-view .nav-pills .nav-link.active {
  color: #fff;
  white-space: nowrap;
  background-color: #4F2070;
}

.seller-profile-view .nav-pills {
  background-color: #fff;
  box-shadow: 0px 0px 4px #c1c1c1;
  padding: 20px 10px;
  box-shadow: 0px 0px 4px #c1c1c1;
  border-radius: 6px;
  margin-top: 20px;
  gap: 15px;
  width: 270px;
}

.user-my-orders .c-in {
  /* height: 400px; */
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 400px;
}

.no-orders {
  text-align: center;
  padding: 50px 0px;
  color: #6c6c6c;
}

.headerTop {
  position: fixed;
  top: 0px;
  z-index: 5;
  width: 100%;
  background-color: white;
}

.pt-120 {
  padding-top: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.notifications-sec {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.new-noti {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 4px #c1c1c1;
  min-height: 60px;
  padding: 15px;
  margin-bottom: 30px;
}

.text-theme {
  color: #4f2070;

}

.noti-close {
  position: absolute;
  top: -16px;
  right: -10px;
}

.noti-close i {

  width: 35px;
  height: 35px;
  background-color: #4f2070;
  text-align: center;
  color: #fff;
  line-height: 35px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.7s;
}

.noti-close i:hover {
  background-color: #c4452f;

}

.rcnt-cntnt {
  margin-top: 15px;
}

.noti-cntnt h5 {
  margin-bottom: 0px;
}

.earning-cards {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #c7c7c7;
  border-radius: 15px;
}

.earning-cards h2 {
  font-weight: 600;
  margin-top: 10px;
}

.earning-cards h4 {
  color: #4f2070;
  font-weight: 600;
}

.earning-cards.total i {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #05c3fb;
  line-height: 20px;
  border-radius: 50%;
}

.earning-cards.total .percnt {
  color: #05c3fb;
}


.earning-cards.profit i {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #4ecc48;
  line-height: 20px;
  border-radius: 50%;
}

.earning-cards.profit .percnt {
  color: #4ecc48;
}

.earning-cards.expensive i {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #ec82ef;
  line-height: 20px;
  border-radius: 50%;
}

.earning-cards.expensive .percnt {
  color: #ec82ef;
}

.earn-transactions {
  margin-top: 25px;
}

.my-hdng {
  text-align: center;
}

.theme-icons i {
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #4f2070;
  line-height: 35px;
  border-radius: 10px;
  text-align: center;
}

.slrEarningTbl td {
  text-align: center;
}

.slrEarningTbl th {
  text-align: center;
}

.earn-transactions .headerLocation .locationInput {
  min-width: 200px;
  width: 250px;
}

.status-btn {
  padding: 5px 20px;
  height: 40px;
  border: 1px solid #ffc107;
  border-radius: 10px;
  margin: 0.5em 0;
  color: #fff;
  transition: all 0.2s linear;
}

.status-btn.pending {
  background-color: #ffc107 !important;
}

.cstm-stepper-form .active .bs-stepper-circle {

  background-color: #4f2070;

}

.order-tracking-steps {
  padding: 10px 0;
  display: flex;
  align-items: center;

}

.step-crcle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #4f2070;
  display: block;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.step-line {
  width: 150px;
  height: 3px;
  background-color: #4f2070;
}

.tracking-details {
  display: flex;
  align-items: center;
  margin-bottom: 50px;

}

.tracking-details .step-details {
  width: 175px;
  max-width: 180px;
}



.tracking-details .step-details p {
  margin-bottom: 0px;
  margin-top: 7px;

}

.step-crcle i {
  color: #fff;
}

.order-payment-dtls {
  padding: 20px;
  width: 100%;
  box-shadow: 0px 0px 10px #c1c1c1;
  background-color: #fff;
  border-radius: 15px;
}

.order-payment-dtls table td.right {
  text-align: right;
}

.order-payment-dtls table td {
  padding: 5px 0px;
}

.order-address-dtls {
  padding: 20px;
  width: 100%;
  box-shadow: 0px 0px 10px #c1c1c1;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 25px;
}

.order-address-dtls p {
  margin-bottom: 4px;
}

.order-prdct-img img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 15px;

}

.prdct-dtls-sec {
  display: flex;
  gap: 25px;
  padding: 30px 0;

}

.prdct-dtls-sec table td {
  min-width: 220px;
}

.ordr-dlvr-status {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.order-tmg p {
  margin-bottom: 5px;
}

.cncll-bttns a {
  cursor: pointer;
}

/* 06/06/2023 */

.seller-store-info-sec {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #c1c1c1;
  padding: 20px;
  display: flex;
  gap: 25px;
  /* align-items: center; */
  margin-top: -35px;
}

.seller-store-profile .carousel {
  z-index: -1;
}

.seller-store-info-sec .seller-profile-pic img {
  width: 170px;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

.seller-store-info-sec .seller-store-dtls h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.seller-store-info-sec .seller-store-dtls .stars i {
  font-size: 21px;
  color: #ffe209;
}

.seller-store-info-sec .seller-store-dtls h6 {
  font-weight: 600;
}

.seller-store-info-sec .seller-store-dtls h6 i {
  font-size: 21px;
  color: #4f2070;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #4f207057;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 5px;
}

.seller-store-products a {
  color: unset;
}

.seller-store-reviews {
  padding: 35px 0px;
  margin-top: 25px;
}

.seller-store-reviews .all-ratings {
  height: 350px;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.seller-store-reviews .write-review {
  margin-top: 70px;
}

.sold-by {
  padding: 20px 0px;
}

.slr-info img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.slr-info {
  padding: 20px 0px;
  display: flex;
}

.slr-info h6 {
  color: #4f2070;
  font-weight: 600;
}

.slr-info .stars i {
  font-size: 15px;
  color: #ffe209;
}

.slr-info span {
  font-size: 13px;
  color: #000;
}

.insize {
  max-width: 600px;
}

.owl-thumbs .owl-thumb-item {
  height: 150px;
  width: 100%;
  max-width: 150px;
  background: transparent;
  border: none;
  overflow: hidden;
}

.owl-thumbs .owl-thumb-item img {
  max-width: 100%;
  height: auto;
}

.owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.color_nme {
  width: 35px;
  height: 35px;
  background-color: #4f2070;
  border-radius: 100%;
  display: block;
}

.hr_set_innr {
  margin: 37px 0px;
  color: #adadad;
}

.lab_top {
  padding-top: 50px;
}

.cl_icns i {
  color: #4f2070;
}

.crn_stls {
  color: #4f2070;
}

.re_styls {
  height: 344px;
  overflow: auto;
  padding-right: 10px;
  max-height: 344px;
}

.atch_docmnt .doc_icn {
  position: absolute;
  bottom: 8px;
  left: 2%;
  width: 26px;
  height: auto;
  border-radius: 0;
  top: unset;
}

.atch_docmnt .doc_dwnld {
  z-index: 999;
  position: relative;
  margin-left: 10px;
}

.atch_docmnt .doc_inp_wrp {
  border: 1px solid rgb(194, 194, 194);
  border-radius: 5px;
  display: flex;
}

.atch_docmnt .doc_inp_wrp input {
  opacity: 0;
  background-color: #dde0e3;
  opacity: 0;
  border: none;
  padding: 0;
  margin: 0;
  outline: unset;
  z-index: 9;
  position: relative;
}

.atch_docmnt .doc_inp_wrp .file_name {
  position: absolute;
  top: 9px;
  left: 50px;
}

.btn_clr_set .btn {
  color: white !important;
}


.mySlides.imgglr .product_img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}

.glr_wrp.containerdd .prev,
.glr_wrp.containerdd .next {
  top: 35%;
  color: #4F2070;
  background: #fff;
  padding: 7px;
}

.glr_wrp.containerdd .prev:hover,
.glr_wrp.containerdd .next:hover {
  color: #fff;
  background: #4F2070;
}


.column.glr_other_imgs .demo.cursor {
  height: 190px;
  object-fit: cover;
}

.dropzone .dz-preview {
  z-index: 0;
}

.glry_other_imgs_wrp {
  overflow-x: auto !important;
  flex-wrap: unset !important;
}

.glry_other_imgs_wrp::-webkit-scrollbar {
  /* height: 5px;
  width: 5px; */
  height: 4px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 4px;
  /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;

}


/* no data page Start */
.empty-state {
  width: 750px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 1px 2px 10px #e1e3ec;
  border-radius: 4px;
}

.empty-state__content {
  padding: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.empty-state__content .empty-state__icon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  justify-content: center;
  background-color: #f7fafc;
  box-shadow: 0px 2px 1px #e1e3ec;
}

.empty-state__content .empty-state__icon img {
  width: 170px;
}

.empty-state__content .empty-state__message {
  color: #38a169;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0.85rem;
}

.empty-state__content .empty-state__help {
  color: #a2a5b9;
  font-size: 0.875rem;
}

.credit {
  color: #a2a5b9;
  font-size: 0.75rem;
  text-align: center;
}

.credit a {
  color: #444;
}

/* no data page End */



.theme_clr {
  color: #4F2070 !important;
}

.cart_product_img {
  height: 100px;
  width: 150px;
  object-fit: contain;
}

.dateInp>input {
  padding: 4px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}


/* Order tracking start */
.pt45 {
  padding-top: 45px;
}

.order-tracking {
  text-align: center;
  width: 33.33%;
  position: relative;
  display: block;
}

.order_track_wrap .order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #AFAFAF;
  background-color: #f7be16;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order_track_wrap .order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: '';
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #AFAFAF;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order_track_wrap .order-tracking.completed .is-complete {
  border-color: var(--c-pink);
  border-width: 0px;
  background-color: var(--c-pink);
}

.order_track_wrap .order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}

.order_track_wrap .order-tracking p {
  color: #000;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order_track_wrap .order-tracking p span {
  font-size: 14px;
}

.order_track_wrap .order-tracking.completed p {
  color: #000;
}

.order_track_wrap .order-tracking::before {
  content: '';
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: red;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
  opacity: 0.8;
}

.order_track_wrap .order-tracking:first-child:before {
  display: none;
}

.order_track_wrap .order-tracking.completed:before {
  background-color: red;
}


/* is- cancelled STart */
.order-tracking .is-cancelled {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #AFAFAF;
  background-color: red;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* .order-tracking .is-cancelled:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
} */
.order-tracking.cancelled .is-cancelled {
  border-color: red;
  border-width: 0px;
  background-color: red;
  opacity: 0.8;
}

.order-tracking.cancelled .is-cancelled:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}

/* is- cancelled End */
/* Order tracking End */


.ratings_stars_wrap {
  color: black;
}

.ratings_stars_wrap i {
  color: var(--c-pink);
  vertical-align: baseline;
}

.ratings_stars_wrap i:last-child {
  margin-right: 5px;
}

.rating_modal_inn {
  padding: 20px;
}

.img_dctr {
  width: 125px;
  height: 125px;

}

.img_dctr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;

}

.doctr_nms span {
  color: grey;
}

.imge_doctr {
  width: 350px;
  height: auto;
}

.imge_doctr img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.medical_registration i {
  color: #4f2070;
  font-size: 19px;
}

.medical_registration p {
  margin-bottom: 0px;
}

.info_wrap {
  background: #ffffff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.prime,
.str_color p {
  color: #4f2070;
}

.str_color i {
  color: #4f2070;
}

.div_link {
  flex-basis: 40%;
}

.mon_days {
  flex-basis: 35%;
  font-size: small;

}

.mon_days h6 {
  font-size: small;
}

.online_paymt {
  flex-basis: 40%;
}

.time_slot {
  background: #4f2070;
  color: white;
  padding: 10px 30px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tabs_clinc .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: #4f2070;
  padding: 5px;

}

.tabs_clinc .nav-pills .nav-link.active {
  border-bottom: 3px solid #4f2070;
  border-radius: 0px;
}

.tabs_clinc .nav-pills .nav-link {
  color: black;
}

.tabs_clinc p {
  font-size: 13px;
}

.tabs_clinc h6 {
  font-size: 15px;
  font-weight: 500;
}

.div_btnSlot p {
  border: 1px solid #4f2070;
  padding: 8px 12px;
  border-radius: 10px;
  color: #4f2070;
  width: fit-content !important;
}

.tym_slots {
  flex-wrap: wrap;
}

.slot_available {
  height: 215px;
  overflow: auto;
  max-height: 215px;
}

.rtng_img img {
  width: 500px;
}

.rtng_img {
  margin-bottom: 16px;
}

.dropdown-menu:hover {
  display: block;
}

.dropdown-submenu:hover {
  display: block;
}

.accordion-sublist li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 6px 0 6px 0;
}

.pharmacy-icon img {
  height: 40px;
  width: 40px;
}


.time_form .gj-timepicker i {
  cursor: pointer !important;
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
  font-size: 24px !important;
}

.product_btns_wrap {

  padding: 6px;
  border-radius: 5px;
}

.product_btns_wrap ul li {
  margin-right: 10px;
  background-color: #4f2070;
  padding: 8px 11px;
}

.product_btns_wrap ul li a {
  color: var(--c-white);
}

.logo_img_top img {
  width: 135px;
}

.product-list-item a img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.pswd_algn {
  position: relative;
}

.pswd_icn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

nav .srch-header .autocomplete-list {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  background: white;
  z-index: 99999;
  width: 100%;
  height: fit-content;
  max-height: 300px;
  overflow-y: auto;
}

nav .srch-header .autocomplete-list a {
  padding: 10px 15px;
  color: black;
}

nav .srch-header .autocomplete-list a:hover {
  background: #e4e4e4;
}

.accordion_listing .accordion-collapse.collapse.show a {
  color: #000 !important;
}

.ratings_wrap {
  min-width: fit-content;
  max-height: 440px;
  overflow-y: auto;

}

.no_rating_img img {
  max-width: 86%;
}

.varients_wrp {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
}

.varients_wrp::-webkit-scrollbar {
  display: none;

}

.varients_wrp img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
}


.rating_time {
  font-size: 10px;
}



/* 21 Oct Changes  */

.BankType {
  display: flex;
  align-items: center;
  gap: 20px;
}

.AccountTypeLabel {
  color: rgb(151 148 148);
}

.Gap10 {
  gap: 10px;
}

.ProfileCard {
  width: 100%;
  padding: 10px;
  border: 0 !important;
  min-height: 330px;
}

.ProfileCardTextBold {
  color: black;
  font-weight: 500;
}

.ProfileCard:hover {
  /* padding: 20px 0px; */
  background: #ededed;
  box-shadow: 35px 35px 70px #c9c9c9, -15px -35px 70px #ffffff;
}

.ThemeColor {
  color: #4f2070;
}

.pageHdrSpace {
  padding-top: 125px;
  margin-bottom: 3rem;
}

.pageNoHdrSpace {
  padding-top: 73px;
  padding-bottom: 3rem;
}

.headerTop .custom_container {
  gap: 2rem;
}

.locationForm input.form-control {
  min-width: 10rem;
}

.headerTop .navbar-toggler {
  padding: 4px 8px;
  height: fit-content;
}
.headerTop .navbar-toggler .navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
}

.rowGap{
  row-gap: 1.5rem;
}

.respSmShow{
  display: none;
}

.main_content{
  position: relative;
}

#filterToggleButton{
  padding: 5px 20px;
  background-color: #e7e7e7;
  border-radius: 0.5rem;
  border: unset;
}
#filterToggleButton{
  display: none;
}


.account-right span{
  word-break: break-word;
  hyphens: auto;
}

.product-list .product-list-item a{
  color: black;
}
.product-list .product_btns_wrap a{
  color: var(--c-white);
}

.backBtn{
  border: unset;
  color: var(--c-pink);
  background: unset;
}

.log-page .logo_img_top{
  margin-bottom: 2rem;
}

.log-page .logo_img_top img {
  width: 150px;
  object-fit: contain;
}

.pageComnSpace{
  margin-top: 2rem;
}

.productImgTxt{
  margin-bottom: 2rem;
}
.single-products .product-img-details #carouselExampleControls{
  width: 100%;
  height: 100%;
}
.single-products .product-img-details .carousel-inner,
.single-products .product-img-details .carousel-item{
  height: 100%;
}
/* .single-products .product-img-details #carouselExampleControls img{
  object-fit: contain !important;
} */
.carousel-control-next .carousel-control-next-icon ,
.carousel-control-prev .carousel-control-prev-icon{
    background-color: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgb(6 6 6 / 37%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    border-radius: 50%;
    padding: 5px;
    background-size: 1.5rem;
    filter: invert(1);
}


.single-product-wrapper .share-icons h6{
margin-bottom: 0;
}
.single-product-wrapper .share-icons .pro_social_link{
margin-bottom: 0;
}

.single-products .product-img-details img {
  height: 100% !important;
}
.product-list-item .card-body .card-title{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.adr-card .c-body .addresCardText{
    min-height: 160px;
    max-height: 160px;
    overflow-y: auto;
}
.adr-card .c-body .addresCardText::-webkit-scrollbar{
    display: none;
}

.signUpCardWrap{
  height: unset;
  background-attachment: fixed;
  padding: 3rem 0;
}

.filterParent{
  text-align: right;
}
#filterDiv{
  text-align: left;
}


.labImg{
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
}