:root {
    --main: #685c53;
    --main-light: #a3968c;
    --main-dark: #a49e9d;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --theme-color: #a38978;
    --footer-bg-color:;
}
.logo img {
    width: 284px;
}
.icon img {
    filter: grayscale(1);
}
.navbar-sticky2, .banner.banner-2 {
    background: #fff!important;
}
.page-path a.current-page, .rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter.active, .rts-featured-product-section1 .container .rts-featured-product-section-inner .product-item .bottom-content .product-name:hover, .contact-area .container .right-side .get-in-touch .contact ul li.one::before, .contact-area .container .right-side .get-in-touch .contact ul li.two::before, .contact-area .container .right-side .get-in-touch .contact ul li.three::before {
    color: var(--main);
}
.page-path {
    background: #ebe6e2;
}
.btn-danger {
     background-color: var(--main)!important;
     border-color: var(--main)!important;
}
.contact-area .container .contact-form .info-form .form-btn , .rts-product-details-section .details-product-area .addto-cart-btn{
    background:var(--main-light)!important;
    border:var(--main-light)!important;
}
.rts-product-details-section .details-product-area .addto-cart-btn:hover, .page-path a i {
     color: #000!important;
}
.line-1 {
    filter: grayscale(1);
}