/*
Theme Name: VW Honey Shop Pro 
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-honey-shop-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Honey Shop Pro  WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
VW Honey Shop Pro  WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rum+Raisin&display=swap');

:root {
  --green: #033D50;
  --yellow: #F9C300;
  --orange: #EB7D01;
  --black: #000;
  --white: #fff;
  --font-one :"Quicksand", serif;
  --font-two:"Rum Raisin", serif;
}
/* Basic Style */

 html body {
     margin: 0;
     padding: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     background-color: white;
     position: relative;
     font-size: 16px;
     color:var(--green);
     font-family: var(--font-one);
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
      margin: 0;
      color: #000;
      font-family:var(--font-one);
      font-weight: bold;
}
 p {
  margin: 0 0 15px;
  padding: 0;
  font-family: var(--font-one);
  font-size: 15px;
  font-weight: 400;
  line-height: 25.4px;
  color: var(--green);
}
 p, ul li a {
     letter-spacing: 0px;   font-family: var(--font-one);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}
 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea , .form-group input, .form-group select, input[type="date"]{
  border: none;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 500;
}
input::-webkit-input-placeholder{
  color: var(--green);
}

#contact-us .main-head {
  color:var(--green);
}
#contact-us{
  padding: 7% 0 11% 0;
}
.contact-wrap svg{
  position: absolute;
  right: 0;
  z-index: -1;
  top: -50px;
}
.contact-img{
  height: 100%;
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}
 section{
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  padding: 70px 0;
  background-attachment: scroll;
}

.btn-wrap{
  padding: 10px 15px;
  border-radius: 5px;
  width: max-content;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex ;
  align-items: center;
  background: var(--yellow);
  gap: 10px;
}
.theme-btn{
  display: inline-block;
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--green);
}
.btn-wrap svg{
  background: #fff;
  height: 25px;
  width: 25px;
  padding: 3px;
  border-radius: 3px;
}
.btn-wrap:before{
  content: "";
  background: var(--green);
  width: 0;
  height: 0;
  border-radius: 5px;
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-wrap:hover .theme-btn{
  color:  var(--yellow);
}
.btn-wrap:hover p input{
  color:  var(--white) !important;
}
.btn-wrap:hover:before {
  width: 100%;
  height: 100%;
}
.theme-para{
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.4px;
  color: #000;
}
.main-sub-head {
  font-family:var(--font-two);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    color:var(--green)
}
.main-head {
  font-family: var(--font-one);
  font-size: 30px;
  font-weight: 600;
  color: var(--orange);
  line-height: 35px;
  font-weight: 700;
}
.head-box{
  background: var(--yellow);
  height: 14px;
  width: 12px;
  clip-path: polygon( 50% 0.38%,75% 11.886%,99.772% 23.713%,100% 47.047%,99.772% 70.38%,75% 82.207%,50% 93.713%,25% 82.207%,0.228% 70.38%,0% 47.047%,0.228% 23.713%,25% 11.886%,50% 0.38% );
}
 .screen-reader-text {
   position: absolute;
   top: -9999em;
   left: -9999em;
}

.btn-wrap p{
  margin-bottom: 0;
}
/*------------------------- Headings --------------------------*/
h1{
  font-family: var(--font-one);
  font-size: 56px;
  font-weight: 700;
  line-height: 84.28px;
}
 section h2 {
   font-size: 38px;
   line-height: 55px;
   color: #fff;
   font-weight: 700;
   font-family: var(--font-one);
}
 section h3 {
   font-weight: 400;
   color: #000;
   font-size: 39px;
   line-height: 39px;
   font-family: var(--font-one);
}
section h4,section h4 a{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--font-one);
}
 section h5,h5 a {
  font: 700 18px / 24px var(--font-one);
  color: var(--green);
  padding: 0;
}
h6{
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 700;
  line-height: 20.16px;
}
/*----------------- Section Title--------------*/

