/*-------------- Owl crousel ---------------*/

  .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    width: auto;
  }
  
  .main_heading {
    font-size: 40px;
    line-height: 50px;
    color: #252525;
    font-weight: 500;
    font-family: 'Oswald',sans-serif;
  }
  .main_text {
    font-size: 16px;
    line-height: 30px;
    color: #89877a;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
  }
  .sec_main_heading{
    font-size: 44px;
    line-height: 80px;
    color: #1a1a1a;
    font-weight: 700;
  }

/* SLIDER */


#slider{ 
  max-width:100%; 
  margin:auto; 
  position:relative;
  background-color:#000;
  padding:0;
}
#slider img {
  width: 100%;
}
.slider-box {
  left: 11%;
  right: 0;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  max-width: 35%;
  text-align: left;
}
#slider .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slider .left-content{
  color:#3c3b3b;
}
#slider .left-content .sale{
  font-family: 'Satisfy',cursive;
  letter-spacing:0.2rem;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  color:#3c3b3b;
  position: relative;
}
#slider .left-content .sale:after{
  position: absolute;
  content: "";
  bottom: 0;
  width:100px;
  height:2px;
  background-color: #3c3b3b;
  text-align: left;
}
#slider .left-content h4{
  color:#252525;
  letter-spacing: 0.05rem;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Oswald',sans-serif;
  text-align: left;
  margin-bottom:0px;

}
#slider .left-content h1{
  font-size: 5rem;
  font-family: 'Oswald',sans-serif;
  letter-spacing: 0.35rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  padding-top:0px;
}
#slider .left-content .paratext{
  color:#6f6545;
  letter-spacing:1px;
  line-height:1.4rem;
  font-family: 'Poppins',sans-serif;
  text-align: left;
  font-size:14px;
}

#slider .carousel-control-next{
  right: 0;
  top: 20px;
  opacity: 1;
}

#slider .carousel-control-prev{
  right:0;
  left:auto;
  margin-bottom: 94px;
  opacity: 1;

}
#slider .carousel-control i{
  border:2px solid #252525;
  border-radius: 3px;
  width:50px;
  height:50px;
  text-align: center;
  padding-top:16px;
  color:#252525;
  background-color:transparent;
}
#slider .carousel-control i:hover{
  background-color:#f6e264;
  border:2px solid #f6e264;
}
#slider .readmore{
    padding: 14px 50px;
    line-height: 30px;
    background-color:transparent;
    border: 2px solid #252525;
    transition: all 0.2s ease;
    border-radius: 5px;
    font-family: 'Oswald',sans-serif;
    letter-spacing:2px;
    font-weight:500;
    font-size:16px;
    color:#252525;
  }
#slider .readmore:hover{
    background-color:#212529;
    border-color:#212529;
    transition: all 0.2s linear;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color:#fff;
  }

/****************collection Section********************/

#collection .collec-main{
  position:relative;
}
#collection .collec-main{
  width:100%;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#collection .collec-main img{
  position:relative;
  width:100%;
  height:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#collection .collec-main img:hover{
  transform: scale(1.1);
}
#collection .content-box{
  position: absolute;
  bottom: 76px;
  left: -115px;;
  background-color:#fff;
  transform: rotate(-90deg);
}
#collection .collec-heading{
  font-size:2rem;
  color:#252525;
  font-family: 'Oswald',sans-serif;
  letter-spacing: 2px;
  padding: 20px 20px; 
  font-weight:800; 
}
#collection .collec-heading{
  font-size:2rem;
}
#collection .content1{
    left: -125px;
    bottom: 114px;
}
#collection .content2{
  left: -102px;
  bottom: 91px;
}
#collection .content3{
  left: -106px;
  bottom: 94px;
}
.last-word{
    font-weight:100;
}

