body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

@font-face {
    font-family: 'Higuen';
    src: url('../fonts/Higuen-Regular.woff2') format('woff2'),
        url('../fonts/Higuen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #46271D;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 26px;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

/* *::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
} */

*::-moz-placeholder {
  opacity: 1;
}

*::placeholder {
  opacity: 1;
}
.container{
  max-width: 1440px;
  margin: 0 auto;
}

/* sumit start */
.product-sec .product-detail{text-align: center;}
/* .product-details-sec .single-product-info .size-box form{display: flex;} */
.variable-product-price{display: none;}
/* sumit end */

.top-header{
    background: #A16B59;
    padding: 15px 50px;
    width: 100%;
    height: 62px;
    z-index: 9;
    transition: all 300ms;
    top: 0;
}
.top-header-content{
  display: flex;
  justify-content: center;
}
.top-header-content a{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: all 300ms;
}
.top-header-content a i{
  margin-left: 5px;
}
.top-header-content a:hover{
 color: #fff;
}

.main-header{
    padding: 15px 50px;
    transition: all 300ms;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.main-header .navbar{
  padding: 0;
}
.main-header .navbar-brand{
  padding: 0;
  margin: 0;
  width: 135px;
}

.main-header .navbar-brand img{
  max-width: 135px;
  transition: all 300ms;
}
.main-header ul.navbar-nav li a{
    padding: 0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #46271D;
}
.main-header ul.navbar-nav li a:hover{
  color: #a16b59;
}
.main-header ul.navbar-nav li a.active{
  color: #a16b59;
}
.main-header ul.navbar-nav li{
  margin: 0 15px;
}
.ml-60{
  margin-left: 60px;
}


.header-right-part{
      display: flex;
    align-items: center;
    gap: 25px;
}
.header-right-part ul {
  display: flex;
  gap: 15px;
}
.header-right-part ul li{
  list-style: none;
}
.header-right-part ul li a {
    color: #ffffff;
    font-size: 16px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right-part ul li a:hover{
  color: #fff;
}
.header-rt-btn a{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #46271D;
    border: 1px solid #7D5142;
    padding: 10px 20px;
    display: flex;
}
.header-rt-btn a:hover{
  color: #fff;
  border: 1px solid #a16b59; 
  background: #a16b59;
}
/*.newheader .top-header{
  height: 0;
  padding: 0;
}*/
.newheader .main-header{
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 20px #00000014;
    padding: 10px 50px;
}
.newheader .main-header .navbar-brand img {
    max-width: 100px;
}
.header-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header.newheader {
  padding: 10px 50px;
}
.main-header.newheader .navbar-brand img {
    max-width: 90px;
  }

.navbar-nav li{
  position: relative;
}
  .navbar-nav li.menu-item-has-children .sub-menu{
    min-width: 220px;
    position: absolute;
    left: 0px;
    width: 260px;
    background: rgba(255, 255, 255, 0.97);
    z-index: 9;
    display: none;
  }
  .navbar-nav li.menu-item-has-children .sub-menu li a{
        padding: 10px 0 !important;
    display: flex;
  }

.toggle-arrow.active i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.toggle-arrow{
      position: absolute;
    right: -25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.toggle-arrow i{
  transition: all 600ms;
}
.toggle-arrow.active i {
    transform: rotate(180deg);
}

.banner-sec{
    height: 740px;
    position: relative;
    background: url(../images/banner-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;   
/*        margin-top: 143px;*/
    justify-content: center;
}
.banner-sec img{
  width: 100%;
}
.banner-content-box{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px;
}
.banner-content h1{
  font-family: Higuen;
    font-size: 111.54px;
    font-weight: 400;
    line-height: 111.54px;
    text-align: left;
    color: #A16B59;
}
.banner-content h3{
      font-family: Higuen;
    font-size: 54.41px;
    font-weight: 400;
    line-height: 54.41px;
    text-align: left;
    color: #46271D;
    margin-bottom: 30px;
}
.banner-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #8B807D;
    margin-bottom: 0;
}
.banner-btn-box{
  display: flex;
  margin-top: 50px;
}
.site-btn{
      color: #46271D;
    border: 1px solid #46271D;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}
.site-btn i{
  margin-left: 7px;
}
.site-btn:hover {
    color: #fff;
    border: 1px solid #a16b59;
    background: #a16b59;
}
.banner-content-box{
  z-index: 9;
}


.welcome-sec{
  position: relative;
  z-index: 9;
  padding-top: 110px;
  padding-bottom: 80px;
}
.welcome-img img{
  height: 850px;
  object-fit: cover;
}
.welcome-content h2{
      font-family: Higuen;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #46271D;
    margin-bottom: 28px;
}
.welcome-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #9C9492;
    margin: 0;
}
.welcome-brand-box{
  margin-top: 50px;
  margin-bottom: 80px;
}
.welcome-brand-box h3{
  font-family: Higuen;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #46271D;
}
.welcome-grid-text h4{
      font-family: Higuen;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #46271D;
    margin-bottom: 12px;
}
.welcome-grid-text p{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #9C9492;
}
.welcome-grid-box{
  margin-top: 60px;
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.welcome-grid-content{
  display: flex;
    align-items: center;
    flex-direction: column;
}
.welcome-grid-icon{
  max-width: 40px;
}


.seller-sec{
  position: relative;
  z-index: 9;
  padding-top: 20px;
  padding-bottom: 110px;
}
.title-heading h2{
  font-family: Higuen;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #46271D;
}
.title-btn-box{
  display: flex;
  justify-content: end;
}
.mt-60{
  margin-top: 60px;
}

.product-box{
  margin-bottom: 20px;
}
.product-box .img-wrapper {
    overflow: hidden;
    position: relative
}

.product-box .img-wrapper .label-block {
  background-color: #fff;
    right: 18px;
    padding: 3px 6px;
    position: absolute;
    top: 10px;
    z-index: 1;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.product-box .img-wrapper .label-block ul{
  display: flex;
      gap: 3px;
}
.product-box .img-wrapper .label-block ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #46271D;
}
.product-box .img-wrapper .label-block ul li i{
    color: #FFB133;
    font-size: 12px;
}


@media (max-width: 991px) {
    .product-box .img-wrapper .label-block{
        padding:2px 6px;
    }
}


@media (max-width: 480px) {
    .product-box .img-wrapper .label-block {
        display:none;
    }
}
.product-box .img-wrapper .label-block .label-2 {
    align-items: center;
    background-color: green;
    border-radius: 50%;
    box-shadow: 0 0 10px #000;
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    z-index: 1;
}


.product-box .img-wrapper .product-image {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(242 202 188 / 68%);
}

.product-box .img-wrapper .product-image .pro-first {
    transition: all .6s ease-in-out;
    min-height: 400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
/*    padding: 20px;*/
}

.product-box .img-wrapper .product-image .pro-sec {
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s ease-in-out;
    visibility: hidden;
    width: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}


.product-box .product-detail {
    padding: 30px 0;
    /* padding-top: 30px; */
}



.product-box .product-detail h6 {
` overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s ease-in-out;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #46271D;
    margin-bottom: 15px;
    min-height: 50px;
}


.product-box .product-detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #9C9492;
}



/*.product-box:hover .product-image .pro-first {
    opacity: 0;
    visibility: hidden;
}

.product-box:hover .product-image .pro-sec {
    left: 0;
    opacity: 1;
    visibility: visible;
}*/
.product-image a img{
      height: 400px !important;
    object-fit: contain !important;
    width: 100% !important;
}


.product-box:hover .product-detail h6 {
    color: #a16b59;
}
.product-box .img-wrapper .cart-info-icon {
    position: absolute;
    right: 12px;
    top: 46px;
    z-index: 9;
}
.product-box .img-wrapper .cart-info-icon a {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #0000001f;
    display: block;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 8px 0;
    opacity: 0;
    transition: all .5s ease;
    width: 34px;
}
.product-box .img-wrapper .cart-info-icon a i {
    font-size: 18px;
    color: #DEAE9D;
}
.product-box:hover .img-wrapper .cart-info-icon a {
    opacity: 1
}

.product-box:hover .img-wrapper .cart-info-icon a:first-child {
    animation: fadeInDown .5s ease-in-out
}

.product-box:hover .img-wrapper .cart-info-icon a:nth-child(2) {
    animation: fadeInDown .7s ease-in-out
}

.product-box:hover .img-wrapper .cart-info-icon a:last-child {
    animation: fadeInDown 1s ease-in-out
}



.we-sec{
  position: relative;
  z-index: 9;
  background-image: url('../images/we-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 70px 0;
}
.we-content{
  max-width: 600px;
}
.we-content h2{
  font-family: Higuen;
    font-size: 78.23px;
    font-weight: 400;
    line-height: 91px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.we-content h2 span{
  color: #46271D;
}
.we-content p{
      font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 45px
}

.product-sec{
  position: relative;
  z-index: 9;
  padding: 100px 0;
}


.appoinment-sec{
  position: relative;
  z-index: 9;
  background: #DEAE9D;
}

.appointment-img img{
  height: 700px;
  object-fit: cover;
  width: 100%;
}
.appoinment-content{
  max-width: 705px;
    margin-left: 40px;
    margin-right: auto;
}
.appoinment-content h3{
  font-family: Higuen;
    font-size: 60px;
    font-weight: 400;
    line-height: 75px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.appoinment-content h3 span{
  color: #46271D;
}
.appoinment-content p{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #fff;    
    margin-bottom: 45px 
}
.cta-sec{
  position: relative;
  z-index: 9;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-content h2{
      font-family: Higuen;
    font-size: 60px;
    font-weight: 400;
    line-height: 75px;
    text-align: left;
    color: #46271D;
    margin-bottom: 22px;
}
.cta-content h2 span{
  color: #DEAE9D;
}
.cta-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #46271D;
}
.cta-form .form-control{
  height: 60px;
    border: 1px solid #D6D2D2;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #46271D;
        padding: 5px 20px;
}
.form-control:focus{
  box-shadow: none;
      border: 1px solid #deae9d;
}
.cta-form textarea.form-control{
      height: 135px;
    border: 1px solid #D6D2D2;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #46271D;
    padding: 10px 20px;
    resize: none;
}
.cta-form .form-control::placeholder{
  color: #46271D;
}
.form-btn{
      color: #ffffff;
    border: 1px solid #7D5142;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    background: #7D5142;
}
.form-btn i{
  margin-left: 5px;
}
.form-btn:hover{
  background: #deae9d;
  border: 1px solid #deae9d;
}

.video-sec{
  position: relative;
  z-index: 9;
      height: 940px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-sec video{
  width: 100%;
}
.video-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
    overflow: hidden;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-widget-box{
    height: 940px;
    z-index: 1;
}
.video-widget-box video{
    position: relative;
}
.video-widget-box{
    position: relative;
        overflow: hidden;
}
.video-widget-box button{
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 100px;
    z-index: 9;
    background: #fff;
    animation: pulse-animation 2s infinite;
}
.video-widget-box button i{
    color: #DEAE9D;
    font-size: 40px;
}

.video-widget-box.open button{
    display: none;
}
.video-widget-box.open:hover button{
   display: block;
}
.video-widget-box button .fa-pause{
    display: none;
}
.video-widget-box.open:hover button .fa-play{
    display: none;
}
.video-widget-box.open:hover button .fa-pause{
    display: block;
}

.banner-button-box{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

video::-webkit-media-controls {
  display: none;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #deae9d7d;
  }
  100% {
    box-shadow: 0 0 0 20px #deae9d17;
  }
}



.brand-sec{
  padding: 50px 0;
      /* padding: 30px 0; */
    position: relative;
    z-index: 9;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.brand-slider .owl-item img{
   object-fit: cover;
    height: 60px;
    max-width: fit-content;
  /* max-width: 160px; */
  filter: grayscale(1);
}
.brand-img{
  display: flex;
  justify-content: center;
}
.brand-img:hover img{
  filter: grayscale(0);
}


.instagram-sec{
  position: relative;
  z-index: 9;
  padding-top: 85px;
}
.instagram-box{
      position: relative;
    height: 100%;
    display: flex;
    width: 100%;
}
.instagram-box i{
      position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0 0 10px #0000008a;
}
.instagram-box img{
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.instagram-sec .title-heading{
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        margin-bottom: 65px;
}
.instagram-sec .title-heading img{
  margin-bottom: 15px;
}
.instagram-sec .title-heading h2 span{
  color: #DEAE9D;
}

footer{
  position: relative;
  z-index: 9;
  padding-top: 35px;
}
.footer-top{
      padding-bottom: 30px;   
}
.footer-desc-box{
  display: flex;
  gap: 90px;
      justify-content: flex-end;
}
.footer-desc-item p{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #DEAE9D;
    margin-bottom: 6px;
}
.footer-desc-item a{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #46271D;
}
.footer-desc-item a:hover{
  color: #DEAE9D;
}

.footer-middle{
  padding: 60px 0;
   border-top: 1px solid rgb(0 0 0 / 20%);
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.footer-links h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: #DEAE9D;
    margin-bottom: 15px;
}
.footer-links ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: #46271D;
}
.footer-links ul li a:hover{
  color: #DEAE9D;
}

.newsletter-box{
  max-width: 475px;
  margin-left: auto;
}
.newsletter-box h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: #DEAE9D;
    margin-bottom: 15px;
}
.newsletter-box p{
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: #46271D;
}
.footer-subscribe{
  margin-top: 20px;
      position: relative;
}
.footer-subscribe input{
  border: 1px solid #D6D2D2;
    background: transparent;
    color: #46271D;
    border-radius: 0;
    height: 50px;
    padding: 10px 24px;
    padding-right: 140px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    width: 100%;
}
.footer-subscribe input::placeholder{
  color: #46271D;
}
.footer-subscribe .rr-btn{
  position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background: #7D5142;
    color: #fff;
    height: 50px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.footer-subscribe .rr-btn:hover{
  background: #DEAE9D;
}
.footer-bottom{
  padding: 15px 0;
}
.footer-copyright p{
    font-size: 17px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: #46271D;
}
.footer-copyright p a:hover{
  color: #DEAE9D;
}
.footer-social{
  display: flex;
  justify-content: end;
}
.footer-social ul{
      display: flex;
    align-items: center;
    gap: 20px;
}
.footer-social ul li a{
   color: #46271D;
}
.footer-social ul li a:hover{
   color: #DEAE9D;
}



.gap-143{
  margin-top: 143px;
}
.bread-crumbs ul{
  display: flex;
  align-items: center;
  gap: 15px;
}
.bread-crumbs ul li{
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: #46271D;
  position: relative;
}
.bread-crumbs ul li:after {
    position: absolute;
    content: '';
    background: #9C9492;
    height: 14px;
    width: 1px;
    right: -7px;
    top: 2px;
    transform: rotate(18deg);
}
.bread-crumbs ul li:last-child:after{
  display: none;
}
.bread-crumbs ul li a{
 color: #9C9492;
 font-weight: 400;
}
.bread-crumbs ul li a:hover{
  color: #46271D;
}
.breadcum-sec{
  padding: 24px 0;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 98%;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}
.single-product-info h6{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #9C9492;
    margin-bottom: 10px;
}
.single-product-info h2{
  font-family: Higuen;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #46271D;
    margin-bottom: 15px;
}
.product-rating ul{
  display: flex;
    gap: 3px;
    border: 0.5px solid #bbbbbb;
    padding: 3px;
    padding-right: 10px;
}
.product-rating ul li i {
    color: #FFB133;
    font-size: 15px;
}
.product-rating ul li {
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: left;
}
.product-rating a{
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    color: #9C9492;
}
.product-rating{
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-rating p{
  margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    color: #9C9492;
}
.product-desc{
  margin-top: 50px;
  margin-bottom: 40px;
}
.product-desc h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #46271D;
    margin-bottom: 7px;
}
.product-desc p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #9C9492;
    margin: 0;
}
.woocommerce-Reviews{
  margin-top: 30px;
}
.woocommerce-Reviews h2{
      font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #46271D;
    margin-bottom: 7px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 0;
    border-radius: 4px;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist{
  padding-left: 0;
  margin-top: 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  width: 40px;
  border-radius: 80px;
}
#review_form_wrapper{
  display: none;
}
p.product-price{
  display: flex;
  align-items: center;
  gap: 10px;
}
p.product-price bdi{
      font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #46271D;
}
p.product-price ins{
  text-decoration: none;
}
p.product-price del bdi{
      color: #b8b8b8;
}

.quantity-input{
    height: 50px;
    padding: 10px;
    border: 1px solid #46271D;
    margin-bottom: 20px;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.size-box{
  margin-bottom: 35px;
}
.size-box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #46271D;
    margin-bottom: 10px;
}
.size-box ul{
  display: flex;
  align-items: center;
  gap: 15px;
}
.size-box ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #46271D;
    padding: 8px 22px;
    border: 0.5px solid #B8B8B8;
    display: block;
}
.product-btn{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    background: #7D5142;
    border: 1px solid #7D5142;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    color: #fff;
    gap: 10px;
    transition: all 300ms;
}
.product-btn:hover{
  background: transparent;
  color: #7D5142;
}
.product-accordion{
  margin-top: 70px;
}
.product-accordion .accordion-button{
      padding: 30px 0;
    border-radius: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.product-accordion .accordion-button:not(.collapsed){
    color: #46271D;
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    font-family: Poppins;
}
.product-accordion  .accordion-body {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0;
    color: #9C9492;
        margin-bottom: 15px;
}
.product-accordion .accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #DBDBDB;
    border-radius: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button::after{
  background-image: url('../images/plus.svg');
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
    transform: rotate(-180deg);
}
.product-accordion .accordion-item h2{
  margin-bottom: 0;
}

.product-accordion .accordion-body ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.product-accordion .accordion-body ul li{
  border: 0.5px solid #B8B8B8;
    padding: 8px 10px;
    padding-right: 18px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #46271D;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .review-box{
    margin-top: 80px;
  }
  .review-img img{
    border: 2.56px solid #C5C5C5;
    border-radius: 100px;
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
  .review-title h4{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    margin: 0;
  }
  .review-title{
        display: flex;
    align-items: center;
    gap: 10px;
  }
  .review-title ul{
  display: flex;
    gap: 3px;
    border: 0.5px solid #bbbbbb;
    padding: 3px;
    padding-right: 10px;
}
.review-title ul li i {
    color: #FFB133;
    font-size: 15px;
}
.review-title ul li {
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: left;
}
.review-author-box{
      display: flex;
    align-items: center;
    gap: 15px;
        margin-top: 64px;
}
.review-content-box{
    padding: 27px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.review-content-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: #9C9492;
    margin: 0;
}
.review-btn-box{
  margin-top: 60px;
}
.apply-sec{
  position: relative;
  z-index: 9;
  padding: 90px 0;
}
.title-box h5{
      font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: #DEAE9D;
    margin-bottom: 2px;
}
.title-box h2{
      font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    color: #46271D;
}
.title-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #9C9492;
}
.video-widget-box-2{
    height: 500px;
    z-index: 1;
}
.video-widget-box-2 video{
    position: relative;
}
.video-widget-box-2{
    position: relative;
        overflow: hidden;
}
.video-widget-box-2 button{
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 100px;
    z-index: 9;
    background: #fff;
    animation: pulse-animation 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-widget-box-2 button i{
    color: #DEAE9D;
    font-size: 20px;
}

.video-widget-box-2.open button{
    display: none;
}
.video-widget-box-2.open:hover button{
   display: block;
}
.video-widget-box-2 button .fa-pause{
    display: none;
}
.video-widget-box-2.open:hover button .fa-play{
    display: none;
}
.video-widget-box-2.open:hover button .fa-pause{
    display: block;
}

.inner-banner img{
  height: auto;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.professional-sec{
  position: relative;
  z-index: 9;
  padding-top: 110px;
  padding-bottom: 130px;
}
.professional-sec .title-box h2{
      font-family: Higuen;
    font-size: 37px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    margin-bottom: 30px;
}
.professional-sec .btn-box{
      display: flex;
    justify-content: center;
    margin-top: 60px;
}


.content-sec{
  padding: 150px 0;
  position: relative;
}
.category-content-box h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;   
    margin-bottom: 25px; 
}
.category-content-box h4 span{
  color: #DEAE9D;
}
.category-content-box h3{
      font-family: Higuen;
    font-size: 37px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #46271D;
    margin-bottom: 35px;
}
.category-content-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #9C9492;
}
.category-img-box{
  position: relative;
}
.category-img-box .cat-1{
      max-width: 400px;
    height: 590px;
    object-fit: cover;
    margin-left: 0;
    z-index: 9;
    position: relative;
}
.category-img-box .cat-2{
/*      max-width: 460px;*/
    height: 590px;
    object-fit: cover;
    /*position: absolute;
    right: 0;
    top: 65px;*/
    z-index: 2;
    width: 100%;
}

.content-sec-2{
      background: #FAF6F4;
    position: relative;
    padding: 115px 0;
}
.img-wrap-box img{
  max-width: 580px;
  width: 100%;
  height: 745px;
  object-fit: cover;
}
.content-wrap-box h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #DEAE9D;
    margin-bottom: 25px;
}
.content-wrap-box h3{
  font-family: Higuen;
    font-size: 37px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    color: #46271D;
    margin-bottom: 30px;
}
.content-wrap-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #9C9492;
}


.single-product-thumb .flex-control-thumbs{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single-product-thumb .flex-control-thumbs li{
  background: #f9f9f9;
}

.single-product-thumb .flex-control-thumbs li img{
    border: 1px solid #b8b8b8;
}
.single-product-thumb .flex-control-thumbs li img.flex-active{
    border: 1px solid #7d5142;
}
.woocommerce-product-gallery__wrapper a{
  background: #fff;
  border: 1px solid #f7f7f7;
    display: flex;
    padding: 15px;
    height: auto;
    align-items: center;
    justify-content: center;
}
.woocommerce-product-gallery__wrapper a img{
      height: auto;
    width: auto;
}
.woocommerce-product-gallery .flex-viewport{
    margin-bottom: 30px;
    border: 1px solid #b8b8b8;
    min-height: 474px;
    background: #f7f7f7;
}


/*@media only screen and (max-width: 1560px){
  .main-header .navbar-brand img {
    max-width: 100px;
  }
  .main-header ul.navbar-nav li a{
    font-size: 16px;
  }
  .ml-60 {
      margin-left: 30px;
  }
  .header-right-part ul {
      display: flex;
      gap: 10px;
  }
}*/

.page-title{
  padding: 69px 0 65px;
    background-position: center;
    background: #a16b591c;
}
.page-title h1{
  font-family: Higuen;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #46271D;
}
.my-acc-sec{
  position: relative;
  z-index: 9;
  padding: 50px 0;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
  background: #f2f2f2;
  color: #64271d;
}
.woocommerce-MyAccount-navigation ul li a:hover{
  color: #deae9d;
}
.woocommerce-MyAccount-navigation ul li a{
      display: flex;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}
.woocommerce-MyAccount-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #9C9492;
}
.woocommerce-MyAccount-content p a{
      color: #DEAE9D;
}
.woocommerce-MyAccount-content p strong{
  color: #000;
}
.woocommerce table.shop_table{
  border-radius: 0;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 17px;
}

.education-sec{
  position: relative;
  z-index: 9;
  padding: 50px 0;
      padding-bottom: 110px;
    border-bottom: 1px solid #00000020;
}
.title-box-2 h2{
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    color: #46271D;
    text-align: center;
}
.bg-pink{
  background: #FAF6F4;
  margin-bottom: 40px;
}
.product-lt-width {
        flex: 0 0 auto;
        width: 66.66666667%;
}
.wt-product-detail{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}
.product-gallery{
      height: 492px;
}
.product-gallery img{
  height: 492px;
  object-fit: cover;
  width: 100%;
}
.wt-product-detail h2{
font-family: Higuen;
    font-size: 22px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    color: #46271D;
    margin-bottom: 5px;
}
.product-price-box h3{
      font-family: Higuen;
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #D29984;
    margin-bottom: 10px;
}
.product-price-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #9C9492;
}
.product-price-box p span{
  color: #46271D;
}
.product-description{
  margin: 50px 0;
}
.product-description ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
        gap: 30px;
}
.product-description ul li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-description ul li img{
  max-width: 25px;
}
.product-description ul li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #9C9492;
    margin-bottom: 0;
}
.product-meta ul li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #9C9492;
    margin: 0;
    margin-bottom: 4px;
}
.product-meta ul li p span{
  color: #46271D;
}
.product-meta ul{
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.product-rt-width{
        flex: 0 0 auto;
        width: 33.33333333%;
}
.product-cart-box{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-btn{
      height: 50px;
    background: #7D5142;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-width: 250px;
    gap: 5px;
    border: 1px solid #7D5142;
}
.cart-btn:hover{
  color: #7D5142;
  background: transparent;
}
.view-btn{
  height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #46271D;
    max-width: 250px;
    gap: 5px;
    border: 1px solid #7D5142;
}
.product-more-content{
  padding: 50px;
  display: none;
  border-top: 1px solid #00000020;
}
.product-more-content h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #46271D;
    margin-bottom: 15px;
}
.product-more-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: #9C9492;
    margin-bottom: 0;
}
.product-more-content .rich-text{
  margin-bottom: 30px;
}
.product-more-content ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: #9C9492;
    position: relative;
    padding-left: 15px;
}
.product-more-content ul li:before{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #46271D;
  border-radius: 10px;
  left: 0;
  top: 12px;
}
.product-view-btn-box{
  display: flex;
  justify-content: center;
}
.product-view-btn-box .view-btn{
  max-width: 180px;
  width: 100%;
}
/* ==========Developer custom css for header search and cart etc and others================  */


span.current-user {
  color: #ffffff;
}
.custom-product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-attribute {
  display: flex;
  align-items: center;
}
.attribute-icon {
  width: 400px;
  height: 24px;
  margin-right: 10px;
}
.attribute-details {
  display: flex;
  flex-direction: column;
}
.attribute-title {
  font-weight: bold;
}
/*  */
/* Initially hide the search input */
#search-input {
  display: none;
}

/* On hover, show the search input and hide the icon */
#search-form-container:hover #search-input {
  display: block;
}

#search-form-container:hover #search-icon {
  display: none;
}


/* search input bar style */


.top-header span.cart-count {
  color: #46271d;
  font-size: 18px;
  padding-right: 9px;
  z-index: 2;
  position: absolute;
  right: -7px;
  top: -2px;
}

.top-header .fa-solid.fa-bag-shopping {
  font-size: 20px;
}

.top-header .header-right-part ul li a {
  position: relative;
}

/*  */
.woocommerce-shop.woocommerce ul.products li.product a img {
  height: 350px;
  object-fit: contain;
}
  
.custom-product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-attribute {
  display: flex;
  align-items: center;
}
.attribute-icon {
  width: 400px;
  height: 24px;
  margin-right: 10px;
}
.attribute-details {
  display: flex;
  flex-direction: column;
}
.attribute-title {
  font-weight: bold;
}
/*  */
/* Initially hide the search input */
#search-input {
  display: none;
}

/* On hover, show the search input and hide the icon */
#search-form-container:hover #search-input {
  display: block;
}

#search-form-container:hover #search-icon {
  display: none;
}


/* search input bar style */

input#is-search-input-270 {
  width: 300px;
  height:30px;
  padding-bottom: 5px;
  border-radius: 30px;
  margin-bottom: 19px;
  margin-top: -14px;
  background-color: #dbe5e552;
  font-size: 17px;
  margin-right: 19px;

}
span.is-search-icon {
  background-color: transparent;
  border: none;
  margin-top: -15px;
 
}

.top-header span.cart-count {
      color: #fff;
    font-size: 14px;
    padding-right: 0px;
    z-index: 2;
    position: absolute;
    right: -7px;
    top: -2px;
    background-color: #46271d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header .fa-solid.fa-bag-shopping {
  font-size: 20px;
}

.top-header .header-right-part ul li a {
  position: relative;
}

/* =================================== */
/* whats app icon css */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}


/*************** 25.11.2024 *************/
/*************** 25.11.2024 *************/
/*************** 25.11.2024 *************/


.top-header .header-right-part form input {
    padding: 2px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.top-header .header-right-part form input::placeholder{
	color: #fff;
}

.top-header .header-right-part form button{
    background-color: #46271d;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 500;
}

.search-page-section{
	padding-top: 100px;
	padding-bottom: 100px;
}

.search-page-section h2{
	font-size: 28px;
    font-weight: 600;
    color: #46271D;
}

.search-page-section h3{
	font-size: 22px;
    font-weight: 400;
    color: #46271D;
}

.search-page-section h4,
.search-page-section h5{
    color: #46271D;
}

.search-page-section p{
	color: #9C9492;
	font-size: 16px;
	font-weight: 400;
}
.page-template-template-locator #salon-locator-container{
	padding-top: 75px;
	padding-bottom: 75px;
}

.page-template-template-locator #salon-locator-container h3{
	font-size: 22px;
    font-weight: 600;
    color: #46271D;
    cursor: pointer;
}

.page-template-template-locator #salon-locator-container p{
	color: #9C9492;
	font-size: 16px;
}

.woocommerce-shop .page-title {
    padding: 0;
    background-position: center;
    background: transparent;
}

.woocommerce-shop .gap-143 {
    margin-top: 30px;
}

.woocommerce-shop.woocommerce ul.products li.product a img {
  min-height: 300px;
  height: auto;
    object-fit: contain;
/*    background-color: #f2cabc40;*/
    padding: 20px 20px;
    border: 1px solid #7d51421f;
    max-height: 400px;
}

.woocommerce-shop.woocommerce main#main {
    padding-top: 50px;
}

.woocommerce-shop.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #46271D;
    padding: 10px;
    outline: none;
    width: 100%;
}

.woocommerce-shop.woocommerce h2.woocommerce-loop-product__title {
    text-align: center;
    color: #46271D;
    font-size: 16px !important;
    font-weight: 500;
    padding: 0 !important;
    height: 40px;
}

.woocommerce-shop.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background-color: #7D5142;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500 !important;
    color: #fff;
    margin: auto;
    display: block;
    text-align: center;
    width: fit-content;
    padding: 13px 13px;
    margin-top: 10px;
}

.woocommerce-shop.woocommerce ul.products li.product .button:hover {
    background: #DEAE9D;
}

.woocommerce-shop.woocommerce p.woocommerce-result-count {
    color: #7D5142;
}

.woocommerce-shop.woocommerce .irs--round .irs-to, 
.woocommerce-shop.woocommerce .irs--round .irs-single,
.woocommerce-shop.woocommerce .irs--round .irs-from {
    padding: 3px 5px;
    background-color: #a16b59;
}

.woocommerce-shop.woocommerce .woof_container .woof_container_inner input[type="search"] {
    line-height: normal !important;
    border: solid 1px #dfdfdf;
    padding: 10px;
}

.woocommerce-shop.woocommerce nav.woocommerce-pagination ul li {
    background-color: #DEAE9D;
    color: #fff;
    min-width: 32px;
}

.woocommerce-shop.woocommerce nav.woocommerce-pagination ul li .current{
     background-color: #7d5142;
     color: #fff;
}

.woocommerce-shop.woocommerce .irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #a16b59;
}

.woocommerce-shop.woocommerce .irs--round .irs-handle {
    border: 4px solid #a16b59;
}

.woocommerce-shop.woocommerce .irs--round .irs-from:before, 
.woocommerce-shop.woocommerce .irs--round .irs-to:before, 
.woocommerce-shop.woocommerce .irs--round .irs-single:before {
    border-top-color: #a16b59;
}

.woocommerce-shop.woocommerce .woof_container_inner h4,
.woocommerce-shop.woocommerce .page-title {
    color: #46271D;
}

.woocommerce-cart a.button.wc-backward {
    background-color: #a16b59;
    color: #fff;
    padding: 13px 28px;
    font-weight: 500;
}

.woocommerce-cart .woocommerce-info {
    border-top-color: #a16b59;
}

.woocommerce-cart  .woocommerce-info::before {
    color:  #a16b59;
}

.woocommerce-shop.woocommerce a.added_to_cart.wc-forward {
    text-align: center;
    margin: auto;
    display: block;
}

.woocommerce-cart .checkout-button.button.alt.wc-forward{
	background-color: #a16b59;
    color: #fff;
}

.woocommerce-message {
    border-top-color: #a16b59;
}

.woocommerce-cart h2 {
    font-family: Higuen;
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #46271D;
}

.woocommerce-cart .actions .coupon button{
	background-color: #a16b59;
    color: #fff;
}

.woocommerce-cart a.button.wc-forward {
    background-color: #a16b59;
    color: #fff;
    font-weight: 400;
}

.woocommerce-cart table.cart th {
    color: #a16b59 !important;
}


html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

html::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    background-color: #A16B59;
    background-image: -webkit-linear-gradient(90deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}

.main-header ul.navbar-nav li.current-menu-item a{
	color: #a16b59;
}

.page-template-template-book_session .title-box-2 h2 {
    margin-bottom: 20px;
}

.page-template-template-locator .address-item {
    border-bottom: 1px solid #46271d;
    margin-bottom: 15px;
    width: 85%;
}

.woocommerce .wishlist-title h2 {
    display: none;
}

.wishlist-items-wrapper .product-name a{
   font-size: 16px;
}

.woocommerce.woocommerce-wishlist table.shop_table th {
    font-weight: 500;
    font-size: 17px;
    color: #a16b59;
}

/* 26.11.2024 */

#favourite-product h5.product-title a{
    color: #46271D;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    min-height: 50px;
}

#favourite-product span.price {
    color: #9C9492;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 18px;
}

.woocommerce-account .my-acc-sec h2{
   color: #46271D;
   font-size: 22px;
   font-weight: 500;
   font-family: Higuen;  
}

.woocommerce-account form.checkout_coupon, 
.woocommerce-account form.login, 
.woocommerce-account form.register {
    margin: 1em 0 !important;
    background-color: #f5efed5c;
}

.woocommerce-account form .form-row input.input-text, 
.woocommerce-account form .form-row textarea {
padding: 7px 20px;
    outline: none;
    height: 50px;
    border: 1px solid #0000002e;
    background: transparent;
}
.nua_invitation_code{
  padding: 7px 20px;
    outline: none;
    height: 50px;
    border: 1px solid #0000002e;
    background: transparent;
    width: 100%;
}

.woocommerce-account form.checkout_coupon, 
.woocommerce-account form.login, 
.woocommerce-account form.register {
    padding: 20px;
    margin: 2em 0;
    border-radius: 0px;
}

.woocommerce-account button.woocommerce-form-login__submit,
.woocommerce-account button.woocommerce-form-register__submit {
    background-color: #7D5142;
    color: #fff;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 0;
    height: 40px;
}

.woocommerce-account button.woocommerce-form-login__submit:hover,
.woocommerce-account button.woocommerce-form-register__submit:hover,
.woocommerce-account button.button:hover{
    background-color: #DEAE9D;
}

.woocommerce-account form .form-row select {
    padding: 7px 20px;
    outline: none;
    height: 50px;
    border: 1px solid #0000002e;
    background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid #e9e9e9;
    padding: 25px 25px;
}

.woocommerce-info {
    border-top-color: #7D5142;
}

.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button,
.woocommerce-account .woocommerce-MyAccount-content a.button.wc-forward,
.woocommerce-account button.button{
    background-color: #7D5142;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
}

.woocommerce-account .addresses .title .edit{
    background-color: #7D5142;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    padding: 7px 20px;
}

.woocommerce-checkout button.button{
    background-color: #7D5142;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    padding: 12px 20px;
}

.woocommerce-checkout button.button:hover{
   background-color: #7D5142;
   color: #fff;
}

.woocommerce-account .select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 41px;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, 
.woocommerce-checkout .woocommerce-page .col2-set .col-1,
.woocommerce-checkout.woocommerce .col2-set .col-2, 
.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
    border: 1px solid #cbcbcb;
    padding: 30px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text, 
.woocommerce-checkout .woocommerce form .form-row textarea {
    padding: 7px 20px;
    border: 1px solid #e1e1e1;
}

.woocommerce-checkout .checkout.woocommerce-checkout h3{
   font-family: Higuen; 
   color: #46271D; 
}

.woocommerce-checkout h3#order_review_heading {
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce #payment #place_order, 
.woocommerce-checkout .woocommerce-page #payment #place_order {
    float: right;
    background-color: #7D5142;
    padding: 15px 70px;
    font-weight: 500;
}

.woocommerce-checkout #add_payment_method #payment, 
.woocommerce-checkout .woocommerce-cart #payment, 
.woocommerce-checkout .woocommerce-checkout #payment {
    background: #f5efed;
    border-radius: 0px;
}

.woocommerce-checkout #payment div.payment_box{
      background-color: #dcd7e3;
}

.woocommerce-checkout span.woocommerce-Price-amount.amount {
    color: #7D5142;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container .select2-selection--single {
    color: #444;
    height: 41px;
    line-height: 41px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
}

.woocommerce-checkout .mollie-components .mollie-component {
    min-height: 34px;
    border-radius: 0px;
    border: 2px solid transparent;
    padding: 7px 20px;
}

.woocommerce-checkout a.showcoupon {
    color: #7d5142;
    font-weight: 600;
}

.single.single-product .woocommerce-product-gallery__wrapper a{
   overflow: hidden;
}

.home .we-sec {
    background-size: cover;
}

.page-template-template-faq .faq-section {
    padding-top: 70px;
}

.page-template-template-faq .faq-section h2{
  font-family: 'Higuen';
  color: #A16B59;
}

.page-template-template-faq .faq-question {
    background: #DEAE9D;
}

.top-header select#lang_choice_1 {
    background-color: #46271d;
    color: #fff;
    padding: 5px 10px;
    border: none;
    outline: none;
}

.top-header select#lang_choice_1 option:hover{
    background-color: #46271d;
}

section.not-found {
    text-align: center;
    padding-top: 100px;
    color: #46271D;
     font-family: 'Higuen';
}

.page-template-template-education .title-heading h2 {
    margin-bottom: 35px;
    margin-top: 30px;
    text-align: center;
}


#sb_instagram .sb_instagram_header, 
.sb_instagram_header{
      padding: 12px 10px;
}

.home .seller-sec span.price {
    text-align: center;
    margin: auto;
    display: block;
}

a.button.wc-forward {
    background-color: #7d5142;
    color: #fff;
    font-weight: 500;
}

.single-product-info h3,
.single-product-info h4{
  margin-top: 20px;
}

.page-template-template-education .product-cart-box a:focus, 
.page-template-template-education .product-cart-box a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #7D5142;
}

div#more.product-more-content_{
    padding: 15px 25px;
}

div#more.product-more-content_ h3{
   margin-top: 20px;
}

/* 29.11.2024 */

.single.single-product.woocommerce .woocommerce-product-rating .star-rating {
    color: #FFB133;
}

.single.single-product.woocommerce a.woocommerce-review-link {
    color: #9C9492;
    font-size: 17px;
}

.single.single-product.woocommerce .single-product-info .size-box p {
    font-size: 20px;
    color: #46271D;
    margin-bottom: 10px;
    margin-top: 10px;
}

.single.single-product.woocommerce .single-product-info label {
    display: block;
    color: #46271D;
    width: 100%;
    margin-right: 10px;
}

.single.single-product.woocommerce .single-product-info .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    margin-top: 20px;
    margin-bottom: 25px;
}

.single.single-product.woocommerce .single-product-info select#pa_color {
    border: 1px solid #46271D;
    outline: navajowhite;
    padding: 5px 20px;
    font-size: 15px;
}

.single.single-product.woocommerce .single-product-info .product-desc {
    margin-top: 0px;
    margin-bottom: 0px;
}

.single.single-product.woocommerce .single-product-info .single_add_to_cart_button {
    background-color: #7D5142;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    min-height: 50px;
    margin-top: 0px;
}

.single.single-product.woocommerce .single-product-info .single_add_to_cart_button:hover{
    background-color: #7D5142;
}

.single.single-product.woocommerce .single-product-info .quantity .qty {
    width: 100px;
    text-align: center;
    border: 1px solid #7D5142;
    margin-right: 10px;
    height: 50px;
    font-size: 20px;
    color: #7D5142;
}

.single.single-product.woocommerce .single-product-info #yith-wcwl-icon-heart-outline{
  color: #7D5142;
}

.single.single-product.woocommerce .single-product-info .product_meta {
    color: #9C9492;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single.single-product.woocommerce .single-product-info .product_meta span.sku_wrapper{
      font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #46271D;
}
.single.single-product.woocommerce .single-product-info .product_meta span.sku_wrapper .sku{
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9C9492;
}
.single.single-product.woocommerce .single-product-info .product_meta span.posted_in{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #46271D;
}
.single.single-product.woocommerce .single-product-info .product_meta span.posted_in a{
  font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9C9492;
}
.single.single-product.woocommerce .single-product-info .product_meta span.posted_in a:hover{
  color: #7D5142;
}
.single.single-product.woocommerce span.yith-wcwl-add-to-wishlist-button__label {
    color: #7D5142;
}

.single.single-product.woocommerce .product-accordion {
    margin-top: 0px;
}

.single.single-product.woocommerce #reviews.woocommerce-Reviews h2 {
    font-size: 18px;
    color: #46271D;
    margin-bottom: 7px;
}

.single.single-product.woocommerce #reviews ol.commentlist .review{
    background-color: #f2cabc52 !important;
}

.single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
}

.single.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 10px 10px 0px 10px;
}

.single.single-product.woocommerce span#reply-title {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
    color: #46271D;
}
.comment-form-rating label{
      font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9C9492;
}
.woocommerce p.stars a{
  color: #FFB133;
}
.comment-form label{
  font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9C9492;
}
.single.single-product.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background-color: #7D5142;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    min-height: 45px;
    color: #fff;
    padding: 10px 35px;

}

.single.single-product.woocommerce .star-rating span::before {
    color: #FFB133;
}

.single.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 10px;
    left: 10px;
}

.single.single-product.woocommerce #review_form #respond p {
    margin: 0 0 0px;
}

.single.single-product.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #DBDBDB;
    resize: none;
}

.page-template-template-locator .inner-banner h2{
   padding-bottom: 20px;
}







/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Responsive Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Responsive Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Responsive Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Responsive Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Responsive Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Responsive Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

@media only screen and (max-width: 1600px) {



}
@media (max-width: 1440px) {
  
  .category-img-box .cat-2 {
top: 0;
    height: 461px;}



}

.not-logged-in .woocommerce-Price-amount {
  display: none;
}


/*.single-product .single-product-thumb .woocommerce-product-gallery__wrapper a img{
  max-width: 200px !important;
}*/

.single-product-thumb .flex-control-thumbs li {
    max-width: 23.5%;
}
.size-box .login-to-view{
    background: #7d5142 !important;
    color: #fff !important;
    height: 60px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0;
    font-family: Poppins;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
        margin-top: 15px !important;
        transition: all 600ms;
        max-width: 250px;
}
.size-box .login-to-view:hover{
  background: #DEAE9D !important;
}
#sb_instagram #sbi_load {
    display: none;
}
.category-box{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
      margin-bottom: 20px;
}
.category-box h6{
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}
.category-box h6:before{
position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #e1e1e1;
    left: 0;
    top: 11px;
}
.size-box {
    margin-top: 20px;
}
.woocommerce-breadcrumb{
  font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #46271D !important;
}
.woocommerce-breadcrumb a{
  font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9C9492 !important;
}

.search-mobile{
    display: block;
}
.header-right-part ul li.search-input{
  display: block;
}
.search-mobile i{
  color: #fff;
}
.header-flex{
  position: relative;
}
.search-visible{
    background: #deae9d;
    padding: 10px;
    display: none;
    transition: all 0.3s ease;
}
/*.single-product-info .size-box table tr{
  display: flex;
  flex-direction: column;
}*/


.ticker {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background-color: #1a1a1a;
}
.ticker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1239.98px) {
  .ticker::before {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .ticker::before {
    width: 100px;
  }
}
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1239.98px) {
  .ticker::after {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .ticker::after {
    width: 100px;
  }
}
.ticker__wrap {
  width: 100%;
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
}
.ticker__content {
  flex: 0 0 auto;
  min-width: 100%;
  height: 35px;
  display: flex;
  gap: 20px;
  animation: ticker 30s linear infinite;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
.ticker__content i{
  color: #a16b59;
  margin: 0 10px;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.footer-logo{
  max-width: 150px;
}
.filter-list{
    display: none;
  }
  .close-filter{
    display: none;
  }

@media only screen and (max-width: 992px){  
  .filler-offcanvas{
      position: fixed;
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #ffffff;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
      z-index: 99999;
      padding: 15px;
      top: 0;
      box-shadow: 2px 2px 10px #00000057;
      max-width: 400px;
  }
  .filler-offcanvas.open{
    visibility: visible;
      transform: translateX(-100%);
  }
  .body-fixed{
    overflow: hidden;
    position: relative;
  }
  .body-fixed:before{
      position: absolute;
      content: '';
      z-index: 9999;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: #00000042;
  }
  .filter-list{
        display: flex;
      align-items: center;
      gap: 10px;
  }
  .filter-list i{
        background: #a16b59;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
  }
  .close-filter i{
    background: #000;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
  }
  .filter-list{
    display: flex;
  }
  .close-filter{
    display: flex;
  }
  .navbar-nav li.menu-item-has-children .sub-menu{
    position: relative;
    width: 100%;
  }
  .toggle-arrow{
    position: absolute;
    right: 0;
    z-index: 9;
  }
}

.offcanvas-header .btn-close-white {
    filter: none;
}

.single-product-info .product-reviews{
  margin-top: 40px;
}


@media only screen and (min-width: 992px){
  .navbar-nav li.menu-item-has-children:hover .sub-menu{
      display: block !important;
  }
  .toggle-arrow{
    display: none;
  }
}