
.bs-grid-header {
       background: #EEEFEE;
}

.navbar-toggler {
        color: #000000;
        border: 2px solid #000000;
        border-radius: var(--btn-border-radius);
}


.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    background: #DF4661;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.bs-grid-header__search {
    border: 2px solid #000000;
    background: var(--header-search-bg, var(--element-bg));
}

.btn-cart, .btn-login {
    position: relative;
    color: var(--body-bg);
    background: #71CC98;
    border-radius: 5rem;
    height: 3rem;
    min-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-bold);
}

.cart-items {
     background: #DF4661;
    color: var(--primary-hover-contrast);
     border: 2px solid var(--header-bg-color);
}

.bs-grid-header__logo img {
    max-width: 150px;
    max-height: var(--logo-height);
}

.announcement-bar {
    color: #000000;
    background: #71CC98;
    border-color: #71CC98;
}


.bs-categories__item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--default-border-radius, 0);
    height: 90%;
    background: #71CC98;
    padding: 1rem;
    box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 20%);
    margin-top: 6px;
    margin-bottom: 9px;
}

.bs-categories__title {
    font-weight: var(--font-bold);
    text-align: center;
    color: #ffffff;
    font-size: 0.8rem;
    padding-top: 1rem;
    margin: 0;
    display: flex;
    height: 100%;
}

.bs-footer {
    background: #EEEFEE;
    color: #000000;
    font-weight: var(--font-bold);
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: #71CC98;
        background-color: var(--element-bg);
    }
}

.bs-footer__social .btn-social:hover {
    background: #DF4661;
    color: var(--primary-contrast);
}

.bs-footer__link__icon {
    color: #DF4661;
    margin-right: .5rem;
    display: inline-block;
    font-size: var(--footer-font-size, .8rem);
}

.chat-widget__btn {
    background: #DF4661;
    box-shadow: var(--box-shadow-widget);
    color: white;
    width: 1.5em;
    height: 1.5em;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}
.chat-widget__btn:hover {
    background: #71CC98;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    background: #71CC98;
    border-color: #71CC98;
    color: var(--btn-color-default);
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background: #DF4661;
    border-color: #ffffff;
    color: var(--secondary-contrast);
}

.noUi-connect {
    background: #EEEFEE;
}

.bs-collection-filter .btn-secondary {
    background-color: #EEEFEE;
    border-color: #EEEFEE;
    color: #000000;
}

.bs-collection-filter .btn-secondary:hover {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

.btn-primary {
    background: #71CC98;
    border-color: #71CC98;
    color: var(--secondary-contrast);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #DF4661;
    border-color: #DF4661;
    color: #ffffff;
}

.btn-share {
    background: var(--primary-contrast);
    border-radius: 2em;
    color: #DF4661;
}

.btn-share:hover {
    border: 1px solid #DF4661;
    background: #DF4661;
    color: var(--primary-contrast);
}

@media screen and (max-width: 767px) {
    p {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 4.5rem;
    text-align: justify;
}}

.bs-menu__lv1:hover, .show>.bs-menu__lv1 {
    color: #DF4661;
    background: #EEEFEE;
}

@media screen and (min-width: 992px) {
    .navbar__menu-desktop__menu-title {
        width: 100%;
        padding: 0rem 1rem;
        background: #EEEFEE;
        color: #000000;
         font-size: 1rem;
        font-weight: var(--font-bold);
    }
}

@media screen and (min-width: 992px) {
    .navbar__menu-desktop__menu-title__link:hover {
        color: #DF4661;
        background: var(--secondary-color);
    }
}

.bs-header-top .btn:hover {
    text-decoration: underline;
    color: #DF4661;
}

.bs-footer__social .btn-social, .bs-footer__social .chat-facebook, .bs-footer__social .chat-whatsapp {
    border: 0 none;
    color: #DF4661;
    background-color: var(--primary-contrast);
}

.grid-slider .slick-arrow > * {
    background: var(--slider-arrow-bg, transparent);
    color: #DF4661;
    width: 2rem;
    height: 2rem;
    border-radius: var(--slider-arrow-border-radius, var(--default-border-radius));
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-desc {
    font-weight: 100;
    text-align: justify;
}

@media screen and (max-width: 992px) {
.txt-desc {
    font-weight: 100;
    text-align: center;
    }}

    @media screen and (min-width: 1200px) {
    .bs-footer__section-description {
        padding-right: 38px;
    }
}

@media screen and (max-width: 992px) {
.btn-cart, .btn-login {
    display: none;
}}

@media screen and (max-width: 992px) {
.modal-dialog .btn-primary {
    background: #71CC98;
    border-color: #71CC98;
    color: var(--secondary-contrast);
    margin-top: 6px;
}}

.page-item.active .page-link.page-link {
    color: #ffffff;
    background: #7acc99;
}

.page-link.page-link:hover {
    color: #000000;
    background: #EEEFEE;
}

.bs-product__section-title {
    margin-top: 2rem;
    text-align: center;
    color: #2f2f2f;
    font-weight: var(--title-weight);
}