/**************** Sale Section********************/
#sale .sale-box{
  background-color:#f6e264;
  border-radius: 5px;
}
#sale .left-box{
  padding-top: 30px;
  padding-left: 43px;
  padding-bottom: 30px;
}
#sale .left-content h2{
  color:#f80302;
  font-weight:800;
  font-size:2rem;
  font-family: 'poppins',sans-serif;
}
#sale .left-content h2 .sale-bg{
  background-color:#f80302;
  padding:6px 16px;
  color:#fff;
  font-weight:800;
  font-size:2rem;
  font-family: 'poppins',sans-serif;
}
#sale .left-content .sub-text{
  color:#111;
  font-family: 'Satisfy',cursive;
  font-weight:700;
  font-size:40px;
  line-height:50px;
  padding-top:17px;
}
#sale .right-content{
  background-color:#ade9f3;
  clip-path: polygon(12% 0%, 98% 0, 78% 100%, 0% 100%);
}
#sale .shop-now a.btno{
  padding: 15px 42px;
  background: transparent;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height:30px;
  color: #252525;
  font-weight: 400;
  font-family: 'Oswald',sans-serif;
  text-align: center;
  border:2px solid #252525;
}
#sale .shop-now a.btno:hover{
  background-color:#f6e264;
}
#sale .right-content .inner-right{
  padding-left: 6.3rem;
  padding-top: 5rem
}
#sale .right-content .pat-goggle{
  padding-top:49px;
}
#sale .shoes-image {
  text-align: right;
}

#sale .shoes-image img{
  position: relative;
  top: 25px;
  left: 56px;
  z-index: 2;
}
#sale .sale-box:hover img {
    transform: scale(1.1) rotate(4deg);
    transition-duration: 0.3s;
    transition: 0.3s ease-in-out;
}
#support .main-heading{
  color:#252525;
  font-size:1.9rem;
  line-height: 3rem;
  transition: 0.3s ease-in-out;
  font-family: 'Oswald',sans-serif;
  font-weight:400;
  margin-bottom:0px;
}
#support .description{
  color:#959595;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.4rem;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  margin-bottom:0px;
}
#support .support-box{
  border: 2px dashed #000;
  padding: 2rem 1rem 1rem 1rem;/*
  margin-bottom: 4rem;*/
  position: relative;
}
#support .icon-box{
  width:70px;
  height:70px;
  border-radius: 50%;
  background-color:#fff;
  text-align: center;
  margin:auto;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
}
#support .icon-box i{
  color:#323232;
  font-size:40px;
  padding-top:12px;
}
#support .support-box:hover{
  background-color:#f6e264;
}
#support .support-box:hover .icon-box i{
  color:#f6e264;
}
#support .support-box:hover .description{
  color:#fff;
}



/**************** Summersale Section********************/
#summersale .main-bg {
    background-color: #fff;
    margin-top: 16px;
    margin-left: 31px;
    margin-bottom: 14px;
    padding: 18px 40px;
    padding-bottom:24px;
}
#summersale .right-content,#summersale .left-content{
  background-repeat: no-repeat;
  background-size: cover;
  height:100%;

}
#summersale .small-heading{
  color:#252525;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.4rem;
  font-family: 'Oswald',sans-serif;
  font-weight:400;
  margin-bottom: 0px;
}
#summersale .main-heading{
  font-size: 3rem;
  font-weight: 300;
  font-family: 'Oswald',sans-serif;
  line-height:39px;
}
#summersale h2.main-heading{
  font-weight: 200;
}
#summersale .font-weight{
  font-weight:800;
}
#summersale .description{
  color: #252525;
  font-family: 'Satisfy',cursive;
  font-size: 1.6rem;
  font-weight:300;
}

#summersale .shop-now{
  margin-top:26px;
}
#summersale .shop-now a.btno{
  padding: 10px 38px;
  background-color: #f2db5b;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height:30px;
  color: #252525;
  font-weight: 400;
  font-family: 'Oswald',sans-serif;
  text-align: center;
  border:2px solid #252525;
}
#summersale .right-content{
  padding:30px 0px;
}
#summersale .right-content .mentext{
  color:#252525;
  font-family: 'Satisfy',cursive;
  font-size: 1.6rem;
  font-weight:400;
  padding-left:30px;
  margin-bottom:0px;
}

#summersale .right-content h2{
  color: #f80302;
  font-size: 1.6rem;
  font-family: 'Poppins',sans-serif;
  font-weight:800;
}

