@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

/************* Title font *************/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

:root {
  --white: #ffffff;
  --black: #00100d;
  --green: #176935;
  --green-rgb: 23, 105, 53;
  --text-grey: #c4c4c4;
  --grey: #e5e5e5;
  --grey2: #d4d4d5;
  --greylight-bg: #fbfbfb;
  --lightgreen: #f5fff5;
  --lightyellow: #faf9ee;
  --lightyellow2: #f6f5ec;
  --darkyellow: #ebeadc;
  --lightpink: #faebeb;
  --darkpink: #f4d9d9;
  --yellow: #ffc617;
  --grey-bg: #f9f9f9;
  --text-grey-2: #888888;
  --text-light-grey: #b3b3b3;
  --footerbg: url(../img/footerbg.jpg) no-repeat;
  --text-line-1: 1;
  --text-line-2: 2;
  --text-line-3: 3;
  --text-line-4: 4;
}
.text-green {
  color: var(--green);
}
.border-green {
  border-color: var(--green) !important;
}
.bs-bg-green {
  --bs-bg-opacity: 0.25;
  background-color: rgba(var(--green-rgb), var(--bs-bg-opacity)) !important;
}
.bg-lightgreen {
  background-color: var(--lightgreen);
}
.bg-green {
  background-color: var(--green);
}
.bg-lightyellow2 {
  background: var(--lightyellow2);
}
.bg-darkyellow {
  background: var(--darkyellow);
}
.bg-lightyellow {
  background: var(--lightyellow);
}
.bg-black {
  background: var(--black);
}
.bgsemigrey {
  background: var(--greylight-bg);
}
.bg-grey {
  background: var(--grey-bg);
}
.bg-grey1 {
  background: var(--grey);
}
.greenbg .separator {
  -webkit-filter: grayscale(100%) brightness(95%) sepia(90%) hue-rotate(5deg)
    saturate(500%) contrast(0.7);
  filter: grayscale(100%) brightness(95%) sepia(90%) hue-rotate(5deg)
    saturate(500%) contrast(0.7);
}
.bglightgrey {
  background: var(--slider-bg);
}
.text-yellow {
  color: var(--yellow);
}
.textgreen {
  color: var(--green);
}
.lightyellow {
  background-color: var(--lightyellow);
}
.greenbg {
  background-color: var(--green);
}
.line-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: var(--text-line-1);
  -webkit-box-orient: vertical;
}
.threeline {
  -webkit-line-clamp: var(--text-line-3);
}
.fourline {
  -webkit-line-clamp: var(--text-line-4);
}
.twoline {
  -webkit-line-clamp: var(--text-line-2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Slim scrollbar */
.scrolling {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 0.01%;
  overflow-x: auto;
}
/* width */
.scrolling::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
.scrolling::-webkit-scrollbar-track {
  background: var(--bs-gray-100);
}

/* Handle */
.scrolling::-webkit-scrollbar-thumb {
  background: var(--bs-gray-400);
  border-radius: var(--bs-border-radius-xl);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  font-family: "Poppins", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3rem;
}
.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
  line-height: 1rem;
}
.fs-11 {
  font-size: 11px;
  line-height: 0.9rem;
}
a {
  text-decoration: none;
}
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #dedede;
}
select.form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgc3R5bGU9ImZpbGw6bm9uZSI+PHBhdGggZD0iTTEyLjQxOTggMC40NTE5OEwxMy40Nzk4IDEuNTEyOUw3LjcwMjc3IDcuMjkxOUM3LjYxMDIgNy4zODUxNCA3LjUwMDEyIDcuNDU5MDcgNy4zNzg4NyA3LjUwOTUyQzcuMjU3NjIgNy41NTk5NyA3LjEyNzU5IDcuNTg1OTQgNi45OTYyNyA3LjU4NTk0QzYuODY0OTQgNy41ODU5NCA2LjczNDkxIDcuNTU5OTcgNi42MTM2NiA3LjUwOTUyQzYuNDkyNDEgNy40NTkwNyA2LjM4MjMzIDcuMzg1MTQgNi4yODk3NyA3LjI5MTk5TDAuNTA5NzY2IDEuNTEyOUwyLjU2OTc3IDAuNDUyOTg3TDYuOTk0NzcgNS44NzY5OUwxMi40MTk4IDAuNDUxOThaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==);
  background-size: 1rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  background-position: center right 1rem;
  padding: 0.7rem 3rem 0.7rem 1.3rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: 1.2;
}
ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 14px;
  line-height: 22px;
  /*font-weight: 400;*/
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

button:focus {
  outline: 0;
}
*::-moz-selection {
  background: #eae8c4;
  color: var(--black);
  text-shadow: none;
}

*::-webkit-selection {
  background: #eae8c4;
  color: var(--black);
  text-shadow: none;
}
*::selection {
  background: #eae8c4;
  color: var(--black);
  text-shadow: none;
}
.themebtnoutline {
  border: solid 1px var(--green);
  color: var(--green);
  background: transparent;
  transition: all 0.35s ease-in-out;
}
.themebtnoutline:hover {
  background: var(--green);
  color: var(--white);
}
.themebtn {
  pointer-events: auto;
  cursor: pointer;
  background: var(--green);
  border: none;
  margin: 0;
  /* font-family: inherit;
	font-size: inherit; */
  position: relative;
  display: inline-block;
  border-radius: var(--bs-border-radius-pill);
}
.themebtn_dis {
  pointer-events: auto;
  cursor: pointer;
  background: #888888;
  color: var(--white);
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  border-radius: var(--bs-border-radius-pill);
}

.themebtn::before,
.themebtn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.themebtn .themebtn_bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--green);
  border-radius: var(--bs-border-radius-pill);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.themebtn:hover .themebtn_bg {
  transform: scale3d(1.2, 1.2, 1);
}
.disabled {
  background: #888888 !important;
}
.productdetails .themebtn:hover .themebtn_bg {
  transform: scale3d(1, 1, 1);
}
.productdetails .themebtn span {
  padding: 0;
}
.themebtn .themebtn_bg::before,
.themebtn .themebtn_bg::after {
  content: "";
  position: absolute;
  background: var(--black);
}

