/*
Theme Name: VW Wholesaler 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-wholesaler-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Wholesaler Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
VW Wholesaler Pro WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


 :root {
     --orange: #FF6208;
     --grey: #5A5A5A;
     --black: #000000;
     --white: #ffffff;
     --common-font-family: "Montserrat", 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: #000;
     font-family: var( --common-font-family);
}
 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(--common-font-family);
      font-weight: bold;
}
 p {
   margin: 0 0 15px;
   padding: 0;
   font-size: 14px;
   font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family:var(--common-font-family);
}
 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: 1px solid #bdbdbd;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #FFFFFF;
}
 section{
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  padding: 70px 0;
  background-attachment: scroll;
}
#all-category,#testimonial,#blog-news,#clearing-stock{
  padding-bottom: 9%;
}

.theme-btn{
  border: 1px solid var(--orange);
  display: inline-block;
  padding: 10px 20px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color:  var(--grey);
  border-radius: 5px;
  width: max-content;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.theme-btn:before{
  content: "";
  background: var(--orange);
  width: 0;
  height: 0;
  /* border-radius: 5px; */
  /* transform: translateX(-50%); */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.theme-btn:hover{
  color:  var(--white);
}
.theme-btn:hover p input{
  color:  var(--white) !important;
}
.theme-btn:hover:before {
  width: 100%;
  height: 100%;
}
.theme-para{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.4px;
  color: #000;
}
.main-sub-head {
  font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
}
.main-head {
  font-family: Bebas Neue;
  font-size: 38px;
  font-weight: 400;
  color: var(--orange);
  line-height:40px;
}
 .screen-reader-text {
   position: absolute;
   top: -9999em;
   left: -9999em;
}


/*------------------------- Headings --------------------------*/
 section h2 {
   font-size: 58px;
   line-height: 60px;
   color: #000000;
   font-weight: 400;
}
 section h3 {
   font-weight: 400;
   color: #000;
   font-size: 39px;
   line-height: 39px;
    font-family: Bebas Neue;
}
 section h5 {
   color: #000;
    font: 600 18px / 22px "Montserrat", sans-serif;
   padding: 0;
}
section h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 20.3px;
}

/*----------------- 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;
     background:var(--orange);
     width: 65px;
    height: 65px;
    line-height: 55px;
     display: block;
     text-align: center;
     text-decoration: none;
     border-radius: 50%;
     border: 10px solid rgb(243 243 243 / 69%);
     -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;
}
 #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: 15px 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(--orange);
   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;
}


#counter-offer>.container::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:url(assets/images/counter-offer/counter-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}

/* blog css */
.blog-img-outer{
  height: 290px;
}

.blog-img-outer img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-category a,.blog-admin {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.4px;
  color: #5A5A5A;
      text-transform: capitalize;
}
.blog-title a{
  font: 600 18px / 22px "Montserrat", sans-serif;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.blog-content{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.blog-admin p, .post-month{
  font: 400 14px / 19px "Montserrat", sans-serif;
  color: #000000;
  text-transform: capitalize;
}
.post-month,.blog-title a:hover,.blog-category a:hover{
  color: #FF6208;
}
.blog-img-outer{
	position: relative;
  margin-bottom: 20px;
}
.blog-img-outer::before, .blog-img-outer::after{
  content: '';
  position: absolute;
  height: 130px;
  width: 130px;
  background: #FF6208;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.blog-detail:hover .blog-img-outer::before,.blog-detail:hover .blog-img-outer::after{
  opacity: 1;
  animation: bounceIn 1s linear;
}
.blog-img-outer::before{
  top:-20px;
  left: -20px;
}
.blog-img-outer::after{
  bottom:-20px;
  right: -20px;
}
#blog-news .owl-carousel .owl-item,.recent-blogs .owl-item{
    padding: 25px;
}
.content_page .blog-detail, .search-results .blog-detail{
  padding: 15px;
}
/* owl nav css */
.owl-nav button{
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #F2F6F8;
  border-radius: 5px;
}
.owl-nav button:hover{
background: #FF6208;
}
.owl-nav button:hover i{
  color: #fff;
}
#testimonial .owl-nav{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 3%;
}
/* -----------about us--------------- */
.about-us-inner-box{
    padding: 20px 0 0 30px;
    background: linear-gradient(90deg, #5A5A5A 65%, #FF6208 45%);
}
.about-counter{
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 29px 25px;
  margin: 0 auto;
}
.record_title{
  font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 20.4px;
text-align: center;
color: #fff;
}
.counter1-up,#about-us .main-head,#about-us .main-sub-head, .counter-suffix-k,#about-us .theme-para{
  color: #fff;
}
.counter_suffix {
  color: #FF6208;
}
.abt-dish-img{
  object-fit: cover;
object-position: left;
max-width: 515px;
max-height: 380px;
}
#about-us .theme-para{
  width: 100%;
