@charset "utf-8";
*, *:after, *:before {box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    color: #1d1816;  
    background: #f9f6ef !important;
}
html{overflow-x: hidden;}
.container{position: relative;max-width: 1300px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}
.page-container{position: relative;max-width: 1200px;margin: 50px auto;}
.section{padding: 50px 0;position: relative;z-index: 1;}
a{text-decoration: none;color: rgb(74 63 47);}
a:hover{text-decoration: none;}
ul{list-style: none;margin-bottom: 0;padding-left: 0;}
.main_container{position: relative;}
img{max-width: 100%;height: auto;}
figure {margin: 0;}
/* ------------------------ */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 1.2;
        color: #1d1816;
    text-transform: capitalize;
}
/*----------------------------------------------------
scroll bar
------------------------------------------------------*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
    border-radius: 0px;
    background-color: #fff;
    width: 8px;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
    background-color: #000;
}
.sidecart-upsell .upsell-products::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #fff;
    border-radius: 0px;
    background-color: #ccc;
    width: 2px;
}
.sidecart-upsell .upsell-products::-webkit-scrollbar {
    width: 3px;
    background-color: #ccc;
}
.sidecart-upsell .upsell-products::-webkit-scrollbar-thumb {
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #000;
}
.scrollup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #00000080;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.scrollup:hover {
    background: #000000;
    color: #ffffff;
}
/* Header
--------------------------------*/
header {
    position: relative;
    padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
    background-color: #f9f6ef;
}
.logo {
    width: 110px;
    margin-right: 10px;
    font-size: 30px;
    color: #000;
}
.logo a{
    color: #000;
}
.bottom-header{
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

/*Header END*/

/* Navigation
------------------------------------ */
.nav-menu{text-align: center;}
.nav-menu ul{list-style: none;margin: 0;padding: 0;}
.nav-menu li{display: inline-block;margin: 0 10px;position: relative;}
.nav-menu li > a {
    display: block;
    padding: 0 5px;
    font-size: 16px;
    line-height: 30px;
    color: #a78b5b;
    text-decoration: none;
}
.nav-menu li.active > a, .nav-menu li:hover > a {color: #000;}
/* Top and Bottom borders go out */
.nav-menu li > a:before, .nav-menu li > a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #fd4a36;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.nav-menu ul .sub-menu{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    color: #000;
    width: 200px;
    box-shadow: 0 0 10px 0px #ccc;
}
.nav-menu ul .sub-menu li{
    display: block;
    margin: 0;
}
.nav-menu ul .sub-menu li > a{
    color: inherit;
    text-align: left;
    font-size: 15px;
    line-height: 34px;
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
}
.nav-menu ul .sub-menu li:last-child > a{border-bottom: 0px solid #ddd;}
.nav-menu .sub-menu li > a:before, .nav-menu .sub-menu li > a:after{display: none;}
.nav-menu .sub-menu li:hover > a{background-color: #000;color: #fff;}
.nav-menu ul li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}
.subarrow.fa.fa-caret-down {
    position: absolute;
    color: #000;
    right: -10px;
    top: 7px;
}
.responsive_nav .subarrow.fa.fa-caret-down {
    right: 0;
    height: 40px;
    width: 50px;
    background: #ffffff52;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    z-index: 1;
}
.nav_menu .fa.fa-home a {
    font-size: 0;
    line-height: 0;
    padding: 0;
}
/* ---------Heading----------- */
.heading-section {
    position: relative;
}
.heading-section .big {
    font-family: "Lato", Arial, sans-serif;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    font-size: 100px;
    color: rgba(0, 0, 0, 0.04);
    font-weight: 900;
    letter-spacing: 1px;
}
.heading-section h2 {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, sans-serif;
    letter-spacing: 6px;
}
.logo a{display: block;}
/* ------------social-------------------- */
.social a{font-size: 0;}
.social a i{font-size: 20px;}

/* FOOTER
---------------------------------*/
.site-footer{
    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
    padding: 50px 0 70px;
    position: relative;
    background-color: #a4885a;
    padding: 70px 0 20px;
}
.fheading {
    font-size: 20px;
    font-weight: 600;
    border-bottom: none;
    padding: 0 0 10px;
    margin: 0 0 10px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.social-wrap-footer .fheading {
    margin: 0;
    padding-bottom: 0;
}
.social-wrap-footer {padding-top: 15px;}
.ftop{padding-bottom: 20px;}
.fnav li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
.ftop .social a {color: #fff;}
.ftop .contact-info li{margin-top: 5px;}
.ftop .contact-logo {padding-bottom: 15px;}
footer a{color: #fff;text-decoration: none;}
.mainFooter a:hover, .mainFooter .active > a, .mainFooter .current-menu-item > a, .companyname:hover {
    color: #fd4a36;
}
#site-footer {background: #f6f4f4;padding: 50px 0;}
.copyright {
    padding: 60px 0 0px;
    font-size: 15px;
    line-height: 40px;
    border-top: 0px solid #ccc;
}
.copyright p{padding: 0;margin-bottom: 0;}
/*-----------------------------------------------------------*/
.site-header li{display:inline-block;}
.homebanner img{width:100%;}
.header-bottom {padding: 10px 0;}
.product-item img{
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.product-category-item img{
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.wp-element-button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    box-shadow: none;
}
.wp-element-button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.login-meta{margin-left: 70px;}
.login-meta .icon-header{
    width: 28px;
    height: 28px;
    background: no-repeat center #f9f6ef;
    background-image: url(../images/icon-shopping.png);
    display: inline-block;
    margin-left: 15px;
    border: none;
}
.login-meta .icon-header.icon-search{background-image: url(../images/icon-search.png);}
.login-meta .icon-header.icon-menu{background-image: url(../images/icon-menu.png);}
.section-after-banner{padding: 0;}
.section-after-banner .fbox figure{
    width: 58px;
    height: 58px;
    background: no-repeat center #f9f6ef;
    background-image: url(../images/icon-giftbox.png);
    display: inline-block;
    margin-bottom: 15px;
}
.section-after-banner .fbox figure.icon-perfume{background-image: url(../images/icon-perfume.png);}
.section-after-banner .fbox figure.icon-free{background-image: url(../images/icon-free.png);}
.section-after-banner .fbox figure.icon-alcohol{background-image: url(../images/icon-alcohol.png);}
.section-after-banner .fbox h4 {color: #a78b5b;font-size: 18px;}
.section-after-banner .fbox {
    color: #4a3f2f;
    font-size: 14px;
    border: 1px solid #f0e3cd;
    border-top: none;
    border-left: none;
    padding: 30px 20px;
    position: relative;
}
.section-after-banner .fbox p{margin-bottom: 0;padding-bottom: 0;}
.section-after-banner .col-sm-3:first-child .fbox{border-left: 1px solid #f0e3cd;}
.section-after-banner .col-sm-3{padding-left: 0;padding-right: 0;}
.section-after-banner .fbox:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #f9f6ef;
    top: 0;
    right: -1px;
}
.section-after-banner .col-sm-3:first-child .fbox:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #f9f6ef;
    top: 0;
    left: -1px;
}
.heading {
    color: #1d1816;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
}
.headtag.bg-rose{
    color: #ae956f;
    font-size: 20px;
    line-height: 44px;
    font-style: italic;
    padding: 45px 0;
    background: no-repeat center #f9f6ef;
    background-image: url(../images/bg-rose.png);   
}
.btn {
    color: #4a3f2f;
    font-size: 14px;
    text-transform: uppercase;
    height: 48px;
    background: #fff ;
    line-height: 46px;
    padding: 0 10px;
    min-width: 180px;
    border: 1px solid #493f2f;
    border-radius: 0;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    position: relative;
    cursor: pointer;
}
.wpcf7-submit {
    color: #4a3f2f;
    font-size: 14px;
    text-transform: uppercase;
    height: 48px;
    background: #fff !important;
    line-height: 46px;
    padding: 0 10px;
    min-width: 180px;
    border: 1px solid #493f2f;
    border-radius: 0;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    position: relative;
    cursor: pointer;
}
.btn:hover , .wpcf7-submit:hover{
    color: #fff;
    background: #493f2f !important;
}
.btn-wrap {
    padding-top: 50px;
    text-align: center;
}
.section-organic-color {
    padding: 70px 0;
    background-color: #f0e3cd;
}
.section-organic-color .productlist{padding-top: 20px;}
.border-box-list .border-box{background: #fff;}
.headtag {
    font-size: 20px;
    color: #ae956f;
    font-style: italic;
    padding: 0 0 10px 0;
    font-family: "Nunito", sans-serif;
}
.section-organic-color figure img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    object-fit: cover;
}
.section-organic-color .btn-wrap {padding-top: 70px;}
.section-scented-candles {padding: 70px 0;}
.section-scented-candles .headtag.bg-rose {padding: 10px 0;background-size: contain;}
.section-scented-candles figure img {
    width: 100%;
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.section-scented-candles .productlist {padding-top: 20px;}
.section-organic-color:before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: no-repeat top right url(../images/bg-pattern.png);
    background-size: contain;
    top: 0;
    right: 0;
    z-index: -1;
}
.section-organic-color:after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: no-repeat bottom left url(../images/bg-pattern-2.png);
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.section-abt {
    padding: 70px 0;
    background: url(../images/bg-perfume.png) no-repeat top center #f8f8f8;
    background-size: cover;
}
.notes-list{margin-top: 50px;}
.notes-list ul{list-style: none;margin: 0;padding: 0;}
.notes-list ul li{
    display: inline-block;
}
.notes-list ul li .pbox {
    width: 120px;
    height: 120px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #a78b5b;
    font-size: 18px;
    padding: 20px 0;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    position: relative;
}
.section-notes{
    background-color: #f0e2cd;
}
.notes-list ul li .pbox figure img {
    width: 46px;
    height: 46px;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    position: relative;
}
.section-sample-kit{background-color: #f0e2cd;}
.section-sample-kit:after{
    content: '';
    background-color: #f9f6ef;
    position: absolute;
    height: 270px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.section-sample-kit .sample-kit-content {
    color: #4a3f2f;
    font-size: 18px;
}
.section-sample-kit .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
}
.section-sample-kit .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}
.sample-kit-content{margin-bottom: 25px;}
.newsletter-content p {
    margin-bottom: 0;
    font-size: 20px;
    color: #d9a441;
    font-style: italic;
}
.newsletter-content .heading {
    font-size: 40px;
    line-height: 44px;
}
.newsletter-form input[type="email"] {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    line-height: 54px;
    border: 1px solid #a78b5b;
    border-radius: unset;
    background: #fff;
    border: none;
    color: #fff;
    margin-bottom: 0;
}
.section-newsletter form {margin-top: 0px;}
.category-wise-list .pbox-content{display: none;}
.category-wise-list .col-sm-4{padding-left: 1px;padding-right: 0;}
.category-wise-list {margin-left: 120px;}
.section-category-wise .both-arrow {
    background-color: #f0e2cd;
    padding: 35px;
    position: relative;
}
.section-category-wise .both-arrow:before {
    content: '';
    position: absolute;
    background-color: #f0e2cd;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
}
.section-category-wise .head-part{
    background-color: #f0e2cd;
    padding: 35px 0 35px 35px;
    position: relative;
    font-size: 16px;
    color: #4a3f2f;
}
.section-category-wise .head-part:before {
    content: '';
    position: absolute;
    background-color: #f0e2cd;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
}
.section-category-wise .heading {margin-bottom: 0;}
.section-blog .bloglist{
    padding-top: 10px;
}
.section-blog .bloglist .pbox-content {
    padding: 20px 0 0;
    color: #4a3f2f;
    font-size: 18px;
}
.section-blog .bloglist .pbox-content a.readmore {
    color: #ae956f;
    font-size: 15px;
}
.icon-content-list .icon-content-box{
    position: relative;
    padding-left: 90px;
    margin-top: 50px;
}
.icon-content-list .icon-content-box figure{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icon-shield.png) no-repeat top left;
}
.icon-content-list .icon-content-box figure.icon-speaker{
    background: url(../images/icon-speaker.png) no-repeat top left;
}
.section-perfume .heading {font-size: 40px;line-height: 44px;}
.section-perfume .head-part {
    border-bottom: 1px solid #dbd1c9;
    margin-bottom: 50px;
}
.section-perfume .head-part a {
    color: #4a3f2f;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 50px;
    display: inline-block;
}
.banner-text h1{
    font-size: 38px;
    color: #a78b5b;
    text-transform: uppercase;
}
.banner-text h1 span{
    display: block;
    font-size: 60px;
    color: #d9a441;
    font-weight: 700;
}
.main-banner{position: relative;}
.main-banner .banner-overlay {
    position: absolute;
    top: 150px;
    left: 0;
    margin: 0;
    right: 0;
}
.banner-text .btn {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    height: 64px;
    background: #493f2f;
    line-height: 62px;
    padding: 0 35px;
    min-width: 400px;
    border: 1px solid #493f2f;
    border-radius: 0;
    text-align: left;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.banner-text .btn span {
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    right: 35px;
    top: 30px;
}
.site-footer .list-col-2{
    column-count: 2;
}
.footer-copyright {
    border-top: 1px solid #bba683;
    padding-top: 10px;
    text-align: right;
    color: #fff;
    margin-top: 40px;
}
.social-link{text-align: right;}
.social-link .social-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 0px solid #4a3f2f;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
}
.pbox img, .bbox img{
    width: 100%;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    position: relative;
}
.pbox:hover img, .bbox:hover img{
    transform: scale(1.05);
    z-index: 2;
}
.category-wise-list figure, .bbox figure{overflow: hidden;}
.notes-list ul li .pbox:hover {
    background-color: #a78b5b;
    color: #fff;
    cursor: pointer;
}
.notes-list ul li .pbox:hover figure img {
    filter: brightness(0) invert(1);
}
.main-banner .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.main-banner .owl-dots .owl-dot{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.main-banner .owl-dots .owl-dot span{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 90px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #4a3f2f;
}
.main-banner .owl-dots .owl-dot.active span{background: #d9a441;}
.main-banner .owl-dots button::before{display: none !important;}
.product-details img{height: 300px;object-fit: contain;}
.section-perfume .head-part .text-right{text-align: right;}
.section-category-wise .head-part .col-sm-4{padding-top: 35px;}
.section-blog .head-part .text-right {
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}
.btn.btn-active {background: #dba741;}
.list-contact-icon li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: 20px;
}
.list-contact-icon li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px;
}
.faq-wrapper {
    display: flex;
    padding: 30px 0 0;
   
}
.faq-nav {
    width: 250px;
    position: sticky;
    top: 20px;
    height: fit-content;
    padding-top: 50px;
}
.faq-nav ul {
    list-style: none;
    padding: 0;
    border: 1px solid #e8e5e5;
    border-radius: 5px;
}
.faq-nav ul li {
    margin-bottom: 0px;
}
.faq-nav ul li a {
    text-decoration: none;
    color: #3e2d20;
    font-weight: 600;
    transition: color 0.3s ease;
    display: block;
    padding: 0 15px;
    line-height: 40px;
    border-bottom: 1px solid #e8e5e5;
}
.faq-nav ul li a:hover, .faq-nav ul li.active a{
    color: #d9a441;
}
.faq-content {
    flex: 1;
    padding-left: 40px;
     min-height: 1200px;
}
.faq-content h2 {
    border-bottom: 1px solid #d3c7b8;
    padding-bottom: 10px;
    padding-top: 36px;
    color: #2e1f14;
}
.faq-item {
    border-bottom: 1px solid #d3c7b8;
    padding: 20px 0;
}
.faq-question {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-right: 20px;
}
.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 1.3em;
    transition: transform 0.3s;
}
.faq-question.active::after {
    content: '-';
}
.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.faq-answer.open {
    display: block;
}
.section-faq .headtag {
    color: #d9a441;
    font-style: italic;
    padding: 0 0 10px 0;
}
/* Breadcrumbs.css */
.breadcrumb-list ul {
  list-style: none;
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 1em 0;
  flex-wrap: wrap;
}
.breadcrumb-list li{padding-left: 30px;position: relative;text-transform: capitalize;}
.breadcrumb-list li:first-child{padding-left: 0px;}
.breadcrumb-list li::after {
    content: '';
    margin: 0 5px;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #a78b5b;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    top: 8px;
    left: 2px;
}
.breadcrumb-list li:first-child::after {opacity: 0;}
.breadcrumb-list a {text-decoration: none;color: #a78b5b;}
.breadcrumb-list span {
  color: #333;
  text-transform: capitalize;
}
.section-breadcrumb{
    border: 1px solid #e8e5e5;
    border-width: 1px 0 1px;
}
.section-breadcrumb .breadcrumb-list{margin-bottom: 0;}
.site-footer .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.flogo {
    width: 100px;
}
footer .fcontent {
    font-size: 13px;
    line-height: 22px;
    padding-right: 20px;
    margin-top: 25px;
}
.section-newsletter .headingpart p{max-width: 550px;margin: 0 auto 35px;}
.form-below-text {
    max-width: 420px;
    margin: 0 auto 50px;
    font-size: 14px;
    line-height: 18px;
    color: #4a3f2f;
}
.form-below-text a{color: #4a3f2f;}
.circle-small-box {
    background-color: #ae956f;
    display: inline-block;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
.circle-small-box svg{
    width: 25px;
    height: 25px;
    fill: #fff;
    color: #fff;
}
.border-box p.small {
    margin-bottom: 0;
}
.section-newsletter .border-box h6{
    color: #4a3f2f;
}
.below-tagline {
    font-size: 14px;
    line-height: 20px;
}
.below-tagline > div {
    width: 160px;
    border-left: 1px solid #ae956f;
}
.below-tagline .fw-bold {
    font-size: 18px;
    line-height: 34px;
}
.below-tagline > div:first-child { border-left: 0px solid #ffffff5e;}
.newsletter-form button {
    height: 50px;
    width: auto;
    padding: 0 10px;
    line-height: 48px;
    color: #fff !important;
    background: #ae956f;
    font-size: 14px;
    min-width: 140px;
    border: 1px solid #ae956f;
}
.newsletter-form button:hover{background: #ae956f;}
.newsletter-form {
    position: relative;
    padding: 0px;
    max-width: 520px;
    margin: 0 auto;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.section-abt-inner{background: url(../images/bg-perfume.png) no-repeat top center #f8f8f8;}
.header-top {background: #e4d8c6;min-height: 40px;}
.header-top .top-bar {
  font-size: 16px;
  font-weight: 400;
    line-height: 40px;
    color: #000;
  text-align: center;
  z-index: 1000;
  transition: transform 0.5s ease;
}
.top-bar.slide-down {
  transform: translateY(0);
}
.top-bar.slide-up {
  transform: translateY(-100%);
}
.section-value {
    padding: 70px 0;
    background-color: #f0e3cd;
}
.section-value:before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: no-repeat top right url(../images/bg-pattern.png);
    background-size: contain;
    top: 0;
    right: 0;
    z-index: -1;
}
.section-value:after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: no-repeat bottom left url(../images/bg-pattern-2.png);
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.section-bestseller .pbox {margin-bottom: 50px;}
.section-bestseller figure img {
    width: 100%;
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: contain;
}
.section-bestseller .pbox .pbox-content h4 {min-height: 48px;}
.section-bestseller .btn-wrap {padding-top: 0;}
.section-careers {background-color: #f0e2cd;}
.section-bestseller {padding: 60px 0px 50px;}
.accordion-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px;
  font-family: sans-serif;
}
.accordion-left {
  flex: 1;
}
.accordion-title {
  background: #f9f6ef;
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    
}
.accordion-item{border-bottom: 1px solid #f0e2cd;}
.accordion-content {
    text-align: left;
    background: transparent;
    padding: 0px 60px 30px 20px;
    border-bottom: 0px solid #f0e2cd;
}
.accordion-content ul {
  padding-left: 20px;
}
.accordion-right {
  flex: 1;
  display: flex;
  justify-content: center;
}
.accordion-right img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.section-careers .headtag {color: #d9a441;padding: 0 0 10px 0;}
.section-value .border-box {
    border: 1px solid #a78b5b !important;
    margin-top: 30px;
    color: #000;
}
.testimonial-section {
  justify-content: center;
  align-items: center;
}
.testimonial-left {
padding-right: 50px;
}
.testimonial-left h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.testimonial-left p {
  color: #555;
}
.testimonial-slider {
  flex: 2;
  min-width: 500px;
}
.testimonial-card-wrap {
  border: 1px solid #ccc;
  padding: 24px;
  margin: 15px;
  background: #fff;
  border-radius: 4px;
  height: 100%;
}
.testimonial-card .stars {
    color: #d9a441;
    font-size: 20px;
    margin-bottom: 10px;
}
.testimonial-card p {
  font-size: 14px;
  margin-bottom: 20px;
}
.author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d1d1d0;
  margin: 0 !important;
}
.owl-carousel .owl-item .author img{width: 50px;}
.author div p {
  margin: 0;
  font-size: 13px;
  color: #999;
}
.section-testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.section-testimonials .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #4a3f2f;
}
.section-testimonials .slick-dots li.slick-active button{background: #d9a441;}
.section-testimonials .slick-dots li button::before{display: none !important;}
.section-contact .headingpart .headtag {
    font-size: 18px;
    color: #d9a441;
    padding: 0 0 0;
    font-size: 25px;
}
.section-contact .contact-form .form-group {margin-bottom: 30px;}
.section-contact .contact-form .form-control {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #a4885a;
    border-radius: 0px;
    font-size: 16px;
    background: transparent;
}
.section-contact .contact-form .error {
  color: red;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.section-contact .success-message {
  color: green;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-contact .btn {
    padding: 0px 20px;
    background-color: #a4885a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
}
.section-contact .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
form.contact-form {
    max-width: 550px;
    margin: 50px auto 0;
}
.form-group-select select{cursor: pointer;}
.blog-title {
  font-size: 18px;
  line-height: 26px;
}
.blog-meta {
    font-size: 14px;
    color: #666;
    display: flex;
}
.blog-meta .dot {
  margin: 0 8px;
}
.featured-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 450px;
  object-fit: cover;
}
.toc-box, .promo-box {
    background: transparent;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 50px !important;
}
.toc-box h5,
.promo-box h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color:#555;
}
.toc-box ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 14px;
}
.blog-details-left-part {
    padding-right: 50px;
}
.promo-box button {
    margin-top: 30px;
    min-width: 100%;
    display: block;
}
.author-box {
  background-color: #fdfaf5;
  border-radius: 12px;
  margin-top: 40px;
  display: flex;
  padding: 20px;
  gap: 20px;
}
.author-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}
.author-box h5 {
  font-weight: 600;
  color: #3b2d1f;
}
.author-box p {
  color: #5c4a3c;
  font-size: 15px;
}
.blog-latest-top {
    background: #f0e2cd;
    margin-bottom: 35px;
    position: relative;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.blog-latest-top figure.blog-image img{height: 400px;}
.bbox .categoryname {
    background: #b88b5b;
    padding: 0 15px;
    line-height: 36px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}
.bbox h3 {font-size: 20px;margin-bottom: 5px;}
.blog-latest-wrap .headingpart{padding-bottom: 30px;}
.blog-latest-top .bbox .blog-content {padding: 50px 30px 0 20px;margin: 0;}
.blog-latest-top .bbox .categoryname {
    top: 20px;
    left: 20px;
    border-radius: 5px;
}
.pagination-wrap {
    text-align: center;
}
.pagination-wrap .pagination-btn {
    text-align: center;
    background: transparent;
    border: 1px solid #ae956f;
    width: 46px;
    line-height: 38px;
    font-size: 18px;
}
.pagination-wrap .pagination-btn.active {
    background: #ae956f;
    color: #fff;
}
.category-list-toggle {
    margin-bottom: 35px;
    border-bottom: 1px solid #a4885a;
}
.category-list-toggle .category-link {
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 0 15px;
    margin-right: 15px;
    line-height: 38px;
}
.category-list-toggle button.category-link.active {
    background: #b88b5b;
    color: #fff;
}
.filter-sidebar {
    background: #f0e3cd00;
    color: #555;
    padding: 25px 15px;
}
.filter-sidebar-box {
    margin-top: 25px;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}
.filter-sidebar-heading {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.filter-sidebar-box .fw-bold {
    font-weight: 600 !important;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
}
.filter-list li {
    font-size: 14px;
}
.info-div {
    font-size: 16px;
}
.info-wrap .form-select {font-size: 12px;}
.product-list .product-image img{
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.thumbnail-part {padding-right: 50px;}
.thumbnail-part img {
    width: 100%;
    border-radius: 20px !important;
    overflow: hidden;
    height: auto;
    object-fit: cover;
}
.thumbnail-part img.img-thumbnail{border-radius: 5px !important;}
.product-content-part .heading {
    color: #333f44;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-content-part .review {
    font-size: 16px;
    margin-bottom: 20px;
}
.product-content-part .product-des {
    font-size: 16px;
    line-height: 25px;
}
.product-content-part svg{margin-right: 3px;color: #d9a441;}
.product-content-part .text-muted{margin-left: 5px;color: #333f44;}
.productlist .product-des {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #726653;
}
.taglist{margin-bottom: 20px;}
.taglist li {
    display: inline-block;
    background-color: #f0e3cd;
    margin: 0 15px 15px 0px;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 4px;
        color: #212529;
}
.cart-meta .quantity{
    display: inline-block;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    flex: none;
}

.qty-wrap .input-wrap{width: 40px;display: inline-block;text-align: center;}
.cart-meta button {
    background: #ae956f !important;
    color: #fff;
    border: 1px solid #ae956f !important;
    width: 100%;
    padding: 0 30px;
    font-size: 16px !important;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
}
.cart-meta .quantity button {
    background: transparent !important;
    border: none !important;
    font-size: 20px;
    min-width: unset;
    width: 70px !important;
    height: 50px;
    cursor: pointer;
    color: #000;
}
.section-box-data .bbbox {
    background: #ffffff52;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #ead6d6;
    min-height: 240px;
    box-shadow: 0 0 3px 0px #332b2b14;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section-box-data .bbbox h6 {
    color: #333f44;
    font-size: 16px;
}
.section-box-data .bbbox .bbbox-text {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
}
.bbbox .icon {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #ae956f;
}
.productlist .pbox {
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.productlist .pbox .pbox-content {
    padding: 25px 0px 0;
    text-align: left;
}
.woocommerce .productlist .pbox .pbox-content a.added_to_cart {display: none;}
.productlist .pbox .pbox-content h4 {
    color: #1d1816;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    min-height: unset;
}
.productlist .pbox .pbox-content h4 a{color: inherit;}
.productlist .pbox .pbox-content .button , .productlist .pbox .pbox-content .addtocartbtn, .product-compact .addtocartbtn{
    color: #fff;
    background-color: #ae956f;
    font-size: 16px;
    border: 1px solid #ae956f;
    box-shadow: none;
    padding: 0 15px;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    line-height: 40px;
    min-height: 42px;
    border-radius: 4px;
    text-align: center;
}
.productlist .pbox figure {
    border: 1px solid #f0e2cd;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.productlist .pbox figure img {
    height: 340px;
    width: 100%;
    object-fit: cover;
}
.section-ingredients #productAccordion {
    background-color: transparent;
}
.section-ingredients .accordion-item {
    color: #a78b5b;
    background-color: transparent;
    border: none;
}
.section-ingredients .accordion-item .accordion-button {
    background-color: transparent;
    border-bottom: 1px solid #a78b5b;
    border-radius: 0 !important;
    box-shadow: none;
}
.section-ingredients .accordion-item .accordion-collapse.show{
    border-bottom: 1px solid #a78b5b;
    border-radius: 0 !important;
}
.section-ingredients .accordion-item .accordion-button:not(.collapsed) {
    border-bottom: none;
    color: #a78b5b;
}
.section-ingredients .accordion-item .accordion-body {padding-top: 0 !important;}
.review-section {
  background: #fff;
  padding: 60px 20px;
  font-family: sans-serif;
}

.review-container {
  max-width: 768px;
  margin: 0 auto;
}

.review-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.review-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.rating-value {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
}

.star-icon {
  color: #ffc107;
}

.review-button {
  background: #000;
  color: #fff;
  padding: 8px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.review-card {
  border-top: 1px solid #e6e6e6;
  padding: 24px 0;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  background: #dcdcdc;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.review-userinfo {
  flex: 1;
}

.review-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.verified {
  color: #555;
  font-size: 11px;
  margin-left: 6px;
}

.review-details {
  font-size: 12px;
  color: #777;
}

.review-date {
  font-size: 12px;
  color: #888;
}

.review-stars {
  color: #ffc107;
  margin-bottom: 6px;
}

.review-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.review-comment {
  font-size: 14px;
  color: #333;
}

.review-feedback {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: #666;
  margin-top: 12px;
  align-items: center;
}
.review-summary img{margin: 0 auto;}
.login-wrapper {
    display: flex;
    max-width: 1500px;
    margin: 40px auto;
    border: 0px solid #ddd;
    box-shadow: none;
}
.login-left, .login-right {
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
}

.login-left {
  border-right: 1px solid #eee;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

form {
  margin-top: 20px;
}

form label {
  display: block;
  font-size: 14px;
  margin: 10px 0 5px;
}
form input[type="email"], form input[type="password"], form input[type="text"], form input[type="tel"], form textarea, form select {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ad915f;
    margin-bottom: 10px;
    outline: none;
}
.password-wrapper {
  position: relative;
}

.eye-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  font-size: 14px;
}
.login-wrapper .btn{max-width: 100%;display: block;min-width: 100%;}
.login-wrapper .btn.dark{background-color: #4a3f2f;color: #fff;margin-top: 30px;}
.message {
  color: red;
  font-size: 14px;
}

.terms {
  font-size: 13px;
  margin-top: 15px;
  color: #666;
}

.terms a {
  color: #000;
  text-decoration: underline;
}

.login-right img {
    width: auto;
    height: 240px;
    margin: 20px auto;
}

.login-right ul {
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}
.login-wrapper input[type="checkbox"] {
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}
.register-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  font-family: sans-serif;
}

.register-container h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.login-link {
  font-size: 14px;
  margin-bottom: 20px;
}

.register-container input[type="text"],
.register-container input[type="email"],
.register-container input[type="password"] {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: transparent;
}
.cart-left {
  flex: 2;
}

.cart-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.cart-subtext {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.cart-item img {
  width: 70px;
  height: auto;
  object-fit: contain;
}

.cart-item-info {
  flex: 1;
}

.cart-item-info h6 {
  margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.cart-item-info p {
  margin: 4px 0;
  font-size: 14px;
  color: #666;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.qty-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.qty-controls span {
  min-width: 20px;
  text-align: center;
}

/* Price & Remove */
.cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
}

.cart-item-actions .remove-btn {
  margin-top: 5px;
  color: #b00;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}

/* Recommended section */
.recommend {
  margin-top: 40px;
}

.recommend h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.recommend-products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Right side - Summary */
.cart-right {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 30px;
}

.summary-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

.summary-total {
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.promo {
  margin: 20px 0;
}

.promo label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.promo input {
  width: calc(100% - 100px);
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.promo button {
  padding: 9px 15px;
  font-weight: bold;
  background: black;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.checkout-btn,
.continue-btn {
  width: 100%;
  padding: 12px;
  font-weight: bold;
  margin-top: 10px;
  border: none;
  cursor: pointer;
}
.checkout-btn {
    background-color: #ae956f;
    color: white;
}
.continue-btn {
  background-color: white;
  border: 1px solid #ae956f;
}

.info-box {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #333;
}

.info-box a {
  color: #000;
  text-decoration: underline;
}
.cart-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 50px;
}
.section-sample-kit p{font-size: 14px;}
.cart-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 999;
}
.cart-popup-overlay .cart-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    max-height: unset;
    overflow-y: auto;
    background: #f4ece0;
    padding: 20px;
    border-radius: 0;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cart-popup-overlay .cart-popup h4 {
  margin-top: 0;
}

.cart-popup-overlay .cart-popup-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.cart-popup-overlay .cart-popup-item img {
  width: 60px;
  height: auto;
}

.cart-popup-overlay .qty-controls button {
  padding: 2px 6px;
}

.cart-popup-overlay .remove-btn {
  background: transparent;
  color: red;
  border: none;
  cursor: pointer;
}

.cart-popup-overlay .close-btn {
  background: transparent;
  border: none;
  font-size: 20px;
  float: right;
  cursor: pointer;
}

.cart-popup-overlay .cart-popup-summary {
  margin-top: 10px;
}

.cart-popup-overlay .checkout-btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
}
.category-label {
    background: #b88b5b;
    padding: 0 15px;
    line-height: 36px;
    display: inline-block;
    color: #fff;
    z-index: 5;
    margin-bottom: 10px;
    border-radius: 5px;
}
.blog-content h2{    margin: 30px 0 15px;font-size: 28px;color: #333f44;}
.blog-content h3{    margin: 30px 0 15px;font-size: 22px;color: #333f44;}
.blog-content .bg-cream-100 {
    background: #f0e2cd;
    padding: 30px 30px 50px;
    margin: 0;
    border: none !important;
    box-shadow: none;
    border-radius: 8px;
}
.button-below-link {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}
.button-below-link a:hover{text-decoration: underline;}
.cart-popup-summary-wrap {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}
.product-details-page .heading, .blog-detail .blog-title, .section-related-blog .heading, .section-latest-blog .heading {
    color: #333f44;
    font-size: 34px;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}
.product-details-page .headingpart .para, .section-related-blog .headingpart .para{
    font-size: 16px;
    color: #847362;
    margin: -10px 0 30px;
}
.section-ingredients .ibox {
    padding: 25px 20px 10px;
    border-radius: 5px;
    border: 1px solid #ead6d6;
    min-height: unset;
    box-shadow: 0 0 3px 0px #332b2b14;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    background: #f8f2eb7d;
    margin: 0 70px 20px;
    position: relative;
}
.section-ingredients .ibox .iboxper {
    position: absolute;
    right: 25px;
    top: 20px;
    background: #f0e3cd;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 12px;
}
.section-story {
    background: #f0e3cd6e;
    padding: 80px 0;
}
.section-story .story-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 5px;
  border: 1px solid #ead6d6;
  box-shadow: 0 0 3px 0px #332b2b14;
  background-color: #f0e3cd6e;
}
.section-story .story-box .heading {font-size: 28px;}
.section-apply .abox-num {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #f0dada61;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}
.section-apply .headingpart{margin-bottom: 30px;}
.section-apply .abox {
    padding: 20px 20px 0px;
    color: #847362;
    font-size: 14px;
    line-height: 20px;
}
.related-products .rpbox {
    background: #f0e3cd6e;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}
.related-products .rpbox img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}
.related-products .rpbox:hover img {
    transform: scale(1.05);
}
.related-products .rpbox h4 {
    font-size: 15px;
    line-height: 20px;
    color: #333f44;
}
.related-products .rpbox .price{font-size: 18px;margin-bottom: 0;padding-bottom: 0;}
.related-products .rpbox .addtocartbtn {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    background: #4a3f2f;
    color: #fff;
}
.related-products .rpbox:hover .addtocartbtn {
    top: 40%;
    opacity: 1;
    visibility: visible;
}
.section-product-faq .accordion-item {
    color: #555;
    background-color: transparent;
    border: 1px solid #ccc !important;
    margin-bottom: 20px;
    border-radius: 8px !important;
}
.section-product-faq #productAccordion {
    max-width: 800px;
    margin: 0 auto;
}
.section-product-faq #productAccordion .accordion-button {
    color: #333f44;
    font-weight: 600;
    background-color: transparent;
}
.section-product-faq #productAccordion .accordion-button:focus{
    box-shadow: none;
}
.filter-list input[type="checkbox"] {
  display: none; /* hide default checkbox */
}

.custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #666;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* checked state */
.filter-list input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #a78b5b;
    border-color: #a78b5b;
  position: relative;
}

/* tick mark */
.filter-list input[type="checkbox"]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Base track */
.filter-sidebar-box input[type="range"] {
  -webkit-appearance: none; /* Remove default */
  width: 100%;
  height: 6px;
  background: #ddd; /* Track background */
  border-radius: 5px;
  outline: none;
}

/* Filled part before thumb (Chrome, Safari, Edge) */
.filter-sidebar-box input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(to right, #a78b5b 0%, #a78b5b var(--value, 50%), #ddd var(--value, 50%), #ddd 100%);
}

.filter-sidebar-box input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #a78b5b; /* Thumb color */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* center thumb */
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

/* Firefox */
.filter-sidebar-box input[type="range"]::-moz-range-track {
  height: 6px;
  background: #ddd;
  border-radius: 5px;
}
.filter-sidebar-box input[type="range"]::-moz-range-progress {
  background: #a78b5b; /* Filled part */
  height: 6px;
  border-radius: 5px;
}
.filter-sidebar-box input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #a78b5b;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.product-list .card.product-card {
    background: #ffe;
    padding: 15px;
    border-radius: 8px;
    border: none;
    margin-bottom: 30px;
}
.product-list .card.product-card img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
    overflow: hidden;
}
.product-list .card.product-card:hover img{
  transform: scale(1.05);
}
.product-list .card.product-card .card-title {
    font-size: 15px;
    line-height: 20px;
    color: #333f44;
}
.product-list .card.product-card .card-body {
    flex: 1 1 auto;
    padding: 10px 0 0;
    color: #555;
}
.product-list .card.product-card .categoryname {
    background: #d9a441;
    color: #ffe;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 8px;
    border-radius: 5px;
}
.product-list .card.product-card:hover .categoryname{opacity: 0;}
.product-list .card.product-card .price {
    font-size: 18px;
    color: #a78b5b;
    font-weight: 600;
}
.product-list .card.product-card .addtocartbtn {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    background: #4a3f2f;
    color: #fff;
}
.product-list .card.product-card:hover .addtocartbtn{
top: 40%;
opacity: 1;
    visibility: visible;
}
.bloglist .blog-thumb{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.bloglist .metacategory {
    background: #b88b5b;
    padding: 0 15px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    z-index: 5;
    margin-bottom: 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}
.bloglist .blog-heading {
    font-size: 18px;
    line-height: 25px;
    font-family: "Nunito", sans-serif;
    color: #333f44;
    margin-bottom: 15px;
}
.bloglist .blog-des{
    color: #555;
    font-size: 15px;
    margin-bottom: 15px;
    height: 50px;
    overflow: hidden;
}
.bloglist .metadate{font-size: 12px;}
.bloglist .bbox {
    position: relative;
    margin-bottom: 35px;
    background: #fff;
    border-radius:  8px;
}
.bloglist .bbox .blog-content {
    padding: 20px 15px;
}
.bloglist .bbox .readmorebtn {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    background: #d9a441;
    border-color: #d9a441;
    color: #fff;
    z-index: 5;
    display: none;
}
.bloglist .bbox:hover .readmorebtn{
top: 35%;
opacity: 1;
    visibility: visible;
}
.blog-latest-top .blog-content h2 {
    margin: 30px 0 15px;
    font-size: 24px;
    color: #333f44;
}
.blog-latest-top .blog-content a {
    color: #4a3f2f;
    font-size: 16px;
    background: transparent;
}
.blog-latest-top .blog-content a:hover {
    background-color: #4a3f2f;
    font-size: 16px;
    color: #fff;
}
.blog-latest-top .blog-content .blog-des {
    color: #555;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 40px;
    height: 70px;
    overflow: hidden;
}
.flogo img{filter: brightness(0) invert(1);}
.productlist .product-price {
    font-size: 16px;
    line-height: 30px;
}
.product-review {
    font-size: 20px;
    letter-spacing: 2px;
}
.product-review svg{
    margin-right: 3px;
}
.section-blog .bloglist .bbox{background: transparent;border-radius: 0px;}
.section-abt .para {
    font-size: 16px;
    line-height: 28px;
}
.section-sample-kit .col-sm-7 img{height: 725px;width: 100%;}
.video-wrap img{height: 408px;}
.product-panel-box {
    padding: 0 25px 25px;
    border: 1px solid #ecdfdf;
    border-radius: 10px;
    margin-bottom: 40px;
}
.product-panel-title {
    font-size: 15px;
    text-transform: uppercase;
    background: #f9f6ef;
    display: inline-block;
    padding: 0 8px;
    margin: 0 0 0 -10px;
    position: relative;
    top: 0;
    transform: translateY(-50%);

}
.product-panel-input {
    border: 1px solid #cfc4c4;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 20px;
}
.product-panel-input.active {border: 2px solid #725c58;}
label.product-panel-label {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}
.product-panel-price {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    line-height: initial;
}
.product-panel-price .woocommerce-variation-price {
    display: flex;
    align-items: center;
    gap: 15px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins{text-decoration: none !important;position: relative;}
.product-panel-box .old-price, .product-panel-box .price del span{
    opacity: .54;
    text-decoration: none !important;
    font-weight: 400;
    margin: 0 5px 0 0px;
    font-size: 20px;
    position: relative;
}
.product-panel-box .old-price:before, .product-panel-box .price del span.woocommerce-Price-amount:before, .woocommerce div.product p.price del span.woocommerce-Price-amount:before{
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 11px;
    height: 2px;
    background: #f00;
    transform: rotate(-10deg);
}
.product-panel-box .woocommerce-variation-price .price {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-panel-box  .price-off {
    color: #e90202;
    font-size: 14px;
}
.product-panel-info {
    font-size: 13px;
    opacity: 0.5;
}
.product-panel-box .price span {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.heading-small-tag {
    display: inline-block;
    background-color: #f0e3cd;
    margin: 0 15px 15px 0px;
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 4px;
    color: #212529;
}
.product-content-part .review svg {
    color: #333f44;
}
.product-content-part .cart-meta {
    margin-bottom: 50px;
}
.product-panel-content .product-compact figure {
    margin: 0;
    width: 84px;
}
.product-content {
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 25px;
}
.product-panel-content .product-compact {
    display: flex;
    align-items: center;
}
.product-panel-content .product-compact .product-title {
    font-size: 18px;
}
.product-panel-content .product-compact .product-price {
    color: #ae956f;
    margin-bottom: 5px;
}
.section-aspiration .para {
    padding: 0 150px;
}
.section-new-launches .headingpart{
    padding: 0 0 35px;
}
.cart-item button.qty-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    width: 40px;
    height: 36px;
    cursor: pointer;
}
.cart-item .qty-wrap {
    margin: 5px 0 0 0;
}
.blog-detail .blog-content {
    font-size: 16px;
    line-height: 26px;
}
.cart-container .product-panel-box{margin-top: 50px;}
.main-banner {min-height: 620px;background-color: #e2d4bf;}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 340px;
    display: block;
    margin: 0;
    box-shadow: none;
}
.no-rating {
    display: none;
}
.woocommerce .up-sells ul.products{
    margin: 0 -20px 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;

}
.woocommerce .up-sells ul.products li.product{
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
 }
.woocommerce .up-sells .productlist .pbox {
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 20px;
}
.woocommerce .up-sells ul.products li.product a img {height: 130px;}
.woocommerce .up-sells ul.products .product-des, .woocommerce .up-sells ul.products .product-review, .woocommerce .up-sells h2{display: none;}
.woocommerce .up-sells .productlist .pbox .pbox-content h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.woocommerce .up-sells .productlist .pbox .pbox-content {
    padding: 0;
    flex: 2;
}
.woocommerce .up-sells .productlist .pbox figure {
    flex: 1;
}
section.up-sells.upsells.products {
    display: none;
}
.product-content-part section.up-sells.upsells.products {
    display: block;
}
.woof_products_top_panel{display: none !important;}
.filter-sidebar .woof_sid_flat_white {
    background: transparent;
    border: solid 0px #eee;
    padding: 5px;
}
.filter-sidebar .woof-front-builder-container .woof_container h4 {
    background: transparent;
    color: #333;
    text-align: left;
}
.filter-sidebar .woof-front-builder-container a.woof_radio_term_reset.woof_radio_term_reset_visible{display: none !important;}
.filter-sidebar .irs--round .irs-handle {border: 4px solid #73716e;}
.filter-sidebar .irs--round .irs-bar {background-color: #73716e;}
.filter-sidebar .irs--round .irs-from, .filter-sidebar .irs--round .irs-to, .filter-sidebar .irs--round .irs-single {background-color: #73716e;}
.filter-sidebar .irs--round .irs-from:before, .filter-sidebar .irs--round .irs-to:before, .filter-sidebar .irs--round .irs-single:before {border-top-color: #73716e;}
body.woocommerce nav.woocommerce-pagination ul li {border-right: 0px solid #cfc8d8 !important;}
body.woocommerce nav.woocommerce-pagination ul {border: 0px solid #cfc8d8;margin: 0px;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent !important;
    color: #ae956f !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {font-size: 18px;padding: 15px;}
.woof-form-builder-btn{display: none !important;}
.quantity {
  display: flex;
  align-items: center;
}
.woocommerce .cart-meta .quantity .qty {
    border: none;
    width: 40px;
    height: 50px;
    text-align: center;
    background: transparent;
}
.woocommerce .cart-meta .woocommerce-variation-add-to-cart{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.woo-variation-radios label {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

.woo-variation-radios input[type="radio"] {
  margin-right: 5px;
}
.woocommerce div.product form.cart .variations {margin-bottom: 0;}
.custom-review-summary {
    margin: 20px auto 50px;
    width: 500px;
}
.rating-bar { display:flex; align-items:center; margin:0; gap: 8px;font-size: 12px;}
.rating-bar .bar { flex:1; background:#eee; margin:0 10px; height:6px; border-radius:4px; }
.rating-bar .bar span { display:block; height:6px; background:#222; border-radius:4px; }
.section-search-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 30px 0 50px;
    box-shadow: 0 2px 3px 0px #cacaca;
    display: none;
    z-index: 8;
}
.icon-search-active .section-search-form {display: block;}
.cart-meta .simple-cart-form{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.product-detail-wrap .slick-slide img{border-radius: 15px;}
.custom-review-summary .col-sm-6{position: relative;}
.custom-review-summary .divider {
    position: absolute;
    background: #ccc;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}
.woocommerce-Reviews .woocommerce-Reviews-title{display: none;}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0px solid #e1dde7;
    border-radius: 0;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0 10px 0 0;
    box-shadow: none;
    border-radius: 25px;
}
.woocommerce .star-rating {float: none;}
.woocommerce #reviews #comments ol.commentlist {padding: 0;margin: 0;}
.woocommerce #reviews #comments ol.commentlist li {border-bottom: 1px solid #ccc;padding: 0 0 20px;margin: 0 0 30px;}
#review_form_wrapper {
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin-top: 50px;
}
.login-meta .icon-sub-menu {
    background: #fff;
    border-radius: 6px;
    width: 150px;
    position: absolute;
    top: 70%;
    right: 0;
    display: none;
    z-index: 9;
}
.icon-menu-active .login-meta .icon-sub-menu {display: block;}
.login-meta .icon-sub-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    right: 15px;
    z-index: -1;
    transform: rotate(45deg);
    top: -3px;
}
.login-meta .icon-sub-menu li {
    display: block;
    line-height: 34px;
    
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}
.login-meta .icon-sub-menu li a{display: block;padding: 0 15px;}
.login-meta .icon-sub-menu li:hover a{
    background-color: #a78b5b;
    color: #fff;
}
.woocommerce .product-review .star-rating {font-size: 10px;width: 100%;margin-bottom: 10px;margin-top: 10px;}
.woocommerce-checkout .header-bottom {padding: 12px 0;border-bottom: 1px solid #dfdfdf;}
.woocommerce-checkout .logo {width: 80px;}
.woocommerce-checkout .icon-header.icon-shopping{
    width: 28px;
    height: 28px;
    background: no-repeat center #f9f6ef;
    background-image: url(../images/icon-shopping.png);
    display: inline-block;
    margin-left: 15px;
    border: none;
}
.woocommerce-checkout .site-footer {color: #a4885a !important;padding: 40px 0 20px;background-color: #f9f6ef !important;}
.woocommerce-checkout .site-footer .list-unstyled {text-align: left;}
.woocommerce-checkout .site-footer .list-unstyled li{display: inline-block;margin: 0 15px;}
.woocommerce-checkout .site-footer .list-unstyled li a{color: #a4885a;}
.woocommerce-checkout .wp-block-woocommerce-checkout {padding-top: 0;}
.woocommerce-checkout .section-Checkout:before {
    content: '';
    background: #f0e3cd36;
    width: 38%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.header-bottom .login-meta .cart-btn .xoo-wsc-sc-subt{display: none;}
.header-bottom .login-meta .cart-btn .xoo-wsc-sc-bki {color: #a78b5c;}
body .xoo-wsc-container .xoo-wsc-basket{display: none !important;}
/*============================================================*/
.custom-sidecart {
  position: fixed;
  top: 0; right: -700px;
  width: 360px;
  height: 100%;
  background: #f9f6ef;
  box-shadow: -3px 0 10px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}
.custom-sidecart.open { right: 0; }

.sidecart-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
  display: none;
}
.sidecart-overlay.open { display: block; }
.sidecart-content {
    padding: 15px 15px 115px;
    flex: 1;
    overflow-y: auto;
}
.sidecart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.sidecart-item img.thumb { width: 50px; height: 50px; object-fit: cover; }
.sidecart-item .details { flex: 1; position: relative; }
.sidecart-item .title { display: block; font-size: 14px; font-weight: 500; margin-bottom: 5px; }
.sidecart-item .qty-wrap {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    width: 90px;
}
.sidecart-item .qty-wrap button {
    background: transparent !important;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    height: 20px;
    line-height: 10px;
}
.sidecart-item .qty-input {
    width: 30px;
    text-align: center;
    height: 20px;
    border: none;
    background: transparent;
    font-size: 13px;
}
.remove-item { position: absolute; top: 0; right: 0; background: none; border: none; font-size: 18px; color: #888; cursor: pointer; }
.sidecart-summary {
    padding: 10px 15px;
    background: #fafafa;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    right: 0;
}
.sidecart-summary p {
    margin: 0 5px 0 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.checkout-btn { display: block; width: 100%; text-align: center; background: #000; color: #fff; padding: 10px; border-radius: 4px; text-decoration: none; }
.sidecart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px 5px;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: 15px;
}
.sidecart-header .close-sidecart {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.cart-offer-msg {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
}
.icon-cart {
  position: relative;
  display: inline-block;
}
.cart-count-badge {
    position: absolute;
    top: -4px;
    right: -9px;
    background: #a78b5b;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 17px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
}
.sidecart-upsell .upsell-products {
    display: flex;
    overflow-y: auto;
    gap: 15px;
    flex-direction: column;
}
.sidecart-upsell h3{font-size: 18px;margin-bottom: 20px;}
.sidecart-upsell {
    padding: 30px 15px;
    background: #fff;
}
.sidecart-upsell  .upsell-product {
    display: flex;
    gap: 14px;
    align-items: center;
}
.sidecart-upsell h4 {margin-top: 8px;font-size: 12px;margin-bottom: 0;}
.sidecart-upsell .upsell-products .price {font-size: 11px;}
.sidecart-upsell .upsell-products img {
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
    max-width: 84px;
}
.sidecart-upsell .upsell-products a.add_to_cart_button{
    border: 1px solid #000;
    background-color: transparent;
    padding: 0 15px;
    font-size: 11px;
    line-height: 25px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    border-radius: 14px;
    color: #000;
}
.sidecart-items .price-qty {display: flex;gap: 15px;}
.sidecart-items .price {font-size: 13px;}
.woocommerce-account .section-breadcrumb{display: none;}
.logged-in.woocommerce-account .section-breadcrumb{display: block;}
.section-My h2{display: none;}
.logged-in .section-My h2{display: block;}
.section-My .woocommerce h2{text-align: center;display: none;}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 400px;
    margin: 0 auto;
    border: navajowhite;
    padding: 0;
}
.woocommerce-form-login__rememberme, .woocommerce-LostPassword.lost_password{display: none !important;}
.woocommerce-form-login button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    background: #a4885a;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 44px;
    padding: 0 15px;
}
.woocommerce-form-login button.woocommerce-button.button.woocommerce-form-login__submit:hover{
    background: #000;
}
.woocommerce-form-login #username {
    height: 44px;
    background: transparent;
}
.woocommerce-MyAccount-navigation ul{border: 1px solid #a4885a;width: 220px;border-bottom: none;}
.woocommerce-MyAccount-navigation ul li{
    display: block;
    line-height: 36px;
    border-bottom: 1px solid #a4885a;
    padding: 0 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active{background:#a4885a; color: #fff; }
.woocommerce .pbox-content a.added_to_cart{display:none;}
.product-content-part .taglist li {font-size: 15px;}
.no-product {text-align: center;padding: 150px 0 0;}
.no-product h4 {margin-bottom: 20px;}
.wc-checkbox-item {
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer;
}
/* Wrapper */
.wc-attr-checkbox {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Each option box */
.wc-checkbox-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 18px;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    transition: 0.25s ease;
    user-select: none;
}

/* Hide radio input */
.wc-checkbox-item input {
    display: none;
}

/* Text inside */
.wc-checkbox-item span {
    display: inline-block;
}

/* Selected (checked) state */
.wc-checkbox-item input:checked + span,
.wc-checkbox-item input:checked ~ span {
    color: #000;
}

/* Highlight selected box */
.wc-checkbox-item input:checked + span::before,
.wc-checkbox-item input:checked ~ span::before {
    content: '';
}

/* Apply highlight to wrapper when checked */
.wc-checkbox-item input:checked + span,
.wc-checkbox-item input:checked ~ span {
    color: #000;
}

/* Add visual style to the entire label when selected */
.wc-checkbox-item input:checked + span,
.wc-checkbox-item input:checked ~ span {
    color: #000;
}

.wc-checkbox-item input:checked ~ span,
.wc-checkbox-item input:checked + span {
    color: #000;
}

.wc-checkbox-item input:checked ~ span,
.wc-checkbox-item input:checked + span,
.wc-checkbox-item:has(input:checked) {
    border-color: #ae956f;   /* selected border color */
    background: #f0e3cd;     /* selected light background */
}
.woocommerce div.product form.cart .product-panel-box .reset_variations {display: none !important;}
.woocommerce span.onsale {
    min-height: unset;
    min-width: unset;
    padding: 1px 20px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 36px;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 5px 0 0 0;
    background-color: #ae956f;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    display: block;
}
.productlist .product-price del {
    text-decoration: none;
    position: relative;
    margin: 0 10px 0 0px;
    font-size: 14px;
}
.productlist .product-price del:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 8px;
    height: 2px;
    background: #f00;
    transform: rotate(-8deg);
}
.productlist .product-price ins{text-decoration: none;}
.cart-upsell-product-wrap {
    position: absolute;
    right: 360px;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.2);
        width: 300px;
}
.cart-info-para {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 15px;
}
.cart-info-para a{
    text-decoration: underline;
}
.productlist .product-review {
    font-size: 12px;
    letter-spacing: 2px;
}
.title-highlight {
    color: #dd0606;
}
.product-details-page .woocommerce-notices-wrapper{display: none;}