/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751372812
Updated: 2025-07-01 12:26:52

*/


@import url('https://fonts.googleapis.com/css2?family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
#top-bar-row ul{
    animation: marquee-text 50s linear infinite;
  display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
}
@keyframes marquee-text {
0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
 .ocean {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
} 
.wave {
  background: url("/wp-content/uploads/2025/07/download2.png");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}
.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
}
.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}
@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}
body {
    overflow-x: hidden;
}
.product-hover-col:hover .discover-hover-box{
      opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.discover-hover-box{
  visibility: hidden;
    transform: translateY(50%);
    opacity: 0;
    transition: .3s cubic-bezier(.65,0,.09,1.38);
}
.cloud-bg::after {
    content: " ";
    position: absolute;
    animation-duration: 116s;
    animation-delay: -18.46153846s;
    animation-name: Float, FadeFloat;
    z-index: 0;
    width: 180%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    background-image: url("/wp-content/uploads/2025/07/bg-cloud.png");
    background-repeat: repeat;
  animation-iteration-count: infinite;
}
@keyframes Float {
  from { 
    transform: translateX(0%) translateZ(0); 
  }
  to { 
    transform: translateX(-15%) translateZ(0); 
  }
}
@keyframes FadeFloat {
  0%, 100% { opacity: 0; }
  5%, 90% { opacity: 1; }
}
/*.cloud-bg2::after{
  content: " ";
    position: absolute;
    animation: marquee 32s linear infinite;
    z-index: 0;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    background-image: url("/wp-content/uploads/2025/07/bg-cloud2.png");
    background-repeat: repeat;
  opacity: 0.4;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}*/
/* .text-bg h2.elementor-heading-title.elementor-size-default {
    font-size: 300px;
    background-image: url(/wp-content/uploads/2025/07/269461.webp);
    background-position: bottom;
    background-repeat: repeat;
    background-size: 73%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
} */
/*.marquee-txt ul {
    animation: marquee 32s linear infinite;
    flex-wrap: nowrap !important;
}*/
.home .elementor-main-swiper .swiper-slide {
    box-shadow: -13px 14px 0px 0px #25375A;
    margin-left: 3px;
}
.swiper-pagination-bullets {
    bottom: -30px !important;
}
.wave-row1 .wave {
  opacity: 1;
}
.elementor-form-fields-wrapper.elementor-labels- .elementor-button[type="submit"] {
    box-shadow: none;
}
/*div#wrap1 {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wrap1 p {
  text-transform: uppercase;
  text-align: center;
  z-index:10;
  position:relative;
}*/
/*.text-bg h2.elementor-heading-title.elementor-size-default #wrap1 p {
    background-image: url(/wp-content/uploads/2025/07/269461.webp);
    background-position: left;
    background-repeat: repeat;
    background-size: 473%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

/*#wrap1 p:nth-child(1) {
   -webkit-animation: one 3s infinite;
  -moz-animation: one 3s infinite;
  -ms-animation: one 3s infinite;
  -o-animation: one 3s infinite;
  animation: one 3s infinite;
}

#wrap1 p:nth-child(2) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation: two 3s infinite;
  -moz-animation: two 3s infinite;
  -ms-animation: two 3s infinite;
  -o-animation: two 3s infinite;
  animation: two 3s infinite;
}

#wrap1 p:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation: three 3s infinite;
  -moz-animation: three 3s infinite;
  -ms-animation: three 3s infinite;
  -o-animation: three 3s infinite;
  animation: three 3s infinite;
}

#wrap1 p:nth-child(4) {
   -webkit-animation-delay: .5s;
   -moz-animation-delay: .5s;
   -ms-animation-delay: .5s;
   -o-animation-delay: .5s;
   animation-delay: .5s;
   -webkit-animation: four 3s infinite;
  -moz-animation: four 3s infinite;
  -ms-animation: four 3s infinite;
  -o-animation: four 3s infinite;
  animation: four 3s infinite;
}

#wrap1 p:nth-child(5) {
   -webkit-animation-delay: .5s;
   -moz-animation-delay: .5s;
   -ms-animation-delay: .5s;
   -o-animation-delay: .5s;
   animation-delay: .5s;
   -webkit-animation: five 3s infinite;
  -moz-animation: five 3s infinite;
  -ms-animation: five 3s infinite;
  -o-animation: five 3s infinite;
  animation: five 3s infinite;
}

#wrap1 p:nth-child(6) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}
#wrap1 p:nth-child(7) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}
#wrap1 p:nth-child(8) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}
#wrap1 p:nth-child(9) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}
#wrap1 p:nth-child(10) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}
#wrap1 p:nth-child(11) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}
#wrap1 p:nth-child(12) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}
#wrap1 p:nth-child(13) {
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
 -webkit-animation: six 3s infinite;
  -moz-animation: six 3s infinite;
  -ms-animation: six 3s infinite;
  -o-animation: six 3s infinite;
  animation: six 3s infinite;
}*/
/*@-webkit-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-moz-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-ms-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-o-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}

@-keyframes one {
  0% {opacity: 1;}30% {opacity: 0;}100%{opacity: 1;}}


@-webkit-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}

@-keyframes two {0% {opacity: 1;}40% {opacity: 0;}100% {opacity: 1;}}


@-webkit-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}

@-keyframes three {0% {opacity: 1;}50% {opacity: 0;}100% {opacity: 1;}}




@-webkit-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-keyframes four {0% {opacity: 1;}60% {opacity: 0;}100% {opacity: 1;}}

@-webkit-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}

@-keyframes five {0% {opacity: 1;}70% {opacity: 0;}100% {opacity: 1;}}



@-webkit-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-moz-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-ms-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-o-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}

@-keyframes six {0% {opacity: 1;}80% {opacity: 0;}100% {opacity: 1;}}
*/
/*new-css  */
.banner-img1 img.attachment-full.size-full {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}
@keyframes float{
  0% {
      transform: translatey(0px);
  }
  50% {
      transform: translatey(-20px);
  }
  100% {
      transform: translatey(0px);
  }
}
div#h-banner-wave1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.h-new .wave {
    background: url("/wp-content/uploads/2025/07/download-1.png");
    opacity: 1;
}
.h-new .wave:nth-of-type(3), 
.h-new .wave:nth-of-type(2) {
    opacity: 0.5;
}

