:root {
  --primary-color: #000000;
  --secondary-color2: #919191;
  --secondary-color3: #cba25b;
  --secondary-color4: #4d6042;
  --secondary-color5: #163e74;
  --bs-white: #fff;
  --bodyFont: "Manrope", sans-serif;
  --headingFont: "Antonio", sans-serif;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 18px;
  font-weight: 400;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  background: #f5f5f5;
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  display: inline-block;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.btn {
  min-width: 196px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 26px;
  font-size: 16px;
  border-radius: 0;
  display: block;
  line-height: 50px;
  height: 52px;
  font-weight: 600;
  border-width: 2px;
  background: var(--secondary-color3);
  color: var(--bs-white);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn:hover {
  background-color: transparent !important;
  border-color: var(--secondary-color3) !important;
  color: var(--secondary-color3);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

h1 {
  font-size: 148.49px;
  font-weight: 700;
}

h2 {
  font-size: 52px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 20px;
}

.p-v-75 {
  padding: 75px 0;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 50px;
}

.navbar-brand {
  width: 300px;
}

.navbar-nav,
.stellarnav ul {
  background: #fff;
  padding: 14px 5px;
  /*  font-size: 14px; */
  max-width: 645px;
  /* margin-left: 80px; */
  margin-inline: auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.stellarnav>ul>li>a {
  padding: 0px 16px;
  font-size: 14px;
  color: #000000;
  line-height: 0.8;
  font-family: var(--bodyFont);

  &:hover {
    color: var(--secondary-color5);
  }
}

.navbar-nav a {
  padding: 0 16px !important;
  font-weight: 400 !important;
}

.navbar-nav a:hover {
  color: var(--secondary-color5);
}

.rightInfo {
  display: inline-flex;
  gap: 22px;
}

.rightInfo li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--secondary-color3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightInfo li a:hover {
  background-color: var(--secondary-color4);
}

/* HERO */

.hero {
  min-height: 976px;
  position: relative;

  h1 {
    margin-bottom: 24px;
  }

  .btn:hover {
    background: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
  }
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #050505;
  opacity: 0.28;
}

.hero-content {
  position: absolute;
  text-align: center;
  /* top: 58%; */
  width: 100%;
  color: var(--bs-white);
  z-index: 2;
}


.btn-gold {
  background: #cfa25e;
  color: #fff;
  padding: 10px 30px;
}

.p-v-78 {
  padding: 78px 0;
}

/* ABOUT */

.about-section {}

.about-box {
  background: #4b5d45;
  color: #fff;
  padding: 30px;
  max-width: 380px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

/* FEATURED */

.featured {
  background: #1f4574;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}



.product-title {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* TESTIMONIAL */

.testimonial {
  padding: 80px 0;
}

.testimonial img {
  width: 100%;
}


/* SHOP */

.shop {
  padding: 80px 0;
  background: #eee;
  text-align: center;
}

.shop img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.shop h2 , .product h2 {
        font-family: var(--bodyFont);
        font-size: 50px;
    }
/* FOOTER */

footer {
  background: #111;
  color: #aaa;
  padding: 50px 0;
  font-size: 14px;
}

footer h6 {
  color: #fff;
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

/* Login Card */

label {
  font-weight: 600;
  font-size: 20px;
  margin: 0 !important;
}

.login-card {
  background: #f6f6f6;
  /* width: 900px; */
  padding: 57px 100px;
  margin-bottom: 220px;
  margin-top: 79px;
  position: relative;
  left: 100px;
  /* box-shadow:0 10px 30px rgba(0,0,0,0.1); */
}

.login-card form {
  margin-top: 91px;
}

.floatpic {
  position: absolute;
    left: -102px;
  bottom: 0;
  max-width: 586px;
}

/* Input */

.form-control {
  border: none;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
  background: transparent;
  padding: 11px 0;
  color: var(--secondary-color2);
  font-size: 15px;
  background: transparent !important;
}

.form-control::placeholder {
  color: var(--secondary-color2);
}

.form-control:focus {
  box-shadow: none;
  border-color: #999;
}

.togglePassword {
  position: absolute;
  top: 25px;
  right: 19px;
  font-size: 20px;
}

/* Labels */

.form-label {
  font-weight: 500;
}

/* Login button */

.btn-login {
  margin-top: 75px;
}

.btn-register {
  margin-top: 47px;
}

.btn-login:hover,
.btn-register:hover {
  background: #b78c49;
}

/* Register / forgot */

.helper-text {}

.helper-text a {
  text-decoration: none;
  font-weight: 800;
  color: #000;

  &:hover {
    color: var(--secondary-color3);
  }
}



/* sonali */
.innerBanner {
  padding: 135px 0 109px;

  h1 {
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
  }
}

.contact_us {
  padding: 50px 0;

  h4 {
    color: #000000;
    font-size: 30px;
    line-height: 42px;
  }

  form {
    margin-top: 48px;

    h6 {
      color: #000000;
      font-size: 24px;
      line-height: 19px;
      margin-bottom: 29px;
      font-family: var(--bodyFont);
    }

    .input_box {
      margin-bottom: 45px;
    }
  }

  label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 34.28px;
    color: #000000;
  }

  .form-control {
    border: none;
    border-bottom: 1px solid #C3C3C3;
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;

    &::placeholder {
      color: #919191;
    }
  }

  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
  }

  .form-check-input:checked {
    background-color: #FFFF;
    border-color: #000000;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: #000;
  }

  .radio-group {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .btn {
    text-transform: capitalize;
  }
}

.shop {
  background: #F5F5F5;

  .shop_box {
    text-align: left;

    .shop_img {
      height: 381px;
      width: 100%;
      background: #EBECEE;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 17px;
    }

    p {
      font-size: 21px;
      line-height: 1;
      color: #000000;
      font-weight: 600;
      margin-bottom: 11px;
    }

    span {
      color: #000000;
      font-size: 16px;
      line-height: 21px;
      font-weight: 400;

      .deleted {
        color: #6D6D6D;
        text-decoration: line-through;
      }
    }
  }

  .btn {
    background-color: #FFF;
    color: #000000;
    text-transform: capitalize;
    margin-inline: auto;

    &:hover {
      color: #cfa25e;
    }
  }
}

.cta {
  display: flex;
  align-items: end;
  padding-bottom: 0;
  max-height: 373px;
  color: #fff;
  padding: 60px 0 0;
  position: relative;
  z-index: 1;

  &::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 304px;
    z-index: -1;
    background: #4d6042;
  }

  .cta_img {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 347px;
    width: 452px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: -25px;

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

    &::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      background: linear-gradient(180deg, #D5EFFF 0%, rgba(223, 206, 163, 0.16) 100%);
      height: 452px;
      width: 452px;
      border-radius: 50%;
      z-index: -1;
    }
  }

  h3 {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 51px;
    font-weight: 800;
    font-family: var(--bodyFont);
    margin-bottom: 20px;
  }

  p {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .btn {
    margin-left: auto;
    background: transparent;
    color: #FFF;

    &:hover {
      color: #cba25b;
    }
  }
}





.testimonial-section {
  background: #f7f7f7;
  position: relative;

  h2 {
    color: #000000;
    font-weight: 800;
    font-size: 50px;
    font-family: var(--bodyFont);
    line-height: 51px;
  }

  .testimonialSwiper {
    max-width: 609px;
    margin-top: 69px;
    padding-bottom: 40px;

    .quote {
      display: inline-block;
      justify-content: center;
      align-items: center;

      &.left {
        margin-bottom: 48px;
      }

      &.right {
        position: absolute;
        right: 0;
        bottom: 38px;
      }
    }

    .swiper-pagination-bullet {
      width: 11px;
      height: 11px;
      background: #B1B1B1;
    }

    .swiper-pagination-bullet-active {
      background: #6D6D6D;
    }

    .swiper-pagination {
      text-align: left;
    }
  }

  .btn {
    background: transparent;
    color: #000000;
  }
}

.testimonial-content {
  position: relative;
  padding-right: 20px;

  p {
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .user_info {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-weight: 800;
    max-width: 380px;
    margin-bottom: 50px;
  }
}

.quote-icon {
  font-size: 60px;
  color: #ccc;
  line-height: 1;
  margin-bottom: 10px;
}


.testimonial_img {
  position: absolute;
  right: 0;
  top: 50px;
  width: 766px;
  height: 781px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
}

.product {
  background: #163E74;
  color: #FFFFFF;
  padding: 50px 0;
  position: relative;

  h2 {
    font-size: 50px;
    line-height: 51px;
    font-weight: 800;
    text-align: center;
    /* margin-bottom: 50px; */
    margin-bottom: 20px;
  }

  .shop_box {
    text-align: left;

    .shop_img {
      height: 370px;
      width: 100%;
      /* background: #EBECEE; */
      display: flex;
      justify-content: center;
      align-items: center;
      /* margin-bottom: 17px; */

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

    p {
      font-size: 25px;
      line-height: 1;
      color: #F5F5F5;
      font-weight: 600;
      margin-bottom: 11px;
      margin-bottom: 29px;
    }
  }

}

.shop_btn {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 15px 50px;

  &:hover {
    background: #FFF;
    color: #000;
  }
}

.about-equine {
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  padding: 50px 0 150px;
  min-height: 742px;
}

/* LEFT IMAGE */
.left-img {
  position: relative;
  width: 421px;
  z-index: 1;
  top: 55px;

  img {
    width: 100%;
    object-fit: cover;
  }
}


.right-img {
  position: absolute;
  right: 0;
  top: 161px;
  width: 758px;
  height: 481px;
  z-index: 1;

  img {
    width: 100%;
    object-fit: cover;
  }
}

.content-box {
  position: absolute;
  left: 450px;
  top: 110px;
  background: #4D6042;
  color: #fff;
  padding: 35px 42px 40px 35px;
  width: 463px;
  z-index: 2;

  h5 {
    font-weight: 800;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 25px;
    font-family: var(--bodyFont);
  }

  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .shop_btn {
    margin-top: 18px;
  }
}


.badge-img {
  position: absolute;
  top: 0;
  left: 73%;
  transform: translateX(-27%);
  z-index: 3;
  width: 140px;

  img {
    width: 100%;
    object-fit: cover;
  }
}

.bg_blue {
  background: #163E74;
  color: #FFFFFF;
}

.founder {
  padding: 50px 0;
  position: relative;

  h2 {

    margin-bottom: 50px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--bodyFont);
    margin-bottom: 40px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.title {
  font-size: 50px;
  line-height: 51px;
  font-family: var(--bodyFont);
}

.company {
  padding: 50px 0;
  position: relative;

  .company_text {
    text-align: end;
    padding-left: 25px;
  }

  h3 {
    margin-bottom: 50px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--bodyFont);
    color: #222222;
    margin-bottom: 40px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.mission {
  background: #4D6042;
  color: #FFFFFF;
  padding: 50px 0;

  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .left_mission_content {
    .title {
      margin-bottom: 33px;
    }

    p {
      margin-bottom: 20px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    ul {
      margin-top: 33px;
      display: flex;
      flex-direction: column;
      gap: 33px;
      padding-right: 30px;

      li {
        h4 {
          font-size: 20px;
          line-height: 22px;
          font-weight: 700;
          font-family: var(--bodyFont);
          margin-bottom: 15px;
        }
      }
    }
  }

  .right_mission_text {
    background: #627756;
    padding: 35px 57px 37px 35px;

    h6 {
      font-size: 20px;
      line-height: 22px;
      font-weight: 700;
      font-family: var(--bodyFont);
      margin-bottom: 15px;
    }

    p {
      margin-bottom: 31px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

.blog {
  padding: 0;

  .blog_box {
    color: inherit;
    padding: 50px 0;

    &:hover {
      .company_img {
        img {
          opacity: .85;
          -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
        }
      }

    }

    .comment {
      color: #222222;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 700;
    }

    .company_img {
      overflow: hidden;
      position: relative;

      img {
        width: 100%;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, transform 1s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
    }

    .company_text {
      display: flex;
      flex-direction: column;
      gap: 33px;

      h4 {
        font-size: 25px;
        line-height: 42px;
        font-weight: 800;
        font-family: var(--bodyFont);
      }

      p {
        margin-bottom: 0;
      }
    }
  }

  .pagination {
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;

    .page-numbers {
      height: 40px;
      width: auto;
      border: 1px solid #000;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-inline: 14px;
      color: #000;

      &.current {
        border-color: #b78c49;
        color: #cba25b;
      }
    }
  }
}


.testimonial-tabs {
  background: #f7f7f7;
}

/* TABS */
.custom-tabs .nav-link {
  border: none;
  background: none;
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding: 15px 30px;
  position: relative;
  font-family: var(--bodyFont);
}

.custom-tabs {
  li {
    .nav-link {
      border-bottom: 1px solid #D4D4D4;
    }
  }
}

.custom-tabs .nav-link.active {

  font-weight: 600;
}

.custom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #4D6042;
}

.tab-pane {
  .content {
    margin-bottom: 54px;

    h3 {
      color: #000;
      font-size: 30px;
      line-height: 42px;
      font-weight: 800;
      font-family: var(--bodyFont);
      max-width: 859px;
      margin-inline: auto;
      margin-bottom: 35px;
    }

    p {
      color: #222222;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      font-family: var(--bodyFont);
      margin-bottom: 30px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

}

.testi_card {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 65px;

  li {
    width: 100%;
    max-width: 371px;
    min-height: 175px;

    .testimonial-box {
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 20px;
      color: #fff;
      text-align: left;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;

      strong {
        font-size: 18px;
        line-height: 25px;
        display: block;
        margin-bottom: 5px;
      }

      p {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        margin: 0;
      }
    }
  }
}


.testimonial-cards {
  background: #4D6042;
  color: #FFFFFF;
  margin-bottom: 50px;
  padding: 50px 37px 28px 30px;
}

.testimonial_content {
  padding: 50px 0;
}

.testi_box {
  padding: 58px 45px;
  text-align: start;
  margin-bottom: 28px;
  height: stretch;

  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .user_name {
    margin-top: 35px;

    p {
      font-size: 20px;
      line-height: 25px;
      font-weight: 800;
    }

    .btn {
      width: fit-content;
      margin-top: 48px;
    }
  }
}

.blog_detail {
  h3 {
    font-size: 25px;
    line-height: 42px;
    font-family: var(--bodyFont);
    font-weight: 800;
    margin-bottom: 20px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--bodyFont);
    margin-bottom: 20px;
  }

  .value_box {
    padding: 50px 0;

    &:last-child {
      padding-bottom: 0;
      padding-top: 8px;
    }

    .green_bg {
      background: #4D6042;
      color: #FFFFFF;
      padding: 55px 95px 41px 43px;
      margin-bottom: 60px;

      ul {
        display: flex;
        flex-direction: column;
        gap: 30px;

        li {
          display: flex;
          align-items: center;
          gap: 18px;
          font-size: 20px;
          line-height: 25px;
          font-weight: 800;
          font-family: var(--bodyFont);
        }
      }
    }
  }
}


.blog_content {
  position: relative;
  padding: 50px 0 100px;

  h4 {
    font-size: 30px;
    line-height: 42px;
    font-family: var(--bodyFont);
    font-weight: 800;
  }

  form {
    margin-top: 48px;

    h6 {
      color: #000000;
      font-size: 24px;
      line-height: 19px;
      margin-bottom: 29px;
      font-family: var(--bodyFont);
    }

    .input_box {
      margin-bottom: 45px;
    }

    textarea {
      resize: none;
    }
  }

  label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 34.28px;
    color: #000000;
  }

  .form-control {
    border: none;
    border-bottom: 1px solid #C3C3C3;
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;

    &::placeholder {
      color: #919191;
    }
  }

  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
  }

  .form-check-input:checked {
    background-color: #FFFF;
    border-color: #000000;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: #000;
  }

  .custom-checkbox {
    gap: 15px;
  }

  .custom-checkbox .form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #4a2c2a;
    border-radius: 2px;
    cursor: pointer;
    margin-top: inherit;
  }

  .custom-checkbox .form-check-input:checked {
    background-color: transparent;
    border-color: #4a2c2a;
    position: relative;
  }

  .custom-checkbox .form-check-input:checked::after {
    content: "✔";
    color: #4a2c2a;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custom-checkbox .form-check-label {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--bodyFont);
    color: #000000;
    cursor: pointer;
  }
}


.footer_link {
  h6 {
    font-size: 17px;
    line-height: 21px;
    font-weight: 800;
    font-family: var(--bodyFont);
    margin-bottom: 12px;
  }

  ul {
    font-size: 15px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: var(--bodyFont);

    li {
      a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0 1px no-repeat;
        transition: all 500ms ease;

        &:hover {
          background-size: 100% 1px;
        }
      }
    }
  }

  &.quick_link {
    ul {
      max-width: 210px;
      display: grid;
      grid-template-columns: auto auto;
      gap: 5px 25px;
    }

  }

  &.our_product {
    max-width: 181px;
  }

  &.social_link {
    max-width: 192px;
    margin-left: auto;
  }

  &.contact_link {
    width: 291px;
    ul {
      li {
        a {
          font-weight: 400;


          span {
            font-weight: 700;
          }


        }

        span {
          font-weight: 700;
        }
      }
    }
  }
}

.innerText {
  display: flex;
  justify-content: space-between;
  align-items: center;

  ul {
    display: flex;
    color: #848484;

    li {

      a {
        color: inherit;
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
        font-family: var(--bodyFont);
        border-right: 2px solid;
        padding-right: 3px;
      }

      &:last-child {
        a {
          border-right: 0;
          padding-right: 0;
          padding-left: 3px;
        }
      }
    }
  }
}

#toggleIcon {
  position: absolute;
  top: 65%;
  transform: translateY(-35%);
  right: 30px;
}

.hero {
  min-height: 100vh;

  .hero-content {
    bottom: 6%;


    h1 {
      font-size: 17vh;
    }
  }
}

/* products page */
.single-product {
  .innerBanner {
    h1 {
      font-size: 114px;
    }
  }
}

#img_box {
  padding: 15px;
  background: #EBECEE;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 315px;
}

.woocommerce-MyAccount-content {
  background-color: #EBECEE;
  border-radius: 16px;
  padding: 16px 20px;
  min-height: 453px;
}

.woocommerce-MyAccount-content p a {
  color: var(--secondary-color3);
}

.my-account-page {
  padding: 80px 0;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 20px;
  padding: 40px 32px;
  background: #EBECEE;

  ul {

    li {
      a {
        padding: 16px 20px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 16px;
        display: block;
        color: #222222;
      }

      &.is-active {
        a {
          background-color: var(--secondary-color3);
          color: var(--bs-white);
        }
      }
    }
  }
}

.wishlist-page {
  padding: 50px 0;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  gap: 10px;
  margin-bottom: 15px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul .share-button a {
  min-width: 30px;
  min-height: 30px;
}

.woocommerce-Address {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}

.customize-support .woocommerce-Address-title h2 {
  font-size: 23px !important;
  margin-bottom: 0 !important;
}

.woocommerce-account .addresses .title .edit {
  float: left !important;
  margin: 10px 0;
  color: #163E74;
  font-size: 18px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-top: 28px;
}

.woocommerce-address-fields label {
  font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 44px;
  margin-bottom: 20px;
}

form.woocommerce-EditAccountForm.edit-account label {
  font-size: 15px;
}

form.woocommerce-EditAccountForm.edit-account #account_display_name_description em {
  font-size: 13px;
}

form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  /* min-width: 196px; */
  text-align: center;
  /* text-transform: uppercase; */
  padding: 0 26px;
  font-size: 16px;
  border-radius: 0;
  display: block;
  line-height: 50px;
  height: 52px;
  font-weight: 600;
  border-width: 2px;
  background: var(--secondary-color3);
  color: var(--bs-white);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 25px;
}

form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover {
  background: var(--bs-white);
  border-color: var(--bs-white);
  color: var(--secondary-color3);
}

.cart-page {
  padding: 80px 0;

  .woocommerce {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
    width: 100%;

    .woocommerce-cart-form {
      box-sizing: border-box;
      margin: 0;
      padding-right: 4.5283018868%;
      width: 65%;
    }

    .cart-collaterals {

      /* height: 100%; */
      width: 35%;

      .cart_totals {
        background-color: #EBECEE !important;
        padding: 24px !important;
        border-radius: 12px !important;
        position: sticky;
        top: 35px;
      }

      h2 {
        font-weight: 500 !important;
        font-size: 20px !important;
      }
    }
  }
}


.custom-btn-wrapper a.added_to_cart.wc-forward {
  font-size: 14px;
  margin-left: 10px;
  color: var(--secondary-color5);
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.wc-block-cart__totals-title {
  font-weight: 500 !important;
  font-size: 20px !important;
}

.woocommerce table.shop_table {
  border: none;
}

.wc-proceed-to-checkout .checkout-button.button,
.checkout-page .woocommerce form.checkout.woocommerce-checkout #order_review #payment #place_order {
  text-align: center;
  padding: 0 26px !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  display: block;
  line-height: 50px;
  height: 52px;
  font-weight: 600;
  border-width: 2px;
  background-color: var(--secondary-color3) !important;
  color: var(--bs-white) !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 25px;
}

.wc-proceed-to-checkout .checkout-button.button:hover,
.checkout-page .woocommerce form.checkout.woocommerce-checkout #order_review #payment #place_order:hover {
  background: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--secondary-color3) !important;
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout #order_review #payment #place_order {
  margin-inline: auto;
  float: unset;
}

#checkout_order {
  box-sizing: border-box;
  padding-left: 2.2641509434%;
  width: 35%;
  position: sticky;
  align-self: flex-start;
  top: 24px;
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label,
.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2,
.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2 label {
  font-size: 14px;
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2,
.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2 {
  margin-top: 25px;
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2 textarea,
.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2 textarea {
  resize: none;
  height: 100px;
}

#customer_details {
  box-sizing: border-box;
  margin: 0;
  padding-right: 4.5283018868%;
  width: 65%;
}

.checkout-page,
.wishlist-page {
  padding: 80px 0;
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-1,
.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-1,
.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2,
.checkout-page .woocommerce form.checkout.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout #order_review .shop_table.woocommerce-checkout-review-order-table {
  background: #fff;
  padding: 15px;
  margin: 15px 0;

  td {
    font-size: 14px;
  }
}

.checkout-page .woocommerce form.checkout.woocommerce-checkout #order_review #payment .woocommerce-privacy-policy-text p,
.checkout-page .woocommerce form.checkout.woocommerce-checkout #order_review #payment .payment_box.payment_method_bacs p {
  font-size: 14px;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: var(--secondary-color3);
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  img {
    width: 70px;
  }
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-name a {
  color: #b78c49;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-name a.remove {
  height: 2em;
  width: 2em;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_pro_price {
  width: fit-content;
  font-weight: bold;
  margin: 10px 0;
}

.woocommerce-order {
  .woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 20px;
  }
}

.woocommerce ul.order_details li.woocommerce-order-overview__order.order strong {
  margin-top: 10px;
}

.order-billing-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
  width: 100%;

  .woocommerce-order-details {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 68%;
    float: left;
    background: #EBECEE;
    padding: 20px;
    border-radius: 15px;

    h2 {
      font-size: 30px;
    }

    a {
      color: var(--secondary-color3);
    }
  }

  .woocommerce-customer-details {
    width: 30%;
    box-sizing: border-box;
    margin: 0;
    float: right;
    background: #EBECEE;
    padding: 20px;
    border-radius: 15px;

    h2 {
      font-size: 30px;
      margin-bottom: 20px;
    }
  }
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
  color: var(--secondary-color3);
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view {
  background-color: var(--secondary-color3);
  color: var(--bs-white);
  font-size: 14px;

  &:hover {
    background-color: var(--bs-white);
    color: var(--secondary-color3);
  }
}

.product-section .product-details form.cart {
  display: flex;
  gap: 25px;
}

.stellarnav.mobile>ul>li>a {
  padding: 15px !important;
}

.stellarnav.mobile #menu-top-menu {
  padding-inline: 0 !important;
}

.innerText #menu-footer-bottom-menu li:hover a {
  color: #fff !important;
}

.company.about_Sec.new p {
  margin-bottom: 20px;
}

.company.about_Sec.new p:last-child {
  margin-bottom: 0;
}

.sticky-header .navbar {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 15px 0;
}

.woocommerce-notices-wrapper {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 15%;
        z-index: 9999;
    }

    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        top: .8em;
        left: 8.6em;
    }

    .woocommerce-message {
        background: #ffffff;
        color: #000026;
        padding: 12px 20px;
        border-radius: 6px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
.stellarnav li.active a{
  font-weight: bold !important;
  color: var(--secondary-color5) !important;
}
.wishlist-page .woocommerce-message{
  padding-left: 40px;
}
.wishlist-page .woocommerce-message::before{
  left: 15px;
  top: .7em;
}




.company.blog_detail .company_img img{
  width: 100%;
}
.yith-wcwl-feedback-messages-container{
  padding: 20px 40px;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  border-radius: 4px;
  /* box-shadow: 0px 4px 4px 0px #00000027; */
}
.login-card .alert.alert-success.text-center.mb-3{
  /* background-color: #fc4444; */
  color: #fff;
}



.company.blog .blog_box .heading-bold{
  color: #000;
}
.sticky-header .stellarnav.right.mobile .menu-toggle .bars span{
  background-color: #000;
}