max-width: 85%;
}

.about-btm-banner .about-btm-box-main:nth-child(2) .about-btm-box{
  background-image: unset !important;
  border: 2px solid #FF6208;

}
.about-btm-box{
  padding: 30px;
  background-size: 100% 100%;
  border: 2px solid transparent;
}
.abt-cat-title{
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 600;
  line-height: 25.3px;
  color: #fff;
}
.abt-cat-browse{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.4px;
  color: #fff;
}
.about-btm-banner .about-btm-box-main:nth-child(2) .abt-cat-browse,.about-btm-banner .about-btm-box-main:nth-child(2)  .abt-cat-title,.about-btm-banner .about-btm-box-main:nth-child(2) h3{
  color: #5A5A5A;
}
#about-us .abt-cat-browse:hover{
  color: #FF6208;
}
.about-btm-box h3{
  color: #fff;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: flash;
}
.about-btm-box-main img {
  width: 190px;
  height: 235px;
  object-fit: contain;
}
.about-btm-box-main{
  width: 100%;
}
    
/* Why choose us */
.choose-sec-inner{
  padding-bottom: 5%;
}
.choose-img-box-inner .choose-icon-wrap{
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid  #FF6208;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-para-box  h5{
  font: 600 18px / 25px "Montserrat", sans-serif;
color: #000000;
}
.choose-box:hover .choose-icon-wrap{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.choose-box:hover  .choose-icon-wrap{
  background-color: #FF6208;
}
.choose-box:hover svg path {
  fill:#fff;
}
.choose-que-img{
  animation: flipInY 4s ease-in-out infinite;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* .choose-box-left{
      padding-left: 4rem;
}
.choose-box-right{
        padding-right: 4rem;
} */
/* testimonial */
.testimonial-box {
  border: 1px solid #5A5A5A;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 100%;
  min-height: 390px;
  justify-content: space-between;
  background: #fff;
}
.testimonial-box::after{
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  height: 90%;
  width: 90%;
  background: #FF6208;
  box-shadow: 0px 4px 4px 0px #00000040;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.testimonial-box img{
  height: 78px;
  width: 78px;
  object-fit: cover;
}
.testimonial-box:hover::after{
  right: 0;
  bottom: 0;
}
.testimonial-box:hover{
  border-color:#FF6208;
}
.testimonial-box:hover i{
  transform: rotateY(360deg);
    transition: transform 0.5s ease-out;
}
.testi-desi {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: #5A5A5A;
  padding-top: 10px;
}
.testimonial-content-box{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #5A5A5A;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi-rating i {
    color: #FF6208;
    font-size: 16px;
}
#testimonial .owl-carousel .owl-item{
  padding: 12px;

}
/* 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 "Montserrat", sans-serif;
  border-radius: 0px;
    padding: 10px 1.25rem;
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  color: #000;
}
.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;
}
#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: 600 14px / 19px "Montserrat", sans-serif;
  color: #5A5A5A;
}
#faq-sec form .theme-btn .wpcf7-spinner, .news-form-main .wpcf7-spinner , #appoinment .wpcf7-spinner, .contac_form  .wpcf7-spinner{
  position: absolute;
}
#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---------------- */
.product-box-main{
  min-width: 263px;
}
.shop.shop-product .product-box{
  width: 300px;
  position: relative;
}
 .product-box::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 5px;
  background: #FF6208;
  height: 0;
transition: height 0.5s ease-in-out;
}
 .product-box:hover::before{
  height: 100%;
}
.product-box{
  box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  background: #fff;
}
.product-box::after{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 10px;
  background: #FF6208;
  height: 0;
  transition: height 0.5s ease-in-out;
}
.product-box:hover::before {
    height: 100%;
}
.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-content,.product-content-btm{
  padding: 0px 10px 10px 10px;

}
.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: 215px;
}
  .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;
}
.products-cat,.single-cat-main {
  background: #fff;
padding:30px 20px 60px 20px;
    border: 2px solid #FF6208;
}
#all-category .nav-pills .nav-link, .single-cat-main .nav-pills .nav-link{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 17.8px;
  color: #5A5A5A;
  padding: 15px 0;
  z-index: 1;
  width: 100%;
  text-align: left;
  position: relative;
}
#all-category  #pills-tab{
      gap: 20px;
}
.products-cat-main .nav-link.active::after,.single-cat-main .nav-link.active::after{
    content: '';
    position: absolute;
    inset: 0;
    background: #FF6208;
    color: #fff;
    z-index: -1;
    min-width: 290px;
    width: 100%;
    left: -35px;
    border-radius: 4px;
}
.single-cat-main .nav-link.active::after{
  min-width: 330px;
}
#all-category .nav-pills .nav-link.active,.single-cat-main .nav-pills .nav-link.active{
      color: #fff;
      background: transparent !important
}
#all-category .nav-pills .nav-link.active svg path{
  fill: #fff;
}
.cat-offer-box .main-head-main{
  /* position: absolute;
  top: 26%;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 0 auto; */
      display: flex;
    justify-content: center;
    width: 60%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: max-content;
    text-align: center;
}
.cat-offer-box .main-head-main .main-head{
  color: #fff;
}
.main-head-per{
  font-family: Bebas Neue;
  font-size: 38px;
  font-weight: 400;
  color: var(--orange);
  line-height: 40px;
}
@media screen and (min-width:1200px){
  #all-category .products-cat-main{
      width: 21.666667%;

  }
  #all-category .products-cat-content-main{
      width:78.333333%;
  }

}
  .product-title a, .product-name a, .related.products li a{
  font:600 16px / 20px "Montserrat", sans-serif;
  color: #000;
}
.product-title a:hover, .product-name a:hover, .related.products li a:hover{
  color: #FF6208;
}
  .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 18px / 22px "Montserrat", sans-serif;
  color: #000000;
}
 ins .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
  padding-right:3px;
}
.cart-btn{
  background: #FF6208;
  border-radius: 6px;
}
.cart-btn, .wishlist_text{
    height: 32px;
  isolation: isolate;
  width: 33px;
  background: #FF6208;
  border-radius: 6px;
}
.cart-btn a, .wishlist-items-wrapper .product-add-to-cart a,  .wishlist_table.mobile li .product-add-to-cart a{
  border: 1px solid var(--orange);
  display: inline-block;
  padding: 10px 20px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: var(--grey);
  border-radius: 5px;
  width: max-content;
  cursor: pointer;
}



