/* 
    Theme Name: Regenerative Health Peptides
    Author: Fixmywebs
    Author URI: https://fixmywebs.com/
    Version: 1.3
*/

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: Jost, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.sub-tital {
  color: rgb(65, 186, 227);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn {
  border: 0px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  background: #ff5e00;
  border-radius: 30px;
  padding: 0px 30px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(33, 93, 114);
  box-shadow: rgba(121, 99, 104, 0.14) 0px 8px 10px,
    rgba(0, 0, 0, 0.12) 0px 3px 14px;
  transition: all 0.3s ease-in-out 0s;
}

.desktop-none {
  display: none;
}

.main-header {
  background-color: rgb(0 0 0);
  padding: 10px 0px;
}

.main-header .row {
  /* align-items: center; */
  /* justify-content: center; */
}

.main-header .header-nav ul li {
  display: inline-block;
  margin: 0px 20px;
}

.main-header .header-nav ul li a {
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s ease-out 0s;
  color: #fff;
}

.main-header .header-nav ul li a:hover {
  color: rgb(65, 186, 227);
}

.main-header .header-icon {
  text-align: end;
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

.main-header .header-icon a {
  color: rgb(247 247 247);
  font-size: 20px;
}

.main-header .header-icon .p-cart {
  position: relative;
}

.main-header .header-icon .p-cart span {
  background-color: rgb(255, 192, 43);
  color: rgb(255, 255, 255);
  font-size: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  right: 0px;
}

.main-header .header-icon i {
  margin: 0px 10px;
  transition: all 0.3s ease-in-out 0s;
}

.main-header .header-icon i:hover {
  color: rgb(65, 186, 227);
}

.banner-area {
  background-color: rgb(0 0 0);
  padding-bottom: 350px;
  position: relative;
}

.banner-area .banner-tital {
  text-align: center;
  z-index: 0;
  position: relative;
}

.banner-area .banner-tital h1 {
  color: rgb(65, 186, 227);
  font-size: 140px;
  text-transform: uppercase;
  font-weight: 700;
}

.banner-area .banner-bottom {
  align-items: center;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}

.banner-area .banner-bottom .banner-content h3 {
  color: rgb(255 255 255);
  margin-bottom: 20px;
  font-size: 20px;
}

.banner-area .banner-bottom .banner-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: rgb(255 255 255);
}

.banner-area .banner-icons .icon-content img {
  width: auto;
}

.banner-area .banner-icons .icon-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

.banner-area .banner-icons .icon-content .content h3 {
  line-height: 0.5;
  color: rgb(255 255 255);
  font-size: 26px;
}

.banner-area .banner-icons .icon-content .content p {
  margin-bottom: 0px;
  color: #fff;
}

.banner-cta {
  margin-top: -340px;
  z-index: 1;
  position: relative;
}

.banner-cta .row {
  background-color: rgb(23, 65, 79);
  border-radius: 80px;
  padding: 0px 40px;
}

.banner-cta .cta-content .row1-content {
  margin-top: -70px;
}

.banner-cta .cta-content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 0px 20px;
}

.banner-cta .cta-content .content .icon {
  background-color: rgb(255, 255, 255);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 50%;
}