.themebtn .themebtn_bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: var(--bs-border-radius-pill);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.themebtn:hover .themebtn_bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.themebtn .themebtn_bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.themebtn:hover .button__bg::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}

.themebtn span {
  display: block;
  position: relative;
  padding: 0.4rem 1.5rem;
  /*mix-blend-mode: difference;*/
  font-size: 0.9rem;
  color: var(--white);
}
.themebtn span em {
  height: 2rem;
  width: 2rem;
  color: var(--black);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background: var(--bs-body-bg);
  transition: all 0.35s ease-in-out;
  border-radius: var(--bs-border-radius-pill);
}
.themebtn span em i::before {
  vertical-align: -0.19em;
}
.themebtn span em i {
  transition: all 0.35s ease-in-out;
}
.themebtn:hover span em i {
  rotate: 45deg;
}
.themebtn:hover span {
  color: var(--white);
}
.textarrow {
  text-decoration: underline;
}
.textarrow:after,
.textarrowblack:after {
  z-index: -1;
  font-size: 26px;
  position: relative;
  content: "\2192";
  color: var(--white);
  margin-left: -1.2rem;
  bottom: -0.2rem;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
}

.textarrow:hover:after {
  transform: translateX(30px);
  opacity: 1;
}

.cartbtn {
  background: var(--green);
  color: var(--white);
  padding: 0.8rem 2rem;
  text-align: center;
  transition: all 0.35s ease-in-out;
}
.cartbtn:hover {
  background: var(--black);
  color: var(--white);
}

.shinecircle {
  position: relative;
}
.shinecircle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.shinecircle:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.zoom-img {
  overflow: hidden;
}
.zoom-img img {
  object-fit: cover;
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
}
.zoom-img:hover img {
  /*transform: scale(1.2) rotate(2deg);*/
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/******Header Start******/
header {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
}
header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  backdrop-filter: blur(2px);
  animation: slideDown 0.35s ease-out;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
  --bs-bg-opacity: 0.5;
}
.inner-header {
  position: relative;
}
.inner-header .headerlogo img {
  filter: brightness(0.1);
}
.inner-header .headerright ul li a {
  color: var(--black);
}
.inner-header .navigation ul {
  --bs-bg-opacity: 1;
  background-color: #f7f7f7 !important;
}
.inner-header .navigation ul li a {
  color: var(--black);
}
.inner-header .headerright ul li a:hover {
  color: var(--white);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header.is-sticky .headerlogo img {
  width: 60px;
}
header.is-sticky .navigation ul li a {
  padding: 0.4rem 1rem;
}
header.is-sticky .topbar {
  display: none;
}
header.is-sticky ul.navbar-nav {
  background-color: transparent !important;
}
.navigation {
  position: relative;
  justify-content: center;
}
.navigation ul {
  column-gap: 0.4rem;
  border-radius: var(--bs-border-radius-pill);
  padding: 0.7rem;
  text-align: center;
}
.navigation ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navigation ul li .header-logo a {
  width: 8rem;
}
.navigation ul li a {
  display: inline-block;
  padding: 0.7rem 2rem;
  position: relative;
  color: var(--white);
  border-radius: var(--bs-border-radius-pill);
  /*transform: scale(1);*/
  transition: all 0.35s ease-in-out;
}
.headerright a {
  vertical-align: middle;
}
.headerright ul li a {
  background-color: transparent;
  border: solid 1px var(--green);
  width: 100%;
  height: 100%;
  border-radius: var(--bs-border-radius-pill);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
}
.headerright ul li a:hover {
  background-color: var(--green);
  color: var(--white);
}
.headerright ul li {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}
.navigation ul li a:hover,
.navigation ul li a.active {
  color: var(--white);
  background-color: var(--green);
  box-shadow: 0 12px 35.5px 0 rgba(29, 63, 49, 0.34);
}
.dropdown-toggle::after {
  width: 6px;
  height: 6px;
  margin-left: 0.6em;
  border: solid var(--white);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
}

.header-logo {
  margin: 0 1rem;
  width: 8rem;
  border-radius: var(--bs-border-radius-pill);
  position: relative;
}
.header-logo::before {
  content: "";
  height: 100%;
  width: 100%;
  filter: drop-shadow(0px 22px 26.7px rgba(130, 17, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  background: var(--white);
  border-radius: var(--bs-border-radius-pill);
}
.header-logo img {
  width: 100%;
  border-radius: var(--bs-border-radius-pill);
  background: var(--green);
  padding: 0.5rem;
}
.headerrighticons ul li .bi.bi-person {
  font-size: 26px;
}
.headerrighticons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.headerrighticons ul li {
  font-size: 22px;
  vertical-align: middle;
}

/***********Header end***********/

/***********Slider Start***********/
.slider-area {
  z-index: 1;
  position: relative;
}
.slider-area .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}
.slider-area .owl-nav .owl-prev,
.slider-area .owl-nav .owl-next,
.testislide .arrow {
  position: absolute;
  top: 50%;
}
.slider-area .owl-nav .owl-prev i,
.slider-area .owl-nav .owl-next i {
  font-size: 40px;
}
.slider-area .owl-nav .owl-prev {
  left: 20px;
}
.slider-area .owl-nav .owl-next {
  right: 20px;
}
/***********Slider End***********/

/***********Category Start***********/
.custom-shape {
  position: relative;
}
.custom-shape::before {
  content: "";
  width: 13rem;
  height: 17rem;
  background-color: var(--darkpink);
  clip-path: polygon(
    21.78% 0%,
    /* (49.4435, 0) */ 0.41% 18.11%,
    /* (0.938674, 58.6686) */ 24.94% 56.56%,
    /* (56.6282, 183.241) */ 35.11% 47.96%,
    /* (79.6879, 155.349) */ 57.56% 78.22%,
    /* (130.64, 253.336) */ 69.65% 67.95%,
    /* (158.073, 220.155) */ 99.52% 100%,
    /* (226.864, 323.984) */ 74.17% 45.37%,
    /* (168.414, 146.935) */ 63.33% 54.56%,
    /* (143.764, 176.75) */ 45.69% 20.85%,
    /* (103.713, 67.5357) */ 33.6% 31.08%,
    /* (76.2795, 100.717) */ 21.78% 0% /* Close path back to start */
  );
  display: inline-block;
  position: absolute;
}
.productthumb {
  width: 40%;
}
.categorymain > div:nth-child(odd) .categorybox {
  background: var(--lightyellow);
}
.categorymain > div:nth-child(even) .categorybox {
  background: var(--lightpink);
}
.categorymain > div:nth-child(odd) .categorybox.custom-shape::before {
  left: -2rem;
  bottom: -2rem;
  background: var(--darkyellow);
}
.categorymain > div:nth-child(even) .categorybox.custom-shape::before {
  right: -1rem;
  top: -2.5rem;
}
/***********Category End***********/

/*Product Start*/
.productbox {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
}
.product-name h4 {
  height: 3.1rem;
  overflow: hidden;
}
.productimg img,
.reelsproduct img,
.smallprodt img,
.productlistimg img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  margin: auto;
}
.startrating li {
  color: var(--grey2);
}

.wishlisticon {
  cursor: pointer;
  right: 2.1rem;
  top: 1.5rem;
  font-size: 1rem;
  background: var(--white);
  border-radius: var(--bs-border-radius-pill);
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent;
  transition: all 0.35s ease-in-out;
  line-height: 1;
  padding: 0.7rem 0 0.5rem 0;
  --bs-bg-opacity: 0.33;
  box-shadow: 5px 2px 10px -5px rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}
.wishlisticon:hover {
  border-color: var(--green);
}
.wishlisticon.active {
  color: var(--green);
}

.productimg,
.productlistimg {
  height: 18rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
.itemsarrow .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}
.itemsarrow .owl-nav .owl-prev,
.itemsarrow .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  --bs-bg-opacity: 0.33;
  box-shadow: 5px 2px 10px -5px rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
  background: var(--white) !important;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--bs-border-radius-pill);
}
.itemsarrow .owl-nav .owl-prev:hover,
.itemsarrow .owl-nav .owl-next:hover {
  background: var(--green) !important;
  color: var(--white);
}
.itemsarrow .owl-nav .owl-prev {
  left: -0.5rem;
}
.itemsarrow .owl-nav .owl-next {
  right: -0.5rem;
}
.itemsarrow .owl-nav .owl-prev i,
.itemsarrow .owl-nav .owl-next i {
  font-size: 1.7rem;
}
.icon {
  width: 3rem;
  height: 3rem;
}
.icon svg,
.icon3 svg {
  width: 100%;
}

