:root {
    --primary-c: #2b8842;
    --secondary-c: #EA0393;
    --third-c: #43b749;
}
h2{
    letter-spacing: 1px;
    text-align: left;
    text-transform: unset;
    font-size: 28px;
    color: var(--primary-text-c);
    font-weight: 700;
}
.top-header {
    position: sticky !important;
	top: 0;
    background: var(--primary-c);
	z-index: 5;
    display: flex!important;
    color: #FFF;
}
.top-header-center-item > span > a {
    color: #FFF;
    font-weight: bold;
    font-size: .9rem;
}
.top-header-info {
    width: 100%;
}
.top-header-info .top-header-text {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    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-link span, .header-link:hover{
    color: var(--primary-c);
}
.header-menu {
	position: unset !important;
    background: #FFF;
}
.header-menu-item{
    color:var(--primary-c);
    font-weight: 600;
}
.header-menu-item:hover{
    text-decoration: underline;
    color:var(--primary-c);
}
.header-logo-wrapper, .header-menu-wrapper{
    gap: 2rem;
    justify-content: center;
}
.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;
    color: var(--primary-c);
}
.btn-theme-secondary{
    border: 1px solid var(--primary-c);
    background-color: var(--primary-c);
}
footer .coolsis-rights{
    background: var(--primary-c);
}
.copyright{
    color: #FFF;
}
.footer-newsletter div input{
    background: #FFF;
    border: 1px solid var(--primary-c);
}
.footer-newsletter div button{
    border: 1px solid var(--primary-c);
}
.footer-menu ul{
    margin-top: 1rem;
}
.top-header-text{
    font-weight: 600;
    color: #FFF;
}
.footer-logo-info, .footer-menu li div span{
    font-weight: 500;
    font-size: 0.8rem;
    color: #FFF;
}
.callout-right i, .callout-title, .callout-text{
    text-align: center;
    margin-bottom: 10px;
    color: var(--primary-text-c);
    font-weight: 700;
}
.callout-title{
    font-size: 14px;
}
.callout-left p{
    text-align: center;
    font-size: 13px;
}
#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(--primary-c);
    padding-bottom: 0.5rem !important;
}
.search-popup .input-group.search i{
    display: none;
}
.header-menu-fixed {
    top: 15.8%;
    z-index: 99999; 
}
.hidden-header {
    display: flex !important;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.main-header-fixed{
    top: 41px;
}
.fixed-top-header{
    display: flex!important;
}
.title-wrapper h1{
    color: var(--secondary-c);
    font-weight: 600;
    font-size: 2rem;
}
.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(--primary-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;
}
._post_2 .card-img-blog{
    height: 230px;
}
.dgav, .dgav a{
    font-weight: 400;
    font-size: 0.8rem;
}
#conteudo h3{
    color: var(--primary-c);
}
body.checkout .header-logo-wrapper a object {
    padding: 0;
}
body.checkout .main-header-fixed, body.checkout .main-header {
    top: 0;
}
.product-promo-tag-text{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 1rem;
    padding: 0.1rem 0.5rem;
}
.product-card .product-image-link img{
    max-width: 100%;
}
.product-fav-icon-365{
    background-color: #FFF;
    color: var(--border-c);
    font-size: 1.7rem;
    width: 65px;
}
.shipments_page_product{
    gap: 5px;
}
.shipments_page_product p{
    font-size: 11px;
    margin-bottom: 0;
}
.shipments_page_product i{
    color: var(--primary-c);
}
.top-header-wrapper{
    display: flex;
    flex-direction: row;
    height: 2.5rem;
    font-size: 0.7rem;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.top-header-wrapper p{
    margin-bottom: 0;
}
.search-input{
    border: 1px solid var(--border-c);
}
.stock-off{
    background: #ee9b00;
    border: #ee9b00;
}
.stock-off:hover{
    background: #FFF;
    border: 1px solid #ee9b00;
    color: #ee9b00;
}
.offers{
    background: transparent;
    border-color: var(--primary-c);
    letter-spacing: 1px;
    border-radius: 1rem;
    color: var(--primary-c);
}
.offers:hover{
    background: var(--primary-c);
    border: 1px solid var(--primary-c);
    color: #FFF;
}
.service-card {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.service-card img {
    border-radius: 15px;
    display: block;
    height: auto;
    width: 100%;
}
.button-overlay {
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    left: 50%;
    max-width: 100%;
    padding: 10px 20px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    top: 45%;
    background-color: #97c53c;
}
.service-card .rounded-img{
    background: transparent;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: box-shadow 0.3s ease-in-out;
}
.title-wrapper b{
    font-weight: 700;
}
.newsletter-container-fluid {
    background: var(--third-c);
}
.newsletter {
    display: flex;
    gap: 4rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.radius-newsletter-button {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.radius-newsletter-input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 400px !important;
    border: solid 1px var(--primary-c);
}
.newsletter-terms-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}
.newsletter-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #99c221;
    border-radius: 4px;
    background-color: white;
}
.newsletter-terms-label {
    width: 400px;
    font-size: 12px;
    color: #FFF;
}
.infarmed-imgs a img {
    width: auto;
}
.infarmed-wrapper{
    align-items: flex-start;
    padding: 0 0 1rem 0;
}
.infarmed-logos{
    display: flex;
    gap: 5px;
}
.socials a {
    font-size: 23px !important;
    line-height: 32px;
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 7px;
    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;
}
.socials-insta i {
    color: #c32aa3;
}
.socials-fb i {
    color: #3b5998;
}
.socials a:hover{
    background-color: var(--third-c);
}
.payment-methods {
    align-content: center;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: flex-start;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: auto;
}
.payment-methods > img {
    background: white;
    border-radius: 7px;
}
main a{
    display: inline-block;
    font-size: unset;
    font-weight: 400;
}
.form-floating > .form-control.search-input {
    width: 39vw;
}
.form-floating.search > label{
    font-size: 13px;
    color: var(--primary-text-c);
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 60%;
}
.title-product > h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-text-c);
}
.product-card-default-c .product-promo{
    background: var(--primary-c);
}
.btn-theme-primary-important {
    font-size: .8rem;
    text-transform: uppercase;
    width: 130px !important;
    border-radius: 5rem;
    gap: 0.5rem;
    letter-spacing: 1px;
}
.product-card-title .title-product {
    height: 5rem;
}
.form-floating i {
    position: absolute;
    top: 50%;
    right: 1rem;
    left: auto;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #646464;
}
a.destaques_home {
    font-size: 13px;
    text-transform: lowercase;
    letter-spacing: 1px;
}
.title-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-fav {
    left: unset;
    right: 1rem;
}
.product-promo {
    left: 1rem;
    right: unset;
}
.product-card-default-c .product-card-brand {
    font-size: 12px;
    opacity: 50%;
    font-weight: 400;
}
.shopping-cart-item-price-old, .product-price-old {
    color: var(--primary-text-c);
    font-weight: 400;
    font-size: 12px;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: var(--primary-c);
    -webkit-text-decoration-color: var(--primary-c);
}
.shopping-cart-item-price, .product-price {
    color: var(--primary-c);
    font-weight: 700;
    font-size: 18px;
}
.btn-pos-0-card {
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6.81px;
}
.news-label-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.card-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.img-pos-1-card {
    width: 100%;
    height: 430px;
    border-radius: 10px;
}
.link-overlay {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: var(--primary-c);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border: unset;
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.card-pos-1-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.promotion-slider {
    width: 61%;
}
.callout-body{
    flex-direction: column;
    gap: 0.7rem;
}
.splide__pagination{
    bottom: 0;
}
.footer-contacts-wrapper {
    display: flex;
    flex-direction: column;
}
.contact-footer {
    display: flex;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}
.newsletter-title{
    color: #fff;
    font-size: 30px;
    font-style: italic;
}
.footer-menu li a{
    color: #FFF;
}
.infarmed-wrapper p{
    color: #FFF;
}
.coolsis-logo {
    filter: brightness(0) invert(1);
}
.footer-menu li a:hover{
    color: #FFF;
}
.top-header-text .arrow{
    border-color: #FFF transparent transparent transparent;
}
.footer-wrapper .arrow-up {
    border-color: transparent transparent #FFF transparent !important;
}
.warnings-order {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}
.countdown-order {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--primary-c);
    font-size: 1.2rem;
}
div#countdown-timer {
    font-weight: bold;
}
.footer-menu li:last-child, .footer-menu ul {
  margin-bottom: 0;
}
.main-header-wrapper{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.add-cart-product-group input{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-right: 2px solid var(--primary-text-c);
    height: auto;
    width: 43px;
}
.wrapper-add-to-cart-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 7px;
}
.btn-add-cart-product{
    margin-left: auto;
    height: auto;
    font-size: 0.9rem;
}













