/*
Theme Name: Sales Landing Page 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: sales-landing-page-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Sales Landing Page Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2025.
Sales Landing Page Pro WordPress Theme is released under the terms of GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
--purple: #6248FF;
--black: #000;
--white: #fff;
--pink:#FFEFEC;
--theme-font :"Poppins", sans-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: 14px;
  color:var(--black);
  font-family: var(--theme-font);
  overflow-x: hidden;
}
 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(--theme-font);
}
 p {
  margin: 0 0 15px;
  padding: 0;
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
 p, ul li a {
     letter-spacing: 0px;   font-family: var(--theme-font);
}
 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"]{
  font-size: 14px;
  padding: 10px 10px 10px 0;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #151515;
  color: #7D7D7D;
}
input::-webkit-input-placeholder{
  color: var(--#7D7D7D);
}
#contact-us :focus-visible {
  outline: none;
}
section{
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  padding: 50px 0;
  background-attachment: scroll;
  overflow: hidden;
}

.theme-btn{
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: var(--white);
  transition: all 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  background: var(--black);
  padding: 12px 17px;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: 1;
  border: none;
}
.theme-btn::before{
  content: "";
  position: absolute;
  transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
  -webkit-transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--purple);
  z-index: -1;
}
.theme-btn:hover{
  color: var(--white);
}
.theme-btn:hover::before{
  transition: top .3s ease-in, width .2s ease-out .2s, height .2s ease-out .2s;
  -webkit-transition: top .2s ease-in, width .2s ease-out .2s, height .2s ease-out .2s;
  top: 50%;
  width: 300px;
  height: 300px;
}

.theme-para{
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.4px;
  color: #6C6C6C;
}

.main-head,.main-head a {
  font-family: var(--theme-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
 .screen-reader-text {
   position: absolute;
   top: -9999em;
   left: -9999em;
}

#contact-page .theme-btn p {
  margin-bottom: 0;
}

#contact-page .theme-btn p input{
  background: transparent;
  border: none;
  font: 600 14px / 20px var(--theme-font);
  color: var(--white);
}
#contact-page  .wpcf7-spinner{
  position: absolute;
  right: -75px;
  margin: 0 1px;
  top: 0px;
}
.contact_location_details{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_location_details i{
    border-radius: 10px;
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    align-items: center;
    justify-content: center;
    animation-name: tada;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: 
ease-in;
    border: 1px solid #000;
    color: var(--purple);
}
 .contact_location_details a{
      font-family: var(--theme-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
 }
 .contact_location_details a:hover{
  color: var(--purple);
 }
 .contact-img{
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
 }


.contact-wrap:before, .contact-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9;
}
.contact-wrap:hover:before, .contact-wrap:hover:after {
    background:#fff;
    visibility: visible;
    opacity: 0.2;
}
.contact-wrap:hover:before {
    width: 0;
    right: 50%;
    left: 50%;
}

.contact-wrap:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
}
/*------------------------- Headings --------------------------*/
h1,h1 a{
  font-family: var(--theme-font);
  font-size: 105px;
  font-weight: 700;
  line-height: 110px;
}
 section h2 {
  font-size: 92px;
  line-height: 95px;
  font-weight: 600;
  font-family: var(--theme-font);
}
 section h3,h3 a {
  font-weight: 600;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  font-family: var(--theme-font);
}
section h4,section h4 a{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
 section h5,h5 a {
  font: 700 20px / 24px var(--theme-font);
  padding: 0;
}
h6,h6 a{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
/*----------------- 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(--purple);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;

}
 #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(--purple);
   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;
  aspect-ratio: 1;
  --_c:no-repeat radial-gradient(farthest-side,#FFEFEC 92%,#0000);
  background: 
  var(--_c) top,
  var(--_c) left,
  var(--_c) right,
  var(--_c) bottom;
  background-size: 12px 12px;
  animation: l7 1s infinite;
}
@keyframes l7 {to{transform: rotate(.5turn)}}
 .woocommerce div.product form.cart .variations tr{
     display: block !important;
}
 .woocommerce div.product form.cart table td{
     /* padding-left: 18px !important; */
}


/* Slider */

/* owl nav css */
.owl-nav button{
  background: var(--purple);
  border: none;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
}
.owl-nav button:hover{
background: var(--black);
}
.owl-nav button:hover i{
  color: #fff;
}
#best-seller .owl-nav{
    position: absolute;
    display: flex;
    gap: 10px;
    right: 15px;
     top: -60px;
}