.productbox .smallprodt .defaultimg {
  transition: opacity 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.productbox:hover .smallprodt .defaultimg {
  opacity: 0;
}
.productbox:hover .smallprodt .hoverimg {
  opacity: 1;
}
.productbox .smallprodt .hoverimg {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.prodthumb {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
.defaultimg {
  height: 5rem;
  margin: 0 auto;
}
.productbox .owl-dots {
  position: absolute;
  bottom: -0.55rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 0;
}
.productbox .owl-dots button span {
  background: var(--green);
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
}
.productbox .owl-dots button.active span {
  background: var(--text-light-grey);
  width: 4px;
  height: 4px;
}

/***********Product Close***********/

/***********Blog Start***********/
.blogsbig h3 {
  font-size: 2.2rem;
  color: var(--golden);
  line-height: 1.5rem;
}
.bigtextbox {
  background: linear-gradient(7deg, #020202cc 0, rgba(255, 255, 255, 0) 70%);
}
.w-60 {
  width: 60% !important;
}
.w-40 {
  width: 40% !important;
}
/***********Blog Close***********/

/***********Testimonials Start ***********/

.testimonialbox p {
  font-size: 13px;
  line-height: 1.3rem;
}
.testimonialbox h4 {
  font-size: 2rem;
}
.testimonialsimg {
  width: 60%;
  margin-top: -2rem;
}
.testimonialbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  /*box-shadow: 0 20px 60px 0 rgba(46, 33, 61, 0.08);*/
  border-radius: 1.8rem;
}
.testimonialbox blockquote {
  width: 100%;
}
.testimonialbox .quotecircle {
  width: 2.5rem;
  height: 2.5rem;
  bottom: 0;
  right: -35%;
}
.testislide {
  z-index: 1;
  position: relative;
  padding: 1rem 0.5rem 3.5rem;
  margin: auto;
  width: 50%;
}
.testislide .arrow {
  z-index: 99;
  cursor: pointer;
}
.testislide .testitext {
  position: relative;
}
.testislide .demo {
  position: absolute;
  min-height: 217px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.testislide .demo > div,
.testislide .testitext > div {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.testislide .testitext .slider,
.testislide .demo .slider {
  background: var(--white);
  border-radius: 1.8rem;
  box-shadow: 0 20px 60px 0 rgba(46, 33, 61, 0.08);
  z-index: 0;
}

.testislide .demo .slider {
  background: var(--white);
  height: 100%;
  width: 100%;
  bottom: 25px;
  opacity: 1;
  transform: scale(0.92);
  z-index: -4;
}
.testislide .demo .slider:nth-child(2) {
  transform: scale(0.85);
  background: var(--white);
  bottom: -5px;
  z-index: -5;
}
.testislide .testitext > .inactive {
  opacity: 0.1;
  z-index: -1;
  top: -3px;
  animation: testim-content-out 0.42s forwards;
}

.testislide .testitext > .active {
  position: relative;
  opacity: 0.4;
  z-index: 3;
  animation: testim-content-in 0.8s forwards;
}

@keyframes testim-content-in {
  0% {
    background: #d2d2d2;
    opacity: 0.1;
    transform: translateY(10%) scale(0.95);
  }
  70% {
    background: #fff;
  }

  100% {
    background: #fff;
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes testim-content-out {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  20% {
    transform: scale(1.01) translateY(-20px);
    opacity: 0.6;
  }
  40% {
    transform: scale(1.05) translateY(-30px);
    opacity: 0.4;
  }
  60% {
    transform: scale(1.09) translateY(-40px);
    opacity: 0.15;
  }
  80% {
    transform: scale(1.11) translateY(-50px);
    opacity: 0.05;
  }
  100% {
    transform: scale(1.15) translateY(-60px);
    opacity: 0;
  }
}
.testislide .arrow {
  font-size: 2rem;
}
.testislide #left-arrow {
  left: -5rem;
}
.testislide #right-arrow {
  right: -5rem;
}

/***********Testimonials Close***********/

/*********** Faqs Start ***********/
.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
  color: var(--semilightblue);
}
.faqsaccordian .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='bi bi-plus' viewBox='0 0 13 13'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  position: absolute;
  right: 0;
  fill: var(--semilightblue);
  border-radius: 50%;
  height: 1.7rem;
  width: 1.7rem;
}
.faqsaccordian .accordion-button:not(.collapsed)::after {
  rotate: 45deg;
}
.faqsaccordian .accordion-button.collapsed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faqsaccordian .accordion-item {
  border: none !important;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: var(--grey-bg);
  border-radius: var(--bs-border-radius-xl);
}
.faqsaccordian
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faqsaccordian
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faqsaccordian p {
  line-height: 24px;
}
.faqsaccordian .accordion-button,
.faqsaccordian .accordion-body {
  padding: 0 4rem 0 0;
  background-color: transparent;
}
.accordion-button span {
  font-size: 2.2rem;
  position: absolute;
  left: 0;
}
/*********** Faqs Close ***********/

.lifestylebox {
  transition: all 0.35s ease-in-out;
}
.lifestylebox:hover {
  box-shadow: 0 20px 60px 0 rgb(46 61 33 / 16%);
}
.lifestylebox .icon svg {
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
}
.lifestylebox:hover .icon svg {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.lifestylebox:hover .icon svg path {
  fill: var(--green);
}
.smallprodt {
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  z-index: 1;
  position: relative;
}
.reelsproduct {
  height: 25rem;
}
.reelsproduct::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(7deg, #020202cc 0, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 100%;
  border-radius: var(--bs-border-radius-lg) !important;
}
.reelsproduct video {
  width: 100%;
  height: 100%;
  border-radius: var(--bs-border-radius-lg) !important;
  object-fit: cover;
  object-fit: cover;
}
/*********** Footer start ***********/
.footer-area {
  background: var(--footerbg) no-repeat top center;
  background-size: cover;
}
.footer-area::before {
  content: "";
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 48%) 0,
    rgb(11 11 11) 80%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.text-white-75 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.75) !important;
}
.footeraddress i {
  vertical-align: middle;
  width: 2rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.footer-area h5 {
  font-size: 0.9rem;
}
ul.sociallist {
  margin: 0;
  padding: 0;
}
ul.sociallist li {
  border-radius: 50%;
  display: inline-flex;
  margin-right: 5px;
}
ul.sociallist li a {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
  border-radius: 100%;
  transition: color 0.15s ease-in;
  color: var(--green);
  --bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
ul.sociallist li a i {
  position: relative;
  transition: 0.5s;
  z-index: 3;
}
ul.sociallist li:hover a i {
  color: var(--white);
  transform: rotateY(360deg);
}

ul.sociallist li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--green);
  transition: 0.5s;
  z-index: 2;
}
ul.sociallist li a:hover:before {
  top: 0;
}
.footerlinks li a {
  position: relative;
  font-weight: 100;
}
.footerlinks li a:hover {
  color: var(--grey);
}
.footerlinks li a::before {
  content: "";
  border-bottom: solid 1px var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}
.footerlinks li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.subscribebox .themebtn {
  padding: 0.3rem 0.3rem;
  font-size: 0.9rem;
  background: var(--green);
  color: var(--white);
  margin: 0;
  font-family: "Poppins";
  text-transform: capitalize;
}
.subscribebox .btn:hover {
  /*background: var(--white);*/
  color: var(--green);
}
.subscribebox input,
.subscribebox input::placeholder {
  font-size: 13px;
  color: var(--white);
  font-weight: 100;
}
.paycardlist li {
  width: 2.2rem;
  border-radius: var(--bs-border-radius-sm);
  display: flex;
  justify-content: center;
  align-items: center;
}
/*********** Footer Close ***********/

.productshadow {
  margin-bottom: 3.2rem;
  z-index: 1;
}
.productshadow::before {
  content: "";
  border-radius: var(--bs-border-radius-pill);
  background: rgba(0, 0, 0, 0.45);
  filter: blur(6.550000190734863px);
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 4rem;
  z-index: -1;
}

/******* Inner page breadcrumb start **********/
.breadcrumb-item a::after {
  content: "\F285";
  font-family: bootstrap-icons;
  color: var(--black);
  padding-left: 0.8rem;
  vertical-align: middle;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}
.breadcrumb-item a {
  color: var(--black);
}
.breadcrumb-item.active {
  color: var(--text-light-grey);
}
/******* Inner page breadcrumb end **********/

/******* Aside Bar filter start ********/
.sidebar-wrapper .accordion-item .accordion-button {
  border-radius: 0;
  font-size: 1.1rem;
  padding: 1.1rem 0;
  box-shadow: none;
  border-bottom: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  color: var(--bs-black-rgb);
  font-weight: 400;
}
.sidebar-wrapper .accordion-item .accordion-button.collapsed {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-wrapper .accordion-body {
  padding: 0px;
}
aside.sidebar-wrapper {
  top: 1rem;
}
aside .accordion-item {
  border: none;
}
aside .accordion {
  --bs-accordion-bg: none;
}
aside .accordion-button:not(.collapsed) {
  background-color: transparent;
}
aside .accordion-button:focus {
  box-shadow: none;
}
aside .accordion-button::after {
  background-size: 1.1rem;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.accordion-button::after {
  transform: rotate(-180deg);
}
.category-list li {
  margin-bottom: 10px;
}
.category-list li:last-child {
  margin-bottom: 0;
}
.category-list li .form-check-label {
  font-size: 14px;
  color: var(--bs-gray-700);
}
.category-list li .form-check .form-check-input {
  margin-left: -2em;
}
.category-list li .form-check {
  padding-left: 2em;
}
.form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
}
.form-check-input:focus {
  box-shadow: none;
}

.ui-slider-horizontal {
  height: 5px;
  background: var(--yellow-light);
  margin: 8px 15px 8px 0;
  border-radius: 16px;
  position: relative;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 5px;
  display: block;
  background: var(--green);
  margin: 0 5px;
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  top: -8px;
  width: 15px;
  height: 15px;
  border: none;
  background: var(--green);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  cursor: default;
}
.ui-slider-horizontal span.ui-slider-handle {
  top: -0.4em;
}
.ui-state-focus {
  border: none !important;
  box-shadow: none;
  outline: none;
}
.ui-slider a:focus {
  outline: none;
}
#time-range {
  padding-bottom: 15px;
}

.extra-controls .minvalue,
.extra-controls .maxvalue {
  width: 100%;
  font-size: 16px;
  display: inline-block;
}

.extra-controls .slider-credits {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: var(--black);
  background-color: transparent;
  display: inline-block;
}
.select .dropdown-toggle::after {
  position: relative;
  border-right: 1px solid var(--text-grey-2);
  border-bottom: 1px solid var(--text-grey-2);
  border-left: 1px solid transparent;
  margin-left: 0;
  left: 15px;
  width: 9px;
  height: 8px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:hover {
  outline: 0 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--green);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--grey);
}
.select .dropdown-toggle {
  background: var(--grey);
  border: none;
  width: auto;
  color: var(--text-grey-2);
  font-weight: normal;
  margin-left: 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.select .dropdown-toggle:active {
  color: var(--text-light-grey);
}
.select .bootstrap-select .dropdown-menu {
  padding: 0;
  border-color: var(--grey-bg);
}
.select .bootstrap-select .dropdown-menu li a {
  padding: 8px 10px;
}
.sorting.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto;
}
.category-list {
  overflow-y: auto;
  max-height: 9rem;
}

/******* Aside Bar filter End ********/

.productlistimg {
  height: 14rem;
}
.productlistrow {
  --bs-gutter-x: 1rem;
}

/******* Pagination Start Start **********/
.pagination li::marker {
  display: none;
}
.pagination li a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--grey);
  background: var(--grey);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--bs-border-radius-sm);
  color: var(--black);
  padding: 0.4rem 0.85rem;
}
.pagination li a.active {
  background: var(--white);
  border-color: var(--green);
}
.pagination li:last-child a {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  font-weight: 500;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  --bs-bg-opacity: 0.1;
}

