.inner-banners {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-banners img {
  width: 100%;
  height: auto;
  display: block;
}

img.inner-banner-mobile {
  display: none;
}

/* Text on top of image */
.inner-banner-text-div {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-40%);
  color: #fff;
  max-width: 38%;
}

.inner-banner-text-div h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.inner-banner-text-div p {
  font-size: 20px;
}

/* about section one */
.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0 4rem 0;
  background: #e3d6c0;
}

.about-heading {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-family: "Antonio", sans-serif;
  color: #000;
}

.about-highlight {
  background-color: #feb20a;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 800;
  line-height: 1.2;
  font-size: 80px;
  font-family: "Antonio", sans-serif;
  margin: 1rem 0;
}

.about-text {
  max-width: 50%;
  font-size: 20px;
  color: #000;
  margin-top: 2rem;
}

/* about section two */

.about-inner-section {
  position: relative;
  background: linear-gradient(181.33deg, #ffb800 2.78%, #ff710d 120.7%);
  overflow: hidden;
  color: #2b1b00;
  padding: 5rem 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-inner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-image: url(../images/my-images/about/bg-aboutmirakle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  opacity: 0.15;
  z-index: 1;
}

.about-inner-image {
  position: absolute;
  right: 0;
  bottom: 10%;
  transform: translateY(-10%);
  height: auto;
  z-index: 2;
}

.about-inner-content {
  position: relative;
  z-index: 3;
  max-width: 62%;
  text-align: center;
  color: #000;
}

.about-inner-title {
  margin-bottom: 2rem;
  font-size: 32px;
}

.about-inner-title p {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.about-inner-text {
  font-size: 20px;
  margin-bottom: 1rem;
}

/* about section three */
.about-legacy {
  position: relative;
  background: radial-gradient(50% 223.56% at 50% 50%,
      #e3d6c0 0%,
      rgba(227, 214, 192, 1) 67.71%);
  background-blend-mode: multiply;
  padding: 5rem 10%;
  overflow: hidden;
}

.about-legacy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/my-images/about/pattern.jpg);
  background-size: contain;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.about-legacy-text {
  max-width: 62%;
  margin: auto;
  text-align: center;
  color: #000;
}

.about-legacy-text h2 {
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 600;
}

.about-legacy-text p {
  font-size: 20px;
}

.about-legacy-text-b {
  margin-top: 3rem;
}

/* about section four */
.about-vision {
  position: relative;
  background: url(../images/my-images/about/bg-ourvision.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5rem 10%;
  color: #fff;
  overflow: hidden;
  min-height: 80vh;
}

.vision-content {
  position: relative;
  z-index: 1;
  max-width: 60%;
  text-align: left;
}

.vision-content div {
  margin-bottom: 3rem;
}

.vision-content h2 {
  font-weight: 600;
  font-size: 32px;
}

.vision-content h3 {
  font-weight: 400;
  font-size: 30px;
}

.vision-content p {
  font-weight: 400;
  font-size: 20px;
  width: 80%;
}

/* about section five */
.about-award-sec {
  background-color: #e3d6c0;
  padding: 4rem 0;
}

.about-award-head {
  text-align: center;
  color: #000;
  margin-bottom: 4rem;
}

.about-award-head h2 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

.about-award-head p {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}

.about-award-img-sec {
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4rem;
  padding: 4rem 0;
}

.about-award-img-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #faeade;
  padding: 2rem;
  z-index: 0;
  filter: drop-shadow(5px 5px 5px #0000001a);
  clip-path: polygon(5% 48%, 95% 26%, 100% 100%, 0% 100%);
}

.award-img-wrapper {
  position: relative;
  z-index: 2;
  width: 35%;
}

.award-img {
  width: 90%;
  height: auto;
  display: block;
}

.award-text-box {
  position: relative;
  z-index: 2;
  width: 55%;
}

.award-text-box h3 {
  font-weight: 700;
  font-size: 28px;
}

.award-text-box p {
  font-weight: 400;
  font-size: 20px;
  width: 90%;
}

.award-text-box p strong {
  font-weight: 400;
  font-size: 22px;
}

/* Liposomal Vitamin C Page */

/* lipo section one */
.lipo-vit-sec {
  background-color: #e3d6c0;
  padding: 5rem 5%;
  color: #000;
  text-align: center;
}

.home-lipo-vit-sec {
  background-color: #fff;
  /* padding: 5rem 5%; */
  padding: 5rem 5% 0rem 5%;
  color: #000;
  text-align: center;
}

.lipo-vit-head,
.home-lipo-vit-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
}

.lipo-vit-head h2,
.home-lipo-vit-head h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: unset;
}

.lipo-vit-head .subhead,
.home-lipo-vit-head .subhead {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: unset;
}

.lipo-vit-head p,
.home-lipo-vit-head p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: unset;
}

