/***************HEADER*****************/
.heroCarousel 
{
    margin-bottom: 0;
}

.header {
    background-color: #18652D;
}

.is-sticky .header {
    position: unset !important;
}

body.is-sticky {
    margin-top: 50px !important;
}
.header-bottom {
    margin: 10px 0;
    text-align: unset;
}
.header-bottom .header-logo .header-logo-image {
    width: 222px;
    margin-right: 90px;
}
.header .top-container {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navPages-container .navPages-list-desktop .text-menu {
    font-family: "Arboria-Black";
    color: #E3BD00;
    font-size: 14px;
    letter-spacing: 0;
}
.header .navPages-container nav ul.navPages-list{
    margin: 0px 0px 0 30px;
    max-width: 1170px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.header .navPages-container nav ul.navPages-list > li:hover > a {
    color: #fff;
}
.header .top-container .top-search > form {
    margin: 0;
    min-width: 567px;
}
.header .top-container .top-search > form .form-field {
    margin: 0 0 0 25px;
    position: relative;
    width: 100%;
    max-width: 486px;
    height: 41px;
}
.header .top-container .top-search > form .form-field .form-input{
    height: 40px;
}

.header .top-container .top-search  > form .form-field button {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    transition: none;
}
.header .top-container .top-search > form .form-field button svg {
    width: 30px;
    padding: 1px;
    height: 31px;
    fill: #E3BD00;
}

.header .top-container .top-links {

    display: flex;
}
.header .top-container .top-links .top-links-item {
    padding: 0 5px;
}
.header .top-container .top-links .icon {

    width: 30px;
    height: 30px;
    color: #E3BD00;
    
}
.header .top-container .top-links .icon svg {
    fill: #E3BD00;
}
.header .top-container .top-links .text {
    font-family: "Arboria-Book";
    color: #E3BD00;
    font-size: 11px;
    padding-right: 20px;
}
.header .top-container .top-links .text p{
    font-size: 13px;
    font-family: Arboria-Black;
    margin-top: -7px;
    margin-bottom: 2.5rem;
}

#top-cart.is-open #cart-preview-dropdown {
    top: 149px;
}
.spn-addtocart{
    font-size: 99px;
}
.new-header {
    display: flex;
    flex-direction: column;
}
.new-container {
    display: flex;
    padding-top: 20px;
    border-bottom: 1px solid #E3BD00;
}

@media (max-width: 1500px){
    .header .top-container {
        padding: 0 150px;
    }
    .header .top-container .top-links .text{
        font-size: 8px;
    }
    .header .top-container .top-links .text p {
        font-size: 10px;
    }
    .header .top-container .top-links .icon svg {
        width: 85%;
    }
    .header .top-container .top-search > form .form-field {
        max-width: 450px;
    }
    .header .top-container .top-search > form {
        margin: 0;
        min-width: 485px;
    }

}
@media (max-width: 1300px){
    .header .top-container {
        padding: 0 50px;
    }
}
@media (max-width: 1025px){
    .search-toggle svg {
        display: none;
    }
    .header .top-container {
        padding: 0 50px;
    }
    .header .top-container .top-links .icon svg {
        width: 90%;
    }
    .header .top-container .top-links .text {
        font-size: 12px;
    }
    .header .top-container .navPages-container .navPages-list-desktop .text-menu {
        font-size: 12px;
    }
    .header .top-container .top-links .icon svg {
        width: 65%;
    }
    .header .top-container .top-search > form .form-field {
        max-width: 350px;
    }
    .header .top-container .top-search > form {
        margin: 0;
        min-width: 385px;
    }
}
@media (max-width: 770px){
	#st-trigger-effects a {
		margin-left: -20px;
	}
    .heroCarousel {
        margin-bottom: 0px;
    }
    .heroCarousel-content {
        background-color: #fff;
    }
    .header-bottom {
        margin: 0;
        position: unset;
    }
    .header-bottom .header-logo {
        padding: 12px 0 12px 0;
        line-height: 28px;
        margin-left: 2px;
    }

    .header-bottom .header-logo .header-logo-image {
		width: auto;
		    margin-right: 0;
    }    
    .search-toggle svg {
        display: none;
    }
	.owl-carousel .owl-stage-outer{
		
	}

    .top-bar {
        padding: 4px 20px 1px;
    }
    .header .top-container {
        padding: 0 20px;
    }
    .header .top-container .top-search > form {
        min-width: 100px;
    }
    .header .top-container .top-search > form .form-field {
        margin: auto;
        position: relative;
        width: 165px;
        max-width: 486px;
        height: 38px;
    }
    .header .top-container .top-search > form .form-field .form-input {
        height: 35px;
        font-size: 9px;
    }
    .header .top-container .top-search > form .form-field button {
        position: absolute;
        top: 1px;
    }
    .header .top-container .top-links{
        margin-top: 2px;
    }
    .header .top-container .top-links .text {
        font-size: 8px;
    }
    .header .top-container .top-links .icon svg {
        width: 80%;
    }
    .new-container {
	    border-bottom: none;
	}
}
@media (max-width: 550px){
    
    .heroCarousel {
        margin-bottom: 0px;
    }
    .heroCarousel-content {
        background-color: #fff;
    }
    .header-bottom {
        margin: 0;
        position: unset;
    }
    .header-bottom .header-logo .header-logo-image {
        max-height: 30px;
    }    
    .search-toggle svg {
        display: none;
    }

    .top-bar {
        padding: 4px 20px 1px;
    }
    .header .top-container {
        padding: 0 20px;
        justify-content: space-evenly;
    }
    .header .top-container .top-search > form {
        min-width: 100px;
    }
    .header .top-container .top-search > form .form-field {
        margin: auto;
        position: relative;
        width: 255px;
        max-width: 486px;
        height: 38px;
    }
    .header .top-container .top-search > form .form-field .form-input {
        height: 35px;
        font-size: 9px;
    }
    .header .top-container .top-search > form .form-field button {
        position: absolute;
        top: 1px;
    }
    .header .top-container .top-links{
        margin-top: 2px;
    }
    .header .top-container .top-links .text {
        font-size: 8px;
    }
    .header .top-container .top-links .icon svg {
        width: 80%;
    }
    .new-container {
	    flex-direction: column;
	}
}
@media (max-width: 430px){
    
    .heroCarousel {
        margin-bottom: 0px;
    }
    .heroCarousel-content {
        background-color: #fff;
    }
    .header-bottom {
        margin: 0;
        position: unset;
    }
    .header-bottom .header-logo .header-logo-image {
        max-height: 30px;
    }    
    .search-toggle svg {
        display: none;
    }

    .top-bar {
        padding: 4px 20px 1px;
    }
    .header .top-container {
        padding: 0 0 0 55px;
        justify-content: space-evenly;
    }
    .header .top-container .top-search > form {
        min-width: 100px;
    }

    .header .top-container .top-search > form .form-field .form-input {
        height: 35px;
        font-size: 9px;
    }
    .header .top-container .top-search > form .form-field button {
        position: absolute;
        top: 1px;
    }
    .header .top-container .top-links{
        margin-top: 2px;
    }
    .header .top-container .top-links .text {
        font-size: 8px;
    }
    .header .top-container .top-links .icon svg {
        width: 80%;
    }
    .header .top-container .top-links .top-links-item {
        padding: 0 8px;
    }
    .new-header{
    	    margin: 0 0 0 -32px;
    }
}


