:root {
    --primary-c: #75DE4D;
    --secondary-c: #329B26;
    --background-c:#F3F4F5;
}
h3{
    color:var(--primary-c)
}
.top-header {
    background: var(--background-c);
    border-bottom:none;
}
.top-header a{
    font-weight: 500;
    gap: 5px;
    align-items: baseline;
    font-size: 0.9rem;
}
.top-header a i{
    font-size: .9rem;
}
.top-header-info {
    width: 100%;
}
.top-header-info .top-header-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 10rem;
}
.top-header-info .top-header-text .top-header-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
.top-header-info .top-header-text .top-header-links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.header-menu-item, .header-menu-item a {
    text-decoration: none;
    max-width: 20vw;
    border-bottom: 2px solid transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: var(--header-item-height);
    color: #FFF;
    font-weight: 600;
    font-size: 0.9rem;
}
.header-menu-item:hover{
    color: #FFF;
    text-decoration: underline;
}
.header-logo-wrapper, .header-menu-wrapper{
    gap: 1.3rem;
}
.header-search-wrapper .form-floating>label {
    right: 0;
    text-align: center;  
}
.header-search-wrapper .search-input:not(:-moz-placeholder-shown) + label {
    display: none; 
}
.header-search-wrapper .search-input:focus + label, .header-search-wrapper .search-input:not(:placeholder-shown) + label {
    display: none; 
}
.header-btn{
    width: 40px;
    height: 40px;
}
footer .logo {
    max-height: initial;
}
.menu-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-btn-wrapper>label {
    font-size: .6rem;
}
.btn-theme-secondary{
    border: 1px solid var(--primary-c);
    background-color: var(--primary-c);
}
footer .coolsis-rights{
    background: var(--background-c);
}
.copyright{
    color: var(--secondary-text-c);
}
.footer-newsletter div input{
    background: #FFF;
}
.footer-newsletter div button{
    background-color: var(--primary-c);
    color: #FFF;
    border: none;
}
.footer-menu ul{
    margin-top: 1rem;
}
.top-header-text{
    font-weight: 500;
    color: var(--primary-c);
}
.footer-logo-info, .footer-menu li div span{
    font-weight: initial;
    font-size: 0.8rem;
    font-weight: 500;
}
#slide-menu #nav-bar-ul li div {
    height: 100%;
}
.nav-tabs .nav-link.active h2{
    color:#495057;
}
.nav-tabs .nav-link:hover{
    text-decoration: none;
}
.footer-menu{
    background: var(--background-c);
    padding-bottom: 0 !important;
}
.search-popup .input-group.search i{
    display: none;
}
.header-menu-fixed {
    z-index: 99999; 
}
.hidden-header {
    display: flex !important;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    border-bottom: 1px solid var(--border-c);
}
body.checkout .main-header-fixed{
    top: 0;
}
.fixed-top-header{
    display: flex!important;
}
.title-wrapper h1{
    text-align: center;
    font-weight: 600;
    font-size: 2.3rem;
}
.title-wrapper img{
    display: block;
    margin: auto;
    max-width: 35px;
}
.no-display-flex {
    display: contents;
}
.card-text small{
    font-size: 0.7rem;
}
.mobile-nav .menu-header{
    background: var(--secondary-c);
}
.btn-override-blog a{
    border: 1px solid var(--third-c);
    background-color: var(--third-c);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 2.5rem;
}
.btn-override-blog a:hover{
    border: 1px solid var(--third-c);
    color: var(--third-c);
    text-decoration: none;
}
.header-btn-font-size{
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    color: #FFF;
    border: 1px solid #FF3333;
    background-color: #FF3333;
}
._post_2 .card-img-blog{
    height: 230px;
}
.bottom-text .top-header-text{
    font-weight: 300;
    color: var(--primary-text-c);
    font-size: 0.8rem;
}
.bottom-text .top-header-text p{
    margin-bottom: 0;
}
.header-btn-font-size:hover{
    border: 1px solid #FF3333;
    background-color: #FF3333;
    text-decoration: underline;
    color: #FFF;
}
.btn-override-receita .header-menu-item{
    border: 1px solid #C3D21C;
    background-color: #C3D21C;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    color: white;
    height: auto;
    width: 7rem;
}
.callout-right > img {
    width: auto;
    height: auto;
}
.callout-right {
    width: auto;
}
.accordion-product .accordion-item, .accordion-product .accordion-button, .accordion-product .accordion-button:not(.collapsed){
    background-color: #FFF;
}
.btn-add-cart-product{
    font-size: 0.8rem;
}
.nav-link, .nav-link:focus, .nav-link:hover{
    color: var(--bs-nav-tabs-link-active-color);;
}
.product-card-brand-365{
    color: var(--primary-text-c);
    font-size: 0.8rem;
}
footer h5 {
    color: var(--primary-c);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
}
.socials a {
    font-size: 20px !important;
    line-height: 38px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #888;
    margin-right: 10px;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 30%);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bn_home_box-img {
    height: 250px;
}
.product-promo-tag-365{
    background-color: var(--secondary-c);
    width: 50%;
}
.product-promo-365{
    display: flex;
    justify-content: flex-end;
}
.product-card-365 .product-card-promo-date{
    height: 35px;
    color: var(--secondary-c-alt);
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
}
.product-card-365{
    padding: 1rem 1rem 2rem 1rem;
}
.search-filters .accordion-item{
    background-color: transparent!important;
}
body.checkout .header-logo-wrapper a object {
    padding: .3rem 0;
    height: 90px !important;
}
.shop-schedule {
    border: 2px solid var(--primary-c);
}
.shop-info .btn-theme-secondary{
    border-radius: 0.5rem;
}
.shop-address{
    color: var(--primary-text-c);
}
body.checkout .btn.btn-theme-primary-checkout, .checkout-push-right .btn.btn-theme-primary-checkout{
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
}
#pills-tabContent .btn-success{
    background-color: var(--primary-c);
    border: 1px solid var(--primary-c);
}
.bor-check {
    padding: 0;
    margin-top: 3rem;
    min-height: 8rem;
}
.bor {
    border-bottom: 1px solid #acacac;
}
.bor-check .title{
    color: var(--primary-c);
}
.bor-check p {
    padding-left: 2.5rem;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
}
.bor-check .title:before {
    content: "\f00c";
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
.shop-schedule h6{
    color: var(--primary-text-c);
}
.product-in-stock{
    color: var(--primary-c);
}
.header-menu{
    background: var(--primary-c);
}
.product-card:hover{
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 20%) !important;
}
.product-promo-tag-text{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    background: var(--primary-c);
    border-radius: 1rem;
    padding: 0.1rem 0.5rem;
}
.infarmed-wrapper{
    padding: 1rem 0 0;
    align-items: flex-start;
}
a.btn.btn-theme-secondary.add-to-cart-btn:hover{
    background-color: var(--secondary-c);
    border: 1px solid var(--secondary-c);
}
.header-menu-wrapper .top-header-text{
    color: #fff;
    cursor: pointer;
}
.tag-mnsrm{
    z-index: 1;
}