.banner-cta .cta-content .content img {
  width: auto;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.cta-content:hover .icon img {
  transform: rotateY(360deg);
}

.banner-cta .cta-content .content h1 {
  color: rgb(255, 255, 255);
  font-size: 25px;
}

.banner-cta .cta-content .content p {
  color: rgb(217, 217, 217);
}

.sec-products .products-tital {
  margin-bottom: 40px;
}

.sec-products .products-tital h1 {
  font-weight: 600;
  color: rgb(23, 65, 79);
}

.sec-products .products-content {
  padding: 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin: 20px 0;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}

.sec-products.shop-page-sec .products-content img {
  width: 100%;
  height: 416px;
}

.sec-products .products-content img {
  width: 100%;
}

.sec-products .products-content i {
  color: rgb(255, 212, 0);
  margin-top: 10px;
  font-size: 14px;
}

.sec-products .products-content a {
  font-size: 16px;
  color: rgb(45, 63, 89);
  margin-top: 15px;
  display: inline-block;
  transition: all 0.2s ease-out 0s;
}

.sec-products .products-content a:hover {
  color: rgb(65, 186, 227);
}

.sec-products .products-content .btn2 {
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(45, 63, 89);
  position: relative;
  padding-left: 35px;
  padding-right: 15px;
}

.sec-products .products-content .btn2:hover {
  color: rgb(255, 255, 255);
}

.sec-products .products-content .btn2:hover i {
  color: rgb(255, 255, 255);
}

.sec-products .products-content .btn2:hover::before {
  width: 100%;
}

.sec-products .products-content .btn2::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 22px;
  top: 0px;
  left: 0px;
  background-color: rgb(65, 186, 227);
  transition: all 0.3s ease-out 0s;
}

.sec-products .products-content .btn2 i {
  color: rgb(45, 63, 89);
  width: 42px;
  height: 42px;
  background-color: transparent;
  border-radius: 100%;
  font-size: 22px;
  text-align: right;
  padding-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.sec-products .products-content .btn2 span {
  position: relative;
  z-index: 1;
}

.sec-products .products-btn a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(65, 186, 227);
}

.sec-products .row.bottom-row {
  position: relative;
}

.sec-products .owl-nav {
  display: block !important;
}

.sec-products .owl-nav .owl-next:hover {
  background-color: #41bae3 !important;
}

.owl-dots {
  display: none;
}

.sec-products .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 50%;
  background-color: #e7f5fb !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #e7f5fb;
  transition: all 0.3s ease-in-out;
}

.sec-products .owl-nav .owl-prev:hover {
  background-color: #41bae3 !important;
}

.sec-products .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 50%;
  background-color: #e7f5fb !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #e7f5fb;
  transition: all 0.3s ease-in-out;
}

.about-sec {
  background-color: rgb(226, 245, 251);
  border-radius: 300px 0px 0px;
}

.about-sec .row {
  align-items: center;
}

.about-sec .about-image {
  text-align: center;
  padding-right: 50px;
}

.about-sec .about-content h1 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 50px;
  color: rgb(45, 63, 89);
  margin-bottom: 25px;
}

.about-sec .about-content p {
  color: rgb(114, 114, 114);
}

.about-sec .about-content b {
  font-size: 20px;
  line-height: 1;
  color: rgb(69, 69, 69);
}

.about-sec .about-content a {
  margin-top: 25px;
}

.testi-sec {
  background-color: rgb(226, 245, 251);
  padding-bottom: 310px;
}

.testi-sec .bottom-row {
  margin-top: 60px;
  align-items: center;
}

.testi-sec .testi-content {
  background: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 50px 45px;
  margin-bottom: 30px;
}