#summersale .right-content .sale {
  padding: 3px 15px;
  background-color: #f80302;
  color:#fff;
}
 
  /************** Product ****************/

  #feature .feature-image img {
    width: 165px;
    height: 165px;
    margin: 0 auto;
    border-radius: 94px;
    border: 3px solid #ffbd0a;
  }
  #feature h3.post-title a {
    font-size: 25px;
    line-height: 32px;
    color: #545454;
    font-weight: 400;
    text-align: center;
  }
  #feature p.content {
    font-size: 14px;
    line-height: 22px;
    color: #636363;
    font-weight: 400;
    text-align: center;
  }
  #feature .feature_content {
    padding: 95px 28px 20px 28px;
    background: #edf1f1;
    position: relative;
    z-index: -1;
    border-radius: 13px;
    margin-top: -80px;
  }
  #feature a.feature_button {
    font-size: 16px;
    line-height: 22px;
    color: #545454;
    font-weight: 700;
    text-align: center;
  }
  #feature button.owl-prev {
    position: absolute;
    left: -5%;
    top: 60%;
    transform: translateY(-50%);
    border: none;
    background: none;
    outline: none!important;
  }
  #feature button.owl-next {
    position: absolute;
    right: -5%;
    outline: none!important;
    top: 60%;
    transform: translateY(-50%);
    border: none;
    background: none;
  }
  #feature .owl-carousel .owl-nav button.owl-prev, #feature .owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    border-radius: 31px;
    width: 45px;
    height: 45px;
    color: #a4cc15;
    border: 4px solid #a4cc15;
    padding: 0 !important;
    font: inherit;
    font-size: 24px;
}
  /*************Testimonial***************/

  #testimonial{
    background-color:#fcf8df;
    padding: 4.5rem 2rem 4.5rem 3rem;
    overflow:hidden;
  }

  #testimonial h5{
    margin-bottom:0px;
    padding-bottom:0px;
  }
  
  #testimonial h5.post-title {
    font-size: 20px;
    line-height: 22px;
    color:#252525;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    letter-spacing: 1px;
  }
  #testimonial .content{
    align-self: center;
  }
  #testimonial{
    position:relative;
  }
  #testimonial:before {
    content: "\f10d";
    color: #f1edd6;
    font-size:260px;
    font-family: 'FontAwesome';
    position: absolute;
    right: -25px;
    bottom: -98px;
  }
  #testimonial .testi_content {
    position: relative;
    border: 4px solid #ef5a21;
    border-radius: 27px;
    padding: 20px 50px;
  }
  #testimonial .testi-imagebg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  #testimonial .testi-imagebg img {
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 50%;
  }
  #testimonial .designation{
    color: #646464;
    font-weight: 500;
    font-size:16px;
    line-height: 30px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 0px;
  }
  #testimonial .owl-carousel button.owl-dot{
    width:8px;
    height:8px;
    background-color:#2c2c2c;
    border:1px solid #2c2c2c;
    border-radius:3px;
    margin: 5px 10px;
  }
  #testimonial .owl-carousel button.owl-dot.active{
    width:30px;
    background-color:#f6e264;
    border-color:#f6e264;
  }

  #testimonial .owl-dots{
    margin-top:28px;
    margin-bottom: 30px;
  }

  /************* Brand section ***************/
  #brand .brand-box{
    position:relative;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
  }
  #brand .brand-box img:hover{
    transform: rotateX(360deg);
  }
  /***************** featured categories section ***********/

  #featured-prod .main_heading{
    letter-spacing: 2px;
    position:relative;
    font-weight:600;
  }
  #featured-prod .main_heading:after{
    content: '';
    display: block;
    width: 668px;
    position: absolute;
    bottom: 17px;
    left: 36%;
    background-color:#e9e9e9;
    height:1px;
  }
  #featured-prod .view_button{
    padding: 14px 50px;
    line-height: 30px;
    background-color:transparent;
    border: 2px solid #252525;
    transition: all 0.2s ease;
    border-radius: 5px;
    font-family: 'Oswald',sans-serif;
    letter-spacing:2px;
    font-weight:600;
    font-size:16px;
    color:#252525;
  }
  #featured-prod .view_button:hover{
    background-color:#f6e264;
    border-color:#f6e264;
    transition: all 0.2s linear;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  #featured-prod .blog_button {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #252525;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    letter-spacing:1px;
    text-transform: uppercase;
  }
  #featured-prod .our-product-content{
    background-color:#f6e264;
    padding: 2rem 2rem 1.5rem 2rem;
    border-radius: 3px;
    position: relative;
    overflow:hidden;
  }
  #featured-prod .our-product-content:hover .product-image{
    right: -10px;
    transition: 0.3s ease-in-out;
  }
  #featured-prod .product-image{
    position: absolute;
    right:0;
    bottom: 0;
    transition: 0.3s ease-in-out;
  }
  #featured-prod .cat-name{
    color: #252525;
    padding-bottom: 20px;
    padding-right: 5rem;
    font-family: 'Satisfy',cursive;
    letter-spacing: 1px;
    line-height: 1.4rem;
    font-size: 2rem;
    font-weight:900;
  }
  #featured-prod .inner_product {
    position: relative;
    z-index: 1;
    padding: 7px 0rem;
  }
  #featured-prod .inner_product:hover{
    transition: 0.3s ease-in-out;
    padding-left:10px;
  }
  #featured-prod .inner_product a{
    position: relative;
    z-index: 1;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #48442d;
    letter-spacing: 1px;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
  }
  #featured-prod .inner_product a i{
    margin-right:10px;
    font-size: 11px;
    color:#48442d;
  }

  #featured-prod .middle-div{
    background-color:#96e2ef;
  }
  
  #featured-prod .add-btn i{
    background-color: #f6e264;
    color: #252525;
    font-size: 11px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 48px;
    margin-right:23px;
  }

  #featured-prod .add-btn{
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6e264;
    border-radius: 50px;
    background-color:#fff;
    padding:0px 30px 0px 0px;
    margin:30px 0px;
  }

  #featured-prod .add-btn a {
    font-family: 'Oswald',sans-serif;
    color:#252525;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #featured-prod .firstdiv .add-btn:hover{
    background-color:#f6e264;
  }
  #featured-prod .seconddiv .add-btn:hover{
    background-color:#96e2ef;
  }
  #featured-prod .thirddiv .add-btn:hover{
    background-color:#f6e264;
  }
  #featured-prod .seconddiv .add-btn i{
    background-color:#96e2ef;
  }
  #featured-prod .seconddiv .add-btn{
    border-color: #96e2ef;
  }