/******* Pagination End **********/

/******* Product View page Start **********/
.dnoneD {
  display: none;
}
#productviewbox {
  height: 25rem;
  overflow: hidden;
  text-align: center;
}
#productviewbox img,
#productthumb li a img {
  max-height: 100%;
  width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
#productthumb {
  width: 100% !important;
}
#productthumb ul li {
  height: 100px;
  width: 100px;
}
#productthumb ul li a {
  height: 100px;
  display: inline-block;
  padding: 0.5rem;
  width: 100px;
  border-color: #f4f4f4 !important;
  overflow: hidden;
}
#productthumb ul {
  width: 90%;
  margin: 0 auto;
}
.detail-gallery {
  position: relative;
}
#productthumb .owl-nav .owl-prev,
#productthumb .owl-nav .owl-next {
  z-index: 1;
  font-size: 1.2rem;
  color: #a5a5a5;
}
#productthumb .owl-nav .owl-prev i,
#productthumb .owl-nav .owl-next i {
  font-size: 1.2rem;
}
#productthumb .owl-nav .owl-prev {
  left: -2rem;
  top: 37%;
  position: absolute;
}
#productthumb .owl-nav .owl-next {
  right: -2rem;
  top: 37%;
  position: absolute;
}
#productthumb .carousel .owl-item {
  display: flex;
  justify-content: center;
}
.productdetails .startrating li,
.startratingyellow li {
  color: var(--text-light-grey);
}
.productdetails .startrating li i.active,
.startratingyellow li i.active {
  color: var(--yellow);
}
select.selectarrowblack {
  background-size: 11px;
  filter: grayscale(100%);
}
.fs-16 {
  font-size: 16px;
}
.quantitybox input {
  width: 4rem;
}
.quantitybox .sub,
.quantitybox .add {
  font-size: 1rem;
}
.quantitybox .add {
  border-radius: 0 20px 20px 0;
}
.productview-icons {
  border: 1px solid rgba(104, 24, 30, 0.06);
}
.productview-icons li {
  position: relative;
  color: var(--black);
}
.productview-icons li svg {
  margin-bottom: 0.2rem;
}
.productview-icons li::after {
  content: "";
  background: var(--text-grey);
  height: 70%;
  width: 1px;
  position: absolute;
  right: -4.5rem;
  opacity: 0.2;
  top: 0.9rem;
}
.productview-icons li:last-child::after {
  display: none;
}
.tabsdetail .nav-tabs a {
  font-size: 1rem;
  padding: 0.8rem 1rem;
}
.tabsdetail .nav-tabs a.active {
  color: var(--white);
  background: var(--green);
  border-radius: var(--bs-border-radius-lg);
}
.tabsdetail .tab-content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.reviewsarea li i.active {
  color: var(--yellow);
}
.reviewsarea li i {
  color: var(--text-light-grey);
  font-size: 1.2rem;
}
.review-wrapper .single-progress-bar {
  position: relative;
}
.review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 1.1rem;
  font-size: 1rem;
  font-weight: 500;
}
.review-wrapper .progress {
  max-width: 65%;
  margin-left: 3rem;
  background: var(--grey-bg);
  --bs-progress-height: 0.8rem;
  border-radius: var(--bs-border-radius-sm);
}
.review-wrapper .progress .progress-bar {
  background-color: var(--yellow);
}
.review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--text-grey-2);
}
.review-wrapper .rating-text i {
  color: var(--yellow);
}

