#chatbot-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    height: 50%;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    z-index: 9999;
}

#ai-chatbot-button {
    padding: 10px 20px;
    background-color: #6e716e;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#chatbot-options button:hover {
    background: #6e716e;
    border: none;
    color: #ffffff;
}

#chatbot-messages {
    max-height: 250px;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;

}
.chat-left {
    text-align: left;
    padding: 10px 22px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #f0f0f0;
}
.chat-right {
    text-align: right;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #6e716e;
    color: white;
}

#chatbot-options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 10px 0;
}

.chatbot-option-button {
    background-color: #f0f0f0;
    color: #62461e;
    border: none;
    padding: 5px 12px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

.chatbot-option-button:hover {
    background-color: #6e716e;
}

#chatbot-input-container {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: none;
}

.chatbot-input {
    width: calc(100% - 90px);
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#chatbot-gender-container {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: none;
}

.chatbot-gender-input {
    width: calc(100% - 90px);
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.chatbot-gender-button {
    width: 80px;
    padding: 8px;
    background-color: #6e716e;
    color: white;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
}

.chatbot-send-button {
    width: 80px;
    padding: 8px;
    background-color: #6e716e;
    color: white;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
}
#chatbot-gender-send,#chatbot-category-send,#chatbot-subcategory-send,#chatbot-color-send,#chatbot-size-send,#chatbot-send{

    width: 80px;
    padding: 8px;
    background-color: #6e716e;
    color: white;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
}
.chatbotbutton {
    float: right;
    background-color: #d6d6d6;
    border: none;
    color: #62461e;
    padding: 5px 7px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
    margin: 2px 2px 0 0;
}

.chatbotheader {
    padding: 10px;
    background-color: #6e716e;
    color: white;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: space-evenly;
}

#chatbot-send {
    width: 80px;
    padding: 8px;
    background-color: #6e716e;
    color: white;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
}

#chatbot-input {
    width: calc(100% - 90px);
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}