/* slider */
#slider .carousel-caption {
  position: unset;
  width: 445px;
}
/* .cat-header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 65%;
  height: max-content;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 1;
}
.cat-header::after{
  content: '';
  position: absolute;
  inset: 0;
  background: #B5E448;
  clip-path: polygon(17% 0%, 95% -2%, 80.5% 207.75%, 32% 190.75%);
  z-index: -1;
  height: 60px;

} */


#slider h1 {
  text-transform: uppercase;
  font: 500 52px / 60px Bebas Neue;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#slider .slider-nav-arrow{
  width: 5%;
  position: absolute;
  bottom: 12%;
  left: 10px;
  margin: auto;
}
#slider .carousel-control-next,#slider .carousel-control-prev{
  width: 35px;
  height: 35px;
  opacity: 1;
  background: #fff;
  color: #000;
  border-radius: 5px;
}
#slider .carousel-control-next:hover,#slider .carousel-control-prev:hover{
  background: #B5E448;
  color: #fff;
}
.slider-para{
  font: 500 16px / 24px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#slider{
  position: relative;
  top: 69px;
  padding-bottom: 100px;
  margin-bottom: 10%;
}
.slider-svg{
  position: absolute;
    top: 117px;
}
.slider-svg svg{
  height: 100%;
  width: 100%;
}
.carousel-inner{
  overflow:unset;
  /* padding: 9% 0px 0 0px; */

}
.slider-main-img{
  position: relative;
  top: 145px;
  height: 100%;
  width: 100%;
  max-width: 774px;
  max-height: 354px;
}
.slider_img_svg{
  position: absolute;
  top: -15%;
  z-index: -1;
}
.header-cat-svg{
  position: absolute;
  top: 0;
  z-index: -1;
}
.header-cat-svg svg{
  height: 100%;
  width: 100%;
}
.slider-row{
  margin: 8% 0 0 0;
}
.trending-svg{
  position: absolute;
  z-index: -1;
  left: -15%;
  top: -25%;
}
.lens-svg{
  position: absolute;
  right: -17%;
  top: 6%;
}
.brand-svg svg{
  top: -60%;
  position: absolute;
  left: -20%;
  z-index: -1;
}
/* category section css */

#category .cat-img-box{
  width: 185px;
  height: 115px;
  
}
#category .owl-carousel .owl-item img{
  width: 100%;
  height: 100%;


}
 #shop-by-brand .owl-carousel .owl-item img{
  width: auto !important;
  margin: auto;;
}
#category .categorytitle a{
  font: bold 16px / 18px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
#category .owl-carousel .owl-nav , #shop-by-brand .owl-carousel .owl-nav,#latest-news .owl-carousel .owl-nav{
  display: block !important;
  position: absolute;
  right: 0;
  top: -52px;
}
#shop-by-brand .owl-carousel .owl-nav{
  top: -45%;
}
#latest-news .owl-carousel .owl-nav{
  top: -30%;
}
#category .owl-dots, #shop-by-brand .owl-dots{
  display: none;
}
#category .owl-nav button, #shop-by-brand .owl-nav button, #latest-news .owl-carousel .owl-nav button{
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 9px;
  border:none;
  color: #000;
  margin: 5px;
  padding: 8px 15px;
}
#category .owl-nav button:hover, #shop-by-brand .owl-nav button:hover, #latest-news .owl-carousel .owl-nav button:hover{
  background: #B5E448;
    color: #fff;
}
/* collection section css */
.collection-img-one, .collection-img-two,  .collection-img-three{
  padding: 25px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1.3s;
  width: 100%;
  min-height: 380px;
  height: 100%;
  position: relative;
}
.collection-img::after{
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
#collection .theme_green_button, #use-code .theme_green_button, #trending-product .theme_green_button{
  background: #000;
  border-radius: 6px;
  font-weight: 400;
  font-family: 'Poppins';
  letter-spacing: 0.50px;
  padding: 10px 15px;
  width: max-content;
}
#use-code .theme_green_button{
  background-color: #B5E448;
}
.collection-img-one .theme_green_button{
  margin-left: auto;
}
.collection-img-two .collection-text,.collection-img-three .collection-text{
  justify-content: flex-end;
}
#collection .theme_green_button:hover, #use-code .theme_green_button:hover,#trending-product .theme_green_button:hover{
  transition: 0.2s 0.1s;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
  transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
}
.theme_green_button{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
#collection .coln-heading{
  font: normal normal bold 33px / 49px Open Sans;
  letter-spacing: 1px;
  color: #FFFFFF;
}
#collection .coln-sub-heading{
  font: normal normal normal 16px/28px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.collection-text{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#trending-product .trending-image {
  height: 100%;
  background-repeat: no-repeat;
  padding: 30px 0;
  background-size: cover;
  background-position: bottom;
}
#trending-product h2.product_heading{
  font: 700 37px/59px Poppins;
  letter-spacing: 1.50px;
  color: #FFFFFF;
  padding-bottom: 0
}
#trending-product .product_sub_heading{
    font: 500 15px/24px Open Sans;
    color: #FFFFFF;
    padding: 0;
}
/* Feature lens section css */
#lens-feature .lens-heading, #category .category-content h2, #new-product h2, #trending-product h2.trending_heading, #latest-news h2, #shop-by-brand h2{
font: normal normal 600 34px/48px Open Sans;
  color: #010101;
}
#lens-feature .lens-sub-heading{
  font: normal normal 300 16px/35px Poppins;
  letter-spacing:0.5px;
  color: #2D2C2C;
  margin-bottom: 25px;
}
#lens-feature .feature-lens-inner{
  margin-bottom: 20px;
}
#lens-feature .feature-lens-img{
  background: #f6f4f4;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 150px;
}
#lens-feature .feature-lens-img:hover{
border: 1px solid #D8D8D8;
}
#lens-feature .feature-lens-img:hover img{
  transition: 1s;
  -webkit-transition: .7s;
  transform: rotateY(360deg);
}
#lens-feature .feature-lens-inner h4{
  font: normal normal normal 18px/28px Poppins;
  letter-spacing: 0px;
  color: #2D2C2C;
}

/* use code css */
#use-code .use-codebg-img{
  background-image: url(http://localhost/Project2/wp-content/themes/shoe-store-pro/assets/images/Banner5.png);
  background-size: cover;
  height: 435px;
  background-repeat: no-repeat;
}
#use-code .use-code-inner {
  transform: translate(20px, 50%);
}
#use-code .use-code-inner h3{
  font: normal normal bold 50px / 70px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#use-code .code-no{
  font: 22px / 30px Open Sans;
  letter-spacing: 0px;
  border: 2px dashed #FFFFFF;
  border-radius: 6px;
  opacity: 1;
  width: max-content;
  padding: 5px 10px;
}
/* our brand */
.brand-name{
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}
.shop-categories-box{
  padding: 10px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: #F8F8F8;
  margin: 0 auto;
}