.ratingreview {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.ratingreview > label {
  cursor: pointer;
  color: var(--text-light-grey);
  font-size: 2.2rem;
  margin: 0 0.4rem;
}

.ratingreview > label:hover,
.ratingreview > label:hover ~ label,
.ratingreview > input.radio-btn:checked ~ label {
  color: var(--yellow);
}
.ratingreviewform .form-control {
  height: 2.8rem;
  font-size: 0.9rem;
}
.ratingreviewform textarea.form-control {
  height: 5.8rem;
}
.startratingyellow li {
  font-size: 1.3rem;
}
.userpic {
  height: 3rem;
  width: 3rem;
  object-fit: cover;
}
.reviewverticalline {
  position: relative;
}
.reviewverticalline::after,
.reviewverticalline::before {
  content: "";
  background: var(--grey);
  width: 1px;
  height: 8rem;
  position: absolute;
  bottom: 1rem;
}
.reviewverticalline::after {
  right: 0;
}
.reviewverticalline::before {
  left: 0;
}
.btn-group label.btn {
  font-size: 0.8rem;
  color: var(--black);
  border-color: var(--bs-border-color);
}
.btn-group .btn-check:checked + .btn {
  background-color: transparent;
  border-color: var(--green);
  color: var(--black);
}

.reviewsbox {
  border-bottom: solid 1px var(--grey);
  padding-bottom: 1.5rem;
}

/******* Product View page end **********/

/* spinner loader */
.spinner {
  margin: auto;
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-alert {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1050; /* Ensure it's above other content */
  width: auto;
  max-width: 400px; /* Adjust the max width if needed */
  margin-bottom: 10px;
}

.wish-count,
.cart-count {
  height: 1rem;
  width: 1rem;
  background: var(--green);
  position: absolute;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--bs-border-radius-pill);
  color: var(--bs-body-bg);
  position: absolute;
  right: -0.4rem;
  top: -0.3rem;
}

.staticpages p {
  margin-bottom: 0.6rem;
  font-size: 0.85rem;
  line-height: 1.4rem;
}
.staticpages h5 {
  font-weight: 600;
  margin: 1.6rem 0 0.7rem;
}
.staticpages ul {
}
.staticpages ul li {
  font-weight: 300;
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1rem;
  font-size: 0.95rem;
  list-style: none;
}
.staticpages ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.ui-slider-horizontal {
  height: 0.6em !important;
}
/* *******  ******* */
/* Contact Us page Start */
.contactusmain,
.aboutmain,
.newsletter-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}
.icon {
  width: 3rem;
  height: 3rem;
}
.contactform input,
.contactform select,
.checkoutform input.form-control {
  height: 2.5rem;
}
.contactform input,
.contactform textarea,
.contactform select,
.checkoutform input.form-control,
.checkoutform textarea.form-control {
  font-size: 13px;
}
.contactform input::placeholder,
.contactform textarea::placeholder,
.checkoutform input.form-control::placeholder,
.checkoutform textarea.form-control::placeholder {
  color: var(--text-grey-2);
}
.contactform select.form-control {
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  width: 6rem;
}
.py-10 {
  padding-top: 14rem;
  padding-bottom: 10rem;
}
.contactusmain::before,
.aboutmain::before,
.blogmain::before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1561 450' fill='none'><g transform='translate(0, 0)'><path d='M754.5 226.168C449.457 225.019 0 24 0 24V377H1561V0C1561 0 1059.54 227.316 754.5 226.168Z' fill='white' fill-opacity='0.07'/></g><g transform='translate(0, 20)'><path d='M754.5 226.168C449.457 225.019 0 24 0 24V377H1561V0C1561 0 1059.54 227.316 754.5 226.168Z' fill='%23176935' fill-opacity='0.31'/></g><g transform='translate(0, 40)'><path d='M754.5 225.568C449.457 224.423 0 23.9363 0 23.9363V376H1561V0C1561 0 1059.54 226.713 754.5 225.568Z' fill='white'/></g></svg>");
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 17rem;
  z-index: -1;
}
ul.sociallist.contactsocial li a {
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  font-size: 1rem;
}
/* Contact Us page End */