/* -----------about us--------------- */

.slider-nav {
  justify-content: center;
  align-items: center;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  width:490px;
  margin: 0 auto;
}

.slider-nav .item {
  position: relative;
  /* transition: all 0.3s ease; */
}

.testi-image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 5px solid #fff;
  transition: all 0.3s  ease;
}

.testi-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

#testimonial .slider.slider-nav .slick-active.slick-center .testi-image {
    transform: scale(1.5);
    position: relative;
    z-index: 2;
    border: unset;
    border: 4px solid #6248FF;
   transition: all 0.4s ease-in-out;
}
.animated-border{
     background: #6248FF;
    /* border: 8px solid #6248FF; */
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1;
    top: 54px;
    transform: scale(0);
    transition: all 1s ease 0s;
}
#testimonial:hover .animated-border{
transform: scale(14);
}
#testimonial{
  overflow: hidden;
}
#testimonial:hover .slider.slider-nav .slick-active.slick-center .testi-image{
   border: 4px solid transparent;
   transition: unset;
}
#testimonial:hover,#testimonial:hover h5 a {
  color: var(--white);
}
#testimonial:hover .test-content{
   transform: translateY(-5px) scale(1.05);
     transition: transform 0.8s ease, color 0.8s ease;
}
#testimonial .slick-list.draggable{
      padding: 35px 0 !important;
}
.slider-nav .slick-slide{
  transform: unset;
     /* transition: all 1s ease;  */
}
.slider-nav .first-active {
    position: relative;
  left: 20px;
      /* transform: translateX(40px); */
     transition: all 0s ease; 
}
.slider-nav .last-active{
    position: relative;
    left: -25px; 
    /* transform: translateX(-40px); */
    z-index: -1;
   transition: all 0s ease; 
}
.testi-title a{
  color: #000;
}
.testi-desi{
  font-size: 14px;
}
.test-content{
      font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding: 0 30px;
}
.item-inner i{
  opacity: 0;
      position: absolute;
  font-size: 130px;
      top: -60px;
}
#testimonial:hover .item-inner i{
    color: #8772fd80;
    opacity: 1;
}
.item-inner .left-icon{
    left: 185px;
    transform: rotateY(180deg);
}
.right-icon{
    right: 185px;
}
/* #testimonial .slider-nav [data-slick-index="-1"] .testi-image {
    position: relative;
    z-index: 1;
}
  #testimonial .slider-nav [data-slick-index="-2"] .testi-image {
    margin-left: 15px;
}
#testimonial .slider-nav [data-slick-index="2"] .testi-image {
    position: relative;
    left: -25px;
    z-index: -1;
}   */
/* 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;
      color: var(--white);
      transition: unset;
          z-index: 1;
}
#faq-sec .accordion-button, #faq-page  .accordion-button{
  font: 600 16px / 25px var(--theme-font);
  border-radius: 0px;
   padding: 20px 1.25rem;
    color: var(--black);
    background: transparent !important;
}

.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;
font-family: var(--theme-font);
}
#faq-sec .accordion-item, #faq-page .accordion-item{
  border-radius: 0px;
  /* border-top: 1px solid #ececec; */
  /* border-bottom: 1px solid #ececec; */
  background-color: transparent;
}
#faq-sec  .accordion-header{
    border-radius: 6px;
}
#faq-sec{
position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 25px;
    /* overflow: unset; */
}
#faq-sec .accordion{
      margin-bottom: 20px;
}
#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;
    transition: unset;
    color: #FFFFFF;
    background: #000000;
    padding: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    transition: transform 2s ease;
    align-items: center;
}

 #faq-sec .accordion-button:not(.collapsed)::after , #faq-page  .accordion-button:not(.collapsed)::after{
  transform: rotate(-45deg);
} 
#faq-sec .accordion-body{
  font-size: 15px;
  font-family: var(--theme-font);
     padding: 5px 20px;
     opacity: 0;
      transition: opacity 1.5s ease;
}
#faq-sec .accordion-item{
  position: relative;
    overflow: visible;
    transition: all 1s;
}
#faq-sec .accordion-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
}
#faq-sec .accordion-header::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 1s ease;
  background-color: var(--purple); 
  z-index: 1;
}