.cart-btn:hover{
background:#000;
color:#fff;
}
.cart-btn:hover a:before{
  color: #fff;
}
.yith-wcwl-add-to-wishlist{
  margin-top: unset;
}
 .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;
 }
 .feedback{
   font-size: 0;
 }
 


 .popular-pro-box:hover .content-overlay{
    display: block;
}
.wishlist_text i:hover, .cart-btn:hover{
  background:#000;
      color: #fff;
}
.popular-pro-box:hover .product-title a, .popular-pro-box:hover .product-content p,
 .popular-pro-box:hover del .woocommerce-Price-amount bdi, .popular-pro-box:hover ins .woocommerce-Price-amount bdi, .popular-pro-box:hover{
  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;
} */

/* Memebership form */
.membership-form-main{
  background: #5A5A5A;
}
#Join-membership{
  padding: 20px 20px 20px 25px;
}
#Join-membership label{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 15.4px;
  padding-bottom: 10px;
}
#Join-membership  .wpcf7-checkbox{
  grid-template-columns: 1fr 1fr;
  display: grid;
  width: 80%;
}
#Join-membership  .wpcf7-list-item{
  margin: 0;
}
#Join-membership  textarea{
  height: 95px;
}
#Join-membership input[type="submit"]{
  background: #FF6208;
  border: 1px solid var(--orange);
  display: inline-block;
  padding: 10px 20px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: var(--white);
  border-radius: 5px;
}
#Join-membership  input[type="submit"]:hover{
  background: transparent;
}
.wpcf7-list-item  label{
  display: flex;
  gap: 7px;
}
.member-img{
  filter: brightness(0.5);
}
.form-line {
  background: #FF6208;
  position: absolute;
  width: 20px;
  height: 90%;
  bottom: 0;
  top: 25px;
  left: 0;
  margin: 0px auto;
}
.membership-perk-box{
  z-index: 1;
  position: absolute;
  background: #FF6208CC;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 200px;
  height: 100%;
  max-height: 570px;
  left: 10%;
  padding: 20px 15px;
}
.perk-heading{
  font-family: Bebas Neue;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  padding: 0 13% 10px;
  border-bottom: 1px solid #fff;
}
.membership-perk-box h3,.membership-perk-box h5{
  color: #fff;
}
#join-membership .wpcf7 form .wpcf7-response-output{
  margin: -1em 1.5em 2em;
  color: #fff;
}