.lipo-vit-inner-sec h3,
.home-lipo-vit-inner-sec h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.lipo-vit-flex-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: none;
}

.home-lipo-vit-flex-sec {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: none;
  padding-top: 6rem;
}

.home-lipo-vit-sec .home-text-container {
  padding: 0;
}

.lipo-vit-div {
  padding: 2rem;
  background-color: #e3d6c0;
  border-right: 1px solid #0000004d;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.home-lipo-vit-div {
  padding: 2rem 1rem;
  border-right: 1px solid #0000004d;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.lipo-vit-div div,
.home-lipo-vit-div div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.lipo-vit-div:hover {
  background: #fff;
}

.home-lipo-vit-div:hover {
  background: #fcf7ed;
}

.lipo-vit-div:nth-child(-n + 4) {
  border-bottom: 1px solid #0000004d;
}

.lipo-vit-div:nth-child(4n),
.home-lipo-vit-div:nth-child(5n) {
  border-right: none;
}

.lipo-vit-div img,
.home-lipo-vit-div img {
  width: 80px;
  height: auto;
}

.lipo-vit-div h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: unset;
  width: 55%;
  margin: auto;
  text-align: left;
}

.home-lipo-vit-div h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: unset;
  width: 100%;
  margin: auto;
}

.lipo-vit-div p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 55%;
  margin: auto;
  text-align: left;
}

.home-lipo-vit-div p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  margin: auto;
}

.home-lipo-vit-sec.sec-section .home-lipo-vit-div p {
  width: 62%;
}

/* home-lipo-bettter */
.home-lipo-better {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  color: #000;
}

.home-lipo-better-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}

.home-lipo-better-flex-div {
  width: 100%;
}

.home-lipo-better-head {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 80%;
}

.home-lipo-better-head h3 {
  margin-bottom: unset;
  font-weight: 600;
  font-size: 24px;
}

.home-lipo-better-head p {
  margin-bottom: unset;
  font-weight: 400;
  font-size: 20px;
}

.home-lipo-better-flex-div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 3rem;
}

.home-lipo-better-flex-div ul li {
  position: relative;
  font-size: 20px;
  padding-left: 2rem;
  font-family: "Poppins", sans-serif;
}

.home-lipo-better-flex-div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url(../images/my-images/liposomal-vitaminC/bullet-icon.svg) no-repeat center;
  background-size: contain;
}

.home-lipo-better-flex-div div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: max-content;
  margin-top: 2rem;
}

.home-lipo-better-flex-div div a {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.home-lipo-better-flex-div div img {
  width: 50% !important;
  margin: auto;
  height: auto;
  text-align: center;
  transition: opacity 0.3s ease;
}

.home-lipo-better-flex-div div:hover {
    background: url(../images/my-images/home/btn-hover.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.home-lipo-better-flex-div div:hover img {
  visibility: hidden;
}

/* lipo section two */
.lipo-why-it-works {
  background: linear-gradient(181.33deg, #ffb800 2.78%, #ff710d 120.7%);
  padding: 4rem 5%;
  color: #000;
  text-align: center;
}

.lipo-why-it-works-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
}

.lipo-why-it-works-head h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: unset;
}

.lipo-why-it-works-head .subhead {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: unset;
}

.lipo-why-it-works-head p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: unset;
  width: 40%;
  margin: auto;
}

.lipo-why-it-works-inner h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.lipo-why-it-works-image-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

/* Center molecule image */
.lipo-why-it-works-image-div>img {
  width: 25%;
  height: auto;
  z-index: 1;
}

/* Common bubble layout */
.lipo-why-sec-div {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 530px;
  border-radius: 20px;
  background: transparent;
  z-index: 2;
  padding: 1rem 1.5rem;
  transition: background 0.4s ease;
  min-height: 130px;
  overflow: hidden;
}

/* Slight scale on hover for a polished look */
.lipo-why-sec-div:hover {
  background: #fff;
}

/* Inside text layout */
.lipo-why-sec-div div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.5rem 0;
}