/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll ;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px !important;
  background: var(--yellow);
  width: 55px;
  height: 60px;
  line-height: 69px;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  clip-path: polygon(56.464% 1.746%, 56.464% 1.746%, 55.238% 1.196%, 53.967% 0.768%, 52.663% 0.462%, 51.337% 0.279%, 50% 0.218%, 48.663% 0.279%, 47.337% 0.462%, 46.033% 0.768%, 44.762% 1.196%, 43.536% 1.746%, 25% 11.186%, 6.491% 20.965%, 6.491% 20.965%, 5.37% 21.63%, 4.344% 22.385%, 3.418% 23.223%, 2.597% 24.135%, 1.886% 25.115%, 1.291% 26.152%, 0.817% 27.241%, 0.469% 28.372%, 0.252% 29.537%, 0.171% 30.729%, 0% 50.093%, 0.171% 69.458%, 0.171% 69.458%, 0.252% 70.65%, 0.469% 71.815%, 0.817% 72.946%, 1.291% 74.034%, 1.886% 75.072%, 2.597% 76.052%, 3.418% 76.964%, 4.344% 77.802%, 5.37% 78.557%, 6.491% 79.222%, 25% 89.001%, 43.536% 98.441%, 43.536% 98.441%, 44.762% 98.991%, 46.033% 99.419%, 47.337% 99.725%, 48.663% 99.908%, 50% 99.969%, 51.337% 99.908%, 52.663% 99.725%, 53.967% 99.419%, 55.238% 98.991%, 56.464% 98.441%, 75% 89.001%, 93.509% 79.222%, 93.509% 79.222%, 94.63% 78.557%, 95.656% 77.802%, 96.582% 76.964%, 97.403% 76.052%, 98.114% 75.072%, 98.709% 74.034%, 99.183% 72.946%, 99.531% 71.815%, 99.748% 70.65%, 99.829% 69.458%, 100% 50.093%, 99.829% 30.729%, 99.829% 30.729%, 99.748% 29.537%, 99.531% 28.372%, 99.183% 27.241%, 98.709% 26.152%, 98.114% 25.115%, 97.403% 24.135%, 96.582% 23.223%, 95.656% 22.385%, 94.63% 21.63%, 93.509% 20.965%, 75% 11.186%, 56.464% 1.746%);
}
 #return-to-top i {
     position: relative;
     font-size: 25px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #fff !important;
     font-weight: 800;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background:var(--white);
  padding: 10px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var(--yellow);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader {
  width: 50px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,#fff) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation:l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}
 .woocommerce div.product form.cart .variations tr{
     display: block !important;
}
 .woocommerce div.product form.cart table td{
     padding-left: 18px !important;
}


/* Slider */
#slider{
  background-image: url(assets/images/footer/slider-bg.png);
}
/* #footer_box{
  background: var(--green);
  mask-image: url(assets/images/footer/footer-main.png);
   mask-repeat: no-repeat; 
}  */
.footer-col-four .widget_text{
  background-image: url(assets/images/footer/honeycomb.png)!important;
  background-repeat: no-repeat;
  background-color: var(--yellow);
  margin: 0px auto;
  padding: 20px 20px 0 20px;
  width: 380px;
  height: 100%;
  /* mask-image: url(assets/images/footer/f-contact-mask.png); */
  /* mask-repeat: no-repeat; */
  background-size: 100% 100%;
  clip-path: polygon( 98.65% 45.064%,98.65% 45.064%,99.058% 45.987%,99.375% 46.953%,99.601% 47.951%,99.737% 48.97%,99.783% 50%,99.737% 51.03%,99.601% 52.049%,99.375% 53.047%,99.058% 54.013%,98.65% 54.936%,88.531% 75%,77.59% 95.911%,77.59% 95.911%,77.186% 96.607%,76.737% 97.243%,76.247% 97.814%,75.719% 98.32%,75.158% 98.757%,74.568% 99.121%,73.953% 99.411%,73.316% 99.623%,72.663% 99.755%,71.996% 99.803%,50% 100%,28.004% 99.803%,28.004% 99.803%,27.337% 99.755%,26.684% 99.623%,26.047% 99.411%,25.432% 99.121%,24.842% 98.757%,24.281% 98.32%,23.753% 97.814%,23.263% 97.243%,22.814% 96.607%,22.41% 95.911%,11.469% 75%,1.35% 54.936%,1.35% 54.936%,0.942% 54.013%,0.625% 53.047%,0.399% 52.049%,0.263% 51.03%,0.217% 50%,0.263% 48.97%,0.399% 47.951%,0.625% 46.953%,0.942% 45.987%,1.35% 45.064%,11.469% 25%,22.41% 4.089%,22.41% 4.089%,22.814% 3.393%,23.263% 2.758%,23.753% 2.186%,24.281% 1.68%,24.842% 1.243%,25.432% 0.879%,26.047% 0.589%,26.684% 0.377%,27.337% 0.245%,28.004% 0.196%,50% 0%,71.996% 0.197%,71.996% 0.197%,72.663% 0.245%,73.316% 0.377%,73.953% 0.589%,74.568% 0.879%,75.158% 1.243%,75.719% 1.68%,76.247% 2.186%,76.737% 2.758%,77.186% 3.393%,77.59% 4.089%,88.531% 25%,98.65% 45.064% );
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 30px;
}
.footer-col-four .widget-title{
  width: 70%;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  top: 10px;
}
.footer-col-four .widget_text .textwidget p{
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 800;
  line-height: 20.16px;
  margin-bottom: 0;
  background-color: transparent;
}
/* Flavor */
.flavor-img{
  mask-image: url(assets/images/flavor/flavor-mask.png);
  mask-repeat: no-repeat;
  width: 302px;
  height: 349px;
  mask-size: 100% 100%;
}
.flavor-img img{
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
/* blog css */
#blog-news .blog-svg{
  width: 85%;
  height: 100%;
  position: absolute;
  top: -18%;
  z-index: -1;
}
.blog-bee-img{
  top: 2%;
  right: 9%;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation: bouncess 3s ease-in-out 0s infinite alternate;
  width: 109px;
  height: 109px;
}
@-webkit-keyframes bouncess {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-40px);
}
}
.blog-title a{
  color: var(--green);
}
.left-blog-content .blog-img{
  height: 368px;
}
.vertical-blog-img-main .blog-img img{
  max-width: 145px;
  height: 135px;
  object-fit: cover;
  border-radius: 10px;
}
.home-blog-meta h6, .home-blog-meta h6 a {
  color: var(--orange);
}
.blog-content, .blog-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.4px;
  color: var(--green);
}
.left-blog-contet  .blog-img{
  height: 355px;
}
.left-blog-contet  .blog-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* owl nav css */
.owl-nav button{
  background: var(--green);
  clip-path: polygon(97.305% 40.845%, 97.305% 40.845%, 98.088% 42.58%, 98.698% 44.379%, 99.133% 46.226%, 99.394% 48.105%, 99.481% 50%, 99.394% 51.895%, 99.133% 53.774%, 98.698% 55.621%, 98.088% 57.42%, 97.305% 59.155%, 89.179% 75%, 80.626% 91.075%, 80.626% 91.075%, 79.698% 92.633%, 78.645% 94.059%, 77.478% 95.345%, 76.209% 96.485%, 74.848% 97.471%, 73.407% 98.297%, 71.896% 98.955%, 70.327% 99.438%, 68.711% 99.739%, 67.058% 99.85%, 50% 100%, 32.942% 99.85%, 32.942% 99.85%, 31.289% 99.739%, 29.673% 99.438%, 28.104% 98.955%, 26.593% 98.297%, 25.152% 97.471%, 23.791% 96.485%, 22.522% 95.345%, 21.355% 94.059%, 20.302% 92.633%, 19.374% 91.075%, 10.821% 75%, 2.695% 59.155%, 2.695% 59.155%, 1.911% 57.42%, 1.302% 55.621%, 0.867% 53.774%, 0.606% 51.895%, 0.519% 50%, 0.606% 48.105%, 0.867% 46.226%, 1.302% 44.379%, 1.911% 42.58%, 2.695% 40.845%, 10.821% 25%, 19.374% 8.924%, 19.374% 8.924%, 20.302% 7.367%, 21.355% 5.941%, 22.522% 4.655%, 23.791% 3.515%, 25.152% 2.529%, 26.593% 1.703%, 28.104% 1.045%, 29.673% 0.562%, 31.289% 0.262%, 32.942% 0.15%, 50% 0%, 67.058% 0.15%, 67.058% 0.15%, 68.711% 0.262%, 70.327% 0.562%, 71.896% 1.045%, 73.407% 1.703%, 74.848% 2.529%, 76.209% 3.515%, 77.478% 4.655%, 78.645% 5.941%, 79.698% 7.367%, 80.626% 8.924%, 89.179% 25%, 97.305% 40.845%);
  border: none;
  height: 37px;
  width: 40px;
  line-height: 35px;
  color: #fff;
}
.owl-nav button:hover{
background: var(--yellow);
}
.owl-nav button:hover i{
  color: #fff;
}
#testimonial .owl-nav{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 3%;
}
.testimonial-box .test-img-wrap{
  border: 1px solid;
  width: max-content;
  margin: 0 auto;
  background: #fff;
  margin-top: -70px;
  clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%);
}
.testimonial-box img {
  clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%);
  height: 85px !important;
  width: 75px !important;
  object-fit: cover;
  margin: 1px;
}
.slick-slider .slide-arrow{
  height: 42px;
  width: 46px;
  opacity: 1;
  background: var(--green);
  color: var(--white);
  position: unset;
  clip-path: polygon(97.305% 40.845%, 97.305% 40.845%, 98.088% 42.58%, 98.698% 44.379%, 99.133% 46.226%, 99.394% 48.105%, 99.481% 50%, 99.394% 51.895%, 99.133% 53.774%, 98.698% 55.621%, 98.088% 57.42%, 97.305% 59.155%, 89.179% 75%, 80.626% 91.075%, 80.626% 91.075%, 79.698% 92.633%, 78.645% 94.059%, 77.478% 95.345%, 76.209% 96.485%, 74.848% 97.471%, 73.407% 98.297%, 71.896% 98.955%, 70.327% 99.438%, 68.711% 99.739%, 67.058% 99.85%, 50% 100%, 32.942% 99.85%, 32.942% 99.85%, 31.289% 99.739%, 29.673% 99.438%, 28.104% 98.955%, 26.593% 98.297%, 25.152% 97.471%, 23.791% 96.485%, 22.522% 95.345%, 21.355% 94.059%, 20.302% 92.633%, 19.374% 91.075%, 10.821% 75%, 2.695% 59.155%, 2.695% 59.155%, 1.911% 57.42%, 1.302% 55.621%, 0.867% 53.774%, 0.606% 51.895%, 0.519% 50%, 0.606% 48.105%, 0.867% 46.226%, 1.302% 44.379%, 1.911% 42.58%, 2.695% 40.845%, 10.821% 25%, 19.374% 8.924%, 19.374% 8.924%, 20.302% 7.367%, 21.355% 5.941%, 22.522% 4.655%, 23.791% 3.515%, 25.152% 2.529%, 26.593% 1.703%, 28.104% 1.045%, 29.673% 0.562%, 31.289% 0.262%, 32.942% 0.15%, 50% 0%, 67.058% 0.15%, 67.058% 0.15%, 68.711% 0.262%, 70.327% 0.562%, 71.896% 1.045%, 73.407% 1.703%, 74.848% 2.529%, 76.209% 3.515%, 77.478% 4.655%, 78.645% 5.941%, 79.698% 7.367%, 80.626% 8.924%, 89.179% 25%, 97.305% 40.845%);
  border: none;
  font-size: 18px;
}
.slick-slider .slide-arrow:hover{
  background: var(--yellow);
}
#testimonial .slick-list.draggable{
  padding: 5% 20px !important;
}
#testimonial .slick-slider{
  overflow: unset !important;
}
button.slide-arrow.prev-arrow.slick-arrow{
  left: -50px;
    top: 40%;
    position: absolute;
}
button.slide-arrow.next-arrow.slick-arrow{
  right: -50px;
  top: 40%;
  position: absolute;
  z-index: 1;
}
.testi-title{
  color: var(--yellow);
  font-size: 20px;
}
.testimonial-box.slick-slide.slick-current.slick-active.slick-center .testi-title{
  color: var(--green);
}
.testi-title::after{
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 0 auto;
  bottom: -7px;
  left: 0;
  right: 0;
}
.testi-right-img{
  position: absolute;
  top: 45px;
  right: 0;
  width: 260px;
  animation: updown 4s infinite linear;
  animation-direction: alternate;
  z-index: -1;
}
/* -----------about us--------------- */
.about-right-img{
  top: 25%;
  width: 235px;
  z-index: -1;

}
.abt-shape{
  clip-path: polygon( 56.464% 1.746%,56.464% 1.746%,55.238% 1.196%,53.967% 0.768%,52.663% 0.462%,51.337% 0.279%,50% 0.218%,48.663% 0.279%,47.337% 0.462%,46.033% 0.768%,44.762% 1.196%,43.536% 1.746%,25% 11.186%,6.491% 20.965%,6.491% 20.965%,5.37% 21.63%,4.344% 22.385%,3.418% 23.223%,2.597% 24.135%,1.886% 25.115%,1.291% 26.152%,0.817% 27.241%,0.469% 28.372%,0.252% 29.537%,0.171% 30.729%,0% 50.093%,0.171% 69.458%,0.171% 69.458%,0.252% 70.65%,0.469% 71.815%,0.817% 72.946%,1.291% 74.034%,1.886% 75.072%,2.597% 76.052%,3.418% 76.964%,4.344% 77.802%,5.37% 78.557%,6.491% 79.222%,25% 89.001%,43.536% 98.441%,43.536% 98.441%,44.762% 98.991%,46.033% 99.419%,47.337% 99.725%,48.663% 99.908%,50% 99.969%,51.337% 99.908%,52.663% 99.725%,53.967% 99.419%,55.238% 98.991%,56.464% 98.441%,75% 89.001%,93.509% 79.222%,93.509% 79.222%,94.63% 78.557%,95.656% 77.802%,96.582% 76.964%,97.403% 76.052%,98.114% 75.072%,98.709% 74.034%,99.183% 72.946%,99.531% 71.815%,99.748% 70.65%,99.829% 69.458%,100% 50.093%,99.829% 30.729%,99.829% 30.729%,99.748% 29.537%,99.531% 28.372%,99.183% 27.241%,98.709% 26.152%,98.114% 25.115%,97.403% 24.135%,96.582% 23.223%,95.656% 22.385%,94.63% 21.63%,93.509% 20.965%,75% 11.186%,56.464% 1.746% );
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}