/* JSon css */
#ive-vw-wholesale-pro-popular-cat-main .owl-stage-outer{
  margin: 0 5%;
}
#ive-vw-wholesale-pro-popular-cat-main  .owl-item:nth-child(odd) .ive-slide-inner-content-inner .wp-block-group__inner-container{
    transform: rotate(-3deg);
}
#ive-vw-wholesale-pro-popular-cat-main  .owl-item:nth-child(even) .ive-slide-inner-content-inner .wp-block-group__inner-container{
    transform: rotate(3deg);
}
#ive-vw-wholesale-pro-popular-cat-main .owl-stage-outer .owl-item {
      padding: 40px;
}
.ive-vw-wholesale-pro-banner-dis-heading{
  width: 55%;
  margin: 10% auto 0 auto;
}
#ive-vw-wholesale-pro-services-main .wp-block-cover{
    padding: 2rem;
}
.ive-vw-wholesale-pro-ser-btm-box{
  width: 100%;
  max-width: 30%;
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  z-index: 1;
}
.ive-vw-wholesale-pro-star-box{
  position: absolute;
  top: -15px;
  right: 10%;
  background: #FFFFFF;
  padding: 20px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}
.ive-vw-wholesale-pro-star-box::after{
  content: '';
  position: absolute;
  top: 0;
  right: -13px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 0 13px;
  border-color: transparent transparent transparent #C3C3C3;
  transform: rotate(0deg);
}
.ive-vw-wholesale-pro-star-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 15px 14px;
  border-color: transparent transparent #C3C3C3 transparent;
}
.ive-vw-wholesale-pro-testi-box{
  border: 1px solid #5A5A5A;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 100%;
  min-height: 390px;
  justify-content: space-between;
  background: #fff;
}
.ive-vw-wholesale-pro-testi-box::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 90%;
    width: 90%;
    background: #FF6208;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: -1;
    transition: all 0.4s ease-out;
}
#ive-vw-wholesale-pro-testimonial-pro .owl-stage-outer{
      padding-bottom: 30px;
}

#ive-vw-whoesale-pro-why-choose-us .ive-vw-wholesale-pro-chose-left .wp-block-media-text{
  display: flex;
flex-direction: row-reverse;
}
#ive-vw-whoesale-pro-why-choose-us .wp-block-media-text__media,.ive-vw-wholesale-pro-chose-right .wp-block-media-text__media{
      width: 60%;
}
#ive-vw-whoesale-pro-why-choose-us .wp-block-media-text__media img{
      width: auto;
}
#ive-vw-wholesale-pro-blog .ive-inner-post-content {
  padding: 20px 0px !important;
}
#ive-vw-wholesale-pro-blog .post-content-area img{
      object-fit: cover;
}
#ive-vw-wholesale-pro-blog .post-title  {
  line-height: 25px;
}
#ive-vw-wholesale-pro-blog .owl-stage-outer{
      padding: 7% 0;
}
#ive-vw-wholesale-pro-blog .ive_latest_post_date{
  position: absolute;
top: -50px;
right: 0;
color: #FF6208 !important;
font-size: 11px;
}
.ive-vw-wholesale-pro-membership-perk-box{
  z-index: 1;
position: absolute;
background: #FF6208CC;
width: 200px;
height: 100%;
max-height: 570px;
left: 10%;
padding: 20px 15px;
top: 0;
}
.ive-vw-wholesale-pro-membership-perk-box >.wp-block-group__inner-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#ive-vw-wholesale-pro-membership-main hr{
  opacity: 1;
}
.ive-vw-wholesale-pro-abt-img-1{
  position: relative;
right: -20%;
}
.ive-vw-wholesale-pro-about-counter {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 29px 25px;
  margin: 0 auto;
}
#ive-vw-wholesale-pro-about-main .wp-block-cover{
      padding: 2em;
}
.ive-vw-wholesale-pro-abt-img-2{
  position: relative;
right: -28px;
bottom: -28px;
}
.ive-vw-wholesale-pro-abt-middle-box{
  background-image: unset !important;
border: 2px solid #FF6208;
padding: 10%;
}
.ive-vw-wholesale-pro-slider-heading h1{
  font-size: 140px !important;
  font-family: sans-serif !important;
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #C5C5C5  !important;;
  color: #ffffff00  !important;;
  -webkit-background-clip: text !important;
  text-fill-color: transparent !important;
  background-size: 500% auto !important;
}