/***************** new arrival section***********/

#new-arrival .main_heading{
    letter-spacing: 2px;
    position:relative;
    font-weight:600;
  }
  #new-arrival .main_heading:after{
    content: '';
    display: block;
    width: 792px;
    position: absolute;
    bottom: 17px;
    left: 24%;
    background-color:#e9e9e9;
    height:1px;
  }
  #new-arrival .view_button{
    padding: 14px 50px;
    line-height: 30px;
    background-color:transparent;
    border: 2px solid #252525;
    transition: all 0.2s ease;
    border-radius: 5px;
    font-family: 'Oswald',sans-serif;
    letter-spacing:2px;
    font-weight:600;
    font-size:16px;
    color:#252525;
  }
  #new-arrival .view_button:hover{
    background-color:#f6e264;
    border-color:#f6e264;
    transition: all 0.2s linear;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  #new-arrival .blog_button {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #252525;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    letter-spacing:1px;
    text-transform: uppercase;
  }
  #new-arrival .our-product-box h3 a{
    color: #252525;
    font-family: 'Oswald',sans-serif;
    letter-spacing: 1px;
    line-height: 1.4rem;
    font-weight: 400;
  }
  #new-arrival .cart-box i{
    background-color: #252525;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right:23px;
    margin-left:2px;
  }
  #new-arrival .cart-box del{
    color:#cbcbcb;
    font-size:16px;
    font-weight:400;
    font-family: 'Poppins',sans-serif;  
  }
  #new-arrival .cart-box ins{
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;
    color:#676767;
    letter-spacing: 1px;
  }
  #new-arrival .add-btn i{
    background-color: #f6e264;
    color: #252525;
    font-size: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right:23px;
  }

  #new-arrival .add-btn{
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6e264;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-color:#fff;
    padding:0px 30px 0px 0px;
    opacity: 0;
  }

  #new-arrival .add-btn a {
    font-family: 'Oswald',sans-serif;
    color:#252525;
    font-size: 14px;
    font-weight:600;
    text-transform: uppercase;
    }

    #new-arrival .price-box{
      position: relative;
    }

    #new-arrival .our-product-content{
      transition: all 0.5s;
    }

    #new-arrival .our-product-content:hover .add-btn{
      opacity: 1;
      transition: all 0.2s linear;
    }
    #new-arrival .content-box{
      padding:15px 0px;
    }

    #new-arrival .product-image{
      position:relative;
    }
    #new-arrival .product-image img{
      position:relative;
    }
    #new-arrival .sale-box{
      position:absolute;
      top: 0;
      left: 0;
      right: 0;
    }
    #new-arrival .sale-box .sale{
      background-color:#fff;
      color:#252525;
      padding:20px 30px 20px 25px;
      font-weight:600;
      text-align:center;
      font-family: 'Oswald',sans-serif;
      font-size:16px;
      text-transform: uppercase;
      width:40px;
      height:150px;
      line-height: 27px;
    }

    #new-arrival .sale-box .quick-view i{
      background-color: #252525;
      color: #fff;
      font-size: 14px;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      opacity: 0;
      transition: all 0.2s linear;
    }
    #new-arrival .sale-box .quick-view i:hover{
      background-color: #f2db5b;
      color:#252525;
    }
    #new-arrival .sale-box .quick-view{
      text-align: right;
      padding-top: 14px;
      padding-right: 14px;
    }

    #new-arrival .our-product-content:hover .quick-view i{
      opacity: 1;
      
    }
    #new-arrival .btnn{
      padding-top: 10px;
    }
    #new-arrival .our-product-box{
      margin-top:40px;
    }

    #new-arrival .owl-carousel button.owl-dot{
      width:9px;
      height: 9px;
      border-radius: 3px;
      background-color: #252525;
      border:1px solid #252525;
      margin-right: 10px;
    }
    #new-arrival .owl-carousel button.owl-dot.active{
      width: 30px;
      background-color: #f6e264;
      border-color: #f6e264;
  }
  #new-arrival .owl-dots{
    text-align:center;
  }

  /***************** Recent Product section***********/