.payment-methods {
    width: 50px;
    height: 50px;
}

@media (min-width: 1200px) { 
    .search-input{
        width: 350px!important;;
    }
}
@media (min-width: 576px) { 
    .footer-menu .footer-wrapper .row>*{
        margin-top: 1rem!important;
    }
}
@media (max-width: 576px) { 
    footer .logo{
        width: 60%;
    }
    .footer-logo-info {
        align-items: start;
    }
    .top-header-text {
        font-size: .7rem;
    }
    .top-header-wrapper{
        justify-content: center;
    }
    .top-header a{
        font-size: 0.6rem;
    }
    .top-header-info .top-header-text{
        justify-content: center;
    }
    .header-logo-wrapper a object {
        height: 3rem;
    }
    body.checkout .header-logo-wrapper a object {
        height: 1.5rem;
    }
    .shop-banner{
        height: 185px;
        background-position: top!important;
    }
}
@media (max-width: 767.98px){
    .header-search-wrapper {
        top: 96%;
    }
    .top-header-info .top-header-text{
        justify-content: center;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .top-header-info .top-header-text {
        gap: 5rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .shop-banner{
        height: 320px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .shop-banner{
        height: 250px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .callout-right {
        margin: 0 0.5rem;
    }
    .shop-banner{
        height: 185px;
    }
}
@media (min-width: 991.98px){
    .header-menu {
        display: flex !important;
    }
}


/*# sourceMappingURL=theme.css.map*/