.testi-sec .testi-content .test-image {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testi-sec .testi-content .test-image .image img {
  width: 80px;
}

.testi-sec .testi-content .test-image h3 {
  color: rgb(45, 63, 89);
  font-size: 20px;
  line-height: 0.5;
}

.testi-sec .testi-content .test-image i {
  color: rgb(255, 212, 0);
  font-size: 14px;
}

.testi-sec .testi-content p {
  margin-top: 20px;
  width: 100%;
}

.testi-sec .bottom-row {
  position: relative;
}

.testi-sec .owl-nav {
  display: block !important;
}

.testi-sec .owl-nav .owl-next:hover {
  background-color: #41bae3 !important;
}

.testi-sec .owl-nav .owl-next {
  position: absolute;
  right: 0%;
  top: 85%;
  background-color: #bce8f5 !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #e7f5fb;
  transition: all 0.3s ease-in-out;
}

.testi-sec .owl-nav .owl-prev:hover {
  background-color: #41bae3 !important;
}

.testi-sec .owl-nav .owl-prev {
  position: absolute;
  right: 4%;
  top: 85%;
  background-color: #bce8f5 !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #e7f5fb;
  transition: all 0.3s ease-in-out;
}

.footer-cta {
  margin-top: -260px;
  position: relative;
}

.footer-cta .row {
  background-color: rgb(188, 232, 245);
  border-radius: 15px;
}

.footer-cta .cta-content {
  padding: 75px 100px 75px 50px;
}

.footer-cta .cta-content h1 {
  font-weight: 600;
  color: rgb(45, 63, 89);
  font-size: 50px;
}

.footer-cta .cta-content form .row .col-lg-8,
.footer-cta .cta-content form .row .col-lg-4 {
  padding: 0px 5px 0px 0px;
}

.footer-cta .cta-content form input {
  width: 100%;
  height: 56px;
  border-radius: 40px;
  margin: 0px 10px 0px 0px;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  border: none;
  color: rgb(114, 114, 114);
}

.footer-cta .cta-content form input:focus-visible {
  outline: 0px;
  border: none !important;
}

.footer-cta .cta-image {
  width: 100%;
  margin-top: -110px;
}

.footer-cta .cta-image img {
  width: 100%;
}

.footer-sec {
  background-color: rgb(0 0 0 / 100%);
  /* padding-top: 190px; */
  /* margin-top: -190px; */
  position: relative;
}

.footer-sec .footer-contect {
  background-color: rgb(33, 93, 114);
  border-radius: 15px;
  padding: 16px 50px;
}

.footer-sec .footer-contect .footer-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-sec .footer-info img {
  width: 80px;
}

.footer-sec .footer-info h4 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
}

.footer-sec .footer-info a {
  color: rgb(255, 255, 255);
  font-weight: 500;
  transition: all 0.2s ease-out 0s;
}

.footer-sec .footer-info a:hover {
  color: rgb(65, 186, 227);
}

.footer-sec .row-bottom {
  /* align-items: center; */
  justify-content: center;
}

.footer-sec .row-bottom .footer-logo img {
  width: auto;
}

.footer-sec .row-bottom .footer-logo p {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}

.footer-sec .row-bottom .footer-logo ul li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

.footer-sec .row-bottom .footer-logo ul li a {
  font-size: 20px;
  color: rgb(255, 255, 255);
  background-color: rgb(65, 186, 227);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.footer-sec .row-bottom .footer-logo ul li a:hover {
  background-color: #ffffff;
  color: #000;
}

.footer-sec .row-bottom .footer-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin: 0px auto; */
  /* width: 40%; */
  align-items: center;
}

.footer-sec .row-bottom .footer-links .links-tital,
.footer-sec .row-bottom .footer-links .links {
  width: 100%;
}

.footer-sec .row-bottom .footer-links h3 {
  color: rgb(255, 255, 255);
  font-size: 25px;
}

.footer-sec .row-bottom .footer-links ul {
  margin-top: 30px;
  list-style-type: disc;
  padding-left: 25px;
}

.footer-sec .row-bottom .footer-links ul li a {
  color: rgb(255, 255, 255);
  transition: 0.5s all ease-in-out;
}

.footer-sec .row-bottom .footer-links ul li {
  margin: 10px 0px;
  color: rgb(255, 255, 255);
}

.footer-sec .copy-right-row {
  border-top: 1px solid rgba(65, 186, 227, 0.325);
  margin: 40px 0px 0px;
  z-index: 9;
  position: relative;
}

.footer-sec .copy-right-row .copy-right p {
  color: rgb(255, 255, 255);
  margin: 0;
  font-size: 18px;
}

.footer-sec .copy-right-row .copy-right p a {
  color: rgb(65, 186, 227);
  font-weight: 400;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  font-weight: 700;
}