.abt-shape-one{
  background: var(--yellow);
}
.abt-shape-two ,.abt-shape-four{
  background: var(--yellow);
  width: 96px;
}
.abt-shape-three{
  background: var(--green);
}
.abt-shape-five{
  background: var(--green);
}
.abt-wrap{
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(10, 40px);
  margin: 0px;
  gap: 20px;
}
.abt-shape-one {
  grid-row-start: 1;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 7;
}
.abt-shape-two {grid-row-start: 8;grid-row-end: 10;grid-column-start: 1;grid-column-end: 3;}
.abt-img{
  grid-row-start: 2;
  grid-row-end: 9;
  grid-column-start: 2;
  grid-column-end: 11;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
  min-height: 522px;
}
.abt-shape-three{
  grid-row-start: 2;
  grid-row-end: 5;
  grid-column-start: 7;
  grid-column-end: 9;
  position: relative;
  z-index: -1;
  height: 145px;
  left: 20px;
}
.abt-shape-four{
  grid-row-start: 3;
  grid-row-end: 5;
  grid-column-start: 9;
  grid-column-end: 11;
  position: relative;
  right: -30px;
}
.abt-shape-five{
  grid-row-start: 10;
  grid-row-end: 5;
  grid-column-start: 8;
  grid-column-end: 12;
  position: relative;
  z-index: -1;
    left: -30px;
}
.abt-img-outer-box{
  height: 250px;
  background-size: 100% 100%;
  z-index: 1;
  border-radius: 10px;
}
.abt-img-box{
position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.abt-img-box h5{
  color: #fff;
}
.abt-img-box::after{
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
  border-radius: 10px;
}
.about-counter{
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  color: #fff;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: flash;
}
.counter-shape-one{
  clip-path: polygon(78.332% 19.847%, 0% 0.063%, 0% 98.964%, 78.332% 79.18%, 78.332% 79.18%, 82.31% 78.092%, 85.913% 76.936%, 89.13% 75.717%, 91.952% 74.442%, 94.368% 73.118%, 96.368% 71.749%, 97.942% 70.344%, 99.078% 68.907%, 99.768% 67.445%, 100% 65.965%, 100% 33.061%, 100% 33.061%, 99.768% 31.581%, 99.078% 30.12%, 97.942% 28.683%, 96.368% 27.277%, 94.368% 25.909%, 91.952% 24.584%, 89.13% 23.309%, 85.913% 22.091%, 82.31% 20.934%, 78.332% 19.847%);
  height: 93px;
  width: 0;
  transition: width 0.5s ease-in-out;
  position: absolute;
  background: var(--yellow);
  left: 0;
  top: 10px;
}
.counter-shape-two{
  clip-path: polygon( 9.192% 23.108%,100% 0.027%,100% 99.557%,9.192% 76.477%,9.192% 76.477%,7.504% 76.012%,5.976% 75.519%,4.611% 74.999%,3.414% 74.455%,2.389% 73.89%,1.54% 73.306%,0.873% 72.707%,0.391% 72.094%,0.098% 71.471%,0% 70.84%,0% 28.744%,0% 28.744%,0.098% 28.113%,0.391% 27.49%,0.873% 26.877%,1.54% 26.278%,2.389% 25.694%,3.414% 25.129%,4.611% 24.585%,5.976% 24.065%,7.504% 23.572%,9.192% 23.108% );
  position: absolute;
  background: var(--yellow);
  right: -1px;
  bottom: 10px;
  height: 195px;
  width: 0;
  transition: width 0.5s ease-in-out;
}
.abt-img-box:hover .counter-shape-one{
  width: 23px;
}
.abt-img-box:hover .counter-shape-two{
  width: 50px;
}
/* testimonial */

.testimonial-box {
  padding: 25px;
  display: flex;
  flex-direction: column;
  padding: 25px 40px 20px;
  position: relative;
  justify-content: space-between;
  background: var(--green);
  margin: 20px;
  border-radius: 10px;
}
.testimonial-box img{
  height: 78px;
  width: 78px;
  object-fit: cover;
}
.testimonial-content-box{
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.92px;
  text-align: center;
  color: #fff;
  /* position: absolute; */
    margin: 0px 10px !important;
    font-weight: 600;
}
.testi-title a{
  color: #F9C300;
}
.testimonial-box.slick-slide{
  transition: height 0.5s ease-in-out;
  min-height: 240px;
  transition: all 300ms ease;
}
.testimonial-box.slick-slide.slick-current.slick-active.slick-center{
  transform: scale(1.09);
  min-height: 250px;
  transition: all 0.3s ease;
  background: var(--yellow);
}
.sliders-custom-prev i, .sliders-custom-next i{
  width: 50px;
  height: 45px;
  opacity: 1;
  background: var(--green);
  color: var(--white);
  position: unset;
  clip-path: polygon(97.305% 40.845%, 97.305% 40.845%, 98.088% 42.58%, 98.698% 44.379%, 99.133% 46.226%, 99.394% 48.105%, 99.481% 50%, 99.394% 51.895%, 99.133% 53.774%, 98.698% 55.621%, 98.088% 57.42%, 97.305% 59.155%, 89.179% 75%, 80.626% 91.075%, 80.626% 91.075%, 79.698% 92.633%, 78.645% 94.059%, 77.478% 95.345%, 76.209% 96.485%, 74.848% 97.471%, 73.407% 98.297%, 71.896% 98.955%, 70.327% 99.438%, 68.711% 99.739%, 67.058% 99.85%, 50% 100%, 32.942% 99.85%, 32.942% 99.85%, 31.289% 99.739%, 29.673% 99.438%, 28.104% 98.955%, 26.593% 98.297%, 25.152% 97.471%, 23.791% 96.485%, 22.522% 95.345%, 21.355% 94.059%, 20.302% 92.633%, 19.374% 91.075%, 10.821% 75%, 2.695% 59.155%, 2.695% 59.155%, 1.911% 57.42%, 1.302% 55.621%, 0.867% 53.774%, 0.606% 51.895%, 0.519% 50%, 0.606% 48.105%, 0.867% 46.226%, 1.302% 44.379%, 1.911% 42.58%, 2.695% 40.845%, 10.821% 25%, 19.374% 8.924%, 19.374% 8.924%, 20.302% 7.367%, 21.355% 5.941%, 22.522% 4.655%, 23.791% 3.515%, 25.152% 2.529%, 26.593% 1.703%, 28.104% 1.045%, 29.673% 0.562%, 31.289% 0.262%, 32.942% 0.15%, 50% 0%, 67.058% 0.15%, 67.058% 0.15%, 68.711% 0.262%, 70.327% 0.562%, 71.896% 1.045%, 73.407% 1.703%, 74.848% 2.529%, 76.209% 3.515%, 77.478% 4.655%, 78.645% 5.941%, 79.698% 7.367%, 80.626% 8.924%, 89.179% 25%, 97.305% 40.845%);
  display: flex
;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
/* Faq section */
#faq-sec .accordion-button:hover{
      z-index: 1;
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  background-color:unset;
  box-shadow:unset;
}
#faq-sec .accordion-button, #faq-page  .accordion-button{
  font: 600 16px / 25px var(--font-one);
  border-radius: 0px;
    padding: 10px 1.25rem;
    background: var(--yellow);
    color: var(--green);
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  color: var(--green);
}
.faq-sec-inner{
  padding: 40px 50px;
      margin-top: 4%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
}
.faq-sec-inner .accordion-body{
  color: #5A5A5A;
font-size: 14px;
}
#faq-sec .accordion-item, #faq-page .accordion-item{
  margin-bottom: 12px;
  border-radius: 0px;
  border:unset;
  background-color: var(--yellow);
}
#faq-sec  .accordion-header{
    border-radius: 6px;
}
#faq-sec .accordion-button:not(.collapsed)::after , #faq-page  .accordion-button:not(.collapsed)::after{
    content: '\f068';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
    color: #000;
}
#faq-sec .accordion-button::after, #faq-page .accordion-button::after{
    content: '\f067';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
}

