.footer-intro-message{
      background: #fff;
    /* border: 1px solid #e8e8e8;
        border-radius: 12px;*/
        padding: 12px 14px;
        margin-bottom: 10px;
}
.footer-intro-message span{
      font-family: Roboto;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 15px;
        color:#000000;
        line-height: 100%;
        letter-spacing: 0%;
}
.chat-menu-btn {
    padding: 5px 14px;

    background: #fff;
    color: #000000;
    border: 0.5px solid var(--primary-color);
    border-radius: 89px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
    /* width: 75px; */
    height: 25px;
    opacity: 1;
}

/* Hover effect */
.chat-menu-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.product-footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: none;
}
.footer-btn {
    padding: 10px 16px;
    border: 1px solid var(--primary-color);
    border-radius: 25px;
    background: white;
    color:#000;
    cursor: pointer;
    font-size: 12px;
    text-transform: none;
}

.footer-btn:hover {
    background: #f2f2f2;
    color:#000;
}
.footer-btn:disabled,
.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
}
.footer-btn-option {
    padding: 5px 14px;
   
    background: #fff;
    color: #000000;
    border: 0.5px solid var(--primary-color);
    border-radius: 89px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
    /* width: 75px; */
    height: 25px;
    opacity: 1;
}

.footer-btn-option:hover {
    background: #f2f2f2;
    color:#000;
}
.footer-btn-option:disabled,
.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
}