.footer-sec .copy-right-row .copy-right p a:hover {
  color: rgb(255, 255, 255);
}

.header-logo img {
  width: 190px;
}

.product-content h4 {
  margin: 10px 0;
  font-size: 16px;
}

.footer-logo p {
  width: 70%;
  margin-top: 20px;
}

/* inner-banner */

.breadcrumb-sec {
  background-image: url(../images/banner/page-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* height: 300px; */
  background-blend-mode: color;
  background-color: #00000078;
}

.breadcrumb-content {
  padding: 100px 0 70px;
  text-align: center;
  color: #fff;
}

.breadcrumb-item.active {
  color: #fdb813;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fdb813;
}

.breadcrumb {
  justify-content: center;
}

/* contact-page */

.contact-1 {
  color: #000;
}

.contact-group {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  text-align: center;
  height: 200px;
}

.contact-group i {
  color: #ff5e00;
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-group a {
  color: #000;
  display: block;
}

.form-page {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  margin: 60px 0 0;
  background-color: #215d72;
  border-radius: 20px;
}

.form-page button {
  width: 30%;
  /* padding: 10px 10px; */
}

.form-page input,
textarea {
  width: 100%;
  margin: 0px 0 30px;
  background-color: #f5f1f0;
  padding: 5px 10px;
  border: 1px solid #e8e9e4;
  border-radius: 5px;
  height: 60px;
}

.form-page textarea {
  height: 200px;
}

.form-page h4 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
}

.page-form-sec {
  background-color: rgb(226, 245, 251);
}

.breadcrumb-content h1 {
  font-size: 70px;
}

.breadcrumb-content .breadcrumb-item a {
  color: #fff;
}

.breadcrumb-content .breadcrumb-item a:hover {
  color: #ff5e00;
}

.breadcrumb-sec {
  background-color: #0000008c;
  background-image: url(../images/new/inner-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color;
}

.sec-products {
  position: relative;
}

.product-extra-one {
  position: absolute;
  top: 0;
  left: 0;
  animation: slideLeftRight 3s ease-in-out infinite;
}

.product-extra-one img,
.product-extra-two img {
  width: 150px;
}

.product-extra-two {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: slideRightToLeft 3s ease-in-out infinite;
}

/* .banner-image img {
animation: gentleTilt 4s ease-in-out infinite;
} */

.banner-extra-one {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 0;
}

.banner-extra-one img,
.banner-extra-two img {
  width: 300px;
}

.footer-extra img {
  width: 130px;
}

.banner-extra-two {
  position: absolute;
  bottom: 25%;
  right: 0;
}

.banner-image {
  position: relative;
  z-index: 99;
}

.banner-image .banner-image-back {
  position: absolute;
  top: 90px;
  z-index: -1;
}

.banner-icons {
  position: relative;
  z-index: 99;
}

.banner-image-back video {
  width: 100%;
  transform: rotate(15deg);
}

.banner-image .banner-main {
  z-index: 9;
}

.footer-extra {
  position: absolute;
  right: 0;
  bottom: 10%;
  animation: slideRightToLeft 3s ease-in-out infinite;
}

.header-logo video {
  width: 200px;
  height: 140px;
  object-fit: contain;
}

@keyframes slideLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
    /* adjust distance */
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
    /* moves left */
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes gentleTilt {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(1deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  /* Black background */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader-logo {
  width: auto;
  /* adjust size as needed */
  margin-bottom: 20px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #444;
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sec-products .products-content:hover {
  transform: translateY(-12px);
}

.product-content {
  padding: 20px;
}

.footer-sec .row-bottom .footer-links ul li a:hover {
  color: rgb(65, 186, 227);
}

.footer-contect:hover {
  background-color: #147abf;
  /* ya koi bhi halka change */
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.footer-contect:hover img {
  transform: scale(1.1);
}

.footer-contect:hover .contact h4,
.footer-contect:hover .contact a {
  color: #ffffff;
  /* ya koi aur hover color */
}

.footer-contect,
.footer-contect img,
.footer-contect .contact h4,
.footer-contect .contact a {
  transition: all 0.3s ease;
}

#background-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }

  100% {
    margin-top: -100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }

  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }

  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: -5%;
  top: 5%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 5%;
  top: 20%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 10%;
  top: 30%;

  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 20%;
  top: 0;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 30%;
  top: 15%;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
  -webkit-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 50%;
  top: 0;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 65%;
  top: 20%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 80%;
  top: 10%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 90%;
  top: 32%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 80%;
  top: 5%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x11 {
  -webkit-animation: animateBubble 35s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  -moz-animation: animateBubble 35s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  animation: animateBubble 35s linear infinite,
    sideWays 5s ease-in-out infinite alternate;

  left: -10%;
  top: 15%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x12 {
  -webkit-animation: animateBubble 30s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
  -moz-animation: animateBubble 30s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
  animation: animateBubble 30s linear infinite,
    sideWays 6s ease-in-out infinite alternate;

  left: 95%;
  top: 18%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x13 {
  -webkit-animation: animateBubble 33s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 33s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 33s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 45%;
  top: 23%;

  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x14 {
  -webkit-animation: animateBubble 15s linear infinite,
    sideWays 10s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,
    sideWays 10s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,
    sideWays 10s ease-in-out infinite alternate;

  left: 20%;
  top: 0;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x15 {
  -webkit-animation: animateBubble 38s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 38s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 38s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 30%;
  top: 3%;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x16 {
  -webkit-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 50%;
  top: 0;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x17 {
  -webkit-animation: animateBubble 10s linear infinite,
    sideWays 26s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,
    sideWays 26s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,
    sideWays 26s ease-in-out infinite alternate;

  left: 65%;
  top: 37%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x18 {
  -webkit-animation: animateBubble 40s linear infinite,
    sideWays 32s ease-in-out infinite alternate;
  -moz-animation: animateBubble 40s linear infinite,
    sideWays 32s ease-in-out infinite alternate;
  animation: animateBubble 40s linear infinite,
    sideWays 32s ease-in-out infinite alternate;

  left: 80%;
  top: 10%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x19 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 90%;
  top: 15%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x20 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 80%;
  top: 31%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgb(65 186 227),
    inset 0px 0px 10px 5px rgb(65 186 227);
  -moz-box-shadow: 0 0px 30px rgb(65 186 227),
    inset 0px 0px 10px 5px rgb(65 186 227);
  box-shadow: 0 0px 30px rgb(65 186 227), inset 0px 0px 10px 5px rgb(65 186 227);
  height: 100px;
  position: absolute;
  width: 100px;
}

.bubble:after {
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 0%) 70%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(70%, rgba(255, 255, 255, 0))
  );
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 0%) 70%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 0%) 70%
  );
  /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 0%) 70%
  );
  /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 0%) 70%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.3);
  content: "";
  height: 80px;
  left: 10px;
  position: absolute;
  width: 80px;
}

@keyframes slideLeftRightNew {
  0% {
    transform: translateX(-20px);
    opacity: 0.5;
  }

  50% {
    transform: translateX(0px);
    opacity: 1;
  }

  100% {
    transform: translateX(-20px);
    opacity: 0.5;
  }
}

/* .banner-extra-one, .banner-extra-two {
  animation: slideLeftRightNew 4s ease-in-out infinite;
} */

.banner-tital h1 {
  position: relative;
  display: inline-block;
  color: #fff;
  transition: transform 1.2s ease, color 1.2s ease;
  cursor: pointer;
}

.banner-tital h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff5e00, #ff5e00);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.2s ease;
  border-radius: 4px;
}

.banner-tital:hover h1 {
  transform: scale(1.03);
  color: #ff5e00;
}

.banner-tital:hover h1::after {
  transform: scaleX(1);
  transform-origin: left;
}

.banner-main {
  transition: transform 0.5s ease-in-out;
}

.banner-main:hover {
  animation: rotateBottle 10s linear infinite;
}

.wpcf7-submit {
  background-color: #FF5E00 !important;
  color: #fff !important;
  width: fit-content !important;
  border: none !important;
  border-radius: 200px !important;
  padding: 10px 40px !important;
  height: 70px !important;
}

@keyframes rotateBottle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* WOOCOMMERCE */
#prod-container {
  display: flex;
  padding: 50px 1%;
  gap: 30px;
}

@media only screen and (max-width: 500px) {
  #prod-container {
    padding-top: 0px;
    gap: 30px;
    flex-direction: column;
  }
}

