.logos-creditos {
    display: none;
    float: right;
    vertical-align: middle;
}

.creditos-razaosocial {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #a3a3a3;
    padding-top: 18px;
    padding-bottom: 18px;
}

.listagem-item .btn-favorite svg {
    width: 22px;
    height: 22px;
    fill: #f5886c !important;
}

#depoimentos .dep-star i {
    margin-right: 5px;
    color:#f5886c !important;
}

.secao-banners .conteiner {
    padding-bottom: 0px;
}

.abriga-fullbanner .flexslider .slides img {
    border: 0px solid #e8e8e8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* seja pro */

.float-w {
    z-index: 99;
    position: fixed;
    background: #f5886c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.float-w a:hover {
    opacity: 0.9
}

.float-w a {
    display: flex;
    align-items: center;
    text-decoration: none !important
}

.float-w i {
    background: #dc7a61;
    font-size: 23px;
    color: #fff;
    line-height: 44px;
    width: 46px;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.float-w strong {
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    padding: 0 12px;
}

.alert-success {
    background-color: #f5886c2b !important;
    border-color: #f5886c2b !important;
    color: #f5886c !important;
    font-size: 14px !important;
}

.abriga-fav .lista-favoritos i {
    font-size: 17px;
    color: #f5886c;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
}

.abriga-fav a:hover {
    color: #f5886c;
}

.bandeiras-produto span {
    position: absolute;
    top: 10px;
    left: 10px;
background-color: rgb(145, 216, 247);
}


/***/

.float-button {
        text-decoration: none;
        position: fixed;
        padding: 10px;
        padding-right: 15px;
        bottom: 30px;
        left: 30px;
        color: #fff;
        background-color:#f06277;
        border-radius: 5px 5px 5px 5px;
        z-index: 100;
        font-family: Arial;
        font-size: 17px;
        animation: whatsapp-animation 0.5s ease-in-out;
        transition:all 0.3s ease-out;
    }

    .float-button:hover {
         background-color: #f06277;
          color: #383838;
    }

    .fa-whatsapp {
        font-size: 40px !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }
    
    .bandeira-frete-gratis{
    left: 80px !important;
    }