#ive-vw-wholesale-pro-slider-main .wp-block-search__button{
  position: absolute;
  right: 1%;
  top: 5px;
  background: 0 0;
  opacity: 1;
  border: none;
  font-size: 0;
}
#ive-vw-wholesale-pro-slider-main .wp-block-search__inside-wrapper {
  position: relative;
}
#ive-vw-wholesale-pro-slider-main .wp-block-search__button::before {
  content: '\f002';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}
#ive-vw-wholesale-pro-slider-main  .wp-block-search__input{
  border-radius: 4px;
opacity: 1;
background: #5A5A5A;
padding: 15px 40px 15px 20px;
border: 1px solid transparent;
width: 100%;
font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 15.4px;
box-shadow: 0px 4px 4px 0px #00000040;
color: #fff;
}

.cat_toggle{
  border: 1px solid var(--orange);
  display: inline-block;
  padding: 15px 20px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: var(--grey);
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
#cart_animate {
  position: absolute;
  top: 4rem;
  z-index: 1;
  background-color: #fff;
  left: 5px;
  display: none;
  width: max-content;
  padding: 13px;
  box-shadow: 0px 0px 5px lightsteelblue;
  z-index: 99999999;
  border: 1px solid var(--orange);
  border-radius: 5px;
}
#cart_animate .count,#cart_animate .woocommerce ul.products::before {
  display: none;
}
#cart_animate ul{
  margin:0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px 10px;
}
#cart_animate ul li {
    padding: 0;
    line-height: 35px;
}
#cart_animate ul li a:hover{
  color: #39b3bd;
}
#cart_animate .product-categories a{
  color: black;
}
#cat-text .woocommerce ul.products li.product a img{
  display: none !important;
}
#cat-text li.product-category.product {
  float: none;
  width: 100%;
  border: none !important;
  margin-bottom: 0 !important ;
  box-shadow: unset !important;
  padding: unset !important;
}
.product-category .woocommerce-loop-category__title{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.4px;
}
.ive-vw-wholesale-pro-slider-right-images{
      position: absolute;
}
#ive-vw-wholesale-pro-slider-main .ive-heading-parent strong{
  -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #FF6208;
color: #ffffff00;
-webkit-background-clip: text;
font-weight: 500;
}
.ive-vw-wholesale-pro-slider-right-images>.wp-block-group__inner-container{
  display: grid;
gap: 20px;
}
.ive-vw-wholesale-pro-slider-col{
      margin-top: -10%;
}
.news-form-main p{
      margin-bottom: 20px;
          width: 100%;
}
.ive-vw-wholesale-pro-services-box{
      padding: 10px;
}
.ive-vw-wholesale-pro-services-box:hover{
  background-color: #fff;
  border: 1px solid #FF6208;
}
.ive-vw-wholesale-pro-services-box p{
  margin-bottom: 0;
}
.ive-vw-wholesale-pro-services-box:hover h4,.ive-vw-wholesale-pro-services-box:hover p{
  color: #000;
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  #ive-vw-whoesale-pro-why-choose-us .wp-block-media-text__media, .ive-vw-wholesale-pro-chose-right .wp-block-media-text__media {
    width: 85%;
  }
  #ive-vw-whoesale-pro-why-choose-us .wp-block-media-text__media img {
      width: 100%;
  }
  #ive-vw-wholesale-pro-blog .ive_latest_post_date {
    top: -69px;
  }
}

@media screen and (max-width:991px) {
  #ive-vw-wholesale-pro-faq-section .wp-block-image {
    text-align: center;
  }
  .ive-vw-wholesale-pro-slider-col {
    margin-top: 10%;
  }
  .ive-vw-wholesale-pro-slider-heading h1 {
    font-size: 85px !important;
    line-height: 85px !important;
  }
  .ive-vw-wholesale-pro-card-col{
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width:781px) {
  .ive-vw-wholesale-pro-slider-right-images{
    position: unset !important;
  }
}
@media screen and (max-width:767px) {
  .ive-vw-wholesale-pro-slider-heading h1 {
    font-size: 68px !important;
            line-height: 75px !important;
  }
  .ive-vw-wholesale-pro-abt-img-1,.ive-vw-wholesale-pro-abt-img-2{
    right: unset;
  }
}
@media screen and (max-width:575px) {
  #ive-vw-wholesale-pro-slider-main .wp-block-search__inside-wrapper{
    width: 100% !important;
  }

  .ive-vw-wholesale-pro-membership-perk-box{
    margin: 0 auto;
    left: 0;
    right: 0;
        max-height: 520px;
  }
}