.related.products,
#sidebar,
.tabs.wc-tabs,
.woocommerce-Tabs-panel h2:nth-child(1),
.woocommerce-breadcrumb {
  display: none;
}

#prod-container .woocommerce-product-gallery,
#prod-container .summary {
  flex: 0 0 50%;
}

.wc-forward {
  color: #000;
}

#prod-container .woocommerce-product-gallery__image a {
  width: 100%;
}

#prod-container .woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#prod-container .entry-summary {
  margin: auto;
}

#prod-container h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
}

#prod-container .price {
  color: #3a3a3a !important;
  font-weight: 600;
  font-size: 20px;
  display: block;
}

#prod-container .cart {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  align-items: center;
}

#prod-container .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  margin-top: 0px;
}

#prod-container .single_add_to_cart_button {
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 1.4;
  margin-left: 6px;
  background-color: #FF5E00;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 10px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  border: 1px solid #e8e8e8;
}

#prod-container .product_meta {
  margin-top: 20px;
}

#prod-container [class~="quantity"] {
  margin-right: 0;
  margin-left: 0px;
}

#prod-container .qty {
  width: 120px !important;
  height: 100% !important;
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0;
  text-align: center !important;
  margin-right: 8px;
  border: 1px solid #00000017;
  border-radius: 12px;
}

