:root {
    --primary-c: #004D43;
    --secondary-c: #00B159;
    --third-c: #4c372c;
}
.top-header {
    background: var(--primary-c);
}
.top-header a{
    color: #FFF;
    font-weight: 600;
    gap: 5px;
    align-items: baseline;
}
.top-header a i{
    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;
}
.svg-icon-fill path{
    fill: var(--primary-c);
}
.header-link span, .header-link:hover{
    color: var(--primary-c);
}
.header-menu {
	position: unset !important;
}
.header-menu-item{
    color:var(--primary-c);
    font-weight: 600;
}
.header-menu-item:hover{
    text-decoration: underline;
}
.header-logo-wrapper, .header-menu-wrapper{
    gap: 2rem;
}
.header-search-wrapper .form-floating>label {
    color: var(--primary-c);
    right: 0;
    text-align: center;  
}
.header-btn{
    width: 40px;
    height: 40px;
}
.highlights{
    background: var(--primary-c);
}
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(--secondary-c);
    background-color: var(--secondary-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;
}
.footer-logo-info, .footer-menu li div span{
    font-weight: initial;
    font-size: 0.7rem;
}
.callout-right i, .callout-title, .callout-text{
    color: #FFF
}
#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);
    color: #FFF;
}
.search-popup .input-group.search i{
    display: none;
}
.header-menu-fixed {
    top: 15.8%;
    z-index: 99999; 
}
.fixed-top-header{
    display: flex!important;
}
.title-wrapper h1{
    text-align: center;
    color: var(--primary-c);
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0;
}
.title-wrapper img{
    display: block;
    margin: auto;
    max-width: 20px;
}
.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;
}
._post_2 .card-img-blog{
    height: 230px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.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 {
    top: 0;
}
.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;
}
.top-header-claimv2 {
    text-align: center;
    line-height: 34px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    height: 33px;
    transition: height .18s, padding .18s;
    transition-timing-function: ease-in-out;
    justify-content: space-between;
}
.top-header-claimv2 .top-header-text{
    display: flex;
    justify-content: flex-end;
    gap: 10%;
    font-weight: 500;
}
.btn-suggestion{
    background-color:var(--primary-c);
    border-color: var(--primary-c);
    border-radius: 20px;
    padding: 8px 20px;
}
.btn-suggestion a{
    color: #FFF!important;
}
.header-menu-wrapper a{
    font-weight: 600;
    color: var(--primary-c);
    font-size: .9rem;
}
.cart-count{
    background: red;
}
.rounded img{
    border-radius: 1rem;
}
.header-menu .header-menu-wrapper > *:not(:nth-last-child(-n+2)) {
    margin-right: 2rem;
}
.splide-category-img{
    border-radius: 50%;
}
.most-wanted-container .splide-category-label {
    font-size: 0.9rem;
    height: 0;
}
.most-wanted-container .splide-arrow-right, .most-wanted-container .splide-arrow-left {
    box-shadow: none;
}
.title-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.title-icon{
    display: flex;
    gap: 0.5rem;
}
.title-wrapper a{
    color: var(--secondary-c)!important;
}
._post_2 .card{
    border: none;
}
.card-body{
    border: 1px solid #f8f8f8;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.product-in-stock, .product-price{
    color: var(--secondary-c);
}
.news .title-wrapper h1{
    color: #FFF;
}
.news .title-wrapper a{
    color: var(--primary-c)!important;
}
.page-body a{
    display: inline-block;
    font-size: 14px;
}
.page-body h2{
    text-align: left;
}
.footer-menu li, .footer-menu li a{
    color: #FFF;
}
.footer-menu li a:hover{
    color: #FFF;
}
.newsletter-container {
    background-color: var(--secondary-c);
    border: 0.8rem solid #FFF;
    border-radius: 10px;
    padding: 20px 30px;
    width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.newsletter-title {
    color: var(--primary-c);
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}
.newsletter-text {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
}
.newsletter-button {
    background-color: #FFF;
    color: var(--primary-c);
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: auto;
    display: block;
    width: 50%;
}
.newsletter-button:hover {
    background-color: #e6e6e6;
}
.footer-info-newsletter{
    display: flex;
    justify-content: end;
}
.fotter-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-buttons {
    display: flex;
    gap: 20px; 
}
.contact-buttons .phone-link {
    background-color: var(--secondary-c);
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 2rem;
    padding: 5px 20px;
    line-height: 1.5;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
.social-media {
    display: flex;
    gap: 10px;
}
.social-media a{
    text-decoration: none;
}
.social-icon {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-c);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
.social-icon i{
    width: 26px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.infarmed-wrapper p{
    font-weight: 400;
    color: #FFF;
    text-align: left;
    margin-bottom: 1rem;
}
.infarmed-content{
    display: flex;
    gap: 1rem;
}
.infarmed-wrapper{
    gap: 5rem;
}
.top-header-text .cart img{
    width: 60%;
    display: block;
    margin: auto;
}
.info{
    padding-left: 50px;
}
.coolsis-logo {
    filter: brightness(0) invert(1);
}
.rounded-img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.button-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 4;
    display: inline-block;
    max-width: 100%;
}
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.service-card img {
    border-radius: 15px;
    display: block;
    width: 100%;
    height: auto;
}
.btn-pages{
    background-color: var(--secondary-c);
    border-color: var(--secondary-c);
    border-radius: 20px;
    padding: 8px 20px;
}
.btn-pages a{
    color: #FFF;
}
#countdown-order-desktop{
    display: flex;
    justify-content: center;
    align-items: center;
}
#countdown-timer{
    color: var(--secondary-c);
}
#countdown-order-desktop span{
    color: #b0b0b0;
    font-weight: 500;
}










@media (max-width: 992px) { 
    .info{
        padding-left: 15px;
    }
}
@media (min-width: 992px) { 
    .search-input{
        width: 250px!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-wrapper{
        justify-content: center;
    }
    .top-header a{
        font-size: 0.6rem;
    }
    .top-header-info .top-header-text{
        justify-content: center;
    }
    .fotter-contacts, .infarmed-content{
        flex-direction: column;
        gap: 1rem;
    }
    .contact-buttons .phone-link{
        white-space: normal;
    }
    .infarmed-content img{
        display: block;
        margin: auto;
    }
    .infarmed-wrapper {
        gap: 1rem;
    }
    .top-header-text .cart img{
        width: 100%
    }
    .footer-info-text{
        margin-top: 1rem;
    }
    .footer-info-newsletter{
        justify-content: center;
    }
    .small-text{
        font-size: 0.7rem;
    }
}
@media (max-width: 767.98px){
    .header-search-wrapper {
        top: 96%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .top-header-info .top-header-text {
        gap: 5rem;
    }
}



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