@font-face {
    font-family: 'Poor Richard';
    src: url('../fonts/POORICH.eot');
    src: url('../fonts/POORICH.eot?#iefix') format('embedded-opentype'),
         url('../fonts/POORICH.woff2') format('woff2'),
         url('../fonts/POORICH.woff') format('woff'),
         url('../fonts/POORICH.ttf')  format('truetype'),
         url('../fonts/POORICH.svg#Poor Richard') format('svg');    
}
:root{
    --primary:#D3AD69;
    --black:#000;
    --white:#fff;
    --gray:#666666;
    --marron:#CA9E67;
    --beige:#F5EFE5;
    --font-family: 'Poor Richard',  sans-serif;
    
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}
*{
   margin: 0px;
   padding: 0px; 
   letter-spacing: 0.5px;
}
body {
    font-family: var(--font-family) !important;
    font-size: 1rem !important;
    line-height: 160% !important;
    color: var(--black);
    letter-spacing: 1px !important;
}

h1, h2 ,h3, h4, h5, h6 {
    font-family: var(--font-family);
}
p{
    font-family: var(--font-family);
}
a, a:hover{
    text-decoration: none;
}
ul, ol{
    list-style: none;
}
img, a img{
    max-width: 100%;
    display: block;
    border: none;
}
.banner-section {
    width: 100%;
    background-size: cover;
    padding: 160px 0px;
}
p.peragraph {
    font-size: 18px;
    line-height: 120%;
}
p.sub_h {
    font-size: 24px;
    line-height: 120%;
}


.h2{
    font-size: 48px !important;
}
.h5{
    font-size: 24px !important;
}
.paddingSection{
    padding: 40px 0px;
}
.bg-color{
    background-color: #F5EFE5;
}
.navbar-nav .nav-link {
    margin-left: 25px;
    margin-right:25px;
}
li.nav-item.header-sign_in {
    display: flex;
    align-items: center;
}
li.nav-item.header-sign_in a{
    margin-left: 19px;
    color: #666666;
} 
.banner-section ul.link-buttons {
    margin: 40px 0 0;
}
ul.link-buttons a {
    color: #F5EFE5; 
    padding: 5px 0px;
}
.banner-section h1 {
    color: #F5EFE5;
    font-size: 80px;
    letter-spacing: 6px;
    font-weight: normal;
}
.banner-section ul.link-buttons a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: -20px;
    top: 16px;
    background: white;
    border-radius: 100px;
    /* bottom: 20px; */
}