.wc-block-components-notice-banner {
  line-height: 2;
  padding: 6px 16px !important;
}

.woocommerce-cart-form__cart-item img {
  width: 65px;
  height: 65px;
}

.woocommerce-cart-form {
  padding: 60px 0 0 0;
}

.woocommerce-cart-form .product-name a {
  color: #000;
  font-weight: 600;
}

.cart-collaterals {
  margin-bottom: 60px;
}

.woocommerce-cart-form input {
  height: 42px;
}

.coupon {
  display: flex;
}

.coupon input {
  width: 150px !important;
  margin-right: 12px;
}

.coupon input[type="email"],
.coupon input[type="text"] {
  padding: 25px 12px 25px !important;
}

@media only screen and (min-width: 1500px) {
  .woo .container {
    max-width: 1400px;
  }
}

.wc-block-components-product-name {
  font-family: "Belleza", sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  color: #000 !important;
}

.wc-block-components-product-details:nth-child(1)
  .wc-block-components-product-details__quantity {
  display: none;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 6px 0 16px 16px !important;
  vertical-align: middle !important;
}

.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 1.4;
  margin-top: 10px;
  margin-left: 4px;
  background-color: #FF5E00;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 8px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  text-decoration: none;
}

.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart-items__header-image {
  text-align: left !important;
  font-size: 16px !important;
  color: #000 !important;
}

.description-div {
  border-top: 1px solid #dbdbdb;
  padding: 50px 0;
}

.woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #000;
  margin: 0;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector {
  margin-bottom: 4px !important;
}

.woo {
  padding-top: 50px;
}

.product_meta {
  display: none;
}

.quantity {
  position: relative;
}

.quantity button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #8a59c6;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  padding: 0;
}