.bubble {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  background-color: white;
  bottom: -30px;
  opacity: 0.2;
  animation: bubble 4s ease-in-out infinite,
    sideWays 2s ease-in-out infinite alternate;
  background: radial-gradient(ellipse at center, rgba(105, 171, 223, 0.2) 0%, #ffffff 100%);
}

@keyframes bubble {
  0% {
    transform: translateY(0%);
    opacity: 0.06;
  }
  100% {
    transform: translateY(-120vh);
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 200px;
  }
}
.bubble--1 {
  left: 10%;
  animation-delay: 0.5s;
  animation-duration: 16s;
  opacity: 0.6;
}

.bubble--2 {
  width: 15px;
  height: 15px;
  left: 40%;
  animation-delay: 1s;
  animation-duration: 10s;
  opacity: 0.5;
}

.bubble--3 {
  width: 10px;
  height: 10px;
  left: 30%;
  animation-delay: 5s;
  animation-duration: 20s;
  opacity: 0.7;
}

.bubble--4 {
  width: 25px;
  height: 25px;
  left: 40%;
  animation-delay: 8s;
  animation-duration: 17s;
  opacity: 0.6;
}

.bubble--5 {
  width: 30px;
  height: 30px;
  left: 60%;
  animation-delay: 10s;
  animation-duration: 15s;
  opacity: 0.5;
}

.bubble--6 {
  width: 10px;
  height: 10px;
  left: 80%;
  animation-delay: 3s;
  animation-duration: 30s;
  opacity: 0.8;
}

.bubble--7 {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-delay: -7s;
  animation-duration: 25s;
  opacity: 0.7;
}

.bubble--9 {
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: 30px;
  animation-delay: -5s;
  animation-duration: 19s;
  opacity: 0.6;
}

.bubble--10 {
  width: 40px;
  height: 40px;
  left: 30%;
  bottom: 30px;
  animation-delay: -21s;
  animation-duration: 16s;
  opacity: 0.7;
}
.bubble--11 {
  width: 30px;
  height: 30px;
  left: 60%;
  bottom: 30px;
  animation-delay: -13.75s;
  animation-duration: 20s;
  opacity: 0.7;
}
.bubble--12, .bubble--13, .bubble--14, .bubble--15, .bubble--16, .bubble--17, .bubble--18, .bubble--19, .bubble--20{
  width: 25px;
  height: 25px;
}
.bubble--12 {
  left: 90%;
  bottom: 30px;
  animation-delay: -10.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--13 {
  left: 80%;
  bottom: 20px;
  animation-delay: -12.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--14 {
  left: 70%;
  bottom: 10px;
  animation-delay: -14.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--15 {
  left: 60%;
  bottom: 40px;
  animation-delay: -15.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--16 {
  left: 50%;
  bottom: 15px;
  animation-delay: -16.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--17 {
  left: 40%;
  bottom: 25px;
  animation-delay: -18.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--18 {
  left: 30%;
  bottom: 35px;
  animation-delay: -20.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--19 {
  left: 35%;
  bottom: 45px;
  animation-delay: -03.5s;
  animation-duration: 19s;
  opacity: 0.7;
}
.bubble--20 {
  left: 55%;
  bottom: 66px;
  animation-delay: -09.5s;
  animation-duration: 19s;
  opacity: 0.7;
}

.bubbles-row{
  height:100%;
}
.bubbles-row .ocean {
    height: 100%;
    position: relative;
}
.bird {
  background-image: url(/wp-content/uploads/2025/07/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
}
.bird--one {
  animation-duration: 1.5s;
  animation-delay: -0.5s;
}
.bird--two {
  animation-duration: 1.1s;
  animation-delay: -0.75s;
}
.bird--three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}
.bird--four {
  animation-duration: 1.1s;
  animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 0%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-top: -115px;
}
.bird-container--one {
  animation-duration: 25s;
  animation-delay: 0;
}
.bird-container--two {
  animation-duration: 26s;
  animation-delay: 1s;
}
.bird-container--three {
  animation-duration: 24.6s;
  animation-delay: 9.5s;
}
.bird-container--four {
  animation-duration: 26s;
  animation-delay: 10.25s;
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
.wave-1, .wave-2, .wave-3{
  position: absolute;
    width: 250%;
    animation: wave 70s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    background-position: top;
    background-repeat: repeat-x;
    background-size: 33%;
}
.wave-1 {
    background-image: url("https://sapsy.in/wp-content/uploads/2025/09/png-1-1.png");
    height: 1000px;
    top: 137px;
  animation: wave 10s -3s linear infinite;
}
.wave-2 {
    background-image: url("/wp-content/uploads/2025/07/png-2-3-2.png");
    height: 1000px;
    opacity: 1;
    top: 190px;
    animation: wave 40s -3s linear infinite;
}
.wave-3 {
    /* background-image: url("/wp-content/uploads/2025/07/new-2.png"); */
    background-image: url("/wp-content/uploads/2025/07/800.png");
    height: 1000px;
    opacity: 1;
    top: 430px;
    animation: wave 30s -3s linear infinite;
}
#home-sec2{
  position: relative;
}
.yellow-wave {
  background: url("/wp-content/uploads/2025/07/download-4.webp");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.yellow-wave2 {
  background: url("/wp-content/uploads/2025/07/download-3-1.webp");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.yellow-wave3 {
  background: url("/wp-content/uploads/2025/07/download-4-1.webp");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
body{
  background: #FEF7E6;
}
.single-product main#main {
    padding: 100px 0 95px;
    max-width: 83%;
}
.woocommerce .woocommerce-breadcrumb, .single-product .product_meta {
    display: none;
}
.woocommerce-product-gallery__image, .woocommerce-product-gallery__image > a  {
    height: 890px; 
}
.woocommerce div.product div.summary {
    text-align: center;
    padding-top: 60px;
}
.woocommerce div.product h1.product_title.entry-title {
    color: #0e0e0e;
    font-size: 60px;
    font-weight: 300;
   font-family: "Libertinus Serif", serif;
}
.woocommerce div.product div.summary p.price {
    color: #0e0e0e;
    font-size: 37px;
    font-family: "Libertinus Serif", serif;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
    font-family: "Libertinus Serif", serif;
    font-size: 24px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 1.7;
    margin-bottom: 90px;
}
.woocommerce div.product form.cart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}
.quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #0e0e0e;
    border-radius: 50px;
}
.quantity .plus, .quantity .minus {
    width: 80px;
    height: 50px;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 36px;
    background: transparent;
    border: none;
    padding: 0 10px;
    box-shadow: none;
}
.quantity input.qty {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    height: 38px;
    margin: 0 5px;
}
.woocommerce div.product form.cart div.quantity {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    background: transparent;
    border: none;
    font-family: "Libertinus Serif", serif;
    font-size: 27px;
    font-weight: 400;
    color: #0e0e0e;
    padding-right: 0px;
    height: 60px;
}
.woocommerce div.product form.cart div.quantity button.minus {
    background-image: url("/wp-content/uploads/2025/07/i_moins.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 0;
}
.woocommerce div.product form.cart div.quantity button.plus {
    background-image: url("/wp-content/uploads/2025/07/i_plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 0;
}
.woocommerce div.product form.cart .button, .woocommerce ul.products li.product .button {
    border-radius: 2em;
    padding: 17px 1.3em;
    display: block;
    transition: .1s;
    transition-property: transform;
    background-color: #FFB10A;
    font-family: "Libertinus Serif", serif;
    font-size: 27px;
    color: #25375a;
    font-weight: 400;
    width: 100%;
    margin-top: 17px;
    height: 67px;
        transition: 0.2s all;
}
.woocommerce div.product form.cart .button::before, .woocommerce ul.products li.product .button::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2em;
    transform: translateY(.15em);
    z-index: -1;
}
.woocommerce div.product form.cart .button:hover::before, .woocommerce ul.products li.product .button:hover::before  {
  transform: translateY(-0.0em);
      transition: 0.2s all;
}
.woocommerce div.product form.cart .button:hover, .woocommerce ul.products li.product .button:hover {
    margin-top: 14px;
        transition: 0.2s all;
}
.custom-product-description {
    clear: both;
    margin-bottom: 70px;
}
.custom-product-description p {
   font-family: "Libertinus Serif", serif;
    font-size: 24px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 1.7;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 70px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    height: 890px !important;
    border: 1px solid #000;
}
.woocommerce div.product div.images img {
    height: 890px;
    object-fit: cover;
    object-position: 65% 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ffffff;
   font-family: "Libertinus Serif", serif;
    font-size: 16px;
    font-weight: 400;
    color: #0e0e0e;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    border-radius: 2em;
    padding: 15px 1.3em;
    transition: .1s;
    transition-property: transform;
    background-color: #FFB10A;
    font-family: "Libertinus Serif", serif;
    font-size: 17px;
    color: #25375a;
    font-weight: 500;
    transition: 0.2s all;
    text-transform: capitalize;
}
p {
    font-family: "Libertinus Serif", serif;
    font-weight: 400;
}
.elementor-widget-heading .elementor-heading-title{
   font-family: "Libertinus Serif", serif !important;
}
.elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
    font-family: "Libertinus Serif", serif !important;
    font-weight: 400;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    padding: 100px 40px 150px !important;
}
.woocommerce-cart table.wc-block-cart-items th {
    font-size: 17px !important;
    font-weight: 500 !important;
}
.woocommerce-cart .wc-block-components-product-name {
    font-size: 25px;
    font-weight: 600;
}
.woocommerce-cart .wc-block-components-product-price * {
    font-size: 20px;
}
.woocommerce-cart .wc-block-components-product-metadata{
  display: none;
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 19px;
}
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 36px;
    min-width: 80px;
}
.woocommerce-cart .wc-block-components-quantity-selector {
    border-radius: 50px;;
    width: 200px;
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #FFB10A;
    font-family: "Libertinus Serif", serif;
    font-size: 17px;
    font-weight: 800;
    color: #25375a;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #25375a;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 13px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    box-shadow: 12px 12px 0px 0px #25375A;
    background: #FDDD95;
    padding: 40px;
}
.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    padding: 0 0;
    font-size: 18px;
    min-height: auto !important;
    box-shadow: none;
    border: 2px solid #25375a;
    border-radius: 5px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #25375a;
    color: #fff;
}
div#home-banner-sec::after {
    background-image: url(/wp-content/uploads/2025/07/png-2-3-3.webp);
    height: 130px;
    bottom: 350px;
    animation: bannerwave 46s -3s linear infinite;
    position: absolute;
    width: 100%;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 5%;
    z-index: 0;
    content: " ";
}
div#home-banner-sec::before {
    z-index: 1;
}
@keyframes bannerwave {
    0% {transform: translateX(50%);}
    50% {transform: translateX(-15%);}
    100% {transform: translateX(-65%);}
}
.what-makes-us-sec h3.elementor-icon-box-title, p.elementor-heading-title.elementor-size-default, .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a, 
.elementor-widget-button .elementor-button, .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text, .custom-product-description h3, 
.is-large.wc-block-cart .wc-block-cart-items *, .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block *, 
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, 
.elementor-menu-cart__container .elementor-menu-cart__main *, form.wc-block-components-form.wc-block-checkout__form *, 
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block *, .error404  main#content {
  font-family: "Libertinus Serif", serif !important;
}
body{
    font-family: "Libertinus Serif", serif;
}
.review-sec.cloud-bg::after {
    width: 350%;
    background-size: 12%;
    background-repeat: repeat-x;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 105px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 100px;
    width: 100px;
    margin-top: 6px;
}
section.related.products h2 {
    color: #0e0e0e;
    font-size: 60px;
    font-weight: 300;
    font-family: "Libertinus Serif", serif;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 32px;
    font-weight: 300;
    font-family: "Libertinus Serif", serif;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #0e0e0e;
    font-size: 28px;
   font-family: "Libertinus Serif", serif;
}
.elementor-menu-cart__main .quantity {
    border: none;
}
.elementor-menu-cart__main .elementor-menu-cart__subtotal {
    position: absolute;
    width: 81%;
    bottom: 164px;
}
.elementor-menu-cart__container .elementor-menu-cart__main{
    width: 450px;
}
.custom-product-description table td, .custom-product-description table th {
   font-family: "Libertinus Serif", serif;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 1.7;
}
.custom-product-description table td, .custom-product-description table th {
    font-size: 19px !IMPORTANT;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
    background-color: transparent;
    font-size: 20px;
    font-family: "Libertinus Serif", serif !important;
    width: 100%;
    padding: 0;
    text-align: left;
}
.woocommerce div.product form.cart .variations th {
    margin-bottom: 6px;
}
.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product form.cart .variations select {
    font-size: 20px;
    border-radius: 50px;
    padding: 20px 25px;
}
.woocommerce div.product form .single_variation_wrap {
    width: 100%;
}
.woocommerce-variation-price span.price span.woocommerce-Price-amount.amount * {
    color: #0e0e0e;
    font-size: 37px;
    font-family: "Libertinus Serif", serif !important;
}
.woocommerce-cart .page-header, .woocommerce-checkout .page-header {
    display: none;
}
.woocommerce div.product form.cart div.quantity button.minus, .woocommerce div.product form.cart div.quantity button.plus {
    background-color: transparent !important;
}
.home .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    position: absolute;
    width: 85%;
    bottom: 25px;
}
.elementor-swiper-button-next i.eicon-chevron-right, .elementor-swiper-button.elementor-swiper-button-prev i.eicon-chevron-left {
    color: #000;
}
.ekit-template-content-footer .cloud-bg::after {
    width: 290%;
    background-position: 100% 72%;
    background-size: 17%;
    z-index: 0;
    animation-name: Float;
}
.what-makes-us-sec .elementor-widget-heading .elementor-heading-title{
      font-family: "Mystery Quest", Sans-serif !important;
}
.ekit-template-content-footer .elementor-widget-heading .elementor-heading-title, 
.ekit-template-content-footer .elementor-widget.elementor-widget-text-editor p, .ekit-template-content-footer .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    font-family: "Roboto", Sans-serif !important;
}
.custom-product-description table th span.th-sub {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 11px;
}
.error404  main#content {
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.woocommerce-account main#content, .woocommerce-lost-password main#content{
    padding: 180px 25px;
}
.woocommerce-account button.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-lost-password button.woocommerce-Button.button {
    background-color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #25375a;
    box-shadow: -9px 9px 0px 0px #25375A;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 30px 18px 30px;
    margin-bottom: 23px;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login, .woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password {
    box-shadow: 12px 12px 0px 0px #25375A;
    background: #FDDD95;
    padding: 40px;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login input, 
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password input {
    padding: 12px 10px;
}
.woocommerce.woocommerce-account form .show-password-input, .woocommerce-page.woocommerce-account form .show-password-input {
    box-shadow: none;
}
.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p {
    font-size: 20px;
}
.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}
.woocommerce-shop main#main {
    padding: 90px 0;
}
.wb_cptb_content p, .wb_cptb_content td, .wb_cptb_content th, ul.wp-block-list li, .page-id-67 p, .page-id-3307  p, .page-id-3 p, 
.page-id-67 ul li, .page-id-3307 ul li, .page-id-3 ul li, .page-id-67 ol li, .page-id-3307 ol li, .page-id-3 ol li {
    font-size: 21px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 1.7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    color: #2c2c2c !important;
    border-radius: 100px;
    font-family: "Libertinus Serif", serif;
    font-weight: 400;
    font-size: 21px;
    padding: 4px 30px;
    margin: 0 8px;
    border: 1px solid #666 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #FFB10A;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 55px !important;
}
div#audio-row button#button {
    box-shadow: none;
    border-radius: 150px;
    font-size: 19px;
    padding: 16px 5px;
    width: 60px;
    height: 60px;
    border: none;
    position: absolute;
    right: 0;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: 35px !important;
}
.home div#logo-header {
    position: absolute;
}
div#logo-header {
    position: inherit;
}
p, ul li, ol li {
    font-family: "Libertinus Serif", serif;
    font-weight: 400;
}
h3.wp-block-heading, h4.wp-block-heading {
    font-family: "Libertinus Serif", serif;
    margin: 30px 0 12px;
}
.audio-btn button#button-audd {
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.audio-btn button#button-audd i.fas {
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-image: url("https://sapsy.in/wp-content/uploads/2025/09/microphone-muted-unmuted-icon1.webp");
    background-position: 105% 0;
    background-size: 185%;
    background-repeat: no-repeat;
    display: inline-block;
}
.audio-btn button#button-audd i.fas.fa-volume-mute {
    background-position: -10% 0;
}