#recent-prod .main_heading{
    letter-spacing: 2px;
    position:relative;
    font-weight:600;
    margin-bottom: 50px
  }
  #recent-prod .main_heading:after{
    content: '';
    display: block;
    width: 747px;
    position: absolute;
    bottom: 17px;
    left: 29%;
    background-color:#e9e9e9;
    height:1px;
  }
  #recent-prod .view_button{
    padding: 14px 50px;
    line-height: 30px;
    background-color:transparent;
    border: 2px solid #252525;
    transition: all 0.2s ease;
    border-radius: 5px;
    font-family: 'Oswald',sans-serif;
    letter-spacing:2px;
    font-weight:600;
    font-size:16px;
    color:#252525;
  }
  #recent-prod .view_button:hover{
    background-color:#f6e264;
    border-color:#f6e264;
    transition: all 0.2s linear;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  #recent-prod .blog_button {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #252525;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    letter-spacing:1px;
    text-transform: uppercase;
  }
  #recent-prod .our-product-box h3 a{
    color: #252525;
    font-family: 'Oswald',sans-serif;
    letter-spacing: 1px;
    line-height: 1.4rem;
    font-weight: 400;
  }
  #recent-prod .cart-box i{
    background-color: #252525;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right:23px;
    margin-left:2px;
  }
  #recent-prod .cart-box del{
    color:#cbcbcb;
    font-size:16px;
    font-weight:400;
    font-family: 'Poppins',sans-serif;  
  }
  #recent-prod .cart-box ins{
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;
    color:#676767;
    letter-spacing: 1px;
  }
  #recent-prod .add-btn i{
    background-color: #f6e264;
    color: #252525;
    font-size: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right:23px;
  }

  #recent-prod .add-btn{
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6e264;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-color:#fff;
    padding:0px 30px 0px 0px;
    opacity: 0;
  }

  #recent-prod .add-btn a {
    font-family: 'Oswald',sans-serif;
    color:#252525;
    font-size: 14px;
    font-weight:600;
    text-transform: uppercase;
    }

    #recent-prod .price-box{
      position: relative;
    }

    #new-arrival .our-product-content{
      transition: all 0.5s;
    }

    #recent-prod .our-product-content:hover .add-btn{
      opacity: 1;
      transition: all 0.2s linear;
    }
    #recent-prod .content-box{
      padding:15px 0px;
    }

    #recent-prod .product-image{
      position:relative;
    }
    #recent-prod .product-image img{
      position:relative;
    }
    #recent-prod .sale-box{
      position:absolute;
      top: 0;
      left: 0;
      right: 0;
    }
    #recent-prod .sale-box .sale{
      background-color:#fff;
      color:#252525;
      padding:20px 30px 20px 25px;
      font-weight:600;
      text-align:center;
      font-family: 'Oswald',sans-serif;
      font-size:16px;
      text-transform: uppercase;
      width:40px;
      height:150px;
      line-height: 27px;
    }

    #recent-prod .sale-box .quick-view i{
      background-color: #252525;
      color: #fff;
      font-size: 14px;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      opacity: 0;
      transition: all 0.2s linear;
    }
    #recent-prod .sale-box .quick-view i:hover{
      background-color: #f2db5b;
      color:#252525;
    }
    #recent-prod .sale-box .quick-view{
      text-align: right;
      padding-top: 14px;
      padding-right: 14px;
    }

    #recent-prod .our-product-content:hover .quick-view i{
      opacity: 1;
      
    }
    #recent-prod .btnn{
      padding-top: 14px;
    }
    #new-arrival .our-product-box{
      margin-top:40px;
    }

    #recent-prod .owl-carousel button.owl-dot{
      width:9px;
      height: 9px;
      border-radius: 3px;
      background-color: #252525;
      border:1px solid #252525;
      margin-right: 10px;
    }
    #recent-prod .owl-carousel button.owl-dot.active{
      width: 30px;
      background-color: #f6e264;
      border-color: #f6e264;
  }
  #recent-prod .owl-dots{
    text-align:center;
    margin-bottom: 50px;
  }

  /***************** our Product section***********/
  #product .our-product-box{
    padding: 2rem 3rem;
    background: #f7f7f7;
  }
  .countdowntimer .numbers{
  display: inline-block;
  font-weight:800;
  font-size:32px;
  font-family: 'Poppins',sans-serif;
  color: #252525;
  text-align: center;
  letter-spacing: 1px;
  padding: 1rem 1rem 0.6rem 1rem;
  border-right: 1px solid #000;
  margin: 0;
  line-height: 1.5rem;
  border-color:#e9d65f;
}
.countdowntimer .numbers:last-child {
    border: 0;
}
.countdowntimer .numbers span{
  font-family: 'Poppins',sans-serif;
  color: #252525;
  font-size:16px;
  display: block;
  font-weight:400;

}
.countdowntimer .numbers .nofont{
  display: inline;
  margin-bottom:1rem;
}

