.abriga-logo {width: 216px !important;} /* Altere o número(216) para alterar tamanho do logo no cabeçalho(desktop) */
.sobre-loja-rodape .logo a {height: 36px !important;} /* Altere o número(36) para alterar tamanho do logo no rodape */

@media only screen and (max-width: 767px){

.logo a {height: 35px !important;} /* Altere o número(35) para alterar tamanho do logo no cabeçalho(mobile) */
.sobre-loja-rodape .logo a {height: 36px !important;} /* Altere o número(36) para alterar tamanho do logo no rodape(mobile) */
.abriga-logo { width: 100% !important; }}
}
.termLGPD{
    position:fixed;
    width:100%; 
    bottom:0px;
    background-color:#4f4f4f;
    color:#FFF;
    text-align:center;
    font-size:30px;
    z-index:1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;   
    padding-top: 15px;
    padding-bottom: 15px;
}
.termLGPD label{
    width:100%; 
    max-width:800px;
}
.termLGPD a{
    color:#ccc;
}
.termLGPD button{
    background-color:#4f4f4f;
    border: solid 1px #fff;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}
<style>
.gateways-rodape li:nth-child(odd) {
    border-right: none;
}
.gateways-rodape li:nth-child(4) {
    border-left: 1px solid #ddd;
    margin-left: -3px;
}

.product-reviews__rating {
    display: none;
}


