:root {
    --main: #83B735;
    --main-light: #ffae00;
    --main-dark: #aa8385;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --theme-color: #ee9ea2;
    --footer-bg-color: ;
}
.logo img {
    width: 200px;
}
.icon img, .line-1 {
    filter: grayscale(1);
}
.banner .banner-single.bg-image-5 {
        background-image: none!important;
}
.rts-featured-product-section2 .product-item .product-bottom-action {
    background: var(--theme-color);
}
.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(--theme-color)!important;
}
.page-path {
    background: var(--main-dark);
}

.btn-danger {
     background-color: var(--theme-color)!important;
     border-color: var(--theme-color)!important;
}
.contact-area .container .contact-form .info-form .form-btn , .rts-product-details-section .details-product-area .addto-cart-btn{
    background:var(--theme-color)!important;
    border:var(--theme-color)!important;
}
.rts-product-details-section .details-product-area .addto-cart-btn:hover, .page-path a i, .page-path a {
     color: #000!important;
}