:root{--color:rgb(240, 88, 34);--color-opacity:rgba(253,126,20,.1)}.main-header.bg-custom {background-color: var(--color) !important;}.bg-custom {background-color: var(--color) !important;}


.woot-widget-bubble {
    width: 270px !important;
    height: 45px !important;
    border-radius: 20px 20px 0 0 !important;
    background-color: var(--color) !important;
    bottom: 0 !important;

#woot-widget-bubble-icon {
        all: revert;
        height: 32px !important;
        margin: 0 !important; 
        width: 32px !important;
        position: absolute;
        right: 12px;
        bottom: 50%;
        transform: translateY(50%);
    }
}

.woot-widget-bubble::before {
    content: "Está com dúvidas? Fale Conosco.";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    font-weight: 600;
    color: #FFF;
}

.woot-widget-bubble::after {
    content: "\f590";
    position: absolute;
    bottom: 46%;
    transform: translateY(50%);
    font-family: 'Font Awesome 5 Free';
    right: 17px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color);
}

.woot--close {
    width: 64px !important;
}

.woot--close::before {
    top: 15px !important;
}

.woot--close::after {
    top: 15px !important;
}