/* Icon */
.lipo-why-sec-div img {
  width: 20%;
  height: 20%;
  display: block;
  flex-shrink: 0;
}

/* Headings */
.lipo-why-sec-div div h3 {
  color: #000;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

/* Paragraphs (hidden by default, no layout jump) */
.lipo-why-sec-div div p {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 0;
}

/* Hover — smooth fade-in + slide-up */
.lipo-why-sec-div:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 200px;
}

/* ---- Positions ---- */
.lipo-why-sec-div:nth-child(2) {
  top: 0;
  right: 9%;
}

.lipo-why-sec-div:nth-child(3) {
  top: 35%;
  right: 6%;
}

.lipo-why-sec-div:nth-child(4) {
  bottom: -3%;
  right: 3%;
}

.lipo-why-sec-div:nth-child(5) {
  top: 7%;
  left: 4%;
}

.lipo-why-sec-div:nth-child(6) {
  bottom: 13%;
  left: 10%;
}

.lipo-line1 {
  content: "";
  position: absolute;
  width: 1px;
  height: 230px;
  background: white;
  top: 0%;
  left: 56%;
  transform: rotate(67deg);
}

.lipo-line2 {
  content: "";
  position: absolute;
  width: 1px;
  height: 200px;
  background: white;
  top: 28%;
  left: 59%;
  transform: rotate(90deg);
}

.lipo-line3 {
  content: "";
  position: absolute;
  width: 1px;
  height: 179px;
  background: white;
  bottom: -10%;
  left: 64%;
  transform: rotate(90deg);
}

.lipo-line4 {
  content: "";
  position: absolute;
  width: 1px;
  height: 179px;
  background: white;
  top: 6%;
  left: 36%;
  transform: rotate(90deg);
}

.lipo-line5 {
  content: "";
  position: absolute;
  width: 1px;
  height: 186px;
  background: white;
  top: 52%;
  left: 43%;
  transform: rotate(90deg);
}

/* lipo section three */

.lipo-better {
  position: relative;
  background: radial-gradient(50% 223.56% at 50% 50%,
      #faeade 0%,
      #faeade 67.71%);
  background-blend-mode: multiply;
  padding: 4rem 0;
  overflow: hidden;
  color: #000;
}

.lipo-better::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/my-images/about/pattern.jpg);
  background-size: contain;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.lipo-better-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}

.lipo-better-flex-div {
  width: 45%;
}

.lipo-better-head {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 80%;
}

.lipo-better-head h2 {
  margin-bottom: unset;
  font-size: 32px;
  font-weight: 700;
}

.lipo-better-head h3 {
  margin-bottom: unset;
  font-weight: 600;
  font-size: 24px;
}

.lipo-better-head p {
  margin-bottom: unset;
  font-weight: 400;
  font-size: 20px;
}

.lipo-better-flex-div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lipo-better-flex-div ul li {
  position: relative;
  font-size: 20px;
  padding-left: 2rem;
  font-family: "Poppins", sans-serif;
}

.lipo-better-flex-div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url(../images/my-images/liposomal-vitaminC/bullet-icon.svg) no-repeat center;
  background-size: contain;
}

/* lipo section four */

.vitC-section {
  background-color: #e3d6c0;
  padding: 4rem 0;
  text-align: center;
  color: #1a1a1a;
}

.vitC-container {
  width: 80%;
  margin: auto;
}

.vitC-section h2 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1.5rem;
}

.vitC-intro,
.vitC-sub-intro {
  max-width: 1000px;
  margin: auto;
  font-size: 20px;
  margin-bottom: 1rem;
}

.vitC-swiper {
  margin: 3rem auto;
  position: relative;
  width: 50%;
}

.vitC-slide {
  padding: 2.5rem;
  text-align: left;
  background: transparent;
}

.vitC-content {
  width: 80%;
  margin: auto;
}

.vitC-slide h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 20px;
}

.vitC-slide p {
  font-weight: 400;
  font-size: 18px;
}