#faq-sec .accordion-item:has(.accordion-collapse.show) .accordion-header::before{
   transform: scaleY(2);
}
#faq-sec .accordion-item:has(.accordion-collapse.show) .accordion-body{
  opacity: 1;
}
#faq-sec .accordion-item:has(.accordion-collapse.show){
  color: #fff;
  transition: background 0.3s ease;
}
#faq-sec .accordion-item:hover{
    background-color: var(--purple); 
}
#faq-sec .accordion-item:hover .accordion-button{
  color: var(--white);
}
/* ----------------Product Card css---------------- */
.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(253, 97, 62, 0) 0%, rgba(253, 97, 62, .3) 100%);
  background: linear-gradient(to right, rgba(253, 97, 62, 0) 0%, rgba(253, 97, 62, .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%;
  }
}
/* .product-box-main .rating{
  background: #FD623E;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px 5px;
} */
.rating span{
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #000;
}
.rating i{
  color: #EFA926;
}
.star-rating{
  color: var(--yellow);
  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;
 color: #EFA926;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}

.product-cat-name{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--theme-font);
}
.product-desc{
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--theme-font);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wishlist-items-wrapper .product-add-to-cart, .wishlist_table.mobile li .product-add-to-cart{
  right: 0px;
}
.product-card{
  box-shadow: 0px 0px 6px 0px #00000040;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}
#trending-product .product-card{
      margin: 17px !important;
}
.product-card:hover{
  background:rgba(99, 72, 255, 0.3);
}
.product-tag{
  position: relative;
}
.product-tag{
    display: flex;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
}
.product-tag.discount-tag {
    top: 60px;
}

.tag-content{
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    z-index: 1;
    background: var(--purple);
    padding: 10px 10px;
    line-height: 11px;
    clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%, 0% 50%);
}
 .tag-shape{
  background: #b7acfa;
    width: 20px;
    padding: 10px;
    position: relative;
      right: 13px;
    clip-path: polygon(0 0, 100% 0, 64% 50%, 100% 100%, 0 98%, 0 47%);
    z-index: 0;
}
.product-tag.new-tag .tag-content{
     background: #DE1216;
}
 .product-tag.new-tag .tag-shape{
  background: #ff767a;
 }
.wish-quick-wrap{
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
      opacity: 0;
}
.product-card:hover .wish-quick-wrap{
      animation: fadeInRight .6s ease-in-out;
      opacity: 1;
}
.quick-view-btn .woosq-btn,.wishlist_text{
    background: #000000;
    border: none;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.quick-view-btn .woosq-btn:hover,.wishlist_text:hover{
  background: var(--purple);
}
.cart-btn a {
    font-size: 0 !important;
    background: transparent;
    position: relative;
    padding: 5px;
    border-radius: 50%  !important;
    background: #000000 !important;
    border: unset;
    width: 35px !important;
    height: 35px !important;
    display: flex  !important;
    align-items: center  !important;
    justify-content: center  !important;
}
.cart-btn a:hover{
  background: var(--purple) !important;
}
.cart-btn a::before{
    content: "\f07a";
    text-align: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 17px;
    color: #fff;
}
.woosq-btn-icon{
    font-size: 18px;
    color: #fff;
}
.wishlist_text a.add_to_wishlist{
  display: flex;
}
.wishlist_text .yith-wcwl-icon-svg{
    width: 22px !important;
}
.product-footer{
  background: #F7F7FF;
  padding: 10px;
  border-radius: 20px;
}
 .pro-img, .wishlist-items-wrapper  .product-thumbnail,.wishlist_table.mobile li .item-wrapper .product-thumbnail, .related.products li img{
    height: 213px;
    /* width: 260px; */
    object-fit: cover;
    margin: 0 auto;
    padding: 20px;
}
  .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: contain;
  border-radius: 10px;
}