/* About us page Start */
.py-18 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.aboutmain::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 227' fill='none'%3E%3Cpath d='M451.424 174.615C208.482 152.05 -112 59.3692 -112 59.3692V227H1763V0C1763 0 978.772 223.597 451.424 174.615Z' fill='%23FAF9EE'/%3E%3C/svg%3E");
}
.title1::before,
.title1::after {
  content: "";
  height: 1px;
  width: 60%;
  background-color: var(--yellow);
  position: absolute;
  bottom: 0;
}
.title1::after {
  background-color: var(--white);
  left: 0;
  width: 25%;
}
.zigzag1::before,
.zigzagsmall::before {
  content: "";
  width: 13rem;
  height: 20rem;
  background-color: rgba(var(--bs-white-rgb), var(--opacity-bg));
  clip-path: polygon(
    21.78% 0%,
    0.41% 18.11%,
    24.94% 56.56%,
    35.11% 47.96%,
    57.56% 78.22%,
    69.65% 67.95%,
    99.52% 100%,
    74.17% 45.37%,
    63.33% 54.56%,
    45.69% 20.85%,
    33.6% 31.08%,
    21.78% 0%
  );
  display: inline-block;
  position: absolute;
  rotate: 80deg;
  --opacity-bg: 0.1;
  left: 2.5rem;
  top: -3rem;
}
.zigzagsmall::before {
  background-color: rgba(var(--bs-warning-rgb), var(--opacity-bg));
  width: 5rem;
  height: 7rem;
  rotate: -90deg;
  left: 0rem;
  top: -3rem;
}
.startedimg::before {
  content: "";
  height: 10rem;
  width: 100%;
  --bs-bg-opacity: 0.15;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-radius: 111rem;
  border-radius: 100%;
  left: 0;
  z-index: -1;
}
.icon2 {
  width: 6rem;
  height: 6rem;
}
.icon2::before {
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  background: var(--green);
  right: 1rem;
  position: absolute;
  border-radius: var(--bs-border-radius-pill);
  z-index: -1;
}
.pb10 {
  padding-bottom: 10rem;
}
.mb-n15 {
  margin-bottom: -15rem;
}
.counterbox > div {
  flex-basis: 100%;
}
.zigzag-shape {
  position: relative;
}
.zigzag-shape::before {
  left: -1rem;
  top: 8rem;
}
.zigzag-shape::before,
.zigzag-shape::after {
  content: "";
  width: 12rem;
  height: 13rem;
  background-color: var(--bs-success);
  opacity: 0.1;
  clip-path: polygon(
    21.78% 0%,
    0.41% 18.11%,
    24.94% 56.56%,
    35.11% 47.96%,
    57.56% 78.22%,
    69.65% 67.95%,
    99.52% 100%,
    74.17% 45.37%,
    63.33% 54.56%,
    45.69% 20.85%,
    33.6% 31.08%,
    21.78% 0%
  );
  display: inline-block;
  position: absolute;
  transform: rotate(83deg);
  filter: drop-shadow(0 4px 47px #e2e0cc);
}
.zigzag-shape::after {
  right: 0;
  position-try-fallbacks: flip-block;
  transform: rotateY(180deg);
  bottom: 3rem;
}
.whowearetext p {
  line-height: 1.5rem;
}
.performancebox:first-child {
  text-align: right;
  padding-right: 2rem;
}
.performancebox:first-child ul li .icon3 {
  right: 0;
}
.performancebox:first-child .performancelist li {
  padding-right: 5rem;
}
.performancebox:first-child h5 {
  padding-right: 5rem;
}
.icon3 {
  width: 4rem;
  height: 4rem;
  /* border: dashed 2px var(--yellow);  */
  padding: 0.7rem;
  background: url(" data:image/svg+xml,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>\ <style>@keyframes foo {to {stroke-dashoffset: -15}}<\/style>\ <rect x='2' y='2' width='96' height='96' rx='50' ry='50' \ style='stroke: goldenrod; stroke-width: 2; fill: none; \ stroke-dasharray: 10 5; stroke-dashoffset: 0; \ animation: foo 1s infinite linear;'/>\ </svg>")
    no-repeat center / 100% 100%;
}
.performancebox:last-child {
  padding-left: 2rem;
}
.performancebox:last-child ul li {
  padding-right: 0;
  padding-left: 5rem;
}
.performancebox:last-child ul li .icon3 {
  left: 0;
}
.performancebox:last-child h5 {
  padding-left: 5rem;
}
.performancecenter::before {
  content: "";
  background: url(../img/zigzagtwin.png) center center no-repeat;
  position: absolute;
  top: 0;
  width: 6rem;
  height: 6rem;
  z-index: 1;
  left: 40%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.performancecenter::after {
  content: "";
  background: url(../img/ovalshape.png) center center no-repeat;
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 13rem;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0%);
  background-size: cover;
}
.performancebox h5 {
  font-size: 1.1rem;
}
.newsletteroverlay {
  content: "";
  height: 100%;
  width: 100%;
  background: var(--bs-black);
  opacity: 0.66;
}
.newsletter-area::before,
.newsletter-area::after {
  content: "";
  height: 10rem;
  width: 100%;
  background: url(../img/lineshape.png) no-repeat center center;
  position: absolute;
  z-index: 1;
  background-size: cover;
}
.newsletter-area::before {
  top: -2rem;
  left: -26rem;
}
.newsletter-area::after {
  bottom: -2rem;
  right: -26rem;
  rotate: 180deg;
}
.readybox:hover .icon2::before {
  background: var(--yellow);
  scale: 1.5;
}
.readybox:hover svg {
  scale: 1.2;
}
.readybox svg,
.icon2::before,
.readybox svg path,
.readybox h6 {
  transition: all 0.35s ease-in-out;
}
.readybox:hover svg path {
  fill: #fff;
}
.py-15 {
  padding-top: 15rem;
  padding-bottom: 6rem;
}
.readybox:hover h6 {
  color: var(--yellow) !important;
}
.newsletterinput .themebtn {
  padding: 0.5rem 0.9rem;
  font-weight: 500;
  border-radius: var(--bs-border-radius-pill) !important;
}
.newsletterinput .btn:hover {
  color: var(--green);
}
.newsletterinput input,
.newsletterinput input::placeholder {
  font-size: 14px;
  color: var(--text-grey-2);
}
.newsletterinput {
  width: 60%;
}
/* About us page Start */

/* Blog page Start */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.blogmain::before {
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' fill='none'%3E%3Cpath d='M695.499 33.5952C413.906 33.4246 -1 3.56499 -1 3.56499V56H1440V0C1440 0 977.091 33.7658 695.499 33.5952Z' fill='white'/%3E%3C/svg%3E");
}
.box-shadow {
  box-shadow: 0 4px 29.1px 0 rgba(226, 226, 226, 0.25);
}
.textarrowblack:after {
  color: var(--black);
}
.blogimg {
  height: 16rem;
}
.blogtabs button {
  background: var(--white);
  padding: 0.6rem 1rem;
}
.blogtabs button.active {
  background: var(--green);
  color: var(--white);
}
.py-2half {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.blogcontent {
  min-height: 10rem;
}
/* Blog page end */

/******** Cart page start *********/
.table {
  width: 100%;
  display: table;
  margin: 0;
}

.tablerow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.tablerow .cell {
  padding: 1rem 0;
  border-bottom: 1px solid var(--bs-light-border-subtle);
  vertical-align: middle;
}

.tablerow.tblheader .cell {
  font-size: 0.8rem;
  color: rgba(var(--bs-black-rgb), 0.7);
  border-bottom: none;
  font-weight: 500;
}

.tablerow .cell:nth-child(1) {
  width: 40%;
}

.tablerow .cell:nth-child(2) {
  width: 15%;
}

.tablerow .cell:nth-child(3) {
  width: 15%;
}

.tablerow .cell:nth-child(4) {
  width: 15%;
}
.tablerow .cell:last-child {
  width: 10%;
  text-align: center;
}
.table,
.tablerow {
  width: 100% !important;
}
.table .tablerow:last-child .cell {
  border-bottom: none;
}
.cartprd {
  width: 4rem;
  height: 4rem;
  object-position: center;
}
.couponform input {
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
}
.couponform input::placeholder {
  color: rgba(var(--bs-black-rgb), 0.4);
}
.couponform button {
  background: var(--green);
  color: rgba(var(--bs-white-rgb), 0.9);
}
.border-dashed {
  border-style: dashed;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/********** Cart page End  **********/

/* Checkout pages start*/
.checkoutproduct h6 {
  font-size: 0.9rem;
}
.checkoutproduct .cartprd {
  width: 3.5rem;
  height: 3.5rem;
  object-position: center;
}

.payment-mode .form-check-input:checked,
.shippingadd .form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}
.payment-mode .form-check .form-check-input {
  margin-left: 0px;
  margin-right: 8px;
  margin-top: 2px;
}
.payment-mode .form-check {
  position: relative;
  display: block;
  min-height: initial;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 300;
  border: 1px solid var(--bs-light-border-subtle);
  padding: 12px;
  margin-bottom: 10px;
  background: var(--bs-light-bg-subtle);
  border-radius: var(--bs-border-radius-lg);
  width: 100%;
}
.payment-mode .form-check-input {
  width: 1.3em;
  height: 1.3em;
}

.theme-btn.orangebtn {
  padding: 0.7rem;
}
.addressbox.active {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.addressbox .editbtn {
  visibility: hidden;
}
.addressbox.active .editbtn {
  visibility: visible;
}
.addressbox.active h6 {
  color: var(--green);
}
/* .show-more-height { 
  height: 24rem; 
  overflow:auto; 
} */
.mincart {
  max-height: 19rem;
  overflow: auto;
}
div:where(.swal2-icon).swal2-question {
  border-color: var(--green) !important;
  color: var(--green) !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: var(--green) !important;
  color: var(--white) !important;
}
div:where(.swal2-container)
  button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: var(--secondary-color) !important;
  color: var(--black) !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  background-color: transparent !important;
  color: var(--black) !important;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.swal2-popup {
  border-radius: 0;
}
.swal2-popup::before,
.swal2-popup::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(
    var(--angle),
    var(--green),
    var(--yellow),
    var(--black)
  );
  animation: rotate 10s linear infinite;
}
.swal2-popup::after {
  filter: blur(10px);
}
@keyframes rotate {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}
/* Checkout pages End*/
.thanks img {
  width: 5rem;
}
/*  User Dashboard Css start  */
/* .tab {
    float: left;
    background-color: rgba(241, 241, 241, 0);
    width: 30%;
    height: 100% !important;
} */
.usertab {
  top: 1.5rem;
}
.usertab button {
  display: block;
  background-color: inherit;
  color: #a7a7a7;
  padding: 0.7rem 1.5rem;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  border-radius: var(--bs-border-radius-lg);
}
.usertab button:hover,
.tab button.active {
  color: var(--white);
  background: linear-gradient(90deg, var(--green) 0%, #023d18 100%);
}
.vertical-align-sub {
  vertical-align: sub;
}
.order-product {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: var(--bs-border-radius-lg);
  object-position: center;
}
.box-shadow {
  box-shadow: 0 0 7.2px 7px rgba(255, 255, 255, 0.13) inset;
}
.cursor-pointer {
  cursor: pointer;
}

/* Order Viewb page Start */
.orderstatus {
  counter-reset: status;
}
.orderstatus li {
  text-align: center;
  flex: 1;
  z-index: 1;
  color: var(--bs-gray-600);
}

.orderstatus li::before {
  /* counter-increment: status; */
  content: "\F272";
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3rem;
  border-radius: var(--bs-border-radius-pill);
  border: 2px solid #555;
  display: block;
  margin: 0 auto 10px;
  background-color: #fff;
  color: #fff;
  font-family: bootstrap-icons !important;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderstatus li::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: #dee2e6;
  top: 1.3rem;
  left: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.orderstatus li:first-child::after {
  content: none;
}

/* Active step styling */
.orderstatus li.active {
  color: #00100d;
}

/* Step 1 - Placed */
.orderstatus li.step-1::before,
.orderstatus li.step-1::after,
.orderstatus li.step-2::before,
.orderstatus li.step-2::after,
.orderstatus li.step-3::before,
.orderstatus li.step-3::after,
.orderstatus li.step-4::before,
.orderstatus li.step-4::after {
  background-color: var(--green);
  border-color: var(--green);
}
/* Order Viewb page Start */

/*  User Dashboard Css End  */

.breadcrumb-item.breadcrumb-item-white a::after {
  color: inherit;
}
.addresslist .addressbox {
  margin-bottom: 1rem;
}
.addresslist .addressbox:last-child {
  margin-bottom: 0;
}

.navbar-toggler {
  /* position: absolute;
    right: 1.5rem; */
  width: auto;
  background: var(--white);
  padding: 0.2rem 0.3rem;
}
.offcanvas {
  background-color: var(--bs-offcanvas-color);
}
.offcanvas-header .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.navigation ul {
  background-color: transparent !important;
}
