/* .wpo-page-title {
    position: relative;
    padding-top: 130px;
    padding-bottom: 100px;
  
    background-size: cover;
    background-position: center;
  } */
  
  .wpo-page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
  }
  
  .wpo-page-title .container {
    position: relative;
    z-index: 1;
  }

  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 0;
    color: #000000;
    font-family: "Tektur", sans-serif;
}

.wpo-site-header #navbar > ul > li > a {
 
    color: #000000;
 
}


.theme-btn, .view-cart-btn {

    color: #000000;
  
    border: 1px solid #000000;

}

.wpo-site-header .navigation.sticky-header {
    padding: 0 130px;
    background: rgb(255 255 255);
}


.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
  color: #fff;
  background-color: black;
}


.bannerfont
{
  font-size: 50px !important;
  line-height: 60px !important;

}