.origin-price {
  display: none;
}

h3.price {
    display: none;
}

.language--wrap
{
  visibility: hidden;
}

.cart--wrap
{
  visibility: hidden;
}

.addToCart {
    visibility: hidden;
    display: none;
}

.breadcumb {
  background-color: #e6d0a1 !important;
}

.footer-area {
    background-color: #5f1001 !important;
}

@media (max-width: 768px) {
  footer-area {
    background-color: #5f1001 !important; /* Substitua pelo código hexadecimal da cor marrom desejada */
  }
}

footer {
    background-color: #5f1001 !important;
    /* color: #fff; opcional, se quiser o texto branco */
}

/* Ajuste do widget search no mobile */
@media screen and (max-width: 430px) {
    .banner-section .search {
        width: 100%;
    }
    .banner-section .banner-thumb .content .search .action button {
        position: absolute !important;
        right: 2% !important;
    }
}