:root {
    --primary-c: #b55b26;
    --secondary-c: #f7eee9;
    --third-c: #4c372c;
}
.top-header {
    position: sticky !important;
	top: 0;
    background: var(--primary-c);
	z-index: 5;
}
.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);
}
.main-header{
	top: 41px;
    background: var(--secondary-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(--primary-c);
    background-color: var(--primary-c);
}
footer .coolsis-rights{
    background: var(--secondary-c);
}
.copyright{
    color: var(--secondary-text-c);
}
.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(--secondary-c);
}
.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{
    text-align: center;
    color: var(--third-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(--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;
}
.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;
    background: var(--primary-c);
    border-radius: 1rem;
    padding: 0.1rem 0.5rem;
}
.product-card .product-image-link img{
    max-width: 100%;
}
.add-cart-product-group input{
    border-right: 2px solid var(--primary-text-c);;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.btn-add-cart-product{
    padding: 0 2rem 0 2rem;
    border-top-left-radius: 0;
}
.product-fav-icon-365{
    background-color: #FFF;
    color: var(--border-c);
    font-size: 1.7rem;
    width: 65px;
}
.add-cart-product-group{
    min-height: 40px;
}
.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-text .payment-methods{
		justify-content: left;
}





















@media (min-width: 1200px) { 
    .search-input{
        width: 500px!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;
    }
    .main-header{
        top: 0;
    }
}
@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*/