.badge-way-display {
    display: initial;
}

/* refactor do menu */
@media (min-width: 992px){
    .megamenu-container > .nav-item-sub {
        width: 33%!important;
    }
}
.submenu-colunas-2{
    column-count: 2;
}
@media (min-width: 992px){
    .megamenu-heading, .megamenu-heading:focus, .megamenu-heading:hover {
        width: 100%;
    }
}

/* refactor slider*/
.slide-content-1 .slide-heading {
    color: #fff;
    text-shadow: 0px 3px 7px #0000004d;
}
.slide-content-1 .slide-subheading {
    text-shadow: 0px 3px 2px #000000ad;
}

.slide-item {
    max-height: 600px;
}

@media (max-width: 767px){
    ..slick-slide {
        height: 460px;
    }
    .logo-main img{
        max-height: 40px!important;
    }
}
@media (min-width: 768px){
    .slide-img {
        height: inherit;
    }
    .slick-slider {
        height: 600px;
    }
    .slick-list {
        max-height: 600px;
    }
    .slide-item{
        overflow: hidden;
    }
    .logo-main img{
        max-height: 60px!important;
    }
}
.slide-content-1 .slide-subheading {
    color: #fff;
}
.arrow-slider svg{
    stroke: #fff;
}

/* alterar icone barra (por causa da eliminação da barra superior) */
.icon-cart {
    width: 40px;
    height: 28px;
}
.icon-cart path{
    fill: #000;
}
.icon-user {
    width: 58px;
    height: 17px;
}
.icon-user path{
    fill: #000;
}

/* icone do linkedin */
.icon-linkedin {
    fill:  #fff;
}

/* products attributes */+
.product-attribute-img {
    display: block;
    width:60px;
    height:60px;
    background-size: cover;
}

.grecaptcha-badge {
    visibility: hidden;
}

.btn-primary {
    border: 1px solid #0c3516;
    background-color: #0c3516;
}

.btn-primary:hover {
    border: 1px solid #61a629;
    background-color: #61a629;
}

.contact-submit-btn {
    width: 165px;
}

.wayLink {
    color: #0c3516;
    text-decoration: underline;
}

.wayLink:hover {
    color: #61a629;
    text-decoration: underline;
}

.product-tab-content {
    margin-top: 20px;
}

.related-item-way {
    margin-top: 0;
    margin-bottom: 10px;
}