#faq-sec label{
  width: 100%;
}
#faq-sec form{
  margin-top: 20px;
}
#faq-sec textarea{
  height: 110px;
}
#faq-sec form .theme-btn p,.news-form-main .theme-btn p , .contac_form .theme-btn p {
  margin-bottom: 0;
}
#faq-sec form .theme-btn p input,.news-form-main .theme-btn p input, #appoinment .theme-btn p input,  .contac_form .theme-btn p input{
  background: transparent;
  border: none;
  font: 700 16px / 20px var(--font-one);
  color:var(--white);
}
#faq-sec form .theme-btn .wpcf7-spinner, .news-form-main .wpcf7-spinner , #appoinment .wpcf7-spinner, .contac_form  .wpcf7-spinner{
  position: absolute;
  right: -22px;
  margin: 0 1px;
  top: 16px;

}
#faq-sec form .theme-btn{
  margin-left: 10px;
  padding: 8px 18px;
}
.que-img{
  height: 100%;
  width: 100%;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {
      transform: translatey(0px);
  }
  50% {
      transform: translatey(-20px);
  }
  100% {
  transform: translatey(0px);
  }
}
/* ----------------Product Card css---------------- */
#best-seller .product-box-main{
  min-width: unset;
}
#best-seller .pro-img img{
  border-radius: 0;
}
.product-box-main{
  min-width: 263px;
}
.shop.shop-product .product-box{
  width: 300px;
  position: relative;
}