.bubbles-row .ocean::-webkit-scrollbar-track
{
	background-color: #00000000;
}

.bubbles-row .ocean::-webkit-scrollbar
{
	width: 10px;
	background-color: #00000000;
}

.bubbles-row .ocean::-webkit-scrollbar-thumb {
    background-color: #00000000;
}
.audio-btn button#button-audd span {
    position: absolute;
    left: 35px;
    bottom: -7px;
    color: #07051b;
    font-size: 17px;
    width: 100%;
    font-weight: 700;
}


/*  */
@media (min-width:1920px) {
.wave-3 {
    top: 375px;
}

}  
@media screen and (max-width: 1800px) and (min-width: 1601px) {
  .wave-2 {
      top: 243px;
  }
  div#home-banner-sec::after {
      bottom: 31%;
  }
  div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 65px;
}
div#home-banner-sec::before {
    background-position: 0px -17px;
}
.woocommerce div.product div.images img {
    height: 850px;
}
.woocommerce-product-gallery__image, .woocommerce-product-gallery__image > a {
    height: 850px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    height: 850px !important;
}
} 
@media (max-width:1700px) {
  div#home-sec2 h2.elementor-heading-title.elementor-size-default {
    font-size: 65px;
}
.woocommerce div.product div.images img {
    height: 780px;
}
.woocommerce-product-gallery__image {
    height: 790px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    height: 790px !important;
}

} 
@media screen and (max-width: 1600px) and (min-width: 1441px) {
  div#home-banner-sec::before {
    z-index: 1;
    background-position: 0px -113px;
    background-size: 100%;
}
div#home-banner-sec::after {
    bottom: 35%;
}
 div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 55px;
}
.wave-2 {
    top: 240px;
}
}
@media (max-width:1600px) {
  .wb_cptb_content p, .wb_cptb_content td, .wb_cptb_content th {
    font-size: 18px;
}
.woocommerce div.product h1.product_title.entry-title, section.related.products h2 {
    font-size: 40px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 23px;
}
.woocommerce ul.products li.product .price {
    font-size: 20px;
}
.woocommerce div.product form.cart .button, .woocommerce ul.products li.product .button {
    font-size: 20px !important;
    height: 55px;
}
.woocommerce div.product form.cart .variations select {
    font-size: 17px;
    padding: 15px 25px;
}

}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .wave-2 {
      background-size: 40%;
  }
  .wave-3 {
      top: 460px;
  }
  div#home-banner-sec::after {
      bottom: 30%;
  }
  div#home-banner-sec::before {
    background-position: 0px -43px;
}
div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 53px;
}
div#home-banner-sec {
    background-size: cover;
    --min-height: 103vh;
}
div#home-banner-sec::before {
    background-position: 0px -20px;
}
.woocommerce div.product div.images img {
    height: 680px;
}
.woocommerce-product-gallery__image {
    height: 690px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    height: 690px !important;
}
}  
@media (max-width:1400px) {
    div#home-banner-sec {
    --min-height: 84vh;
}
}
@media (max-width:1366px) {
  div#home-banner-sec {
    --min-height: 640px !important;
  }
  div#home-banner-sec::before {
      z-index: 1;
      background-position: 0px -135px;
  }