button.plus {
  position: absolute;
  right: 15px;
  top: 14px;
}

button.minus {
  position: absolute;
  left: 8px;
  top: 14px;
}

.woocommerce-product-gallery ol.flex-control-nav {
  display: flex;
  width: 97%;
  overflow-x: auto;
  max-width: 620px;
  margin-top: 20px;
  gap: 6px;
}

.woocommerce-product-gallery ol.flex-control-nav li {
  flex: 0 0 20%;
  margin-bottom: 6px;
}

.woocommerce-product-gallery ol.flex-control-nav li img {
  width: 100%;
  border: 1px solid #936b34;
  object-fit: cover;
  border-radius: 6px;
  height: auto;
}

.woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
  border: 3px solid #946b35;
}

.variations_form.cart {
  display: block !important;
}

.woo a {
  color: #fff;
}

.woo-variation-items-wrapper .variable-items-wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

table.variations {
  width: 100%;
}

table.variations .label {
  display: none !important;
}

table.variations .nice-select {
  display: none !important;
}

table.variations tbody tr {
  display: flex;
  flex-direction: column;
}

table.variations tbody tr .label label {
  font-weight: bold;
}

table.variations tbody tr ul {
  padding: 0;
  margin-top: 0px;
}

.variable-items-wrapper li {
  display: inline-block;
  width: 30%;
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 5px 4px;
  border-radius: 30px;
  text-align: center;
  background-color: #eceef1;
  font-weight: 500;
}

.variable-items-wrapper li.selected {
  background: #a1c3b4;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.variable-items-wrapper li .variable-item-span {
  width: 100%;
  font-size: 12px;
}

th.label {
  width: 100%;
  display: block;
}

.value.woo-variation-items-wrapper,
table.variations .label {
  display: block;
}

table.variations .label {
  vertical-align: baseline;
}

th.label {
  width: 100%;
  display: block;
}

.product-content .box-title a {
  font-size: 20px;
  color: #000;
  height: 60px;
}

.product_meta {
  display: none;
}

#prod-container p {
  margin: 0 0 2px 0;
  padding-top: 7px;
}

td,
th {
  padding: 2px 12px;
}

.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-quantity-selector__input {
  height: 34px;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector {
  margin-bottom: 3px;
}

.prodprice p {
  display: inline;
  margin-right: 4px;
}

.wc-block-components-product-details.wc-block-components-product-details li {
  display: inline-block;
  margin-right: 10px;
  background-color: #8a59c6;
  color: #fff;
  padding: 0 14px;
  margin-bottom: 7px;
  border-radius: 5px;
  font-size: 11px;
}

.wc-block-components-checkout-step__description {
  font-size: initial !important;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 2.05em !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  height: fit-content !important;
  padding: 1rem 2rem !important;
  font-size: 0.9rem !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  left: 1.9625em !important;
  top: 2.062em !important;
  font-size: 12px !important;
}

.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
  transform: translateY(-20px) scale(0.75) !important;
  font-size: 13px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 1rem 2rem !important;
  font-size: 0.8rem !important;
  height: fit-content !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  height: fit-content !important;
}

.wc-block-components-address-form__address_2-toggle {
  font-size: 20px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  font-size: 20px !important;
}

.wc-block-components-checkbox label {
  align-items: center !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator span {
  font-size: 18px;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
  font-size: 18px;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
  font-size: 17px;
}

.wc-block-components-totals-item span {
  font-size: 17px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-wrapper {
  cursor: initial !important;
}

#search-suggestions {
  display: none;
}

.search-suggestions-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 1000;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
}

.suggestion-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease-in-out;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  gap: 12px;
}

.suggestion-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  background-color: #f8f8f8;
}

.suggestion-info {
  flex: 1;
  overflow: hidden;
}

.suggestion-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestion-item:hover {
  background-color: #f9f9f9;
}