/***************BENEFICIOS*****************/

.beneficios{
	display: flex;
    justify-content: space-evenly;
    margin: 0;
    background-color: #E3BD00;
}
.beneficios .group-beneficios{
    display: flex;
    margin: 2rem 15rem;
}

.beneficios .group-beneficios .foto img{
    max-width: 40%;
}

@media (max-width: 770px){
    .beneficios {
        display: flex;
        margin: 0 0 1rem 0;
        flex-direction: column;
        align-items: center;
    }
	.beneficios .group-beneficios{
	    display: flex;
	    margin: 2rem 8rem;
	}
	.beneficios .group-beneficios .foto img {
	    max-width: 85%;
	}
}

@media (max-width: 550px){
    .beneficios {
        display: flex;
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    .beneficios .foto{
        margin: 0 0 15px 0;
    }
    .beneficios .group-beneficios {
        display: flex;
        margin: 1rem 0.5rem 0 0.5rem;
    }
	.beneficios .group-beneficios .foto img {
	    max-width: 85%;
	}
}


/***************Products*****************/
.divisor{
    display: flex;
    justify-content: center;
}
.haloProductsByCategory {
    background-color: #ffffff;
}

.container .haloProductsByCategory h2{
    font-family: 'Arboria-Black';
    color: #18652D;
    font-size: 36px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.container .haloProductsByCategory .barra{
    text-align: center;
}
.container .haloProductsByCategory .barra img{
    max-width: 10%;
}

/***************DESTAQUES*****************/

#homeTopSellersProducts {
    background-color: #ffffff;
}

#homeTopSellersProducts .container h2{
    font-family: 'Arboria-Black';
    color: #18652D;
    font-size: 36px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

#homeTopSellersProducts .container .barra{
    text-align: center;
}
#homeTopSellersProducts .container .barra img{
    max-width: 10%;
}
.productCarousel .owl-stage { 
    width: unset !important;
}
.productCarousel .prod-image {
    height: 382px !important;
}
.prod-item .prod-image {
    margin-bottom: 10px;
}
.productCarousel .card-img-container {

}
.productCarousel .sale-badge {
    display: none !important;
}
.prod-item .prod-desc {
    text-align: left;
}
.prod-item .prod-desc h4.prod-name {  
    font-size: 14px;
    margin: 0;
}
.prod-item .prod-desc h4.description-name a {
    color: #fff;
    text-transform: uppercase;
}
.prod-item .prod-desc .prod-price {

    font-size: 18px;
    font-weight: 600;
}
.prod-item .prod-desc .prod-price .price--rrp ~ .description-value {

    margin-bottom: 0;
}