div#home-banner-sec::after {
    bottom: 35%;
}
div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 43px;
}
.ocean {
    bottom: -70px;
}
.ekit-template-content-footer .wave-row1 .ocean {
    bottom: -15px;
}
.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    font-size: 20px;
}
.woocommerce div.product div.images img {
    height: 620px;
}
.woocommerce-product-gallery__image {
    height: 630px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    height: 630px !important;
}
} 
@media (max-width:1280px) {
    div#home-banner-sec {
    --min-height: 585px !important;
}
.audio-btn button#button-audd span {
    left: 25px;
    bottom: 4px;
    font-size: 14px;
}
.audio-btn button#button-audd i.fas {
    width: 55px;
    height: 55px;
}
}
@media (max-width:1200px) {
  .wave-2 {
    background-size: 38%;
    top: 283px;
}
  .ekit-template-content-header {
    overflow: hidden;
}
div#home-banner-sec, .cloud-bg {
    overflow-x: hidden;
} 
.what-makes-us-sec, .whats-in-there-sec, .client-sec{
  overflow-x: hidden;
}
.bird-container {
    margin-top: 15px;
}
div#home-banner-sec {
    --min-height: 605px !important;
}
div#home-banner-sec::after {
    bottom: 24%;
}
div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 35px;
}
div#home-sec2 h2.elementor-heading-title.elementor-size-default {
    font-size: 35px;
}
.bird-container {
    margin-top: -80px;
}
div#home-banner-sec {
    overflow-y: hidden;
}
}
@media (max-width:991px) {
  div#home-banner-sec {
    --min-height: 445px !important;
}
.wave-1, .wave-2, .wave-3 {
    background-size: 25%;
}
.wave-1 {
  top: 180px;
}
.wave-2 {
    background-size: 35%;
    top: 225px;
}
.wave-3 {
    top: 335px;
    background-size: 32%;
}
div#home-banner-sec::after {
    bottom: 13%;
}
.ocean {
    bottom: -80px;
}
.elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
      box-shadow:-4px 4px 0px 0px #25375A;
    padding: 15px 27px 15px 27px;
    font-size: 16px !important;
}
.what-makes-us-sec, .whats-in-there-sec, .client-sec {
    overflow-y: hidden;
}
.ocean {
    bottom: -75px;
}
.ekit-template-content-header .elementskit-menu-hamburger {
    padding: 6px 8px 6px 8px !important;
    width: 32px !important;
}
div#home-banner-sec::before {
    height: 100%;
}
.woocommerce div.product div.images img {
    height: 755px;
}
.woocommerce-product-gallery__image {
    height: 755px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    height: 755px !important;
}
.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
    margin: 0 0 20px;
}
.wc-block-components-notice-snackbar-list {
    position: inherit;
}
}
@media (max-width:767px) {
  .wave-2 {
    background-size: 41%;
    top: 260px;
}
div#home-banner-sec::after {
    bottom: 15%;
    background-size: 8%;
}
.wave-1, .wave-2, .wave-3 {
    background-size: 38%;
}
.wave-2 {
    background-size: 45%;
    top: 241px;
}
.wave-3 {
    top: 285px;
    background-size: 40%;
}
.ocean {
    bottom: -60px;
}
.bubbles-row .ocean {
    height: 70%;
}
.bird {
    width: 75px;
    height: 122px;
    transform: scale(0.5);
}
.elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
    font-size: 14px !important;
}
div#home-banner-sec {
    --min-height: 253px !important;
}
div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 25px;
    width: 88%;
}
div#home-banner-sec::before {
    background-position: 0px -22px;
}
div#home-banner-sec::after {
    bottom: -7%;
    background-size: 9%;
}
.bird-container {
    margin-top: -49px;
}
div#home-sec2 h2.elementor-heading-title.elementor-size-default {
    font-size: 35px;
}
.wave-1 {
    top: 170px;
}
.ekit-template-content-footer .cloud-bg::after {
    width: 290%;
    background-position: 100% 20%;
    background-size: 36%;
}
.woocommerce div.product div.images img {
    height: 455px;
}
.woocommerce-product-gallery__image {
    height: 455px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    height: 455px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 70px;
    width: 70px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 75px;
}
.woocommerce div.product form.cart {
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
    gap: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 16px;
    padding: 2px 21px;
    margin: 0 0px;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
    font-size: 18px;
}
.woocommerce div.product div.summary p.price {
    font-size: 25px;
}
.woocommerce div.product h1.product_title.entry-title, section.related.products h2 {
    font-size: 30px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
}
.woocommerce div.product div.summary {
    padding-top: 0;
}
.single-product main#main {
    padding: 50px 0 95px;
    max-width: 90%;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
    margin-bottom: 40px;
}
.wp-block-woocommerce-cart.alignwide {
    margin-inline: 0;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    padding: 36px 20px 150px !important;
}
.woocommerce-cart .wc-block-components-product-name {
    font-size: 18px;
}
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    min-width: 45px;
}
.woocommerce-cart .wc-block-components-quantity-selector {
    width: 100%;
}
div#home-banner-sec {
    overflow-y: hidden;
}
.audio-btn button#button-audd i.fas {
    width: 50px;
    height: 50px;
}
}
@media (max-width:500px) {
div#home-banner-sec {
    --min-height: 240px !important;
}
div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 20px;
    width: 88%;
}
.e-con-full.banner-heading-box.e-flex {
    padding-top: 55px;
}
.wave-2 {
    background-size: 47%;
    top: 170px;
}
.wave-3 {
    top: 180px;
    background-size: 55%;
}
.wave-1 {
    top: 164px;
}
}	
@media (max-width:360px) {
.e-con-full.banner-heading-box.e-flex {
    padding-top: 45px;
}
div#home-banner-sec {
    --min-height: 210px !important;
}
div#home-banner-sec h1.elementor-heading-title.elementor-size-default {
    font-size: 16px;
}
.wave-2 {
    background-size: 49%;
    top: 210px;
}
}