.category-featured h3 {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #6f7146;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 18px;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 480px) {
    .salla-theme_6 {
        padding-top: 45px;
        background-color: #6f7146;
    }
}


.salla-theme_6 .site-header__cart {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
    min-width: 200px;
    background: #6f7146;
}
.footer-main {
    padding: 2rem 0;
    color: #fff;
    background-color: #6f7146;
}

.bg-brand {
    background: rgb(111, 113, 70);
}
body.salla-theme_6 .site-header .sub-header {
    transition: all .35s cubic-bezier(.2,1,.3,1);
    background: #6f7146;
}

.promotion-title, .feature-item__icon {
    color: #FFFF;
    background-color: #6f7146;
}

:root {
    --main-color: #ffffff;
    --main-text-color: #6f714640;
    --main-text-color2: #6f7146;
    --infinte-color: #dfdfdf;
    --main-text-color-dark: #b3b3b3;
    --color-main: #ffffff;
    --color-main-d: #e6e6e6;
    --color-main-l: #ffffff;
    --color-main-reverse: #808080;
    --color-text: #5a5a5a;
    --color-text-reverse: #c0c0c0;
    --color-title: #b3b3b3;
        font-weight: bold;
}


@media only screen and (min-width: 992px) {
    .salla-theme_6 .sub-nav .main-menu>li:hover>a {
        background-color: rgb(111 113 70 / 22%);
        --main-text-color: 1;
    }
}

.salla-theme_6 .site-header .header-top .logo a img {
    height: 135px !important;
    max-height: unset !important;
    max-width: unset !important;
    vertical-align: middle;
    width: auto;
}
.salla-theme_6 .product .product-footer .product-add.add_to_cart_btn {
    background-color: hsl(62.79deg 23.5% 35.88% / 22%);
    border-radius: 3px;
    margin: 10px 0 0;
    padding: 10px 15px;
    position: relative;
}
.salla-theme_6.color-mode-dark .site-header .sub-header * {
    color: #ffffff;
}