#product h3 a{
    color: #252525;
    font-family: 'Oswald',sans-serif;
    letter-spacing: 1px;
    line-height: 1.4rem;
    font-weight: 400;
  }
  #product .cart-box i{
    background-color: #252525;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right:23px;
    margin-left:2px;
  }
  #product del{
    color:#cbcbcb;
    font-size:16px;
    font-weight:500;
    font-family: 'Poppins',sans-serif;  
    letter-spacing: 1px;
  }
  #product ins{
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;
    color:#676767;
    letter-spacing: 1px;
  }
  #product .add-btn i{
    background-color: #f6e264;
    color: #252525;
    font-size: 20px;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 50px;
    margin-right:23px;
  }

  #product .add-btn{
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6e264;
    border-radius: 50px;
    background-color:#fff;
    padding:14px 30px 14px 0px;
  }

  #product .add-btn a {
    font-family: 'Oswald',sans-serif;
    color:#252525;
    font-size: 14px;
    font-weight:600;
    text-transform: uppercase;
    }

    #product .description{
      color:#afafaf;
      font-size: 1rem;
      line-height: 1.6rem;
      margin-bottom: 1rem;
      font-family: 'Poppins',sans-serif;
    }
    #product .countdowntimer{
      font-family: 'Poppins',sans-serif;
      background: #f6e264;
      border-radius: 5px;
      margin-top: 2rem;
    }

    #product .left-content{
      background-color:#fff;
      padding:2rem 2rem 2rem 2rem;
      position: relative;
      left: 16%;
      top: 6%;
   }
   #product .right-content{
    background-color: #95e0ed;
    background-image: -webkit-linear-gradient(166deg, #f4e47e 45%, #95e0ed 46%);
    height: 540px;
    padding-top:19%;
  }
  #product .product-image{
    width:300px;
    height:300px;
    margin:auto;
  }
  #product .product-image img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  #product button.owl-next{
    position: absolute;
    right:0px;
    top:36%;
    border-radius: 0px;
    background-color:#fff;
    color:#252525;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    width: 15px;
    height: 150px;
    line-height: 27px;
    padding: 15px 30px 15px 25px !important;
    font-weight:600;
  }
  /*****************blog section***********/

  #blog .main_heading{
    letter-spacing: 2px;
    position:relative;
    font-weight:600;
  }
  #blog .main_heading:after{
    content: '';
    display: block;
    width: 695px;
    position: absolute;
    bottom: 15px;
    left: 25%;
    background-color:#e9e9e9;
    height:1px;
  }
  #blog .view_button{
    padding: 14px 40px;
    line-height: 30px;
    background-color:transparent;
    border: 2px solid #252525;
    transition: all 0.2s ease;
    border-radius: 5px;
    font-family: 'Oswald',sans-serif;
    letter-spacing:2px;
    font-weight:600;
    font-size:16px;
    color:#252525;
  }
  #blog .view_button:hover{
    background-color:#f6e264;
    border-color:#f6e264;
    transition: all 0.2s linear;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  #blog .blog_button {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #252525;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    letter-spacing:1px;
    text-transform: uppercase;
  }
  #blog .datebg{
    background-color:#f6e264;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    letter-spacing:1px;
    color:#252525;
    text-align: center;
    padding:10px 10px;
  }
  #blog .last-word{
    font-weight:400;
  }
  #blog .comment-bg{
    background-color: #252525;
    color: #fff;
    transition: all 300ms ease-in-out;
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
    line-height: 1.5;
    padding:15px 22px;
    text-align: center;
    font-size: 1rem;
  }
  #blog .author{
    color:#9d9d9d;
    letter-spacing: 1px;
    line-height: 1.4rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    letter-spacing:1px;
  }
  #blog .author a{
    color:#9d9d9d;
    font-family: 'Poppins',sans-serif;
  }
  #blog .title h4{
    color: #252525;
    font-family: 'Oswald',sans-serif;
    line-height: 2.2rem;
    font-weight:400;
    padding-top:0px;
  }
  #blog .title h4 a{
    color: #252525;
    font-family: 'Oswald',sans-serif;
  }
  /**************Our Gallery **************/
  #gallery_product {
    background: #f8f8f8;
  }
  #gallery_product .owl-nav {
    display: none;
  }
  /*****************Newsletter***************/

  #newsletter  {
    background: #ffffff;
  }
  #newsletter .main_heading:before{
    width: 13%;
  }
  #newsletter p.main_text{
    font-size: 14px;
    line-height: 22px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
  }
  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: relative;
    padding: 13px 50px;
    background: #353535;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }
  #newsletter input[type="email"]::placeholder{  
    font-size: 16px;
    line-height: 26px;
    color: #6a6c74;
    font-weight: 400;
  }
  #newsletter .Shortcode p {
    margin: 0px;
  }
  #newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    padding: 12px 30px;
    width: 85%;
    position: relative;
    border-radius: 30px;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
  }
  #newsletter .newsbox {
    position: relative;
  }
  #newsletter .Shortcode {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #newsletter {
    position: relative;
  }

  
  /* ***************Gallery Section**********************/ 

  #gallery .gallery-img:hover{
    transform: scale(1.1);
  }
  #gallery .main-div{
    position:relative;
  }
  #gallery .gallery-text{
    position: absolute;
    width:250px;
    height:200px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    text-align: center;
    margin:auto;
    background-color:#f6e264;
    z-index: 1;
    padding-top:50px;
  }
  #gallery .gallery-text i{
    font-size:35px;
    color:#252525
  }
  