.product-box{
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  background: #fff;
}
.pro-img{
  position: relative;
  overflow: hidden;
}
.pro-img:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.product-box:hover .pro-img:before  {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.star-rating{
  color: #FF6208;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 5.4em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
.product-title{
  width: 75%;
  margin: 0 auto;
}
.product-content,.product-content-btm{
  text-align: center
}
.wishlist-items-wrapper .product-add-to-cart, .wishlist_table.mobile li .product-add-to-cart{
      right: 0px;
}
 .pro-img, .wishlist-items-wrapper  .product-thumbnail,.wishlist_table.mobile li .item-wrapper .product-thumbnail, .related.products li img{
  height: 250px;
}
  .pro-img img,  .wishlist-items-wrapper .product-thumbnail img, .wishlist_table.mobile li .item-wrapper .product-thumbnail img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}
  .product-title a, .product-name a, .related.products li a{
    font: 700 18px / 24px var(--font-one);
  color:var(--green);
}
.product-box .theme-btn{
  font-size: 18px;
  line-height: 20px;
  position: relative;
}
.product-box .theme-btn::after{
  content: '';
  position: absolute;
  background-color: #EB7D01;
  height: 3px;
  width: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -9px;
  border-radius: 10px;
}
.product-title a:hover, .product-name a:hover, .related.products li a:hover{
  color: var(--yellow);
}
  .product-content p{
  margin-bottom: 0
}

del,del bdi{
  font-size: 0 !important;
  display: none;
}
ins{
  text-decoration: none;
}
ins .woocommerce-Price-amount bdi, .woocommerce-Price-amount bdi,.product-price ins .woocommerce-Price-amount.amount, .item-details-table ins .woocommerce-Price-amount.amount,ins.wc-block-components-product-price__value.is-discounted{
  font: normal normal 600 20px / 25px var(--font-one);
  color:var(--orange);
}
.cart-btn, .wishlist_text,.quick-view {
  background: #033D50;
  height: 50px;
  width: 45px;
  clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-view  .woosq-btn-has-icon{
  background: transparent;
  border: none;
  display: inline;
}
.woosq-btn-icon{
  font-size: 20px;
    color: #fff;
}
.yith-wcwl-wishlistaddedbrowse{
  position: relative;
}
.yith-wcwl-wishlistaddedbrowse .feedback{
  gap: 0px;
}
.yith-wcwl-add-to-wishlist{
  margin-top: 0
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img{
  color: #fff;
  margin-right: 0 !important;
}
.yith-wcwl-add-to-wishlist-button svg, .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon{
  height: 22px;
  color: #fff !important;
}
.product-icon {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  flex-direction: column;
  width: max-content;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
}
.add_to_cart_button.ajax_add_to_cart.added{
  display: none !important;
}
.cart-btn a, .wishlist-items-wrapper .product-add-to-cart a, .wishlist_table.mobile li .product-add-to-cart a {
  font-size: 0 !important;
  /* display: block !important; */
  padding: 0 !important;
  background-color: #033D50 !important;
  height: 50px;
  width: 45px;
  /* clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%); */
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wishlist_table .product-add-to-cart a{
  clip-path: polygon(41.217% 3.82%, 41.217% 3.82%, 42.887% 3.088%, 44.615% 2.518%, 46.386% 2.111%, 48.186% 1.867%, 50% 1.785%, 51.814% 1.867%, 53.614% 2.111%, 55.385% 2.518%, 57.113% 3.088%, 58.783% 3.82%, 75% 11.886%, 90.935% 20.108%, 90.935% 20.108%, 92.515% 21.025%, 93.961% 22.071%, 95.268% 23.235%, 96.426% 24.506%, 97.43% 25.872%, 98.27% 27.322%, 98.94% 28.844%, 99.432% 30.427%, 99.739% 32.059%, 99.854% 33.73%, 100% 49.883%, 99.854% 66.036%, 99.854% 66.036%, 99.739% 67.706%, 99.432% 69.339%, 98.94% 70.922%, 98.27% 72.444%, 97.43% 73.894%, 96.426% 75.26%, 95.268% 76.531%, 93.961% 77.695%, 92.515% 78.741%, 90.935% 79.658%, 75% 87.88%, 58.783% 95.945%, 58.783% 95.945%, 57.113% 96.678%, 55.385% 97.248%, 53.614% 97.655%, 51.814% 97.899%, 50% 97.98%, 48.186% 97.899%, 46.386% 97.655%, 44.615% 97.248%, 42.887% 96.678%, 41.217% 95.945%, 25% 87.88%, 9.065% 79.658%, 9.065% 79.658%, 7.485% 78.741%, 6.039% 77.695%, 4.732% 76.531%, 3.574% 75.26%, 2.57% 73.894%, 1.73% 72.444%, 1.06% 70.922%, 0.568% 69.339%, 0.261% 67.706%, 0.146% 66.036%, 0% 49.883%, 0.146% 33.73%, 0.146% 33.73%, 0.261% 32.059%, 0.568% 30.427%, 1.06% 28.844%, 1.73% 27.322%, 2.57% 25.872%, 3.574% 24.506%, 4.732% 23.235%, 6.039% 22.071%, 7.485% 21.025%, 9.065% 20.108%, 25% 11.886%, 41.217% 3.82%); 
}
.ajax_add_to_cart:hover,.wishlist_text:hover,.quick-view:hover{
  background-color: var(--yellow) !important;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
.yith-wcwl-add-button{
  text-align: center;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  content: "\f07a";
}
.shop.shop-product .woocommerce-ordering, .yith-wcwl-add-button span {
  display: none;
}
 .product-box:hover  .product-icon{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--custom-button{
  background: transparent !important;
  border: none  !important;
}
 .wishlist_text i{
   margin-right: unset !important;
   line-height: 33px;
  font-size: 14px;
  height: 32px;
  width: 33px;
  background: #FCB900;
  text-align: center;
  border-radius: 6px;
  color: #000;
   position: relative;
 }
 .yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon{
   font-weight: 800;
 }
.yith-wcwl-wishlistaddedbrowse a{
  position: absolute;
  top: left;
  font-size: 8px;
  left: 3px;
  top: 5px;
  opacity: 0;
  color: #fff;
 }
 .feedback{
   font-size: 0;
 }
 .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{
  color:#fff;
 }
 .popular-pro-box:hover del{
  text-decoration-color: #fff;
}
.shop.shop-product .popular-pro-box{
    width: 300px;
}
.shop.shop-product .woocommerce-ordering,.yith-wcwl-add-button span,.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.shop-page-filters input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
.shop-page-filters input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.shop-page-filters .form-control + .form-control {
  margin-top: 1em;
}
.shop-page-filters input[type="checkbox"] {
  display: grid;
  place-content: center;
}

.shop-page-filters input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.shop-page-filters input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.shop-page-filters input[type="checkbox"]::before {
  background-color: #FF6208;
}
.yith-wcwl-wishlistexistsbrowse a{
  position: absolute;
  top: 5px;
  font-size: 9px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.wishlist-items-wrapper {
  gap: 10px;

}
.page-template-page-templateabout-php .about-page-btn,.woocommerce .loader::before{
  display: none;
}
/* .yith-wcwl-add-button span{
  font-size: 0;
} */




/* Makers */
.team-bottom-content h5{
  color: #fff;
}
.team-img{
  height: 435px;
}
.team-img img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.team-bottom-content{
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.team-social-icon-box-main{
  clip-path: polygon(76.952% 9.668%, 100% 98.187%, 0% 98.187%, 23.048% 9.668%, 23.048% 9.668%, 23.543% 7.913%, 24.069% 6.324%, 24.623% 4.905%, 25.202% 3.66%, 25.804% 2.594%, 26.426% 1.712%, 27.065% 1.018%, 27.718% 0.516%, 28.382% 0.212%, 29.054% 0.11%, 70.946% 0.11%, 70.946% 0.11%, 71.618% 0.212%, 72.282% 0.516%, 72.935% 1.018%, 73.574% 1.712%, 74.196% 2.594%, 74.798% 3.66%, 75.377% 4.905%, 75.931% 6.324%, 76.457% 7.913%, 76.952% 9.668%);
  height: 50px;
  width: 95%;
  background: var(--yellow);
  margin: 0 auto;
}
.team-social-icon-box{
  height: 100%;
}
.team-social-icon-box i,.team-title h6{
  color: #fff;
}
.team-inner-content::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -100%;
  z-index: 0;
  transition: 0.5s;
  background: #000;
  opacity: 0.7;
  border-radius: 10px
}
.team-inner-content:hover::after{
  bottom: 0%;
}
.team-inner-content:hover .team-bottom-content{
  opacity: 1;
}
.makers-svg-1{
  position: absolute;
  bottom: 0;
  width: 255px;
}
.makers-svg-2{
  position: absolute;
  right: 0;
  top: 0;
  height: 304px;
}


/* common csss */
.woosq-product > .product .summary .summary-content{
  display: flex;
      flex-direction: column;
      gap: 10px;
}
h2.product_title.entry-title{
  font: 600 24px / 30px var(--font-one);
  color: #000000;
}
.woosq-product .privacy-product-btn{
  display: none
}
.mfp-close{
  background: var(--green) !important;
    margin: 10px;
    border-radius: 50%;
}
.mfp-woosq .mfp-close:before{
  color: #fff;
}
.woocommerce-product-details__short-description p{
  font: normal normal normal 15px / 27px var(--font-one);
    color: #000000;margin-bottom: 0;
}
.woocommerce .quantity input {
  padding: 6px 15px;
    border: 1px solid var(--orange);
  border-radius: 6px;
  width: 7.631em !important;
  text-align: left !important;
}
.woocommerce div.product form.cart div.quantity{
  margin-top: 7px;
}
.Discount-offer-img-box  img{
  width: 50px;
height: 50px;
background: #ebebeb;
border-radius: 50%;
object-fit: contain;
padding: 5px;
}
.Discount-offer-text-box {
  font: 500 15px / 17px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;

}
.woocommerce-page div.product div.summary{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  margin-bottom: 0;
}


.woosq-product.single-product .single_add_to_cart_button{
  background: transparent !important;
  position: relative;
  padding-right: 35px;
  padding-left: 20px;
  border-radius: 6px;
  border: 1px solid var(--orange) !important;
  display: inline-block;
  padding: 9px 30px 7px 18px;
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: var(--green) !important;
  border-radius: 5px;
}
.woosq-product.single-product .single_add_to_cart_button::after{
  content: "\f07a";
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 10px;
  line-height: 33px;
  color: var(--grey);
}

/* popup css */
.woocommerce .woocommerce-product-rating .star-rating{
  margin-top: -8px;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{
  margin-inline: 6px;
}