.module-wrapper:not(.productList) .prod-item a.btnATC {
    color: #fff;
    border: none;
    background: #18652D;
    font-family: 'Arboria-Book';
}

.module-wrapper:not(.productList) .prod-item a.btnATC:hover{
    background: #125624;
    color: #000;
}

.buy-button {
    padding: 30px 0 80px;
}
.btn-buy {
    font-family: 'Arboria-Book';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    height: unset;
    width: 100%;
    border: none !important;
    padding: 7px 25px 7px !important;
}
.btn-buy:hover {

    color: #fff !important;
}
.star-rating {
    display:none;
}

@media (max-width: 600px){
    #homeTopSellersProducts .container h2 {
        font-size: 30px;
        margin: 3rem 0;
    }
}


/***************FOOTER*****************/

#footer-wrapper{
    padding: 77px 0 0;
    background-color: #E3BD00;
}
#bottom-footer {
    padding: 10px 0;
    color: #000000
}
#bottom-footer .container .col-center {

}
#bottom-footer .container .col-center .footer-copyright p a img{
    max-width: 4%;
}
#main-footer h3 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    font-family: "Arboria-Black";
    text-transform: uppercase;
    margin-bottom: 7px;
}
#main-footer .container {
    max-width: unset;
    width: unset;
    padding: 0px 60px 0px 240px;
}
.footer-columns .column-item {
    width: 25%;
}
.footer-columns .column-item .footer-info-heading {
    padding: 0;
    border: 0;
}
.footer-columns .column-item ul li{
    padding: 0
}
.footer-columns .column-item ul .socialLinks-item{
    display: flex;
    justify-content: space-between;
    margin-right: 15rem;
}
.footer-columns .column-item ul li a{
    color: #000000;
    font-family: "Arboria-Book";
}
.footer-columns .column-item ul li a i{
    font-size: 20px;
    padding: 0 3px;
    color: #18652D;
}
.footer-columns .column-item .img-pagamento {
    margin-top: 15px;
    margin-bottom: 20px;
}
.footer-columns .column-item .img-pagamento img{
    max-width: 50%;
}

.footer-columns .column-item .upper-text{
    margin-top: 20px;
}
.footer-columns .column-item .upper-sec{
    margin-top: 40px !important;
}


@media (max-width: 1300px){
    #main-footer .container {
        max-width: unset;
        width: unset;
        padding: 0px 60px 0px 120px;
    }
}
@media (max-width: 1050px){
    #main-footer .container {
        max-width: unset;
        width: unset;
        padding: 0px 20px 0px 100px;
    }
}
@media (max-width: 770px){
    #main-footer .container {
        padding: 0;
    }
    #main-footer h3 {
        font-size: 12px;
    }
    .footer-columns .column-item ul.footer-info-list {
        display: flex !important;
        flex-direction: column;
    }
    .footer-info-list li {
        font-size: 8px;
    }
    #footer-wrapper {
        padding-top: 25px;
    }
    .footer-columns .column-item ul li {
        padding: 0px 0 0 0;
    }    
    .footer-columns .column-item ul li a {
        font-size: 10px;
    }
    
    .footer-columns .column-item .upper-sec {
        margin-top: 20px !important;
    }
    .footer-columns .column-item ul li a i {
        font-size: 10px;
        padding: 0 3px 0 0;
    }
    #bottom-footer .footer-copyright p{
        font-size: 11px;
    }
}
@media (max-width: 600px){
    #main-footer .container {
        padding: 0;
    }
    #main-footer h3 {
        font-size: 12px;
    }
    .footer-columns .column-item ul.footer-info-list {
        display: flex !important;
        flex-direction: column;
    }
    .footer-info-list li {
        font-size: 8px;
    }
    #footer-wrapper {
        padding-top: 25px;
    }
    .footer-columns .column-item ul li {
        padding: 0px 0 0 0;
    }    
    .footer-columns .column-item ul li a {
        font-size: 10px;
        overflow-wrap: break-word;
    }
    
    .footer-columns .column-item .upper-sec {
        margin-top: 20px !important;
    }
    .footer-columns .column-item ul li a i {
        font-size: 10px;
        padding: 0 3px 0 0;
    }
    #bottom-footer .footer-copyright p{
        font-size: 11px;
    }
}