.vitC-prev,
.vitC-next {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.vitC-prev::after,
.vitC-next::after {
  font-size: 20px;
  font-weight: bold;
}

.vitC-footer-text {
  max-width: 80%;
  margin: auto;
  border-top: 1px solid #000;
  padding-top: 3.5rem;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

svg.swiper-navigation-icon {
  display: none;
}

.swiper-button-prev.vitC-prev {
  color: #000;
}

.swiper-button-next.vitC-next {
  color: #000;
}

/* contact page */
.contactSec-section {
  background-color: #faeade;
  text-align: center;
  padding: 4rem 0;
}

.contactSec-container {
  width: 80%;
  margin: 0 auto;
}

.contactSec-heading {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.contactSec-highlight {
  font-family: "Antonio", sans-serif;
  display: inline-block;
  background-color: #ffb400;
  color: #fff;
  padding: 0.5rem 2.5rem;
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 2.5rem;
}

.contactSec-description {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.contactSec-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.contactSec-info-box {
  width: 30%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contactSec-info-box h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 32px;
  text-align: left;
}

.contactSec-info-box p {
  font-weight: 500;
  font-size: 22px;
  text-align: left;
}

.contactSec-info-box p a {
  color: #000;
}

.contactSec-divider {
  position: relative;
}

.contactSec-divider::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: #00000059;
  top: -50px;
  left: 0;
}

/* contact scetion two */
.contactFormSec-section {
  background-color: #e3d6c0;
  padding: 4rem 0;
  text-align: center;
  color: #000;
}

.contactFormSec-container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.contactSec-heading {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-align: center;
  text-transform: uppercase;
}

.contactFormSec-heading {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 2rem;
}

.contactFormSec-description {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contactFormSec-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  max-width: 500px;
  margin: auto;
}

form.contactFormSec-form input {
  width: 100%;
  padding: 1rem;
  border: none;
  outline: none;
  background: #fff;
  font-size: 20px;
  box-sizing: border-box;
}

form.contactFormSec-form textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  outline: none;
  background: #fff;
  font-size: 20px;
  box-sizing: border-box;
  height: unset;
}

form.contactFormSec-form input::placeholder {
  font-size: 20px;
}

form.contactFormSec-form textarea::placeholder {
  font-size: 20px;
}

form.contactFormSec-form button {
  background: none;
  border: none;
  color: #000;
  margin-top: 1rem;
  position: relative;
  font-weight: 600;
  font-size: 24px;
}

.contactFormSec-form button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: translateX(-60%);
  width: 80px;
  height: 5px;
  background: url("../images/my-images/home/underline.svg") no-repeat center;
  background-size: contain;
}

.contactFormSec-form button:hover {
  background: url(../images/my-images/home/btn-hover.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.contactFormSec-form button:hover::after {
  display: none;
}

/* blog page */

/* section one */
.miracle-blogintro-section {
  background-color: #faeade;
  padding: 5rem 0 8rem 0;
  text-align: center;
}

.miracle-blogintro-container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.miracle-blogintro-title {
  font-size: 32px;
  margin-bottom: 2rem;
}

.miracle-blogintro-text {
  font-size: 20px;
  margin-bottom: 1.2rem;
}

/* section two */
.mir_section {
  background: #e3d6c0;
  padding: 5rem 0 5rem 0;
}

.blog--list-style {
  border-radius: 100px;
  padding: 1.2rem 2.5rem 0 2.5rem;
  background: #ffad02;
  width: max-content;
  margin: 0;
  border: 12px solid #e3d6c0e6;
}

.blog--list-style li {
  margin: 0 !important;
  padding: 0 !important;
}

.blog--list-style li a {
  display: block;
  font-family: "Antonio", sans-serif;
  font-size: 32px !important;
  padding: 1rem 2.2rem;
  background: #faeade;
  color: #000;
  font-weight: 700;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* inner blog page */
.section-full.section {
  background: #e3d6c0;
}

.list {
  border-radius: 100px;
  padding: 1.2rem 2.5rem 0 2.5rem;
  background: #ffad02;
  width: max-content;
  margin: 0 auto;
  border: 12px solid #e8e8e8e6;
  text-align: center;
}

.list ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.list li {
  margin-bottom: 0;
  margin-top: 0;
}

.list li a {
  margin-right: 2px;
  display: block;
  font-family: "Antonio", sans-serif;
  font-size: 26px !important;
  padding: 1rem 2rem;
  background: #faeade;
  color: #000;
  font-weight: 700;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.woofc-area.woofc-style-01 .woofc-inner,
.woofc-area.woofc-style-03 .woofc-inner,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link span {
  color: #000000 !important;
  border-bottom: 1px solid #000000 !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
  color: #000000 !important;
}

.woofc-area.woofc-style-01 .woofc-area-top {
  color: #000000 !important;
  background-color: rgb(255 255 255) !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.woofc-icon-icon10:before {
  content: "\e117";
  color: #000000 !important;
}

/* For odd items */
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:nth-child(odd) .woofc-item-inner {
  background-color: #e3d6c0 !important;
}

/* For even items */
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:nth-child(even) .woofc-item-inner {
  background-color: #faeade !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
  color: #000000 !important;
  font-family: "Poppins", sans-serif !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover {
  background-color: transparent;
  color: #000000 !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a,
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner>div a,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div a {
  color: #000000 !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
  color: #000000 !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot {
  padding-bottom: 5px !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: url(../images/my-images/home/underline.svg) no-repeat center;
  background-size: contain;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a {
  position: relative;
}

a.woofc-action-cart {
  position: relative;
}

a.woofc-action-cart:hover {
  position: relative;
}

a.woofc-action-cart::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: url(../images/my-images/home/underline.svg) no-repeat center;
  background-size: contain;
}

a.woofc-action-checkout {
  position: relative;
}

a.woofc-action-checkout::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: url(../images/my-images/home/underline.svg) no-repeat center;
  background-size: contain;
}

a.checkout-button.button.alt.wc-forward {
  position: relative;
  padding: 1rem;
}

a.checkout-button.button.alt.wc-forward::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: url(../images/my-images/home/underline.svg) no-repeat center;
  background-size: contain;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
  color: #000000 !important;
  background-color: #fff !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
  color: #000000 !important;
  background-color: #fff !important;
}

.woofc-area.woofc-style-01 .woofc-inner,
.woofc-area.woofc-style-03 .woofc-inner,
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 12px solid #ffffff47 !important;
  border-radius: 20px !important;
}

.lipo {
  background: #ffad02 !important;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
  background: #ffad02 !important;
}

.sub_content.section-bg-light-1 {
  background: #e3d6c0 !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  background-color: #1c1c1c !important;
  color: #ffffff !important;
}

.xoo-el-form-container ul.xoo-el-tabs li {
  background-color: #ffffff !important;
  color: #000000 !important;
}

a.xoo-el-lostpw-tgr {
  color: #000 !important;
}

td.product-name a {
  color: #000 !important;
}

.woocommerce a.remove {
  color: #000 !important;
}

a.remove {
  color: #000 !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: unset !important;
}

.woocommerce .quantity .qty {
  background-color: #ffffff !important;
}

/* Odd rows */
tr.woocommerce-cart-form__cart-item.cart_item:nth-child(odd) {
  background-color: #e3d6c0 !important;
}

/* Even rows */
tr.woocommerce-cart-form__cart-item.cart_item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.woocommerce table.shop_table {
  border: unset !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  background: #ffffff !important;
  padding: 1rem !important;
}

.coupon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

input#coupon_code {
  font-size: unset;
  height: 35px;
  background: white;
}

.woocommerce button.button {
  background: unset !important;
  position: relative;
  /* width: 100%; */
}

.woocommerce button.button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: url(../images/my-images/home/underline.svg) no-repeat center;
  background-size: contain;
}

#cclw_payment_section #place_order {
  padding: 1rem 0 !important;
}

#my-account-menu.layout-simple .myaccount-menu li,
#my-account-menu-tab.layout-simple .myaccount-menu li {
  background-color: #e3d6c0 !important;
}

#my-account-menu.layout-simple.position-vertical-left .myaccount-menu:before,
#my-account-menu.layout-simple.position-vertical-left .myaccount-menu:after {
  border-right: unset !important;
}

#my-account-menu.layout-simple.position-vertical-left .myaccount-menu li a {
  border-right: unset !important;
}

h3#ship-to-different-address {
  font-size: 18px !important;
}

.woocommerce-input-wrapper textarea#order_comments::placeholder {
  font-size: 18px !important;
}

.woocommerce-input-wrapper textarea#order_comments::-webkit-input-placeholder {
  font-size: 18px !important;
}

.woocommerce-input-wrapper textarea#order_comments::-moz-placeholder {
  font-size: 18px !important;
}

.woocommerce-input-wrapper textarea#order_comments:-ms-input-placeholder {
  font-size: 18px !important;
}

textarea#order_comments::placeholder {
  font-size: 18px !important;
}