.banner-section ul.link-buttons a{
    position: relative;
    text-decoration: none;
    
} 
.banner-section ul.link-buttons li {
    margin: 25px 0;
    font-size: 24px;
    letter-spacing: 1px;
}
.mid-banner {
    width: 100%;
    background-size: cover !important;
    padding: 80px 0px;
    background-position: left center !important;
}
.circular-box {
    flex-direction: column;
    background-color: #fff;
    color: #000;
    border: 2px dashed #3e3e3e;
    border-radius: 50%;
    width: 470px;
    height: 470px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circular-box_in {
 background-color: #fff;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center
}
.circle-cover {
    display: flex;
    justify-content: end;
}
.cir-box a{
    display: flex;
    justify-content: center;
    text-align: center;
}
button.btn-shop {
    padding: 10px 20px;
    background-color: var(--primary);
    border:var(--primary);
}
.product-image img {
    width: 100%;
}
.white-box {
    background: #fff;
    padding: 15px;
}
.pro-pic {
    width: 250px;
    height: 250px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid black;
}
.hair-items{
    display: flow-root;
    text-align: center;
}
.testimonial { 
    width: 100%;
    background-size: cover;
    padding: 100px 0px;
}
.testimonial-images {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    height: auto;
    align-items: center;
}
.testimonial-images img {
    border-radius: 50%;
}
.footer-btns {
    display: flex;
   text-align: left;
}   
.footer-btns .link-btn li a {
    display: inline-block; 
    text-align: left;
    color: #222222;
    text-decoration: none;
}
p.copyright {
    display: flex
;
    justify-content: start;
    color: white;
    background-color: black;
    padding: 0px 300px;
}
.logo-txt {
    display: flex;
    justify-content: center;
}
.intro{
    display: flex;
    justify-content: center;
    text-align: center;
}
.outer-box {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 250px 0px; 
    text-align: -webkit-center;
    padding: 100px 0px;
}
.main-box {
    display: flow-root;
    border: 1px solid #ffffffd5;
    width: 69%;
    height: 304px;
    background-color:#ffffffd5;
    border-radius: 5px;
    padding: 40px 0px;
}
input.form {
    border: 1px solid #d3ad69;
    /* padding: 5px 25px; */
    width: 50%;
    padding: 10px 50px;
}
button.btn-box {
    padding: 10px 25px;
    color: white;
    background-color:var(--primary);
    border: 1px solid #D3AD69;
}
.subscribe-input {
    padding: 20px 0px;
}
button.btn-box:hover {
    background: #ffffff;
    color: black;
}
.im-body {
    display: flex;
    justify-content: center;
}

.logo-img {
    display: flex;
    justify-content: center;
}
.oute-lay {
    justify-content: center;
    display: flex
;
}
.bio-1 {
    text-align: left;
    padding: 164px 0px;
}
p.bio-txt {
    color: #cd9f69;
    line-height: 1.6;
}
button.more-info {
    padding: 8px 20px;
    border: #c5a06b;
    background: #cd9f69;
    font-size: 18px;
}
.bio-1 p.peragraph {
    margin: 0 0 20px;
}
.left-box {
    text-align: right;
    display: grid;
    justify-content: center;
    background-color: #111010;
    color: white;
}
.content-box {
    padding: 160px 0px;
    margin: auto;
    max-width: 500px;
   
}
.text-gold {
  color: var(--primary);
}

.logo-img img {
  max-width: 100%;
  height: auto;
}
.head-txt {
    font-size: 4rem;
}
p.detail-data {
    padding: 10px 0px;
}
.feat-pro-img .product-image {
    width: 100%;
    
}
.product-overlay { 
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    padding:15px;
    background:rgba(0, 0, 0, 0.5);
    display: none;
}
.footer-cont {
    display: flex;
}
.white-color{
    color: var(--white);
}
.product-box:hover .product-overlay {
    display: block;
}
.header ul.navbar-nav li a.nav-link {
    font-size: 18px;
}
.header ul.navbar-nav li a.nav-link.active, .header ul.navbar-nav li a.nav-link:hover {
    color: #D3AD69;
}
.heading_section_block p.sub_h {
    max-width: 750px;
    margin: auto;
}
.bio-1 h2 {
    font-size: 58px;
}
.bio-1 h5 {
    font-size: 28px;
    color: #D3AD69;
    margin-bottom: 50px;
}
circcular-box, .cir-box p.sub_h {
    font-size: 19px;
    line-height: 120%;
}
.footer-btns .link-btn {
    padding-left: 0;
    list-style: none;
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
}
.footer-btns {
    border-top: 1px dashed #919090;
    padding-top: 40px;
}
.product-image p.sub_h {
    font-size: 16px;
}
.product-image, h4.h4 {
    font-size: 22px;
    margin-top: px;
}
/* .subscribe-input .sub {
    padding: 17px 0px;
    margin: 0px 26px 0px;
    text-align: center;
} */
.subscribe-input .sub {
    padding: 15px 0px;
    margin: 0px 26px 0px 0;
    text-align: center;
    height: auto;
}
.outer-box {
    background-repeat: no-repeat;
    background-size: cover;
  }
.subscribe-input button.more-info {
    min-width: 210px;
}
.subscribe-input {
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.subscribe-input button.more-info:hover {
    background: white;
    border: 1px solid #cd9f69;
}
.blog-image, .product-image, h4.h4 {
    font-size: 22px;
    margin-top: 11px;
}
.block-static-block.widget, .block-cms-link.widget {
    margin-bottom: 0px !important;
  }

.navbar-nav .nav-link,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link:focus {
    outline: none;
}
  
a:visited, .alink:visited{
    color: var(--bs-nav-link-color);
}
.form-control {
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}














@media (max-width: 1400px) {
   .navbar-nav .nav-link {
        margin-left: 14px;
        margin-right: 0px;
    }
    .h5 {
        font-size: 18px;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    .navbar ul li {
        margin: 0px 16px;
    }
    .banner-section {
        background: url(../image/banner-image.png) no-repeat center left;
        width: 100%;
        background-size: cover;
        padding: 21px 0px;
    }
    .banner-section .h1, h1 {
        color: #F5EFE5;
        font-size: 66px;
        margin-left: 140px;
        padding-top: 35px;
    }
    ul.link-buttons {
        font-size: 20px;
        margin-left: 120px;
    }
    ul.link-buttons a:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        left: 5px;
        top: 25px;
        background: white;
        border-radius: 100px;
        /* bottom: 20px; */
    }
    .footer-btns h1.h5 {
        display: flex;
        text-align: left;
        margin-left: auto;
    }
}   


@media (max-width: 991px) {
    .banner-section h1 {
        color: #F5EFE5;
        font-size: 31px;
        letter-spacing: 6px;    
        font-weight: normal;
    }
    ul.link-buttons a {
        color: #F5EFE5;
        padding: 7px 0px;
        font-size: 20px;
        margin-left: 125px;
    }
    .h2 {
        font-size: 35px;
    }
    p.sub_h {
        font-size: 18px;
        line-height: 110%;
    }
    .product-details-trending {
        display: flex;
        justify-content: center;
    }
    .pro-pic {
        width: 220px;
        height: 220px;
        margin: auto;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid black;
    }
    h3.h3.top-txt{
        font-size: 24px;
    }
    .hair-items br {
        display: none;
    }   
    .blog-image, .product-image, h4.h4 {
        font-size: 20px;
        margin-top: 11px;
    }
    .product-image p.sub_h {
        font-size: 12px;
    }
    .main-box {
        display: flow-root;
        border: 1px solid #ffffffd5;
        width: 69%;
        height: 224px;
        background-color: #ffffffd5;
        border-radius: 5px;
        padding: 30px 0px;
    }
    button.more-info {
        padding: 15px 15px 12px;
        border: #c5a06b;
        background: #cd9f69;
        font-size: 16px;
    }
    .subscribe-input button.more-info {
        min-width: 160px;
    }
    p.copyright {
        display: flex;
        justify-content: start;
        color: white;
        background-color: black;
        padding: 0px 228px;
    }
    .footer-cont {
        display: flex;
    }
    .link-btn, .footer-cont {
        padding-right: 128px;
    }
}
@media (max-width: 430px) {
    p.copyright {
        display: flex;
        justify-content: start;
        color: white;
        background-color: black;
        padding: 0px 56px;
    }
    .circular-box {
        flex-direction: column;
        background-color: #fff;
        color: #000;
        border: 2px dashed #3e3e3e;
        border-radius: 50%;
        width: 360px;
        height: 360px;
        padding: 25px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circular-box_in {
        background-color: #fff;
        border-radius: 50%;
        width: 400px;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content-box {
        padding-top: 45px;
        margin: auto;
        max-width: 500px;
        padding-bottom: inherit;
    }

    .bio-1 {
        text-align: left;
        padding-top: 70px;
        padding-bottom: 61px;
    }
    .testimonial-images {
        display: flex;
        justify-content: space-between;
        width: 20%;
        height: auto;
        align-items: center;
    }
    .footer-cont {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
        contain-intrinsic-block-size: auto 100px;
   }
   .footer-cont > .col-lg-3 {
        width: 25%;
        padding: 10px;
    }
    .footer-btns {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
}
@media (max-width: 350px) {
        .banner-section .h1, h1 {
        color: #F5EFE5;
        margin-left: 30px;
        padding-top: 5px;
    }
    .banner-section ul.link-buttons {
        margin: 40px -105px 0;
    }
    .paddingSection {
        padding: 10px 0px;
    } 
   .circular-box_in {
    background-color: #fff;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .circular-box {
        flex-direction: column;
        background-color: #fff;
        color: #000;
        border: 2px dashed #3e3e3e;
        border-radius: 50%;
        width: 260px;
        height: 260PX;
        padding: 25px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    circcular-box, .cir-box p.sub_h {
        font-size: 12px;
        line-height: 100%;
    }
    button.more-info {
        padding: 5px 15px 5px;
        border: #c5a06b;
        background: #cd9f69;
        font-size: 12px;
    }
    .cir-box img, a img {
        max-width: 75%;
        display: block;
        border: none;
    }
    p.sub_h {
        font-size: 12px;
        line-height: 110%;
    }
    .h2 {
        font-size: 20px;
    }
    .bio-1 h5 {
        font-size: 20px;
        color: #D3AD69;
        margin-bottom: 45px;
    }
    .testimonial-images {
        display: flex;
        justify-content: space-between;
        width: 20%;
        height: auto;
        align-items: center;
    }
    p.copyright {
        display: flex;
        justify-content: start;
        color: white;
        background-color: black;
        padding: 0px 55px;
        font-size: 10px;
    }
    .footer-cont {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
        contain-intrinsic-block-size: auto 100px;
   }
   .footer-cont > .col-lg-3 {
        width: 25%;
        padding: 10px;
    }
    .footer-btns {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    
    
}
.custom-search-form {
    display: none;
    position: absolute;
    right: 100px;
    top: 50px;
    background: white;
    padding: 5px;
    border: 1px solid #ccc;
    z-index: 100;
}

.custom-search-form input[type="text"] {
    padding: 5px;
    font-size: 14px;
}

.search-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.search-submit-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
/*shop*/


.filter-title{
    margin-bottom: 15px;
}


.price-range {
    display: flex;
    justify-content: space-between;
}
.filter-list li:not(:last-child){
    margin-bottom: 15px;

}
.arival-list li{
    margin-bottom: 15px;
}
.img-filter {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 185px;
}
.top-fill img {
    height: 20px;
    width: auto;
}
.options-btn a {
    margin-right: 15px;
}
li.title-btn img {
    width: 12px;
    height: 6px;
}
.product-card {
    background: #f9f6f1;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.product-card img {
    width: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
}

.wishlist {
    position: absolute;
    top: 25px;
    right: 20px;
    background: #dfdfdf;
    border-radius: 86%;
    padding: 5px 8px;
    font-size: 23px;
    cursor: pointer;
}

.product-info {
    margin-top: 12px;
}
.product-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.product-subtitle {
    font-size: 14px;
    color: #555;
    margin: 0 0 8px;
}

.price {
padding-left:60px;
color:var(--primary);

}
p.product-title {
    text-align: left;
}

ul.filter-list a ,.arival-list a ,.options-btn a {
    color: black;
}

h5.rup-ee {
    background-color: white;
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--primary);
}
.item-cost {
    justify-content: space-between;
    padding-top: 5px;
}
.img-bio a{
    text-decoration: none;
    color: black;
}
.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 50%;
  padding: 8px 10px 5px;
  font-size: 16px;
  color: #000000; 
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.wishlist-icon:hover {
  background: #000000;
  color:var(--primary);
}

.top-fill img:hover {
    background-color: white;
    padding: 2px 2px;
}

.accordion-button:not(.collapsed)::after,.accordion-button::after{
    display: none;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

a[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
}

.submenu {
  transition: all 0.3s ease;
  opacity: 0;
  padding-left: 0.5rem;
}

.submenu.show {
  opacity: 1;
  padding-left: 1rem;
}

.submenu li a:hover {
    color: #e7bf69;
}

.both-sec{
    display: flex;
}

.img-d{
    justify-content: space-between  ;
}

.filter-popup {
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.filter-section {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.filter-section:last-child {
  border-bottom: none;
}

.filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

.filter-options {
  display: flex;
}

.filter-btn {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 5px;
}

.filter-btn:hover {
  background: #f8f8f8;
}

.filter-btn.active {
  background:#f7f1e4;
  color:0000;
  border-color: #fcbe3a;
  padding-left: 20px;
}

.form-control {
  border-radius: 12px;
  padding: 10px 10px;
  width: 50px;
}

.product-recmon{
    margin: 48px;
} 

.product-list {
  transition: all 0.3s ease;
  border-radius: 15px;
}

.product-list:hover {
  transform: translateY(-8px);
}

.product-list:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .footer-btns {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-btns > div {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }

  .footer-btns h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer-btns .link-btn li {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
    .both-sec {
      flex-direction: column;
  }
  .product-recmon {
    margin: 0px 0px;
  }
  .product-list {
      width: 100%;
  }

  .img-bio h5, .img-bio p {
      font-size: 14px;
      margin: 0;
  }

  .item-cost h5.rup-ee {
      font-size: 14px;
      padding: 5px 10px;
  }

  .wishlist-icon {
      top: 8px;
      right: 8px;
      padding: 6px 8px 4px;
      font-size: 16px;
  }

  .product-list img {
      width: 100%;
      height: auto;
  }

}

@media (max-width:1024px){
    .navbar-nav .nav-link {
        margin-left: 0px;
        margin-right: 0px;
    }
        .navbar ul li {
        margin: 0px 10px;
    }
}


@media (max-width:1024px){
.wishlist-icon {
      top: 20px;
      right: 10px;
      font-size: 14px;
      padding: 5px 6px 3px;
  }
}

@media (max-width: 320px) {

  .img-link img {
      width: 90%;
      height: auto;
      max-width: 280px;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
  }

  .wishlist-icon {
      top: 10px;
      right: 20px;
      font-size: 16px;
      padding: 6px 8px 4px;
  }
      p.copyright {
        padding: 0px 30px;
        
    }
}
@media (max-width: 540px) {
    .wishlist-icon {
        top: 20px;
        right: 20px;
        font-size: 14px;
        padding: 5px 6px 3px;
    }
}

@media (max-width: 344px) {
    .wishlist-icon {
        top: 10px;
        right: 50px;
        font-size: 14px;
        padding: 5px 6px 3px;
    }
    a.img-link {
    display: flex;
    justify-content: center;
    width: auto;
}
}