.suggestion-item a:hover .suggestion-title {
  color: #0073aa;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 2em !important;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  background: #ffb93f;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  width: fit-content;
}

.edit-post-visual-editor
  .editor-block-list__block
  .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  color: #000 !important;
  height: 43px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  height: 300px !important;
  max-width: 300px !important;
  width: 300px !important;
}

.custom-product-section {
  padding-top: 10px;
  font-size: 1em;
  color: #444;
}

.custom-tabs .tab-content h3 {
    margin: 30px 0 10px;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
    border: none;
}

.about-content ul li {
	margin-top: 6px;
}

.faq {
	margin: 50px auto;
	font-family: Arial, sans-serif;
}

.faq-item {
    padding: 15px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #00000036;
    border-radius: 6px;
    margin-bottom: 14px;
    padding: 14px 14px;
}

.faq-question {
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.faq-answer {
	display: none;
	padding-top: 10px;
	color: #555;
}

/* Make WooCommerce My Account layout horizontal */
.woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

/* Sidebar Navigation (Left Side) */
.woocommerce-MyAccount-navigation {
  flex: 0 0 250px;
  max-width: 250px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: fit-content;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 16px;
  background: #f5f5f5;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #215d72;
  color: #fff;
  border-color: #215d72;
}

/* Account Content (Right Side) */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Fix broken dashboard text/links */
.woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.woocommerce-MyAccount-content p a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 600;
  margin: 0 4px;
  display: inline;
}

.woocommerce-MyAccount-content p a:hover {
  color: #005bb5;
  text-decoration: underline;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
    max-width: 100%;
  }
}



li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
	display: none;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    display: block;
}

.header-nav .login-buttons {
	display: none;
}

.header-nav .menu-bar-close {
	display: none;
}

.col-btn p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.col-btn p input {
  margin-bottom: 0;
  padding-top: 8px !important;
}

#user-registration {
    width: 50%;
    margin: 0 auto !important;
}

.user-registration.ur-frontend-form {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: auto;
    width: 20%;
    margin: 0 auto;
}

.sec-sta {
	position: relative;
	padding: 80px 0;
	background-image: url('../images/testimonial-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.sec-sta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.sec-sta .container {
	position: relative;
	z-index: 2;
}

.sec-sta .cta-title {
	max-width: 800px;
	margin: 0 auto;
}

.sec-sta .cta-title h3 {
	color: white;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.3;
}

.sec-sta .cta-title p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.sec-sta .cta-title .btn-default {
	margin-top: 20px;
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: white;
	padding: 15px 30px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.sec-sta .cta-title .btn-default:hover {
	background: transparent;
	color: var(--accent-color);
	border-color: var(--accent-color);
}

@media only screen and (max-width: 1440px) {
	.sec-products .products-content img {
    width: 100%;
    height: 366px;
}
}

@media only screen and (max-width: 500px) {
  .header-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  top: -14px;
  visibility: hidden;
  opacity: 0;
  transition: all ease .3s;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

  .header-nav .menu-bar-close {
    position: absolute;
    top: 1%;
    right: 2%;
    font-size: 33px;
    color: #000;
  }
	
	.header-nav.active {
  visibility: visible;
  opacity: 1;
	}

.header-nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-nav ul li a {
  color: #000 !important;
  font-size: 20px !important;
}
	
	.mobile-none {
		display: none;
	}
	
	.header-icon .login-buttons {
		display: none;
	}
	
	.main-header .row .mobile-order-3 {
		order: 3;
	}

      .sec-products .products-content img {
        width: 100%;
        height: 100%;
    }
	
	.header-nav .login-buttons {
	display: block;
}

.header-nav .menu-bar-close {
	display: block;
}
	
	.shop-page-sec .products-content   h4 a {
		font-size: 20px;
	}
	
	#user-registration {
    width: 100%;
    margin: 0 auto !important;
}

.user-registration.ur-frontend-form {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
}