.product-title a,.related.products li a{
    font: 600 16px / 23px var(--theme-font); 
    color: #000;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    width: 175px;
}
.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
}

.product-price {
    display: flex
;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: center;
}
ins{
  text-decoration: none;
}
.woocommerce-Price-amount bdi ,.product-price ins span {
     font: 700 18px / 22px var(--theme-font);
    color: var(--black);
}
del .woocommerce-Price-amount bdi, .product-price del .woocommerce-Price-amount.amount, .item-details-table ins .woocommerce-Price-amount.amount,ins.wc-block-components-product-price__value.is-discounted {
    font: 500 16px / 20px var(--theme-font);
    color:var(--black);
}
/* .product-price  del{
  text-decoration-color:  var(--purple);
      line-height: 21px;
} */

.btn-wrap:hover a{
color: var(--white) !important;
}

.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;
}
.wishlist-items-wrapper .product-add-to-cart a, .wishlist_table.mobile li .product-add-to-cart a{
  font: 600 14px / 14px var(--theme-font);
  color: var(--white) !important;
  border: 1px solid var(--green) !important;
  background: var(--purple) !important;
  padding: 9px 12px !important;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
}
/* .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;
}
.qib-button-wrapper{
    border: 1px solid #6248FF !important;
    padding: 8px !important;
    background: #F7F7FF !important;
       border-radius: 10px;
       /* margin: 0 !important; */
       float: unset !important;
           width: 125px;
}
.qib-button-wrapper button.qib-button{
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
}
.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: var(--purple);
}
.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;
} */

/* slider */
.owl-dots{
  image:url(assets/images/shape-mask.png);
}


/* 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(--theme-font);
  color: #000000;
}
.woosq-product .privacy-product-btn{
  display: none
}
.mfp-close{
  background: var(--purple) !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(--theme-font);
    color: #000000;margin-bottom: 0;
}
.woocommerce .quantity input {
  padding: 5px 15px;
  border: 1px solid var(--yellow);
  border-radius: 6px;
  width: 7.631em !important;
  text-align: left !important;
  font-family: var(--theme-font);
      width: 3.631em !important;
      text-align: center !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 14px / 17px var(--theme-font);
  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: var(--purple) !important;
    position: relative;
    padding-right: 35px;
    padding-left: 20px;
    border-radius: 6px;
    border: 1px solid var(--purple) !important;
    display: inline-block;
    padding: 9px 15px 7px 15px;
    font-family: var(--theme-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: var(--white) !important;
    border-radius: 30px;
}
/* .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);
} */

.woosq-product.single-product .custom-attribute-options{
    display: flex;
    align-items: center;
    gap: 5px;
}
.woosq-product.single-product .custom-option{
    height: 20px;
    width: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.woosq-product.single-product .option-text {
    padding: 2px 10px;
}
.woosq-product.single-product  .variations tbody{
    display: flex;
    align-items: center;
    gap: 20px;
}
 .woosq-product.single-product .variations label{
      font-weight: 500;
 }
/* 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;
}



/* blog */
.blog-inner-content-box{
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  background: #F7F7FF;
  padding: 15px;
  border-radius: 0 0 20px 20px;
}
.post-date p,.post-date p a,.read-more,.blog-detail p{
  font-family: var(--theme-font);
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.blog-img-main{
  height: 200px;
  position: relative;
}
.blog-img-main img{
  height: 100%;
  width: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.blog-title a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-overlay{
    background: #000;
  opacity: 0;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  transition: all 0.3s ease 0s;
 border-radius: 20px 20px 0 0;
}
.blog-detail:hover .blog-overlay{
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.blog-detail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-title a:hover{
  color: var(--purple);
}