@media (min-width: 576px) { 
    .footer-menu .footer-wrapper .row>*{
        margin-top: 1rem!important;
    }
}
@media (min-width: 992px) { 
    .infarmed-wrapper {
        gap: 5rem;
    }
}
@media (max-width: 576px) { 
    footer .logo{
        width: 60%;
    }
    .footer-logo-info {
        align-items: start;
    }
    .top-header .top-header-text {
        font-size: .5rem;
        text-align: center;
    }
    .top-header-wrapper{
        justify-content: center;
    }
    .top-header-center-item a{
        font-size: 0.6rem;
        line-height: 45px;
        color: #FFF;
        font-weight: 600;
    }
    .top-header-info .top-header-text{
        justify-content: center;
    }
    .main-header{
        top: 0;
    }
    .header-logo-wrapper a object{
        height: 3rem;
    }
    .main-header-wrapper{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .infarmed-imgs a img {
        width: 120px;
    }
    .btn-theme-primary-important {
        width: 70px !important;
    }
    .newsletter {
        width: 100%;
    }
    .news-label-wrapper{
        gap: 0.5rem;
    }
    .callout-right{
        text-align: center;
    }
    .newsletter-title{
        text-align: center;
    }
    .breadcrumb{
        display: none;
    }
    .img-pos-1-card{
        height: auto;
    }
}
@media (max-width: 767.98px){
    .header-search-wrapper {
        top: 96%;
    }
    .card-pos-1-wrapper {
        flex-direction: column;
    }
    .radius-newsletter-input {
        width: 200px !important;
    }
    .newsletter-terms-label {
        width: 300px;
    }
    .promotion-slider {
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .top-header-info .top-header-text {
        gap: 5rem;
    }
}
@media (max-width: 991.98px) {
    .newsletter {
        flex-direction: column;
        gap: 2rem;
    }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .header-menu{
        display: flex !important;
    }
    .promotion-slider {
        width: 45%;
    }
    .header-menu-wrapper{
        gap: 1rem;
    }
    .btn-add-cart-product{
        font-size: 0.6rem;
    }
}
@media (min-width: 767.98px) and (max-width: 991.98px) { 
    .promotion-slider {
        width: 35%;
    }
    .btn-add-cart-product{
        font-size: 0.6rem;
    }
}


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